From 64716e36f3d335da329aa8aefd576317b9cb3723 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Fri, 16 Aug 2024 16:50:21 +0100 Subject: [PATCH 01/33] Insert dummy data to MEASUREMENT and OBSERVATION for the test db. Create realistic test dataset. --- .Rprofile | 2 +- README.md | 2 + dev/test_db/eunomia/.gitignore | 4 + dev/test_db/insert_dummy_tables.R | 56 + inst/test_data/calypso_concepts.csv | 58 + inst/test_data/calypso_monthly_counts.csv | 12049 ++++++++++++++++++++ inst/test_data/calypso_summary_stats.csv | 15 + 7 files changed, 12185 insertions(+), 1 deletion(-) create mode 100644 dev/test_db/insert_dummy_tables.R create mode 100644 inst/test_data/calypso_concepts.csv create mode 100644 inst/test_data/calypso_monthly_counts.csv create mode 100644 inst/test_data/calypso_summary_stats.csv diff --git a/.Rprofile b/.Rprofile index db760ca..a0a4f3f 100644 --- a/.Rprofile +++ b/.Rprofile @@ -16,7 +16,7 @@ source("renv/activate.R") # Path to download Eunomia datasets Sys.setenv(EUNOMIA_DATA_FOLDER = file.path("dev/test_db/eunomia")) # Name of the synthetic dataset to use -Sys.setenv(TEST_DB_NAME = "GiBleed") +Sys.setenv(TEST_DB_NAME = "synthea-allergies-10k") # OMOP CDM version Sys.setenv(TEST_DB_OMOP_VERSION = "5.3") # Schema name for data diff --git a/README.md b/README.md index d9e82e4..f6948bf 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ as it has good support for R package development and Shiny. ``` The `dev/02_dev.R` script contains a few helper functions to get you started. + +Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/inst/data). ### Design diff --git a/dev/test_db/eunomia/.gitignore b/dev/test_db/eunomia/.gitignore index 7499f89..9f0a7c3 100644 --- a/dev/test_db/eunomia/.gitignore +++ b/dev/test_db/eunomia/.gitignore @@ -3,3 +3,7 @@ # duckdb databases *.duckdb + +# duckdb temp files +# (in case of failure) +*.duckdb.wal diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R new file mode 100644 index 0000000..4103c94 --- /dev/null +++ b/dev/test_db/insert_dummy_tables.R @@ -0,0 +1,56 @@ + +# PRODUCED FOR A SPECIFIC DATASET: +# synthea-allergies-10k +# (but could work for others) + +library(tidyverse) + +dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") +name <- Sys.getenv("TEST_DB_NAME") +version <- Sys.getenv("TEST_DB_OMOP_VERSION") + +# Connect to the duckdb test database +con <- DBI::dbConnect( + duckdb::duckdb(dbdir = glue::glue("{dir}/{name}_{version}_1.0.duckdb")) +) + +# Function to write data to a table in the cdm schema +write_table <- function(data, con, table) { + # Insert data into the specified table + # (in the cdm schema) + DBI::dbWriteTable( + conn = con, + name = DBI::Id( + schema = Sys.getenv("TEST_DB_CDM_SCHEMA"), + table = table + ), + value = data, + append = TRUE, + overwrite = FALSE + ) +} + +read_csv(here::here("dev/test_db/dummy/measurement.csv")) |> + write_table(con, "measurement") + +read_csv(here::here("dev/test_db/dummy/observation.csv")) |> + write_table(con, "observation") + +# Load the CMD object to verify integrity of the schema +# after insertions +CDMConnector::cdm_from_con( + con = con, + cdm_schema = Sys.getenv("TEST_DB_CDM_SCHEMA"), + write_schema = Sys.getenv("TEST_DB_RESULTS_SCHEMA"), + cdm_name = name +) + +# Clean up +DBI::dbDisconnect(con) +rm(write_table) +rm(con) +rm(dir) +rm(name) +rm(version) + +detach("package:tidyverse", unload = TRUE) diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv new file mode 100644 index 0000000..74022df --- /dev/null +++ b/inst/test_data/calypso_concepts.csv @@ -0,0 +1,58 @@ +concept_id,concept_name,domain_id,vocabulary_id,concept_class_id,standard_concept,concept_code +4078793,Direct current cardioversion,Procedure,SNOMED,Procedure,S,180325003 +4057420,Catheter ablation of tissue of heart,Procedure,SNOMED,Procedure,S,18286008 +40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 +46275916,1 ML epinephrine 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1660014 +40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 +1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 +19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 +4329847,Myocardial infarction,Condition,SNOMED,Clinical Finding,S,22298006 +381316,Cerebrovascular accident,Condition,SNOMED,Clinical Finding,S,230690007 +4336464,Coronary artery bypass graft,Procedure,SNOMED,Procedure,S,232717009 +4108450,Inspiration/expiration time ratio,Measurement,SNOMED,Observable Entity,S,250822000 +4353713,Positive end expiratory pressure,Observation,SNOMED,Observable Entity,S,250854009 +4353717,Ventilator delivered minute volume,Observation,SNOMED,Observable Entity,S,250875001 +4354252,Non-invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251070002 +4353843,Invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251071003 +4128111,T - Tumor stage,Observation,SNOMED,Attribute,S,260878002 +4230911,Echocardiography,Procedure,SNOMED,Procedure,S,40701008 +4248525,Lying systolic blood pressure,Measurement,SNOMED,Observable Entity,S,407556006 +4257036,Antenatal hepatitis B blood screening test status,Observation,SNOMED,Clinical Finding,S,408823004 +321042,Cardiac arrest,Condition,SNOMED,Clinical Finding,S,410429000 +4216130,Percutaneous coronary intervention,Procedure,SNOMED,Procedure,S,415070008 +4216746,Positive end expiratory pressure setting,Observation,SNOMED,Observable Entity,S,416595007 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,Procedure,SNOMED,Procedure,S,433112001 +40492359,Insertion of biventricular implantable cardioverter defibrillator,Procedure,SNOMED,Procedure,S,447365002 +313217,Atrial fibrillation,Condition,SNOMED,Clinical Finding,S,49436004 +40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 +40213160,"poliovirus vaccine, inactivated",Drug,CVX,CVX,S,10 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",Drug,CVX,CVX,S,114 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 +40213216,"rotavirus, live, monovalent vaccine",Drug,CVX,CVX,S,119 +40213260,"zoster vaccine, live",Drug,CVX,CVX,S,121 +40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 +40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",Drug,CVX,CVX,S,20 +40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 +40213306,"hepatitis B vaccine, adult dosage",Drug,CVX,CVX,S,43 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",Drug,CVX,CVX,S,49 +40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 +40213320,"human papilloma virus vaccine, quadrivalent",Drug,CVX,CVX,S,62 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,Drug,RxNorm,Quant Clinical Drug,S,834357 +40163554,warfarin sodium 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,855332 +40171902,verapamil hydrochloride 40 MG,Drug,RxNorm,Clinical Drug Comp,S,897718 +1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 +19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 +1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 +317576,Coronary arteriosclerosis,Condition,SNOMED,Clinical Finding,S,53741008 +45766147,Appearance,Observation,SNOMED,Observable Entity,S,703248002 +45767945,Coronary artery stent,Device,SNOMED,Physical Object,S,705643001 +45772840,Implantable cardiac pacemaker,Device,SNOMED,Physical Object,S,706004007 +4217646,Implantable defibrillator,Device,SNOMED,Physical Object,S,72506001 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv new file mode 100644 index 0000000..d3e526f --- /dev/null +++ b/inst/test_data/calypso_monthly_counts.csv @@ -0,0 +1,12049 @@ +concept_id,date_year,date_month,person_count,records_per_person +317576,2017,11,4,1 +317576,1999,9,2,1 +313217,2012,3,2,1 +321042,1992,3,1,1 +321042,1962,8,1,1 +381316,2020,8,5,1 +321042,2011,1,2,1 +381316,2008,10,4,1 +381316,2006,4,1,1 +317576,2021,3,4,1 +321042,1979,10,1,1 +317576,2014,1,6,1 +313217,2014,8,6,1 +321042,2002,10,1,1 +4329847,1987,4,1,1 +381316,2018,1,4,1 +317576,2020,8,5,1 +313217,2020,8,7,1 +4329847,1953,10,1,1 +313217,2017,1,2,1 +317576,2023,2,3,1 +317576,2019,1,3,1 +317576,2011,12,5,1 +313217,2019,10,4,1 +321042,2016,3,3,1 +4329847,2017,12,4,1 +381316,2009,5,4,1 +317576,1997,1,4,1 +313217,2013,7,2,1 +313217,2022,3,4,1 +313217,2008,11,1,1 +381316,2002,2,1,1 +321042,2012,8,3,1 +317576,2019,12,4,1 +313217,2005,7,1,1 +317576,1973,7,1,1 +317576,2000,1,4,1 +317576,1988,8,2,1 +381316,2010,2,5,1 +313217,2008,3,4,1 +381316,2005,12,2,1 +4329847,1985,7,2,1 +317576,1989,7,1,1 +321042,1972,2,1,1 +313217,1995,3,1,1 +381316,2012,6,4,1 +313217,2004,8,3,1 +321042,1938,4,1,1 +4329847,2003,7,1,1 +317576,1996,9,3,1 +313217,2019,6,3,1 +381316,2023,1,4,1 +313217,1997,6,2,1 +381316,1996,7,3,1 +317576,2000,12,4,1 +321042,1949,11,1,1 +4329847,1993,9,1,1 +321042,1967,7,2,1 +317576,2001,12,5,1 +317576,2020,9,8,1 +317576,1993,6,2,1 +4329847,1976,3,1,1 +321042,1971,10,1,1 +317576,2003,8,1,1 +381316,2014,10,3,1 +381316,2015,10,6,1 +317576,2012,1,3,1 +317576,1964,7,1,1 +381316,1998,7,1,1 +381316,2011,12,3,1 +381316,2008,6,3,1 +4329847,1991,12,2,1 +321042,2010,9,2,1 +313217,2003,2,4,1 +381316,2019,10,5,1 +381316,2001,7,2,1 +313217,2014,9,1,1 +4329847,1997,5,2,1 +313217,1999,11,2,1 +317576,1984,5,1,1 +317576,2001,1,3,1 +4329847,1993,8,1,1 +381316,2015,6,5,1 +313217,2013,4,2,1 +381316,2003,1,2,1 +313217,2006,11,1,1 +381316,1971,12,1,1 +317576,1995,12,3,1 +317576,2006,6,4,1 +4329847,2010,7,1,1 +317576,1991,3,1,1 +321042,1995,9,2,1 +321042,2020,7,3,1 +381316,1993,5,2,1 +381316,2020,9,3,1 +313217,2018,8,7,1 +4329847,2019,5,2,1 +4329847,2016,7,1,1 +317576,2017,3,2,1 +321042,2007,5,1,1 +317576,1987,7,2,1 +381316,1987,1,1,1 +381316,1969,3,1,1 +381316,2018,12,3,1 +4329847,1980,2,2,1 +313217,2021,9,3,1 +4329847,2002,8,1,1 +317576,1976,4,1,1 +313217,2023,3,3,1 +317576,1989,4,2,1 +321042,2005,12,1,1 +381316,2006,7,2,1 +381316,1985,5,1,1 +4329847,1951,5,1,1 +381316,2022,12,6,1 +313217,2009,5,1,1 +317576,2018,4,3,1 +381316,1975,11,1,1 +381316,1997,1,1,1 +313217,2021,8,2,1 +381316,1974,3,1,1 +4329847,1967,8,1,1 +313217,1990,5,3,1 +4329847,2012,3,1,1 +313217,2017,12,2,1 +313217,2010,4,2,1 +317576,2004,7,4,1 +321042,2019,2,1,1 +381316,2011,1,3,1 +381316,1981,7,1,1 +313217,2005,4,2,1 +313217,1998,6,2,1 +317576,2003,9,5,1 +381316,1995,9,1,1 +4329847,2016,4,2,1 +321042,2011,12,1,1 +321042,1981,6,1,1 +321042,1998,12,2,1 +4329847,2006,6,2,1 +317576,1997,12,1,1 +381316,1968,8,1,1 +321042,2004,5,3,1 +321042,1944,3,1,1 +317576,1992,3,3,1 +313217,1998,10,1,1 +321042,1961,9,1,1 +321042,1996,3,3,1 +321042,1992,11,1,1 +4329847,1952,9,1,1 +4329847,2009,3,1,1 +321042,1944,11,1,1 +381316,1983,2,1,1 +321042,1987,7,1,1 +317576,2014,12,2,1 +317576,1934,12,1,1 +317576,1985,4,3,1 +4329847,2017,1,1,1 +317576,1972,9,1,1 +381316,1966,10,1,1 +317576,2015,12,1,1 +313217,2020,9,2,1 +4329847,2006,10,5,1 +381316,2012,10,3,1 +381316,1970,12,1,1 +317576,1987,4,2,1 +317576,1999,8,3,1 +381316,2005,1,2,1 +381316,1997,12,1,1 +4329847,2001,1,1,1 +321042,2003,2,2,1 +381316,2014,6,1,1 +317576,1948,2,1,1 +4329847,2018,8,2,1 +4329847,2018,9,1,1 +381316,2000,11,2,1 +381316,1999,5,1,1 +313217,2016,8,4,1 +321042,1965,5,1,1 +381316,2016,4,4,1 +317576,2011,1,5,1 +4329847,1983,4,1,1 +313217,2015,5,5,1 +321042,1988,5,1,1 +381316,2001,4,1,1 +317576,1970,1,1,1 +317576,1980,5,2,1 +381316,1994,10,1,1 +317576,1933,3,1,1 +381316,2013,10,1,1 +4329847,1969,7,1,1 +313217,2011,2,1,1 +321042,1949,3,1,1 +381316,2017,5,2,1 +4329847,2011,7,1,1 +4329847,1998,9,2,1 +4329847,1955,8,1,1 +321042,1958,7,1,1 +313217,1996,8,1,1 +321042,2014,10,1,1 +313217,1997,10,1,1 +381316,2013,6,3,1 +321042,1956,8,1,1 +381316,1994,6,1,1 +313217,2016,9,1,1 +381316,1982,2,1,1 +313217,2022,11,2,1 +321042,2017,7,2,1 +313217,1984,10,1,1 +321042,1983,4,2,1 +321042,1994,3,1,1 +321042,2009,8,1,1 +381316,2016,7,2,1 +321042,1983,7,1,1 +317576,1995,1,3,1 +317576,1955,3,1,1 +321042,1985,8,1,1 +381316,2019,6,2,1 +313217,1995,11,1,1 +321042,2021,9,1,1 +317576,1943,8,1,1 +321042,2014,6,2,1 +317576,1941,3,1,1 +317576,2009,2,2,1 +317576,2012,12,2,1 +317576,1974,3,2,1 +317576,1991,11,1,1 +317576,2007,5,4,1 +317576,1954,12,1,1 +4329847,1968,4,1,1 +317576,2021,11,2,1 +381316,1996,4,1,1 +4329847,1975,9,1,1 +313217,2006,3,1,1 +317576,1996,8,1,1 +317576,2015,1,3,1 +317576,2018,7,2,1 +321042,1982,7,1,1 +4329847,1994,10,1,1 +321042,1970,11,2,1 +321042,2008,2,1,1 +313217,2018,9,1,1 +4329847,2022,2,1,1 +321042,1975,3,1,1 +313217,1986,5,1,1 +313217,2012,11,2,1 +321042,2023,4,1,1 +317576,1970,12,1,1 +321042,2013,5,1,1 +317576,1990,2,1,1 +381316,2022,1,1,1 +4329847,1994,6,1,1 +321042,1969,6,1,1 +321042,2016,11,1,1 +4329847,1956,1,1,1 +317576,1966,12,1,1 +4329847,2008,1,1,1 +321042,1967,4,1,1 +313217,2010,7,1,1 +317576,1992,11,1,1 +313217,1993,1,1,1 +321042,1975,11,1,1 +313217,2001,2,1,1 +317576,1985,7,1,1 +4329847,2007,5,1,1 +317576,1967,5,1,1 +321042,2006,3,1,1 +317576,2007,4,5,1 +313217,2014,2,4,1 +313217,2002,3,3,1 +381316,1994,1,1,1 +317576,2000,6,4,1 +321042,2018,4,1,1 +4329847,2007,7,4,1 +381316,1990,6,1,1 +321042,2017,5,1,1 +321042,2003,9,4,1 +381316,1976,7,2,1 +321042,2003,8,2,1 +321042,1979,12,2,1 +317576,1951,3,1,1 +381316,2014,1,3,1 +313217,2007,3,1,1 +4329847,2017,10,1,1 +381316,1983,9,2,1 +381316,1994,12,2,1 +317576,1994,11,5,1 +317576,2014,6,4,1 +313217,2018,2,2,1 +381316,2015,12,4,1 +317576,2011,10,2,1 +381316,2019,1,6,1 +381316,2022,10,6,1 +381316,2019,12,6,1 +313217,2003,8,2,1 +4329847,1987,5,1,1 +317576,1982,4,2,1 +317576,2014,10,5,1 +321042,2014,12,2,1 +381316,2021,3,6,1 +313217,2004,2,1,1 +4329847,2005,4,4,1 +317576,1980,4,1,1 +317576,2005,11,6,1 +317576,1995,10,1,1 +317576,2020,2,2,1 +321042,1989,4,2,1 +321042,2005,10,1,1 +381316,2009,7,1,1 +4329847,2003,5,1,1 +317576,2006,12,4,1 +381316,1986,8,3,1 +381316,2003,6,1,1 +313217,1992,7,1,1 +317576,2016,3,2,1 +381316,1982,8,1,1 +321042,1967,5,1,1 +4329847,2014,1,1,1 +313217,2015,7,4,1 +317576,2003,2,1,1 +4329847,2020,11,2,1 +313217,2000,11,3,1 +317576,2019,10,5,1 +381316,1999,4,2,1 +317576,2000,10,3,1 +317576,1934,6,1,1 +321042,1956,2,1,1 +313217,2003,9,2,1 +317576,1998,3,3,1 +381316,2017,7,4,1 +4329847,2021,4,2,1 +313217,1991,3,1,1 +313217,2009,4,4,1 +317576,2002,11,3,1 +317576,1986,12,3,1 +313217,2017,6,5,1 +381316,2001,5,2,1 +317576,2022,3,5,1 +381316,2010,9,4,1 +313217,2000,3,5,1 +317576,1996,2,2,1 +381316,2017,4,8,1 +317576,2001,6,3,1 +381316,2002,9,3,1 +381316,2018,6,3,1 +4329847,2008,6,2,1 +321042,1953,6,2,1 +4329847,1994,12,3,1 +317576,2008,3,3,1 +317576,2009,9,3,1 +313217,1989,6,1,1 +317576,2016,11,3,1 +317576,2015,6,2,1 +317576,1954,10,1,1 +313217,2011,8,2,1 +321042,1942,11,1,1 +317576,2010,11,4,1 +317576,2019,6,1,1 +381316,2020,2,6,1 +317576,2005,3,2,1 +317576,2013,11,2,1 +317576,1999,2,2,1 +381316,2010,8,3,1 +4329847,1983,5,1,1 +381316,2021,11,2,1 +313217,2007,11,2,1 +4329847,2013,7,2,1 +317576,2011,6,2,1 +381316,2004,2,3,1 +4329847,2011,5,3,1 +317576,2006,1,5,1 +381316,2012,1,2,1 +321042,2013,4,2,1 +381316,1984,11,1,1 +321042,2009,2,2,1 +381316,2012,12,1,1 +317576,1969,5,1,1 +381316,2013,1,2,1 +317576,1983,9,1,1 +381316,2014,12,2,1 +317576,1995,6,4,1 +381316,2011,6,1,1 +321042,2002,1,3,1 +313217,1987,11,1,1 +317576,2018,5,3,1 +381316,2006,5,2,1 +313217,2011,9,4,1 +321042,1951,8,1,1 +313217,2010,5,4,1 +317576,1935,11,1,1 +4329847,1991,10,1,1 +381316,1979,3,1,1 +317576,2001,10,2,1 +313217,1993,6,1,1 +321042,1977,11,1,1 +321042,1978,10,1,1 +317576,1940,8,1,1 +321042,2021,2,2,1 +317576,2007,7,2,1 +321042,2013,7,1,1 +313217,1994,9,1,1 +313217,2017,10,4,1 +321042,1981,1,1,1 +4329847,1970,5,1,1 +4329847,2021,7,2,1 +4329847,2001,10,1,1 +313217,1998,12,1,1 +381316,2003,10,6,1 +381316,1978,7,1,1 +321042,2001,3,1,1 +321042,1951,9,2,1 +317576,2004,5,3,1 +321042,1955,4,2,1 +381316,1998,5,2,1 +4329847,2004,3,2,1 +313217,1986,4,1,1 +317576,2022,11,2,1 +321042,2010,2,1,1 +317576,1981,11,1,1 +313217,1994,8,1,1 +317576,2010,3,2,1 +313217,1985,6,1,1 +4329847,1980,8,1,1 +4329847,2022,8,2,1 +381316,2016,5,3,1 +317576,1982,7,1,1 +321042,2019,9,1,1 +313217,2001,9,1,1 +381316,2005,6,2,1 +381316,2015,1,5,1 +321042,1984,11,2,1 +317576,1987,5,2,1 +317576,2002,3,3,1 +317576,2008,11,2,1 +317576,1983,8,2,1 +381316,1993,4,1,1 +317576,1993,1,2,1 +317576,1960,9,1,1 +4329847,2022,9,1,1 +4329847,2020,3,1,1 +317576,1986,1,1,1 +381316,2018,10,2,1 +4329847,2019,7,2,1 +317576,1981,3,1,1 +313217,1993,10,2,1 +381316,1996,5,2,1 +317576,1989,5,2,1 +317576,1967,7,1,1 +317576,2013,3,6,1 +313217,1981,4,1,1 +317576,1954,6,1,1 +4329847,2008,10,2,1 +4329847,2016,5,4,1 +317576,1970,10,1,1 +317576,2012,6,1,1 +4329847,2018,2,1,1 +313217,2009,7,2,1 +381316,1971,6,1,1 +313217,2019,12,2,1 +313217,1989,10,1,1 +321042,2011,6,1,1 +317576,1988,2,1,1 +317576,2012,10,4,1 +321042,2022,5,1,1 +313217,2015,4,2,1 +321042,1960,11,1,1 +317576,1990,8,2,1 +381316,2022,6,3,1 +381316,1985,4,1,1 +381316,2011,10,3,1 +4329847,2013,4,1,1 +381316,2009,4,2,1 +317576,1984,4,1,1 +313217,2019,1,3,1 +381316,1995,2,1,1 +381316,2013,12,2,1 +321042,1987,5,1,1 +381316,2002,8,1,1 +313217,1977,6,1,1 +381316,2008,1,1,1 +321042,2014,1,1,1 +313217,2016,2,2,1 +317576,1997,6,2,1 +321042,1999,3,1,1 +313217,1981,7,1,1 +4329847,1996,7,1,1 +381316,2007,3,1,1 +321042,1958,5,1,1 +321042,1977,3,1,1 +317576,1980,7,1,1 +313217,2005,5,1,1 +313217,1984,12,1,1 +4329847,1996,4,1,1 +4329847,2000,10,1,1 +321042,1936,5,1,1 +313217,2021,2,1,1 +381316,2005,10,3,1 +381316,1992,5,1,1 +321042,1968,4,1,1 +321042,1971,1,1,1 +4329847,1997,7,1,1 +4329847,2000,6,1,1 +313217,2020,2,1,1 +317576,1939,3,1,1 +317576,2009,8,2,1 +321042,1998,6,1,1 +381316,2007,11,1,1 +381316,2023,6,1,1 +381316,1986,9,2,1 +317576,1976,5,1,1 +321042,1945,9,1,1 +4329847,1999,5,1,1 +321042,1989,7,1,1 +4329847,1963,10,1,1 +4329847,2019,4,1,1 +317576,1963,7,1,1 +317576,1990,9,1,1 +313217,1997,1,1,1 +4329847,1963,6,1,1 +317576,1998,11,1,1 +381316,1985,7,1,1 +4329847,2014,12,1,1 +321042,1999,11,1,1 +317576,1964,5,1,1 +381316,2019,11,2,1 +381316,2015,3,5,1 +381316,2017,9,6,1 +317576,2007,9,3,1 +317576,1996,5,1,1 +381316,1995,5,3,1 +321042,2015,12,2,1 +313217,2005,2,1,1 +4329847,1982,1,2,1 +4329847,2004,1,2,1 +317576,1991,6,3,1 +317576,1967,9,1,1 +313217,2011,7,4,1 +317576,2023,4,4,1 +313217,2013,2,2,1 +321042,1991,8,2,1 +317576,2007,8,5,1 +321042,2021,5,3,1 +313217,2022,6,3,1 +321042,1973,6,1,1 +313217,2022,10,6,1 +381316,2008,11,5,1 +313217,1990,8,1,1 +4329847,2003,2,2,1 +313217,2009,9,4,1 +317576,2017,10,3,1 +4329847,2013,9,1,1 +317576,2017,6,3,1 +321042,1929,12,1,1 +317576,1933,6,1,1 +313217,2015,9,5,1 +381316,1992,2,1,1 +4329847,2012,10,2,1 +317576,2002,12,2,1 +317576,1998,1,2,1 +321042,1989,9,1,1 +313217,2002,1,3,1 +317576,2021,6,4,1 +381316,1983,7,1,1 +317576,2013,1,3,1 +321042,2002,11,1,1 +381316,1999,9,1,1 +317576,1987,2,1,1 +381316,2016,2,5,1 +317576,1953,3,2,1 +381316,2017,8,2,1 +381316,2012,3,2,1 +321042,2016,6,1,1 +381316,1977,1,1,1 +4329847,1989,3,2,1 +381316,2014,3,1,1 +313217,2011,4,2,1 +317576,1986,11,1,1 +4329847,1990,8,1,1 +317576,2003,5,2,1 +381316,2008,3,1,1 +321042,1996,10,1,1 +381316,1993,9,2,1 +313217,1984,11,1,1 +317576,2009,4,2,1 +313217,2016,5,6,1 +317576,1983,4,1,1 +321042,2006,10,1,1 +381316,2015,11,4,1 +321042,1993,6,1,1 +381316,2002,7,3,1 +381316,1979,1,1,1 +317576,1974,10,2,1 +313217,2007,12,4,1 +313217,1992,9,2,1 +321042,2019,4,2,1 +313217,2004,5,2,1 +4329847,2022,4,3,1 +313217,2000,12,1,1 +381316,2009,9,1,1 +381316,1999,8,2,1 +313217,2015,8,1,1 +381316,2019,3,3,1 +4329847,2021,9,3,1 +321042,2020,2,1,1 +4329847,1996,8,3,1 +317576,2009,7,2,1 +321042,2018,9,2,1 +313217,2001,7,2,1 +313217,2021,5,4,1 +381316,2002,4,2,1 +321042,1967,2,1,1 +317576,1993,3,2,1 +317576,2008,1,2,1 +313217,2002,12,4,1 +313217,1988,1,1,1 +4329847,2005,8,2,1 +381316,2009,8,3,1 +313217,2023,6,2,1 +313217,1983,12,2,1 +381316,2007,12,2,1 +4329847,2020,1,3,1 +321042,2015,1,2,1 +317576,2022,12,2,1 +381316,2021,12,4,1 +381316,1988,3,1,1 +313217,2010,2,3,1 +381316,2012,11,2,1 +4329847,1976,6,1,1 +317576,2016,12,2,1 +321042,1983,2,1,1 +313217,2006,10,2,1 +317576,2020,5,4,1 +381316,2020,5,2,1 +313217,2020,5,3,1 +321042,1990,6,3,1 +381316,2010,7,2,1 +317576,1992,6,4,1 +4329847,2004,12,1,1 +313217,2009,8,2,1 +317576,2010,12,4,1 +321042,2002,3,2,1 +317576,2006,3,2,1 +4329847,2012,6,1,1 +317576,2016,1,2,1 +4329847,2021,8,3,1 +317576,1998,12,3,1 +313217,1999,6,1,1 +381316,1975,6,1,1 +317576,2013,12,1,1 +313217,2019,3,2,1 +4329847,2019,8,2,1 +4329847,2007,9,1,1 +4329847,2009,10,1,1 +317576,1991,10,3,1 +317576,1999,5,3,1 +321042,1945,7,1,1 +321042,2000,6,1,1 +321042,2007,9,2,1 +317576,2018,2,5,1 +321042,1995,5,1,1 +313217,2019,11,2,1 +317576,2004,2,2,1 +381316,2021,1,3,1 +313217,1994,4,1,1 +4329847,1997,9,2,1 +313217,1984,3,1,1 +321042,1952,4,2,1 +317576,1976,2,1,1 +4329847,1976,10,2,1 +4329847,1942,12,1,1 +317576,1983,7,2,1 +317576,1942,6,1,1 +4329847,2015,6,1,1 +381316,1994,3,1,1 +313217,1992,8,2,1 +313217,2008,6,1,1 +313217,1998,11,1,1 +321042,1966,5,1,1 +4329847,1996,9,1,1 +321042,2016,10,1,1 +321042,1947,8,1,1 +317576,2021,10,2,1 +313217,1998,3,2,1 +4329847,1958,4,1,1 +313217,2000,1,2,1 +317576,1984,8,1,1 +321042,2019,7,1,1 +4329847,1966,12,1,1 +321042,1956,5,1,1 +321042,1933,11,1,1 +313217,1991,1,1,1 +317576,1984,9,1,1 +321042,1994,6,1,1 +4329847,2005,9,1,1 +381316,1985,8,1,1 +317576,1992,10,1,1 +313217,2014,5,3,1 +313217,2012,6,1,1 +321042,2022,2,1,1 +4329847,1998,5,1,1 +321042,1943,10,1,1 +321042,1970,6,1,1 +313217,1982,8,1,1 +313217,1971,9,1,1 +321042,1974,2,2,1 +321042,1969,11,1,1 +321042,2018,8,1,1 +381316,2010,4,1,1 +313217,2001,4,2,1 +321042,1994,10,1,1 +321042,1942,1,1,1 +313217,2012,10,2,1 +317576,2008,12,1,1 +4329847,2022,7,2,1 +381316,1982,7,1,1 +317576,1950,3,1,1 +4329847,1989,11,2,1 +321042,1950,8,1,1 +317576,1988,5,2,1 +321042,1999,12,1,1 +317576,1994,12,1,1 +313217,2008,10,2,1 +321042,2010,5,1,1 +381316,2000,6,1,1 +4329847,1980,7,1,1 +381316,2014,11,3,1 +4329847,1980,4,1,1 +313217,1986,9,1,1 +313217,1987,1,2,1 +317576,1986,3,1,1 +321042,1954,5,1,1 +321042,1988,8,1,1 +381316,2004,5,1,1 +317576,1990,7,1,1 +321042,1996,6,1,1 +321042,1997,1,1,1 +317576,1994,1,1,1 +321042,1952,7,1,1 +381316,1991,1,1,1 +321042,2023,2,1,1 +381316,2013,3,2,1 +4329847,2002,5,1,1 +381316,2001,2,1,1 +381316,2007,1,1,1 +381316,1986,7,1,1 +317576,2006,11,1,1 +317576,1968,2,1,1 +321042,1964,2,1,1 +4329847,2020,12,2,1 +321042,1951,4,1,1 +381316,1985,9,1,1 +381316,1981,2,1,1 +321042,1936,2,1,1 +321042,2004,9,1,1 +4329847,2019,9,1,1 +313217,2018,5,1,1 +313217,1995,6,1,1 +4329847,2018,5,1,1 +321042,1926,8,1,1 +321042,1969,3,1,1 +313217,2006,6,1,1 +4329847,2009,6,1,1 +313217,1983,1,1,1 +317576,1982,9,1,1 +317576,1993,11,1,1 +317576,1955,6,1,1 +321042,2000,10,1,1 +381316,2013,11,1,1 +313217,2020,11,5,1 +381316,2011,7,4,1 +317576,1986,5,1,1 +321042,1967,12,2,1 +4329847,2005,10,1,1 +317576,1974,9,1,1 +313217,2020,3,2,1 +381316,2003,4,1,1 +313217,2018,11,3,1 +4329847,2009,9,1,1 +381316,2012,5,2,1 +381316,1998,12,2,1 +321042,1989,6,1,1 +321042,2014,5,2,1 +381316,2022,7,6,1 +317576,2012,4,5,1 +317576,1997,7,4,1 +313217,1984,5,1,1 +4329847,2011,12,1,1 +317576,1987,1,2,1 +317576,2014,4,4,1 +321042,1994,9,2,1 +4329847,1999,12,3,1 +4329847,2018,3,3,1 +381316,1992,1,1,1 +317576,2003,3,3,1 +317576,2000,7,1,1 +381316,2023,4,4,1 +4329847,1972,4,1,1 +4329847,1975,11,2,1 +313217,2012,9,5,1 +321042,2004,6,2,1 +4329847,1990,10,1,1 +321042,1998,4,1,1 +381316,2020,11,5,1 +313217,1993,7,1,1 +317576,2022,2,5,1 +381316,2015,5,6,1 +317576,2005,2,8,1 +313217,1989,4,1,1 +321042,2017,12,4,1 +317576,2001,4,3,1 +381316,2022,4,5,1 +381316,1997,4,1,1 +321042,1995,3,2,1 +317576,1997,4,1,1 +4329847,1967,11,1,1 +4329847,1975,3,1,1 +313217,2021,11,3,1 +313217,2016,3,1,1 +317576,2012,7,6,1 +381316,2018,4,6,1 +4329847,2019,10,3,1 +317576,1965,9,2,1 +321042,1949,8,1,1 +313217,2000,2,4,1 +4329847,2021,6,2,1 +317576,2013,2,1,1 +4329847,1987,1,1,1 +4329847,2000,4,1,1 +381316,1997,7,1,1 +381316,2005,4,2,1 +317576,2015,7,4,1 +317576,2019,7,4,1 +313217,2018,3,5,1 +317576,1996,11,4,1 +4329847,2013,6,2,1 +4329847,2007,6,2,1 +317576,1971,4,1,1 +317576,2018,12,6,1 +313217,2022,9,2,1 +313217,1997,5,3,1 +313217,2008,8,2,1 +317576,1993,5,2,1 +317576,1988,11,2,1 +381316,2006,1,2,1 +381316,2016,1,3,1 +313217,1995,9,2,1 +317576,1992,9,2,1 +313217,2014,11,3,1 +317576,2010,2,3,1 +4329847,2004,2,3,1 +381316,1971,7,2,1 +321042,1990,9,1,1 +317576,1988,3,3,1 +313217,2012,8,1,1 +313217,2013,12,3,1 +381316,1970,4,1,1 +381316,1993,6,1,1 +381316,1999,10,2,1 +381316,1977,2,1,1 +381316,2001,1,1,1 +381316,2019,5,6,1 +317576,1992,8,1,1 +4329847,2005,6,2,1 +317576,1968,12,1,1 +381316,1999,6,4,1 +381316,1995,3,3,1 +321042,1961,11,3,1 +313217,1974,10,1,1 +321042,1947,10,1,1 +321042,2020,1,1,1 +381316,1993,10,1,1 +317576,1995,4,4,1 +313217,1977,7,1,1 +381316,2014,5,3,1 +313217,1990,6,2,1 +321042,1995,11,2,1 +317576,2003,11,4,1 +321042,1997,2,1,1 +321042,2000,9,1,1 +317576,2001,7,5,1 +317576,1989,12,1,1 +313217,1985,4,1,1 +317576,2018,1,6,1 +317576,1966,7,1,1 +313217,2005,12,2,1 +321042,2006,9,2,1 +381316,2003,7,2,1 +321042,2018,10,1,1 +317576,2000,4,1,1 +4329847,2016,12,4,1 +317576,1969,1,1,1 +321042,1992,8,1,1 +313217,1992,10,1,1 +381316,2018,7,2,1 +313217,1982,6,1,1 +317576,2016,2,3,1 +321042,1958,12,1,1 +317576,2021,8,4,1 +381316,1985,10,2,1 +313217,2002,2,1,1 +317576,2020,3,5,1 +381316,1970,7,1,1 +313217,1980,11,1,1 +381316,2017,6,5,1 +4329847,1993,11,1,1 +313217,1979,4,2,1 +4329847,2013,10,1,1 +381316,2006,12,2,1 +313217,1996,3,1,1 +313217,2019,5,4,1 +313217,2021,3,3,1 +321042,1962,3,1,1 +4329847,1997,10,1,1 +317576,2015,4,8,1 +4329847,1951,10,1,1 +4329847,2018,11,2,1 +381316,2016,12,2,1 +313217,1991,2,1,1 +381316,1981,1,1,1 +321042,1998,7,2,1 +381316,1975,8,1,1 +317576,1991,8,4,1 +313217,2006,9,3,1 +381316,2001,12,4,1 +381316,2000,8,1,1 +313217,2006,8,1,1 +317576,1998,2,2,1 +317576,2008,2,1,1 +321042,2013,6,1,1 +317576,1947,3,1,1 +317576,1980,6,2,1 +321042,2021,11,1,1 +321042,1957,12,1,1 +321042,1939,3,1,1 +321042,1931,12,1,1 +317576,1994,2,3,1 +321042,1955,6,1,1 +381316,2011,4,1,1 +381316,1988,5,2,1 +321042,2018,6,1,1 +317576,2020,11,3,1 +321042,2012,11,2,1 +313217,2017,4,3,1 +313217,2004,3,2,1 +321042,2016,8,2,1 +317576,2004,1,1,1 +317576,1991,9,1,1 +317576,1999,3,2,1 +313217,2008,9,2,1 +4329847,1988,2,2,1 +317576,1970,7,1,1 +321042,1985,11,1,1 +4329847,2001,7,1,1 +381316,1984,2,1,1 +313217,2009,6,2,1 +313217,1989,7,1,1 +317576,1962,3,1,1 +321042,2009,11,3,1 +321042,1982,1,1,1 +317576,1999,11,3,1 +317576,1982,10,2,1 +317576,1979,12,1,1 +4329847,2012,9,2,1 +381316,1990,4,1,1 +317576,2017,8,3,1 +317576,2006,5,4,1 +321042,1970,9,1,1 +313217,2015,6,2,1 +4329847,2001,4,2,1 +381316,2017,10,2,1 +317576,2011,7,3,1 +381316,2000,9,1,1 +4329847,1999,1,2,1 +4329847,1998,3,2,1 +4329847,2019,6,2,1 +313217,1978,12,1,1 +381316,2013,5,1,1 +381316,1971,4,1,1 +321042,1975,9,1,1 +4329847,2000,7,1,1 +313217,2004,11,2,1 +4329847,2014,5,2,1 +313217,1980,3,1,1 +321042,2010,11,2,1 +317576,1984,6,1,1 +321042,2017,1,2,1 +4329847,2015,9,1,1 +313217,2010,1,1,1 +321042,2000,8,1,1 +317576,1965,8,1,1 +4329847,1990,6,1,1 +317576,2019,4,4,1 +321042,1964,12,1,1 +321042,2020,12,2,1 +381316,2009,6,2,1 +4329847,2003,12,1,1 +317576,1982,6,1,1 +317576,1943,3,1,1 +4329847,1943,8,1,1 +313217,2009,10,2,1 +313217,2022,8,4,1 +321042,1938,12,1,1 +4329847,2015,8,3,1 +317576,1955,9,1,1 +321042,1953,4,1,1 +317576,2021,9,1,1 +381316,1974,8,1,1 +321042,2022,12,1,1 +4329847,2010,12,2,1 +313217,2007,2,2,1 +317576,2004,12,3,1 +381316,2004,3,1,1 +381316,1974,9,1,1 +317576,1962,11,1,1 +313217,2015,10,2,1 +321042,1947,6,1,1 +4329847,1996,10,1,1 +321042,1966,11,1,1 +317576,1963,6,1,1 +317576,2007,6,1,1 +4329847,2021,10,2,1 +4329847,2006,5,1,1 +317576,1985,12,1,1 +4329847,1998,11,1,1 +321042,1991,10,1,1 +381316,2008,5,1,1 +313217,2014,3,1,1 +321042,2004,10,1,1 +321042,1967,1,1,1 +381316,1992,12,1,1 +321042,1953,7,1,1 +321042,2007,6,1,1 +317576,1984,10,1,1 +321042,2009,3,1,1 +381316,1969,8,1,1 +321042,2013,10,2,1 +4329847,2002,3,1,1 +313217,2005,1,1,1 +317576,2017,9,2,1 +381316,2020,3,1,1 +381316,2009,10,1,1 +317576,1944,8,1,1 +313217,1999,9,1,1 +4329847,2009,8,1,1 +381316,1998,1,1,1 +321042,1970,8,1,1 +317576,2000,5,1,1 +321042,1983,10,1,1 +381316,1996,10,2,1 +321042,2006,2,1,1 +313217,2022,2,8,1 +317576,1952,12,1,1 +321042,1971,7,1,1 +381316,1982,3,1,1 +317576,2005,9,4,1 +381316,2002,11,2,1 +313217,1993,5,1,1 +381316,2012,7,3,1 +321042,1992,2,1,1 +313217,1990,1,2,1 +381316,1984,8,1,1 +321042,2013,1,2,1 +313217,2013,10,3,1 +381316,2023,5,4,1 +381316,1993,1,4,1 +381316,2006,10,1,1 +317576,1978,6,2,1 +381316,2012,4,1,1 +317576,2009,11,2,1 +381316,2019,7,10,1 +321042,2019,3,1,1 +381316,2019,4,4,1 +321042,1999,8,3,1 +321042,1997,8,4,1 +321042,1949,2,1,1 +321042,2005,5,1,1 +4329847,2019,12,3,1 +317576,1982,12,3,1 +321042,2007,1,2,1 +317576,2014,5,5,1 +321042,1974,6,1,1 +381316,2018,5,7,1 +317576,2006,7,3,1 +381316,1992,6,2,1 +381316,1986,11,1,1 +317576,2004,6,4,1 +4329847,2007,1,3,1 +321042,1986,6,2,1 +317576,1990,3,2,1 +4329847,1996,12,2,1 +4329847,2014,4,2,1 +313217,1998,4,2,1 +4329847,2020,8,2,1 +313217,2009,1,5,1 +381316,2021,8,5,1 +381316,1990,5,2,1 +381316,2009,12,4,1 +317576,2016,9,2,1 +317576,2022,9,3,1 +313217,2012,2,1,1 +317576,2013,9,2,1 +381316,1994,7,1,1 +381316,2015,7,6,1 +317576,1983,3,4,1 +4329847,2020,9,1,1 +317576,1964,6,2,1 +4329847,1968,6,2,1 +4329847,1981,1,1,1 +321042,1991,12,2,1 +317576,1970,5,2,1 +317576,1990,11,1,1 +317576,2010,9,3,1 +381316,1996,6,2,1 +317576,1998,8,5,1 +381316,2015,4,2,1 +317576,2008,9,3,1 +317576,1960,11,1,1 +317576,2022,8,3,1 +313217,2003,11,1,1 +317576,1986,7,2,1 +321042,2013,12,2,1 +381316,1999,1,3,1 +4329847,2001,5,3,1 +381316,1998,6,2,1 +381316,2008,7,1,1 +317576,2011,5,2,1 +317576,1969,10,2,1 +381316,2010,3,6,1 +321042,2017,6,1,1 +381316,2022,5,6,1 +321042,1955,12,1,1 +317576,1978,10,1,1 +4329847,2003,10,2,1 +313217,2009,12,3,1 +317576,1994,9,4,1 +313217,2015,1,2,1 +317576,1957,11,2,1 +317576,1984,1,1,1 +381316,2011,5,3,1 +317576,2007,1,3,1 +321042,1987,6,2,1 +317576,2005,8,3,1 +317576,1950,7,1,1 +321042,2008,11,1,1 +313217,2010,10,2,1 +381316,2003,5,3,1 +317576,1998,9,2,1 +4329847,2015,2,1,1 +317576,2018,6,4,1 +321042,1988,12,1,1 +321042,1965,1,1,1 +321042,2018,12,1,1 +321042,1989,12,1,1 +381316,2014,7,2,1 +321042,2016,2,1,1 +381316,2017,1,6,1 +313217,1977,5,2,1 +313217,2010,6,2,1 +313217,2011,3,1,1 +317576,2012,5,4,1 +317576,1964,10,3,1 +321042,2015,9,1,1 +4329847,1948,7,1,1 +317576,2023,3,2,1 +381316,1955,5,1,1 +381316,1950,10,1,1 +313217,1990,12,2,1 +321042,2004,1,1,1 +317576,2016,8,3,1 +313217,2023,2,3,1 +381316,1998,10,1,1 +317576,2002,8,2,1 +317576,2002,9,1,1 +313217,1994,3,1,1 +4329847,2021,12,1,1 +317576,2013,8,2,1 +381316,2016,10,3,1 +381316,1972,1,2,1 +317576,2010,8,4,1 +313217,2017,5,4,1 +313217,2019,4,2,1 +313217,2019,7,3,1 +321042,1946,9,1,1 +313217,1991,8,4,1 +317576,1958,3,1,1 +317576,2018,10,5,1 +317576,1969,6,1,1 +317576,1989,10,3,1 +4329847,2010,10,1,1 +317576,2001,5,2,1 +317576,1954,5,1,1 +313217,2013,6,2,1 +313217,1982,12,2,1 +4329847,1994,4,1,1 +317576,1997,5,1,1 +321042,2007,12,1,1 +381316,2008,4,1,1 +317576,1994,8,1,1 +321042,1984,8,1,1 +381316,1958,6,1,1 +317576,1987,6,2,1 +4329847,1990,12,2,1 +317576,1973,6,1,1 +4329847,2021,1,2,1 +313217,2011,11,1,1 +4329847,2022,11,1,1 +4329847,2019,1,1,1 +321042,1982,10,1,1 +381316,2014,4,3,1 +313217,1984,7,1,1 +317576,1971,5,1,1 +4329847,2011,10,1,1 +4329847,2016,10,3,1 +317576,1977,3,1,1 +381316,2007,9,2,1 +381316,1985,1,1,1 +381316,1999,12,1,1 +381316,1993,12,1,1 +381316,2002,3,1,1 +321042,1987,10,1,1 +381316,1977,8,1,1 +381316,2001,10,1,1 +317576,2021,2,3,1 +317576,2015,5,4,1 +321042,1981,4,1,1 +313217,2002,9,1,1 +321042,2015,8,1,1 +4329847,2004,8,2,1 +381316,2017,12,3,1 +321042,1947,1,2,1 +321042,2001,9,2,1 +321042,2008,3,1,1 +381316,2005,5,1,1 +317576,2009,3,2,1 +381316,1975,2,2,1 +321042,2003,3,1,1 +317576,2017,2,2,1 +313217,2005,10,1,1 +317576,2019,5,3,1 +381316,1965,12,1,1 +381316,2006,6,3,1 +4329847,1960,7,1,1 +313217,1999,2,1,1 +317576,1983,11,1,1 +321042,2022,10,1,1 +4329847,2017,5,1,1 +4329847,2023,2,2,1 +321042,1990,2,1,1 +4329847,1999,6,1,1 +381316,2013,7,3,1 +313217,1981,12,1,1 +313217,2007,9,1,1 +317576,1975,2,1,1 +4329847,1990,1,1,1 +317576,2007,12,2,1 +317576,1993,4,1,1 +381316,1962,10,1,1 +313217,2008,2,1,1 +313217,2000,8,2,1 +4329847,1969,6,1,1 +4329847,1994,7,1,1 +313217,1985,5,1,1 +313217,2005,6,1,1 +4329847,2007,12,1,1 +381316,1982,11,1,1 +317576,1995,5,1,1 +313217,1989,5,1,1 +381316,1991,8,1,1 +313217,1992,1,1,1 +313217,2002,8,1,1 +4329847,1963,5,2,1 +317576,1987,10,2,1 +313217,2006,2,2,1 +381316,2021,9,2,1 +321042,1980,2,1,1 +381316,2010,11,1,1 +321042,1959,2,1,1 +321042,1991,1,1,1 +381316,2009,1,1,1 +381316,2016,6,1,1 +317576,1946,11,1,1 +317576,1993,7,1,1 +4329847,2003,6,1,1 +4329847,1980,11,1,1 +381316,1983,3,1,1 +321042,2014,7,1,1 +321042,2014,4,1,1 +321042,2020,6,1,1 +381316,1966,7,1,1 +317576,1985,10,1,1 +4329847,2006,4,1,1 +381316,2013,4,1,1 +381316,1948,2,1,1 +317576,1981,8,1,1 +4329847,1947,7,1,1 +4329847,2011,6,1,1 +4329847,2010,6,1,1 +313217,2015,12,1,1 +313217,2019,9,3,1 +313217,2020,10,4,1 +313217,2009,11,2,1 +4329847,2002,10,2,1 +321042,1962,10,1,1 +313217,2016,6,3,1 +321042,1976,7,1,1 +313217,2003,12,1,1 +381316,2009,3,2,1 +317576,2002,7,6,1 +313217,2018,10,4,1 +381316,2000,5,2,1 +321042,2015,4,1,1 +317576,2008,4,4,1 +4329847,2007,3,2,1 +381316,1994,8,1,1 +381316,2015,9,2,1 +317576,2016,7,2,1 +317576,1977,1,2,1 +321042,1959,5,1,1 +317576,1943,10,1,1 +313217,1997,9,5,1 +313217,1983,7,2,1 +381316,2008,9,1,1 +317576,2020,10,3,1 +317576,2013,4,4,1 +317576,1960,12,2,1 +313217,2021,10,4,1 +313217,1994,12,2,1 +381316,1999,11,1,1 +381316,2003,2,2,1 +321042,1989,11,1,1 +317576,2009,12,1,1 +321042,1960,7,1,1 +4329847,2008,2,2,1 +313217,2002,7,1,1 +317576,1984,3,1,1 +317576,2020,6,5,1 +321042,1991,3,1,1 +313217,1996,6,2,1 +381316,1960,12,2,1 +381316,2002,12,2,1 +321042,1955,3,1,1 +313217,2022,5,7,1 +313217,2015,11,3,1 +381316,2010,12,5,1 +381316,2015,8,2,1 +381316,1993,3,1,1 +4329847,2021,11,4,1 +4329847,1979,1,1,1 +321042,2006,5,1,1 +381316,1988,9,2,1 +381316,2017,3,5,1 +321042,2004,11,1,1 +313217,2019,8,4,1 +321042,1985,6,1,1 +321042,2018,11,1,1 +313217,1997,8,2,1 +313217,2020,6,5,1 +381316,2013,8,4,1 +321042,1990,5,1,1 +321042,1980,5,1,1 +317576,2012,2,2,1 +4329847,1989,8,1,1 +381316,2007,7,2,1 +381316,2021,7,3,1 +381316,2010,1,1,1 +321042,1979,8,2,1 +381316,2004,6,3,1 +381316,1974,5,1,1 +381316,2017,11,5,1 +321042,1995,10,1,1 +317576,2019,2,5,1 +317576,2023,1,6,1 +317576,1995,2,1,1 +317576,2002,4,3,1 +317576,1994,4,2,1 +381316,2022,2,5,1 +381316,2007,4,1,1 +317576,1986,8,1,1 +381316,2008,8,3,1 +317576,1991,5,1,1 +4329847,1993,10,2,1 +321042,1948,10,1,1 +317576,2009,1,2,1 +4329847,2019,11,1,1 +317576,1963,3,1,1 +321042,1999,7,1,1 +4329847,1958,12,1,1 +317576,1993,9,2,1 +4329847,2009,5,1,1 +317576,1993,8,1,1 +317576,2016,4,2,1 +381316,1980,9,1,1 +321042,2008,1,1,1 +313217,2021,6,1,1 +313217,1999,5,2,1 +381316,2011,2,2,1 +4329847,2022,12,2,1 +317576,2013,7,2,1 +317576,2022,4,4,1 +321042,2013,11,1,1 +313217,1992,3,1,1 +381316,2004,10,1,1 +317576,2008,7,4,1 +4329847,2020,4,3,1 +4329847,1986,5,1,1 +321042,2007,3,1,1 +4329847,2020,7,3,1 +317576,2017,5,2,1 +321042,2021,6,2,1 +317576,2005,4,3,1 +317576,2010,7,3,1 +313217,2008,5,3,1 +321042,2005,2,1,1 +313217,1998,8,3,1 +313217,2011,1,6,1 +4329847,1967,6,1,1 +381316,2019,9,2,1 +4329847,2004,7,2,1 +381316,2020,6,2,1 +317576,1990,1,1,1 +317576,2001,2,3,1 +4329847,2004,4,1,1 +317576,2021,5,5,1 +313217,1996,10,3,1 +313217,2012,5,2,1 +381316,1989,10,1,1 +313217,2015,3,6,1 +313217,2014,6,2,1 +4329847,2015,5,2,1 +317576,2006,8,2,1 +321042,2003,1,1,1 +321042,2008,12,2,1 +313217,2016,10,2,1 +313217,2003,1,3,1 +321042,1963,12,2,1 +321042,1951,12,1,1 +4329847,2023,5,1,1 +317576,1999,6,2,1 +381316,2019,8,5,1 +321042,2009,10,2,1 +381316,1982,1,2,1 +317576,1986,9,1,1 +381316,2018,2,1,1 +381316,1977,7,1,1 +317576,1990,12,1,1 +4329847,2019,3,1,1 +317576,1996,6,4,1 +317576,2007,11,3,1 +4329847,2013,11,1,1 +317576,1999,10,3,1 +381316,2014,9,4,1 +321042,1965,11,1,1 +4329847,1995,5,1,1 +381316,1985,3,4,1 +317576,1967,3,2,1 +317576,2022,7,1,1 +313217,2023,5,3,1 +313217,2011,12,2,1 +313217,2014,10,1,1 +317576,2010,4,1,1 +321042,1941,5,1,1 +317576,1998,7,1,1 +313217,2007,4,3,1 +381316,2020,10,1,1 +317576,1983,1,2,1 +381316,2021,4,1,1 +317576,2007,3,4,1 +321042,1992,5,1,1 +317576,2006,9,1,1 +321042,1971,8,1,1 +321042,1966,10,2,1 +4329847,1978,11,1,1 +4329847,2018,6,3,1 +313217,2009,3,4,1 +313217,1991,7,1,1 +317576,2003,10,4,1 +313217,1993,2,2,1 +4329847,2001,2,1,1 +381316,1991,4,2,1 +317576,1996,10,2,1 +381316,1994,9,1,1 +4329847,1994,8,1,1 +317576,1961,8,1,1 +381316,2012,8,2,1 +317576,1952,3,1,1 +4329847,1982,4,1,1 +317576,2003,6,1,1 +381316,1989,6,1,1 +317576,1997,2,1,1 +313217,2017,2,1,1 +321042,1960,4,1,1 +317576,1988,10,1,1 +313217,2001,12,1,1 +321042,1955,11,1,1 +317576,1936,4,1,1 +4329847,1941,6,1,1 +381316,1988,8,1,1 +4329847,1994,9,2,1 +317576,1992,5,1,1 +321042,1997,4,1,1 +321042,1981,8,1,1 +4329847,1958,1,1,1 +381316,1991,7,1,1 +313217,2018,6,2,1 +4329847,2013,3,1,1 +317576,1994,7,1,1 +381316,2012,9,1,1 +321042,2016,5,1,1 +317576,1972,10,1,1 +381316,2014,8,1,1 +4329847,1988,7,1,1 +313217,2004,10,2,1 +4329847,1974,7,1,1 +4329847,1996,11,1,1 +313217,2000,7,1,1 +321042,1946,7,1,1 +381316,1993,11,1,1 +317576,1967,11,1,1 +321042,1989,3,1,1 +4329847,2012,5,1,1 +317576,2015,2,2,1 +4329847,2007,11,1,1 +4329847,2005,3,1,1 +4329847,2017,2,1,1 +4329847,2005,11,2,1 +4329847,2006,8,2,1 +381316,2013,9,1,1 +317576,1981,4,1,1 +321042,1998,2,1,1 +313217,1984,8,1,1 +381316,2005,2,1,1 +321042,1991,11,1,1 +381316,1977,4,1,1 +321042,1944,5,1,1 +4329847,1955,6,1,1 +381316,1999,3,1,1 +313217,1981,3,1,1 +381316,1995,6,1,1 +313217,1991,4,1,1 +321042,1977,7,1,1 +321042,2018,3,1,1 +313217,1986,11,1,1 +321042,2021,10,1,1 +4329847,1991,2,1,1 +313217,2004,6,1,1 +381316,1978,11,1,1 +321042,1997,5,1,1 +317576,2018,11,7,1 +317576,2014,8,2,1 +313217,2018,12,4,1 +4329847,2023,4,2,1 +321042,1969,2,1,1 +317576,2001,8,3,1 +313217,1987,5,3,1 +317576,2004,3,4,1 +381316,1990,8,1,1 +321042,2021,1,2,1 +317576,1969,3,1,1 +313217,1994,6,2,1 +317576,2019,8,2,1 +381316,2018,9,5,1 +313217,2013,11,2,1 +317576,2006,2,3,1 +317576,2019,9,3,1 +313217,2020,12,5,1 +313217,2002,5,3,1 +317576,2011,9,6,1 +317576,2013,5,4,1 +313217,2001,6,4,1 +381316,2018,8,2,1 +317576,2010,5,2,1 +313217,2012,4,3,1 +381316,2006,11,4,1 +381316,2011,9,1,1 +321042,2012,1,2,1 +381316,1997,9,3,1 +313217,2014,1,2,1 +4329847,2017,8,4,1 +317576,1995,9,1,1 +321042,1980,4,2,1 +313217,1996,12,1,1 +381316,2022,8,8,1 +381316,2005,8,1,1 +317576,2009,6,3,1 +381316,2015,2,3,1 +313217,2017,8,4,1 +321042,1982,3,1,1 +317576,1971,9,3,1 +317576,1959,6,2,1 +317576,2012,9,3,1 +4329847,2009,4,1,1 +317576,1961,2,2,1 +317576,1996,1,3,1 +317576,2020,12,2,1 +321042,1963,6,2,1 +321042,1941,4,1,1 +381316,1996,3,1,1 +4329847,2002,1,2,1 +321042,2005,8,2,1 +313217,2003,6,3,1 +317576,2021,4,2,1 +321042,1959,4,1,1 +4329847,1965,7,2,1 +321042,1979,2,1,1 +4329847,2008,8,1,1 +381316,2022,9,2,1 +313217,2018,1,1,1 +317576,1955,4,1,1 +4329847,1986,4,1,1 +313217,2022,4,7,1 +313217,2011,6,2,1 +381316,2019,2,5,1 +4329847,2010,3,2,1 +321042,2003,10,2,1 +313217,2021,1,3,1 +317576,2018,3,3,1 +317576,2003,1,3,1 +381316,1960,10,2,1 +313217,2021,12,3,1 +313217,2013,3,3,1 +381316,2004,1,2,1 +313217,2006,4,4,1 +313217,2016,1,4,1 +317576,2005,5,2,1 +313217,2011,10,3,1 +381316,2007,5,2,1 +313217,2014,12,4,1 +381316,1974,4,1,1 +381316,1984,5,1,1 +317576,2004,11,2,1 +4329847,2003,11,1,1 +321042,1942,5,1,1 +317576,1983,6,2,1 +381316,2005,9,1,1 +313217,2023,4,4,1 +381316,1995,12,2,1 +317576,1997,9,2,1 +317576,2022,5,4,1 +313217,2008,7,2,1 +381316,2016,3,3,1 +321042,2005,9,1,1 +317576,1978,11,1,1 +313217,1998,2,3,1 +317576,2011,8,3,1 +381316,2000,4,2,1 +317576,1968,3,1,1 +381316,1986,10,1,1 +4329847,2022,6,1,1 +321042,1937,10,1,1 +317576,1991,7,5,1 +317576,2012,8,6,1 +313217,2020,1,6,1 +381316,1997,8,3,1 +317576,1999,12,3,1 +313217,2022,7,5,1 +381316,2020,1,4,1 +4329847,2004,5,1,1 +317576,1988,12,1,1 +381316,2016,11,4,1 +317576,1989,3,3,1 +321042,1972,10,1,1 +321042,2020,11,2,1 +317576,2002,5,5,1 +321042,1962,1,1,1 +317576,2017,7,3,1 +313217,2012,7,2,1 +313217,2005,3,3,1 +381316,2002,10,2,1 +317576,1964,11,1,1 +381316,1970,8,1,1 +317576,2015,8,4,1 +317576,2020,1,2,1 +317576,1965,7,1,1 +381316,2003,8,3,1 +381316,2010,6,3,1 +313217,1999,7,2,1 +317576,2008,5,3,1 +4329847,2003,3,1,1 +313217,1991,5,1,1 +321042,2002,2,1,1 +381316,1987,8,1,1 +4329847,2016,11,1,1 +313217,1995,7,1,1 +321042,2020,3,1,1 +4329847,2022,10,2,1 +321042,1978,8,1,1 +381316,2006,3,3,1 +321042,2021,12,2,1 +321042,2009,1,1,1 +317576,1999,1,4,1 +381316,2003,9,1,1 +313217,1984,2,1,1 +313217,2017,9,1,1 +4329847,1980,6,1,1 +381316,2021,5,6,1 +381316,1989,12,1,1 +4329847,2014,2,1,1 +317576,2001,9,2,1 +4329847,2015,4,1,1 +321042,2015,5,1,1 +321042,1998,8,1,1 +317576,2009,10,2,1 +381316,1991,5,2,1 +321042,1931,3,1,1 +321042,1983,11,1,1 +381316,1982,6,1,1 +4329847,2001,9,1,1 +317576,2014,9,4,1 +321042,1985,12,1,1 +321042,1940,1,1,1 +4329847,2006,2,2,1 +321042,1974,3,1,1 +381316,1949,10,1,1 +381316,1982,10,2,1 +317576,2016,5,3,1 +321042,1992,4,2,1 +4329847,1991,9,2,1 +4329847,2018,12,1,1 +317576,1992,7,1,1 +381316,2001,11,1,1 +4329847,1950,12,1,1 +313217,2004,1,3,1 +317576,1990,6,4,1 +321042,1971,2,1,1 +4329847,1987,3,1,1 +321042,2012,12,1,1 +381316,1975,4,1,1 +381316,1962,11,1,1 +317576,2000,9,1,1 +321042,1949,4,1,1 +313217,2010,3,1,1 +321042,2019,10,1,1 +381316,2012,2,2,1 +4329847,2017,9,3,1 +321042,1953,8,1,1 +317576,2000,8,2,1 +321042,1952,6,1,1 +317576,1989,11,2,1 +317576,1992,4,1,1 +321042,1934,6,1,1 +321042,2008,10,1,1 +317576,2003,12,3,1 +321042,2022,3,1,1 +313217,1970,3,1,1 +4329847,2009,7,1,1 +381316,2011,8,3,1 +321042,2000,7,1,1 +321042,2000,4,3,1 +4329847,1985,3,2,1 +321042,1978,9,1,1 +381316,1947,2,1,1 +381316,2014,2,1,1 +4329847,1998,1,2,1 +321042,1936,3,1,1 +321042,1987,11,1,1 +4329847,1974,5,1,1 +313217,2004,12,2,1 +381316,1959,2,1,1 +317576,1941,4,1,1 +381316,1990,9,1,1 +313217,2003,10,1,1 +317576,1995,8,1,1 +321042,2010,1,1,1 +313217,2019,2,2,1 +381316,2020,12,1,1 +321042,1948,1,1,1 +313217,2006,7,2,1 +321042,1994,7,1,1 +321042,2001,5,1,1 +313217,2010,11,1,1 +313217,2001,10,1,1 +381316,2000,7,1,1 +321042,1980,7,2,1 +321042,1960,5,1,1 +313217,2016,12,1,1 +321042,1951,6,2,1 +317576,1948,10,1,1 +317576,1993,2,1,1 +4329847,2012,7,1,1 +381316,1973,8,2,1 +381316,2004,12,1,1 +321042,1999,5,1,1 +381316,1953,2,1,1 +321042,1944,4,1,1 +321042,2011,8,1,1 +321042,1990,7,1,1 +313217,1999,4,1,1 +381316,2013,2,1,1 +4329847,1967,1,1,1 +381316,1983,10,1,1 +321042,2016,7,1,1 +317576,1958,6,1,1 +321042,1958,11,1,1 +317576,1954,9,1,1 +381316,1998,11,1,1 +4329847,1969,11,1,1 +313217,1975,7,1,1 +4329847,2008,9,1,1 +4329847,2001,8,1,1 +4329847,1977,5,1,1 +381316,1992,3,1,1 +4329847,2000,3,1,1 +313217,2021,4,3,1 +317576,1998,6,2,1 +381316,1998,8,3,1 +313217,2016,7,3,1 +381316,2000,12,3,1 +317576,2022,6,6,1 +317576,1973,9,1,1 +381316,1992,8,1,1 +317576,1991,12,3,1 +317576,2020,4,3,1 +381316,2022,11,6,1 +317576,1973,8,2,1 +313217,2004,4,2,1 +317576,1995,11,3,1 +317576,2000,3,2,1 +4329847,2002,7,4,1 +381316,1989,7,2,1 +317576,2004,9,2,1 +313217,2022,1,4,1 +321042,2010,4,2,1 +321042,1999,6,1,1 +317576,1959,5,1,1 +317576,2021,1,5,1 +321042,2000,12,1,1 +4329847,1993,4,1,1 +317576,1980,2,2,1 +317576,2014,11,4,1 +317576,2002,10,1,1 +317576,2018,9,9,1 +4329847,2023,1,3,1 +4329847,2015,1,2,1 +313217,2017,11,3,1 +317576,2017,12,3,1 +4329847,1982,10,1,1 +317576,2008,10,6,1 +321042,2011,3,2,1 +321042,1960,10,2,1 +313217,2007,6,3,1 +317576,1969,8,2,1 +4329847,1970,9,1,1 +317576,2010,6,4,1 +313217,1990,2,1,1 +381316,2001,9,4,1 +317576,2011,3,3,1 +321042,1976,6,1,1 +313217,2020,7,2,1 +321042,2003,5,1,1 +313217,2016,4,2,1 +4329847,1979,5,1,1 +313217,2006,1,2,1 +313217,2000,10,1,1 +381316,1995,4,3,1 +317576,1988,4,1,1 +381316,2022,3,7,1 +4329847,2016,9,2,1 +4329847,2003,9,1,1 +313217,2002,6,3,1 +321042,1978,3,2,1 +4329847,2010,8,2,1 +321042,1998,3,1,1 +313217,2015,2,3,1 +313217,2012,12,5,1 +381316,2004,4,4,1 +381316,1990,11,1,1 +317576,1994,10,2,1 +381316,2007,6,3,1 +321042,2012,7,1,1 +381316,2004,7,3,1 +313217,2017,3,4,1 +313217,2000,6,2,1 +321042,2021,7,3,1 +317576,1996,4,3,1 +381316,1973,3,1,1 +313217,2004,7,3,1 +313217,2023,1,1,1 +317576,2003,7,3,1 +381316,1996,9,1,1 +317576,2016,10,3,1 +4329847,2001,11,1,1 +313217,1991,6,2,1 +317576,2015,11,4,1 +317576,1951,10,3,1 +4329847,2005,2,1,1 +317576,2000,11,2,1 +381316,1984,6,1,1 +321042,1958,9,2,1 +321042,1967,9,1,1 +317576,1990,5,2,1 +321042,2009,7,2,1 +313217,2014,7,6,1 +317576,1998,10,1,1 +317576,1981,6,1,1 +313217,2022,12,4,1 +381316,1997,11,1,1 +317576,1987,8,1,1 +317576,2005,6,4,1 +321042,2013,2,1,1 +313217,2005,9,3,1 +321042,1996,1,1,1 +317576,2013,6,4,1 +4329847,1993,7,3,1 +313217,2010,9,3,1 +381316,2011,3,4,1 +317576,2015,3,7,1 +317576,2001,11,1,1 +317576,2003,4,2,1 +4329847,2018,7,3,1 +381316,2001,8,1,1 +317576,2020,7,6,1 +4329847,1986,12,1,1 +321042,1998,11,1,1 +317576,2016,6,4,1 +313217,2012,1,3,1 +313217,2013,9,1,1 +321042,1980,1,1,1 +317576,2001,3,2,1 +381316,2011,11,3,1 +313217,1970,9,1,1 +313217,2006,12,2,1 +317576,1976,8,1,1 +381316,2016,9,3,1 +321042,2005,3,2,1 +317576,2019,3,5,1 +313217,1993,11,1,1 +381316,2020,7,3,1 +381316,2006,8,5,1 +313217,1985,3,1,1 +313217,2021,7,6,1 +4329847,2018,4,1,1 +381316,1977,10,1,1 +381316,1975,1,1,1 +317576,2011,11,1,1 +313217,2009,2,1,1 +317576,1987,9,1,1 +321042,1995,7,1,1 +321042,1944,12,1,1 +317576,1999,7,1,1 +381316,2007,10,3,1 +321042,2000,1,1,1 +317576,2023,5,6,1 +313217,2014,4,2,1 +317576,2018,8,2,1 +381316,2006,9,3,1 +313217,1995,12,3,1 +4329847,2002,4,1,1 +381316,2018,3,3,1 +4329847,2007,2,2,1 +381316,1960,5,1,1 +317576,1968,8,1,1 +381316,2003,11,2,1 +4329847,2004,10,2,1 +4329847,2000,11,2,1 +321042,2001,10,1,1 +317576,2010,10,4,1 +4329847,2016,8,3,1 +317576,2012,3,4,1 +317576,1997,11,1,1 +317576,2012,11,4,1 +313217,2007,10,2,1 +4329847,1998,7,1,1 +313217,1975,12,2,1 +317576,1975,12,1,1 +321042,2005,11,2,1 +321042,1970,1,1,1 +381316,2002,5,2,1 +381316,2021,6,4,1 +381316,1974,12,1,1 +317576,1983,5,1,1 +321042,1984,10,3,1 +381316,2018,11,3,1 +381316,1998,9,2,1 +313217,1988,6,1,1 +317576,2022,10,1,1 +321042,2007,2,2,1 +321042,1956,7,1,1 +317576,2021,12,4,1 +313217,2011,5,1,1 +317576,1935,10,1,1 +317576,1985,9,1,1 +313217,1991,10,2,1 +381316,1981,8,1,1 +4329847,1976,1,1,1 +317576,2002,6,1,1 +321042,2016,12,1,1 +321042,2009,4,2,1 +321042,1986,9,2,1 +313217,2018,4,4,1 +321042,1993,12,1,1 +381316,2023,3,2,1 +317576,1945,10,1,1 +317576,1996,7,2,1 +317576,1985,8,1,1 +381316,2020,4,3,1 +4329847,2010,9,2,1 +313217,2003,5,4,1 +321042,1990,12,1,1 +317576,2013,10,4,1 +321042,1957,8,1,1 +381316,2016,8,2,1 +317576,1992,12,1,1 +381316,2005,3,2,1 +381316,1992,9,1,1 +317576,2005,10,2,1 +313217,2020,4,1,1 +4329847,1991,11,2,1 +313217,1996,7,1,1 +317576,1972,4,1,1 +317576,2017,1,1,1 +313217,1987,10,1,1 +317576,1981,10,1,1 +381316,1979,6,1,1 +381316,1975,12,1,1 +321042,1982,9,1,1 +4329847,1998,4,1,1 +381316,2009,2,4,1 +317576,2008,6,1,1 +4329847,1997,2,3,1 +317576,1952,2,2,1 +4329847,2022,5,1,1 +4329847,1999,8,1,1 +381316,1982,5,1,1 +313217,2008,1,1,1 +317576,1971,11,1,1 +317576,1989,9,2,1 +317576,1992,1,2,1 +317576,2004,8,1,1 +321042,2001,6,1,1 +317576,2014,3,2,1 +321042,2006,1,1,1 +313217,2018,7,2,1 +317576,1943,4,1,1 +321042,2017,8,1,1 +317576,1974,1,2,1 +317576,1971,3,1,1 +321042,2020,8,1,1 +381316,1996,8,1,1 +317576,1999,4,1,1 +4329847,2011,8,1,1 +4329847,2011,9,2,1 +4329847,1984,11,1,1 +317576,1997,3,1,1 +4329847,2012,1,1,1 +4329847,1983,9,1,1 +381316,1964,12,1,1 +321042,1945,5,1,1 +321042,1984,6,1,1 +381316,2017,2,1,1 +321042,2020,9,1,1 +321042,1976,10,1,1 +313217,2013,8,1,1 +321042,1940,7,1,1 +321042,2015,10,1,1 +321042,1989,2,1,1 +321042,1992,1,1,1 +317576,1962,4,1,1 +317576,1939,10,1,1 +4329847,1977,10,1,1 +321042,1997,6,1,1 +317576,1989,8,1,1 +313217,1979,11,1,1 +321042,1962,7,1,1 +321042,1980,12,1,1 +317576,2007,2,1,1 +381316,1991,6,1,1 +381316,2021,10,1,1 +4329847,2004,6,1,1 +317576,1979,8,1,1 +40213260,2020,4,15,1.9333333333333333 +40213154,2015,10,658,2.360182370820669 +40213154,2020,12,636,2.3710691823899372 +40213304,2019,4,17,2 +40213314,2018,11,23,2.0869565217391304 +40213154,2019,9,666,2.304804804804805 +40213251,2015,2,16,1.9375 +40163554,2020,10,4,1.75 +40213230,2016,5,11,1.8181818181818181 +40213180,2016,5,34,2.088235294117647 +40213154,2022,6,626,2.2044728434504792 +1332419,2000,5,1,4 +40213154,2014,1,643,2.4339035769828925 +40213154,2022,10,664,2.128012048192771 +1332419,2017,11,4,1.75 +19075601,2017,11,11,1.6363636363636365 +40213154,2013,10,656,2.3673780487804876 +19075601,2000,9,2,1 +40163554,2009,11,2,1.5 +19075601,2008,11,8,1.25 +1545959,2008,8,2,1 +40213154,2014,12,578,2.2975778546712804 +40213154,2010,11,17,2.176470588235294 +40213306,2018,7,7,1.7142857142857142 +40213154,2013,6,245,2.4326530612244897 +40213154,2015,6,612,2.2941176470588234 +40213320,2023,5,25,1.88 +40213306,2020,5,11,1.7272727272727273 +40213227,2020,5,62,1.903225806451613 +40213154,2020,1,650,2.207692307692308 +40213216,2017,8,14,2.7857142857142856 +40213304,2018,1,30,1.9 +40213304,2017,6,24,3.2916666666666665 +40213281,2018,10,43,1.9767441860465116 +40213281,2022,4,40,2.125 +40213227,2015,11,65,2.0615384615384613 +40213260,2014,7,17,1.6470588235294117 +40213154,2019,8,659,2.4764795144157814 +40213183,2021,3,17,2.176470588235294 +40213260,2022,8,18,2.1666666666666665 +40213314,2013,6,12,1.75 +40213160,2017,12,33,2.1515151515151514 +40213281,2013,6,17,1.8823529411764706 +40213281,2017,12,39,2.076923076923077 +40213299,2014,3,24,2.9583333333333335 +40213304,2016,9,27,3.4444444444444446 +40213251,2021,9,23,3.5217391304347827 +40213314,2017,3,36,2.8055555555555554 +40213160,2017,1,40,3.25 +40213281,2017,1,54,3.0925925925925926 +40213216,2021,12,14,1.9285714285714286 +40213304,2022,3,28,1.6785714285714286 +40213281,2021,10,55,2.327272727272727 +19018935,2022,2,8,2.5 +19126352,1986,5,2,1.5 +19075601,1997,7,31,2.4838709677419355 +40213227,1999,8,3,1.3333333333333333 +40213216,2015,3,23,2.347826086956522 +40213183,2015,12,23,2.0869565217391304 +40213299,2015,12,20,2.05 +40213304,2015,6,27,2.5925925925925926 +40213296,2020,1,14,2.2142857142857144 +19133768,2005,10,1,1 +40213260,2017,1,25,1.64 +40213183,2014,8,17,1.588235294117647 +40213314,2014,8,22,3.5454545454545454 +40213304,2014,2,28,2.9642857142857144 +40213198,2014,2,45,2.1555555555555554 +40213227,2017,2,67,3.014925373134328 +40213227,2014,10,75,2.1866666666666665 +40213201,2017,3,16,1.5 +40213201,2016,7,16,1.6875 +40213227,2022,6,70,2.3714285714285714 +40213299,2014,11,20,2.35 +19126352,1974,9,1,4 +1332419,1994,1,12,2 +1539411,1991,12,19,2.210526315789474 +40213154,2000,2,11,2.6363636363636362 +40213320,2020,8,13,1.8461538461538463 +40213227,2023,4,58,2.8793103448275863 +40213183,2016,1,23,2.347826086956522 +40213281,2015,7,50,3.12 +40213281,2015,4,43,2.558139534883721 +40213314,2022,7,30,2.2333333333333334 +40213160,2022,9,32,1.65625 +40213281,2022,7,49,2.061224489795918 +40213227,2016,11,64,1.984375 +40213314,2018,3,33,1.606060606060606 +40213281,2018,6,49,2.0408163265306123 +40213320,2022,6,18,2.0555555555555554 +40213180,2019,7,25,2.36 +40213304,2017,10,31,1.7419354838709677 +40213180,2021,5,30,1.9666666666666666 +40213227,2021,5,67,2.4477611940298507 +40213227,2014,6,63,2.492063492063492 +40213306,2023,3,8,1.625 +40213180,2023,3,25,2.56 +40213260,2019,1,11,2.272727272727273 +1539411,2018,11,7,1.8571428571428572 +40213306,2014,7,8,1.875 +40213296,2023,3,15,2.2 +40213320,2016,11,25,1.84 +40213320,2015,11,24,3.125 +40213180,2020,12,23,2 +40213227,2018,5,67,2.1492537313432836 +40213296,2003,6,1,1 +40213227,2004,6,1,1 +40213281,2013,10,37,1.972972972972973 +40213216,2018,5,22,1.5 +40213183,2023,1,20,1.7 +40213183,2019,4,17,3.6470588235294117 +40213160,2023,1,33,2.0606060606060606 +40213260,2020,7,15,2.066666666666667 +40213160,2016,6,30,2.566666666666667 +40213281,2016,6,39,2.5384615384615383 +40213227,2016,3,71,3.323943661971831 +1539411,2014,8,2,1.5 +40213201,2019,9,10,3.3 +40213198,2018,9,42,2.261904761904762 +40213296,2013,10,20,2.2 +40213227,2022,10,60,1.7833333333333334 +40213281,2014,8,33,3.1818181818181817 +40213260,2019,12,12,4.25 +40213227,2019,12,68,2.6029411764705883 +40213320,2013,7,27,2.111111111111111 +40213320,2017,6,26,1.7692307692307692 +19018935,2016,6,3,1.3333333333333333 +19075601,2015,10,11,1.5454545454545454 +19126352,1998,6,2,3 +40213154,2012,9,30,2.2666666666666666 +40213183,2021,11,23,2.5217391304347827 +40213304,2020,9,28,2.4642857142857144 +40213314,2021,2,22,2.9545454545454546 +40213160,2021,5,35,2.5714285714285716 +40213216,2015,11,28,2.4642857142857144 +40213299,2016,10,22,3.8181818181818183 +40213216,2017,9,18,2.8333333333333335 +40213251,2022,5,15,2.6666666666666665 +40213251,2018,8,18,2.9444444444444446 +40213183,2018,8,18,2.9444444444444446 +40213314,2017,11,24,3.0833333333333335 +40213198,2018,8,47,2.297872340425532 +19075601,2022,10,12,1.1666666666666667 +40220960,2021,5,7,1 +40213183,2017,2,22,2.8181818181818183 +40213304,2016,8,26,1.9615384615384615 +40213314,2016,3,32,2.21875 +40213180,2017,7,32,2.8125 +40213320,2018,10,22,1.8181818181818181 +40213320,2017,10,29,1.8620689655172413 +40213320,2019,6,25,1.72 +40213320,2018,6,29,1.8275862068965518 +40213201,2013,7,6,1.8333333333333333 +40213154,1998,11,10,3.2 +40213306,2019,11,5,4.6 +40213306,2017,11,8,3.875 +40213306,2022,6,15,1.9333333333333333 +40213180,2022,6,26,1.7307692307692308 +40220960,2000,12,1,1 +40213201,1995,8,2,2 +40213227,2000,9,5,1.6 +40213154,1994,8,9,3.2222222222222223 +40213183,2018,9,9,2.2222222222222223 +40213251,2018,9,9,2.2222222222222223 +40213251,2014,6,22,2.1363636363636362 +40213281,2014,9,43,2.5348837209302326 +40213260,2018,6,22,1.6363636363636365 +40213304,2022,11,25,2.6 +40213314,2023,5,25,2.72 +40213160,2022,8,33,1.7272727272727273 +40213198,2022,6,42,1.7857142857142858 +40213201,2014,2,8,2.25 +40213320,2016,3,27,2 +40213320,2015,3,26,2.6538461538461537 +40213201,2018,4,11,4.454545454545454 +40213227,2015,3,84,1.9166666666666667 +40213296,2016,3,24,2.5833333333333335 +40213306,2021,3,9,1.8888888888888888 +40213299,2019,12,15,1.9333333333333333 +19075601,2004,3,6,1.6666666666666667 +40243436,2015,4,1,1 +40213227,2013,11,45,2.1555555555555554 +19075601,2022,6,13,1.5384615384615385 +40213260,2014,4,21,1.5714285714285714 +40213183,2022,3,17,2.8823529411764706 +40213281,2021,6,37,2.2162162162162162 +40213230,2014,4,10,2 +40213314,2014,9,29,2.3793103448275863 +40213227,2012,11,2,1.5 +40213306,2014,4,3,2.3333333333333335 +40213180,2019,4,17,2.764705882352941 +40213227,2019,1,80,2.2125 +1310034,2021,1,2,1 +40213154,2011,4,17,1.7058823529411764 +40213160,2016,10,31,2.4838709677419355 +40213281,2016,10,37,2.5945945945945947 +40213260,2022,9,20,3.2 +40213296,2016,11,16,1.875 +40213154,1986,12,9,1.6666666666666667 +40213154,1973,11,3,1.6666666666666667 +1310034,2015,12,2,1 +46275916,2015,12,2,1 +19126352,1997,7,5,1.8 +40213154,1999,1,16,4.0625 +40213154,2003,2,16,2.375 +40213304,2020,8,27,2.7777777777777777 +40213296,2019,7,16,1.9375 +40213304,2015,10,23,1.826086956521739 +40213314,2015,5,21,2.619047619047619 +40213198,2015,5,36,2.4166666666666665 +40213201,2015,3,9,1.5555555555555556 +40213314,2013,10,30,1.7333333333333334 +40213304,2018,12,27,1.8888888888888888 +40213201,2023,1,12,2.3333333333333335 +40213296,2017,8,15,1.8 +40213180,2015,5,24,1.875 +19126352,1987,1,3,2 +1539411,1991,1,10,2 +40213154,2004,4,15,1.7333333333333334 +40213154,2002,4,17,1.8823529411764706 +40213320,2022,10,29,3.0344827586206895 +40213160,2015,9,42,2.2142857142857144 +19126352,2019,8,4,2.25 +40171902,2007,3,1,2 +40213299,2015,1,22,1.7727272727272727 +40213183,2013,10,21,1.8095238095238095 +40213299,2021,6,21,2.1904761904761907 +40213216,2019,6,19,2.210526315789474 +40213201,2016,4,8,2 +1332419,2016,7,2,1.5 +40213201,2009,6,1,1 +40213154,2009,6,12,2.25 +19018935,2019,10,4,2 +40171902,2019,10,4,2 +40213227,1996,11,4,1.75 +40213154,1997,11,12,2.9166666666666665 +40213154,1995,11,14,1.8571428571428572 +40213160,2014,4,30,2.5 +40213251,2014,10,15,1.6666666666666667 +40213216,2019,10,12,1.5 +40213299,2021,10,18,1.7777777777777777 +1310034,2016,3,3,1 +46275916,2016,3,3,1 +40213183,2014,9,17,1.8235294117647058 +40213299,2016,6,16,2.25 +19126352,1991,6,3,3.6666666666666665 +40213183,2019,7,18,2.0555555555555554 +19075601,1999,12,7,1.4285714285714286 +19133768,1999,12,3,1 +40213227,1994,2,3,1.6666666666666667 +40213154,1998,3,18,1.8333333333333333 +40213154,1993,2,9,2.6666666666666665 +40213154,1997,3,14,2.2142857142857144 +40213154,1991,2,4,2.75 +40213216,2022,1,19,2.0526315789473686 +40213230,2017,9,13,2.076923076923077 +40213320,2019,10,22,1.7272727272727273 +40213180,2022,10,34,2.823529411764706 +40220960,2023,4,10,1 +19018935,2013,11,2,2 +1539411,2004,9,2,1.5 +40213216,2022,12,13,2.230769230769231 +40213230,2023,4,5,6.4 +19126352,2019,9,4,1.25 +40213154,1988,10,7,1.8571428571428572 +40213201,2017,11,9,4.333333333333333 +19126352,2014,6,4,1.75 +40213198,2010,5,1,2 +40213216,2016,2,16,1.75 +40213299,2018,2,18,1.4444444444444444 +40213314,2016,11,18,1.7777777777777777 +40213154,2005,8,15,2.066666666666667 +19018935,2020,12,5,2.6 +40213260,2018,10,10,3.4 +40213180,2017,4,27,2.3333333333333335 +40213260,2016,1,17,1.9411764705882353 +1332419,2023,4,4,2.25 +19075601,2023,6,4,1.75 +19126352,1972,4,2,2 +19126352,1959,5,1,1 +40213154,1975,4,4,1.25 +40213154,1968,2,3,1.6666666666666667 +40213154,1973,3,3,1.3333333333333333 +19075601,2016,9,9,1.3333333333333333 +40171902,2022,3,4,1.5 +19126352,2011,10,3,1.3333333333333333 +1539411,2011,10,2,1.5 +40213304,2019,7,23,1.7826086956521738 +19126352,2021,1,7,1.7142857142857142 +19075601,2021,1,11,1.5454545454545454 +40171902,1983,7,2,1 +40213251,2021,8,17,2.764705882352941 +40213201,2021,4,11,6.363636363636363 +40213251,1984,3,1,1 +40213154,1982,2,3,1 +40213183,2020,5,17,2.235294117647059 +40213160,2020,5,40,2.1 +19075601,2014,11,10,2.1 +1332419,2014,11,4,2.5 +40213281,2019,5,58,1.9137931034482758 +40213296,2018,3,15,2.2 +40213216,2021,1,22,2.4545454545454546 +40243436,1973,6,1,1 +40213314,2022,4,31,1.8064516129032258 +40213304,2023,4,23,1.9130434782608696 +40213299,2023,4,17,2.235294117647059 +40213296,2018,11,23,2.782608695652174 +40213180,2020,1,26,2.269230769230769 +40213251,2020,2,21,2.5238095238095237 +40213198,2022,10,45,2.422222222222222 +40163554,1993,7,1,1 +40171902,1993,7,1,1 +19126352,2009,11,2,3.5 +19126352,2018,9,10,2 +19126352,2023,1,9,2.3333333333333335 +40213154,1979,3,6,2 +40213154,1978,3,4,2.25 +40213154,1984,4,7,6 +19126352,2014,10,6,1.6666666666666667 +19126352,2015,1,5,2.4 +40213296,2017,9,15,2.066666666666667 +1310034,2012,1,1,1 +40213251,2016,5,19,2.4210526315789473 +40213154,2010,3,25,2.64 +40213154,2007,2,21,2.6666666666666665 +40213154,2006,2,24,2.8333333333333335 +40163554,2017,11,3,4.333333333333333 +40163554,2014,1,2,2 +19126352,2005,4,8,1.25 +40213154,2001,11,6,1.8333333333333333 +19126352,2017,8,7,1.2857142857142858 +19133768,2017,8,4,1 +19126352,1982,10,3,2 +40213154,1980,4,5,2.6 +40213154,1974,5,4,2.75 +19126352,2008,10,8,1.625 +46275916,1999,8,1,1 +40213154,1994,9,9,1.4444444444444444 +46275916,1997,8,1,1 +40213296,2014,1,11,2.5454545454545454 +40213260,2023,1,8,1.875 +40213227,2011,1,3,1.6666666666666667 +40213296,2020,12,13,2 +1539411,2020,2,2,1 +1332419,2022,2,5,2.4 +19075601,2005,2,10,1.8 +40213230,2020,3,9,5.555555555555555 +19018935,2007,6,3,1.6666666666666667 +19126352,1970,9,1,2 +40213154,1969,8,3,2.6666666666666665 +40213281,2023,6,18,1.7222222222222223 +40213154,1995,3,10,2.4 +19018935,2017,8,4,2.25 +40171902,2009,9,4,2 +40213306,2016,2,4,2.25 +19126352,1971,9,3,1.6666666666666667 +40213154,1976,10,2,1.5 +1332419,2006,12,4,1.75 +1539411,2006,12,4,1.75 +19075601,2006,12,7,1.4285714285714286 +40213230,2017,8,6,2.5 +40213296,2015,5,18,1.3888888888888888 +1310034,2007,1,1,1 +19018935,1995,3,1,2 +40243436,2007,1,1,1 +19126352,1997,4,1,4 +19075601,1997,4,24,2.1666666666666665 +19075601,2018,5,11,1.5454545454545454 +40213154,1960,5,1,2 +19018935,1992,7,1,3 +40213251,2023,2,13,2.3846153846153846 +19126352,2007,1,6,1.6666666666666667 +40213154,1971,8,1,5 +40213201,1994,12,3,1.6666666666666667 +40213154,1999,12,17,1.8823529411764706 +40213320,2020,9,23,1.6521739130434783 +40163554,2021,11,3,1.6666666666666667 +40213183,2016,12,17,2 +40163554,2016,3,1,3 +40213154,2004,7,9,1.7777777777777777 +40213180,2013,7,26,2.8461538461538463 +40163554,2004,8,3,2.6666666666666665 +40171902,2004,8,3,2.6666666666666665 +19075601,2019,10,17,1.411764705882353 +40213154,2011,7,19,1.8421052631578947 +40213320,2008,3,1,1 +40213281,2002,2,1,1 +1545959,2020,11,2,1 +19126352,1990,3,2,1 +40213201,2018,7,9,2.2222222222222223 +40213314,2019,2,33,1.5454545454545454 +40213160,2019,2,29,2.0689655172413794 +19126352,1979,12,2,1.5 +40213306,2022,10,9,1.3333333333333333 +19018935,2000,10,1,2 +40171902,2000,10,1,2 +40213230,2022,5,10,1.8 +40163554,2000,2,4,2.25 +19126352,1996,12,3,1 +19126352,1996,1,3,2 +40213183,1995,4,1,2 +40213314,1995,4,1,2 +1332419,1998,1,2,1 +40213306,2019,3,10,4.3 +19018935,2019,6,3,2.3333333333333335 +40171902,2019,6,3,2.3333333333333335 +40213230,2013,9,4,2 +40213299,2020,5,19,1.5789473684210527 +40213183,2022,11,18,1.7222222222222223 +1539411,2013,2,1,2 +1539411,2021,6,4,1.25 +40213306,2021,11,7,2 +1545959,2003,9,1,1 +19075601,2003,9,7,1.2857142857142858 +19133768,2003,9,1,1 +40213227,2001,6,1,2 +19126352,2010,8,5,1.4 +40163554,1996,6,2,2 +19018935,1996,6,2,2 +40213154,1990,5,15,4.133333333333334 +19126352,1993,9,4,1.75 +1332419,2015,7,4,2 +40171902,2012,12,5,2 +40213260,2017,12,14,2.142857142857143 +40213260,2016,12,15,1.7333333333333334 +40213154,1989,5,12,4.75 +19018935,2009,1,5,1.8 +1332419,2021,4,2,1.5 +40213299,2022,5,12,1.75 +40213296,2019,4,17,2.2941176470588234 +40213306,2015,11,9,1.6666666666666667 +40163554,2017,3,4,1.75 +19018935,2012,2,1,2 +40213260,2021,5,13,2 +19075601,2003,8,2,3 +40213201,2010,9,1,5 +19018935,2000,6,2,1 +40171902,2000,6,2,1 +40213227,2007,8,2,1.5 +40213216,2014,4,16,2.25 +40171902,2015,11,3,3.6666666666666665 +40213154,1987,12,9,4.222222222222222 +40171902,1997,5,3,1.6666666666666667 +19126352,2012,1,7,1.2857142857142858 +19075601,2012,1,8,1.5 +1545959,2021,4,2,1 +19075601,2020,5,8,1.75 +19018935,1991,3,1,2 +19075601,2014,3,4,1.75 +19018935,2008,8,2,1.5 +1332419,1994,12,17,2.1176470588235294 +1545959,2014,2,2,1 +40213227,2012,3,1,2 +1539411,2002,11,3,1.3333333333333333 +40213216,2014,7,19,3.789473684210526 +40213160,2014,7,36,2.9722222222222223 +1310034,2006,5,1,1 +40171902,2017,6,5,3 +19075601,2008,3,5,1.4 +40213216,2020,5,16,2.0625 +19075601,2017,3,7,2.5714285714285716 +1539411,1993,5,2,2 +40243436,2004,11,1,1 +19075601,2006,1,7,1.5714285714285714 +1545959,2007,7,2,1 +40213306,2017,3,8,4.375 +40213230,2014,7,6,2.5 +1332419,2009,4,2,2.5 +40163554,2022,4,7,1.8571428571428572 +19075601,2011,2,2,1 +19075601,2010,12,9,1.2222222222222223 +19018935,2014,11,3,1.6666666666666667 +40171902,2014,11,3,1.6666666666666667 +1332419,2010,2,3,1.3333333333333333 +19126352,1990,11,1,2 +40213160,1995,2,1,2 +40213154,2001,3,9,2.2222222222222223 +19126352,2010,9,5,1.6 +1310034,2010,9,1,3 +40213180,2014,2,18,2.1666666666666665 +19126352,2016,10,6,1.1666666666666667 +40213183,2013,6,4,1.75 +40163554,1991,6,2,2.5 +40213154,2002,7,10,2.1 +40163554,2020,6,5,2.8 +40213230,2015,4,5,1.2 +1539411,2012,2,2,6 +46275916,1990,9,1,1 +40213154,2008,6,10,2.5 +40213201,2019,8,8,2.125 +40171902,2021,1,3,2 +1539411,2018,3,3,2 +1332419,2003,1,3,3 +40213306,2018,4,7,1.8571428571428572 +19126352,1960,11,1,2 +40171902,2021,12,3,1.3333333333333333 +19018935,2013,3,3,2 +19126352,2008,6,3,1.6666666666666667 +40213154,1988,6,3,5.333333333333333 +19126352,1998,10,2,1.5 +40213160,2015,8,44,2.477272727272727 +40171902,2016,1,4,2.25 +40213299,2017,5,16,2.1875 +46275916,2019,4,2,1 +19126352,1993,8,2,1.5 +19075601,2015,6,8,1.375 +40213154,2012,8,20,1.95 +40213183,2015,1,19,2.789473684210526 +40163554,2006,11,1,1 +40213227,2008,2,4,3 +19133768,2005,6,2,1 +1332419,2013,6,4,1.5 +40213260,2013,8,11,1.9090909090909092 +40171902,2010,9,3,2 +19133768,2021,9,3,1 +40213260,2013,9,13,2.3846153846153846 +19126352,2001,5,5,2.4 +1539411,2023,1,6,3 +40163554,2014,12,4,2.5 +40213230,2013,8,6,1.8333333333333333 +19126352,1995,2,1,3 +1310034,2020,2,1,1 +40213201,2021,7,6,2.1666666666666665 +19133768,1996,8,3,1 +1332419,2009,7,2,2 +40213227,2006,8,5,1.8 +19018935,2018,8,7,4.428571428571429 +19075601,2009,2,4,2 +40213154,2005,9,15,1.6 +19075601,2004,11,3,3.3333333333333335 +19133768,2018,7,4,1.25 +1545959,2006,1,1,1 +40213230,2015,7,7,1.7142857142857142 +19075601,2019,6,5,1.2 +19126352,2016,6,4,3.25 +1539411,1995,4,4,1.5 +40220960,2020,2,7,1 +40213227,1999,9,1,1 +1310034,2017,6,1,1 +40213251,1990,3,1,1 +40171902,2012,1,3,1.3333333333333333 +1332419,2008,1,2,1 +40220960,2022,5,7,1 +1332419,2017,3,2,6.5 +40220960,2014,5,3,1 +19126352,2003,10,6,1.3333333333333333 +40213299,2019,1,11,1.7272727272727273 +1545959,2019,11,1,1 +40213299,2013,2,1,1 +40213314,2010,12,1,1 +40213281,2011,5,1,1 +19018935,2009,12,3,3.6666666666666665 +46275916,2009,7,1,1 +1310034,2003,4,1,1 +19126352,1994,9,7,1.4285714285714286 +19018935,2015,1,2,2 +19018935,2023,6,2,2 +19126352,1984,1,1,1 +40213306,2002,4,1,1 +40220960,2011,5,2,1 +19133768,2002,8,1,1 +40163554,1983,12,2,15 +40213227,2000,8,1,1 +1332419,2019,3,5,4.4 +1545959,2009,5,1,1 +40213230,2018,2,3,1.6666666666666667 +40163554,2008,7,2,2 +40171902,2007,11,2,1.5 +40213296,2013,6,8,2.125 +40220960,2016,3,3,1 +1310034,2015,1,2,1 +46275916,2015,1,2,1 +19126352,2022,12,4,1.25 +19075601,2021,12,10,1.5 +1539411,2022,12,2,1.5 +40213216,2023,6,3,2 +1332419,2016,4,2,2 +40213154,1946,6,2,1.5 +40213154,1945,6,2,1.5 +40213201,2022,5,8,2 +19126352,2011,6,3,1 +1539411,2011,6,2,1 +40163554,2005,12,2,2 +40213154,2009,10,15,2.533333333333333 +1332419,2006,1,5,1.8 +1539411,2006,1,5,1.8 +19018935,1998,2,3,1.3333333333333333 +40171902,1998,2,3,1.3333333333333333 +46275916,2013,11,1,1 +40213320,2007,7,1,1 +40213198,2012,3,1,5 +40171902,1992,3,1,4 +46275916,2018,10,1,1 +19126352,1968,3,1,1 +40213154,1967,3,3,1 +1310034,2013,4,1,1 +40213154,1971,9,1,1 +1545959,2022,6,1,1 +19075601,2012,12,6,1.8333333333333333 +19018935,2020,1,6,3.6666666666666665 +19126352,2020,5,4,2.5 +40213160,1959,4,1,3 +40213154,1966,12,2,2 +1539411,2016,2,3,2 +40163554,1990,5,3,1.6666666666666667 +1332419,2005,4,3,1.6666666666666667 +1539411,2005,4,3,1.6666666666666667 +1539411,2010,7,4,1.5 +1545959,2012,3,1,1 +40243436,2016,2,1,1 +40163554,2022,7,5,3.4 +40171902,2011,3,1,2 +19126352,1988,12,1,1 +40163554,2010,4,2,1 +40220960,2016,11,4,1 +40213306,2015,3,14,1.8571428571428572 +1332419,2012,5,4,2 +19133768,2018,4,1,1 +40213296,2014,12,6,1.6666666666666667 +1332419,2020,3,5,3 +19018935,2010,5,4,2 +40213154,1947,1,3,3 +19126352,1991,10,4,2.25 +40213154,1975,7,2,2.5 +40171902,2009,8,2,1 +40213230,2020,11,7,1.5714285714285714 +1545959,2004,7,1,1 +40213201,2012,11,1,3 +40213306,1991,2,1,4 +40213154,1987,1,5,2.8 +40213154,1986,1,4,3 +19075601,2001,2,4,1.5 +40243436,2020,11,2,1 +1545959,2004,4,1,1 +19018935,1979,4,2,1.5 +19075601,2016,8,9,1.4444444444444444 +19075601,2002,5,7,1.8571428571428572 +40213227,2004,10,2,2.5 +40171902,2023,2,3,1.6666666666666667 +19133768,2021,8,3,1 +40163554,1996,10,3,2.3333333333333335 +19018935,1996,10,3,2.3333333333333335 +1310034,1962,1,1,1 +40213154,1959,12,2,2 +1332419,1998,12,3,1.3333333333333333 +40213260,2007,7,2,1.5 +40163554,2012,5,2,2 +40163554,1999,6,1,2 +19126352,1999,7,1,2 +1539411,1999,7,1,2 +40213227,2006,9,4,2.5 +40163554,2021,3,3,2 +40171902,2015,3,6,6.5 +1332419,2002,8,2,1 +1332419,2015,4,8,6 +40213154,1945,10,1,1 +40243436,1991,8,1,1 +1332419,2002,9,1,1 +1545959,2015,5,2,1 +40213296,2009,7,1,3 +19126352,2018,8,4,1.5 +19126352,2021,12,5,2 +1545959,1999,8,1,1 +19126352,2007,12,3,1.3333333333333333 +19133768,2016,5,4,1 +1332419,2004,12,3,2.6666666666666665 +40163554,1987,1,2,3 +40213227,2001,10,2,1.5 +19018935,1984,12,1,17 +40213154,1972,1,2,1 +40213154,1970,12,2,3 +40213154,2008,10,10,2.5 +1539411,2004,8,1,1 +40163554,1991,10,2,2.5 +40213227,1995,11,4,2.5 +1539411,1994,1,1,1 +40213201,1992,1,1,1 +19018935,2021,2,1,2 +40171902,1989,5,1,2 +1332419,2014,3,2,2.5 +1332419,2001,5,2,4.5 +1539411,2002,3,3,1.6666666666666667 +1332419,2011,7,3,2.3333333333333335 +19018935,2018,9,1,1 +40163554,2018,7,2,2 +40171902,2016,12,1,2 +1545959,2022,10,2,1 +19126352,1963,5,2,1 +1332419,2003,12,3,2 +1332419,2020,11,3,1.6666666666666667 +19018935,2016,10,2,1.5 +19075601,2000,8,2,1.5 +46275916,2020,8,1,1 +1539411,2017,2,2,2 +1545959,1997,7,1,1 +1332419,2007,6,1,2 +19126352,2009,3,3,1 +40213201,2012,3,1,1 +1332419,1996,6,4,1.75 +46275916,2000,4,1,1 +40213227,1992,5,4,5.5 +19126352,1999,4,1,7 +1539411,1999,4,1,7 +40213227,1995,3,1,7 +40213201,2004,2,1,2 +1332419,2013,10,4,3 +19126352,2006,5,5,2 +19133768,2006,5,1,1 +40243436,2014,6,2,1 +46275916,2014,6,2,1 +40163554,2019,1,3,1.6666666666666667 +19075601,1999,1,7,6 +40213201,2015,11,1,2 +40213201,2005,10,1,2 +40213227,2010,11,3,2 +19018935,2003,5,4,1.75 +19133768,1984,11,1,1 +1545959,1998,11,1,1 +40171902,2020,2,1,1 +1539411,2007,3,4,3.75 +1545959,2019,3,2,1 +19126352,1981,4,1,1 +40213154,1959,1,2,1.5 +40213154,1962,2,2,1.5 +40213154,1979,11,3,2.6666666666666665 +19018935,2014,3,1,1 +40171902,2014,3,1,1 +19126352,2003,6,2,1.5 +40213154,1976,6,1,2 +40213154,1984,7,2,1.5 +46275916,2020,9,1,1 +40213296,2012,3,1,1 +40213227,2013,3,2,2.5 +40163554,2018,4,4,1.25 +40163554,2009,3,4,1.75 +40220960,2017,5,3,1 +40213198,2012,11,2,4.5 +40171902,2018,5,1,2 +40171902,1999,4,1,2 +40213227,1997,12,2,2 +1545959,1998,3,2,1 +40213154,1977,4,1,2 +19126352,1955,6,2,1 +40163554,1995,6,1,2 +19018935,1981,3,1,5 +19133768,2017,9,3,1 +19126352,2017,9,5,1 +1310034,2016,11,1,1 +46275916,2016,11,1,1 +19126352,1952,2,2,1 +19126352,1956,1,1,1 +1539411,2014,9,4,2 +19126352,1966,12,2,1.5 +19126352,1939,10,1,1 +40213154,1965,2,1,1 +40213154,1963,7,2,3.5 +40163554,2010,7,1,1 +1310034,2012,12,2,1 +40243436,1991,9,1,1 +40171902,2017,10,4,1.75 +40213154,1954,9,1,5 +40213296,2003,10,1,2 +40163554,2005,1,1,3 +40163554,1983,1,1,2 +40163554,2001,2,1,2 +19018935,2001,2,1,2 +19133768,1999,1,2,1 +19075601,2007,2,3,1 +40213227,2010,3,1,1 +19126352,1964,5,1,4 +1332419,1996,10,2,1 +1545959,2008,9,1,1 +19126352,1944,8,1,2 +19018935,1999,9,1,1 +19126352,1977,5,1,1 +19126352,1967,5,1,4 +46275916,2006,3,1,1 +40220960,1998,1,1,1 +40213227,2003,5,1,2 +19018935,2008,9,2,1.5 +40213227,2009,10,1,2 +40213201,1991,11,1,2 +19126352,2012,12,2,2 +19018935,2015,12,1,1 +19133768,2004,6,1,1 +1310034,2013,7,1,1 +40171902,1999,7,2,3 +19018935,2006,9,3,2 +40243436,2002,2,1,1 +40213306,1995,4,1,2 +40213154,1961,10,2,2 +1545959,2021,7,2,1 +19018935,2006,8,1,2 +40243436,2020,3,1,1 +1539411,1998,2,2,1.5 +40220960,2003,10,1,1 +19133768,2004,10,2,1 +40213260,2007,4,1,2 +40213154,1952,4,5,2.4 +40220960,2018,2,1,1 +1310034,2021,12,2,1 +19126352,1947,3,1,2 +40213227,1997,1,1,2 +40213227,2011,12,1,1 +40243436,2021,11,1,1 +1539411,2007,11,3,6.666666666666667 +19126352,1980,8,1,1 +40213154,1978,11,2,1.5 +19133768,2022,8,2,1 +40171902,1984,2,1,1 +19018935,2017,9,1,2 +19018935,2007,10,2,2.5 +1332419,1997,5,1,1 +19126352,1981,7,1,2 +19126352,2015,12,1,1 +40213154,1972,12,2,4 +19126352,1994,8,2,2 +19133768,2015,4,1,1 +40220960,2012,3,1,1 +40243436,1984,11,1,1 +46275916,1984,11,1,1 +46275916,2018,6,1,1 +40171902,2011,11,1,1 +19133768,1996,9,1,1 +40171902,1988,6,1,1 +1539411,2021,10,2,1 +40243436,2012,11,1,1 +40213227,2009,6,1,2 +1332419,2004,1,1,2 +1539411,2010,4,1,2 +40213160,1996,3,1,2 +40213281,1997,4,1,2 +46275916,2019,7,1,1 +40243436,1998,9,1,1 +40213154,1964,3,2,1.5 +19133768,2022,9,1,1 +1545959,2020,3,1,1 +40213183,2002,9,1,1 +40213299,2002,9,1,1 +40213314,2002,9,2,1 +40213160,2002,3,1,1 +40171902,1991,1,1,1 +19126352,1985,2,1,4 +40213154,1985,5,2,7.5 +40213154,1970,1,1,1 +1545959,2018,12,1,1 +19018935,2011,2,1,1 +40213201,1996,1,1,1 +40213154,1953,5,2,4 +40213154,1949,5,1,2 +40213154,1951,5,1,2 +40213227,2007,9,1,1 +40243436,2001,9,2,1 +40243436,2014,10,1,1 +46275916,2014,10,1,1 +1310034,2019,10,1,1 +40163554,2019,12,2,2.5 +1545959,2001,2,1,1 +40163554,1982,8,1,2 +19018935,1971,9,1,1 +1310034,2009,10,1,1 +40171902,2022,11,2,2.5 +40243436,2022,3,1,1 +46275916,2022,5,1,1 +1539411,1997,2,1,2 +40171902,1987,10,1,2 +19018935,1995,11,1,2 +40213154,1966,1,1,2 +1332419,2008,12,1,2 +40213304,2002,12,1,1 +1310034,2022,10,1,1 +46275916,2021,9,1,1 +1545959,2017,5,1,1 +40213154,1977,7,1,2 +40213154,1981,5,1,2 +1310034,1994,9,1,1 +1539411,1994,12,1,6 +40213260,2006,2,1,4 +40213160,1965,7,1,1 +19126352,1975,2,1,24 +40213306,1986,4,1,24 +46275916,2010,5,1,1 +19126352,1982,6,1,1 +40243436,1955,11,1,1 +46275916,1955,11,1,1 +40213201,2005,6,1,1 +40213154,1964,11,1,2 +19126352,1992,5,1,5 +19018935,1977,6,1,2 +40163554,2006,3,1,2 +40213201,1997,2,1,2 +40171902,1985,5,1,3 +40213260,2021,4,11,1.7272727272727273 +40213227,2021,4,58,2.1379310344827585 +40213154,2014,10,635,2.4803149606299213 +40213154,2021,11,671,2.5126676602086437 +40213154,2021,3,688,2.4680232558139537 +40213154,2018,3,657,2.415525114155251 +40213154,2017,3,647,2.401854714064915 +40213154,2016,11,618,2.2896440129449838 +40213216,2019,1,13,2 +40213299,2021,1,19,2.0526315789473686 +40213299,2019,10,8,2.375 +40213160,2018,11,28,2.392857142857143 +40213281,2019,4,38,2.789473684210526 +40213230,2021,3,11,2.090909090909091 +40213320,2023,4,32,2.65625 +40213320,2021,3,31,2.774193548387097 +40213160,2015,2,43,2.4186046511627906 +40213154,2016,3,666,2.388888888888889 +19018935,2020,10,4,1.75 +40213154,2020,10,617,2.1815235008103726 +40213154,2020,6,624,2.2868589743589745 +40213154,2019,2,617,2.2771474878444082 +40213154,2015,1,661,2.4462934947049924 +40213154,2023,3,664,2.3795180722891565 +40213180,2022,12,26,2.076923076923077 +40213320,2022,12,36,2.4166666666666665 +40213154,2022,12,695,2.2762589928057553 +40213154,2018,11,665,2.406015037593985 +40213154,2017,11,662,2.308157099697885 +19126352,2000,9,2,1 +40243436,2018,3,2,1 +1310034,2018,3,2,1 +40213154,2015,12,602,2.2524916943521593 +40213154,2013,12,630,2.226984126984127 +40213227,2018,7,53,2.6226415094339623 +40213154,2014,6,581,2.4733218588640273 +40213180,2021,4,35,1.9142857142857144 +40220960,2019,11,2,1 +40213154,2022,1,652,2.2392638036809815 +40213251,2022,4,21,2.238095238095238 +40213160,2017,10,28,2.2142857142857144 +40213281,2018,1,33,1.7878787878787878 +40213281,2017,10,38,2.736842105263158 +40213299,2018,9,12,2.4166666666666665 +40213216,2016,9,16,2.25 +40213160,2016,12,34,2.3823529411764706 +40213281,2016,12,42,2.357142857142857 +40213299,2015,6,18,2.388888888888889 +40213304,2013,9,29,2.206896551724138 +40213160,2013,9,41,2.073170731707317 +40213160,2017,6,44,2.5 +40213281,2017,6,56,2.6964285714285716 +40213198,2017,3,51,3.1372549019607843 +40213216,2021,10,19,1.6842105263157894 +40213281,2021,12,45,2.422222222222222 +40213296,2022,11,21,2.6666666666666665 +40213227,2014,1,58,2.3275862068965516 +1539411,1991,6,16,2.6875 +40213154,2000,8,14,1.5714285714285714 +40213230,2019,11,9,2.2222222222222223 +40213320,2021,11,28,2.2142857142857144 +40213160,2019,9,38,2.236842105263158 +40213227,2022,1,60,2.8333333333333335 +40213154,2000,9,17,2.1176470588235294 +40213260,2018,1,20,1.95 +40213216,2013,11,20,1.7 +40213198,2014,8,37,3.081081081081081 +40213198,2013,11,45,1.9777777777777779 +40213281,2014,2,45,2.6 +40213296,2014,10,11,2 +40213198,2016,3,52,2.0576923076923075 +40213198,2015,7,52,2.673076923076923 +40213296,2020,6,16,2.875 +40213299,2013,8,20,2 +40163554,2002,3,3,1.6666666666666667 +19018935,2002,3,3,1.6666666666666667 +40171902,2002,3,3,1.6666666666666667 +40213299,2016,1,22,2.3181818181818183 +40213299,2017,4,22,2.1363636363636362 +40213314,2015,4,34,3.235294117647059 +40213198,2015,4,48,3 +40213183,2023,6,11,1.6363636363636365 +40213198,2022,12,38,2 +40213299,2019,6,17,1.7647058823529411 +40213304,2017,1,31,2.5161290322580645 +40213281,2015,5,46,2.152173913043478 +40213304,2018,6,25,1.6 +40213160,2018,3,35,1.8571428571428572 +40213180,2015,4,31,2.161290322580645 +40213227,2020,4,70,2.357142857142857 +40213201,2020,11,8,2.25 +40213198,2019,11,48,1.9375 +40213260,2023,6,10,3.9 +40213296,2014,6,19,2.8421052631578947 +40213230,2022,4,10,2.1 +40213299,2013,9,19,1.8421052631578947 +1332419,2018,11,7,1.8571428571428572 +40213306,2022,1,12,2.3333333333333335 +40213180,2022,1,29,2 +40213320,2017,12,18,1.6666666666666667 +40213320,2018,12,21,1.5714285714285714 +40213306,2018,5,5,2.2 +19075601,2009,9,8,1.75 +19133768,2009,9,2,1 +40213314,2021,9,34,2.735294117647059 +40213160,2022,2,37,2.108108108108108 +40213198,2021,11,49,3.122448979591837 +40220960,2020,8,6,1.1666666666666667 +40213216,2018,7,17,1.7058823529411764 +40213299,2020,7,19,1.631578947368421 +40213304,2018,10,31,1.6774193548387097 +40213281,2023,1,41,2.1707317073170733 +40213281,2019,7,44,1.8636363636363635 +40213260,2021,7,14,1.6428571428571428 +40213227,2021,7,58,2.586206896551724 +40213251,2017,3,20,3.95 +40213304,2016,2,34,2.4705882352941178 +40213320,2019,1,25,2.12 +40213160,2013,8,40,1.975 +40213183,2018,2,19,2 +40213251,2018,2,19,2 +40213260,2018,12,11,2 +40213281,2013,12,54,2.1296296296296298 +40213227,2019,6,65,1.6615384615384616 +40171902,2016,6,3,1.3333333333333333 +40213320,2022,1,25,2.04 +40213201,2014,8,11,1.9090909090909092 +40220960,2015,3,5,1 +1332419,1998,6,2,3 +19126352,2007,10,1,2 +19075601,2005,9,5,2.4 +19075601,2023,1,15,1.8 +40213180,2018,11,27,3.2962962962962963 +40213183,2016,10,20,2.35 +40213160,2016,1,38,2.4473684210526314 +40213281,2016,1,43,2.5348837209302326 +40213183,2020,7,23,2.217391304347826 +40213160,2020,7,44,2.1136363636363638 +40213299,2018,8,14,2.857142857142857 +40213281,2022,5,37,2.5135135135135136 +40213198,2018,2,38,2.1315789473684212 +40213198,2017,11,40,3.125 +40213260,2017,6,16,4 +40213260,2016,6,17,2.0588235294117645 +40213304,2015,12,34,2.6470588235294117 +40213281,2020,11,51,2.1176470588235294 +19075601,2002,7,11,1.3636363636363635 +40213180,2019,5,32,1.84375 +40213306,2013,9,8,3.125 +40213198,2014,9,46,2.152173913043478 +40213154,1996,11,19,2.789473684210526 +19075601,2007,9,7,4.142857142857143 +40213154,1991,8,9,2.111111111111111 +40213154,1993,8,7,2.2857142857142856 +40213251,2014,12,17,2 +19075601,2001,8,4,1.5 +40213227,2019,10,65,1.9384615384615385 +40213216,2022,6,18,1.5 +40213299,2023,5,12,1.5833333333333333 +40213180,2017,5,16,2.125 +40213227,2023,5,56,3.0892857142857144 +40213198,2019,3,45,1.8222222222222222 +40213227,2018,4,63,2.888888888888889 +19126352,2014,1,7,1.4285714285714286 +40213281,2018,12,34,1.8235294117647058 +19126352,2004,3,6,1.6666666666666667 +40213227,2022,12,72,2.2916666666666665 +40213260,2015,11,5,1.6 +40213320,2019,12,17,2.0588235294117645 +19126352,2022,6,7,1.8571428571428572 +1539411,2022,6,6,1.8333333333333333 +40163554,1993,5,1,2 +40171902,1993,5,1,2 +19075601,1997,5,19,1.736842105263158 +40213154,1999,6,11,3.1818181818181817 +40213260,2016,10,15,2.3333333333333335 +40213216,2021,6,13,1.7692307692307692 +40213160,2021,4,32,2.875 +40213230,2022,7,9,2.111111111111111 +40213183,2016,6,17,2.176470588235294 +40213251,2015,8,23,2.347826086956522 +40220960,2022,7,7,1 +40213296,2015,4,16,2.1875 +40213216,2016,8,13,3.5384615384615383 +40213299,2017,7,15,3.466666666666667 +40213154,1983,11,7,4.857142857142857 +1332419,2012,4,5,1.2 +40243436,1979,12,1,1 +40213154,1976,12,4,3.5 +19075601,2022,12,12,1.1666666666666667 +1332419,1997,7,4,2 +19126352,1991,12,5,1.6 +40213154,2005,2,21,2.142857142857143 +19126352,2020,4,6,1.3333333333333333 +19075601,2020,4,10,1.2 +40171902,2020,8,7,2.142857142857143 +1539411,2020,8,5,2 +40213251,2016,4,16,1.75 +40213304,2015,1,30,3.3666666666666667 +40213314,2015,7,22,3.5 +40213299,2015,10,13,2.3846153846153846 +40213227,2014,12,58,2.8448275862068964 +19126352,1982,1,2,1 +40213216,2018,4,17,1.8235294117647058 +40213251,2019,3,21,2.0952380952380953 +40213198,2022,1,46,2.1739130434782608 +40213227,2017,8,70,2.7285714285714286 +40213154,1945,12,1,1 +19126352,2011,12,6,1.5 +19075601,1998,3,6,1.6666666666666667 +40213154,2011,5,20,1.9 +40213251,2015,9,14,1.9285714285714286 +40171902,2017,1,2,1 +40163554,2007,3,1,2 +40213306,2022,12,12,1.6666666666666667 +40213180,2014,8,26,1.8846153846153846 +40213314,2020,3,26,2.6153846153846154 +40213198,2020,3,45,2.6444444444444444 +40213251,2014,1,17,1.8235294117647058 +40213320,2020,2,28,1.6428571428571428 +40213201,2018,5,10,1.6 +40213183,2017,9,18,3.5 +40213183,2013,12,23,3.347826086956522 +40213314,2013,12,31,3 +19075601,2019,1,10,1.2 +1539411,2011,12,5,1.6 +40213154,2009,12,21,2.0952380952380953 +40213251,2016,7,17,4.117647058823529 +40213180,2016,4,33,1.878787878787879 +40163554,2019,10,4,2 +1332419,1995,11,3,1 +19133768,2004,1,2,1 +40213304,2019,5,30,1.7 +40213314,2019,8,21,1.8095238095238095 +40213160,2019,8,34,2.088235294117647 +40213180,2020,10,18,2.3333333333333335 +40213281,2020,3,36,2.3055555555555554 +40213198,2023,3,43,1.8604651162790697 +40213299,2016,12,16,2.125 +40213304,2014,8,17,2.176470588235294 +40213154,1994,2,14,2 +40213154,1996,3,10,2.3 +40213304,2021,11,22,1.5454545454545454 +40213230,2016,7,9,1.8888888888888888 +40213180,2016,7,28,1.8928571428571428 +40213296,2021,3,13,2.1538461538461537 +40220960,2018,9,6,1 +40171902,2013,11,2,2 +40213230,2014,5,8,1.5 +40213201,2016,5,3,1.3333333333333333 +40213306,2020,4,15,2.4 +40213304,2023,5,19,2.210526315789474 +40213154,1987,10,9,1.6666666666666667 +40213320,2014,3,29,2.413793103448276 +40213306,2016,9,9,1.7777777777777777 +40213304,2020,2,23,2 +40213198,2021,3,47,2.7872340425531914 +40213216,2020,4,18,1.8333333333333333 +40213160,2020,4,36,2 +40213251,2020,8,16,1.8125 +40213198,2016,11,29,1.7586206896551724 +40213227,2017,9,59,1.9661016949152543 +1539411,2003,3,3,1.6666666666666667 +40213198,2020,11,44,2 +46275916,2010,4,2,1 +1332419,2000,7,1,2 +40213154,2006,9,18,2.2222222222222223 +40213154,2003,8,19,2 +40213154,2007,9,20,2.3 +40163554,2020,12,5,2.6 +40220960,2023,5,4,1 +40213260,2017,10,13,2.8461538461538463 +40213304,2021,3,32,2.46875 +40213160,2021,7,33,2.212121212121212 +40213230,2021,11,16,2.5625 +40213183,2015,10,25,2.88 +40213304,2017,12,27,1.7777777777777777 +19018935,2018,2,2,1.5 +40213154,1966,6,2,1.5 +40213314,2014,2,28,2.0714285714285716 +40213160,2014,5,34,2.9411764705882355 +19075601,2011,9,9,1.4444444444444444 +40213296,2021,11,22,3.409090909090909 +19126352,1943,10,1,2 +40163554,1997,9,5,2 +19018935,1997,9,5,2 +19075601,2015,12,5,1 +40213180,2021,7,32,2.59375 +40163554,2013,7,2,1.5 +19075601,2007,8,5,2.8 +19018935,2012,9,5,1.2 +40213281,2021,1,57,2.508771929824561 +1539411,2021,1,5,2 +40213201,2019,2,7,2 +40213180,2014,9,26,2.230769230769231 +40220960,2018,8,2,1 +40213154,1990,4,9,1.5555555555555556 +40213154,1989,4,13,1.6923076923076923 +40171902,2008,11,1,1 +40213314,2021,8,24,1.6666666666666667 +40213314,2020,11,27,1.8518518518518519 +40213251,2017,11,22,2.6363636363636362 +40213216,2017,2,20,2.65 +19126352,1980,2,4,1.25 +19075601,2019,12,17,1.4705882352941178 +40213304,2013,8,26,1.8461538461538463 +40213183,2020,4,20,2.3 +40213299,2020,4,20,1.8 +40213180,2018,3,31,2.3225806451612905 +40213251,2022,7,16,1.75 +40213299,2022,7,21,1.9523809523809523 +40213227,2020,7,74,2.081081081081081 +40213201,2022,7,8,2 +1539411,2010,5,2,1.5 +40163554,2012,4,3,1.3333333333333333 +1539411,2009,11,2,3.5 +40213154,1985,4,13,4.461538461538462 +19126352,2015,10,2,3 +19075601,2015,1,10,1.7 +40213296,2017,2,18,1.6666666666666667 +1539411,1991,10,17,2.7058823529411766 +40213154,2009,1,19,1.9473684210526316 +40213154,2008,1,19,1.894736842105263 +46275916,2014,12,2,1 +40243436,2014,12,2,1 +40213154,2013,1,18,2.1666666666666665 +40213183,2019,5,17,2.9411764705882355 +40163554,2004,2,1,3 +40171902,2004,2,1,3 +40213230,2017,2,7,1.5714285714285714 +1545959,2005,4,5,1 +40213154,1999,10,15,1.5333333333333334 +40213154,1981,4,4,2.5 +40213216,2023,1,16,1.8125 +1332419,2008,10,6,1.8333333333333333 +19126352,1995,9,1,2 +40220960,2008,11,4,1 +40213227,2005,3,2,3 +40213201,2005,12,2,2 +40213183,2015,6,15,3.6666666666666665 +40163554,1996,12,1,2 +19018935,1996,12,1,2 +40213183,2014,2,24,2.9583333333333335 +40213201,2006,5,1,2 +40213320,2018,1,24,1.7916666666666667 +19126352,1969,8,2,14 +40213154,1965,8,3,3 +40213154,1962,8,2,3.5 +40171902,1989,4,1,1 +40213260,2014,5,15,2.7333333333333334 +19075601,2010,6,8,1.75 +40171902,2021,10,4,2 +1310034,2017,12,4,1 +40213160,2023,6,15,1.6666666666666667 +40213296,2013,12,16,1.5 +40213320,2014,11,21,3 +19126352,2001,4,5,1.4 +1545959,2003,2,2,1 +19075601,2003,2,4,1 +1332419,2001,4,3,1.6666666666666667 +19133768,2003,2,2,1 +40171902,2008,3,4,1.25 +40213306,2013,8,8,1.75 +40213299,2022,4,23,1.9130434782608696 +40213296,2015,7,12,2.0833333333333335 +19133768,1985,7,2,1 +40213260,2022,2,15,2 +40213314,2023,4,26,2.6923076923076925 +40213314,2022,5,26,1.9230769230769231 +40213306,2016,8,9,2 +40213227,2009,1,1,2 +40220960,2022,4,6,1 +40213306,2014,5,6,3.3333333333333335 +19126352,1982,12,3,2 +1332419,1997,4,1,4 +19075601,2012,6,4,1.25 +40213227,2003,4,1,2 +40213154,2004,5,16,1.875 +40213154,1963,5,3,1.6666666666666667 +19126352,2006,7,3,2 +40163554,1992,7,1,3 +1332419,2004,6,4,2.5 +19075601,2001,9,4,1.25 +40220960,2001,9,1,1 +40213154,1992,11,11,1.9090909090909092 +40213230,2018,9,7,1.5714285714285714 +19126352,2012,10,5,1.4 +19075601,2012,10,7,1.2857142857142858 +1539411,2012,9,4,1.75 +40213201,2008,8,1,2 +40213227,2003,7,3,2 +40213154,2007,8,15,2.466666666666667 +40213154,2006,8,16,1.9375 +40213260,2006,8,1,3 +19075601,2018,4,11,2.3636363636363638 +1332419,2012,7,6,1.6666666666666667 +1545959,2009,4,1,1 +40213183,2002,2,1,1 +40213154,2002,5,17,1.8823529411764706 +40213251,2019,11,26,2.1153846153846154 +1545959,2008,2,2,1 +1332419,1996,1,3,2 +40213299,1996,7,1,2 +19126352,1998,1,4,1.5 +40213180,2020,6,22,2.090909090909091 +40213183,2017,8,15,2.2 +1310034,1963,6,1,1 +40163554,2019,6,3,2.3333333333333335 +40213201,2022,4,9,1.3333333333333333 +40213296,2022,3,24,2.5416666666666665 +19126352,2021,6,6,1.1666666666666667 +19075601,2021,6,10,1.1 +40213154,2012,2,15,1.7333333333333334 +1332419,2013,1,3,2 +40213154,2008,12,15,2 +40213227,1992,4,4,1.75 +40220960,2006,11,1,1 +19133768,1993,9,1,1 +40213154,1986,10,5,1.6 +40163554,1998,4,2,2 +40213230,2018,8,5,1.6 +1539411,2020,9,8,1.625 +1332419,1994,10,18,2.611111111111111 +1539411,1994,10,2,3 +1539411,1996,11,4,1.75 +1332419,1994,6,22,2.272727272727273 +40163554,2022,5,7,1.7142857142857142 +40213198,2011,2,3,1.6666666666666667 +19126352,2007,6,4,1.5 +40220960,2004,7,2,1 +40213314,2019,9,18,1.9444444444444444 +19126352,1976,3,1,1 +40213154,1975,5,3,2 +1539411,2016,9,2,2.5 +19075601,2016,2,10,1.3 +19126352,1965,7,3,1.3333333333333333 +40213154,1960,4,2,1.5 +40213216,2022,10,17,2.7058823529411766 +1332419,2022,9,3,2 +40213260,2019,10,20,2.3 +1539411,2013,9,2,1.5 +40213304,2014,9,26,2.3846153846153846 +40220960,2017,7,5,1 +40213296,2020,10,16,2.3125 +19018935,2022,9,2,1.5 +40163554,2015,11,3,3.6666666666666665 +40213154,1988,12,8,4.25 +19018935,2023,1,1,1 +19133768,2014,2,2,1 +19126352,1983,3,4,2 +40213216,2014,5,18,3.5555555555555554 +40220960,2008,3,1,1 +40213216,2020,7,19,2 +40213260,2020,5,12,1.75 +46275916,2004,11,1,1 +19126352,1986,4,1,1 +40213154,1990,7,6,3 +40213154,1987,6,6,4.166666666666667 +40213154,1986,6,4,4.75 +40213154,1989,7,5,3.2 +40163554,1984,11,1,3 +19126352,2010,2,3,1.3333333333333333 +1332419,2010,9,3,2 +40220960,2017,4,9,1 +40213216,2019,12,15,1.8 +40243436,2018,11,1,2 +1310034,2018,11,1,2 +40213260,2019,6,18,1.7222222222222223 +40213230,2023,5,6,1.8333333333333333 +40171902,1991,6,2,2.5 +40213230,2019,3,8,1.5 +40163554,1997,8,2,1.5 +19018935,1997,8,2,1.5 +1539411,2015,11,4,4.25 +40213251,2013,7,12,1.8333333333333333 +19018935,2020,6,5,2.8 +40213227,2004,1,3,2.3333333333333335 +1539411,1998,8,5,2.2 +40213154,2003,9,11,1.5454545454545454 +19126352,1989,8,2,2 +40213154,1983,3,7,1.7142857142857142 +40220960,2015,11,4,1 +19133768,2010,3,2,1 +19018935,2012,8,1,1 +40220960,2021,7,5,1 +1332419,2018,3,3,2 +19126352,2003,1,3,3 +40213201,2023,6,6,1.3333333333333333 +19126352,1997,5,3,1 +1545959,1997,5,2,1 +40171902,2013,3,3,2 +40213201,2000,7,2,2 +1539411,2008,3,3,1.6666666666666667 +40213299,2021,12,15,2.6 +40213251,2020,9,12,2 +1332419,1998,10,1,2 +40213180,2015,7,18,2.0555555555555554 +40213260,2015,3,19,1.4736842105263157 +19018935,2007,12,4,1.75 +1332419,2022,8,3,2.3333333333333335 +19018935,2016,1,4,2.25 +40163554,2003,11,1,2 +19126352,2019,2,5,2.4 +40243436,2019,4,2,1 +19126352,1986,7,2,2 +19133768,1993,8,1,2 +40163554,2013,4,2,1.5 +40171902,2006,11,1,1 +40213251,2021,2,8,1.875 +19018935,2000,12,1,1 +40171902,2000,12,1,1 +40213296,2019,5,16,2.0625 +1332419,2006,6,4,8.5 +19075601,2006,6,8,4.75 +1539411,2006,6,4,8.5 +40220960,1997,11,1,1 +40220960,2019,3,4,1.25 +19075601,1999,6,7,3 +40213320,2017,1,21,2.238095238095238 +19126352,2005,5,2,2 +1332419,2005,5,2,2 +1539411,2005,5,2,2 +40213201,2014,9,7,2.142857142857143 +1539411,2015,3,7,2 +1539411,2001,11,1,25 +19126352,2015,6,3,2 +46275916,2020,2,1,1 +19075601,2002,4,4,1.75 +40163554,1974,10,1,1 +19018935,2011,8,2,1.5 +40213201,2021,5,10,1.4 +40171902,2001,7,2,2 +40220960,2020,9,3,1 +1332419,2011,5,2,1.5 +19126352,2004,11,3,3.3333333333333335 +19075601,2018,7,9,1.3333333333333333 +19126352,2020,7,9,1.6666666666666667 +19075601,2020,7,12,1.5 +40213183,1986,6,1,1 +40213304,1985,3,1,1 +40213154,1992,3,4,1.5 +19133768,2016,7,2,1 +19126352,2008,1,3,1 +40171902,1988,1,1,2 +19075601,2005,8,4,1.25 +1539411,2001,3,2,1 +19126352,2013,11,4,1.25 +19075601,2013,11,6,1.1666666666666667 +40213296,2000,2,1,2 +40213230,2016,4,8,1.75 +40163554,1970,9,1,2 +19018935,1970,9,1,2 +1539411,1997,9,2,1 +1539411,2003,11,4,1.5 +40213216,2010,12,1,1 +40213160,2010,12,1,1 +19018935,2021,9,3,1.3333333333333333 +46275916,1997,2,1,1 +40213227,1997,10,2,1.5 +40213154,1993,9,10,1.4 +40213201,2020,3,4,1.5 +40213154,1955,11,2,1.5 +19126352,2001,7,6,2.3333333333333335 +19126352,2002,8,3,1 +1545959,2002,8,1,1 +1332419,2001,7,5,2.6 +19018935,1983,12,2,15 +1539411,2019,3,5,4.4 +40163554,2023,3,3,1.3333333333333333 +1332419,2007,1,3,2.3333333333333335 +40171902,1985,4,1,2 +40163554,2007,11,2,1.5 +19018935,1993,11,1,1 +1545959,2013,7,2,1 +19126352,1951,5,1,1 +40213154,1947,6,2,1.5 +40171902,2021,6,1,5 +40171902,1999,5,2,3.5 +1545959,2022,12,2,1 +40171902,2010,2,3,1.6666666666666667 +1539411,1998,9,2,2.5 +19075601,2011,8,4,1.25 +40243436,2013,11,1,1 +19126352,2016,12,6,1.5 +1332419,2000,4,1,1 +40213154,1974,4,2,1 +19133768,2020,4,3,1 +40220960,2013,4,1,1 +1310034,2021,10,2,1 +46275916,2018,12,1,1 +1539411,2012,8,6,1.8333333333333333 +40163554,2020,1,6,3.6666666666666665 +40213230,2015,5,7,1.8571428571428572 +19018935,2021,8,2,2.5 +19133768,2020,7,3,1 +40213154,1968,9,1,1 +40213154,1961,12,2,2.5 +40171902,1990,5,3,1.6666666666666667 +1310034,2021,6,2,1 +40220960,2014,7,3,1 +19133768,2012,3,1,1 +40213201,2004,8,1,1 +40171902,2017,12,2,2 +19018935,2011,9,4,2.25 +1545959,2004,5,1,1 +40163554,2008,5,3,2.3333333333333335 +40163554,1985,3,1,2 +19018935,1985,3,1,2 +19018935,1998,8,3,2.6666666666666665 +40171902,1998,8,3,2.6666666666666665 +19075601,1999,10,4,9 +40213227,1992,7,4,2.75 +40163554,2011,3,1,2 +19018935,2010,4,2,1 +40163554,2010,5,4,2 +40213154,1946,1,2,3.5 +40213154,1982,9,3,1.3333333333333333 +19133768,2004,12,1,1 +40213227,1998,3,1,2 +40213227,2001,1,2,4 +40213154,1974,7,2,2.5 +40213154,1970,6,2,2.5 +40171902,2009,2,1,1 +1310034,2002,3,1,1 +19126352,2012,6,2,1.5 +19126352,2016,1,2,2 +1310034,1995,7,1,1 +40213154,1991,9,6,1.8333333333333333 +1539411,2016,8,3,2.3333333333333335 +1332419,2021,5,5,1.6 +40220960,1993,1,2,1 +19126352,1998,12,3,1.3333333333333333 +40163554,2012,7,2,2.5 +40220960,1998,10,1,1 +19018935,2005,3,3,2.6666666666666665 +40171902,2005,3,3,2.6666666666666665 +19075601,2021,10,8,1.25 +46275916,2021,2,2,1 +40163554,2015,3,6,6.5 +40163554,2014,6,2,1.5 +1332419,2013,12,1,2 +19133768,2016,4,2,1 +1332419,2023,5,6,1.8333333333333333 +1310034,1991,8,1,1 +19126352,2002,9,1,1 +19133768,2019,8,2,1 +40163554,1994,3,1,2 +19018935,1994,3,1,2 +19133768,2015,5,2,1 +40213227,2011,10,2,3 +1539411,2013,8,2,2.5 +40163554,1995,12,3,1.6666666666666667 +40163554,2005,6,1,25 +40171902,1986,9,1,1 +40213180,2010,7,1,1 +40213296,1998,9,1,2 +1539411,2021,12,4,2.25 +1310034,2022,12,1,1 +1332419,2015,5,4,1.75 +40171902,2012,10,2,1.5 +19126352,2013,3,7,2.4285714285714284 +19075601,2013,3,10,2 +40163554,1981,7,1,4 +40171902,1987,1,2,3 +19018935,2022,8,4,2 +40213227,2008,8,3,2.6666666666666665 +19018935,2004,11,2,4 +1332419,2003,10,4,1.5 +19126352,1962,11,1,1 +19126352,1996,10,4,1.25 +40213227,2002,11,1,2 +1545959,2018,6,3,1 +1545959,2000,10,1,1 +19018935,2015,10,2,1.5 +1539411,1995,5,1,2 +40171902,1991,10,2,2.5 +1332419,2016,5,3,1.6666666666666667 +40213306,2020,7,7,1.4285714285714286 +40171902,2018,7,2,2 +19133768,2022,2,2,1 +19126352,2011,1,5,1.2 +1539411,2011,1,5,1.2 +19018935,2016,12,1,2 +19126352,2022,10,3,1.3333333333333333 +1332419,1999,11,3,1.3333333333333333 +40213154,1960,7,4,3.75 +19126352,1987,10,2,1 +19133768,1991,11,1,1 +19126352,2003,12,4,1.75 +1545959,2006,6,2,1 +40171902,2016,10,2,1.5 +1539411,2000,8,2,1.5 +19126352,2000,8,2,1.5 +1539411,2017,8,3,1.6666666666666667 +40213154,1976,1,2,1.5 +19018935,2000,1,2,1.5 +40171902,2000,1,2,1.5 +19018935,2006,2,2,1 +1310034,2020,8,1,1 +19126352,2017,2,3,1.6666666666666667 +19126352,1993,2,1,1 +1539411,2009,3,2,1 +40213227,2007,2,3,1.3333333333333333 +19126352,1996,6,4,1.75 +40213201,1996,6,1,1 +40213201,1999,7,1,2 +19126352,2021,10,4,1 +19018935,2019,1,3,1.6666666666666667 +40171902,2019,1,3,1.6666666666666667 +19126352,1989,9,1,2 +19133768,2017,2,1,1 +19018935,2015,6,2,2 +40163554,2000,8,2,1.5 +40171902,2020,9,2,1.5 +40171902,2003,5,4,1.75 +46275916,1991,1,1,1 +46275916,2023,4,1,1 +1545959,2000,6,1,1 +1310034,2017,1,2,1 +19075601,1998,11,3,1.3333333333333333 +19133768,1998,11,1,1 +1539411,1993,7,1,1 +19075601,2009,8,4,2 +40213227,2005,11,1,2 +40213154,1981,7,1,2 +1310034,2020,9,1,1 +1332419,2007,12,2,1.5 +1310034,2004,10,1,1 +40220960,2013,7,3,1 +40220960,2005,10,2,1 +19075601,2022,1,1,1 +40171902,2018,4,4,1.25 +40171902,1984,8,1,1 +19133768,2019,9,1,1 +40163554,2018,5,1,2 +1310034,2015,10,1,1 +46275916,2015,10,1,1 +19018935,2009,10,2,3 +19133768,1998,3,2,1 +40213154,1977,5,2,1.5 +19126352,1984,10,1,1 +19126352,1999,5,5,2 +19133768,2018,5,1,2 +19126352,2018,2,6,1.6666666666666667 +1545959,2006,10,4,1 +19075601,2006,10,6,1.1666666666666667 +40213154,1955,3,3,1.3333333333333333 +19133768,1988,2,1,1 +40213227,2001,12,2,1.5 +46275916,2002,1,1,1 +19126352,1963,7,1,6 +46275916,1967,4,1,1 +40213154,1959,6,2,4.5 +19018935,2010,7,1,1 +1539411,1992,11,1,4 +1332419,1999,3,2,2 +1310034,1991,9,1,1 +40163554,1986,11,1,1 +40213154,1959,10,2,3.5 +1539411,2017,9,2,1 +19018935,1983,1,1,2 +40220960,1994,4,1,1 +19126352,2006,4,1,1 +19133768,2006,4,1,1 +19126352,2014,12,3,1.3333333333333333 +40213154,1968,8,1,1 +1545959,2007,5,1,1 +40163554,1975,7,1,2 +40171902,1981,8,1,2 +40213201,1993,10,1,2 +40213227,1998,11,2,2 +40171902,2001,4,2,2.5 +1332419,2010,8,3,1.6666666666666667 +1545959,2001,8,1,1 +40213154,1972,6,1,4 +19133768,2009,8,1,1 +40213201,2008,9,1,2 +1539411,1992,3,3,2 +40220960,1992,3,1,1 +19018935,2009,6,2,9.5 +40171902,1994,9,1,1 +19133768,2007,2,2,1 +1539411,1999,5,3,2.6666666666666665 +19126352,1958,3,1,3 +40220960,2003,1,1,1 +40213201,2001,3,2,4.5 +40213154,1966,10,2,1.5 +1545959,2016,11,1,1 +40171902,1995,7,1,5 +1539411,2004,2,2,1.5 +19075601,2010,10,5,1.6 +40213154,1972,10,3,1.3333333333333333 +40213154,1951,4,4,2.75 +40213154,1953,4,3,1.3333333333333333 +40213154,1949,4,3,3.3333333333333335 +19133768,2000,11,2,1 +40243436,2005,3,1,1 +19126352,1952,9,1,1 +40163554,1984,3,1,1 +40171902,1994,8,1,1 +19133768,2013,11,1,1 +40213198,2010,7,2,2 +40213154,1970,10,3,1.6666666666666667 +19126352,1942,12,1,1 +40213154,1985,7,2,1.5 +19126352,1994,2,3,2.6666666666666665 +40213154,1988,1,3,3.6666666666666665 +40243436,2005,11,1,1 +40163554,2001,9,1,1 +19018935,2001,9,1,1 +40213227,2008,9,1,1 +40213227,1994,8,1,1 +1545959,2015,4,1,1 +19126352,1987,6,2,2.5 +40243436,2015,5,1,1 +1310034,1984,11,1,1 +40163554,2011,11,1,1 +1539411,2022,10,1,2 +40213201,1994,6,1,1 +40220960,2014,4,3,1 +40163554,2014,10,1,2 +1539411,2008,11,2,1.5 +46275916,2007,2,1,1 +1545959,2001,9,1,1 +19018935,2004,3,2,2 +40243436,2016,8,2,1.5 +40213227,2011,6,1,1 +40213299,1995,3,1,2 +40213183,1996,3,1,2 +40243436,2019,7,1,1 +40213154,1957,2,1,2 +40213154,1958,2,1,2 +19126352,1985,9,1,2 +40213201,1993,6,1,3 +40220960,1993,12,1,1 +40163554,1991,1,1,1 +40220960,2021,4,1,1 +40213154,1961,1,2,2 +40243436,1988,5,1,1 +40243436,1994,6,1,1 +40213154,1984,5,1,13 +40213260,2011,1,1,2 +19126352,1992,7,3,1 +19133768,1992,7,1,1 +40171902,1989,7,1,1 +40213201,1997,8,1,1 +19126352,1933,3,1,2 +40213154,1949,7,1,2 +19126352,1962,3,1,1 +19126352,1967,7,1,2 +40163554,1981,4,1,2 +40213154,1952,5,1,2 +40171902,1996,8,1,1 +1539411,2000,9,1,1 +40171902,2012,6,1,2 +40213201,1992,10,1,1 +19126352,2023,6,1,2 +19018935,2019,12,2,2.5 +40171902,2019,12,2,2.5 +40163554,2005,10,1,1 +19126352,1992,4,1,2 +40163554,1971,9,1,1 +19133768,1982,4,1,1 +19018935,1984,10,1,1 +40163554,1978,12,1,2 +1332419,2003,6,1,2 +1545959,2009,7,1,1 +40213296,1996,6,1,1 +40163554,1987,10,1,2 +19126352,1984,6,1,2 +40213154,1971,2,1,2 +19018935,1999,2,1,1 +19126352,2008,12,1,2 +40213251,2003,6,1,1 +40213281,2002,9,1,1 +19126352,1983,11,1,1 +19018935,2017,2,1,2 +40213306,2009,7,1,1 +19133768,1999,6,1,1 +19126352,1988,10,1,1 +1545959,2013,4,1,1 +40213154,1969,2,1,1 +40213296,2010,8,1,1 +1539411,1993,4,1,2 +40213201,1990,8,1,1 +19018935,2008,2,1,1 +1332419,2008,6,1,3 +19126352,1995,8,1,2 +19126352,1975,9,1,1 +40171902,2006,3,1,2 +40243436,2014,1,1,1 +46275916,2014,1,1,1 +40213154,2018,5,665,2.2330827067669174 +40213154,2023,5,618,2.5064724919093853 +40213154,2016,5,625,2.3232 +40213154,2019,12,636,2.279874213836478 +40213304,2018,9,28,2 +40213304,2018,8,24,1.75 +40213314,2019,10,16,1.75 +40163554,2019,9,3,10 +40213154,2020,9,676,2.36094674556213 +40213154,2014,8,624,2.2131410256410255 +40213154,2015,2,594,2.4494949494949494 +40213154,2017,5,648,2.1527777777777777 +40171902,2020,10,4,1.75 +40213154,2014,9,597,2.2562814070351758 +19075601,1999,9,3,2.6666666666666665 +40213154,2011,11,14,2.2857142857142856 +40213281,2015,3,51,2.1372549019607843 +40213154,2019,1,680,2.320588235294118 +40213183,2022,4,21,2.238095238095238 +40213314,2018,7,23,2 +40213160,2017,8,34,2.235294117647059 +40213198,2018,1,43,2.0697674418604652 +40213281,2017,8,38,2.1578947368421053 +40213227,2015,7,64,2.34375 +40213154,2020,8,663,2.4615384615384617 +40213183,2017,6,20,2 +40213314,2016,7,28,2.25 +40213304,2016,12,31,1.8387096774193548 +40213281,2017,9,51,2.8627450980392157 +40213160,2013,6,13,2 +40213260,2017,8,23,3.1739130434782608 +40213216,2017,1,18,2.8333333333333335 +40213314,2021,10,29,1.7586206896551724 +40213281,2022,3,44,2.4545454545454546 +40213154,2022,2,660,2.3636363636363638 +19126352,2002,10,3,1 +1545959,2002,10,2,1 +40213154,1999,8,14,1.8571428571428572 +40213154,1997,7,18,2 +40213154,1995,7,13,1.9230769230769231 +40213180,2019,11,21,2.3333333333333335 +40213160,2015,1,32,3.78125 +40213304,2014,10,37,3.081081081081081 +1539411,2007,4,5,3 +40213154,2021,5,641,2.4726989079563184 +19075601,2005,10,6,1.1666666666666667 +1332419,1994,8,16,2.5625 +40213154,2003,10,16,2.0625 +40213154,1999,9,15,2.3333333333333335 +40213260,2018,2,20,2.15 +40213160,2018,5,46,1.565217391304348 +40213227,2016,7,76,2.1842105263157894 +40213251,2017,5,16,2 +40213227,2014,2,46,1.7608695652173914 +40213154,1994,1,8,2.5 +40213296,2023,4,21,3.0476190476190474 +40213180,2020,9,20,2.3 +40213216,2015,4,22,2.5454545454545454 +40213160,2019,10,40,2 +40213251,2023,6,11,1.6363636363636365 +40213304,2022,4,24,2.3333333333333335 +40213216,2022,9,14,1.7142857142857142 +40213160,2022,12,34,2.0294117647058822 +40213227,2017,10,82,2.5853658536585367 +40213251,2021,12,24,2.375 +40213304,2017,2,27,1.962962962962963 +40213314,2017,4,31,1.7741935483870968 +40213160,2017,9,41,3.024390243902439 +40213180,2014,6,16,2.125 +40213251,2018,12,16,1.9375 +40213183,2018,12,16,1.9375 +40213198,2018,12,44,1.7272727272727273 +40213296,2018,4,14,1.7142857142857142 +40213320,2017,2,25,1.88 +40213227,2023,3,65,3.3384615384615386 +40213296,2014,8,21,1.9047619047619047 +40213180,2017,3,20,2.9 +40213230,2017,12,4,1.5 +40213320,2020,1,30,2.2333333333333334 +40213230,2015,11,9,2.111111111111111 +40213180,2018,5,24,2.5 +40163554,2018,11,3,1.3333333333333333 +19126352,2000,6,5,1.6 +1539411,2000,6,4,1.75 +40213154,2000,6,13,2.076923076923077 +40213154,2003,6,16,1.9375 +40213216,2021,9,23,2.260869565217391 +40213198,2022,2,39,2.1794871794871793 +40213281,2022,11,47,1.702127659574468 +40213304,2013,10,20,2.15 +40213299,2014,4,9,1.6666666666666667 +40213160,2013,10,30,2 +40213251,2018,1,16,1.8125 +40213183,2018,1,16,1.8125 +40213216,2016,6,15,2.933333333333333 +40213299,2018,6,22,2.8181818181818183 +40213304,2016,1,29,2.206896551724138 +40213314,2016,4,26,2.6923076923076925 +40213296,2020,8,19,2.6842105263157894 +40163554,2021,4,3,2.6666666666666665 +40213299,2015,8,23,2.652173913043478 +40213281,2018,2,43,2.697674418604651 +40213160,2015,12,42,1.9523809523809523 +19018935,2018,12,4,1.5 +40213227,2019,9,77,2.2987012987012987 +1539411,1998,6,2,3 +40213260,2019,8,20,2.5 +40213227,2019,8,66,3.015151515151515 +40213304,2021,5,33,2.6363636363636362 +40213198,2021,5,50,2.44 +40213281,2021,2,39,2.3846153846153846 +19075601,2007,10,1,2 +40213306,2018,11,13,4.153846153846154 +40213281,2015,11,58,2.706896551724138 +40213227,2017,6,65,3.0153846153846153 +40163554,2016,7,3,1.6666666666666667 +40213198,2016,5,56,2.1964285714285716 +40213201,2018,3,8,2.125 +19133768,2023,4,2,1 +1539411,2002,7,6,1.6666666666666667 +40213230,2019,5,8,1.625 +40213260,2016,9,23,2.217391304347826 +40213230,2018,6,9,1.8888888888888888 +40213180,2017,11,15,2.066666666666667 +19126352,2007,9,4,5.25 +19075601,2000,12,6,4.666666666666667 +40213216,2014,3,11,1.7272727272727273 +40213183,2014,12,17,2 +40213304,2014,6,21,4 +40213314,2014,12,27,2.037037037037037 +40213160,2014,3,28,2.5357142857142856 +40213198,2014,6,33,2.393939393939394 +40213314,2014,1,21,1.9047619047619047 +40213281,2014,1,49,1.7755102040816326 +40213299,2015,9,18,2.5555555555555554 +40213306,2017,7,14,2.2857142857142856 +40213216,2022,8,14,1.5 +40213198,2023,5,40,2.6 +40213230,2015,3,7,2.7142857142857144 +40213154,1993,10,9,2 +1332419,2021,3,4,5 +1539411,2014,1,6,1.5 +40213320,2018,2,13,1.6153846153846154 +40213216,2017,12,12,2.0833333333333335 +46275916,2017,5,1,1 +40213230,2023,3,12,3.4166666666666665 +40213180,2013,11,17,3.0588235294117645 +40213160,2016,2,37,1.945945945945946 +40213281,2016,2,49,2.020408163265306 +1332419,2022,6,6,1.8333333333333333 +40213227,2015,4,72,2.5694444444444446 +40213260,2015,5,15,2.3333333333333335 +19018935,1993,5,1,2 +40243436,2003,9,1,1 +1539411,1996,5,1,2 +40213154,1996,5,11,3.090909090909091 +40163554,2014,8,6,2 +40213304,2020,12,22,2.090909090909091 +40213314,2022,3,24,2.125 +40213314,2021,6,21,1.8571428571428572 +40213306,2014,3,9,1.4444444444444444 +40213320,2016,4,19,1.8421052631578947 +40213320,2015,4,24,2.375 +40213216,2014,11,16,3.0625 +40213183,2015,8,23,2.347826086956522 +40213160,2019,6,35,2.1714285714285713 +40213160,2014,11,27,2.962962962962963 +40213320,2022,2,36,2.388888888888889 +40213281,2014,12,48,2.1041666666666665 +40213296,2017,1,20,2.95 +19075601,2016,12,10,1.3 +46275916,2021,1,2,1 +19075601,2008,4,5,1.2 +40213299,2018,10,17,3 +40213216,2016,10,16,3.25 +40213314,2017,7,33,2.787878787878788 +40213296,2014,9,25,3.04 +40213154,1984,11,9,4.333333333333333 +40171902,1994,6,2,1.5 +1545959,2007,3,1,1 +40213227,2000,1,3,12.666666666666666 +1332419,2020,4,3,1.6666666666666667 +40213180,2014,10,25,2.08 +19018935,2020,8,7,2.142857142857143 +40213216,2015,7,15,2.1333333333333333 +40213299,2014,7,20,2.75 +40213183,2019,3,21,2.0952380952380953 +40213314,2018,4,28,1.8571428571428572 +40213296,2018,7,15,1.8 +40213296,2016,7,19,1.6842105263157894 +40213314,2019,6,25,2.08 +40213320,2020,12,24,2.1666666666666665 +19126352,1951,3,1,1 +40213154,1952,3,2,1.5 +40163554,1984,5,1,1 +19075601,2022,2,15,1.6 +40213183,2015,9,14,1.9285714285714286 +19018935,2017,1,2,1 +19075601,2023,2,6,1.5 +1332419,2014,4,4,2 +19075601,2014,4,10,1.4 +40213299,2013,10,24,1.5416666666666667 +40213320,2013,11,23,2.9565217391304346 +40213183,2014,1,17,1.8235294117647058 +40213198,2017,5,48,2.0625 +40213183,2017,10,8,2 +40213296,2020,9,20,2.3 +40213304,2013,6,10,2.4 +19126352,2019,1,4,1.5 +40213227,2016,4,70,2.142857142857143 +40213154,2012,12,24,1.6666666666666667 +40213154,2004,11,18,1.6666666666666667 +1539411,1995,11,3,1 +19075601,1997,11,25,2.16 +40213198,2014,10,36,3.638888888888889 +40213304,2020,1,26,1.9230769230769231 +40213299,2013,6,10,1.6 +1545959,1999,12,3,1 +19075601,1997,3,17,1.8823529411764706 +40213306,2019,7,10,2.3 +40213160,2022,1,40,1.975 +40213154,2001,4,19,1.8421052631578947 +40213320,2016,7,23,2.217391304347826 +40213296,2019,3,18,1.8888888888888888 +1332419,2004,9,2,1.5 +40213320,2014,5,30,1.8666666666666667 +40213216,2023,2,12,3.5833333333333335 +40213281,2023,2,29,2.793103448275862 +40213180,2023,4,22,2.909090909090909 +40213154,1986,9,4,2 +40213154,1991,10,14,2 +40213306,2023,4,7,2 +40171902,2011,7,4,1.75 +19133768,2018,3,3,1 +40213260,2022,1,15,2.466666666666667 +19126352,2017,12,7,1.2857142857142858 +19133768,2017,12,4,1 +40213299,2019,9,15,2.2666666666666666 +40243436,2010,4,2,1 +40213306,2019,4,3,1.6666666666666667 +40163554,2002,5,3,4.666666666666667 +19018935,2002,5,3,4.666666666666667 +40171902,2002,5,3,4.666666666666667 +40213251,2015,10,25,2.88 +40213154,1965,6,1,1 +40213260,2017,9,16,2.625 +40213299,2016,2,21,2.4761904761904763 +40213304,2015,2,23,3 +19018935,2013,7,2,1.5 +40213306,2017,4,10,2.4 +19126352,2007,8,5,2.8 +40171902,2012,9,5,1.2 +40163554,2022,3,4,1.5 +19075601,2011,10,4,1.5 +40213201,2016,11,7,1.7142857142857142 +40213227,2013,7,84,2.1666666666666665 +40213296,2022,5,10,1.4 +40213251,2020,10,22,1.8636363636363635 +19126352,2013,5,4,2.25 +19075601,2013,5,4,2.25 +1332419,1994,9,32,1.71875 +1539411,1991,9,19,1.7894736842105263 +40213260,2013,12,23,2.4782608695652173 +40163554,2001,6,4,1.5 +19018935,2001,6,4,1.5 +40213201,2016,3,9,1.8888888888888888 +40213260,2020,11,11,4.454545454545454 +40213230,2021,5,8,2.5 +40213320,2021,5,23,3.4347826086956523 +40213183,2016,8,24,2.625 +19018935,2022,6,3,2.3333333333333335 +40163554,2008,11,1,1 +40213154,1984,3,11,1.4545454545454546 +40213281,2020,5,50,2.08 +40213304,2019,3,23,1.8695652173913044 +40213198,2019,5,54,2.537037037037037 +40213304,2022,7,22,2 +40213304,2023,3,32,2.9375 +40213306,2018,3,8,1.75 +40213183,2022,7,16,1.75 +40213216,2021,8,18,1.6666666666666667 +1332419,2009,11,2,3.5 +19126352,2019,12,8,1.75 +1539411,2020,10,3,1.3333333333333333 +40213154,1980,3,6,2 +19018935,2022,10,6,2 +40213314,2022,11,17,2 +46275916,2012,1,1,1 +40213154,2005,1,14,2.0714285714285716 +19075601,2000,1,4,3.25 +40213154,2011,3,24,2.75 +40213183,2021,4,20,3.1 +40213230,2020,7,11,1.6363636363636365 +40213154,2012,1,18,1.8333333333333333 +40213251,2019,5,17,2.9411764705882355 +40213320,2019,2,17,1.7058823529411764 +19126352,1988,8,2,1.5 +40213154,2002,11,11,1.5454545454545454 +46275916,2019,3,1,1 +40213154,2004,3,10,2.5 +40213154,2002,3,15,2.6 +19126352,2005,11,8,1.875 +1332419,2005,11,6,2.1666666666666665 +1539411,2005,11,6,2.1666666666666665 +40213154,1993,6,11,2.8181818181818183 +40213154,1991,6,6,3.1666666666666665 +19126352,1995,10,1,1 +40213154,2005,12,12,1.75 +40220960,2015,5,6,1 +40213251,2015,6,15,3.6666666666666665 +40213251,2014,2,24,2.9583333333333335 +40213154,1966,8,3,3 +40213154,1970,9,3,1.6666666666666667 +1332419,2010,6,4,2.5 +19018935,2021,10,4,2 +19075601,2009,6,6,1.3333333333333333 +19075601,2015,2,6,1.3333333333333333 +40213260,2022,12,9,1.6666666666666667 +40213180,2020,8,26,1.7307692307692308 +19126352,2003,2,3,1 +40163554,2008,3,4,1.25 +19018935,2009,9,4,2 +40213154,1998,7,17,1.8235294117647058 +40213201,2019,1,8,3 +40213251,2021,1,22,1.7727272727272727 +1539411,2017,10,3,2 +40213230,2018,10,3,1.6666666666666667 +1539411,2017,6,3,1.3333333333333333 +40213260,2014,11,8,1.875 +1539411,1991,8,23,1.9565217391304348 +40213201,2013,11,6,3.6666666666666665 +40213306,2021,7,8,1.75 +46275916,2007,1,1,1 +40213306,2016,10,9,4.222222222222222 +40213180,2022,2,29,1.9655172413793103 +19018935,2015,9,5,2 +40171902,1992,7,1,3 +19133768,2007,1,3,1 +40213154,1972,8,2,3 +40213154,1970,8,1,5 +40213154,1967,7,4,2.25 +40213227,1999,12,1,2 +40213154,1994,12,14,3 +1332419,2016,3,2,3.5 +1332419,2011,3,3,1.3333333333333333 +19126352,2012,9,7,1.4285714285714286 +19075601,2012,9,8,2.5 +19133768,2014,1,1,1 +19133768,2019,10,3,1 +40171902,2015,7,4,2.5 +19126352,2009,4,3,2 +40213201,2021,3,13,2.076923076923077 +40213154,1997,4,16,1.875 +40213154,1998,4,16,2.25 +40213154,1995,4,8,2.125 +40213299,2021,2,15,1.7333333333333334 +40213216,2019,2,22,1.6818181818181819 +40213183,2019,11,26,2.1153846153846154 +40213296,2017,12,15,1.8666666666666667 +40163554,2016,4,2,3 +19018935,2006,1,2,1.5 +1332419,2002,12,2,2 +40163554,2000,10,1,2 +40213227,2022,2,68,2.2205882352941178 +40213299,2019,8,19,2.4210526315789473 +19126352,2008,2,3,1.3333333333333333 +19018935,2000,2,4,2.25 +40171902,2000,2,4,2.25 +19133768,1996,12,2,1 +40213304,1994,1,1,2 +40213251,1995,4,1,2 +19126352,1996,9,4,2.5 +40213180,2019,3,20,3.35 +19126352,2000,10,4,1.5 +1539411,2000,10,3,1.6666666666666667 +19126352,1934,6,1,1 +40213154,1956,10,2,3 +40213304,2019,11,17,1.8823529411764706 +40213306,2022,2,14,2 +40163554,1997,6,2,2 +19018935,1997,6,2,2 +1332419,2013,2,1,2 +40213154,2013,2,19,1.4736842105263157 +40213183,2021,7,16,3.375 +40213251,2020,6,17,2.0588235294117645 +1539411,2020,6,5,3 +19075601,2010,8,6,1.3333333333333333 +40213227,2007,1,4,2.25 +40171902,1996,6,2,2 +40213154,1992,5,13,3.5384615384615383 +19075601,2016,1,6,1.3333333333333333 +1332419,2019,7,4,1.75 +40163554,2018,3,5,2.2 +40213306,2015,4,13,3 +40213306,2014,11,9,2 +40220960,1990,11,1,1 +40213154,1986,8,4,1.75 +19075601,2003,12,6,2 +40220960,2002,12,2,1 +40171902,2009,1,5,1.8 +40243436,2012,7,1,1 +40213260,2020,3,11,1.7272727272727273 +19075601,2021,8,14,1.0714285714285714 +40213183,2016,9,20,3.1 +19075601,2007,6,5,1.4 +19075601,2004,7,8,1.5 +40213154,2001,7,12,1.8333333333333333 +40213154,2000,10,15,1.5333333333333334 +40213154,1973,4,5,1.6 +40213154,1968,6,1,3 +40213201,2014,10,7,1.8571428571428572 +19126352,2018,12,7,1.5714285714285714 +40213201,2017,4,8,1.75 +19126352,2022,9,5,1.8 +1539411,2022,9,3,2 +1332419,2003,8,1,5 +40243436,2016,6,1,1 +40163554,2000,6,2,1 +40243436,2021,7,3,1 +19075601,2005,6,9,2 +19075601,2017,7,9,1.6666666666666667 +40213227,2012,4,3,1.6666666666666667 +19133768,1989,3,2,1 +40213260,2019,9,19,3.5789473684210527 +1545959,2021,11,4,1 +40243436,2011,1,1,1 +19126352,2014,2,2,1 +40213154,2008,2,18,2.388888888888889 +40171902,2011,4,2,1 +40163554,2009,4,4,1.75 +40220960,2016,4,5,1 +1539411,2003,5,2,2 +40213201,2002,5,3,1.6666666666666667 +40213314,2020,5,21,2.0476190476190474 +40213198,2020,5,44,1.8863636363636365 +40243436,1996,10,1,1 +19126352,1968,7,1,1 +19018935,2018,1,1,1 +40213230,2020,4,8,1.5 +40163554,2019,8,4,1.25 +40213320,2015,7,22,2.3181818181818183 +40171902,2022,4,7,1.8571428571428572 +19018935,2011,6,2,2.5 +19075601,2010,9,8,1.375 +19133768,2004,2,3,1 +19075601,2019,2,12,1.5833333333333333 +1539411,2016,10,3,1.3333333333333333 +1332419,1996,2,2,1.5 +19075601,2017,4,10,1.1 +40213306,1990,6,1,2 +1332419,2015,11,4,4.25 +40243436,2006,10,1,1 +19075601,2001,6,3,3.3333333333333335 +40171902,2020,6,5,2.8 +40213201,2009,2,2,2 +40213154,2009,2,18,2.388888888888889 +19133768,2005,2,1,1 +1332419,1998,8,5,2.2 +40213306,2021,4,9,1.7777777777777777 +40213154,1982,10,4,2.25 +40213306,2016,6,4,2 +40213260,2016,8,16,2.75 +40213154,2010,7,19,1.894736842105263 +40213154,2006,6,15,2.1333333333333333 +40213154,2007,6,12,2.3333333333333335 +1545959,2010,3,2,1 +40171902,2012,8,1,1 +1332419,2008,9,3,2.6666666666666665 +40220960,2018,6,4,1 +40163554,2014,9,1,1 +19075601,2003,1,4,2.5 +40171902,1999,11,2,2.5 +19126352,1994,12,4,2.25 +40213201,1991,7,1,2 +40163554,2006,4,4,2 +19018935,2014,7,6,2.3333333333333335 +40171902,2014,7,6,2.3333333333333335 +1539411,1998,10,1,2 +40213306,2015,7,6,1.8333333333333333 +19126352,2022,8,5,1.8 +1539411,2022,8,3,2.3333333333333335 +40213299,2023,3,21,2.3333333333333335 +40171902,2003,11,1,2 +40220960,2019,5,6,1.1666666666666667 +19018935,2004,5,2,2 +19018935,2013,4,2,1.5 +40213201,2019,12,11,2.3636363636363638 +40213306,2013,10,8,1.625 +1332419,2016,11,3,2.3333333333333335 +40163554,1989,6,1,3 +40213201,2018,11,7,3.2857142857142856 +19018935,2015,8,1,1 +19126352,1987,8,1,2 +40213227,1997,9,2,1.5 +40163554,2005,9,3,2.6666666666666665 +40213260,2014,3,17,2.3529411764705883 +1539411,2013,6,4,1.5 +40213230,2014,3,7,1.5714285714285714 +40213230,2017,1,6,2 +19126352,2021,9,4,1 +19075601,2021,9,7,1 +1332419,2015,3,7,2 +19018935,2011,10,3,1.3333333333333333 +40243436,2020,7,3,1 +19018935,1974,10,1,1 +1539411,2002,4,3,2 +40220960,2023,3,4,1 +19126352,1996,8,4,1.25 +19126352,2009,7,3,1.6666666666666667 +19075601,2008,7,5,2 +46275916,2020,1,1,1 +1332419,2020,7,6,2 +1539411,2010,11,4,3 +1539411,2016,6,4,3.25 +40213296,2019,11,17,3.2941176470588234 +40213154,2007,10,11,2.090909090909091 +40213154,2006,10,9,1.6666666666666667 +19133768,1993,10,1,1 +40213183,1990,3,1,1 +40213304,1985,5,1,1 +40213314,1985,7,1,1 +19018935,1988,1,1,2 +19126352,2005,3,3,1.3333333333333333 +1332419,2005,3,2,1.5 +1539411,2005,3,2,1.5 +40213227,2001,2,3,1.6666666666666667 +19018935,2006,12,2,1.5 +40213227,2006,12,1,2 +40213154,1973,7,2,1.5 +40213230,2014,11,9,1.6666666666666667 +40213299,2011,11,1,1 +40213304,2011,5,1,1 +40213314,2011,2,1,1 +40171902,2009,12,3,3.6666666666666665 +40171902,2021,9,3,1.3333333333333333 +1539411,1994,9,4,1.5 +40213154,1958,12,4,1.75 +40213154,1952,11,1,1 +40171902,2023,6,2,2 +19133768,2008,3,1,1 +40163554,1993,11,1,1 +40171902,1993,11,1,1 +19126352,2018,1,7,2.4285714285714284 +40213154,1971,12,1,2 +40213201,2015,4,9,2.111111111111111 +19075601,2014,7,4,1 +19075601,2011,6,3,1 +19018935,2021,6,1,5 +19133768,2022,12,2,1 +1332419,1998,9,2,2.5 +19133768,2011,5,2,1 +1539411,2018,4,3,6 +1310034,2013,11,1,1 +40213320,2006,7,1,1 +40213201,2013,3,1,5 +19018935,1992,3,1,4 +46275916,2013,4,1,1 +40213227,2010,7,6,1.3333333333333333 +1545959,2020,4,3,1 +40213154,1978,4,2,1.5 +19075601,2006,8,6,1.1666666666666667 +19126352,2012,8,6,1.8333333333333333 +19075601,2012,8,8,1.75 +40171902,2021,8,2,2.5 +19126352,1995,6,4,4.5 +1545959,2020,7,3,1 +40213227,2011,9,1,7 +40213154,1972,9,1,1 +40213154,1966,9,1,1 +40213154,1959,9,1,3 +19126352,2016,2,3,2 +19018935,1990,5,3,1.6666666666666667 +1332419,2018,5,3,2.3333333333333335 +40213296,2021,5,11,4.636363636363637 +40220960,2006,5,2,1 +19018935,2017,12,2,2 +40171902,2022,7,5,3.4 +19126352,2021,8,7,1.1428571428571428 +19126352,2004,5,4,1.25 +40171902,1981,6,2,3.5 +40171902,2008,5,3,2.3333333333333335 +40163554,2021,7,6,5.833333333333333 +40213154,2010,4,13,1.6153846153846154 +1310034,2015,9,1,1 +46275916,2015,9,1,1 +19126352,1948,7,1,1 +19126352,1935,11,1,6 +19075601,2001,10,3,2 +1310034,2019,2,1,1 +19126352,1969,6,3,3.6666666666666665 +19018935,2009,8,2,1 +40213230,2013,12,7,2.2857142857142856 +19126352,2010,12,6,1.3333333333333333 +1332419,2011,11,1,2 +1332419,2023,3,2,5.5 +40220960,2020,6,2,1 +19075601,2004,4,2,1 +19126352,1987,9,1,2 +46275916,1995,7,1,1 +40213154,1987,9,4,2.5 +19018935,1998,6,2,2.5 +40171902,1998,6,2,2.5 +1332419,2003,9,5,1.4 +40213227,2012,7,2,2 +40213201,2021,11,4,1.5 +40213306,2004,10,1,2 +19018935,2023,2,3,1.6666666666666667 +40171902,1996,10,3,2.3333333333333335 +1310034,2020,10,1,1 +40213260,2008,7,1,1 +1332419,2017,7,3,3 +40213201,2017,7,7,4.142857142857143 +40220960,2010,3,1,1 +1539411,2007,7,2,2 +19018935,2014,4,2,19 +40171902,2014,4,2,19 +19126352,2015,8,7,1.5714285714285714 +19133768,2018,11,2,1 +19133768,2021,12,1,1 +40213227,1993,7,1,1 +19018935,1986,9,1,1 +40163554,2006,7,2,1 +40163554,2015,5,5,3.8 +19133768,1999,8,1,1 +19075601,1999,8,5,1.4 +40213296,1996,9,1,2 +19133768,2007,12,1,1 +1545959,2016,5,4,1 +40171902,2007,4,3,1.6666666666666667 +1539411,1997,6,2,2 +1539411,2015,5,4,1.75 +19018935,2008,1,1,1 +19018935,2012,10,2,1.5 +19018935,2007,2,2,1.5 +19018935,1981,7,1,4 +1539411,2004,12,3,2.6666666666666665 +1545959,1996,7,1,1 +40163554,2009,7,2,3 +19133768,1997,2,3,1.3333333333333333 +1539411,2018,7,2,1 +40213296,2016,4,9,1.7777777777777777 +19018935,2005,5,1,1 +40171902,2005,5,1,1 +1539411,2019,5,3,6 +40213201,2020,5,7,5.428571428571429 +40213154,1969,12,1,1 +1545959,2007,11,2,1 +19126352,1990,7,1,3 +40163554,2010,11,1,2 +40213260,2006,10,2,1.5 +1332419,2004,8,1,1 +1332419,1995,5,1,2 +40243436,1996,6,1,1 +40213154,1987,8,6,2.3333333333333335 +40163554,2001,10,1,2 +19018935,2001,10,1,2 +19126352,1994,1,1,1 +19018935,1989,5,1,2 +19075601,2006,9,2,2 +1539411,2001,5,2,4.5 +40213201,2007,7,1,3 +40213201,2014,6,6,1.8333333333333333 +1332419,2021,11,2,4 +1545959,2022,2,2,1 +40213201,1990,10,1,2 +19126352,1999,11,3,1.3333333333333333 +1539411,1999,11,3,1.3333333333333333 +40243436,1955,4,2,1 +46275916,1955,4,2,1 +40171902,2016,8,4,1.5 +40213227,2013,4,1,2 +40163554,1986,5,1,1 +1539411,2010,3,2,3 +40213227,1997,8,1,2 +19126352,1974,1,2,1 +1332419,2019,4,4,1.75 +19126352,1989,10,3,1.6666666666666667 +1545959,2012,7,1,1 +1332419,2009,3,2,1 +40163554,1982,12,2,2 +40163554,2004,12,2,1.5 +40171902,2004,12,2,1.5 +40220960,1998,9,1,1 +1545959,2004,3,2,1 +40213227,1994,6,1,2 +40163554,2023,5,3,1.6666666666666667 +19133768,2012,5,1,1 +40213227,1999,1,1,2 +1539411,2013,10,4,3 +40213227,2002,5,4,1.5 +1310034,2014,6,2,1 +40213180,2006,9,1,2 +40220960,2007,5,1,1 +19018935,2020,9,2,1.5 +40163554,2003,5,4,1.75 +40213201,1995,12,1,1 +40243436,1991,1,1,1 +40213227,1995,7,3,1.6666666666666667 +19126352,1970,12,1,2 +1545959,2019,7,2,1 +19126352,1997,3,1,3 +40213260,2010,4,1,1 +40213227,2010,4,1,1 +40163554,2020,2,1,1 +40213154,1975,3,4,1.75 +40213154,1977,3,2,1.5 +40213154,1961,2,3,1.6666666666666667 +40213154,1958,1,2,1.5 +40213154,1957,1,1,2 +46275916,1998,7,1,1 +40213154,1980,11,2,2 +40220960,2008,5,1,1 +40220960,2009,7,1,1 +1545959,2018,8,2,1 +40213296,2013,2,1,1 +40220960,2003,2,1,1 +40213227,2000,12,1,2 +40213227,2007,12,1,1 +19018935,1984,8,1,1 +19018935,2019,2,2,2 +40171902,2019,2,2,2 +40243436,2004,4,1,1 +40171902,2015,4,2,1.5 +40213201,2015,7,2,1.5 +1539411,2021,2,3,2 +40171902,1991,8,4,2.75 +40213227,1995,4,2,1.5 +19126352,1976,5,1,2 +40213154,1954,1,1,1 +40213306,2013,6,5,1.6 +40213227,2006,1,2,3 +40213154,1946,2,1,1 +19018935,2016,2,2,2 +1545959,2008,1,1,1 +19018935,1991,4,1,1 +1545959,2019,4,1,1 +40213154,1964,7,3,3 +40213227,2009,2,1,1 +40220960,2018,10,2,1 +1310034,2016,7,1,1 +46275916,2016,7,1,1 +46275916,2012,12,2,1 +19075601,2009,10,4,1 +1332419,2006,8,2,1.5 +1539411,2006,8,2,1.5 +1310034,2020,6,1,1 +19133768,2019,6,2,1 +19126352,1999,3,2,2 +1539411,1999,3,2,2 +40213154,1956,6,1,3 +19018935,1979,11,1,2 +19126352,1991,2,1,1 +40213227,1996,7,1,1 +1545959,2006,8,2,1 +19133768,2009,6,1,1 +19126352,1985,10,1,2 +19133768,2014,12,1,1 +1545959,1999,1,2,1 +1332419,2007,2,1,1 +1310034,2000,10,1,1 +40243436,2000,10,1,1 +19126352,1947,7,1,1 +40220960,2016,7,2,1 +40213227,2005,5,2,2 +46275916,2020,12,2,1 +19126352,1979,8,1,5 +46275916,2013,7,1,1 +19133768,2009,10,1,1 +1539411,2008,5,3,2 +40163554,1991,2,1,2 +1332419,1999,5,3,2.6666666666666665 +1545959,2023,5,1,1 +40243436,2000,6,1,1 +1310034,2000,6,1,1 +19133768,2002,1,1,1 +19126352,1982,2,1,2 +46275916,2002,2,1,1 +40213154,1965,10,2,1.5 +40213154,1968,10,2,1.5 +19018935,1998,10,1,2 +40171902,1998,10,1,2 +19018935,1995,7,1,5 +1545959,2001,10,1,1 +19126352,1998,2,3,1.6666666666666667 +40213154,1948,4,3,3.3333333333333335 +46275916,2021,12,2,1 +46275916,2005,3,1,1 +1332419,2010,10,4,1.75 +19126352,1981,11,1,2 +40213154,1979,4,1,2 +19075601,1998,5,2,1 +1539411,2014,12,2,1.5 +19126352,1997,11,1,3 +40213154,1976,2,2,1 +40213154,1967,4,2,1 +19126352,2015,9,2,3.5 +1545959,2014,10,1,1 +19126352,1969,10,1,2 +40213154,1977,11,1,2 +40213154,1975,11,2,2 +19133768,1994,4,1,1 +40213201,1993,9,1,1 +19126352,2017,1,2,6 +19133768,2017,1,1,1 +1545959,1998,7,1,1 +40220960,2020,10,2,1 +46275916,2005,11,1,1 +1539411,1994,8,1,3 +46275916,2004,5,1,1 +19126352,1983,5,1,2 +19126352,1973,5,1,1 +19133768,2021,1,2,1 +19133768,2001,5,2,1 +19133768,2002,12,1,1 +40163554,1988,6,1,1 +40243436,2016,10,1,1 +1332419,2022,10,1,2 +40213201,2011,11,1,1 +19126352,1984,8,1,2 +40163554,2017,4,3,2 +1539411,2004,1,1,2 +40163554,2011,5,1,2 +40213227,2011,8,2,2.5 +19126352,1993,1,2,3 +40213201,1998,2,1,1 +40213154,1963,3,2,1.5 +1545959,2011,7,1,1 +40220960,2012,7,2,1 +1545959,2018,9,1,2 +40220960,1999,5,1,1 +40213314,2001,10,1,1 +40213160,2001,10,1,1 +40213296,2000,12,1,1 +19126352,2002,6,1,2 +40213260,2010,7,1,2 +19126352,1981,3,1,4 +40213154,1957,12,1,2 +19126352,1984,9,1,2 +1310034,1988,6,1,1 +40213306,1982,3,1,1 +19126352,1970,1,1,1 +40213154,1983,5,2,7.5 +40163554,2004,1,3,1.3333333333333333 +40171902,2004,1,3,1.3333333333333333 +1332419,2006,9,1,2 +1539411,2006,9,1,2 +40213180,2005,9,1,2 +40213201,1992,8,1,2 +1310034,2015,8,1,1 +46275916,2015,8,1,1 +19018935,1981,4,1,2 +40213160,1955,6,1,2 +40213306,2006,4,1,1 +19018935,2012,6,1,2 +1310034,2022,2,1,1 +19133768,1998,5,1,1 +1539411,2012,6,1,2 +1310034,2014,10,1,1 +40163554,2010,3,1,2 +40163554,1997,10,1,2 +19018935,1997,10,1,2 +40213201,1995,1,1,34 +19018935,1991,7,1,2 +40213296,1997,2,1,2 +40163554,1989,10,1,1 +1310034,2011,6,1,1 +40171902,2016,9,1,2 +46275916,2009,11,1,1 +40243436,2009,10,1,1 +1539411,2012,10,3,1.6666666666666667 +40163554,2022,11,2,2.5 +40243436,2017,7,2,1 +40171902,1984,10,1,1 +19018935,1987,10,1,2 +19126352,1960,7,1,1 +40213154,1969,1,1,2 +40163554,1999,2,1,1 +40213160,2002,7,1,1 +40213183,2003,6,1,1 +40171902,2017,2,1,2 +40213180,2009,7,1,1 +40171902,2010,1,1,1 +1310034,2021,9,1,1 +19126352,1943,8,2,1.5 +19133768,1989,11,2,1 +40243436,1994,9,1,1 +40213154,1988,2,2,1.5 +1545959,2003,12,1,1 +19133768,2003,12,1,1 +1545959,1998,4,1,1 +40213154,1955,5,1,6 +19126352,1968,4,1,1 +40220960,2009,4,1,1 +40213306,2012,10,1,2 +40213154,1963,11,1,2 +1539411,1992,5,1,5 +40163554,1977,6,1,2 +19133768,1994,7,1,1 +40163554,1985,5,1,3 +19018935,1985,5,1,3 +40213154,2021,4,646,2.331269349845201 +40213227,2020,11,62,2.1129032258064515 +40213154,2013,9,599,2.350584307178631 +40213154,2023,4,691,2.470332850940666 +40213154,2018,4,596,2.511744966442953 +40213154,2016,4,606,2.402640264026403 +40213260,2016,2,15,3.466666666666667 +40213227,2017,12,64,2.296875 +40213216,2018,11,14,2.2857142857142856 +40213314,2019,1,19,1.8421052631578947 +40213160,2019,1,37,2.72972972972973 +40213198,2019,4,45,1.8888888888888888 +40213154,2021,7,668,2.2365269461077846 +19018935,2019,9,3,10 +40171902,2019,9,3,10 +40213227,2014,8,52,2.5 +40213154,2022,9,696,2.57183908045977 +40213154,2015,8,646,2.346749226006192 +40213154,2013,8,635,2.141732283464567 +40213183,2015,2,16,1.9375 +40213180,2021,3,30,1.9 +40213154,2014,2,598,2.5183946488294313 +40213154,2019,10,640,2.1453125 +40213320,2016,5,27,1.8148148148148149 +40213154,2019,6,616,2.168831168831169 +40213154,2020,2,646,2.5619195046439627 +40213154,2015,9,592,2.206081081081081 +40213251,2016,11,22,1.9545454545454546 +40213299,2014,5,24,2.3333333333333335 +19126352,2008,8,2,1 +40213180,2018,7,25,1.76 +40213154,2018,7,617,2.340356564019449 +40213227,2022,8,81,2.45679012345679 +40213154,2022,8,700,2.38 +40213154,2016,7,646,2.3544891640866874 +40213154,2017,7,635,2.3070866141732282 +40213230,2021,4,13,1.8461538461538463 +40213320,2021,4,31,2.2903225806451615 +40213154,2017,4,598,2.4498327759197323 +40213216,2017,10,12,2.5 +40213260,2015,7,21,2.142857142857143 +40213160,2021,3,37,2.864864864864865 +40213160,2016,9,40,3.025 +40213198,2016,7,50,2.42 +40213281,2016,9,50,2.86 +40213201,2014,1,7,2.2857142857142856 +40213227,2019,2,76,2.013157894736842 +40213296,2013,8,23,1.6956521739130435 +40213183,2017,12,25,2.76 +40213281,2014,6,35,2.1714285714285713 +40213281,2013,9,45,2.022222222222222 +1310034,2016,5,2,1 +46275916,2016,5,2,1 +40213260,2018,8,27,2.185185185185185 +40213281,2021,9,51,2.4901960784313726 +40213304,2021,7,29,2.103448275862069 +40213314,2021,12,26,2.3846153846153846 +40213198,2022,9,38,1.894736842105263 +19133768,2002,10,2,1 +40213154,1996,7,14,1.9285714285714286 +40213183,2013,9,20,1.7 +40213251,2015,12,23,2.0869565217391304 +40213299,2017,3,22,3.0454545454545454 +40213314,2015,3,29,2.3448275862068964 +40213160,2015,6,39,3.076923076923077 +40213198,2015,3,45,2.2888888888888888 +40163554,2012,3,2,1.5 +19126352,1952,12,1,5 +40213251,2014,8,17,1.588235294117647 +40213314,2013,9,33,1.9696969696969697 +40213260,2022,10,16,2.75 +40213183,2013,8,20,2 +40213314,2013,8,30,2.1666666666666665 +40243436,2000,12,1,1 +1310034,2000,12,1,1 +40213154,1999,2,10,3.3 +40213154,1993,1,9,1.7777777777777777 +40213154,1991,12,9,5.333333333333333 +40163554,2014,2,4,9 +40213227,2020,3,72,2.2222222222222223 +40213320,2019,8,16,1.6875 +40213296,2021,4,12,2 +40213320,2017,8,21,2.3333333333333335 +40213304,2014,12,32,2.46875 +40213304,2022,5,22,2.4545454545454546 +40213216,2017,6,22,2.3636363636363638 +40213304,2017,9,24,1.75 +40213198,2017,4,45,1.7555555555555555 +40213216,2018,3,21,1.4761904761904763 +40213299,2020,3,24,2.0416666666666665 +40213299,2018,12,16,1.6875 +40213281,2019,3,46,1.8695652173913044 +40213198,2018,6,44,2.8181818181818183 +40213306,2021,5,14,1.7857142857142858 +40213260,2022,6,14,2.357142857142857 +40213227,2017,1,81,2.9012345679012346 +40213251,2016,3,19,2.210526315789474 +19075601,2018,11,13,1.4615384615384615 +40213180,2015,11,25,1.96 +40213227,2014,9,62,2.161290322580645 +40213227,2016,5,63,2.6984126984126986 +40171902,2018,11,3,1.3333333333333333 +19075601,2000,6,5,1.6 +40213160,2021,11,40,2 +40213198,2022,8,48,1.9166666666666667 +40213216,2013,7,17,2.4705882352941178 +40213198,2013,7,41,2.1463414634146343 +40213251,2023,1,20,1.7 +40213251,2019,4,17,3.6470588235294117 +40213304,2018,2,27,2.5925925925925926 +40213314,2018,5,32,1.96875 +40213160,2018,7,31,1.6774193548387097 +40213198,2018,10,47,1.6382978723404256 +40213251,2020,12,17,3.5294117647058822 +40213198,2016,4,49,2.489795918367347 +19126352,2014,8,2,1.5 +40213281,2013,8,52,2.7884615384615383 +40213320,2014,7,22,2.409090909090909 +40213296,2015,11,15,2.1333333333333333 +40213180,2020,2,34,2.1470588235294117 +40213180,2014,1,23,2.4782608695652173 +40243436,2018,4,1,1 +1310034,2018,4,1,1 +40213154,2008,8,21,2.3333333333333335 +40213154,2009,9,26,2 +40213216,2021,2,18,3.111111111111111 +40213304,2020,10,35,2.6857142857142855 +40213227,2018,11,73,2.671232876712329 +40213216,2016,1,23,2.4347826086956523 +40213299,2018,1,24,2.3333333333333335 +40213314,2015,11,40,2.4 +40213198,2015,11,60,2.433333333333333 +40213304,2015,9,31,2.3548387096774195 +40213304,2015,8,35,2.4857142857142858 +40213281,2020,7,58,2.0689655172413794 +40213296,2022,7,19,1.8421052631578947 +40213201,2023,2,8,1.875 +40213183,2022,5,15,2.6666666666666665 +40213183,2020,11,25,2 +40213314,2016,5,36,2.2777777777777777 +40213160,2020,11,43,2.0930232558139537 +40213160,2016,8,37,2.864864864864865 +40213281,2016,8,50,2.88 +40213180,2022,8,33,3.303030303030303 +1545959,2023,4,2,1 +19018935,2018,10,4,1.75 +40213227,2022,9,68,2.9411764705882355 +40213180,2021,11,28,2.2857142857142856 +40213320,2020,6,24,1.9583333333333333 +1332419,2007,9,3,6.666666666666667 +40213198,2014,12,45,2.088888888888889 +40213281,2018,9,42,1.9285714285714286 +40213198,2014,1,37,1.8918918918918919 +40213183,2014,6,22,2.1363636363636362 +40213304,2013,12,25,2.24 +40213314,2014,6,22,2.727272727272727 +40213160,2013,12,42,2.261904761904762 +40213160,2022,6,29,1.7241379310344827 +40213230,2017,10,9,1.8888888888888888 +40213320,2014,4,23,2.739130434782609 +40213260,2013,10,18,2 +40213180,2015,3,30,2.1666666666666665 +19075601,2002,11,4,1.25 +40213201,2020,4,12,1.5833333333333333 +40213227,2021,3,58,2.810344827586207 +40213304,2017,8,25,1.72 +40220960,2016,5,4,1 +40243436,2017,5,1,1 +40213320,2023,3,29,3.0689655172413794 +40213160,2017,2,36,2.9166666666666665 +40213281,2017,2,45,2.6222222222222222 +40213230,2022,3,8,1.5 +40213183,2016,2,19,2.1578947368421053 +40213260,2015,4,22,2.6363636363636362 +40213154,1998,5,10,2.1 +40213154,1997,5,7,1.8571428571428572 +40213154,1995,5,7,4 +40213299,2022,3,14,2.9285714285714284 +40213251,2022,3,17,2.8823529411764706 +40213198,2021,4,42,2.0714285714285716 +40213299,2013,12,19,3.473684210526316 +40213260,2021,3,12,1.75 +40213230,2019,4,7,4.428571428571429 +1539411,2008,4,4,1.25 +40213183,2021,5,19,2.473684210526316 +40213251,2017,7,23,2.6956521739130435 +40213304,2016,6,23,3.130434782608696 +40213198,2017,7,55,2.5090909090909093 +40213154,1985,11,8,4.75 +40213154,1981,11,4,7.5 +1310034,1979,12,1,1 +40220960,2018,1,5,1 +40163554,2005,2,1,2 +40213154,2000,1,14,4.428571428571429 +40220960,2022,11,6,1 +40163554,2020,8,7,2.142857142857143 +40213296,2021,7,13,1.7692307692307692 +40213216,2015,5,18,2.2777777777777777 +40213251,2020,1,13,1.6923076923076923 +40213160,2015,10,39,2.641025641025641 +40213304,2014,1,20,2.1 +40213160,2018,4,31,1.967741935483871 +40213281,2014,10,40,3.475 +40213154,1976,8,6,2.1666666666666665 +40213230,2018,12,7,1.8571428571428572 +19018935,2004,4,2,1.5 +40213306,2015,5,9,1.4444444444444444 +40213227,2015,5,59,2.6271186440677967 +19126352,1953,10,1,1 +40213154,1953,3,3,1 +40213154,1951,3,2,1 +19075601,2011,12,7,1.4285714285714286 +1332419,1994,2,22,1.9545454545454546 +40213154,2010,5,17,1.8235294117647058 +19075601,2019,8,10,1.5 +40213180,2016,3,26,2.1153846153846154 +19126352,2023,2,5,1.4 +1539411,2023,2,3,1.6666666666666667 +40213227,2018,3,56,2.107142857142857 +40213180,2016,11,30,1.7666666666666666 +40213183,2020,3,25,2.28 +19075601,2015,9,5,2 +19126352,2017,10,4,1.75 +19133768,2017,10,1,1 +40213154,2012,6,14,1.7857142857142858 +40213320,2022,8,29,4.0344827586206895 +40213154,2003,12,12,3.3333333333333335 +40213154,1994,10,9,2 +40213154,2000,12,19,2.789473684210526 +40213306,2020,11,12,1.5833333333333333 +40213183,2014,10,15,1.6666666666666667 +40213314,2014,10,21,3.4285714285714284 +40213216,2019,8,13,1.7692307692307692 +40213314,2020,7,28,1.8571428571428572 +40213198,2020,7,44,1.8181818181818181 +40213251,2014,9,17,1.8235294117647058 +40213320,2020,10,17,1.7058823529411764 +40213160,2020,3,27,2.4814814814814814 +40213314,2023,3,24,1.7083333333333333 +40213251,2019,7,18,2.0555555555555554 +1539411,1991,2,14,2.0714285714285716 +1332419,2000,3,2,2.5 +40213320,2017,9,26,2.1923076923076925 +40213320,2018,8,17,1.9411764705882353 +40213320,2018,9,23,1.9565217391304348 +40163554,2013,11,2,2 +1332419,2006,2,3,1.6666666666666667 +1539411,2006,2,3,1.6666666666666667 +19075601,2006,2,6,1.5 +40213160,2023,2,23,2.869565217391304 +19075601,2019,9,7,1.4285714285714286 +19018935,2022,1,4,1.25 +40163554,2011,7,4,1.75 +40213180,2023,5,20,2.05 +40213180,2018,4,19,1.894736842105263 +40213314,2020,4,32,1.875 +40213198,2020,4,53,2.3962264150943398 +40213281,2020,4,44,1.9090909090909092 +19075601,2018,3,11,1.5454545454545454 +1539411,2014,6,4,1.75 +40213281,2021,8,45,2.3333333333333335 +40213201,2019,10,13,1.7692307692307692 +40213154,2008,9,20,2.2 +40213230,2016,11,10,1.6 +40213306,2022,8,12,1.6666666666666667 +40171902,2020,12,5,2.6 +40213306,2023,5,8,2.125 +40213198,2021,7,48,2.7291666666666665 +40213183,2018,6,19,1.9473684210526316 +40213251,2018,6,19,1.9473684210526316 +1539411,1997,1,4,2.25 +40213281,2018,8,51,2.215686274509804 +40213160,2019,12,32,1.96875 +19126352,2011,9,9,1.4444444444444444 +1539411,2011,9,6,1.5 +40213227,2021,11,63,2.3333333333333335 +40213154,1974,3,3,1.3333333333333333 +40213154,1966,2,3,3 +40171902,2013,7,2,1.5 +40213296,2023,5,9,5.777777777777778 +40213296,2022,4,20,2.6 +40213296,2018,5,23,2.1739130434782608 +1332419,2007,8,5,2.8 +40243436,2021,5,3,1 +40213281,2019,11,44,2.0681818181818183 +40213260,2019,2,20,1.95 +40213296,2016,5,24,2.0416666666666665 +40213251,2013,11,16,2.3125 +40213260,2021,11,15,3.2 +40213320,2022,9,22,2.0454545454545454 +40213180,2022,9,19,2.0526315789473686 +40213154,1992,4,9,1.6666666666666667 +40213154,1985,3,9,1.3333333333333333 +40213299,2022,11,13,2.230769230769231 +40213299,2021,8,11,1.8181818181818181 +40213216,2020,11,16,1.8125 +40213216,2016,12,17,2.764705882352941 +40213299,2019,2,20,2.3 +40213299,2017,11,26,2.730769230769231 +40213304,2016,10,30,2.6333333333333333 +40213299,2016,8,19,2.5789473684210527 +40213296,2015,3,17,1.7058823529411764 +40213198,2019,7,50,1.98 +40213230,2017,6,5,1.6 +40213251,2021,10,21,1.8571428571428572 +40213304,2021,4,25,2.08 +40213314,2021,1,33,2.212121212121212 +40213306,2016,1,15,2.1333333333333333 +1332419,2002,10,1,1 +19075601,2020,11,12,1.1666666666666667 +40213230,2022,11,6,1.6666666666666667 +19018935,1993,7,1,1 +19018935,2005,7,1,2 +40171902,2005,7,1,2 +40213154,1981,3,5,2.4 +40213154,1983,4,5,7 +1539411,2014,10,5,1.8 +19126352,2013,4,5,1.6 +19075601,2013,4,7,1.4285714285714286 +19126352,1973,7,1,2 +40213154,2007,1,20,2 +40213154,2006,1,15,1.8 +19126352,2000,1,4,3.25 +1539411,2000,1,4,3.25 +1310034,2014,12,2,1 +40213183,2017,1,21,2.7142857142857144 +40220960,2021,3,7,1 +1539411,2017,12,3,1.6666666666666667 +40213154,2009,8,17,2.5294117647058822 +40213154,1978,5,1,5 +40220960,2019,7,10,1 +40213198,2023,4,38,2.3157894736842106 +40243436,2019,3,1,1 +40220960,2019,4,4,1 +40243436,1999,8,1,1 +46275916,2011,3,1,1 +19126352,2022,2,7,2 +1539411,2022,2,5,2.4 +40213230,2021,7,10,4.1 +40213320,2021,7,30,2.466666666666667 +40213296,2014,2,15,1.6666666666666667 +40171902,1996,12,1,2 +19075601,2010,2,4,1.25 +40213230,2018,1,11,1.7272727272727273 +40213201,2022,3,11,2.727272727272727 +19075601,2022,8,14,1.3571428571428572 +19018935,1989,4,1,1 +19126352,2010,6,6,2 +40171902,1994,12,2,5 +1539411,2001,4,3,1.6666666666666667 +40213201,1999,3,1,1 +40171902,2017,8,4,2.25 +40213314,2019,12,24,1.7916666666666667 +40213227,1998,7,2,2 +40213260,2023,2,17,1.7058823529411764 +40213299,2021,9,18,2.9444444444444446 +40213160,2022,10,34,2.264705882352941 +40213154,2007,12,13,1.6923076923076923 +40213154,2006,12,12,1.9166666666666667 +19126352,2017,6,3,1.3333333333333333 +40213296,2017,6,19,2.526315789473684 +40213320,2019,9,27,2 +19133768,2019,12,4,1 +40171902,1995,3,1,2 +19075601,2014,5,10,1.4 +1332419,2014,5,5,1.8 +19126352,1967,11,2,3 +40213154,1964,5,2,1.5 +40213183,2023,2,13,2.3846153846153846 +1539411,2004,6,4,2.5 +19075601,2007,1,8,1.75 +40213227,2005,7,1,4 +40213227,1992,11,3,2 +19075601,2021,2,7,1.4285714285714286 +1545959,2014,1,1,1 +19126352,2019,10,10,1.7 +40163554,2015,7,4,2.5 +40213304,2020,6,22,3.6363636363636362 +1332419,2003,2,1,1 +19126352,2020,11,6,1.3333333333333333 +19133768,2020,11,2,1 +40213230,2019,7,9,1.8888888888888888 +40213201,2019,6,5,7.6 +40213154,2001,5,16,2.0625 +40213154,1996,4,9,2.2222222222222223 +19126352,2002,12,4,2.25 +19075601,2009,12,4,1.5 +40213180,2014,12,21,2.857142857142857 +40213299,2020,11,20,1.85 +40213304,1994,10,1,2 +40213299,1995,4,1,2 +40213160,1994,10,1,2 +1539411,1998,1,2,1 +1332419,1996,9,3,3 +19075601,2000,10,5,1.4 +40213230,2016,3,14,2 +1539411,2020,12,2,1.5 +40213154,1960,11,2,3 +40213154,1957,10,2,3 +40213154,1954,10,1,1 +40213251,2022,11,18,1.7222222222222223 +40213296,2017,10,16,2.3125 +40213296,2013,9,16,2.625 +40213306,2016,12,12,2.9166666666666665 +40213216,2020,3,12,3 +40163554,2002,7,1,1 +19018935,2002,7,1,1 +40171902,2002,7,1,1 +40213299,2015,2,11,2.090909090909091 +19133768,2021,6,2,1 +19133768,1987,1,1,1 +40220960,2022,3,8,1 +19126352,2016,9,4,1.75 +1539411,2013,1,3,2 +19126352,2003,9,6,1.3333333333333333 +40220960,1996,7,2,1 +19126352,2000,12,4,6.5 +1539411,2000,12,4,6.5 +19133768,2000,4,1,1 +40213201,1992,2,1,2 +40220960,1997,7,1,1 +40213201,1991,5,4,3.5 +19018935,2015,2,3,2 +40213154,1989,11,11,1.5454545454545454 +40213154,1990,11,12,1.5 +1539411,2015,7,4,2 +1539411,2019,7,4,1.75 +19018935,2012,12,5,2 +19126352,2002,1,2,1 +19075601,2001,12,9,1.6666666666666667 +40171902,2018,3,5,2.2 +19126352,1994,10,3,2.3333333333333335 +19126352,1993,6,2,2 +40171902,2022,5,7,1.7142857142857142 +19133768,2007,6,2,1 +40213227,2000,6,4,2.25 +40213230,2020,5,8,5.875 +40213216,2019,9,14,2.0714285714285716 +19126352,1987,2,2,1.5 +40213227,2009,9,1,3 +40213154,2012,10,21,2.2857142857142856 +19075601,2022,9,7,1.5714285714285714 +40171902,2012,2,1,2 +19126352,2003,8,1,5 +1332419,2013,9,2,1.5 +19075601,2015,8,13,1.6153846153846154 +40220960,2014,11,4,1 +1539411,1996,4,3,1.6666666666666667 +40213251,2017,4,14,1.7142857142857142 +40213154,1969,10,2,3 +19018935,2004,7,3,4.333333333333333 +40171902,2023,1,1,1 +1539411,2012,1,3,1.6666666666666667 +40213251,2018,10,18,1.8333333333333333 +40213183,2018,10,18,1.8333333333333333 +40220960,2015,7,7,1 +40220960,2014,3,2,1 +19075601,2001,1,5,1.6 +1310034,2011,1,1,1 +40213320,2015,5,21,1.8095238095238095 +40163554,2011,4,2,1 +40213260,2018,9,19,3.4210526315789473 +19126352,1986,11,1,2 +40213201,1990,12,1,2 +40213154,1993,12,9,5.222222222222222 +40213154,1982,12,2,1.5 +1539411,2003,7,3,4.333333333333333 +46275916,2006,5,1,1 +19018935,2017,6,5,3 +40220960,2017,3,5,1 +40213201,2020,7,9,3 +40213154,1976,9,2,1.5 +40213260,2017,2,19,2.8947368421052633 +19018935,2019,8,4,1.25 +40171902,2019,8,4,1.25 +40220960,1993,9,1,1 +40213154,1992,7,7,2.142857142857143 +1539411,2009,4,2,2.5 +40163554,2016,5,6,3 +40213230,2013,6,3,1.3333333333333333 +40163554,1995,9,2,1 +19126352,1983,4,2,2 +40213201,2005,8,1,3 +19075601,2016,10,11,1.1818181818181819 +19126352,1996,2,2,1.5 +19126352,2001,11,3,9.333333333333334 +19075601,2002,3,6,1.3333333333333333 +40213227,2002,7,1,4 +40213198,2010,3,2,2 +19126352,1998,8,5,2.2 +40220960,2015,4,3,1 +19126352,2012,2,2,6 +19075601,2012,2,2,6 +40213230,2013,10,10,2.7 +40213154,2005,6,18,1.6111111111111112 +40213216,2022,2,12,2.1666666666666665 +40220960,2020,12,2,1 +1332419,2000,11,2,2.5 +19018935,2021,1,3,2 +40213260,2013,6,5,1.6 +19126352,2008,9,5,2.2 +19018935,2021,12,3,1.3333333333333333 +40163554,2013,3,3,2 +19126352,1990,5,2,3.5 +1545959,2008,6,2,1 +40171902,2006,4,4,2 +40213227,2007,6,2,4 +40220960,2017,11,5,1 +19126352,1974,10,2,2.5 +40213201,2015,5,6,1.5 +19018935,2022,12,4,1.75 +19018935,2003,11,1,2 +40171902,2013,4,2,1.5 +40213251,2015,1,19,2.789473684210526 +40213314,2017,5,26,1.7307692307692308 +40163554,2000,12,1,1 +40213201,2014,12,10,1.5 +19126352,1995,12,3,1.3333333333333333 +40213227,2006,6,1,2 +1332419,2001,11,1,25 +40213227,2010,5,4,2 +40171902,1981,12,3,1.3333333333333333 +40213306,2022,9,4,2 +1539411,2003,4,2,4 +40213201,1989,10,3,1.3333333333333333 +1539411,2009,7,2,2 +46275916,2018,9,2,1 +40220960,2007,4,1,1 +40163554,2021,5,4,1.75 +40220960,2008,7,1,1 +40213154,2003,1,11,1.8181818181818181 +19075601,2016,6,6,2.5 +1310034,2020,1,1,1 +40213201,2002,4,2,1 +1545959,2019,5,2,1 +19126352,2019,6,3,1.3333333333333333 +40213296,2020,2,13,2.5384615384615383 +1332419,1995,4,4,1.5 +40213154,2005,10,11,1.6363636363636365 +40213306,2013,12,10,2.1 +19126352,1993,10,2,1 +1539411,1993,3,2,3.5 +40213160,1990,3,1,1 +40213160,1985,7,1,1 +40213154,1990,3,4,1.25 +40213154,1989,3,5,1.2 +1545959,2016,7,2,1 +19018935,2012,1,3,1.3333333333333333 +40163554,1988,1,1,2 +40163554,2023,4,4,2.75 +19126352,2001,3,1,1 +19133768,2005,8,2,1 +1332419,2001,3,2,1 +40213154,1961,8,1,1 +19133768,2003,10,2,1 +1545959,2003,10,2,1 +19075601,2003,10,10,1.4 +40213296,2001,2,1,2 +19075601,2009,1,3,1.6666666666666667 +40213227,2000,10,3,1.6666666666666667 +40220960,2018,12,6,1 +40213160,2011,5,1,1 +40213281,2010,12,1,1 +40213306,2019,5,12,1.9166666666666667 +19075601,1999,2,2,1.5 +19126352,1963,3,1,1 +46275916,2003,4,1,1 +40213154,1953,11,2,1.5 +40213227,2002,4,1,1 +1539411,2001,7,5,2.6 +40213154,1994,6,10,2.6 +40220960,2021,11,2,1 +19126352,1989,12,1,5 +19126352,2009,5,2,1.5 +40163554,1985,4,1,2 +19018935,1985,4,1,2 +40171902,2008,7,2,2 +1332419,2022,12,2,1.5 +19126352,2013,7,4,1.25 +19075601,2013,7,7,1.1428571428571428 +19133768,2013,7,2,1 +40213306,2017,5,4,1.5 +40171902,2010,10,2,1 +40213198,2011,10,1,1 +19126352,1978,11,2,1 +40163554,2009,5,1,1 +40213201,2022,11,8,2.875 +19126352,1998,9,4,1.75 +1545959,2011,5,2,1 +1332419,2018,4,3,6 +19126352,2011,8,4,1.25 +1539411,2011,8,3,1.3333333333333333 +40213230,2005,7,1,1 +19126352,2015,2,3,1.6666666666666667 +40163554,1992,3,1,4 +40213251,2021,6,13,1.9230769230769231 +19126352,2018,6,7,1.2857142857142858 +40213260,2010,5,1,2 +1539411,2008,7,4,2.25 +40243436,2013,4,1,1 +19126352,1969,1,1,1 +1539411,2016,12,2,2.5 +40213154,1968,12,4,2.25 +40213154,1965,12,3,1.6666666666666667 +19133768,2022,6,1,1 +40163554,1982,6,1,11 +46275916,2021,10,2,1 +19018935,2006,10,2,1.5 +40171902,2020,1,6,3.6666666666666665 +1332419,2020,5,4,2.5 +40213154,1962,12,1,3 +19075601,2017,5,6,1 +1332419,2017,5,2,1 +1539411,2018,5,3,2.3333333333333335 +40213201,2017,5,11,2.4545454545454546 +46275916,2021,6,2,1 +40220960,2020,1,4,1 +1539411,2021,8,4,1.25 +19075601,2004,5,4,1.25 +40171902,1985,3,1,2 +40171902,2010,6,2,2.5 +19126352,2020,3,6,2.6666666666666665 +19075601,2020,3,8,2.25 +19018935,2011,1,6,1.5 +19126352,2004,7,6,1.6666666666666667 +19075601,2011,1,9,1.1111111111111112 +19018935,1980,11,1,1 +1332419,2010,12,4,1.5 +19018935,2009,2,1,1 +19018935,2005,4,2,2 +40171902,2005,4,2,2 +40213306,1990,1,1,4 +19126352,2006,3,2,2 +1539411,2016,1,2,2 +19126352,2004,4,1,1 +40213154,1988,9,4,2.5 +19126352,2016,8,6,1.6666666666666667 +1539411,2002,5,5,2.2 +40213154,1991,1,9,2.3333333333333335 +46275916,2020,10,1,1 +1539411,1998,12,3,1.3333333333333333 +40213201,1994,2,2,2 +19018935,1999,6,1,2 +1332419,1999,7,1,2 +1310034,2021,2,2,1 +19126352,1964,11,1,1 +19075601,1998,4,4,1.5 +1539411,2015,4,8,6 +40213299,2016,9,15,2.4 +1539411,2013,12,1,2 +1545959,2016,4,2,1 +46275916,1991,8,1,1 +1539411,2020,1,2,2 +1332419,2013,8,2,2.5 +40171902,2006,7,2,1 +40171902,2015,5,5,3.8 +19075601,2007,12,3,1.3333333333333333 +1332419,1996,8,1,2 +40213227,2004,9,2,2 +40163554,2007,4,3,1.6666666666666667 +40213201,2002,7,1,2 +19018935,2018,6,2,2 +19126352,2018,10,6,1.5 +19018935,1987,1,2,3 +19126352,1986,3,1,1 +40213306,2020,3,10,1.7 +1332419,2018,7,2,1 +1545959,2006,2,2,1 +40163554,2004,10,2,3.5 +40171902,2004,10,2,3.5 +40171902,1984,12,1,17 +1332419,2019,5,3,6 +19126352,1976,7,1,1 +19018935,2010,11,1,2 +40213227,2007,10,1,2 +19126352,1991,8,4,1.5 +40213154,1988,8,5,1.6 +40243436,2001,6,1,1 +40171902,2021,2,1,2 +40243436,2006,1,1,1 +40213227,1997,2,3,2 +19126352,1995,1,3,3.3333333333333335 +19133768,1996,10,1,1 +19133768,2022,10,2,1 +40213154,1954,6,2,3.5 +19018935,2016,8,4,1.5 +1310034,2017,8,1,1 +40243436,2023,2,1,1 +40163554,2000,1,2,1.5 +1539411,2019,4,4,1.75 +40213227,2012,5,2,3 +19133768,2012,7,1,1 +1545959,2012,5,1,1 +1539411,1996,7,2,1.5 +1332419,1999,4,1,7 +40220960,2001,12,3,1 +19133768,2021,10,2,1 +1539411,2007,5,4,2 +40213306,2001,9,1,7 +40213306,2000,9,1,7 +40213227,2001,9,2,4 +1545959,2005,3,1,1 +40163554,2012,11,2,1.5 +19018935,2000,8,2,1.5 +40171902,2000,8,2,1.5 +40220960,2002,10,1,1 +40163554,2020,9,2,1.5 +1545959,2005,11,2,1 +1310034,1991,1,1,1 +19126352,1985,12,1,1 +1310034,2023,4,1,1 +19126352,2006,11,1,3 +1545959,2008,10,2,1 +1332419,1997,3,1,3 +19018935,2020,2,1,1 +40213154,1956,1,1,2 +19075601,2008,5,4,1.75 +19133768,2003,6,1,1 +1545959,2003,6,1,1 +19075601,2003,6,2,1.5 +19133768,1985,3,2,1 +40213154,1983,7,3,2 +19133768,1997,9,2,1 +19018935,2014,5,3,1.6666666666666667 +40171902,2014,5,3,1.6666666666666667 +19075601,2005,12,2,1 +40163554,2019,2,2,2 +46275916,2004,4,1,1 +40163554,2015,4,2,1.5 +19126352,1994,6,1,1 +40171902,2009,10,2,3 +19126352,2021,2,3,2 +40163554,1991,8,4,2.75 +40163554,1981,3,1,5 +19133768,2004,8,2,1 +19126352,1962,4,1,2 +40171902,2016,2,2,2 +19126352,2014,9,4,2 +19126352,1988,2,3,1.6666666666666667 +40243436,2002,1,1,1 +40213154,1958,6,2,4.5 +40213154,1957,6,2,4.5 +40163554,2017,5,4,1.25 +19126352,1992,11,1,4 +46275916,2020,6,1,1 +19018935,2008,10,2,2 +1332419,2012,3,4,1.75 +46275916,1991,9,1,1 +19018935,2006,6,1,2 +40163554,1997,1,1,2 +19018935,1997,1,1,2 +19018935,2017,10,4,1.75 +40213154,1958,10,1,5 +40213201,2008,1,1,2 +19126352,1982,9,1,1 +1545959,2014,12,1,1 +19018935,2011,12,2,1 +1539411,1993,11,1,1 +19126352,2007,2,3,1 +19133768,2001,4,2,1 +40213154,1945,8,1,2 +40213154,1946,9,1,2 +40163554,1999,9,1,1 +40213154,1971,6,1,4 +40213154,1967,5,1,4 +40213154,1969,6,1,4 +40213227,2013,5,1,1 +40163554,2004,6,1,2 +40171902,2004,6,1,2 +19126352,1992,3,3,2 +1310034,2006,3,1,1 +40220960,2013,11,1,1 +1310034,2020,12,2,1 +1539411,2012,12,2,2 +40171902,2009,6,2,9.5 +40243436,2013,7,1,1 +40171902,1991,2,1,2 +1539411,1997,12,1,1 +19133768,2023,5,1,1 +40213227,1994,12,1,1 +19018935,1991,5,1,15 +1545959,2002,1,1,1 +19133768,2016,11,1,1 +19018935,1998,12,1,2 +40171902,1998,12,1,2 +1332419,1998,2,2,1.5 +19126352,2010,10,5,1.6 +1332419,2004,2,2,1.5 +1332419,2008,2,1,2 +19126352,1954,5,1,2 +40163554,1994,4,1,2 +19018935,1994,4,1,2 +40213227,2008,12,3,1.3333333333333333 +40163554,1986,4,1,2 +1310034,2005,3,1,1 +1545959,2009,3,1,1 +19126352,1980,6,2,1 +1332419,1997,11,1,3 +1545959,2013,11,1,1 +40213154,1972,2,2,1.5 +40213154,1970,2,2,1.5 +19133768,2014,10,1,1 +40213154,1974,11,2,2 +40213154,1971,10,1,2 +19126352,1934,12,1,2 +1545959,2022,8,2,1 +1332419,2012,11,4,7 +19018935,1984,2,1,1 +40171902,2017,9,1,2 +19126352,1983,7,2,1.5 +19133768,1998,7,1,1 +19075601,1998,7,2,1.5 +19133768,1995,5,1,1 +1539411,1994,2,3,2.6666666666666665 +19018935,1975,12,2,2 +40171902,1981,1,2,2 +19126352,1975,12,1,2 +40220960,2008,4,1,1 +1310034,2005,11,1,1 +1310034,2019,9,1,1 +19018935,2008,6,1,1 +40243436,2004,5,1,1 +19126352,1967,3,2,2 +40163554,1998,11,1,1 +1545959,2002,12,1,1 +19018935,1988,6,1,1 +40163554,1998,3,2,5 +40213198,2010,11,1,1 +19133768,2019,1,1,1 +19126352,1958,4,1,1 +40213154,1955,4,2,1 +40213154,1949,3,1,1 +40243436,2007,2,1,1 +40163554,1984,7,1,2 +1310034,2007,2,1,1 +1545959,2001,1,1,1 +40213227,1996,5,1,2 +40171902,2011,5,1,2 +40243436,2003,2,1,1 +40213299,1996,3,1,2 +40213251,1996,3,1,2 +1310034,1998,9,1,1 +19126352,1991,9,2,2 +40213154,1959,2,1,2 +19133768,2011,7,1,1 +19126352,1977,3,1,4 +1545959,2022,9,1,1 +19133768,2020,3,1,1 +40213314,2001,12,1,1 +40213160,2001,12,1,1 +40213281,2002,12,2,1 +40213227,1992,3,2,2 +40213227,1993,5,1,1 +1332419,2002,6,1,2 +40243436,2016,12,1,1 +19133768,2001,7,1,1 +40213154,1965,1,2,2 +40213154,1962,1,2,2 +40213154,1956,12,1,2 +46275916,1988,6,1,1 +1310034,1994,6,1,1 +40213260,2006,1,1,2 +19018935,1989,7,1,1 +19133768,2005,9,1,1 +1539411,1992,7,1,1 +19126352,1950,12,1,1 +19126352,1955,8,1,1 +40213227,2005,4,1,1 +40163554,1996,8,1,1 +19018935,1996,8,1,1 +1545959,1998,5,1,1 +19126352,1970,10,1,2 +19018935,2010,3,1,2 +1545959,2018,2,1,1 +40213227,2006,10,1,2 +40213227,2008,1,1,3 +40243436,2011,6,1,1 +1539411,1992,4,1,2 +19018935,2016,9,1,2 +46275916,2018,8,1,1 +40220960,2009,5,1,1 +46275916,2017,7,2,1 +46275916,2022,3,1,1 +40243436,2022,5,1,1 +46275916,1990,6,1,1 +40213154,1982,1,1,4 +1539411,2017,1,1,11 +19133768,2000,7,1,1 +19018935,1980,3,1,1 +40213227,2009,8,1,1 +40171902,1995,11,1,2 +40213154,1968,1,1,2 +40213296,2008,3,1,2 +1545959,1999,6,1,1 +19133768,2013,4,1,1 +40163554,2001,12,1,2 +19018935,2001,12,1,2 +19018935,2007,9,1,1 +40213306,1988,5,1,24 +40243436,2010,5,1,1 +19133768,1998,4,1,1 +40213201,2001,4,1,2 +40220960,2013,3,1,1 +19126352,1965,3,1,2 +19126352,1955,9,1,2 +40213154,1950,2,1,1 +1310034,2014,1,1,1 +1539411,2021,9,1,1 +40163554,2020,11,5,2 +40213154,2022,11,658,2.4574468085106385 +40213154,2023,1,638,2.324451410658307 +40213154,2017,12,577,2.3015597920277298 +40213154,2013,11,560,2.330357142857143 +40213154,2021,12,666,2.3063063063063063 +40213154,2018,12,601,2.3410981697171382 +40213154,2015,11,606,2.2293729372937294 +40213227,2018,8,78,2.282051282051282 +40213160,2019,4,32,3.03125 +40213281,2018,11,36,2.6944444444444446 +40213281,2020,1,39,2.1538461538461537 +40213198,2019,1,36,1.7777777777777777 +40213320,2022,3,30,2.6 +40213281,2015,2,52,2.4423076923076925 +40213154,2022,3,700,2.4514285714285715 +40213227,2022,11,62,2.596774193548387 +19075601,2000,5,3,2.3333333333333335 +40213306,2018,2,13,3.5384615384615383 +40213160,2016,11,26,2.1153846153846154 +40213281,2016,11,41,2.1707317073170733 +19126352,2008,11,3,1.3333333333333333 +46275916,2018,3,2,1 +40213154,2016,12,583,2.221269296740995 +40213154,2008,11,19,1.7894736842105263 +40213154,2009,11,15,1.8 +40213154,2015,3,631,2.316957210776545 +19075601,2019,11,6,1.5 +40213180,2014,4,27,1.8888888888888888 +40213154,2018,1,683,2.288433382137628 +40213154,2021,1,644,2.2857142857142856 +40213299,2018,7,15,2.1333333333333333 +40213314,2017,10,15,2.3333333333333335 +40213160,2018,1,30,1.8 +40213216,2016,7,22,2 +40213304,2016,5,28,2.7142857142857144 +40213314,2017,6,32,2.3125 +40213198,2016,12,42,2.357142857142857 +40213281,2021,3,42,3.0238095238095237 +40213154,2016,1,679,2.43740795287187 +40213260,2021,8,20,1.8 +40213251,2017,12,25,2.76 +40213251,2014,3,17,3.4705882352941178 +40213160,2021,9,43,2.5813953488372094 +40213198,2017,12,41,2.4146341463414633 +40213281,2018,3,47,2.234042553191489 +40213198,2017,1,49,2.9183673469387754 +40213299,2022,9,16,1.75 +40213251,2022,9,17,1.588235294117647 +40213198,2022,3,40,2.175 +40213198,2021,12,46,2.282608695652174 +40163554,2022,2,8,2.5 +40213154,2017,1,694,2.537463976945245 +40213154,1993,7,11,2.3636363636363638 +40213251,2013,9,20,1.7 +40213320,2019,11,26,2.1538461538461537 +40213281,2019,9,45,2.1555555555555554 +40213281,2016,3,52,2.173076923076923 +40213260,2015,1,16,1.875 +40213296,2022,1,14,2.142857142857143 +40213227,2021,8,71,2.183098591549296 +40213227,2014,3,67,2.4776119402985075 +19075601,2007,4,8,2.875 +40213198,2018,5,48,1.9583333333333333 +40213201,2019,5,5,2.8 +40213154,2019,5,659,2.289833080424886 +40213183,2018,5,23,2.217391304347826 +40213251,2018,5,23,2.217391304347826 +40213304,2013,7,25,1.56 +40213314,2013,11,27,1.8888888888888888 +40213160,2014,2,39,2.6153846153846154 +40213281,2013,11,51,2.0392156862745097 +40213260,2018,3,18,2 +40213296,2021,12,10,2 +40213251,2013,8,20,2 +40213154,1996,1,14,4.785714285714286 +40213230,2018,7,11,2 +40213227,2016,6,65,2.1538461538461537 +40213180,2015,8,34,2.0294117647058822 +40213198,2016,1,52,2.4423076923076925 +40213227,2017,7,74,2.0135135135135136 +40213306,2017,10,8,1.625 +40213160,2015,5,40,2.225 +40213320,2016,6,27,1.8518518518518519 +40213320,2015,6,22,1.9545454545454546 +40213304,2017,11,27,2.074074074074074 +40213306,2022,3,7,1.5714285714285714 +40213180,2022,3,22,1.5454545454545454 +40213227,2022,3,78,1.8717948717948718 +40213227,2015,10,69,2.0434782608695654 +40213320,2018,3,35,2.057142857142857 +40163554,2020,3,2,1.5 +40213160,2016,3,42,2.119047619047619 +40213180,2014,7,19,2 +40213201,2020,12,9,3.111111111111111 +40213198,2019,12,39,2.1025641025641026 +40213320,2017,11,20,2.05 +40213227,2016,10,79,2.759493670886076 +1545959,2009,9,2,1 +40213154,2007,7,17,1.8235294117647058 +40213154,2006,7,15,1.9333333333333333 +40213154,2001,6,13,2.1538461538461537 +40213251,2022,8,27,1.9259259259259258 +40213299,2022,8,29,2.2758620689655173 +40213281,2021,11,46,1.9565217391304348 +40213281,2022,2,49,2.4081632653061225 +40213227,2021,9,66,2.4696969696969697 +40213160,2013,7,27,2.2962962962962963 +40213198,2014,4,35,2.1142857142857143 +19075601,2020,8,13,1.4615384615384615 +40213314,2019,4,31,1.903225806451613 +40213216,2016,4,21,2.857142857142857 +40213314,2016,6,25,2.64 +40213281,2020,12,45,3.088888888888889 +40213320,2021,1,28,2.357142857142857 +40213230,2019,1,10,2.8 +19018935,2021,4,3,2.6666666666666665 +40213227,2013,10,53,2.811320754716981 +40213183,2014,5,17,2.235294117647059 +40213314,2014,5,29,3.103448275862069 +40213201,2017,6,9,2.3333333333333335 +40163554,2016,6,3,1.3333333333333333 +40213180,2017,2,23,3.217391304347826 +19075601,2015,3,12,1.5833333333333333 +40213201,2022,8,7,2.142857142857143 +40220960,2017,9,6,1 +40213227,2020,9,87,2.2873563218390807 +40213299,2023,2,19,2.9473684210526314 +40213299,2021,11,20,2.9 +40213314,2020,12,29,3.5517241379310347 +40213198,2020,12,49,2.816326530612245 +19075601,2007,7,6,1.3333333333333333 +40163554,2003,12,1,2 +40213314,2016,10,30,2.966666666666667 +40213251,2020,7,23,2.217391304347826 +40213160,2022,5,34,2.5588235294117645 +40213230,2015,2,7,2 +40213320,2017,3,25,2.28 +19126352,2002,7,10,1.4 +40213320,2020,5,23,3.217391304347826 +40213320,2016,10,22,2.3636363636363638 +40213227,2018,9,72,3 +40213320,2018,11,18,2 +40213227,2014,11,63,2.253968253968254 +40213227,1992,8,5,2.8 +40213296,2021,1,14,1.9285714285714286 +40213299,2016,3,17,2.1176470588235294 +40213299,2014,6,19,2.263157894736842 +40213198,2013,12,54,2.6481481481481484 +19126352,2001,8,4,1.5 +1332419,2001,8,3,1.6666666666666667 +40213306,2019,10,10,1.2 +40213227,2015,6,70,2.585714285714286 +40213198,2022,11,40,2.4 +40213180,2022,11,22,1.9545454545454546 +40213306,2023,6,4,3.25 +40213180,2023,6,13,2.076923076923077 +40213227,1993,10,2,1.5 +40213154,2001,10,20,1.75 +40213154,1995,10,9,2.2222222222222223 +40213154,1997,10,14,1.5714285714285714 +1539411,2021,3,4,5 +40213183,2022,6,11,2.5454545454545454 +19075601,2016,5,11,1.2727272727272727 +40213296,2019,2,17,2.1176470588235294 +40213296,2022,12,12,1.9166666666666667 +40213154,1994,5,10,3.2 +40213201,2014,7,9,2.111111111111111 +40213314,2021,4,24,2.2916666666666665 +40213299,2016,11,19,2.3157894736842106 +40213304,2015,3,25,2.08 +40213304,2014,7,26,2.5 +40213314,2015,8,30,3 +40213198,2015,8,51,2.7058823529411766 +40213230,2021,1,11,2.3636363636363638 +40213296,2013,11,16,2 +40213198,2020,1,43,1.9069767441860466 +40213251,2021,5,19,2.473684210526316 +40213183,2017,7,23,2.6956521739130435 +40213230,2021,12,11,3.1818181818181817 +40213320,2021,12,30,2.533333333333333 +19133768,1987,4,1,1 +40213154,1978,10,4,1.5 +40213154,1979,10,5,6.4 +1539411,2012,4,5,1.2 +40213180,2018,1,27,2.074074074074074 +40213320,2014,1,25,2.28 +40213227,2023,2,71,1.8309859154929577 +19075601,2008,10,10,1.5 +1539411,1997,7,4,2 +1332419,1995,1,7,3.2857142857142856 +40213154,2004,2,16,2.4375 +40213154,2002,2,14,2.5 +1539411,2020,4,3,1.6666666666666667 +19075601,2022,11,11,1.8181818181818181 +19126352,2020,8,7,1.7142857142857142 +40213198,2014,7,41,3.2195121951219514 +40213201,2020,1,7,1.8571428571428572 +40213154,1981,9,4,1.75 +40213154,1974,8,6,2.5 +40213314,2018,6,30,2.3333333333333335 +40213216,2018,9,14,1.7857142857142858 +40213299,2020,9,12,1.5833333333333333 +40213160,2018,12,30,1.7333333333333334 +40213281,2023,3,38,2.0789473684210527 +40213304,2021,1,22,3.3636363636363638 +40213180,2018,12,21,3.1904761904761907 +40213296,2015,8,20,1.75 +19133768,2011,12,1,1 +19018935,1990,1,2,3.5 +40213154,2006,4,9,2 +40213154,2003,4,15,1.9333333333333333 +1332419,2023,2,3,1.6666666666666667 +19018935,2007,3,1,2 +40213198,2023,1,40,2.45 +40213304,2019,2,32,2.125 +19075601,2017,10,7,1.8571428571428572 +1539411,2016,7,2,1.5 +40213154,2010,6,13,2.3846153846153846 +1539411,2019,1,3,1.6666666666666667 +40243436,2013,1,1,1 +40213230,2022,8,10,4.9 +19126352,2004,1,3,1.3333333333333333 +40213201,2001,12,2,1.5 +40213304,2014,4,19,2.3157894736842106 +40213299,2014,10,15,1.8666666666666667 +40213281,2019,8,42,2.2857142857142856 +40213230,2020,10,5,2.2 +40213320,2022,11,28,2.1785714285714284 +40213299,2017,9,17,2 +40213314,2015,9,31,2.193548387096774 +40213198,2015,9,44,2.159090909090909 +40213216,2023,3,15,1.8 +40213160,2019,7,34,1.911764705882353 +19126352,1967,9,1,2 +40213320,2015,10,28,2.357142857142857 +40213304,2022,6,21,1.6666666666666667 +1545959,2002,7,4,1 +40213154,1995,6,13,2.3846153846153846 +40213180,2021,8,21,2.4285714285714284 +40213230,2016,8,4,2 +40213180,2016,8,19,1.9473684210526316 +40213180,2021,9,24,2.2083333333333335 +19075601,2018,9,16,1.625 +40213306,2016,7,9,1.8888888888888888 +40213227,2017,4,59,1.9491525423728813 +40213304,2022,10,24,1.875 +40213201,1991,10,2,2.5 +40213154,1985,9,6,2 +40213227,2020,8,56,2.25 +19018935,2011,7,4,1.75 +40213230,2018,4,6,2.1666666666666665 +40213180,2016,9,25,1.64 +19018935,2013,10,3,3.6666666666666665 +40213299,2021,3,16,1.9375 +40213160,2020,9,31,2.096774193548387 +1332419,2014,6,4,1.75 +19075601,2014,6,5,1.6 +40213227,2013,6,25,2.12 +40213201,2017,10,8,4.25 +40213183,2020,8,16,1.8125 +40213160,2020,8,37,2.72972972972973 +19126352,2003,3,4,1.5 +40213154,2012,5,20,1.9 +40213180,2015,9,19,2.6315789473684212 +40213216,2020,8,24,3.2916666666666665 +19126352,2000,7,2,1.5 +1539411,2000,7,1,2 +40213227,2003,8,2,2 +40213154,2000,7,13,1.9230769230769231 +40213201,2022,9,10,2.7 +40213314,2021,7,33,2.9393939393939394 +40213304,2021,12,25,2.16 +40163554,2018,2,2,1.5 +40213154,1968,7,3,2.3333333333333335 +40213154,1967,6,3,1.3333333333333333 +40213154,1964,6,1,1 +40213216,2014,2,16,2.25 +40213251,2014,11,17,2.3529411764705883 +40213216,2013,12,19,2.1052631578947367 +40213281,2014,5,46,2.652173913043478 +40213216,2015,6,22,2.727272727272727 +40213251,2019,12,20,2.05 +40171902,1997,9,5,2 +40220960,2015,12,4,1 +40163554,2012,9,5,1.2 +46275916,2021,5,3,1 +40213216,2019,11,20,1.9 +40213314,2020,1,26,2.076923076923077 +40220960,2019,1,6,1 +19075601,2018,8,8,1.75 +40213230,2019,12,8,2.375 +40213183,2013,11,16,2.3125 +40213251,2015,4,20,3.75 +40213230,2022,9,8,1.875 +40213251,2016,8,24,2.625 +40171902,2022,6,3,2.3333333333333335 +19133768,1993,4,1,1 +40213154,1991,4,8,1.75 +40213216,2020,9,15,2 +40213304,2020,5,30,1.8666666666666667 +40213160,2021,8,32,2.28125 +19126352,1990,10,1,1 +40213183,1981,2,1,1 +40213154,1988,3,8,1.375 +40220960,2019,12,7,1 +19126352,2014,11,5,2.4 +40213251,2023,4,24,1.875 +40213314,2019,7,34,1.8235294117647058 +40213314,2018,10,25,1.6 +40213216,2018,8,20,2.3 +40213251,2020,4,20,2.3 +40213183,2021,10,21,1.8571428571428572 +40213198,2021,1,55,2.5454545454545454 +46275916,1973,6,1,1 +1539411,2002,10,1,1 +40213216,2019,3,20,1.9 +19126352,2010,5,2,1.5 +19018935,2012,4,3,1.3333333333333333 +40213304,2015,11,33,2.4545454545454546 +1539411,2019,12,4,2.5 +1332419,2020,10,3,1.3333333333333333 +1545959,2023,1,3,1 +19018935,2003,8,2,2 +40213154,1982,4,5,2.4 +19075601,2014,10,9,1.4444444444444444 +1332419,2014,10,5,1.8 +40171902,2022,10,6,2 +40213304,2023,2,17,2.0588235294117645 +1539411,2013,4,4,1.75 +40213227,2005,1,3,1.3333333333333333 +40213154,2011,2,15,1.8 +40213154,2009,3,19,2.6315789473684212 +40213154,2013,3,22,3.090909090909091 +40213154,2008,3,16,2.6875 +40171902,2017,11,3,4.333333333333333 +40213201,2015,6,7,1.8571428571428572 +40213251,2017,1,21,2.7142857142857144 +40213299,2018,4,19,2 +19075601,2005,4,8,1.25 +40213227,1996,10,1,2 +40213154,1998,10,15,1.6 +1545959,2017,8,4,1 +1310034,2019,3,1,1 +40213260,2018,11,14,3.5714285714285716 +40213154,1990,8,7,1.5714285714285714 +40213296,2016,6,16,2.8125 +40163554,1990,8,1,2 +40243436,1997,8,1,1 +1310034,1997,8,1,1 +40213180,2019,2,24,2.0833333333333335 +40213201,2021,2,10,2.7 +19126352,2005,2,9,1.8888888888888888 +1332419,2005,2,8,2 +1539411,2005,2,8,2 +40220960,2010,2,1,1 +40213320,2014,12,23,2.739130434782609 +40171902,2007,6,3,1.6666666666666667 +40213306,2022,11,7,2.2857142857142856 +40220960,2022,8,8,1 +40163554,1989,4,1,1 +40163554,2021,10,4,2 +19126352,2009,6,4,1.25 +46275916,2017,12,4,1 +40213230,2023,2,11,3.272727272727273 +40163554,1994,12,2,5 +19018935,1994,12,2,5 +40213306,2020,8,10,1.7 +19075601,2001,4,7,1.1428571428571428 +40171902,1990,2,1,2 +19075601,2013,12,7,1.4285714285714286 +1545959,2003,5,1,1 +19075601,2003,5,5,1.4 +19133768,2003,5,1,1 +19126352,1985,7,3,1 +1332419,2017,10,3,2 +1545959,2013,9,2,1 +40213198,2013,1,1,2 +1332419,2017,6,3,1.3333333333333333 +19075601,2017,6,9,1.2222222222222223 +40213296,2018,6,14,3.4285714285714284 +40213201,2014,4,9,2.6666666666666665 +19126352,1989,7,2,3.5 +40213306,2019,6,7,2 +40163554,1995,3,1,2 +40213154,2005,5,16,1.9375 +40213154,2000,4,18,2.0555555555555554 +1539411,2014,5,5,1.8 +1539411,1997,4,1,4 +40220960,2012,6,2,1 +19075601,2004,6,7,2.2857142857142856 +40213154,1965,7,1,5 +40213154,1996,12,15,1.8666666666666667 +19126352,2016,3,2,3.5 +19126352,2011,3,3,1.3333333333333333 +1539411,2011,3,3,1.3333333333333333 +19018935,2016,3,1,3 +1545959,2012,10,2,1 +1332419,2012,9,4,1.75 +40213198,2010,9,3,3 +40213154,2003,7,10,1.8 +40213306,2013,7,11,3 +40213260,2021,9,15,4.666666666666667 +1545959,2019,10,3,1 +40220960,2018,4,7,1 +1539411,2012,7,6,1.6666666666666667 +19133768,2009,4,1,1 +19075601,2009,4,4,1.75 +40213299,1999,8,1,1 +40213180,2008,3,1,1 +40213320,2009,4,1,1 +40171902,2020,7,2,3 +19018935,2000,11,3,1 +40171902,2000,11,3,1 +19126352,1965,9,2,2 +40213306,2015,10,7,1.8571428571428572 +19126352,1961,2,2,1 +1332419,2019,10,5,2.2 +40171902,2006,1,2,1.5 +1539411,2009,12,1,2 +40213306,2020,9,9,2.111111111111111 +19133768,2008,2,2,1 +40213154,1998,6,7,3.5714285714285716 +1539411,1996,1,3,2 +40213314,1994,7,1,2 +40213160,1994,5,1,2 +19075601,1998,1,9,2.111111111111111 +40213230,2020,6,6,2.6666666666666665 +40213299,2017,8,19,2.736842105263158 +40213154,1961,11,2,3 +40213183,2019,2,13,2.076923076923077 +40163554,2002,1,3,1.6666666666666667 +19018935,2002,1,3,1.6666666666666667 +40171902,2002,1,3,1.6666666666666667 +40213304,2017,3,25,2.24 +19075601,2022,3,15,1.8 +19133768,2016,9,2,1 +19126352,2013,1,3,2 +19075601,2013,1,5,1.6 +1332419,2020,6,5,3 +40213306,2021,10,6,3.8333333333333335 +19018935,2003,9,2,2 +40213260,2020,2,16,2.125 +46275916,1991,3,1,1 +40213154,1993,4,11,1.7272727272727273 +40213299,2020,8,16,2.6875 +19126352,2000,4,2,1 +19126352,1998,3,5,1.8 +40213296,2018,10,16,2.4375 +40213296,2016,10,15,3.2 +40213227,1996,6,3,2 +40213154,1997,6,10,3.6 +1545959,2014,4,2,1 +40213296,2017,5,17,1.4705882352941178 +1539411,2001,12,5,1.8 +40220960,2014,8,2,1 +19018935,1998,4,2,2 +40171902,1998,4,2,2 +19126352,2020,9,9,1.5555555555555556 +19075601,2020,9,12,1.4166666666666667 +1310034,2005,8,2,1 +1332419,1996,11,4,1.75 +19133768,2020,8,2,1 +40213306,2016,4,14,1.8571428571428572 +40220960,2021,8,7,1 +40213230,2016,9,8,1.75 +40213251,2016,9,20,3.1 +40171902,2017,3,4,1.75 +40213201,2018,2,6,2.6666666666666665 +1332419,2018,12,6,1.6666666666666667 +40220960,2017,8,4,1 +40213260,2022,5,13,1.6923076923076923 +1310034,2016,6,1,1 +46275916,2016,6,1,1 +40213306,2017,6,8,2.875 +40213183,2017,4,14,1.7142857142857142 +40163554,2023,1,1,1 +40213251,2015,7,17,4.764705882352941 +40163554,1991,3,1,2 +40220960,2022,9,2,1 +19018935,2011,4,2,1 +40213154,1988,11,7,1.7142857142857142 +40213154,1992,12,7,6.142857142857143 +19133768,2020,9,1,1 +40213251,2019,1,18,3.5 +40163554,2017,6,5,3 +19126352,1993,5,2,2 +40220960,2006,1,1,1 +19126352,1968,6,2,1 +19133768,1986,4,1,1 +19126352,1970,5,3,2.3333333333333335 +40213154,1991,7,7,3.5714285714285716 +19018935,2022,4,7,1.8571428571428572 +40171902,2011,6,2,2.5 +19126352,1992,9,2,1.5 +40171902,1995,9,2,1 +40213227,2004,11,2,1.5 +1539411,2010,2,3,1.3333333333333333 +19133768,1991,12,2,1 +1545959,2004,2,3,1 +19075601,1997,2,21,2.238095238095238 +40213183,1995,2,1,2 +40213281,1997,2,2,1.5 +40213320,2019,3,28,1.75 +46275916,2010,9,1,3 +19018935,2000,3,5,1.6 +40171902,2000,3,5,1.6 +46275916,2018,11,1,2 +19018935,1991,6,2,2.5 +40171902,1997,8,2,1.5 +40171902,2003,2,4,1.5 +19075601,2015,11,10,2.4 +40213299,2013,7,14,2 +46275916,2006,10,1,1 +40220960,2013,8,4,1 +40213201,2016,2,4,4.25 +40213306,2015,6,11,1.7272727272727273 +40213260,2014,2,16,1.6875 +19075601,2002,9,2,1 +40213296,2015,9,16,1.75 +40213154,2010,10,18,2.111111111111111 +40213314,2022,2,15,2.1333333333333333 +40213306,2014,2,7,1.5714285714285714 +40163554,2012,8,1,1 +40171902,2013,12,3,2 +1539411,2003,1,3,3 +40163554,1999,11,2,2.5 +19075601,2008,6,5,1.4 +19126352,2008,3,4,1.5 +40213183,2020,9,12,2 +40213296,2023,6,10,4 +40163554,2007,12,4,1.75 +1539411,2001,1,3,1.6666666666666667 +40163554,1992,9,2,1 +40163554,2004,5,2,2 +40171902,2004,5,2,2 +19126352,1992,8,1,1 +19126352,2016,11,4,2 +40213260,2015,12,13,1.4615384615384615 +1332419,1995,12,3,1.3333333333333333 +40243436,2013,12,2,1.5 +1310034,2013,2,1,1 +19075601,2019,3,12,2.5 +19133768,1993,7,3,1 +19018935,2010,9,3,2 +19126352,1991,3,1,2 +19075601,2011,7,11,1.7272727272727273 +40213216,2017,5,22,1.7727272727272727 +40171902,2011,10,3,1.3333333333333333 +1539411,1995,2,1,3 +1310034,2020,7,3,1 +19126352,2002,4,4,1.75 +19126352,1954,10,1,1 +40213201,2015,10,3,1.3333333333333333 +19075601,2023,3,7,2.5714285714285716 +19075601,2009,7,4,1.5 +40163554,2001,7,2,2 +19018935,2001,7,2,2 +40171902,2018,8,7,4.428571428571429 +19126352,2003,11,5,1.4 +40220960,2016,10,4,1 +1539411,2020,7,6,2 +19126352,1986,8,1,2 +19126352,2019,5,5,4 +1332419,2019,6,1,2 +40213216,2015,10,14,2.642857142857143 +19126352,1995,4,4,1.5 +40243436,2017,6,1,1 +40163554,1977,7,1,1 +40171902,1981,7,3,2.3333333333333335 +40213304,1985,12,1,1 +40213160,1985,12,1,1 +1539411,2008,1,2,1 +40163554,2002,12,4,1.75 +19018935,2002,12,4,1.75 +40171902,2002,12,4,1.75 +40163554,2013,9,1,2 +40171902,2023,4,4,2.75 +1545959,2005,8,2,1 +1332419,2013,11,2,1.5 +1539411,1992,1,4,1.5 +1539411,2009,1,2,2 +1332419,1997,9,2,1 +40171902,2006,12,2,1.5 +40213183,2022,10,14,2.142857142857143 +40213216,2011,2,1,1 +40213251,2011,11,1,1 +40213314,2011,11,1,1 +40213304,2010,10,1,1 +40213198,2011,5,1,1 +40243436,2009,7,1,1 +1539411,1999,2,2,1.5 +19126352,1999,2,2,1.5 +40163554,2015,1,2,2 +19126352,1958,12,1,1 +40213154,1951,8,1,1 +19075601,2001,7,7,2.142857142857143 +19075601,2002,8,4,1 +40213227,1995,6,2,1.5 +19018935,2023,3,3,1.3333333333333333 +1539411,1993,9,3,2 +19126352,1989,4,2,2 +19018935,2007,11,2,1.5 +1539411,1993,8,1,1 +1332419,2018,1,6,2.5 +1539411,2016,4,2,2 +19126352,1950,7,1,1 +40213154,1948,6,2,1.5 +19018935,2005,12,2,2 +40171902,2005,12,2,2 +40163554,2021,6,1,5 +19018935,1999,5,2,3.5 +1539411,2013,7,2,1.5 +40213201,2012,10,1,1 +40171902,2009,5,1,1 +40163554,2010,2,3,1.6666666666666667 +1332419,2022,4,4,1.75 +19133768,2015,2,1,1 +40213183,2021,6,13,1.9230769230769231 +40220960,2020,7,3,1 +1539411,2018,6,4,1.5 +1545959,2022,3,1,1 +1539411,2000,4,1,1 +1545959,2016,12,4,1 +40213201,2012,6,1,1 +40220960,2018,7,3,1 +40171902,1992,10,1,2 +40163554,2006,10,2,1.5 +40243436,2021,10,2,1 +40243436,2018,12,1,1 +1310034,2018,12,1,1 +1332419,2012,8,6,1.8333333333333333 +19126352,1967,8,1,1 +40213160,1963,12,1,3 +1332419,2016,2,3,2 +19126352,2017,5,3,1 +40171902,1987,11,1,1 +1332419,1999,12,3,2 +19126352,2018,5,3,3 +40243436,2021,6,2,1 +1332419,2010,7,4,1.5 +19018935,2022,7,5,3.4 +19018935,2008,5,3,2.3333333333333335 +19018935,2021,7,6,5.833333333333333 +40163554,1998,8,3,2.6666666666666665 +40171902,2010,5,4,2 +40163554,2011,1,6,1.5 +19126352,2004,12,4,2.25 +40213296,1997,3,1,2 +46275916,2019,2,1,1 +40213201,1995,5,1,2 +19126352,2011,11,1,2 +1539411,2011,11,1,2 +46275916,2002,3,1,1 +19018935,1990,12,2,4 +1545959,2012,6,1,1 +40213154,2007,4,8,1.875 +40213154,1990,9,4,2 +40213154,1989,9,4,2.5 +40163554,1979,4,2,1.5 +1332419,2002,5,5,2.2 +40220960,2006,12,2,1 +40213154,1992,1,11,2 +19075601,1998,12,4,1.25 +40243436,2020,10,1,1 +40213227,2008,7,2,1.5 +1539411,2017,7,3,3 +19018935,2012,7,2,2.5 +40213227,2009,3,5,4.6 +40163554,1996,3,1,2 +19018935,1996,3,1,2 +19018935,2014,6,2,1.5 +40171902,2014,6,2,1.5 +40213154,1948,10,1,1 +19126352,2013,12,2,2 +19018935,2019,3,2,1.5 +40171902,2019,3,2,1.5 +1545959,2002,4,1,1 +40213306,2021,6,5,2.2 +40213201,1999,8,1,2 +40213227,2008,4,1,2 +19133768,2010,12,2,1 +40171902,2008,1,1,1 +40220960,2021,9,3,1 +1539411,2015,1,3,3.3333333333333335 +40213154,1984,2,1,1 +40213154,1980,2,3,1.3333333333333333 +19126352,1980,5,2,8.5 +19126352,1997,2,4,1.5 +1545959,1997,2,3,1.3333333333333333 +1332419,2013,3,6,2.6666666666666665 +19133768,2016,8,3,1 +40163554,1984,12,1,17 +1332419,2009,2,2,3 +40171902,2015,10,2,1.5 +40213154,1989,8,6,1.5 +19018935,1991,10,2,2.5 +19133768,1994,10,1,1 +19126352,2014,3,2,2.5 +40163554,2000,7,1,2 +1545959,2015,8,3,1 +40213227,2009,11,2,1.5 +1310034,2008,2,1,1 +40213227,2007,5,2,1.5 +40171902,2018,9,1,1 +1539411,2021,11,2,4 +19018935,2013,6,2,1.5 +1545959,1996,10,1,1 +40213154,1956,7,1,5 +19126352,1991,11,3,1.3333333333333333 +1539411,2003,12,3,2 +40213201,2002,12,1,2 +40163554,2016,10,2,1.5 +40220960,2020,4,4,1 +1332419,2000,8,2,1.5 +40213230,2014,2,2,6 +19133768,2002,5,1,1 +19126352,1948,10,1,2 +1539411,2007,6,1,2 +19018935,2004,12,2,1.5 +40243436,2000,4,1,1 +1310034,2000,4,1,1 +19133768,2004,3,2,1 +19126352,1990,6,5,3 +19126352,1995,7,1,1 +1332419,2015,2,2,2 +40213154,1971,5,1,2 +40220960,2001,4,1,1 +40220960,2007,1,1,1 +40213201,1997,4,2,1.5 +19133768,2005,3,1,1 +1332419,1999,1,4,9.75 +40213227,2005,12,1,1 +40171902,2015,6,2,2 +40220960,1999,1,1,1 +40213227,2001,3,1,2 +19133768,2005,11,2,1 +40213230,2017,5,5,1.8 +46275916,2017,1,2,1 +40213154,1977,2,2,1.5 +19133768,2019,7,2,1 +40213198,2012,10,1,2 +19126352,1998,11,2,1.5 +19133768,2012,1,2,1 +1332419,2007,3,4,3.75 +40220960,2016,6,1,1 +40220960,2013,9,1,1 +40213154,1976,3,2,1.5 +40213227,1999,5,3,1.3333333333333333 +40213154,1963,2,2,1.5 +19126352,1983,1,1,2 +19126352,1939,3,1,2 +40213227,1993,6,2,3.5 +40213154,1979,6,2,2 +40213154,1982,7,1,2 +40213154,1978,6,2,2 +19126352,1985,4,3,2 +40243436,2004,10,1,1 +40213296,2013,3,1,1 +40163554,2013,8,1,1 +40213227,2004,3,1,6 +19018935,2018,5,1,2 +19133768,1994,6,1,1 +40163554,2009,10,2,3 +1332419,2021,2,3,2 +19018935,1995,6,1,2 +1545959,1999,5,2,1 +1545959,2017,9,3,1 +1310034,2014,7,1,1 +1310034,2014,4,1,1 +1539411,2018,10,5,1.4 +40213154,1962,4,1,2 +40213154,1956,4,2,1.5 +40213154,1952,2,2,1 +1310034,2002,1,1,1 +19133768,2019,4,1,1 +40213154,1962,7,3,3.3333333333333335 +19018935,2017,5,4,1.25 +40163554,1992,8,2,1.5 +40243436,2016,7,1,1 +19126352,2009,10,3,1 +19126352,2006,8,4,1.25 +40243436,2020,6,1,1 +1545959,2019,6,2,1 +40213154,1954,5,3,3.6666666666666665 +40213154,1985,8,2,2 +40163554,2006,6,1,2 +46275916,2013,10,2,1 +40220960,2009,6,1,1 +40213260,2006,7,1,2 +19018935,1993,1,1,1 +40163554,2017,10,4,1.75 +40213296,2005,10,1,2 +1539411,2004,5,3,1.3333333333333333 +19133768,2006,8,2,1 +19018935,2005,1,1,3 +40171902,2005,1,1,3 +40213201,2002,1,2,2.5 +40220960,2014,9,4,1 +40213201,1998,11,1,1 +40163554,2011,12,2,1 +19133768,2014,5,2,1 +1545959,2001,4,2,1 +19133768,2007,5,1,1 +40213201,2005,11,1,1 +19018935,1975,7,1,2 +40163554,2001,4,2,2.5 +19018935,2001,4,2,2.5 +40220960,2015,1,5,1 +40213154,1973,6,2,3 +1545959,2011,6,1,1 +1545959,2009,8,1,1 +40163554,2015,12,1,1 +40163554,2009,6,2,9.5 +40163554,2003,1,3,2 +1545959,2007,2,2,1 +40213306,1994,4,1,2 +40213154,1964,10,1,2 +40213154,1967,10,2,1.5 +19018935,2019,11,2,1 +40171902,2019,11,2,1 +19075601,2004,10,2,1 +40213260,2006,4,1,2 +19126352,1986,9,1,1 +40171902,1994,4,1,2 +40171902,1986,4,1,2 +40213154,1946,3,2,4 +40213154,1945,3,1,2 +40213201,2007,6,1,2 +1332419,2007,11,3,6.666666666666667 +40213201,2008,7,1,2 +40213154,1976,11,1,2 +40213154,1973,10,1,2 +40213227,2012,10,4,2 +40171902,2007,10,2,2.5 +40243436,2019,9,1,1 +40171902,2001,9,1,1 +19075601,2011,4,1,1 +1539411,2015,12,1,1 +19126352,2001,9,3,1.3333333333333333 +1332419,2001,9,2,1.5 +1332419,2022,7,1,2 +40213227,1995,10,1,2 +40213227,1994,7,1,1 +1310034,2016,10,1,1 +46275916,2016,10,1,1 +40213260,2007,2,1,2 +1545959,2022,11,1,1 +19018935,2014,10,1,2 +40171902,2014,10,1,2 +40171902,1984,7,1,2 +19133768,2001,1,1,1 +19126352,1971,5,1,2 +1332419,2010,4,1,2 +1310034,2003,2,1,1 +1539411,1998,7,1,2 +40213281,2001,12,1,1 +19126352,1976,1,1,1 +1539411,2002,6,1,2 +1545959,2001,7,1,1 +40213227,2000,5,1,2 +40213154,1955,12,1,2 +46275916,1988,5,1,1 +46275916,1994,6,1,1 +40213306,1992,5,1,5 +40243436,1992,5,1,1 +40163554,1989,7,1,1 +1545959,2005,9,1,1 +19018935,2004,1,3,1.3333333333333333 +19126352,1969,7,1,1 +40213154,1968,4,1,1 +19126352,2006,9,1,2 +40213227,2002,1,1,2 +40213154,1983,12,2,3 +40171902,1981,4,1,2 +19126352,1954,6,1,2 +40213306,2004,4,1,1 +1332419,2000,9,1,1 +1310034,2001,9,2,1 +46275916,2001,9,2,1 +1539411,1992,12,1,2 +19133768,2018,2,1,1 +40163554,1993,2,2,2 +40171902,1993,2,2,2 +1545959,1998,10,1,1 +40213227,1992,9,1,1 +19018935,1982,8,1,2 +40171902,2020,4,1,2 +1310034,2009,11,1,1 +40243436,1986,6,1,1 +40171902,1996,7,1,2 +40213201,2009,11,1,2 +40213154,1975,2,1,1 +1310034,2022,3,1,1 +19133768,2009,7,1,1 +40220960,2002,5,1,1 +19126352,1955,3,1,2 +40163554,1995,11,1,2 +40171902,1999,2,1,1 +40213201,2003,2,1,1 +40213227,1998,1,1,1 +1539411,2008,12,1,2 +40213160,2007,3,1,1 +40213281,2002,7,1,1 +1545959,2015,9,1,1 +40243436,2022,10,1,1 +19133768,2017,5,1,1 +40213154,1958,5,1,1 +40213154,1957,5,1,1 +19126352,1965,8,1,1 +19133768,1998,1,1,1 +19126352,1974,5,1,1 +40213306,1987,4,1,24 +40213154,1983,1,1,2 +1310034,2010,5,1,1 +40213227,2006,5,1,2 +40163554,2008,2,1,1 +40213306,2011,10,1,2 +19126352,1958,1,1,1 +19133768,2022,5,1,1 +40213154,2014,5,612,2.119281045751634 +40171902,2020,11,5,2 +40213154,2022,4,651,2.4546850998463903 +40213227,2017,3,75,2.36 +40213180,2018,8,17,1.8823529411764706 +40213154,2013,7,612,2.392156862745098 +40213154,2018,8,678,2.4528023598820057 +40213154,2021,8,680,2.363235294117647 +40213154,2015,7,618,2.4190938511326863 +40213183,2019,10,18,2.5 +40213281,2019,1,44,2.522727272727273 +40213154,2022,7,672,2.3035714285714284 +40213154,2018,9,652,2.3773006134969323 +40213154,2016,8,643,2.4292379471228616 +40213154,2021,9,642,2.4501557632398754 +40213154,2017,8,675,2.414814814814815 +40213154,2020,5,640,2.41875 +40213306,2019,2,6,2 +40213306,2017,2,10,5.3 +40213154,2017,9,596,2.1426174496644297 +40213154,2016,9,594,2.1717171717171717 +1539411,2017,11,4,1.75 +40213230,2022,12,12,2.3333333333333335 +19126352,2000,3,3,2 +1332419,1999,9,2,3.5 +40213251,2015,3,19,1.9473684210526316 +40213180,2020,5,24,3 +40213154,2015,4,605,2.4033057851239668 +40213180,2015,1,29,2.310344827586207 +40213306,2022,7,6,4 +40213180,2022,7,21,2.5238095238095237 +40213227,2022,7,67,2.0597014925373136 +40213198,2017,8,49,2.3877551020408165 +40213160,2016,7,42,2.7142857142857144 +40213281,2016,7,47,2.6382978723404253 +40213198,2016,9,43,2.558139534883721 +40213198,2013,9,49,2.020408163265306 +40213198,2014,3,39,1.8205128205128205 +40213299,2017,12,23,2.782608695652174 +40213304,2021,8,20,2.05 +40213160,2021,12,34,2 +40171902,2022,2,8,2.5 +40213251,2019,9,14,2.142857142857143 +40213314,2015,12,29,2.0689655172413794 +40213314,2015,1,24,2.5416666666666665 +40213304,2014,11,23,2.869565217391304 +40213198,2015,12,50,2.94 +40213198,2015,1,38,3.4473684210526314 +40213281,2015,6,45,2.977777777777778 +40213227,2022,4,63,1.9841269841269842 +19018935,2012,3,2,1.5 +1332419,2007,4,5,3 +40213227,2014,4,38,2.1578947368421053 +19126352,2005,10,3,1.3333333333333333 +40213227,2002,9,2,3 +40213154,1996,8,8,2.5 +40213154,2004,10,13,1.6923076923076923 +40213180,2016,12,28,2.142857142857143 +40213227,2018,1,79,2.1392405063291138 +40213216,2013,9,22,2.090909090909091 +40213160,2013,11,40,2 +40213227,2021,12,66,1.9696969696969697 +40213227,2020,1,64,2.09375 +40213160,2017,5,45,2.2666666666666666 +40213281,2017,5,60,2.216666666666667 +40213198,2013,8,51,2.0980392156862746 +19018935,2014,2,4,9 +40171902,2014,2,4,9 +40213320,2018,7,28,2.5714285714285716 +40213251,2016,1,23,2.347826086956522 +40213216,2015,2,23,2.4347826086956523 +40213304,2015,7,40,2.3 +40213281,2016,4,60,2.5166666666666666 +40213299,2023,6,8,1.5 +40213198,2022,7,46,2.130434782608696 +40213180,2017,10,20,1.9 +40213299,2018,3,22,2 +40213198,2017,9,39,2.230769230769231 +40213183,2015,5,13,2.6923076923076925 +40213230,2014,6,5,3.4 +40213216,2018,1,19,1.5263157894736843 +40213320,2016,2,27,2.4074074074074074 +40213227,2023,6,35,2.3714285714285714 +40171902,2020,3,2,1.5 +40213320,2022,4,35,2.2 +40213180,2022,4,20,2.05 +40213180,2016,1,38,2.1052631578947367 +40213227,2014,7,51,1.9215686274509804 +40213154,2009,7,19,1.8421052631578947 +40213154,2008,7,19,1.7894736842105263 +40213154,2004,6,18,2.111111111111111 +40213154,2002,6,13,2.076923076923077 +40213314,2021,11,35,2.6857142857142855 +40213304,2022,2,35,1.9142857142857144 +40213198,2021,9,53,2.6792452830188678 +40213314,2013,7,24,2.2916666666666665 +40213251,2014,4,12,2.75 +40213281,2013,7,40,2.525 +40213281,2018,7,42,1.7380952380952381 +40213183,2020,12,17,3.5294117647058822 +40213183,2017,3,20,3.95 +40213160,2020,12,42,3.2142857142857144 +40213160,2016,4,46,2.5 +40213296,2022,8,14,2.2857142857142856 +40213227,2016,2,60,2.533333333333333 +40213260,2017,5,16,1.8125 +40213216,2013,8,19,2.1578947368421053 +40213304,2013,11,27,2.111111111111111 +40213230,2015,6,7,2.2857142857142856 +40213296,2021,8,15,4.133333333333334 +40213230,2022,1,10,2 +40213320,2023,1,21,1.9523809523809523 +40171902,2018,12,4,1.5 +46275916,2018,4,1,1 +40213227,2017,11,60,2.5833333333333335 +40213198,2021,8,34,1.7647058823529411 +40213260,2018,7,17,2.235294117647059 +40213260,2015,9,20,1.8 +40213216,2020,12,23,3.5217391304347827 +40213227,2018,12,52,3.4038461538461537 +19018935,2003,12,1,2 +40213304,2017,7,24,1.9166666666666667 +40213201,2022,12,12,4.333333333333333 +19075601,2021,5,14,1.3571428571428572 +19018935,2016,7,3,1.6666666666666667 +40213320,2015,2,18,2.111111111111111 +40213251,2020,11,25,2 +40213314,2017,2,32,2.40625 +40213216,2016,3,23,2.130434782608696 +40213198,2016,8,56,2.4642857142857144 +40213320,2017,7,24,2.75 +40213201,2021,10,8,2.125 +40213198,2020,9,35,1.9714285714285715 +40163554,2018,10,4,1.75 +19075601,2023,4,18,1.3333333333333333 +40213260,2015,8,21,2.3333333333333335 +40220960,2000,5,1,1 +40213180,2013,10,26,2.4615384615384617 +40213154,1996,9,15,1.8666666666666667 +40213154,1992,8,8,2.25 +40213227,2021,1,58,1.8103448275862069 +40213160,2014,6,25,2.08 +40213160,2018,9,32,1.875 +1539411,2001,8,3,1.6666666666666667 +40213260,2021,12,11,2.1818181818181817 +40213180,2019,10,28,1.5714285714285714 +40213183,2023,5,14,1.5714285714285714 +40213314,2022,6,26,1.7692307692307692 +40213281,2022,6,37,1.864864864864865 +40213260,2014,10,16,2.375 +40163554,1987,5,3,3 +40213154,2002,10,16,1.875 +40213260,2018,4,20,1.9 +40213306,2013,11,8,1.5 +40213260,2016,5,14,4.142857142857143 +19126352,1996,5,1,2 +46275916,2003,9,1,1 +40213304,2021,9,22,2.5454545454545454 +40213281,2021,4,43,2.558139534883721 +40213320,2022,7,25,1.84 +40213180,2014,3,25,1.96 +40213183,2019,6,13,2.1538461538461537 +40213198,2014,11,30,2.966666666666667 +19075601,2022,7,10,1.1 +40213180,2021,1,20,2.35 +40213320,2019,4,19,3 +40213296,2020,5,13,2.769230769230769 +19126352,2008,4,4,1.25 +40213251,2015,11,18,2.4444444444444446 +40213180,2021,12,31,2.2903225806451615 +19126352,1973,9,1,1 +40213154,1982,11,6,5.5 +40213154,1977,10,5,1.4 +40213154,1980,10,6,5.666666666666667 +19126352,1969,3,1,2 +40213154,1974,12,6,2.6666666666666665 +19075601,2018,1,13,1.8461538461538463 +40213201,2014,11,8,2.125 +40213306,2023,2,9,2 +40213180,2023,2,30,2.3666666666666667 +19075601,2007,3,8,2.625 +40213154,2006,3,11,1.9090909090909092 +40213154,2001,2,15,4.333333333333333 +40213154,2007,3,18,2.2222222222222223 +40213306,2014,10,8,2 +40213299,2016,4,13,2.076923076923077 +40213183,2020,1,13,1.6923076923076923 +40213160,2020,1,32,2.0625 +40213281,2015,10,46,3.217391304347826 +40213251,2014,7,14,2.0714285714285716 +40213281,2018,4,43,1.930232558139535 +19133768,1982,1,2,1 +19126352,1973,8,2,1.5 +40213251,2022,12,20,1.9 +40213314,2019,3,32,1.9375 +40213260,2014,6,21,2.238095238095238 +40213251,2023,3,15,2 +40213304,2018,5,30,1.7666666666666666 +40213154,1948,2,3,1.3333333333333333 +40220960,2014,1,3,1 +19018935,1984,5,1,1 +40163554,1990,1,2,3.5 +1539411,2019,8,2,3.5 +40213201,2018,6,13,3.1538461538461537 +19126352,2014,4,7,1.5714285714285714 +40213320,2014,8,14,2.357142857142857 +40213251,2020,3,25,2.28 +40213198,2019,9,38,2.1578947368421053 +40213216,2019,4,21,2 +40213230,2020,2,16,1.625 +40213180,2015,12,30,2.1666666666666665 +40213296,2022,9,15,5.133333333333334 +40220960,2015,9,2,1 +40213251,2017,9,18,3.5 +40213251,2013,12,23,3.347826086956522 +19126352,2016,7,4,1.25 +40213154,2011,6,13,2 +40213227,2008,11,3,2 +40213154,2007,11,17,1.6470588235294117 +40213154,2006,11,20,1.55 +40213154,2003,11,15,1.6 +19126352,1995,11,3,1 +40213180,2014,11,27,2.111111111111111 +40213304,2019,6,24,1.9166666666666667 +40213198,2019,8,41,2.073170731707317 +40243436,2016,3,3,1 +40213160,2023,5,28,2.8214285714285716 +19126352,1977,1,2,2 +40213216,2014,10,13,4.384615384615385 +40213160,2014,10,32,3.78125 +40213154,1990,1,12,2.3333333333333335 +40213154,1995,2,13,2.4615384615384617 +40213230,2014,10,9,2.7777777777777777 +40213180,2013,6,13,1.4615384615384615 +40213299,2022,12,18,2.8333333333333335 +1539411,2000,3,2,2.5 +40213296,1998,3,2,2.5 +40213154,2000,3,15,2 +19126352,2004,9,2,1.5 +19075601,2018,12,14,1.3571428571428572 +40213180,2019,6,22,1.6818181818181819 +40213227,2020,12,58,2.586206896551724 +40213201,2018,10,10,1.9 +1539411,2019,9,3,1.3333333333333333 +40220960,1994,12,1,1 +40213154,1993,11,18,1.9444444444444444 +40213320,2018,4,14,1.9285714285714286 +40213314,2021,3,23,2.5217391304347827 +40213281,2020,9,38,2.026315789473684 +40213314,2016,2,28,2.0357142857142856 +40213281,2020,8,42,2.642857142857143 +40213260,2021,1,15,2.4 +1545959,2017,12,4,1 +40213154,2008,4,11,2.1818181818181817 +40213154,2009,4,16,1.875 +40213314,2020,8,32,3.03125 +40213198,2020,8,46,2.652173913043478 +40213304,2017,4,26,2.6153846153846154 +40213281,2021,7,44,2.159090909090909 +40213306,2018,10,19,2.1052631578947367 +19018935,2013,2,2,1.5 +1332419,1997,1,4,2.25 +40213227,2019,5,74,2.2027027027027026 +40213154,1963,6,1,1 +40213160,2018,8,41,2.024390243902439 +40213281,2019,12,36,1.9166666666666667 +19126352,1975,11,2,1 +40213154,1967,2,2,2 +19018935,2022,3,4,1.5 +1332419,2011,10,2,1.5 +40213260,2020,6,14,1.8571428571428572 +40213230,2016,12,7,1.4285714285714286 +1310034,2021,5,3,1 +40213299,2022,1,19,2 +40213216,2020,1,18,2.3333333333333335 +40213314,2019,11,35,1.8571428571428572 +40213160,2019,11,36,2.111111111111111 +40213296,2014,5,20,2.45 +40213296,2021,9,19,2.1578947368421053 +19075601,1997,10,27,1.5925925925925926 +40213230,2018,11,6,2 +40213299,2013,11,15,2.066666666666667 +19018935,1983,7,2,1 +40213296,2023,2,13,2.3076923076923075 +40213320,2017,4,17,2.1176470588235294 +40213299,2014,2,20,2.45 +40163554,2022,6,3,2.3333333333333335 +40213154,1988,4,13,2.1538461538461537 +40213314,2020,9,18,1.8888888888888888 +40213183,2017,11,22,2.6363636363636362 +19133768,1990,10,1,1 +40213160,1981,2,1,1 +40213281,2023,4,43,2.2093023255813953 +40213180,2017,6,24,2.1666666666666665 +40213216,2019,7,21,1.8571428571428572 +40213299,2021,7,25,2.96 +40213304,2019,10,34,2.2058823529411766 +40213296,2016,2,19,1.7894736842105263 +40213160,2021,1,44,2.75 +1310034,1973,6,1,1 +40213314,2023,1,26,1.7692307692307692 +40213198,2022,4,43,1.9069767441860466 +40213281,2022,10,44,2.1818181818181817 +40213251,2022,1,17,2.176470588235294 +40213320,2013,10,23,2.347826086956522 +40220960,2020,11,6,1 +40213160,2019,3,36,1.9166666666666667 +19075601,2010,5,2,1.5 +19075601,2009,11,2,3.5 +1332419,2018,9,9,2 +40163554,2003,8,2,2 +40213296,2018,2,13,2.3076923076923075 +19126352,1982,4,3,2.6666666666666665 +19126352,1987,5,3,1.3333333333333333 +40213154,1987,5,5,3.6 +1545959,2015,1,2,1 +40213201,2016,10,9,2.2222222222222223 +40163554,2022,10,6,2 +1332419,2013,4,4,1.75 +40213154,2010,2,15,2.3333333333333335 +40213306,2016,11,10,2.1 +40213183,2016,5,19,2.4210526315789473 +1332419,2000,1,4,3.25 +40213299,2017,1,15,2.466666666666667 +40213320,2021,8,22,2.5454545454545454 +19133768,2005,4,5,1 +40213154,2000,11,8,2 +19075601,2019,7,19,1.263157894736842 +40213227,2015,2,61,1.8688524590163935 +19075601,2019,4,9,1.3333333333333333 +1332419,1995,9,1,2 +40213154,2003,3,12,2.5833333333333335 +19075601,2005,11,8,1.875 +19018935,1990,8,1,2 +1310034,2011,3,1,1 +1539411,1995,10,1,1 +1332419,2020,2,2,1 +40213227,2001,4,2,3 +40213201,2020,8,10,2.8 +40213154,1961,7,6,3.1666666666666665 +1539411,2010,6,4,2.5 +1332419,2009,6,3,1.3333333333333333 +40213304,2023,6,8,1.375 +40220960,2013,12,4,1 +40213154,1975,10,3,1.3333333333333333 +40213296,2013,7,15,1.8 +40213216,2022,5,19,2.1052631578947367 +19126352,2006,12,4,1.75 +19126352,2013,9,4,1.25 +19133768,2013,9,2,1 +19075601,2013,9,6,1.3333333333333333 +19075601,2022,4,13,1.2307692307692308 +40163554,2015,9,5,2 +40213154,1999,5,12,2.25 +19126352,1975,3,1,1 +40213154,1991,11,8,2 +1539411,2016,3,2,3.5 +19075601,2011,3,5,1.2 +40213180,2018,9,21,2.1904761904761907 +19018935,2021,11,3,1.6666666666666667 +40213251,2016,12,17,2 +19018935,2004,8,3,2.6666666666666665 +40213227,2004,7,1,3 +40213160,2002,2,1,1 +40213320,2019,7,26,2.730769230769231 +40213260,2019,5,14,2 +40163554,2020,7,2,3 +40163554,2000,11,3,1 +19126352,2003,7,4,3.5 +40213296,1997,4,1,1 +40213216,2018,12,17,1.5294117647058822 +40213296,2015,12,15,1.7333333333333334 +19018935,2016,4,2,3 +19126352,1979,5,1,1 +19075601,2002,12,6,1.8333333333333333 +40213251,2019,8,20,2.25 +1332419,1994,5,12,1.9166666666666667 +19075601,2008,2,3,1.3333333333333333 +1539411,1996,9,3,3 +40213216,2016,11,9,2.111111111111111 +40213299,2018,11,15,2 +40213251,2017,8,15,2.2 +19126352,2020,12,5,2.2 +19075601,2020,12,7,1.8571428571428572 +40213154,1962,11,3,2.6666666666666665 +40213320,2014,9,21,2 +40213306,2020,12,9,2.5555555555555554 +40213296,2019,10,9,1.7777777777777777 +40213299,2020,12,9,3 +40213306,2016,3,6,3.3333333333333335 +40213183,2022,2,12,2 +40213304,2014,3,28,3.357142857142857 +1545959,2021,6,2,1 +1332419,2021,6,4,1.25 +40213154,1982,3,11,3.727272727272727 +1545959,2016,9,2,1 +40213230,2015,10,10,2.2 +40213201,2022,1,12,1.5 +40163554,2003,9,2,2 +1310034,1991,3,1,1 +40213299,2019,5,19,2.263157894736842 +1332419,2000,12,4,6.5 +19133768,2010,8,2,1 +1539411,1998,3,3,2.3333333333333335 +40213216,2021,5,17,2.0588235294117645 +40171902,2015,2,3,2 +40213154,1984,10,4,1.75 +40213154,1983,9,4,1.75 +19075601,2015,7,11,1.3636363636363635 +40220960,2017,1,7,1 +40163554,2012,12,5,2 +19126352,2001,12,6,2 +19075601,2002,1,2,1 +1332419,2001,12,5,1.8 +40213154,1983,8,1,2 +40243436,2005,8,2,1 +40171902,2003,6,3,2.6666666666666665 +40213227,2002,8,1,2 +40213154,2011,10,24,2.3333333333333335 +1539411,2021,4,2,1.5 +40213201,2012,2,1,1 +1545959,2007,6,2,1 +40220960,2016,2,6,1 +40213154,1961,4,1,1 +40213154,1956,3,3,1.3333333333333333 +40213314,2022,10,25,2.68 +1539411,2003,8,1,5 +40213260,2020,10,22,2 +1332419,1996,4,3,1.6666666666666667 +40213216,2014,6,10,2.9 +40213296,2007,2,1,2 +40213306,2014,6,5,1.2 +19126352,1989,3,5,1.4 +1332419,2012,1,3,1.6666666666666667 +40220960,2015,8,3,1 +40171902,2008,8,2,1.5 +19126352,2001,1,5,1.6 +46275916,2011,1,1,1 +19075601,2014,2,4,1.5 +19126352,2002,11,3,1.3333333333333333 +40213154,1989,12,5,1.2 +40213154,1990,12,8,1.375 +19126352,1986,12,3,1.3333333333333333 +40213299,2016,7,18,4.055555555555555 +1332419,2003,5,2,2 +40213304,2015,4,29,2.689655172413793 +40213299,2021,4,19,1.7894736842105263 +46275916,1996,10,1,1 +40171902,2018,1,1,1 +19126352,1955,4,1,2 +1332419,2022,3,5,3.4 +40213154,1988,7,6,2.1666666666666665 +40213154,1984,6,4,2.5 +40171902,1984,11,1,3 +40171902,2016,5,6,3 +40213320,2013,6,6,1.6666666666666667 +1539411,1992,9,2,1.5 +40213306,2021,2,7,2.4285714285714284 +1539411,1991,5,19,3.473684210526316 +19075601,2004,2,5,1.2 +40213251,1995,2,1,2 +40213154,1997,2,14,2.2142857142857144 +40213299,2015,5,15,2.4 +1332419,2016,10,3,1.3333333333333333 +19075601,2001,11,4,7.25 +40163554,2000,3,5,1.6 +19126352,2002,3,5,1.4 +40213201,2021,6,9,2 +40213230,2023,6,6,1.6666666666666667 +40213183,2013,7,12,1.8333333333333333 +19126352,1951,10,3,2.6666666666666665 +19075601,2013,8,6,1.5 +19075601,1998,8,5,2.2 +19075601,2015,4,12,4.333333333333333 +1310034,1990,9,1,1 +40213230,2019,9,6,1.6666666666666667 +40213201,2006,6,1,1 +40163554,2013,12,3,2 +19126352,2000,11,4,1.75 +1539411,2000,11,2,2.5 +40213296,2015,1,14,3.0714285714285716 +40213201,2017,2,3,1.3333333333333333 +1539411,2008,9,3,2.6666666666666665 +19133768,2008,6,2,1 +40220960,2004,1,2,1 +40213227,2005,8,1,2 +19126352,1984,5,2,1.5 +40213230,2021,9,11,2.1818181818181817 +40213320,2021,9,23,1.8695652173913044 +40213201,2016,6,10,2.3 +19126352,1981,6,1,2 +1332419,2001,1,3,1.6666666666666667 +40213154,2013,4,17,1.7058823529411764 +1539411,2009,9,3,1.6666666666666667 +1332419,2019,2,5,2.4 +1310034,2019,4,2,1 +1545959,2022,4,3,1 +1539411,1992,8,1,1 +40213183,2021,2,8,1.875 +1539411,2016,11,3,2.3333333333333335 +40163554,2015,8,1,1 +19126352,2005,6,7,2 +1332419,2005,6,4,2.5 +46275916,2013,2,1,1 +1539411,2005,6,4,2.5 +19018935,2005,9,3,2.6666666666666665 +40171902,2005,9,3,2.6666666666666665 +40213230,2021,8,9,3.3333333333333335 +19126352,2011,7,6,1.8333333333333333 +40213314,2018,2,23,1.608695652173913 +1332419,2015,6,2,2.5 +40243436,2020,2,1,1 +19075601,1997,6,20,1.95 +19126352,2003,4,2,4 +40163554,2011,8,2,1.5 +40213306,2020,1,8,2.75 +40213201,2023,5,7,2.142857142857143 +40213306,2018,6,10,2.1 +40213227,1994,11,3,1.6666666666666667 +40243436,2018,9,2,1 +1310034,2018,9,2,1 +40171902,2021,5,4,1.75 +40213227,2005,9,3,1.6666666666666667 +19126352,2006,1,6,1.6666666666666667 +19133768,2006,1,1,1 +1332419,2010,11,4,3 +1332419,2016,6,4,3.25 +40220960,2008,8,2,1 +19018935,1977,7,1,1 +40213314,1986,6,1,1 +40213160,1985,9,1,1 +40213154,1993,3,5,2.6 +40213154,1991,3,4,1.25 +40213154,1985,12,4,2.25 +40163554,2012,1,3,1.3333333333333333 +1539411,2017,3,2,6.5 +40171902,2013,9,1,2 +19018935,2023,4,4,2.75 +19075601,2001,3,1,1 +19075601,2005,3,3,1.3333333333333333 +1539411,2013,11,2,1.5 +40213154,1998,2,11,2.6363636363636362 +40213216,2023,4,15,3.2 +40171902,1990,6,2,2 +40171902,1981,11,4,1.5 +19126352,1976,8,1,2 +19133768,2019,11,1,1 +40213183,2011,11,1,1 +40213160,2011,2,1,1 +40213198,2010,12,2,1.5 +40213281,2012,2,1,1 +40213201,2014,3,6,6.333333333333333 +19126352,2022,5,5,1.2 +1539411,2022,5,4,1.25 +1310034,2009,7,1,1 +40213201,2013,10,10,2.1 +40213160,1955,11,1,1 +40213154,1956,11,2,1.5 +40213306,2001,4,1,1 +40171902,2023,3,3,1.3333333333333333 +19133768,2020,1,3,1.3333333333333333 +19126352,2020,1,5,1.6 +19075601,2020,1,9,1.3333333333333333 +40213201,2015,2,7,3.142857142857143 +40220960,2021,12,5,1 +19126352,2016,4,4,1.5 +40213296,2019,6,7,2 +1332419,2011,6,2,1 +40213306,2015,2,11,2.090909090909091 +40220960,2022,12,6,1 +1332419,2013,7,2,1.5 +40163554,2010,10,2,1 +40213299,2020,1,13,1.4615384615384615 +19018935,2009,5,1,1 +19075601,1998,9,5,1.6 +40213227,2011,5,2,2.5 +19133768,2016,12,4,1 +40213154,1976,4,3,1.3333333333333333 +40213154,1968,3,3,1 +19126352,2008,7,4,2.25 +19018935,1992,10,1,2 +40171902,1982,6,1,11 +40213230,2019,8,4,2 +19126352,1991,7,5,2.6 +19126352,1983,9,2,1.5 +40220960,2014,12,2,6 +1539411,1995,6,4,4.5 +40213160,1959,6,1,3 +40213154,1960,12,2,2.5 +19018935,1987,11,1,1 +40213201,2005,4,1,2 +40213227,2009,7,3,1.6666666666666667 +19075601,2006,5,7,1.7142857142857142 +1310034,2016,2,1,1 +46275916,2016,2,1,1 +40213260,2023,5,12,2.25 +40163554,2011,9,4,2.25 +40220960,2017,12,4,1 +19018935,2020,5,3,3.6666666666666665 +40163554,2010,6,2,2.5 +19018935,2011,3,1,2 +40213230,2016,1,7,1.7142857142857142 +40213230,2018,3,12,1.9166666666666667 +19126352,2012,5,5,1.8 +19075601,2012,5,5,1.8 +1539411,2020,3,5,3 +40213201,2020,9,5,2.4 +40213154,1976,7,2,2.5 +40163554,1993,6,1,6 +40171902,1993,6,1,6 +40220960,2019,9,2,1 +19133768,2004,7,1,1 +19075601,2011,11,3,3 +40163554,2009,2,1,1 +19133768,1993,11,1,1 +40213154,1985,1,5,2.8 +40243436,2002,3,1,1 +40163554,1990,12,2,4 +40213227,2009,4,1,2 +1310034,2020,11,2,1 +19133768,2004,4,1,1 +1539411,2003,9,5,1.4 +19126352,2021,5,5,1.6 +40213227,1992,1,5,1.8 +40213154,1989,1,8,2.625 +19126352,1940,8,1,2 +46275916,1962,1,1,1 +40213154,1952,10,1,2 +40171902,2012,5,2,2 +40171902,1996,3,1,2 +40171902,1999,6,1,2 +40163554,2019,5,4,4.25 +40243436,2021,2,2,1 +19018935,2021,3,3,2 +1332419,2007,7,2,2 +19126352,1997,10,1,1 +19126352,1998,4,2,1 +19126352,2023,5,7,1.7142857142857142 +1539411,2023,5,6,1.8333333333333333 +40171902,1994,3,1,2 +19126352,2015,5,6,1.5 +1539411,2015,8,4,2 +1332419,2018,8,2,2 +19126352,2013,8,2,2.5 +40171902,1995,12,3,1.6666666666666667 +1539411,2012,3,4,1.75 +40163554,1986,9,1,1 +19018935,2015,5,5,3.8 +40213227,1998,9,1,2 +1539411,1996,8,1,2 +19018935,2007,4,3,1.6666666666666667 +46275916,2022,12,1,1 +19126352,1997,6,2,2 +40163554,2018,6,2,2 +40171902,2007,2,2,1.5 +1332419,2022,11,2,4.5 +40213201,1992,5,1,5 +40213306,2022,4,6,1.6666666666666667 +19126352,1972,10,1,3 +19018935,2019,7,3,1.3333333333333333 +40171902,2019,7,3,1.3333333333333333 +1539411,2013,3,6,2.6666666666666665 +1545959,2016,8,3,1 +40163554,2005,5,1,1 +19126352,2009,2,2,3 +19133768,2023,2,2,1 +40213154,1974,1,1,1 +19075601,2007,11,5,4.4 +19133768,2018,6,3,1 +19126352,1992,1,2,1.5 +40220960,2013,1,1,1 +40213260,2007,10,1,2 +19126352,2004,8,3,1 +46275916,1996,6,1,1 +40213154,1992,9,6,1.5 +40213201,2000,12,1,2 +40163554,2021,2,1,2 +1310034,2006,1,1,1 +40163554,1992,1,1,2 +19018935,2000,7,1,2 +40171902,2000,7,1,2 +1539411,2011,7,3,2.3333333333333335 +40243436,2008,2,1,1 +40163554,2002,8,1,2 +19018935,2002,8,1,2 +40171902,2002,8,1,2 +19075601,2017,2,5,1.6 +1539411,2020,11,3,1.6666666666666667 +40220960,2018,11,4,1 +19018935,1986,5,1,1 +46275916,2017,8,1,1 +1332419,2010,3,2,3 +40213154,1979,2,2,1.5 +40213201,2001,9,1,1 +40163554,2006,2,2,1 +1332419,2017,2,2,2 +19133768,1997,7,1,1 +19075601,2009,3,3,1 +19018935,1982,12,2,2 +40213227,1996,2,3,3.6666666666666665 +40220960,1996,8,1,1 +19126352,1999,10,3,11.666666666666666 +1539411,1999,10,3,11.666666666666666 +1332419,1996,7,2,1.5 +40213201,2011,10,1,2 +1545959,2021,10,2,1 +1545959,2006,5,1,1 +19126352,2007,5,5,1.8 +19018935,2012,11,2,1.5 +40213227,2012,2,1,2 +40163554,1993,10,2,2 +40171902,1993,10,2,2 +19133768,2011,8,1,1 +19133768,2011,9,2,1 +19126352,1968,2,1,2 +40213296,1997,7,1,2 +40213154,1978,2,3,1.6666666666666667 +19133768,2008,10,2,1 +1539411,1997,3,1,3 +19133768,2020,12,2,1 +19126352,1990,2,1,2 +19133768,2019,3,2,1 +40213154,1964,2,2,1.5 +40213154,1960,1,3,1.6666666666666667 +1310034,1998,7,1,1 +40213154,1981,12,3,2.3333333333333335 +1539411,2009,8,2,1.5 +19126352,1985,3,2,1 +40213154,1977,6,1,2 +40213154,1980,6,2,2 +1332419,2006,5,4,2.25 +1539411,2006,5,4,2.25 +40213296,2011,2,1,1 +40213227,2013,2,3,1.3333333333333333 +40171902,2013,8,1,1 +40220960,2022,1,1,1 +19133768,2012,9,3,1 +40163554,2014,5,3,1.6666666666666667 +1545959,2022,7,2,1 +40163554,1984,8,1,1 +40220960,2023,6,1,1 +40163554,1999,4,1,2 +19126352,1989,11,4,1.5 +40243436,2015,10,1,1 +40213227,2008,3,2,1.5 +40213154,1972,5,2,2 +40213154,1951,1,1,1 +19126352,1988,5,2,3.5 +40171902,1981,3,2,3 +40220960,2007,9,1,1 +19075601,1999,5,6,1.8333333333333333 +19133768,1999,5,2,1 +40213227,1992,12,2,17.5 +40243436,2016,11,1,1 +40243436,2014,7,1,1 +46275916,2014,7,1,1 +46275916,2014,4,1,1 +40243436,2014,4,1,1 +1545959,2018,5,1,2 +1539411,2018,2,5,1.8 +40213198,2010,1,3,2.6666666666666665 +40163554,2016,2,2,2 +19126352,1967,1,1,1 +40163554,1991,4,1,1 +1332419,2009,10,2,1 +40163554,2008,10,2,2 +40163554,1979,11,1,2 +40171902,1986,11,1,1 +1310034,2013,10,2,1 +40171902,1997,1,1,2 +1332419,2005,10,2,1.5 +1539411,2005,10,2,1.5 +1545959,2002,3,1,1 +1539411,1998,11,1,2 +1332419,2004,5,3,1.3333333333333333 +40220960,2021,1,3,1 +40220960,2019,8,6,1 +40213227,2003,12,1,1 +40220960,2020,3,1,1 +1539411,2007,2,1,1 +19126352,1969,11,1,1 +46275916,2000,10,1,1 +19133768,1998,9,2,1 +40213201,1998,7,1,2 +19133768,2001,8,1,1 +1545959,2010,6,2,1 +40243436,2006,3,1,1 +40213201,1998,4,1,2 +40171902,2008,9,2,1.5 +1332419,2012,12,2,2 +1545959,2004,6,1,1 +40163554,1999,7,2,3 +1332419,2008,5,3,2 +40163554,1994,9,1,1 +19018935,1994,9,1,1 +19018935,1991,2,1,2 +40220960,2018,3,3,1 +19018935,2003,1,3,2 +1332419,1997,12,1,1 +40213201,1999,12,1,1 +19018935,2019,4,2,3 +40171902,2019,4,2,3 +40213154,1970,5,1,2 +40213154,1966,5,1,2 +40171902,2006,9,3,2 +19126352,1999,6,3,5.666666666666667 +46275916,2000,6,1,1 +40171902,1991,5,1,15 +1539411,1999,6,2,8 +40163554,1995,7,1,5 +40171902,2006,8,1,2 +1310034,2020,3,1,1 +40163554,1998,12,1,2 +1545959,2010,10,1,1 +1545959,2004,10,2,1 +1310034,1992,11,1,1 +46275916,1992,11,1,1 +19133768,2009,3,1,1 +1539411,2010,10,4,1.75 +40213201,2013,6,1,2 +40171902,1984,3,1,1 +40163554,1994,8,1,1 +19018935,1994,8,1,1 +40213227,2003,1,1,2 +1539411,1997,11,1,3 +40213154,1981,1,1,7 +1539411,2012,11,4,7 +1545959,2017,1,1,1 +19126352,1982,7,1,1 +19126352,1998,7,2,1.5 +19133768,2015,6,1,1 +40163554,1975,12,2,2 +40213201,2009,7,1,2 +40163554,2008,6,1,1 +1310034,2004,5,1,1 +1539411,2001,9,2,1.5 +19018935,1998,11,1,1 +40171902,1998,11,1,1 +1310034,2015,5,1,1 +46275916,2015,5,1,1 +19018935,2011,11,1,1 +1332419,2021,10,2,1 +19018935,1998,3,2,5 +40171902,1998,3,2,5 +40220960,2011,1,2,1 +1332419,1999,8,3,1.6666666666666667 +19133768,2001,9,1,1 +40213306,1996,5,1,2 +40171902,2017,4,3,2 +19126352,1983,8,2,1.5 +40220960,1997,9,2,1 +1310034,2019,7,1,1 +1539411,1993,1,2,3 +19126352,1935,10,1,2 +40213154,1962,3,2,1.5 +40213154,1965,3,2,1.5 +19126352,1948,2,1,2 +19126352,1986,1,1,3 +40213251,2002,9,1,1 +40213304,2001,6,1,1 +40213281,2002,3,1,1 +40213260,2010,2,1,1 +40213227,2010,2,2,1 +40243436,1988,6,1,1 +19133768,2010,9,2,1 +40213230,2005,9,1,2 +40163554,2002,9,1,1 +19018935,2002,9,1,1 +40171902,2002,9,1,1 +40171902,2011,2,1,1 +40220960,2010,6,1,1 +19133768,1987,3,1,1 +40213154,1950,5,1,2 +40243436,2022,2,1,1 +40213227,1997,5,1,2 +19126352,1992,12,1,2 +46275916,2019,10,1,1 +40163554,1991,7,1,2 +40163554,2020,4,1,2 +40243436,2009,11,1,1 +46275916,2009,10,1,1 +19126352,1952,3,1,2 +1310034,1986,6,1,1 +40163554,1996,7,1,2 +19018935,1996,7,1,2 +40243436,2018,8,1,1 +1310034,2018,8,1,1 +19018935,2022,11,2,2.5 +1310034,2017,7,2,1 +40163554,1970,3,1,1 +19018935,1970,3,1,1 +40243436,1990,6,1,1 +40220960,2003,7,1,1 +40213154,1973,2,1,2 +40213299,2003,6,1,1 +40213281,2007,3,1,1 +40163554,2017,2,1,2 +19018935,2010,1,1,1 +19126352,1981,10,1,2 +19126352,1950,3,1,1 +40213154,1959,5,1,1 +40213154,1975,6,1,2 +19133768,1990,6,1,1 +40220960,1999,8,1,1 +40163554,1981,12,1,1 +40171902,2001,12,1,2 +40213183,1971,3,1,1 +40163554,2007,9,1,1 +19133768,1991,9,1,1 +46275916,2008,12,1,1 +40171902,2003,10,1,2 +40213201,1996,5,1,2 +40213154,1965,11,1,2 +1332419,1995,8,1,2 +40213154,1986,5,1,2 +40213154,2022,5,655,2.4198473282442747 +40213154,2020,4,642,2.3068535825545173 +40213154,2019,11,656,2.4878048780487805 +40213154,2014,4,593,2.2124789207419897 +40213154,2016,2,593,2.5160202360876895 +40213154,2019,3,673,2.4695393759286777 +40213154,2014,7,615,2.3934959349593496 +40213198,2018,11,43,2.302325581395349 +40213154,2020,7,656,2.278963414634146 +40213154,2017,2,566,2.454063604240283 +40213320,2017,5,26,1.7692307692307692 +40213180,2021,6,23,2.0434782608695654 +40213320,2018,5,29,1.8275862068965518 +40213154,2015,5,601,2.1663893510815306 +40213180,2018,2,20,2.75 +40213154,2018,2,602,2.4485049833887045 +40213227,2015,9,58,2.6379310344827585 +19126352,2017,11,4,1.75 +19075601,2000,3,3,2 +40171902,2009,11,2,1.5 +19075601,2008,8,6,1.6666666666666667 +40213154,2012,11,21,2.1904761904761907 +40213227,2020,6,70,2.1857142857142855 +40213320,2022,5,28,3.107142857142857 +40213160,2015,3,44,2.2045454545454546 +40213154,2021,2,636,2.3710691823899372 +40213180,2016,6,24,2.2083333333333335 +40213304,2017,5,27,3.2962962962962963 +40213314,2017,8,20,2.65 +40213227,2018,6,66,2.0757575757575757 +40213251,2021,3,17,2.176470588235294 +40213299,2017,6,19,2.3157894736842106 +40213314,2016,9,24,2.25 +40213227,2013,8,60,1.9666666666666666 +40213183,2014,3,17,3.4705882352941178 +40213314,2014,3,21,2.0476190476190474 +40213216,2017,3,23,2.5217391304347827 +40213183,2021,9,23,3.5217391304347827 +40213304,2016,11,32,2.40625 +40213227,2020,10,65,2.276923076923077 +40213183,2022,9,17,1.588235294117647 +40213160,2022,3,32,2.28125 +40213160,2021,10,44,1.8409090909090908 +40213281,2022,12,42,1.9285714285714286 +40213154,2023,2,665,2.308270676691729 +19075601,2002,10,4,1 +1332419,1994,7,23,2.217391304347826 +40213154,2001,8,17,1.6470588235294117 +40213154,1998,8,12,2.3333333333333335 +40213320,2020,11,23,1.826086956521739 +40213281,2015,1,40,3.4 +40213198,2015,6,51,2.4705882352941178 +40213260,2014,1,22,1.9545454545454546 +19126352,2007,4,7,3.142857142857143 +1545959,2005,10,1,1 +1539411,1991,7,17,2.823529411764706 +40213154,1998,9,13,2.076923076923077 +40213154,1997,8,8,2.625 +40213154,2001,9,13,2.076923076923077 +40213320,2013,12,22,2.1818181818181817 +40213227,2023,1,57,2.3859649122807016 +40213299,2014,8,24,3.5416666666666665 +40213281,2014,11,38,2.5526315789473686 +40213281,2018,5,57,1.5789473684210527 +40213260,2019,4,18,1.9444444444444444 +40213227,2019,4,75,2.44 +40213296,2019,12,17,1.8823529411764706 +46275916,2000,12,1,1 +19075601,1997,1,22,2.227272727272727 +40213306,2015,8,13,1.5384615384615385 +40213227,2015,8,66,1.9090909090909092 +40213320,2016,8,17,2.9411764705882355 +40213320,2015,8,16,2.75 +40213281,2019,10,52,1.9423076923076923 +40213260,2017,7,14,1.8571428571428572 +40213260,2016,7,20,2.7 +40213216,2022,7,20,2.4 +40213314,2023,6,7,1.7142857142857142 +40213251,2018,3,23,2.0434782608695654 +40213183,2018,3,23,2.0434782608695654 +40213198,2018,3,43,1.8837209302325582 +40213160,2017,4,30,1.8 +40213281,2017,4,38,1.894736842105263 +40213296,2020,4,16,1.9375 +40213296,2016,9,22,2.909090909090909 +40213227,2016,9,75,2.2266666666666666 +40213320,2014,2,19,2.1578947368421053 +40213260,2020,1,10,1.8 +19126352,2018,11,9,1.6666666666666667 +40213180,2017,12,17,3.3529411764705883 +40213227,2014,5,56,3 +19018935,2018,11,3,1.3333333333333333 +19126352,2009,9,6,1.8333333333333333 +1332419,2000,6,4,1.75 +40213183,2022,8,27,1.9259259259259258 +40213299,2015,7,12,4.416666666666667 +40213299,2019,4,20,1.75 +40213260,2018,5,15,2 +40213180,2019,1,30,2.3333333333333335 +40171902,2021,4,3,2.6666666666666665 +19075601,2014,8,4,1.25 +1332419,2014,8,2,1.5 +40213260,2021,10,19,1.7894736842105263 +40213251,2014,5,17,2.235294117647059 +40213160,2018,2,32,2.46875 +40213180,2020,7,24,1.75 +40213180,2015,6,22,1.8181818181818181 +40213281,2015,12,48,1.9583333333333333 +40163554,2018,12,4,1.5 +40213154,2010,9,28,2.2857142857142856 +40213260,2019,7,26,2.0384615384615383 +40213227,2019,7,74,2.108108108108108 +19075601,2017,9,12,1.0833333333333333 +40213201,2015,9,14,2 +40213251,2021,11,23,2.5217391304347827 +40213198,2021,2,32,3.0625 +40213281,2021,5,40,2.525 +19126352,2007,7,6,1.3333333333333333 +40220960,2023,1,6,1 +40171902,2003,12,1,2 +40213251,2016,10,20,2.35 +40213160,2015,11,47,2.6382978723404253 +40213216,2017,11,13,2.8461538461538463 +40213314,2017,9,24,2.5416666666666665 +40213314,2018,8,28,2.7142857142857144 +40213227,2021,6,47,1.9787234042553192 +40220960,2022,10,8,1 +40171902,2016,7,3,1.6666666666666667 +40213251,2017,2,22,2.8181818181818183 +40213198,2017,2,43,2.372093023255814 +40213160,2016,5,38,1.7105263157894737 +40213281,2016,5,50,1.88 +19126352,2023,4,7,1.7142857142857142 +40171902,2018,10,4,1.75 +40213227,2018,10,81,2.3703703703703702 +40213320,2019,5,19,1.8421052631578947 +40213227,2013,9,66,2.227272727272727 +40213230,2016,10,5,1.8 +40213180,2016,10,22,2.909090909090909 +40213296,2018,9,21,2.4285714285714284 +40213230,2017,11,3,2.6666666666666665 +40213227,1992,10,4,1.75 +40213154,1994,11,16,2 +40213154,1990,10,10,2.2 +1539411,2007,9,3,6.666666666666667 +40213154,1995,8,11,2.8181818181818183 +40213154,1997,9,13,1.8461538461538463 +40213296,2019,1,14,2.142857142857143 +40213281,2014,3,40,3.1 +40213216,2014,1,16,1.8125 +40213160,2014,1,36,1.8611111111111112 +40213260,2020,12,10,5.2 +40213296,2015,6,20,3.35 +40213160,2022,11,31,1.4838709677419355 +40213180,2019,12,28,2.607142857142857 +40213180,2013,12,26,2.1538461538461537 +40171902,1987,5,3,3 +40213180,2020,4,30,2.2333333333333334 +40220960,2002,11,1,1 +40213260,2017,4,13,1.5384615384615385 +40213251,2022,6,11,2.5454545454545454 +40213314,2018,9,17,2 +1539411,2004,3,4,2 +1310034,2017,5,1,1 +1310034,2015,4,1,1 +46275916,2015,4,1,1 +40213296,2021,2,11,2.4545454545454546 +1332419,1996,5,1,2 +19018935,2014,8,6,2 +40171902,2014,8,6,2 +40213216,2021,4,13,2.5384615384615383 +40213160,2021,6,30,2.2333333333333334 +40213304,2021,2,25,2.04 +40213251,2016,6,17,2.176470588235294 +46275916,2014,5,2,1 +40243436,2014,5,2,1 +40213314,2014,11,25,2.88 +40213281,2019,6,47,2.127659574468085 +40213160,2014,12,38,2.210526315789474 +40213260,2023,4,9,2.111111111111111 +40213260,2022,11,12,1.75 +40213201,2021,1,9,1.7777777777777777 +40213260,2022,3,16,3.3125 +1332419,2008,4,4,1.25 +40213154,2013,5,23,1.608695652173913 +40213314,2016,8,28,2.857142857142857 +19126352,1987,4,3,1 +19126352,2012,4,5,1.2 +19075601,2012,4,5,1.2 +40213306,2018,1,7,2.7142857142857144 +40213183,1973,11,1,2 +40213160,1973,11,1,2 +40213154,1977,12,5,2.2 +40213154,1971,11,3,1.6666666666666667 +40213154,1975,12,3,2 +40213296,2020,7,14,1.6428571428571428 +40243436,2015,12,2,1 +40213180,2017,1,29,3.4482758620689653 +19133768,2007,3,1,1 +19018935,2005,2,1,2 +40171902,2005,2,1,2 +40213227,2022,5,72,2.361111111111111 +1332419,2020,8,5,2 +40213183,2016,4,16,1.75 +40213198,2015,10,33,2.515151515151515 +40213154,1978,9,3,1.6666666666666667 +40213154,1979,9,3,1.6666666666666667 +40213154,1973,8,5,2 +40213299,2020,6,15,1.9333333333333333 +40213216,2018,6,20,2.45 +40213304,2018,4,25,1.92 +40171902,1990,1,2,3.5 +40213154,2008,5,15,1.9333333333333333 +40213154,2009,5,13,2.1538461538461537 +40213180,2021,10,22,2.3181818181818183 +1332419,2019,8,2,3.5 +40213201,2020,2,7,2.2857142857142856 +40213198,2019,2,44,1.7045454545454546 +40213251,2013,10,21,1.8095238095238095 +40213160,2017,7,48,1.9166666666666667 +40213281,2017,7,57,1.8771929824561404 +40213320,2016,9,27,1.8148148148148149 +40213304,2019,1,35,1.8857142857142857 +40213320,2021,2,32,2.25 +40213296,2018,8,19,2.263157894736842 +40213296,2016,8,22,1.7727272727272727 +40213230,2015,12,5,2.4 +40213299,2015,4,17,3.823529411764706 +1545959,2017,10,1,1 +40213198,2010,6,2,1.5 +1332419,2011,12,5,1.6 +1310034,2013,1,1,1 +40213154,2011,12,22,1.8636363636363635 +40213154,2005,11,16,1.5625 +40213183,2016,7,17,4.117647058823529 +40213306,2022,5,12,2.0833333333333335 +40213180,2022,5,28,2.0714285714285716 +1545959,2004,1,2,1 +40213154,2002,12,18,2.888888888888889 +40213216,2015,9,25,2.24 +40213304,2015,5,29,2.413793103448276 +40213216,2023,5,17,3.3529411764705883 +40213304,2023,1,20,3.35 +40213281,2023,5,36,2.6944444444444446 +1332419,1994,4,20,2.1 +40213216,2014,12,20,2.15 +19126352,1999,12,6,1.5 +40213154,1992,2,6,3.5 +40213314,2022,12,21,2.0476190476190474 +40213314,2022,1,25,2.2 +40213281,2022,1,50,1.96 +40213296,2000,3,1,3 +40213227,2000,3,1,3 +19075601,2004,9,2,1.5 +40213304,2022,8,25,2.16 +40213198,2023,2,37,2.6486486486486487 +40213299,2014,9,14,1.6428571428571428 +1332419,2019,9,3,1.3333333333333333 +40213227,2016,8,71,2.056338028169014 +19126352,1994,11,5,2.2 +40213154,1989,10,8,1.75 +40163554,2022,1,4,1.25 +40163554,2013,10,3,3.6666666666666665 +40213216,2020,6,20,2.35 +40213299,2022,6,15,2.2666666666666666 +40213160,2020,6,36,2.5555555555555554 +19126352,2018,3,6,1.5 +40213198,2016,2,50,2.02 +19075601,2003,3,4,1.5 +40213320,2015,9,23,1.9565217391304348 +40213299,2021,5,23,2.260869565217391 +40213304,2020,11,29,2.793103448275862 +40213304,2020,3,28,2.2857142857142856 +19075601,2023,5,12,1.4166666666666667 +40213306,2017,9,14,2 +40213216,2021,7,22,2.272727272727273 +1539411,2023,4,4,2.25 +40171902,2013,2,2,1.5 +19126352,1997,1,4,2.25 +40213154,1970,7,4,1.25 +40213183,2014,11,17,2.3529411764705883 +40213183,2019,12,20,2.05 +40213314,2015,6,30,2.6333333333333333 +40213154,1971,3,3,1.3333333333333333 +40213154,1969,3,3,1.3333333333333333 +40220960,2016,9,4,1 +40213230,2016,6,13,1.6923076923076923 +19075601,2020,10,7,1.4285714285714286 +1539411,2007,8,5,2.8 +40213260,2021,6,15,1.6 +40213299,2020,10,23,1.7391304347826086 +40213183,2020,10,22,1.8636363636363635 +1332419,2013,5,4,2.25 +1332419,2021,1,5,2 +19126352,1978,6,2,2.5 +40171902,2001,6,4,1.5 +40163554,1983,7,2,1 +40213183,2015,4,20,3.75 +40213304,2016,3,25,1.96 +19018935,2008,11,1,1 +40213183,2021,8,17,2.764705882352941 +40213154,1983,2,3,1 +1539411,2014,11,4,2.5 +40213296,2017,3,21,1.7619047619047619 +40213216,2018,10,17,1.7058823529411764 +40213299,2019,7,24,1.8333333333333333 +40213183,2023,4,24,1.875 +40213160,2023,4,34,2.3529411764705883 +40213216,2019,5,23,1.9565217391304348 +40213299,2023,1,20,1.8 +40213154,1972,4,5,1.4 +40213154,1966,4,2,1 +40213216,2022,4,18,1.6111111111111112 +40213314,2020,2,29,1.8620689655172413 +40213198,2020,2,47,2.1914893617021276 +19075601,2008,9,6,2 +40213201,2019,3,5,1.4 +40171902,2012,4,3,1.3333333333333333 +1539411,2018,9,9,2 +19126352,2020,10,3,1.3333333333333333 +40163554,2005,7,1,2 +40213154,1986,4,14,4.214285714285714 +19133768,2015,1,2,1 +40213154,2004,1,15,1.9333333333333333 +40213227,2005,2,4,3.25 +40213154,2012,3,24,2.75 +19018935,2017,11,3,4.333333333333333 +40213160,2020,10,41,3.048780487804878 +19018935,2004,2,1,3 +19075601,2017,8,13,1.4615384615384615 +19133768,1982,10,1,1 +40213154,1976,5,3,2.6666666666666665 +40213201,2016,1,10,3.1 +40213304,2022,9,20,1.6 +40213201,2022,6,10,2.8 +40213154,1995,9,11,1.3636363636363635 +40213154,2005,3,10,2.5 +40213227,1992,6,1,4 +40213154,1989,6,5,5 +40213154,1990,6,6,4.5 +40213154,1988,5,7,6.428571428571429 +40213230,2014,1,11,2.909090909090909 +40243436,2011,3,1,1 +40213154,2011,1,15,1.6666666666666667 +40213154,2004,12,12,2.0833333333333335 +40213201,2015,8,8,4 +19075601,2015,5,12,1.25 +40213320,2020,3,30,2.8333333333333335 +40213154,1964,8,2,1.5 +40220960,2015,2,3,1 +40213296,2014,7,15,1.6666666666666667 +19018935,1990,2,1,2 +40163554,2017,8,4,2.25 +19018935,2008,3,4,1.25 +40163554,2009,9,4,2 +19126352,2003,5,3,1.6666666666666667 +40213154,1999,7,13,1.7692307692307692 +40213304,2019,12,21,1.8571428571428572 +40213281,2020,2,51,2.0784313725490198 +40213216,2020,10,21,4 +40213198,2022,5,40,2.05 +40213230,2013,11,5,6.2 +19126352,2014,5,7,1.5714285714285714 +40213154,1961,5,1,2 +40213154,1959,4,4,1.75 +40171902,2015,9,5,2 +19075601,2006,7,3,2 +1332419,2006,7,3,2 +1539411,2006,7,3,2 +1545959,2007,1,3,1 +19126352,1959,6,2,4 +40213154,1966,7,1,5 +19075601,2016,3,5,2 +40213230,2023,1,7,1.7142857142857142 +40213154,2010,8,15,2.2666666666666666 +19126352,2012,7,7,1.5714285714285714 +19018935,2015,7,4,2.5 +19075601,2012,7,9,1.4444444444444444 +1539411,2003,2,1,1 +40213230,2008,3,1,1 +40213251,2002,2,1,1 +40213227,2021,10,57,2.0526315789473686 +19018935,2020,7,2,3 +40213260,2013,11,8,2.125 +40213296,1996,4,1,1 +40213227,1997,4,5,2.4 +40213154,1994,3,6,2.6666666666666665 +40213154,1999,4,13,2.076923076923077 +40213180,2015,10,20,2.05 +40171902,2016,4,2,3 +1332419,2009,12,1,2 +40213304,2018,7,20,1.75 +40213230,2015,1,10,3.1 +19126352,1988,4,1,2 +1539411,1991,4,11,2 +40213304,1994,3,1,2 +1332419,2000,10,3,1.6666666666666667 +46275916,1963,6,1,1 +40213154,1958,11,1,1 +40213154,1953,10,1,1 +40213251,2019,2,13,2.076923076923077 +40213260,2014,12,20,2.5 +40213230,2019,2,9,1.4444444444444444 +40171902,1997,6,2,2 +19126352,2013,2,1,2 +19075601,2013,2,2,2.5 +40213260,2015,2,16,3.0625 +40213296,2022,2,14,2.2857142857142856 +40213183,2020,6,17,2.0588235294117645 +19126352,2020,6,5,3 +19075601,2020,6,8,3 +40243436,1991,3,1,1 +1545959,2000,4,1,1 +40163554,2015,2,3,2 +40213154,1985,10,5,1.4 +19126352,2015,7,4,2 +19018935,2018,3,5,2.2 +40213201,2017,9,8,2.5 +1332419,2020,9,8,1.625 +1545959,2020,8,2,1 +19018935,2003,6,3,2.6666666666666665 +1310034,2012,7,1,1 +1539411,1993,6,2,2 +19126352,2021,4,4,1.25 +19075601,2021,4,5,1.2 +40213230,2022,10,14,4.285714285714286 +1545959,2013,6,2,1 +40213306,2021,9,9,2.3333333333333335 +40213306,2015,9,7,1.8571428571428572 +40213227,1997,7,1,2 +19018935,2017,3,4,1.75 +40213227,2006,11,3,1.3333333333333333 +40213306,2017,8,12,2.3333333333333335 +40213306,2019,8,11,2.4545454545454546 +19126352,1953,3,1,1 +40213306,2018,12,10,3 +40220960,2014,10,3,1 +40213306,2019,9,5,1.2 +1310034,2021,7,3,1 +19126352,1996,4,3,1.6666666666666667 +40213260,2016,4,10,3.9 +40171902,2022,9,2,1.5 +40213154,1972,7,4,2.25 +40213183,2015,7,17,4.764705882352941 +19133768,2021,11,4,1 +19018935,2009,4,4,1.75 +1332419,2002,11,3,1.3333333333333333 +19126352,1990,8,3,2 +40213154,1984,12,3,1.6666666666666667 +40213154,1980,12,4,2 +1332419,2003,7,3,4.333333333333333 +1545959,2020,9,1,1 +40213201,2017,8,16,1.75 +40213183,2019,1,18,3.5 +40213154,1987,4,13,4 +40213154,2002,1,10,2 +19126352,1964,6,2,1 +40163554,2018,1,1,1 +19126352,1981,1,2,1.5 +19133768,1981,1,1,1 +40213154,1981,10,5,2 +40213154,1985,6,4,2 +19018935,2016,5,6,3 +19018935,1995,9,2,1 +40213230,2014,12,10,3.2 +19126352,2004,2,5,1.2 +40213299,1995,2,1,2 +40213154,1996,2,11,2.272727272727273 +40220960,2019,2,7,1 +40243436,2010,9,1,3 +40213227,2010,9,3,2 +1539411,1996,2,2,1.5 +40213201,2013,12,12,2.6666666666666665 +40213251,2013,6,4,1.75 +40163554,2003,2,4,1.5 +40213320,2023,6,11,1.8181818181818181 +1310034,2006,10,1,1 +19126352,2001,6,3,3.3333333333333335 +1332419,2001,6,3,3.3333333333333335 +40213201,1989,11,1,2 +40213306,2020,6,10,1.8 +19126352,2010,3,4,2 +40213227,2001,5,1,1 +40213201,2018,1,12,2.1666666666666665 +40213201,2016,12,11,6 +19075601,2021,7,7,1 +19075601,2000,11,4,1.75 +19075601,2018,6,11,1.1818181818181819 +19018935,2014,9,1,1 +40171902,2014,9,1,1 +40213201,2019,11,11,1.7272727272727273 +19133768,1997,5,2,1 +19018935,1999,11,2,2.5 +40213201,2023,4,6,1.6666666666666667 +19075601,2004,8,4,1.25 +40163554,2014,7,6,2.3333333333333335 +40163554,2022,12,4,1.75 +40213201,2021,12,9,1.5555555555555556 +40171902,1992,9,2,1 +19075601,2019,5,12,2.3333333333333335 +1539411,2019,2,5,2.4 +40213154,1986,7,2,1.5 +40213154,1987,7,1,2 +19126352,2022,4,7,1.4285714285714286 +19018935,2006,11,1,1 +40171902,1989,6,1,3 +19075601,2016,11,8,1.5 +40171902,2015,8,1,1 +1310034,2013,12,2,1.5 +1539411,1995,12,3,1.3333333333333333 +19075601,1997,12,18,2 +40213299,2016,5,18,2.5555555555555554 +40213216,2015,8,19,3 +19126352,2006,6,6,6 +1545959,2005,6,2,1 +40243436,2013,2,1,1 +40213230,2020,8,7,1.8571428571428572 +40213296,2015,10,18,1.8888888888888888 +40213296,2014,4,9,2 +19075601,2010,7,5,1.4 +40213230,2021,2,10,3.3 +1332419,2023,1,6,3 +40213251,2018,11,15,1.7333333333333334 +40213183,2018,11,15,1.7333333333333334 +1332419,1995,2,1,3 +1332419,2003,4,2,4 +40171902,2011,8,2,1.5 +1539411,1994,4,2,1.5 +1545959,1996,8,3,1 +40213306,2014,12,5,3 +19126352,2011,5,5,1.2 +1539411,2011,5,2,1.5 +1545959,2018,7,4,1.25 +1539411,2004,11,2,4 +1545959,2003,11,1,1 +19075601,2003,11,7,1.5714285714285714 +19133768,2003,11,1,1 +40213230,2017,3,4,2.5 +19126352,2010,11,4,3 +40213299,2017,10,8,2.75 +40213314,2015,10,19,2.789473684210526 +19126352,1991,5,1,2 +19126352,1993,3,2,3.5 +40213251,1986,6,1,1 +40213314,1985,9,1,1 +19075601,2022,5,12,1.0833333333333333 +19126352,2017,3,2,6.5 +19018935,2013,9,1,2 +19126352,1987,7,2,1.5 +40213296,2017,11,17,2.9411764705882355 +19126352,1978,10,1,2 +1332419,2009,1,2,2 +40163554,1990,6,2,2 +40213299,2022,10,19,3.5789473684210527 +40213154,1979,8,3,1.6666666666666667 +40213154,1978,8,3,1.6666666666666667 +40213251,2022,10,14,2.142857142857143 +19126352,2019,11,1,1 +40213304,2010,9,1,1 +40213198,2011,11,2,2 +40163554,2021,9,3,1.3333333333333333 +1332419,1999,2,2,1.5 +40213227,2006,3,2,1.5 +40243436,2003,4,1,1 +40213154,1957,11,2,1.5 +40213154,1954,11,2,1.5 +40171902,1983,12,2,15 +1545959,2008,3,1,1 +19126352,2019,3,7,3.4285714285714284 +40243436,2015,1,2,1 +40213230,2020,9,5,1.6 +19126352,1966,7,1,1 +40213154,1949,6,1,1 +40213154,1950,7,2,1.5 +40163554,1999,5,2,3.5 +19018935,2010,10,2,1 +1539411,2022,4,4,1.75 +40213180,2005,7,1,1 +40213180,2009,8,1,1 +40213306,2020,10,5,2.6 +40213260,2011,5,1,2 +19133768,2022,3,1,1 +1332419,2008,7,4,2.25 +1332419,2016,12,2,2.5 +40213154,1973,9,1,1 +40163554,1992,10,1,2 +19018935,1982,6,1,11 +40163554,2021,8,2,2.5 +40213154,1963,12,1,3 +1539411,1999,12,3,2 +40171902,2011,9,4,2.25 +19133768,2004,5,1,1 +19018935,1977,5,2,4 +40213227,1996,9,2,3.5 +40163554,2020,5,3,3.6666666666666665 +40171902,2021,7,6,5.833333333333333 +40213306,2021,8,5,2.2 +40163554,2002,2,1,1 +19018935,2002,2,1,1 +40171902,2002,2,1,1 +40213201,1996,7,1,5 +19018935,2010,6,2,2.5 +1545959,2018,4,1,1 +19126352,1964,10,3,1.3333333333333333 +19126352,1992,6,4,2.75 +1545959,2004,12,1,1 +1332419,2004,7,4,2 +19126352,2001,10,3,2 +1332419,2001,10,2,2.5 +40163554,2009,8,2,1 +40163554,1980,11,1,1 +40220960,2017,6,6,1 +1539411,2010,12,4,1.5 +40163554,2005,4,2,2 +19126352,1993,11,2,1 +40213154,1984,1,2,3 +40171902,1990,12,2,4 +1539411,2001,2,3,1.6666666666666667 +1332419,2016,1,2,2 +46275916,2020,11,2,1 +40163554,1998,6,2,2.5 +1545959,2013,10,1,1 +1539411,2021,5,5,1.6 +40163554,2023,2,3,1.6666666666666667 +40243436,1962,1,1,1 +40171902,2012,7,2,2.5 +40213201,2018,12,5,1.6 +19018935,2019,5,4,4.25 +40171902,2019,5,4,4.25 +19075601,1999,7,1,2 +1539411,2002,8,2,1 +19126352,2015,4,9,5.444444444444445 +40213154,1951,10,1,1 +40163554,2014,4,2,19 +1545959,2019,8,2,1 +1539411,2002,9,1,1 +1545959,2021,12,1,1 +1539411,2018,8,2,2 +40213306,2011,8,1,1 +1545959,2007,12,1,1 +40213201,2022,10,5,1.8 +1332419,2021,12,4,2.25 +19126352,2016,5,7,1.2857142857142858 +1332419,1997,6,2,2 +1545959,2010,12,2,1 +40171902,2018,6,2,2 +40163554,2008,1,1,1 +40163554,2012,10,2,1.5 +1539411,1994,7,1,1 +19075601,2018,10,8,1.375 +40163554,2007,2,2,1.5 +19126352,1996,7,3,1.3333333333333333 +40220960,2021,10,2,1 +40171902,2022,8,4,2 +19018935,2009,7,2,3 +40163554,2019,7,3,1.3333333333333333 +1332419,2015,1,3,3.3333333333333335 +19126352,1988,7,1,1 +40163554,2004,11,2,4 +40171902,2004,11,2,4 +19126352,1971,11,1,3 +1539411,2009,2,2,3 +1545959,2023,2,2,1 +19133768,2007,11,2,1 +40213296,2002,11,1,2 +40171902,2010,11,1,2 +40213201,1991,8,1,1 +40171902,2001,10,1,2 +1310034,2001,6,1,1 +46275916,2001,6,1,1 +1539411,2014,3,2,2.5 +1332419,2002,3,3,1.6666666666666667 +19018935,1992,1,1,2 +1539411,1995,1,3,3.3333333333333335 +40163554,2013,6,2,1.5 +1332419,2011,1,5,1.2 +19126352,1943,4,1,5 +40213154,1953,6,1,5 +40213154,1959,7,1,5 +40163554,2016,8,4,1.5 +19133768,2006,6,2,1 +40213306,2014,1,5,1.8 +40243436,2017,8,1,1 +1310034,2023,2,1,1 +1332419,2017,8,3,1.6666666666666667 +40213154,1977,1,2,1 +19126352,1971,3,1,1 +40213227,1996,8,1,1 +40171902,2006,2,2,1 +40243436,2020,8,1,1 +19126352,1963,6,2,1.5 +40213227,2011,7,1,2 +40213198,2011,3,1,1 +40171902,1982,12,2,2 +19018935,2023,5,3,1.6666666666666667 +40213198,2010,10,1,2 +1539411,2015,2,2,2 +19075601,1999,4,2,4 +40213227,1999,3,3,1.6666666666666667 +40213306,2006,9,1,2 +1332419,2007,5,4,2 +1539411,1999,1,4,9.75 +19126352,1999,1,6,6.833333333333333 +1545959,2011,8,1,1 +40243436,2023,4,1,1 +1545959,2011,9,2,1 +40213296,1996,7,1,2 +40213154,1975,1,1,2 +40213227,2011,4,2,2.5 +19126352,2009,8,3,1.3333333333333333 +40243436,2020,9,1,1 +19018935,2013,8,1,1 +40220960,2009,9,1,1 +1545959,2012,9,3,1 +40171902,2009,3,4,1.75 +19126352,2022,7,3,1.3333333333333333 +1545959,2019,9,1,1 +40213227,2007,11,2,1.5 +1310034,2004,4,1,1 +40213201,2003,1,1,2 +19018935,2015,4,2,1.5 +19075601,2002,6,2,1.5 +19018935,1991,8,4,2.75 +19126352,1980,11,1,1 +40171902,1995,6,1,2 +1332419,2018,2,5,1.8 +19126352,2006,10,5,1 +19133768,2006,10,4,1 +19126352,1963,10,1,1 +40213154,1954,3,2,1 +19075601,2014,9,8,1.5 +1332419,2014,9,4,2 +19133768,2008,1,1,1 +40171902,1991,4,1,1 +40171902,2017,5,4,1.25 +19126352,1977,10,1,1 +40213154,1970,4,1,1 +40171902,1992,8,2,1.5 +40213227,2012,9,1,1 +40220960,2022,6,4,1 +19126352,1990,9,1,2 +40163554,1993,1,1,1 +40171902,1993,1,1,1 +19126352,1954,9,1,5 +19133768,1991,2,1,1 +19133768,2002,3,1,1 +1332419,2017,9,2,1 +1545959,2009,6,1,1 +40171902,1983,1,1,2 +40220960,2021,6,4,1 +1545959,2006,4,1,1 +19075601,2006,4,1,1 +40213154,1967,8,1,1 +1545959,1998,9,2,1 +40220960,2013,6,2,1 +19075601,2010,4,2,2 +1545959,2009,10,1,1 +19126352,2008,5,3,2 +19126352,1997,12,2,1.5 +40171902,2003,1,3,2 +40163554,2019,4,2,3 +40213154,1974,6,1,2 +1545959,2003,3,1,1 +19133768,2003,3,1,1 +40163554,2006,9,3,2 +40163554,1991,5,1,15 +19126352,1968,8,1,3 +1310034,2002,2,1,1 +40213306,1996,4,1,2 +40213154,1969,11,2,1.5 +40163554,1998,10,1,2 +19126352,2021,7,2,1 +40213230,2022,6,7,1.1428571428571428 +40163554,2006,8,1,2 +46275916,2020,3,1,1 +19075601,1998,2,3,1.6666666666666667 +40213201,2002,2,1,1 +40213227,2007,3,1,1 +1539411,2008,2,1,2 +40213154,1950,4,3,3.3333333333333335 +40243436,1992,11,1,1 +19018935,1986,4,1,2 +46275916,2021,11,1,1 +40171902,1985,6,1,2 +19126352,1976,2,1,1 +40163554,1984,2,1,1 +40163554,2017,9,1,2 +40213201,2007,9,2,2 +1545959,2015,6,1,1 +40220960,2016,8,3,1 +40213201,2001,2,1,1 +1332419,2015,12,1,1 +1539411,2022,7,1,2 +19133768,1990,12,2,1 +40213154,1981,6,1,4 +1545959,2021,1,2,1 +40220960,1988,5,1,1 +1545959,1996,9,1,1 +19133768,2022,11,1,1 +46275916,2012,11,1,1 +19018935,1984,7,1,2 +40163554,2004,3,2,2 +40171902,2004,3,2,2 +19133768,2016,10,3,1 +40213260,2007,1,3,3 +1310034,2016,8,2,1.5 +46275916,2016,8,2,1.5 +46275916,2003,2,1,1 +46275916,1998,9,1,1 +40220960,2014,6,1,1 +19126352,1960,9,1,2 +1332419,1998,7,1,2 +40213299,2003,12,1,1 +40220960,2002,3,1,1 +40213260,2009,2,1,1 +19126352,1945,10,1,2 +40213154,1963,1,2,2 +40213227,2012,8,1,7 +40213306,1993,5,1,5 +19133768,2018,12,1,1 +19126352,1992,10,1,2 +40220960,2013,10,1,1 +40213320,2008,9,1,2 +40213320,2006,9,1,2 +40163554,2011,2,1,1 +40213306,2005,4,1,1 +40213180,2005,4,1,1 +40163554,2012,6,1,2 +19126352,1998,5,1,1 +1332419,2012,6,1,2 +40171902,2010,3,1,2 +40213227,2009,5,1,2 +40243436,2019,10,1,1 +40171902,1997,10,1,2 +40220960,2017,10,2,1 +40171902,1991,7,1,2 +19018935,1993,2,2,2 +19133768,2001,2,1,1 +40171902,1989,10,1,1 +46275916,2011,6,1,1 +40163554,2016,9,1,2 +19133768,1994,8,1,1 +19018935,2020,4,1,2 +1332419,2012,10,3,1.6666666666666667 +19018935,1978,12,1,2 +1310034,2022,5,1,1 +40213227,1993,9,1,2 +1545959,2000,7,1,1 +40163554,1980,3,1,1 +40213154,1957,3,2,1.5 +40213154,1958,3,1,2 +40213201,2011,1,1,2 +40213216,2006,2,1,1 +40213304,2002,4,1,1 +40213160,2002,9,1,1 +40213314,2003,6,1,1 +40213281,2003,9,1,1 +46275916,2022,10,1,1 +40163554,2010,1,1,1 +40243436,2021,9,1,1 +40243436,1960,4,1,1 +46275916,1994,9,1,1 +19126352,1974,3,2,1 +40213160,1965,12,1,1 +19126352,1984,4,1,2 +40213227,2010,8,1,1 +40171902,2007,9,1,1 +19133768,1990,1,1,1 +40213227,1995,9,2,1 +19126352,1941,4,1,2 +1310034,2008,12,1,1 +40171902,2008,2,1,1 +40213154,1974,10,1,1 +19018935,2003,10,1,2 +40213154,1960,10,1,2 +19133768,1994,9,1,1 +19018935,2006,3,1,2 +1545959,2022,5,1,1 +19018935,2020,11,5,2 +40213154,2020,11,697,2.3873744619799138 +40213154,2017,10,645,2.3767441860465115 +40213154,2018,10,617,2.2901134521880064 +40213154,2016,10,661,2.514372163388805 +40213260,2017,3,10,3 +40213154,2020,3,679,2.444771723122239 +40213154,2014,3,618,2.5372168284789645 +40213154,2014,11,591,2.3214890016920475 +40213306,2018,8,9,1.7777777777777777 +40213251,2019,10,18,2.5 +40213198,2019,10,39,1.9487179487179487 +40213154,2019,4,615,2.538211382113821 +40213227,2017,5,66,1.9696969696969697 +40213260,2016,3,15,2.2666666666666666 +40213154,2021,6,600,2.295 +19126352,2000,5,1,4 +1539411,2000,5,1,4 +40213227,2018,2,68,2.823529411764706 +40213154,2021,10,662,2.098187311178248 +40213183,2016,11,22,1.9545454545454546 +19126352,1999,9,2,3.5 +19133768,2008,8,2,1 +19018935,2009,11,2,1.5 +1539411,1999,9,2,3.5 +40213154,2017,6,628,2.390127388535032 +40213154,2023,6,324,2.2623456790123457 +40213154,2019,7,662,2.3595166163141994 +40213183,2015,3,19,1.9473684210526316 +40213306,2015,1,13,1.6923076923076923 +40213227,2015,1,65,1.8307692307692307 +40213227,2016,12,73,1.821917808219178 +40213154,2016,6,616,2.262987012987013 +40213251,2018,7,13,2.230769230769231 +40213183,2018,7,13,2.230769230769231 +40213160,2022,4,34,2.0294117647058822 +40213198,2017,10,37,2.081081081081081 +40213198,2018,7,42,1.9285714285714286 +40213154,2018,6,627,2.2264752791068583 +40213251,2017,6,20,2 +40213304,2016,4,26,2.3461538461538463 +40213198,2017,6,57,2.7017543859649122 +40213216,2013,6,9,1.7777777777777777 +40213198,2013,6,18,2 +40243436,2016,5,2,1 +40213299,2019,3,26,2.6153846153846154 +40213314,2017,12,26,2.6538461538461537 +40213314,2017,1,27,2.6296296296296298 +40213160,2017,3,36,2.888888888888889 +40213281,2017,3,45,2.7333333333333334 +40213314,2022,9,22,1.6363636363636365 +40213198,2021,10,49,1.836734693877551 +40213296,2020,11,25,1.8 +40213227,2015,12,74,2.027027027027027 +40213227,2019,11,60,3 +40213154,1994,7,8,2.375 +40213154,2002,8,19,1.736842105263158 +40213216,2015,1,15,2.8 +40213183,2019,9,14,2.142857142857143 +40213260,2020,8,19,2.263157894736842 +40171902,2012,3,2,1.5 +40213201,2019,4,5,3.2 +40213198,2018,4,38,1.763157894736842 +19075601,1997,8,18,2 +40213154,2002,9,11,1.8181818181818181 +40213306,2023,1,10,2 +40213180,2023,1,22,1.8181818181818181 +40213299,2015,11,22,1.9090909090909092 +40213296,2022,6,20,1.65 +40213183,2017,5,16,2 +40213227,1995,1,1,4 +40213154,1998,1,16,4.125 +40213154,1997,1,13,4.846153846153846 +40213154,1995,1,8,6 +40213230,2015,8,9,2.6666666666666665 +40213314,2016,1,37,2.4864864864864864 +40213314,2015,2,28,2.2857142857142856 +40213160,2015,7,38,2.6842105263157894 +40213160,2015,4,35,2.657142857142857 +40213198,2015,2,42,2.5714285714285716 +40213304,2022,12,24,2.6666666666666665 +40213160,2022,7,35,2.057142857142857 +40213198,2023,6,15,1.6666666666666667 +40213281,2022,9,40,1.8 +40213216,2017,4,22,1.8181818181818181 +40213183,2021,12,24,2.375 +40213230,2021,6,8,2.25 +40213320,2021,6,21,2.142857142857143 +40213251,2015,5,13,2.6923076923076925 +40213320,2014,6,21,2.1904761904761907 +40213314,2018,12,27,1.5925925925925926 +40213314,2018,1,30,1.6666666666666667 +40213160,2018,6,38,2.1052631578947367 +40213180,2016,2,19,1.894736842105263 +40213230,2016,2,9,1.7777777777777777 +19018935,2020,3,2,1.5 +40213227,2016,1,72,2.2222222222222223 +40213183,2016,3,19,2.210526315789474 +40213227,2021,2,58,3.1551724137931036 +40213306,2016,5,8,2.5 +40213296,2004,6,1,1 +40213154,2005,7,12,2.0833333333333335 +40213216,2021,11,23,2.347826086956522 +40213304,2021,6,34,2.1470588235294117 +40213314,2022,8,30,1.8333333333333333 +40213183,2014,4,12,2.75 +40213314,2014,4,21,2.0952380952380953 +40213198,2013,10,42,1.8333333333333333 +40213281,2014,7,41,2.8048780487804876 +40213304,2018,3,21,2.4285714285714284 +40213160,2018,10,37,1.837837837837838 +40213198,2016,6,41,2.5121951219512195 +40213227,2020,2,62,2.5806451612903225 +40213201,2023,3,7,3.5714285714285716 +40213198,2014,5,46,2.6956521739130435 +40213299,2014,12,19,1.6842105263157894 +40213180,2017,8,27,2.2962962962962963 +40213306,2020,2,8,2 +40213296,2019,8,13,2 +19075601,1998,6,3,2.3333333333333335 +40213154,2011,9,30,2.3 +40213296,2016,12,10,2.2 +40213296,2014,11,12,2.9166666666666665 +40213260,2014,9,13,1.9230769230769231 +40213160,2021,2,28,2.5714285714285716 +19126352,2005,9,5,2.4 +1332419,2005,9,4,2.75 +1539411,2005,9,4,2.75 +40213198,2016,10,49,3.306122448979592 +40213299,2019,11,23,2.4782608695652173 +40213160,2017,11,34,2.588235294117647 +40213281,2017,11,40,2.55 +40213180,2020,3,26,3.1153846153846154 +40213180,2015,2,23,1.9565217391304348 +40213299,2018,5,24,2.4583333333333335 +40213299,2017,2,25,2.16 +40213216,2016,5,23,1.9130434782608696 +40213230,2017,7,12,3.5 +1332419,2002,7,6,1.6666666666666667 +40213180,2013,9,18,2.2222222222222223 +40213180,2018,6,29,1.9655172413793103 +40213154,1992,10,14,2 +40213251,2023,5,14,1.5714285714285714 +40213281,2022,8,39,1.6666666666666667 +40213306,2019,12,11,2.1818181818181817 +19018935,1987,5,3,3 +40213227,2019,3,69,2.1884057971014492 +19126352,2021,3,4,5 +19075601,2021,3,12,2.3333333333333335 +40213296,2014,3,24,3.4583333333333335 +19075601,2014,1,11,1.3636363636363635 +1332419,2014,1,6,1.5 +1332419,2004,3,4,2 +40213260,2016,11,10,2 +40213251,2016,2,19,2.1578947368421053 +1310034,2003,9,1,1 +40213227,2002,6,2,2.5 +40213260,2015,10,12,2.75 +40213306,2017,12,6,5.166666666666667 +40213198,2021,6,42,2.380952380952381 +1310034,2014,5,2,1 +40213216,2014,9,19,2.736842105263158 +40213251,2019,6,13,2.1538461538461537 +40213160,2014,9,32,2.5 +40213320,2023,2,33,2.4242424242424243 +40213320,2020,4,19,2.6315789473684212 +40220960,2016,12,4,1 +40243436,2021,1,2,1 +40213154,2012,4,21,1.6666666666666667 +40213183,2015,11,18,2.4444444444444446 +46275916,1979,12,1,1 +40213183,1971,5,1,2 +40213154,1978,12,2,2.5 +40213154,1972,11,3,1.6666666666666667 +40213154,1970,11,2,1.5 +40163554,1994,6,2,1.5 +19018935,1994,6,2,1.5 +19126352,2007,3,6,2.8333333333333335 +40213183,2014,7,14,2.0714285714285716 +40213216,2013,10,17,1.9411764705882353 +40213251,2018,4,19,2.210526315789474 +40213183,2018,4,19,2.210526315789474 +40213314,2014,7,26,3.3846153846153846 +40213154,1977,9,1,1 +40213154,1980,9,3,1.6666666666666667 +40213154,1975,8,5,1.2 +40213183,2022,12,20,1.9 +40213183,2023,3,15,2 +40213160,2023,3,30,2.1666666666666665 +40213198,2019,6,37,1.972972972972973 +40163554,2004,4,2,1.5 +40171902,2004,4,2,1.5 +40213154,1949,2,3,1 +40213154,1947,3,3,3 +40213154,1950,3,2,1 +40171902,1984,5,1,1 +1545959,2011,12,1,1 +40213227,2006,4,3,2.6666666666666665 +40213154,2007,5,13,2 +40213154,2005,4,12,1.75 +40220960,2022,2,6,1 +40213230,2021,10,8,1.75 +40213320,2021,10,23,1.7826086956521738 +40213281,2015,9,49,2.2653061224489797 +40163554,2017,1,2,1 +1539411,2014,4,4,2 +40213230,2014,8,7,2.7142857142857144 +40213180,2019,9,18,1.9444444444444444 +40213304,2019,9,37,2.27027027027027 +40213281,2020,6,49,2.489795918367347 +40213320,2015,12,19,2.6842105263157894 +40213320,2016,12,25,2.28 +40213299,2014,1,15,4 +40213251,2017,10,8,2 +40213281,2014,4,35,2.4571428571428573 +40213299,2015,3,18,3.7222222222222223 +19075601,2016,7,7,1.4285714285714286 +40213296,2021,10,13,1.9230769230769231 +1332419,2019,1,3,1.6666666666666667 +46275916,2013,1,1,1 +40213198,2012,12,2,2.5 +40213154,2010,12,24,2.0416666666666665 +40213260,2023,3,20,2.9 +19075601,2004,1,6,1.1666666666666667 +40213154,2001,12,20,2.7 +40213154,1999,11,10,3.4 +40213306,2015,12,15,2.2666666666666666 +40213180,2020,11,30,1.7666666666666666 +40213281,2020,10,49,2.816326530612245 +1539411,1991,3,15,1.8666666666666667 +40213154,1999,3,18,1.6666666666666667 +40213320,2014,10,24,2.5 +40213216,2022,3,16,2 +19133768,2002,7,4,1 +40213180,2017,9,31,2.129032258064516 +40213230,2018,5,8,1.625 +40213180,2014,5,22,2.090909090909091 +19126352,2006,2,5,1.4 +40213314,2023,2,19,3.1052631578947367 +40213201,2021,9,9,1.8888888888888888 +1332419,1994,11,21,2.2857142857142856 +1539411,1994,11,5,2.2 +40213306,2017,1,13,5.153846153846154 +40171902,2022,1,4,1.25 +40171902,2013,10,3,3.6666666666666665 +40213314,2020,6,26,2.230769230769231 +40213198,2020,6,39,2.4615384615384617 +1545959,2018,3,3,1 +40213201,2008,5,2,2 +40213216,2015,12,19,1.894736842105263 +1332419,2003,3,3,1.6666666666666667 +19075601,2017,12,13,1.3076923076923077 +40213230,2015,9,8,2.25 +40213304,2020,4,33,2.8484848484848486 +40213314,2021,5,30,2.2333333333333334 +40213216,2017,7,23,2.1739130434782608 +1310034,2010,4,2,1 +19075601,2000,7,3,1.6666666666666667 +40213154,2004,8,16,2 +40213320,2013,9,19,1.9473684210526316 +40171902,2018,2,2,1.5 +40213180,2018,10,28,2.0357142857142856 +40163554,2013,2,2,1.5 +40213154,1971,7,5,1.2 +40213154,1969,7,2,1 +40213154,1962,5,3,1.3333333333333333 +40213304,2014,5,25,3.48 +1332419,2011,9,6,1.5 +40213154,1972,3,4,2.75 +40213154,1970,3,4,1.25 +40213296,2017,4,21,2.761904761904762 +40213260,2013,7,21,2.0476190476190474 +40213296,2018,1,16,1.9375 +40213296,2016,1,11,2.3636363636363638 +40213314,2020,10,34,3.1176470588235294 +40213198,2020,10,51,2.7450980392156863 +1539411,2013,5,4,2.25 +40213227,2013,12,53,2.018867924528302 +40213306,2014,9,10,2.3 +40213306,2019,1,13,2 +19126352,1993,4,2,1.5 +40213154,1987,3,9,1.5555555555555556 +40213154,1986,3,7,1.4285714285714286 +40213304,2020,7,27,2.5185185185185186 +40213314,2016,12,27,2.5555555555555554 +40213296,2018,12,18,2.2222222222222223 +40213154,1981,2,4,1.25 +40213260,2019,3,16,1.8125 +40213251,2020,5,17,2.235294117647059 +40213260,2022,4,14,2.142857142857143 +40213260,2015,6,20,2.05 +40213314,2019,5,31,2.2580645161290325 +40213160,2019,5,47,2.0638297872340425 +40213154,1969,4,3,1 +40213304,2021,10,30,2.033333333333333 +40213304,2022,1,27,1.8888888888888888 +40213183,2022,1,17,2.176470588235294 +40213296,2019,9,17,2.2941176470588234 +40213230,2020,1,9,2.3333333333333335 +40213304,2019,8,24,1.75 +40213304,2018,11,24,2.125 +40213183,2020,2,21,2.5238095238095237 +40213299,2020,2,18,1.8888888888888888 +1332419,2010,5,2,1.5 +40213201,2019,7,11,1.9090909090909092 +1332419,2019,12,4,2.5 +19133768,2023,1,3,1 +40171902,2003,8,2,2 +19133768,1987,5,1,1 +40213216,2022,11,11,1.7272727272727273 +40213296,2015,2,12,1.6666666666666667 +40243436,2012,1,1,1 +19075601,1997,9,30,1.8666666666666667 +40213251,2021,4,20,3.1 +40213304,2016,7,22,2 +40213320,2020,7,32,1.84375 +19018935,2014,1,2,2 +40171902,2014,1,2,2 +1332419,2017,12,3,1.6666666666666667 +40213201,2018,8,19,2.526315789473684 +40213154,1996,10,7,1.7142857142857142 +19126352,1980,4,2,3 +40213154,1982,5,1,5 +1539411,2008,10,6,1.8333333333333333 +40213260,2019,11,10,4.5 +1310034,1999,8,1,1 +1539411,1995,9,1,2 +40213201,2000,2,1,5 +40171902,1990,8,1,2 +19126352,1960,12,2,3 +40213154,1992,6,7,2.142857142857143 +40213320,2015,1,24,2.9583333333333335 +1332419,1995,10,1,1 +40213154,2010,1,16,1.875 +40213296,2023,1,16,1.625 +19126352,2020,2,3,4.333333333333333 +19075601,2020,2,11,2 +40213154,2006,5,13,2 +40163554,2007,6,3,1.6666666666666667 +40213154,1963,8,1,2 +1539411,2009,6,3,1.3333333333333333 +40243436,2017,12,4,1 +40163554,1990,2,1,2 +40213180,2013,8,20,1.9 +40213216,2020,2,20,1.8 +40213160,2020,2,39,2.230769230769231 +40213183,2021,1,22,1.7727272727272727 +40213260,2017,11,11,1.8181818181818181 +40213260,2022,7,20,1.6 +40213296,2017,7,11,1.5454545454545454 +40213201,2015,12,8,1.875 +19075601,2007,5,9,1.6666666666666667 +1332419,1994,3,12,2 +1545959,2019,12,4,1 +40213227,1997,3,3,1.6666666666666667 +40213296,2021,6,13,2.1538461538461537 +40213230,2022,2,9,1.8888888888888888 +40220960,2018,5,7,1 +19126352,1933,6,1,2 +40213154,1958,4,2,1.5 +40213154,1965,5,3,1.6666666666666667 +40213201,2013,8,11,4.7272727272727275 +19126352,2004,6,7,2.142857142857143 +40213154,2001,1,17,2.588235294117647 +40213154,1997,12,14,2 +40213154,1995,12,17,1.7647058823529411 +40213154,1998,12,18,1.9444444444444444 +19075601,2021,11,10,1.8 +40220960,2021,2,4,1 +40171902,2021,11,3,1.6666666666666667 +40171902,2016,3,1,3 +19133768,2012,10,2,1 +40213201,2015,1,6,2 +40213260,2020,9,14,3.7142857142857144 +40213154,2012,7,19,2.1578947368421053 +1545959,2003,7,1,1 +19075601,2003,7,6,2.6666666666666665 +19133768,2003,7,1,1 +40213154,2003,5,16,1.875 +40213281,2019,2,38,2 +40213201,2020,6,3,1.6666666666666667 +40213320,2016,1,24,2.5833333333333335 +1539411,2019,10,5,2.2 +40163554,2006,1,2,1.5 +1539411,2002,12,2,2 +19126352,2009,12,1,2 +40213306,2021,1,3,2.6666666666666665 +40213183,2019,8,20,2.25 +1545959,1996,12,2,1 +40213314,1994,5,1,2 +40213160,1994,7,1,2 +1332419,2020,12,2,1.5 +40243436,1963,6,1,1 +40213154,1959,11,1,1 +40213154,1955,10,2,3 +40213251,2022,2,12,2 +40213296,2020,3,15,1.9333333333333333 +40213251,2021,7,16,3.375 +19126352,1984,3,1,1 +40213230,2019,10,11,1.7272727272727273 +40213306,2018,9,8,3 +40163554,2002,6,3,1.6666666666666667 +19018935,2002,6,3,1.6666666666666667 +40171902,2002,6,3,1.6666666666666667 +40171902,2003,9,2,2 +40213260,2021,2,16,2.125 +19075601,2006,11,2,2 +1545959,2010,8,2,1 +19075601,2000,4,2,1 +1332419,1998,3,3,2.3333333333333335 +40213154,1996,6,11,2.090909090909091 +40213154,1993,5,9,3.7777777777777777 +40213154,1991,5,14,5.214285714285714 +19133768,2014,4,2,1 +40220960,2016,1,4,1 +19126352,2019,7,6,1.5 +19075601,2017,1,9,2.111111111111111 +40213260,2014,8,14,2.5714285714285716 +40213306,2021,12,11,1.9090909090909092 +46275916,2005,8,2,1 +19126352,1996,11,5,1.6 +40163554,2009,1,5,1.8 +40163554,2003,6,3,2.6666666666666665 +46275916,2012,7,1,1 +19018935,2022,5,7,1.7142857142857142 +19126352,2013,6,6,1.3333333333333333 +19133768,2013,6,2,1 +19075601,2013,6,9,1.4444444444444444 +40220960,2009,12,2,1 +40213201,2001,10,1,2 +40213180,2019,8,20,2.4 +40213154,2000,5,13,2 +40213154,1994,4,6,1.6666666666666667 +19126352,1971,4,1,3 +40213154,1971,4,4,1.5 +1332419,2016,9,2,2.5 +40213154,1957,4,1,1 +1539411,2018,12,6,1.6666666666666667 +40163554,2012,2,1,2 +40220960,2015,10,7,1 +46275916,2021,7,3,1 +19075601,2005,5,3,1.6666666666666667 +40213296,2022,10,14,2 +40163554,2022,9,2,1.5 +19018935,2015,11,3,3.6666666666666665 +40213154,1986,11,4,8.5 +40163554,2004,7,3,4.333333333333333 +40171902,2004,7,3,4.333333333333333 +40163554,1997,5,3,1.6666666666666667 +19018935,1997,5,3,1.6666666666666667 +40213216,2014,8,10,5.9 +40213160,2014,8,21,3.6666666666666665 +19133768,2021,4,2,1 +40220960,2020,5,4,1 +19126352,2021,11,6,2 +40171902,1991,3,1,2 +40163554,2008,8,2,1.5 +40213201,2021,8,7,1.5714285714285714 +1539411,1991,11,11,1.8181818181818181 +40171902,2009,4,4,1.75 +40213227,1996,1,3,1.6666666666666667 +40213154,1987,11,7,2.142857142857143 +19133768,1990,8,1,1 +19075601,2016,4,10,1.2 +40243436,2006,5,1,1 +1310034,1996,10,1,1 +19126352,1988,11,2,2 +1310034,2004,11,1,1 +19133768,2007,7,2,1 +19126352,1976,10,3,1 +40213154,1977,8,6,1.6666666666666667 +19126352,2022,3,7,2.7142857142857144 +1539411,2022,3,5,3.4 +19018935,1984,11,1,3 +40163554,2011,6,2,2.5 +40220960,2010,9,2,1 +40220960,2011,2,1,1 +40163554,2014,11,3,1.6666666666666667 +40213180,2021,2,22,2.6363636363636362 +1539411,2010,9,3,2 +40213281,2015,8,48,2.5833333333333335 +40220960,1996,6,1,1 +40213299,2022,2,14,1.9285714285714286 +19018935,2003,2,4,1.5 +19126352,2015,11,4,4.25 +1539411,2001,6,3,3.3333333333333335 +40220960,2019,10,6,1 +1545959,2005,2,1,1 +40213154,2004,9,12,1.6666666666666667 +1332419,2012,2,2,6 +19133768,1989,8,1,1 +40243436,1990,9,1,1 +40213154,1983,10,5,2 +19126352,1988,3,3,1 +19075601,2010,3,7,1.5714285714285714 +19018935,2013,12,3,2 +40163554,2021,1,3,2 +40163554,2021,12,3,1.3333333333333333 +19133768,1994,12,3,1 +1332419,2008,3,3,1.6666666666666667 +19018935,2006,4,4,2 +19075601,1998,10,5,1.6 +40213230,2019,6,10,1.6 +40213230,2020,12,8,1.75 +40171902,2007,12,4,1.75 +40213230,2014,9,8,1.75 +40171902,2022,12,4,1.75 +40213201,2022,2,7,4.428571428571429 +40163554,2016,1,4,2.25 +40213230,2017,4,6,2.5 +1332419,2009,9,3,1.6666666666666667 +19018935,1992,9,2,1 +40220960,2015,6,5,1 +40213227,2006,7,2,2 +40213154,2011,8,13,2.4615384615384617 +19133768,2022,4,3,1 +19018935,1989,6,1,3 +46275916,2013,12,2,1.5 +19126352,1993,7,4,1 +19126352,1968,12,1,1 +40163554,2010,9,3,2 +19126352,2010,7,5,1.4 +1545959,2021,9,3,1 +19126352,2015,3,7,2 +19075601,2001,5,6,2.1666666666666665 +40163554,2011,10,3,1.3333333333333333 +1539411,2015,6,2,2.5 +19018935,2014,12,4,2.5 +40171902,2014,12,4,2.5 +40213320,2013,8,17,1.8823529411764706 +19075601,1999,3,3,2.3333333333333335 +46275916,2020,7,3,1 +1332419,2002,4,3,2 +19075601,2003,4,3,3.6666666666666665 +19126352,1994,4,3,1.3333333333333333 +19018935,2021,5,4,1.75 +40163554,2018,8,7,4.428571428571429 +19075601,2011,5,7,1.1428571428571428 +40243436,2020,1,1,1 +19126352,2018,7,6,1.1666666666666667 +19075601,2018,2,9,2.111111111111111 +1332419,2004,11,2,4 +40213201,2017,12,6,1.5 +40213227,1998,6,1,1 +19075601,2010,11,5,2.6 +19133768,2019,5,2,1 +1539411,2019,6,1,2 +40213201,2016,9,5,1.2 +19126352,1983,6,2,1 +46275916,2017,6,1,1 +40213216,2021,3,16,2.6875 +19075601,2008,1,3,1 +40213201,2007,1,2,1.5 +40213227,2012,1,4,1.75 +19126352,2005,8,5,1.2 +40213201,2014,5,8,1.875 +19126352,2009,1,2,2 +19018935,1990,6,2,2 +40213201,2018,9,5,1.8 +19126352,1997,9,4,1 +40213230,2013,7,4,2.25 +40163554,2006,12,2,1.5 +1332419,2003,11,4,1.5 +40213216,2018,2,14,1.7142857142857142 +40213281,2011,2,1,1 +40163554,2009,12,3,3.6666666666666665 +40213201,2017,1,10,1.7 +1332419,2022,5,4,1.25 +1310034,1997,2,1,1 +40243436,1997,2,1,1 +40171902,2015,1,2,2 +19126352,1957,11,2,1 +40163554,2023,6,2,2 +19133768,2009,5,1,1 +1539411,2007,1,3,2.3333333333333335 +19075601,2009,5,3,1.3333333333333333 +1545959,2020,1,3,1.3333333333333333 +40213201,2013,9,10,1.6 +19018935,2008,7,2,2 +1332419,2005,8,3,1.3333333333333333 +1539411,2005,8,3,1.3333333333333333 +1539411,2018,1,6,2.5 +40213201,2020,10,10,2.3 +19018935,2010,2,3,1.6666666666666667 +40163554,1998,2,3,1.3333333333333333 +19126352,2018,4,4,4.75 +1332419,2011,8,3,1.3333333333333333 +1545959,2015,2,1,1 +1332419,2018,6,4,1.5 +40243436,2018,10,1,1 +1310034,2018,10,1,1 +19126352,2017,7,4,2.5 +19126352,1976,6,1,1 +40220960,2012,12,1,1 +40171902,2006,10,2,1.5 +19126352,1969,5,1,2 +19133768,1986,5,1,1 +40213154,1984,9,4,1.75 +1539411,2020,5,4,2.5 +19075601,2014,12,5,3.2 +1332419,1995,6,4,4.5 +40213160,1959,9,1,3 +40213154,1964,12,1,3 +40163554,1987,11,1,1 +1539411,2017,5,2,1 +19126352,2012,3,5,1.6 +19075601,2012,3,6,1.5 +40213227,1999,7,1,1 +40163554,2017,12,2,2 +1332419,2021,8,4,1.25 +40163554,1977,5,2,4 +40171902,2020,5,3,3.6666666666666665 +40213227,2011,3,1,1 +40220960,1999,10,1,1 +40171902,2010,4,2,1 +1539411,2012,5,4,2 +1539411,1992,6,4,2.75 +40243436,2015,9,1,1 +40213154,1948,1,2,3.5 +40171902,2011,1,6,1.5 +19133768,1991,10,1,1 +19075601,2004,12,4,2.25 +1539411,2004,7,4,2 +1539411,2001,10,2,2.5 +40213227,2010,12,3,2 +40243436,2019,2,1,1 +19126352,1979,11,1,1 +19018935,1993,6,1,6 +19126352,2023,3,2,5.5 +1539411,2023,3,2,5.5 +19126352,1990,1,2,2.5 +40213227,1992,2,2,3.5 +19126352,2001,2,4,1.5 +1332419,2001,2,3,1.6666666666666667 +19133768,2012,6,1,1 +1332419,2006,3,2,2 +1539411,2006,3,2,2 +19075601,2006,3,2,2 +40243436,1995,7,1,1 +40171902,1981,5,2,1.5 +1332419,2016,8,3,2.3333333333333335 +19126352,2002,5,6,2 +19126352,2013,10,5,2.6 +19075601,2013,10,6,2.3333333333333335 +19133768,2013,10,1,1 +1545959,2021,8,3,1 +40163554,2005,3,3,2.6666666666666665 +19018935,2012,5,2,2 +40213227,2012,12,1,2 +40171902,2021,3,3,2 +19018935,2015,3,6,6.5 +40163554,2019,3,2,1.5 +1545959,2018,11,2,1 +1332419,2015,8,4,2 +1332419,2020,1,2,2 +19018935,1995,12,3,1.6666666666666667 +19133768,2002,4,1,1 +19018935,2005,6,1,25 +40171902,2005,6,1,25 +40213306,2010,7,1,1 +19018935,2006,7,2,1 +19126352,1999,8,4,1.5 +40243436,2022,12,1,1 +19126352,1994,7,2,1 +19126352,2022,11,4,3 +1539411,2022,11,2,4.5 +19133768,1996,7,1,1 +40163554,2022,8,4,2 +40171902,2009,7,2,3 +19133768,1988,7,1,1 +40213154,1979,1,2,4 +19126352,1980,7,2,1 +19133768,2006,2,2,1 +19018935,2004,10,2,3.5 +1539411,2003,10,4,1.5 +19126352,1974,7,1,1 +40213154,1973,1,2,1 +40213154,1967,12,3,1.3333333333333333 +19126352,2007,11,5,4.4 +40213296,2001,11,1,2 +19133768,2000,10,1,1 +40163554,2015,10,2,1.5 +19126352,1995,5,2,1.5 +1310034,1996,6,1,1 +40163554,1989,5,1,2 +1539411,2016,5,3,1.6666666666666667 +46275916,2006,1,1,1 +40171902,1992,1,1,2 +19133768,2015,8,3,1 +46275916,2008,2,1,1 +40163554,2018,9,1,1 +19018935,2018,7,2,2 +40171902,2013,6,2,1.5 +40163554,2016,12,1,2 +19075601,1999,11,4,1.5 +40213154,1958,7,2,3.5 +40213154,1957,7,1,5 +40213154,1955,6,3,3.3333333333333335 +40213227,1997,11,3,7 +40171902,1986,5,1,1 +40213227,1994,5,2,2 +46275916,2023,2,1,1 +40213154,1978,1,1,1 +1545959,2002,5,1,1 +19126352,2019,4,5,1.6 +40220960,1992,6,1,1 +40213227,1996,12,5,2.4 +1539411,1993,2,1,1 +40213201,1991,1,1,2 +1539411,1996,6,4,1.75 +40171902,2023,5,3,1.6666666666666667 +19075601,2012,11,5,5.8 +1332419,1999,10,3,11.666666666666666 +40213154,1968,5,3,2.6666666666666665 +40213306,2014,8,6,1.3333333333333333 +40171902,2012,11,2,1.5 +1545959,2017,2,1,1 +40163554,2015,6,2,2 +19018935,1993,10,2,2 +1332419,2006,11,1,3 +1539411,2006,11,1,3 +19133768,2000,6,1,1 +40243436,2017,1,2,1 +19126352,1984,11,1,1 +40213154,1990,2,3,3 +40213154,1989,2,2,2.5 +1545959,2012,1,2,1 +1545959,2020,12,2,1 +19126352,2017,4,1,2 +19133768,1983,9,1,1 +40213154,1974,2,4,1.25 +19126352,1946,11,1,2 +19126352,1989,5,2,1.5 +40243436,1998,7,1,1 +40213201,2016,8,9,2 +40213154,1973,12,2,2 +1332419,2009,8,2,1.5 +40163554,2014,3,1,1 +40220960,2017,2,1,1 +19133768,2018,8,2,1 +1539411,2007,12,2,1.5 +46275916,2004,10,1,1 +1545959,1997,9,2,1 +19018935,2018,4,4,1.25 +40213227,1993,12,1,2 +19018935,2009,3,4,1.75 +19133768,2022,7,2,1 +19018935,1999,4,1,2 +40220960,2008,10,1,1 +1545959,2004,8,2,1 +40213227,2005,10,3,1.6666666666666667 +1332419,2018,10,5,1.4 +40213154,1966,3,2,1.5 +40243436,1967,4,1,1 +1310034,1967,4,1,1 +19018935,1992,8,2,1.5 +40243436,2012,12,2,1 +40171902,2010,7,1,1 +40213227,2005,6,2,1.5 +1539411,2009,10,2,1 +40171902,2008,10,2,2 +19126352,1958,6,1,3 +40213154,1984,8,2,2 +40171902,2006,6,1,2 +19018935,1986,11,1,1 +40243436,2013,10,2,1 +1332419,1998,11,1,2 +40220960,2006,6,2,1 +40171902,2001,2,1,2 +40171902,2011,12,2,1 +1545959,2014,5,2,1 +1539411,1996,10,2,1 +40220960,1999,6,1,1 +19126352,1981,8,2,1.5 +19133768,2008,9,1,1 +1539411,2010,8,3,1.6666666666666667 +40171902,1999,9,1,1 +19018935,2004,6,1,2 +19133768,2011,6,1,1 +19133768,2010,6,2,1 +40163554,2008,9,2,1.5 +40243436,2020,12,2,1 +40171902,2015,12,1,1 +19018935,1999,7,2,3 +40213201,2002,10,1,1 +40213227,2011,11,1,3 +1332419,1999,6,2,8 +19133768,2021,7,2,1 +19133768,2001,10,1,1 +40163554,2019,11,2,1 +19133768,2010,10,1,1 +19126352,2004,10,2,1 +1545959,2000,11,2,1 +40243436,2021,12,2,1 +19126352,1990,12,3,1.3333333333333333 +40213201,1991,12,1,2 +1310034,2021,11,1,1 +19018935,1984,3,1,1 +40163554,1985,6,1,2 +19018935,1985,6,1,2 +40220960,2008,6,1,1 +1332419,2014,12,2,1.5 +40213154,1979,12,2,2 +19126352,2012,11,4,7 +19126352,1972,9,1,1 +40163554,2007,10,2,2.5 +1539411,1997,5,1,1 +46275916,2019,9,1,1 +40171902,2008,6,1,1 +40243436,2018,6,1,1 +1310034,2018,6,1,1 +1545959,2001,5,2,1 +40213227,2007,4,1,2 +1545959,2019,1,1,1 +40213154,1954,4,2,1 +1310034,2012,11,1,1 +1539411,1999,8,3,1.6666666666666667 +1332419,2008,11,2,1.5 +40213227,1998,10,1,2 +40220960,2010,8,1,1 +40213227,2000,4,1,2 +19018935,2017,4,3,2 +1545959,2016,10,3,1 +19126352,2010,4,1,2 +19018935,2011,5,1,2 +40213227,1993,1,1,1 +40213154,1960,2,1,2 +19133768,2018,9,1,2 +40213304,2002,3,2,1 +40213304,2001,8,1,1 +40213281,2001,10,1,1 +19126352,1970,7,1,1 +1310034,2016,12,1,1 +46275916,2016,12,1,1 +19018935,1991,1,1,1 +40213201,1995,4,1,2 +40213154,1964,1,2,2 +1310034,1988,5,1,1 +40213306,1991,5,1,5 +1310034,1992,5,1,1 +46275916,1992,5,1,1 +40213260,2012,1,1,2 +40213154,1983,6,1,3 +1539411,1992,10,1,2 +1545959,2010,9,2,1 +40213320,2007,9,1,2 +40220960,1996,10,1,1 +40243436,2015,8,1,1 +19126352,1987,3,1,1 +46275916,2022,2,1,1 +40220960,2002,7,1,1 +40213201,2002,6,1,2 +19018935,1989,10,1,1 +19018935,2005,10,1,1 +40171902,2005,10,1,1 +19133768,1998,10,1,1 +40171902,1982,8,1,2 +19126352,1961,8,1,2 +46275916,1986,6,1,1 +40163554,1984,10,1,1 +1539411,2003,6,1,2 +1332419,1997,2,1,2 +1310034,1990,6,1,1 +1332419,2017,1,1,11 +40213296,2002,7,1,2 +40220960,2019,6,2,1 +40213154,1967,1,1,2 +19075601,2008,12,1,2 +40213227,2013,1,1,2 +40213251,2007,3,1,1 +40213183,2007,3,1,1 +40213299,2004,8,1,1 +40213314,2002,7,1,1 +40213160,2002,12,1,1 +19133768,2015,9,1,1 +40213154,1975,9,1,1 +46275916,1960,4,1,1 +19126352,1941,3,1,3 +19018935,1981,12,1,1 +40220960,2014,2,1,1 +1545959,1998,1,1,1 +40213201,1993,3,1,1 +40213201,1992,11,1,2 +40213160,1965,9,1,1 +40213160,1970,3,1,1 +19126352,1943,3,1,6 +40243436,2008,12,1,1 +19126352,1954,12,1,2 +1539411,2008,6,1,3 +40213201,2011,9,1,2 +40163554,2003,10,1,2 +40213180,2012,10,1,2 +40213154,1966,11,1,2 +1539411,1995,8,1,2 +40213154,1951,2,1,1 +1332419,2021,9,1,1 +4057420,2020,11,12,2 +4078793,2019,9,34,2.5588235294117645 +4078793,2010,11,2,1.5 +4078793,2015,3,37,2.5945945945945947 +4078793,2022,5,49,1.8775510204081634 +4078793,2017,3,33,2.5454545454545454 +4078793,2018,3,46,2.3260869565217392 +4057420,2020,3,12,1.6666666666666667 +4078793,2020,7,42,2.6666666666666665 +4057420,2021,3,14,1.8571428571428572 +4078793,2023,3,42,2.4761904761904763 +4057420,2019,11,11,2.4545454545454546 +4230911,2020,8,9,1.1111111111111112 +4078793,2016,7,30,2.6666666666666665 +4336464,2023,4,2,1 +4057420,2017,5,9,6.777777777777778 +4057420,2015,4,6,1.3333333333333333 +4057420,2001,6,2,1.5 +4202451,2016,12,4,1 +4216130,1987,4,1,1 +4078793,2018,11,50,2.38 +4078793,2017,11,43,2.1627906976744184 +4230911,2022,11,7,1 +4078793,2013,11,25,1.72 +4078793,2015,11,39,2 +4078793,2004,4,4,1.75 +4078793,2021,2,29,2.3793103448275863 +4078793,2014,4,21,3.2857142857142856 +40492359,2016,3,3,1 +4336464,2002,7,4,1 +4230911,2018,9,9,1.1111111111111112 +4078793,2014,7,39,2.717948717948718 +4078793,2019,8,47,2.5106382978723403 +4230911,1972,4,1,1 +4202451,2015,12,4,1 +40492359,2021,5,3,1 +4230911,2018,8,5,1 +4216130,2023,1,3,1 +4230911,1987,5,1,1 +4336464,2015,1,2,1 +4216130,2015,1,2,1 +4230911,2021,3,7,1 +4078793,2016,4,24,1.9583333333333333 +4336464,1982,10,1,1 +4202451,2019,7,10,1 +4057420,2019,3,6,1.6666666666666667 +4202451,2019,4,4,1 +4230911,2015,5,9,1 +4078793,2020,4,40,1.85 +4230911,1970,9,1,2 +4216130,2003,2,2,1 +4230911,2003,5,1,1 +4216130,2013,9,2,1 +4216130,2019,12,4,1 +4057420,2021,11,14,2.2857142857142856 +4202451,2021,2,4,1 +4216130,2012,10,2,1 +4202451,2018,4,7,1 +4057420,2014,2,7,1.4285714285714286 +4336464,1987,1,1,1 +4230911,2022,3,10,1 +4078793,2008,7,1,2 +4078793,2009,7,1,2 +4057420,1991,3,1,1 +4202451,1997,7,1,1 +4202451,2016,1,4,1 +4057420,2016,2,11,1.7272727272727273 +4216130,2020,8,2,1 +40492359,2012,7,1,1 +4230911,2007,6,2,1 +4230911,2004,7,3,1 +4230911,2014,10,5,1 +4057420,2007,8,2,1.5 +4202451,2014,11,4,1 +4202451,2017,7,5,1 +4230911,1977,1,1,1 +4202451,2020,5,4,1 +4216130,2021,4,2,1 +4230911,2021,11,7,1 +4202451,2014,3,2,1 +4230911,1990,8,1,1 +4230911,2020,9,5,1 +4216130,2020,9,1,1 +4230911,2016,4,7,1 +4230911,1996,10,3,1 +4057420,2022,2,6,1.5 +40492359,2010,9,1,3 +4202451,2017,4,9,1 +4230911,1996,6,2,1 +4230911,2006,10,5,1 +4230911,1990,9,1,1 +4230911,2008,6,3,1 +4336464,1994,12,3,1 +4057420,2015,7,7,1.7142857142857142 +4230911,2019,5,8,1.125 +40492359,2020,7,3,1 +4336464,1996,8,3,1 +4216130,1996,8,3,1 +4078793,2001,7,3,2 +4078793,2005,8,3,2 +4336464,2019,5,2,1 +4230911,1993,10,1,1 +4216130,1993,10,1,1 +4230911,2016,7,5,1 +4216130,2005,8,2,1 +4202451,1969,3,1,1 +4216130,1980,2,1,1 +40492359,1997,2,1,1 +4230911,2011,5,4,1 +4336464,2009,5,1,1 +4336464,2020,1,3,1.3333333333333333 +4230911,1980,9,1,1 +4336464,1951,5,1,1 +4216130,1951,5,1,1 +4202451,2022,12,6,1 +4078793,2012,10,5,2 +4230911,2013,11,3,1 +4202451,2018,7,3,1 +4057420,2023,1,6,3.3333333333333335 +4202451,2013,4,1,1 +40492359,2018,12,1,1 +4202451,2006,5,2,1 +4078793,1995,8,1,6 +4078793,1998,9,2,3.5 +4216130,2004,5,1,1 +4078793,1996,9,2,3.5 +4078793,2011,4,2,1 +4078793,2009,4,2,1 +4057420,1998,8,1,5 +40492359,2015,9,1,1 +4216130,1948,7,1,1 +4230911,1991,10,1,1 +4336464,1993,11,1,1 +4078793,1994,1,1,2 +4078793,2002,2,1,2 +4216130,2012,6,1,1 +4230911,2004,4,2,1 +4057420,2008,9,1,2 +4078793,2007,9,2,2 +4336464,2002,4,1,1 +4230911,2006,6,4,1 +4336464,2007,2,2,1 +4230911,1975,8,1,1 +4078793,1997,6,2,8.5 +4216130,2002,1,1,1 +4057420,2002,2,1,1 +4336464,2016,11,1,1 +4216130,2021,7,2,1 +4078793,2000,12,1,2 +4216130,2001,10,1,1 +4336464,2010,10,1,1 +4216130,2010,10,1,1 +4202451,1978,7,1,1 +4230911,2000,11,2,1 +4336464,2004,3,2,1 +40492359,2005,3,1,1 +4057420,1999,6,1,2 +4078793,2004,7,1,2 +4216130,2009,3,1,1 +4336464,2014,10,1,1 +4230911,1980,8,1,1 +4336464,2022,8,2,1 +40492359,2005,11,1,1 +4202451,2015,1,5,1 +4202451,1974,12,1,1 +4057420,2004,5,1,1 +4336464,1990,12,2,1 +4202451,2012,3,1,1 +4202451,1988,5,1,1 +4057420,1984,11,1,1 +4216130,2002,12,1,1 +4078793,1990,6,1,1 +4336464,1996,9,1,1 +4216130,1996,9,1,1 +4078793,1992,6,1,1 +4216130,2019,1,1,1 +4057420,2012,3,1,4 +4057420,2012,11,1,1 +4078793,1997,10,1,2 +4078793,2011,7,2,1.5 +4057420,1998,9,1,1 +4230911,2014,6,3,1 +4336464,2022,9,1,1 +4216130,2018,8,2,1 +4216130,2018,9,1,2 +4230911,2001,7,1,1 +4057420,1994,6,1,1 +4216130,2005,9,1,1 +40492359,2015,8,1,1 +4078793,2007,8,1,2 +4216130,1955,8,1,1 +4230911,2008,10,3,1 +4078793,1996,8,1,1 +40492359,2022,2,1,1 +4216130,1998,5,1,1 +4230911,2012,9,3,1 +4336464,2018,6,3,1 +4078793,2010,3,1,2 +4230911,2001,4,3,1 +4336464,2001,2,1,1 +4336464,2010,6,2,1 +4216130,2010,6,2,1 +4230911,1998,3,2,1 +40492359,2009,11,1,1 +4078793,2005,9,1,2 +4078793,1998,8,1,2 +4078793,2012,6,2,2.5 +4216130,2006,8,2,1 +4078793,1993,11,2,2 +4078793,1990,10,1,2 +4230911,2023,2,3,1 +4202451,1999,8,1,1 +4202451,2013,7,3,1 +4230911,1974,5,1,1 +4336464,1990,1,1,1 +4202451,2009,4,1,1 +4230911,2013,3,1,1 +4216130,1969,6,1,1 +4336464,1975,9,1,1 +4230911,1975,9,1,1 +4216130,1999,8,1,1 +4336464,1976,7,1,1 +4336464,2000,10,1,1 +4078793,1992,10,2,2 +4230911,1963,5,2,1 +40492359,2023,2,1,1 +4057420,2000,4,1,1 +4202451,2007,1,1,1 +4230911,2017,2,2,1 +40492359,1991,1,1,1 +4336464,2000,6,1,1 +4216130,1984,11,1,1 +4230911,1998,11,1,1 +4336464,2020,12,2,1 +4057420,2008,8,1,2 +4202451,2008,5,1,1 +4202451,2009,7,1,1 +4202451,2022,1,1,1 +4202451,2003,2,1,1 +4202451,1983,3,1,1 +4078793,1988,5,1,5 +4057420,1986,4,1,5 +4057420,1993,6,1,5 +4057420,1989,5,1,5 +40492359,2016,11,1,1 +40492359,2014,7,1,1 +40492359,2014,4,1,1 +4336464,1963,10,1,1 +4336464,1967,1,1,1 +4216130,1967,1,1,1 +40492359,2002,1,1,1 +40492359,1967,4,1,1 +4336464,1963,6,1,1 +4336464,1991,2,1,1 +4202451,1985,7,1,1 +4336464,2006,4,1,1 +4057420,1994,10,1,2 +4216130,1947,7,1,1 +4216130,1977,5,1,1 +40492359,2006,3,1,1 +4078793,2022,11,52,2.0961538461538463 +4230911,2008,8,4,1 +4230911,2019,11,3,1 +40492359,2016,5,2,1 +4057420,2023,2,14,1.7857142857142858 +4078793,2023,5,51,1.8627450980392157 +4216130,2005,10,1,1 +40492359,2000,12,1,1 +4057420,2022,1,8,1.625 +4078793,2021,1,43,2.046511627906977 +4230911,2015,3,5,1 +4057420,2018,4,7,1.4285714285714286 +4078793,2022,3,49,2.4693877551020407 +4230911,2023,1,9,1 +4230911,2021,5,10,1 +4078793,2019,10,39,1.564102564102564 +4230911,2000,5,1,1 +40492359,1979,12,1,1 +4078793,2006,3,1,2 +4078793,2019,6,49,1.9795918367346939 +4078793,2021,12,51,2.019607843137255 +4078793,2010,5,1,1 +4057420,2005,4,2,1.5 +4202451,2022,2,6,1 +4078793,2017,5,42,1.7142857142857142 +4078793,2015,5,37,2.081081081081081 +4230911,1999,12,3,1 +4230911,2002,7,5,1 +4230911,1994,12,4,1 +4230911,2017,12,12,1 +4230911,2010,4,2,1 +4057420,2014,12,8,1.375 +4057420,2021,5,9,2.4444444444444446 +4230911,1990,10,1,1 +4202451,2020,11,6,1 +4057420,2014,1,9,1.6666666666666667 +4057420,2019,5,12,4.833333333333333 +4230911,2019,3,7,1.1428571428571428 +4057420,1999,8,1,1 +4202451,2008,11,4,1 +4230911,2011,3,1,1 +4057420,2011,3,1,1 +40492359,2017,12,4,1 +4078793,2018,5,39,2.58974358974359 +4202451,2015,2,3,1 +4057420,2020,5,6,2.3333333333333335 +4078793,2003,4,2,2 +4230911,2012,6,3,1 +4336464,2007,1,3,1 +4230911,2012,10,2,1 +4230911,2009,4,2,1 +4336464,2003,7,1,1 +4057420,2017,11,14,2.2857142857142856 +4336464,2010,8,2,1 +4202451,2006,11,1,1 +4216130,2010,8,2,1 +4078793,1996,6,2,2 +4230911,1997,7,2,1 +4216130,2014,4,2,1 +4230911,1993,9,2,1 +4216130,1993,9,1,1 +4230911,2017,1,10,1 +4230911,2014,8,2,1 +4216130,2013,6,2,1 +4202451,2004,7,2,1 +4057420,2017,3,12,1.6666666666666667 +4202451,2016,2,6,1 +4230911,1965,7,2,1 +40492359,2006,5,1,1 +4202451,2008,3,1,1 +4057420,2004,11,2,1 +4216130,2007,7,2,1 +4216130,1976,10,3,1 +4216130,1981,1,1,1 +4202451,1993,9,1,1 +4078793,2006,11,4,1.75 +4336464,1991,12,2,1 +4057420,2022,12,16,2 +4057420,2006,10,1,1 +4336464,2005,2,1,1 +4230911,2005,2,1,1 +4230911,2015,11,4,1 +4230911,2018,6,8,1 +4057420,2018,7,8,2.125 +4057420,2013,7,7,3 +4057420,2016,1,6,1.3333333333333333 +40492359,2019,4,2,1 +4230911,1993,8,1,2 +4216130,1993,8,1,2 +4216130,2022,4,3,1 +4216130,2005,6,2,1 +4230911,1996,8,4,1 +4230911,2003,11,1,1 +4216130,2016,7,2,1 +4230911,2022,5,9,1 +4202451,2014,5,3,1 +4336464,2019,11,1,1 +4230911,2009,7,3,1 +4057420,1997,2,1,1 +4216130,1958,12,1,1 +4216130,2008,3,1,1 +4216130,2009,5,1,1 +4202451,2021,12,5,1 +4336464,2013,7,2,1 +4336464,2011,5,2,1 +4336464,2015,2,1,1 +4216130,2015,2,1,1 +4230911,2018,10,3,1 +4216130,1976,6,1,1 +40492359,2013,4,1,1 +4057420,2013,4,2,1.5 +4336464,2022,6,1,1 +4057420,2016,12,10,3.3 +4230911,1974,3,1,1 +4336464,2004,5,1,1 +4057420,1994,8,1,6 +4078793,1997,9,3,2.6666666666666665 +4202451,1999,10,1,1 +4230911,2020,6,3,1 +4078793,2000,2,1,2 +4216130,2013,10,1,1 +4057420,1962,1,1,1 +4230911,2020,10,3,1 +4202451,2010,3,1,1 +4230911,1951,10,1,1 +4216130,2016,4,2,1 +4230911,1991,8,1,1 +4336464,2021,12,1,1 +4230911,2002,4,1,1 +40492359,2013,7,1,1 +4216130,2006,6,2,1 +4230911,2003,3,1,1 +4057420,1998,10,1,1 +4202451,2001,12,3,1 +4078793,1991,5,2,10 +4078793,1993,5,1,15 +4078793,1998,6,2,8.5 +4202451,2003,1,1,1 +40492359,2002,2,1,1 +4078793,1999,12,2,2 +4336464,2022,10,2,1 +4202451,2021,1,3,1 +4216130,2004,3,2,1 +4078793,2003,7,2,2 +4336464,2009,3,1,1 +4336464,1997,9,2,1 +4216130,1997,9,2,1 +4336464,2019,3,2,1 +4078793,2012,8,2,1.5 +40492359,2021,11,1,1 +4230911,2014,9,4,1 +4336464,1980,8,1,1 +4216130,2006,10,4,1 +4336464,2021,1,2,1 +4230911,1996,9,1,1 +4078793,1998,10,1,2 +4057420,2010,5,2,1 +4078793,2013,5,2,1 +4336464,2001,1,1,1 +4216130,2001,9,1,1 +4057420,2007,6,1,2 +40492359,2019,7,1,1 +4336464,1966,12,1,1 +4216130,2011,7,1,1 +4336464,2018,8,2,1 +4336464,2018,9,1,2 +4336464,1999,5,2,1 +4230911,1976,1,1,1 +4230911,1988,6,1,1 +4230911,1969,7,1,1 +4336464,2010,9,2,1 +4216130,2010,9,2,1 +4230911,1987,3,1,1 +4336464,2016,5,4,1 +4230911,1998,5,1,1 +4216130,2012,9,3,1 +4057420,2001,9,2,1 +4216130,2018,6,3,1 +40492359,2011,6,1,1 +4230911,1999,1,3,1 +4216130,1998,3,2,1 +4057420,2012,5,1,1 +4057420,2009,10,1,1 +4230911,1986,6,1,1 +4230911,2006,8,2,1 +4230911,1990,6,2,1 +4336464,1960,7,1,1 +40492359,2017,1,2,1 +4230911,1985,3,2,1 +4216130,2022,7,2,1 +40492359,1960,4,1,1 +4216130,2023,2,2,1 +4216130,1999,6,1,1 +4057420,1994,9,1,1 +4336464,2013,4,1,1 +4336464,1998,1,1,1 +4230911,1991,9,2,1 +4216130,2003,12,1,1 +40492359,1955,11,1,1 +4336464,2012,1,2,1 +4336464,1969,6,1,1 +4216130,1958,1,1,1 +4336464,2007,12,1,1 +40492359,2022,12,1,1 +4336464,1988,7,1,1 +4216130,1988,7,1,1 +4216130,2000,10,1,1 +4336464,1996,10,1,1 +4216130,1996,10,1,1 +4202451,2002,10,1,1 +4216130,2000,6,1,1 +4216130,1998,11,1,1 +4078793,2005,6,1,1 +40492359,2004,10,1,1 +4202451,2023,6,1,1 +40492359,2015,10,1,1 +4078793,1980,6,1,2 +4216130,1955,6,1,1 +4230911,2007,9,1,1 +4230911,1967,1,1,1 +4057420,2002,1,1,1 +4202451,1994,4,1,1 +4202451,2020,3,1,1 +4202451,1999,6,1,1 +4078793,1995,10,1,2 +4230911,2008,9,1,1 +4216130,2001,8,1,1 +4336464,1977,5,1,1 +4078793,2020,9,48,2.3541666666666665 +4078793,2015,12,31,2.129032258064516 +4078793,2017,12,28,2.107142857142857 +40492359,2018,3,2,1 +4057420,2016,5,13,1.9230769230769231 +4078793,2022,2,45,2.2888888888888888 +4230911,2002,10,3,1 +4078793,2019,4,40,1.875 +4230911,2000,12,2,1 +4078793,2019,7,38,2.473684210526316 +4057420,2020,1,20,2.5 +4078793,2018,12,33,1.7272727272727273 +4078793,2023,1,40,1.975 +4202451,2015,3,5,1 +4230911,2018,4,9,1 +4202451,2017,9,6,1 +4202451,2021,5,7,1 +4057420,2018,10,5,1 +40492359,2017,5,1,1 +4230911,2017,5,5,1 +40492359,2015,4,1,1 +4078793,2003,6,2,2 +4078793,2016,9,29,1.6206896551724137 +4057420,2014,5,15,1.6666666666666667 +4230911,2021,1,7,1 +4057420,2021,1,10,1.7 +4057420,1979,12,1,1 +4057420,2013,10,11,2.090909090909091 +4202451,2022,11,6,1 +4078793,2020,8,42,2.8095238095238093 +4057420,2018,6,9,1.4444444444444444 +4202451,2014,1,3,1 +4336464,2011,12,1,1 +4057420,2006,4,2,1 +4078793,2017,1,31,1.8387096774193548 +4057420,2019,1,12,2 +4336464,2017,10,1,1 +4216130,2017,10,1,1 +4230911,2013,1,2,1 +4336464,2004,1,2,1 +4336464,1999,12,3,1 +4202451,2018,9,6,1 +4202451,2023,4,10,1 +4078793,2016,8,46,2.5869565217391304 +40492359,2010,4,2,1 +4230911,2023,5,5,1 +4057420,2023,3,15,1.9333333333333333 +4078793,2013,12,27,2.2222222222222223 +4230911,2016,9,6,1 +4057420,2015,8,6,1.5 +4078793,2014,9,27,1.5925925925925926 +4078793,2014,8,26,2.769230769230769 +4078793,2015,1,21,1.9523809523809523 +4202451,2018,8,2,1 +4057420,2019,12,11,2 +4057420,2020,12,15,1.6 +4057420,2012,1,1,1 +4216130,2005,4,5,1 +4078793,2018,1,39,2.1794871794871793 +4202451,2010,2,1,1 +4336464,1970,9,1,2 +4216130,1970,9,1,2 +4078793,2021,5,41,1.6341463414634145 +4230911,2015,2,4,1 +4230911,2003,2,4,1 +4230911,2013,12,6,1.1666666666666667 +4216130,2003,5,1,1 +4336464,1985,7,2,1 +4216130,1985,7,2,1 +4336464,1967,11,1,1 +4216130,1967,11,1,1 +4230911,2001,9,4,1 +4336464,2020,11,2,1 +4216130,2008,2,2,1 +4202451,2022,3,8,1 +4078793,2005,7,1,2 +4078793,2007,7,1,2 +40492359,1991,3,1,1 +4216130,2000,4,1,1 +4230911,2012,7,4,1 +4336464,2013,6,2,1 +4216130,2007,6,2,1 +4216130,1965,7,2,1 +4202451,2017,8,4,1 +4078793,2008,8,1,1 +4078793,2009,8,2,1.5 +4078793,2011,9,2,1.5 +4057420,2021,12,15,2.1333333333333333 +4216130,1989,3,2,1 +4078793,2013,1,2,1.5 +4216130,1990,8,1,1 +40492359,1996,10,1,1 +4230911,1986,4,1,1 +4230911,2011,2,1,1 +4057420,2010,12,2,1.5 +4216130,2004,2,3,1 +4230911,2019,2,8,1 +40492359,2018,11,1,2 +4202451,2013,8,4,1 +40492359,1990,9,1,1 +4057420,1990,9,1,1 +4202451,2015,11,4,1 +4336464,2008,6,2,1 +4336464,2022,4,3,1 +4057420,2012,12,4,1.25 +4216130,2021,9,3,1 +4230911,2020,7,9,1 +4057420,2015,9,4,1 +4078793,2004,8,3,2 +4230911,2018,7,7,1.1428571428571428 +4216130,2018,7,4,1.25 +4202451,2020,2,7,1 +4057420,2017,2,7,5.857142857142857 +4336464,2003,10,2,1 +4216130,2019,11,1,1 +4057420,2009,7,1,1 +4336464,2002,8,1,1 +4202451,2016,3,3,1 +4230911,2021,12,8,1 +4216130,2013,7,2,1 +4230911,2022,12,9,1 +4336464,2016,12,4,1 +4230911,2020,4,7,1 +4216130,2020,4,3,1 +4230911,1984,11,3,1 +4216130,2022,6,1,1 +4202451,2012,12,1,1 +4336464,1986,5,1,1 +4202451,2014,12,2,6 +4216130,2020,7,3,1 +4202451,1974,3,1,1 +4078793,2003,10,2,4 +4057420,2022,5,10,1.5 +4202451,2016,11,4,1 +4216130,2018,4,1,1 +4216130,1991,10,1,1 +4336464,2004,12,1,1 +4202451,2019,9,2,1 +40492359,2002,3,1,1 +4078793,1993,1,1,2 +4336464,2013,10,1,1 +4216130,2021,8,3,1 +4078793,2001,8,3,2 +4078793,2009,9,2,2 +40492359,2021,2,2,1 +4230911,2009,10,2,1 +4202451,1975,8,1,1 +4202451,2019,8,6,1 +4216130,2022,10,2,1 +4230911,2010,10,1,1 +4057420,1992,11,2,1.5 +4230911,2005,3,2,1 +4230911,1952,9,1,1 +4216130,1952,9,1,1 +4216130,2019,3,2,1 +4230911,2016,8,8,1.125 +4216130,2014,10,1,1 +4336464,1942,12,1,1 +4230911,1942,12,1,1 +4216130,1942,12,1,1 +4230911,2005,11,3,1 +4078793,2010,1,1,1 +4057420,2011,2,1,1 +4078793,2010,12,2,1.5 +4336464,2001,5,2,1 +4078793,1995,7,1,1 +4078793,1996,7,2,1.5 +4336464,1958,4,1,1 +40492359,2007,2,1,1 +4078793,2005,4,2,1.5 +4057420,2007,4,1,1 +4057420,2008,4,1,1 +4216130,2016,10,3,1 +40492359,2003,2,1,1 +4202451,1997,9,2,1 +4230911,1966,12,1,1 +4336464,2020,3,1,1 +4230911,1999,5,3,1 +40492359,2016,12,1,1 +40492359,1988,5,1,1 +4057420,1988,5,1,1 +4230911,1992,5,1,1 +4336464,1950,12,1,1 +4230911,1950,12,1,1 +4216130,1950,12,1,1 +4336464,1969,7,1,1 +4230911,2004,8,2,1 +4230911,2010,6,3,1 +4336464,1987,3,1,1 +4078793,2008,9,3,2 +4336464,2008,10,2,1 +4078793,2001,9,1,1 +4336464,1998,5,1,1 +4230911,1978,11,1,1 +4202451,2002,7,1,1 +40492359,2019,10,1,1 +4336464,1999,1,2,1 +4230911,1982,2,1,1 +4078793,2004,9,1,2 +40492359,2022,5,1,1 +4336464,2006,8,2,1 +4216130,2000,7,1,1 +4078793,1994,11,2,2 +4216130,1960,7,1,1 +4336464,2022,7,2,1 +4230911,1979,6,1,1 +4216130,1989,11,2,1 +4216130,2013,4,1,1 +4230911,1998,1,2,1 +4336464,1974,5,1,1 +4216130,1974,5,1,1 +4230911,1955,11,1,1 +4057420,1955,11,1,1 +4230911,1980,7,1,1 +4057420,2005,10,1,2 +4230911,1969,6,1,1 +4078793,2000,3,2,2 +4230911,1980,4,1,1 +4336464,1996,7,1,1 +4216130,1996,7,1,1 +4230911,1988,7,1,1 +4216130,1976,7,1,1 +40492359,1996,6,1,1 +4057420,1997,11,1,2 +40492359,2006,1,1,1 +4202451,1992,6,1,1 +40492359,2020,8,1,1 +4336464,2012,5,1,1 +4336464,2005,3,1,1 +4336464,2005,11,2,1 +4057420,1991,1,1,1 +4202451,2013,9,1,1 +4216130,1983,9,1,1 +4057420,1998,7,1,1 +4336464,2003,6,1,1 +40492359,2020,9,1,1 +4230911,2022,1,1,1 +4202451,2009,9,1,1 +40492359,2004,4,1,1 +4336464,1955,6,1,1 +4057420,1985,4,1,5 +4216130,1963,10,1,1 +4336464,1956,1,1,1 +40492359,2013,10,2,1 +4230911,2009,6,2,1 +4216130,1963,6,1,1 +4216130,2002,3,1,1 +4078793,2006,2,1,3 +4216130,2006,4,1,1 +4336464,2007,5,1,1 +4230911,2001,8,1,1 +4216130,2011,6,1,1 +4078793,1998,7,1,2 +4057420,2018,3,9,1.4444444444444444 +4230911,2016,5,10,1 +4216130,2002,10,2,1 +4336464,2005,10,1,1 +4230911,2005,10,3,1 +4078793,2022,4,42,2.4523809523809526 +4078793,2022,7,59,2.9322033898305087 +4057420,2018,11,8,2.125 +4230911,2017,9,9,1 +4202451,2022,10,8,1 +4202451,2000,12,1,1 +4230911,2002,11,1,1 +4230911,2015,4,5,1 +4057420,2014,8,7,2.142857142857143 +4078793,2021,9,56,3 +40492359,2014,5,2,1 +4230911,1987,4,1,1 +4216130,2007,3,1,1 +4078793,2005,2,1,2 +4078793,2021,8,36,2.4444444444444446 +4336464,1982,1,2,1 +4078793,2014,5,33,1.696969696969697 +4230911,2014,1,5,1 +4078793,2008,5,1,1 +4078793,2011,5,2,1 +4078793,2016,5,38,2.973684210526316 +4078793,2020,5,39,2.5641025641025643 +4078793,2019,2,30,2.066666666666667 +4216130,1975,11,2,1 +4057420,2016,9,8,2.5 +4057420,2016,8,6,2 +4336464,1990,10,1,1 +40492359,1973,6,1,1 +4057420,1973,6,1,1 +4216130,1987,5,1,1 +4230911,2014,12,5,3 +4230911,2017,8,9,1 +4230911,2019,7,13,1 +40492359,2019,3,1,1 +4230911,2019,4,7,1 +4230911,1999,8,3,1 +40492359,1997,8,1,1 +4230911,1985,7,3,1 +4230911,2007,1,5,1 +4202451,2018,5,7,1 +4216130,1975,3,1,1 +4202451,2001,9,1,1 +4336464,2014,1,1,1 +4216130,2019,10,3,1 +4336464,2009,4,1,1 +4230911,2003,7,2,1 +4057420,2017,4,11,1.7272727272727273 +4230911,1996,12,2,1 +4078793,2006,7,1,2 +4216130,2003,9,1,1 +4057420,1997,6,2,2 +4202451,2021,8,7,1 +4202451,2015,10,7,1 +40492359,2021,7,3,1 +4230911,1989,3,2,1 +4078793,2012,1,5,1.2 +4230911,2015,7,7,1 +4057420,2015,5,9,5.555555555555555 +4230911,2006,1,3,1 +4336464,1968,6,2,1 +4057420,2022,9,12,4.333333333333333 +4078793,2003,11,3,1.6666666666666667 +4230911,1991,12,2,1 +4216130,2005,2,1,1 +4336464,1989,8,1,1 +4230911,2010,3,3,1 +4202451,2019,5,6,1.1666666666666667 +4202451,2015,6,5,1 +4336464,2005,6,2,1 +4230911,1997,11,1,1 +4230911,2005,6,2,1 +4336464,2021,9,3,1 +4230911,2020,2,8,1 +4057420,2002,8,1,2 +4202451,2008,7,1,1 +4336464,2003,11,1,1 +4202451,2016,10,4,1 +4230911,1969,3,1,1 +4230911,1980,2,1,1 +40492359,2003,4,1,1 +4230911,2003,4,1,1 +4230911,1958,12,1,1 +4336464,2008,3,1,1 +4057420,2014,9,9,2.5555555555555554 +40492359,2013,11,1,1 +4057420,2013,11,7,1.4285714285714286 +4202451,2020,7,3,1 +40492359,2018,10,1,1 +4216130,2022,3,1,1 +4230911,1967,8,1,1 +4230911,2004,5,2,1 +4078793,1999,9,2,3.5 +4078793,1999,8,2,3.5 +4336464,1948,7,1,1 +4230911,1979,11,1,1 +4057420,2023,6,4,1.75 +4216130,2004,7,1,1 +4057420,2017,7,8,1.875 +4078793,1997,1,2,4 +4230911,2002,3,3,1 +4057420,1998,2,1,2 +4216130,2004,4,1,1 +40492359,1995,7,1,1 +4057420,1995,7,1,1 +4230911,2006,12,2,1 +4202451,1993,1,2,1 +4230911,1993,1,2,1 +4336464,2021,8,3,1 +4078793,2002,8,3,2 +4057420,2022,8,9,2.3333333333333335 +4336464,2003,3,1,1 +4078793,2000,10,2,1.5 +4336464,2023,5,1,1 +4057420,2013,3,2,3 +4336464,1970,5,1,1 +4216130,1970,5,1,1 +4216130,2016,11,1,1 +40492359,1955,4,2,1 +4202451,2020,4,4,1 +4230911,2018,2,2,1 +4057420,2005,3,1,1 +4230911,2009,3,1,1 +4336464,2013,11,1,1 +4202451,2022,6,4,1 +4216130,1980,8,1,1 +4216130,1994,4,1,1 +4216130,1998,7,1,1 +4336464,2015,6,1,1 +4216130,2015,6,1,1 +4336464,1995,5,1,1 +4202451,2008,4,1,1 +4057420,2005,11,1,1 +40492359,1984,11,1,1 +40492359,2018,6,1,1 +4230911,2001,5,2,1 +4216130,2022,11,1,1 +4202451,2011,1,2,1 +4336464,2022,2,2,1 +4057420,2007,2,1,1 +4216130,2001,1,1,1 +4336464,2001,9,1,1 +40492359,1998,9,1,1 +4230911,2011,7,1,1 +4216130,2006,2,2,1 +4202451,1993,12,1,1 +4230911,1993,12,1,1 +4336464,2019,7,2,1 +4057420,2011,7,1,2 +4336464,2018,12,1,1 +4202451,2017,5,3,1 +4336464,1998,9,2,1 +4336464,1978,11,1,1 +4336464,2012,9,3,1 +40492359,2001,9,2,1 +4216130,2018,2,1,1 +4216130,2019,6,2,1 +4230911,1994,8,1,1 +4230911,2009,11,1,1 +4202451,2009,5,1,1 +4230911,1982,4,1,1 +4216130,1982,4,1,1 +4336464,2009,7,1,1 +4078793,2006,4,2,2 +4078793,1997,12,1,2 +4230911,1989,11,2,1 +4336464,1990,6,1,1 +40492359,1994,9,1,1 +4230911,1994,9,2,1 +4336464,1991,9,1,1 +4216130,1998,4,1,1 +4216130,1943,8,1,1 +4230911,2008,12,1,1 +4230911,1968,4,1,1 +4216130,1968,4,1,1 +4216130,2012,1,2,1 +4230911,1958,1,1,1 +4216130,1994,7,1,1 +4078793,1995,2,1,2 +4078793,1996,2,1,2 +4230911,2007,12,1,1 +4336464,2010,12,2,1 +4216130,2010,12,2,1 +4202451,2021,9,3,1 +4230911,1974,7,1,1 +4216130,2007,11,2,1 +4057420,1999,12,1,2 +4336464,1994,10,1,1 +4057420,2008,2,1,1 +4078793,2012,12,1,1 +4216130,1991,11,1,1 +40492359,2017,8,1,1 +4336464,2002,5,1,1 +4202451,1973,8,1,1 +4336464,2006,5,1,1 +4230911,1991,1,1,1 +4336464,1984,11,1,1 +4202451,2016,6,1,1 +4336464,1983,9,1,1 +4078793,2004,5,1,1 +4078793,2009,5,1,3 +4078793,1998,2,1,6 +4078793,2003,3,1,6 +4057420,2004,4,1,1 +4336464,1994,6,1,1 +4078793,1978,6,1,2 +4230911,1983,3,1,1 +4230911,1955,6,1,1 +4057420,1990,5,1,5 +4230911,1988,2,1,1 +4230911,2008,1,1,1 +4336464,2019,4,1,1 +4230911,1977,10,1,1 +4336464,2014,12,1,1 +4230911,1969,11,1,1 +4336464,1947,7,1,1 +4336464,2001,8,1,1 +4202451,1992,3,1,1 +4078793,2022,9,60,2.7 +4078793,2012,11,3,1.3333333333333333 +4216130,2008,8,2,1 +4057420,2013,12,10,2.3 +4078793,2021,4,43,2.4651162790697674 +4078793,2014,2,35,2.4285714285714284 +4078793,2017,6,47,2.8085106382978724 +4078793,2018,6,50,2.92 +4078793,2015,6,38,2.0526315789473686 +4336464,2009,9,2,1 +4202451,2020,8,6,1.1666666666666667 +4057420,2022,4,12,1.8333333333333333 +4078793,2016,2,34,2.676470588235294 +4230911,2022,10,11,1 +4078793,2022,8,42,2.2857142857142856 +4230911,2023,4,13,1 +4078793,2015,10,38,2.3684210526315788 +4078793,2017,10,36,1.8888888888888888 +4078793,2018,10,42,2.0238095238095237 +40492359,2003,9,1,1 +4230911,2003,9,2,1 +4078793,1998,5,1,2 +4078793,1996,5,2,8.5 +4078793,1995,5,2,8.5 +4230911,1979,12,1,1 +4230911,2007,3,1,1 +4078793,2021,7,57,3.263157894736842 +4230911,1953,10,1,1 +4078793,2007,5,2,1.5 +4216130,2011,12,1,1 +4057420,2002,4,1,1 +4057420,2009,5,1,1 +4057420,2018,1,7,1.1428571428571428 +4078793,2019,5,37,1.837837837837838 +4230911,2015,9,4,1 +40492359,2013,1,1,1 +4057420,2013,1,2,1 +4202451,1994,12,1,1 +4078793,2013,10,39,2.282051282051282 +4336464,2018,3,3,1 +4336464,2017,12,4,1 +4216130,2017,12,4,1 +4202451,2023,5,4,1 +4078793,2020,2,33,1.878787878787879 +4057420,2015,2,7,1.7142857142857142 +4216130,1972,4,1,1 +4057420,2014,7,4,1.25 +4057420,2020,10,9,1.7777777777777777 +4057420,2019,10,10,2.8 +4230911,1973,6,1,1 +4057420,2017,9,10,2 +4230911,2008,11,4,1 +4057420,2021,10,14,1.5714285714285714 +4078793,2013,6,10,2 +4057420,2017,8,13,4.153846153846154 +4057420,2016,4,9,1.5555555555555556 +4078793,1997,3,1,2 +4078793,2002,4,2,2 +4078793,2005,5,1,2 +4057420,2006,5,2,1.5 +4230911,2018,5,8,1.125 +4202451,2012,6,2,1 +4216130,2007,1,3,1 +4216130,2014,1,1,1 +4216130,2003,7,1,1 +4078793,2023,6,22,1.7727272727272727 +4057420,1963,6,1,1 +4230911,2021,6,8,1 +4230911,1991,3,1,1 +4230911,2006,11,1,1 +4230911,2002,12,3,1 +4230911,2013,6,4,1 +4230911,2009,12,2,1 +4230911,2016,2,7,1 +40492359,2016,6,1,1 +4078793,2006,8,5,1.8 +4202451,2014,10,3,1 +4230911,2014,11,4,1 +4230911,2017,7,7,1 +4336464,2021,4,2,1 +4230911,2015,8,7,1 +4230911,2020,5,4,1 +4230911,2014,3,2,1 +4230911,2008,3,2,1 +4336464,2007,7,2,1 +4336464,1981,1,1,1 +4336464,1986,4,1,1 +4057420,2016,7,8,1.5 +4202451,2010,9,2,1 +4216130,1991,12,2,1 +4230911,2004,2,3,1 +4202451,2019,2,7,1 +4057420,2019,6,10,2.8 +4230911,2017,4,9,1 +4202451,1996,6,1,1 +40492359,2006,10,1,1 +4057420,2021,6,10,2.9 +4336464,2010,3,2,1 +4216130,2010,3,2,1 +4202451,2021,7,5,1 +4202451,2004,1,2,1 +4057420,2014,4,11,1.3636363636363635 +40492359,2013,12,2,1.5 +40492359,2020,2,1,1 +4057420,2022,7,13,4.076923076923077 +4202451,2020,9,3,1 +4057420,2018,12,8,2 +4202451,2008,8,2,1 +4336464,1993,10,1,1 +4057420,2020,6,10,1.4 +4202451,1980,9,1,1 +4230911,1951,5,1,1 +4216130,2022,12,2,1 +4078793,2010,10,3,1.3333333333333333 +4216130,2016,12,4,1 +4230911,2022,6,5,1 +4230911,2021,10,6,1 +4230911,1986,5,1,1 +4216130,2012,3,1,1 +4230911,2019,9,4,1 +4230911,1993,11,1,1 +4216130,1993,11,1,1 +4078793,2001,2,2,4 +4230911,2013,10,4,1 +40492359,1962,1,1,1 +4230911,1998,10,2,1 +4078793,2006,9,1,2 +4057420,2004,8,1,2 +4336464,2019,8,2,1 +4230911,2019,8,8,1 +4336464,2018,11,2,1 +4216130,2009,10,1,1 +4078793,2003,1,1,1 +4057420,1995,9,1,1 +4230911,2000,6,2,1 +4230911,2002,1,2,1 +4230911,1970,5,1,1 +4336464,2021,7,2,1 +4336464,2004,10,2,1 +4336464,2000,11,2,1 +4202451,2018,2,1,1 +4078793,2002,7,2,2 +4230911,1994,4,2,1 +4336464,2017,1,1,1 +4216130,2017,1,1,1 +4336464,1998,7,1,1 +40492359,2004,5,1,1 +40492359,2015,5,1,1 +4230911,1988,5,2,1 +4078793,1991,6,1,1 +40492359,2016,10,1,1 +4078793,2009,2,2,2.5 +4216130,1958,4,1,1 +4202451,2010,8,1,1 +4336464,2016,10,3,1 +4202451,2014,6,1,1 +4202451,1999,5,1,1 +4336464,2006,2,2,1 +4216130,1999,5,2,1 +4336464,2001,7,1,1 +4202451,2021,4,1,1 +40492359,1992,5,1,1 +4202451,1977,8,1,1 +4230911,1992,7,1,1 +4202451,1996,10,1,1 +4216130,2004,8,2,1 +4216130,1998,9,2,1 +4057420,2003,10,1,1 +4336464,2001,4,2,1 +4230911,2001,2,1,1 +4216130,1994,8,1,1 +4202451,1982,2,1,1 +40492359,2009,10,1,1 +40492359,2017,7,2,1 +4202451,2002,5,1,1 +4202451,2003,7,1,1 +4078793,1991,10,2,2 +40492359,2021,9,1,1 +4336464,2023,2,2,1 +4336464,1999,6,1,1 +40492359,2010,5,1,1 +4336464,2003,12,1,1 +4336464,1998,4,1,1 +4078793,2008,2,1,1 +4078793,2011,2,1,1 +40492359,2008,12,1,1 +4216130,1980,7,1,1 +4216130,1994,9,1,1 +4230911,1994,7,1,1 +4336464,2022,5,1,1 +4216130,1980,4,1,1 +4216130,2007,12,1,1 +4230911,2010,12,2,1 +4336464,1974,7,1,1 +4230911,1976,7,1,1 +4216130,1974,7,1,1 +4230911,2007,11,2,1 +4230911,2000,10,2,1 +4057420,1991,10,1,2 +4230911,1991,11,1,1 +4336464,2012,7,1,1 +40492359,2000,4,1,1 +4202451,1998,9,1,1 +4230911,2012,5,1,1 +4202451,2001,4,1,1 +4216130,2006,5,1,1 +4230911,2011,8,1,1 +40492359,2023,4,1,1 +4230911,2011,9,2,1 +4057420,2011,9,2,2 +40492359,1998,7,1,1 +4202451,2017,2,1,1 +4078793,2010,6,1,3 +4057420,2000,2,1,6 +4336464,2019,9,1,1 +4336464,1980,11,1,1 +4057420,1979,6,1,2 +4216130,2018,5,1,2 +4336464,2008,1,1,1 +4230911,1967,4,1,1 +4336464,1977,10,1,1 +4216130,2009,6,1,1 +4216130,2014,12,1,1 +4216130,1969,11,1,1 +4078793,1993,10,1,2 +4078793,1997,11,1,2 +4216130,2008,9,1,1 +4230911,1947,7,1,1 +4336464,2011,6,1,1 +4336464,2009,8,1,1 +4230911,2006,3,1,1 +4078793,1999,7,1,2 +4336464,2004,6,1,1 +4078793,2011,11,2,1 +4078793,2009,11,2,1.5 +4202451,2019,11,2,1 +4078793,2014,3,24,1.9166666666666667 +4078793,2016,3,36,2.5277777777777777 +4078793,2017,4,30,1.9333333333333333 +4078793,2018,4,36,1.9166666666666667 +4057420,2020,4,9,1.7777777777777777 +4078793,2023,4,53,2.3962264150943398 +4057420,2021,7,20,1.65 +4078793,2020,3,48,3 +4078793,2018,7,36,2.4166666666666665 +4057420,2016,6,13,2.230769230769231 +4202451,2023,1,6,1 +4078793,2017,7,34,1.9705882352941178 +4078793,2020,11,54,2.1296296296296298 +4057420,2014,10,8,2.625 +4078793,1999,6,2,8.5 +4078793,2002,6,2,2 +4230911,2022,7,9,1 +40492359,2015,12,2,1 +4230911,2018,1,5,1 +4057420,2020,7,16,2.9375 +4216130,1953,10,1,1 +4078793,2019,12,41,1.975609756097561 +4078793,2014,11,38,1.8157894736842106 +4057420,2003,4,2,1 +4057420,2018,5,12,1.5833333333333333 +4078793,2021,6,51,3 +4202451,2015,9,2,1 +4230911,2017,10,3,1 +4078793,2021,10,38,1.868421052631579 +4057420,2022,10,10,1.6 +4230911,2016,3,6,1 +4216130,1999,12,3,1 +4057420,2015,11,9,1.5555555555555556 +4057420,2010,4,3,1 +4078793,2013,7,29,2.6206896551724137 +4202451,2016,9,4,1 +4078793,2019,1,37,2.1621621621621623 +4057420,2022,6,8,2.5 +4336464,1993,4,1,1 +4078793,2016,11,40,2.15 +4230911,2012,1,3,1 +4078793,2015,4,25,1.56 +4057420,1997,8,1,1 +4202451,2022,8,8,1 +4078793,2015,7,25,2.84 +4336464,2003,5,1,1 +4230911,2022,4,9,1 +4057420,2007,1,1,1 +4336464,2012,10,2,1 +4216130,2009,4,1,1 +4230911,2008,2,3,1 +4336464,1996,12,2,1 +4216130,1996,12,2,1 +4057420,2019,4,7,1.4285714285714286 +4057420,2016,10,9,2.111111111111111 +4336464,2021,6,2,1 +4202451,1996,7,2,1 +4230911,2000,4,2,1 +4202451,2002,12,2,1 +4230911,2005,8,4,1 +4336464,2020,8,2,1 +4078793,2012,2,3,1 +4057420,2012,7,1,1 +4336464,2007,6,2,1 +4336464,1976,3,1,1 +4230911,2021,7,10,1 +4230911,2021,4,3,1 +4202451,2015,8,3,1 +4216130,2021,11,4,1 +4202451,2022,9,2,1 +40492359,2011,1,1,1 +4336464,2014,2,2,1 +4230911,2014,2,3,1 +4336464,1990,8,1,1 +4336464,2020,9,1,1 +4202451,2017,3,5,1 +4057420,1996,10,1,1 +4230911,2004,11,1,1 +4230911,1976,10,3,1 +4230911,1981,1,1,1 +4057420,2014,6,9,2.111111111111111 +4202451,2011,2,1,1 +4078793,2007,12,2,1.5 +4216130,1989,8,1,1 +4230911,2020,12,6,1 +4230911,1997,5,2,1 +4057420,2019,7,13,4.230769230769231 +4202451,2017,11,5,1 +4202451,1997,11,1,1 +4202451,2019,3,4,1.25 +4336464,1993,7,3,1 +40492359,2018,9,2,1 +4230911,2020,1,8,1.125 +4216130,2006,1,1,1 +40492359,2017,6,1,1 +4230911,2017,6,7,1 +4336464,2016,7,2,1 +4336464,2005,8,2,1 +4216130,2003,10,2,1 +4230911,2018,12,8,1 +4057420,2006,12,1,2 +4336464,1980,2,1,1 +40492359,2009,7,1,1 +4336464,1958,12,1,1 +4216130,2002,8,1,1 +4230911,2009,5,2,1 +4216130,2020,1,3,1.3333333333333333 +40492359,2015,1,2,1 +4230911,2013,7,6,1 +4336464,2022,12,2,1 +4057420,2021,4,10,1.6 +4216130,2011,5,2,1 +4230911,1976,6,1,1 +4230911,2013,4,3,1 +4202451,1975,11,1,1 +4230911,2012,12,3,1 +4336464,1967,8,1,1 +4216130,1967,8,1,1 +4078793,2013,4,5,1.4 +4202451,2014,7,3,1 +4078793,2000,9,2,3.5 +4078793,2002,10,3,2.6666666666666665 +4078793,2010,4,1,1 +4078793,2008,3,1,1 +4230911,1999,10,1,1 +4230911,2016,11,6,1 +4336464,1991,10,1,1 +4336464,2004,7,1,1 +4078793,1996,1,2,4 +4078793,1995,1,1,2 +4057420,1999,2,2,4 +4336464,2012,6,1,1 +40492359,2020,11,2,1 +4336464,2004,4,1,1 +4230911,1962,1,1,1 +4336464,2016,4,2,1 +40492359,1991,8,1,1 +4216130,2019,8,2,1 +4202451,2018,3,3,1 +4078793,2005,1,3,1.6666666666666667 +4230911,2007,2,3,1 +4078793,1999,10,2,1.5 +4078793,1994,9,1,1 +40492359,2000,6,1,1 +40492359,2020,3,1,1 +4078793,1998,12,3,2 +4336464,2001,10,1,1 +4202451,2003,10,1,1 +4230911,2004,3,2,1 +4230911,1998,7,2,1 +4202451,2016,8,3,1 +4202451,2021,6,4,1 +4078793,2007,1,2,1 +4057420,2006,1,3,1 +4202451,2018,11,4,1 +4230911,1990,12,2,1 +4057420,2007,12,1,1 +4057420,2008,12,2,1 +4078793,1989,6,1,1 +4078793,1993,7,1,1 +4057420,2015,3,6,1.8333333333333333 +4078793,2011,3,2,3 +4202451,2014,4,3,1 +40492359,2012,11,1,1 +4078793,2001,11,1,2 +4078793,2004,11,2,2 +4057420,2010,7,1,2 +4336464,2011,7,1,1 +4202451,2012,7,2,1 +4230911,2006,2,2,1 +4216130,1976,1,1,1 +40492359,1988,6,1,1 +4057420,1988,6,1,1 +4057420,2012,4,1,2 +40492359,1994,6,1,1 +4230911,1994,6,2,1 +4230911,1977,8,1,1 +4216130,2018,12,1,1 +4336464,2005,9,1,1 +4230911,2005,9,1,1 +4216130,1987,3,1,1 +4230911,1955,8,1,1 +4216130,2016,5,4,1 +4078793,2009,3,1,1 +4216130,1978,11,1,1 +4336464,2018,2,1,1 +4216130,2001,2,1,1 +4216130,1999,1,2,1 +4336464,1998,10,1,1 +4336464,1994,8,1,1 +4078793,2000,8,1,2 +40492359,2018,8,1,1 +4216130,2009,7,1,1 +4230911,2002,5,2,1 +4230911,2000,7,1,1 +4216130,2014,5,2,1 +4336464,2015,9,1,1 +4216130,2015,9,1,1 +40492359,2022,10,1,1 +4336464,2017,5,1,1 +4216130,2017,5,1,1 +4230911,1999,6,2,1 +4230911,1990,1,1,1 +4230911,2010,5,1,1 +4230911,1998,4,1,1 +4336464,2015,8,3,1 +4202451,2013,3,1,1 +4216130,2015,8,3,1 +4078793,2008,11,1,2 +4336464,1997,2,3,1.3333333333333333 +4216130,1997,2,3,1.3333333333333333 +4336464,1994,9,1,1 +4336464,1958,1,1,1 +4078793,1997,2,1,2 +4057420,1993,2,1,2 +4057420,1994,2,1,2 +4216130,2022,5,1,1 +4202451,2021,10,2,1 +4057420,1996,6,2,1.5 +40492359,2001,6,1,1 +4230911,1994,10,1,1 +4216130,1963,5,2,1 +4230911,1992,6,1,1 +4336464,2021,10,2,1 +4202451,1999,1,1,1 +4078793,2001,3,1,2 +4216130,2020,12,2,1 +4078793,2003,5,1,1 +4216130,2003,6,1,1 +4202451,2005,10,2,1 +4078793,2004,3,1,6 +4216130,2019,9,1,1 +4230911,2023,6,1,1 +4078793,1977,5,1,2 +4202451,2007,9,1,1 +4230911,1956,1,1,1 +4057420,1967,4,1,1 +40492359,2016,7,1,1 +4078793,2010,7,1,1 +40492359,1991,9,1,1 +4230911,1991,2,1,1 +4336464,2002,3,1,1 +4216130,2007,5,1,1 +40492359,2000,10,1,1 +4202451,2013,11,1,1 +4057420,2021,9,11,1.7272727272727273 +4078793,2014,12,29,2.2413793103448274 +4230911,2018,3,8,1 +4078793,2016,12,25,1.88 +4057420,2000,12,2,1.5 +4078793,2019,3,52,2.8076923076923075 +4216130,2009,9,2,1 +40492359,2018,4,1,1 +4057420,2021,8,10,3.4 +4216130,2023,4,2,1 +4202451,2000,5,1,1 +4078793,2013,9,22,2.227272727272727 +4078793,2019,11,44,2.1818181818181817 +4202451,2002,11,1,1 +4057420,2003,9,1,1 +4078793,1997,5,1,2 +4078793,2015,8,43,2.7906976744186047 +4078793,2017,9,26,1.5769230769230769 +4078793,2022,10,43,1.7906976744186047 +4057420,2019,9,11,4.2727272727272725 +4078793,2018,9,38,1.736842105263158 +4230911,2014,5,7,1 +4202451,2022,7,7,1 +4230911,2016,12,9,1 +4336464,1987,4,1,1 +4202451,2018,1,5,1 +4057420,2015,12,9,1.7777777777777777 +4078793,2007,3,3,1.3333333333333333 +4336464,1953,10,1,1 +4078793,2020,12,45,2.2 +4078793,2022,6,54,2.925925925925926 +4230911,2004,1,4,1 +4216130,2002,7,4,1 +4078793,2013,8,28,2.5357142857142856 +4078793,2017,8,40,2.525 +4216130,2018,3,3,1 +4336464,1972,4,1,1 +4336464,1975,11,2,1 +4230911,1975,11,3,1 +4057420,2019,8,13,3.1538461538461537 +4078793,2018,8,46,2.891304347826087 +4078793,2015,9,33,1.8181818181818181 +4202451,2019,1,6,1 +4078793,2016,1,28,2.2142857142857144 +4078793,2014,1,27,1.962962962962963 +4078793,2020,1,35,2.085714285714286 +4202451,2019,12,7,1 +4230911,2020,11,10,1 +4336464,2023,1,3,1 +40492359,2012,1,1,1 +40492359,2014,12,2,1 +4336464,2005,4,5,1 +4230911,2005,4,5,1 +4230911,1982,10,1,1 +4216130,1982,10,1,1 +40492359,2011,3,1,1 +4230911,2010,2,1,1 +4230911,2022,8,10,1 +4057420,2017,10,12,2.8333333333333335 +4336464,2003,2,2,1 +4202451,2013,12,4,1 +4230911,2013,9,3,1 +4202451,2022,4,6,1 +4078793,1998,3,2,2 +4078793,2000,4,1,2 +4336464,1975,3,1,1 +4230911,1975,3,1,1 +4336464,2019,10,3,1 +4230911,2019,10,10,1 +4216130,2020,11,2,1 +4336464,2008,2,2,1 +40492359,1963,6,1,1 +4230911,1963,6,2,1 +4216130,1987,1,1,1 +4336464,2016,9,2,1 +4057420,2004,6,1,2 +4230911,2016,1,4,1 +4336464,1993,9,1,1 +4202451,2017,1,7,1 +4202451,2014,8,2,1 +4202451,1990,11,1,1 +4230911,1990,11,1,1 +40492359,2005,8,2,1 +4078793,2011,1,2,1 +4057420,2017,6,9,3.111111111111111 +4230911,2021,8,10,1 +4202451,2009,12,2,1 +4216130,1976,3,1,1 +4336464,1965,7,2,1 +4078793,2010,8,1,1 +4230911,2015,10,8,1 +4057420,2012,9,4,1.75 +4202451,2015,7,7,1 +4230911,2022,9,3,1 +4216130,2014,2,2,1 +4202451,2016,4,5,1 +4230911,2006,5,4,1 +40492359,2004,11,1,1 +4230911,1968,6,2,1 +4216130,1968,6,2,1 +4216130,1986,4,1,1 +4057420,2023,4,8,1.5 +4057420,2020,9,9,4.222222222222222 +4078793,2008,12,3,1.6666666666666667 +4078793,2009,12,4,1.5 +4078793,2005,11,3,1.6666666666666667 +4057420,2010,9,2,2.5 +4230911,2018,11,7,1.1428571428571428 +4230911,2013,8,4,1 +4202451,2015,4,3,1 +4336464,1997,5,2,1 +4216130,1997,5,2,1 +4216130,2008,6,2,1 +4057420,2015,1,15,2 +4336464,1993,8,1,2 +4230911,2015,6,6,1 +40492359,2013,2,1,1 +4057420,2013,2,2,1 +4230911,2021,9,7,1 +4057420,2020,8,14,2.7142857142857144 +4202451,2023,3,4,1 +4202451,2007,4,1,1 +4057420,2003,8,2,2 +40492359,2020,1,1,1 +4336464,2006,1,1,1 +4230911,2003,10,3,1 +4202451,2018,12,6,1 +4230911,1997,2,4,1.25 +4202451,2011,5,2,1 +4336464,2022,3,1,1 +4336464,2020,4,3,1 +40492359,2021,10,2,1 +4336464,2020,7,3,1 +40492359,2021,6,2,1 +4230911,2012,3,2,1 +4202451,2017,12,4,1 +4057420,2006,3,2,1 +4230911,1948,7,1,1 +4230911,2004,12,1,1 +40492359,2019,2,1,1 +4336464,1979,11,1,1 +4216130,1979,11,1,1 +4202451,2020,6,2,1 +4230911,1995,7,1,1 +4202451,1998,10,1,1 +4078793,2000,7,4,2 +4336464,1951,10,1,1 +4216130,1951,10,1,1 +4057420,1991,8,1,1 +4216130,2018,11,2,1 +4216130,2021,12,1,1 +4216130,2002,4,1,1 +4336464,2009,10,1,1 +4078793,2004,1,2,1 +4216130,2007,2,2,1 +4078793,1993,9,1,1 +4230911,2001,12,3,1 +4057420,1994,5,1,15 +4078793,1992,5,1,15 +4336464,2002,1,1,1 +4230911,2002,2,1,1 +4230911,2020,3,3,1 +4216130,2004,10,2,1 +4230911,1978,7,1,1 +4230911,1955,4,2,1 +4057420,1955,4,2,1 +4216130,2000,11,2,1 +40492359,1992,11,1,1 +4057420,1995,6,2,2 +4202451,2008,6,1,1 +4230911,1983,2,1,1 +4336464,2016,8,3,1 +4216130,2013,11,1,1 +4202451,2014,9,4,1 +4336464,1994,4,1,1 +4202451,2020,10,2,1 +4078793,2008,1,1,1 +4078793,2009,1,1,1 +4336464,2015,4,1,1 +4216130,2015,4,1,1 +4216130,1990,12,2,1 +4216130,2021,1,2,1 +4336464,2002,12,1,1 +4216130,2001,5,2,1 +4078793,1988,6,1,1 +4078793,1994,7,1,1 +4336464,2022,11,1,1 +4230911,2012,11,1,1 +4216130,2022,2,2,1 +4078793,2012,5,1,1 +4230911,2001,1,1,1 +40492359,2016,8,2,1.5 +4230911,1998,9,4,1 +4216130,2020,3,1,1 +4202451,2002,3,1,1 +4336464,1976,1,1,1 +4216130,2019,7,2,1 +4216130,1992,7,1,1 +4057420,2007,11,1,2 +4078793,2011,12,2,2 +4336464,2004,8,2,1 +4202451,2010,6,1,1 +40492359,2012,12,2,1 +4078793,2010,9,2,2 +4216130,2008,10,2,1 +4057420,2008,3,1,1 +4230911,2011,6,2,1 +4057420,2011,6,2,2 +4216130,1998,10,1,1 +4336464,2019,6,2,1 +4230911,2019,6,4,1 +4057420,2009,11,1,1 +40492359,1986,6,1,1 +4202451,2006,6,2,1 +4202451,2016,7,2,1 +4078793,1995,11,2,2 +4336464,2014,5,2,1 +4230911,1960,7,1,1 +4336464,1985,3,2,1 +4216130,1985,3,2,1 +4230911,1960,4,1,1 +4057420,1960,4,1,1 +4202451,1979,6,1,1 +40492359,2020,12,2,1 +4216130,1990,1,1,1 +4336464,1943,8,1,1 +4336464,1968,4,1,1 +4078793,2007,11,1,2 +4057420,2018,2,1,2 +4336464,1994,7,1,1 +40492359,2014,1,1,1 +4336464,1999,8,1,1 +4202451,2013,1,1,1 +4078793,1996,11,1,2 +4216130,1994,10,1,1 +40492359,2008,2,1,1 +4336464,1963,5,2,1 +4202451,1996,8,1,1 +4216130,2012,5,1,1 +4230911,1973,8,1,1 +4216130,2005,3,1,1 +4336464,2017,2,1,1 +4216130,2017,2,1,1 +4230911,2007,5,2,1 +4336464,2011,8,1,1 +4216130,2005,11,2,1 +4336464,2011,9,2,1 +4078793,2006,6,1,1 +4202451,1964,12,1,1 +4202451,1982,1,1,1 +4230911,2008,5,1,1 +4230911,2003,6,1,1 +4057420,2004,10,1,1 +4078793,2005,3,1,6 +4216130,1994,6,1,1 +4230911,1980,11,1,1 +4078793,1987,5,1,5 +4336464,2018,5,1,2 +4202451,2008,10,1,1 +4230911,1963,10,1,1 +4216130,1956,1,1,1 +4336464,1988,2,1,1 +4216130,1988,2,1,1 +4216130,2019,4,1,1 +4216130,1977,10,1,1 +4057420,2012,8,1,1 +4057420,1991,9,1,1 +4216130,1991,2,1,1 +4336464,2009,6,1,1 +4336464,1969,11,1,1 +4078793,1998,11,1,2 +4216130,2009,8,1,1 +4057420,2011,10,1,2 +4216130,2004,6,1,1 +4078793,2021,11,48,1.9375 +4078793,2020,10,40,1.8 +4336464,2008,8,2,1 +4336464,2002,10,2,1 +4078793,2015,2,38,2.4473684210526314 +4078793,2021,3,49,2.3877551020408165 +4078793,2014,6,32,3.46875 +4078793,2016,6,39,3 +4057420,2022,3,13,1.9230769230769231 +4078793,2022,12,56,2.0714285714285716 +4230911,2009,9,3,1 +4078793,2017,2,32,1.90625 +4078793,2016,10,35,2.1142857142857143 +4202451,2016,5,4,1 +4057420,2000,6,2,1.5 +4078793,1994,5,1,2 +40492359,2021,1,2,1 +4230911,2015,12,6,1 +4078793,2014,10,35,2.1714285714285713 +4336464,2007,3,1,1 +4230911,1982,1,3,1 +4216130,1982,1,2,1 +4057420,2016,11,13,1.4615384615384615 +4230911,2011,12,1,1 +4230911,2022,2,9,1 +4078793,2023,2,43,2.302325581395349 +4216130,2004,1,2,1 +4057420,2016,3,13,1.4615384615384615 +4078793,2022,1,44,2.1818181818181817 +4057420,2018,8,14,2.2142857142857144 +4078793,2018,2,36,2.6944444444444446 +4230911,2019,1,7,1 +4057420,2017,1,14,1.8571428571428572 +4230911,1993,4,1,1 +4216130,1993,4,1,1 +4216130,1990,10,1,1 +4230911,2019,12,11,1 +4078793,2020,6,58,2.4655172413793105 +4057420,2017,12,10,1.7 +4336464,1987,5,1,1 +4230911,2015,1,9,1 +4202451,2021,3,7,1 +4336464,2017,8,4,1 +4216130,2017,8,4,1 +40492359,1999,8,1,1 +4230911,1997,8,1,1 +4202451,2015,5,6,1 +4057420,2023,5,12,1.75 +4336464,2013,9,2,1 +4336464,2019,12,4,1 +4078793,1999,3,2,2 +40492359,2007,1,1,1 +4057420,2001,4,1,2 +4057420,2013,9,10,1.5 +4230911,1967,11,1,1 +4230911,2021,2,6,1 +4057420,2022,11,12,2.1666666666666665 +4216130,2021,6,2,1 +4230911,1987,1,1,1 +4216130,2016,9,2,1 +4336464,2003,9,1,1 +4230911,1996,7,3,1 +4230911,2010,8,3,1 +4336464,2000,4,1,1 +4336464,2014,4,2,1 +4230911,2014,4,6,1 +4057420,2005,8,3,1.3333333333333333 +4078793,2013,2,4,1 +4057420,2013,8,4,2.25 +4230911,1976,3,1,1 +4230911,2016,6,2,1 +4202451,1977,1,1,1 +4336464,1989,3,2,1 +4336464,2021,11,4,1 +4230911,2011,1,3,1 +4057420,2011,1,1,1 +4230911,2017,3,5,1 +4202451,2006,1,1,1 +4230911,2007,7,2,1 +4336464,1976,10,3,1 +4057420,2015,6,9,6.444444444444445 +4230911,2010,9,5,1.4 +4078793,2001,10,3,2.6666666666666665 +4078793,2002,11,2,1.5 +4057420,2014,11,7,1.8571428571428572 +4336464,2004,2,3,1 +4202451,2019,10,6,1 +4230911,1989,8,1,1 +4202451,2020,12,2,1 +4202451,2018,6,4,1 +4057420,2014,3,7,1.7142857142857142 +4216130,1994,12,3,1 +4230911,2017,11,5,1 +4057420,2021,2,11,1.8181818181818181 +4057420,2019,2,8,1.375 +4230911,2013,2,1,1 +4230911,1993,7,3,1 +4216130,1993,7,3,1 +4057420,2020,2,5,1.8 +4230911,2023,3,4,1 +4057420,2018,9,6,5.333333333333333 +4230911,2007,4,1,1 +4230911,2008,7,1,1 +4336464,2018,7,4,1.25 +4216130,2003,11,1,1 +4230911,2016,10,8,1 +4216130,2019,5,2,1 +4202451,2022,5,7,1 +4230911,2002,8,1,1 +4202451,2021,11,2,1 +4057420,2015,10,10,1.8 +4078793,2011,10,3,2.3333333333333335 +4336464,1976,6,1,1 +4202451,1984,11,1,1 +4216130,1986,5,1,1 +4078793,2012,4,5,1.4 +4230911,2014,7,4,1 +4336464,2012,3,1,1 +40492359,2016,2,1,1 +4202451,2020,1,4,1 +4336464,2018,4,1,1 +4216130,2004,12,1,1 +4202451,2017,6,6,1 +4057420,2002,3,1,1 +4202451,2006,12,2,1 +40492359,2020,10,1,1 +4078793,2003,8,3,2 +4336464,2015,5,2,1 +4216130,2015,5,2,1 +4078793,2006,1,1,1 +4336464,2006,6,2,1 +4216130,2003,3,1,1 +4216130,2023,5,1,1 +4230911,2003,1,1,1 +4230911,2001,10,1,1 +4230911,2004,10,3,1 +4230911,1992,11,1,1 +40492359,2021,12,2,1 +4336464,1952,9,1,1 +4230911,1997,9,4,1 +4202451,1983,2,1,1 +4216130,2016,8,3,1 +4216130,2022,8,2,1 +4230911,1995,5,1,1 +4216130,1995,5,1,1 +4230911,2008,4,1,1 +40492359,2019,9,1,1 +4230911,1974,12,1,1 +4336464,2006,10,4,1 +4078793,2006,12,1,1 +4336464,2019,1,1,1 +4078793,2010,2,2,2.5 +4230911,1958,4,1,1 +4078793,2008,6,1,2 +4078793,2012,7,1,2 +4078793,2009,6,1,2 +4057420,2003,2,1,1 +4216130,1966,12,1,1 +4216130,2022,9,1,1 +4202451,2018,10,2,1 +4216130,2001,7,1,1 +4057420,1992,5,2,3 +4336464,1992,7,1,1 +4202451,2013,10,1,1 +4216130,1969,7,1,1 +4336464,1955,8,1,1 +4078793,2004,10,2,1.5 +40492359,2014,10,1,1 +4202451,2013,6,2,1 +4216130,2001,4,2,1 +4202451,2017,10,2,1 +4336464,2017,9,3,1 +4216130,2017,9,3,1 +4336464,1998,3,2,1 +4057420,1986,6,1,1 +4078793,1997,7,1,2 +4336464,1982,4,1,1 +40492359,2022,3,1,1 +40492359,1990,6,1,1 +4057420,1990,6,1,1 +4336464,2000,7,1,1 +4057420,1996,11,2,2 +4202451,2019,6,2,1 +4336464,1989,11,2,1 +4216130,1990,6,1,1 +40492359,2014,6,2,1 +4202451,2014,2,1,1 +4216130,1998,1,1,1 +4216130,1991,9,1,1 +4230911,2003,12,1,1 +4230911,1943,8,1,1 +4336464,1980,7,1,1 +4216130,1975,9,1,1 +4336464,1980,4,1,1 +4336464,2007,11,2,1 +4230911,2001,6,1,1 +4057420,2011,12,1,1 +4336464,1991,11,1,1 +4216130,2002,5,1,1 +4336464,1997,7,1,1 +4216130,1997,7,1,1 +4216130,2012,7,1,1 +4216130,2021,10,2,1 +4202451,2007,5,1,1 +4216130,2011,8,1,1 +4216130,2011,9,2,1 +4336464,1998,11,1,1 +4230911,1983,9,1,1 +4230911,1964,12,1,1 +4078793,2002,3,1,6 +4216130,1980,11,1,1 +4078793,1984,4,1,5 +4216130,2008,1,1,1 +40492359,2020,6,1,1 +4202451,2009,6,1,1 +4230911,2006,4,1,1 +4057420,2000,10,1,1 +4078793,1999,11,1,2 +4336464,2008,9,1,1 +4230911,1977,5,1,1 +4230911,2009,8,1,1 +4202451,1998,1,1,1 +4078793,2009,10,1,2 +4230911,1992,3,1,1 +4230911,2004,6,1,1 +4217646,1997,5,1,1 +4217646,2011,1,2,1 +4217646,1992,2,1,1 +4217646,2010,4,2,1 +4217646,2021,5,3,1 +4217646,2004,6,2,1 +45772840,2017,9,1,2 +45767945,2005,4,4,1 +45767945,2017,8,4,1 +45767945,1982,10,1,1 +4217646,1999,8,3,1 +4217646,1949,2,1,1 +45772840,2022,10,1,1 +4217646,2005,5,1,1 +4217646,2007,1,2,1 +4217646,1986,6,2,1 +45767945,2020,11,2,1 +45767945,1996,12,2,1 +4217646,1998,3,1,1 +4217646,1959,4,1,1 +45767945,1989,3,2,1 +4217646,1990,5,1,1 +4217646,1953,6,2,1 +45772840,2019,8,1,2 +4217646,1996,1,1,1 +4217646,2020,7,3,1 +45767945,2003,11,1,1 +4217646,1967,2,1,1 +4217646,1998,11,1,1 +4217646,1980,1,1,1 +45767945,2022,12,2,1 +45772840,2016,1,1,1 +45772840,1997,9,2,2 +4217646,1951,8,1,1 +45767945,1993,11,1,1 +45767945,2021,12,1,1 +4217646,2011,12,1,1 +45767945,2007,9,1,1 +4217646,1946,9,1,1 +45767945,2003,3,1,1 +45767945,2023,5,1,1 +45767945,2016,11,1,1 +45767945,2004,10,2,1 +4217646,1951,9,2,1 +45767945,2009,3,1,1 +45767945,2013,11,1,1 +4217646,2007,12,1,1 +4217646,1984,10,3,1 +4217646,1966,5,1,1 +45767945,2021,1,2,1 +4217646,1947,8,1,1 +4217646,1931,3,1,1 +4217646,1956,7,1,1 +45767945,2011,10,1,1 +4217646,2003,2,2,1 +4217646,1941,5,1,1 +45767945,2018,8,2,1 +45767945,2020,3,1,1 +45767945,2018,9,1,2 +45767945,2019,7,2,1 +45767945,1983,4,1,1 +45767945,2001,7,1,1 +4217646,1993,12,1,1 +45767945,1991,9,2,1 +45767945,1987,3,1,1 +45767945,1998,9,2,1 +4217646,2022,2,1,1 +4217646,2019,10,1,1 +45767945,2001,4,2,1 +45767945,2017,9,3,1 +4217646,1974,2,2,1 +45767945,2015,9,1,1 +45767945,1989,11,2,1 +4217646,1964,12,1,1 +45767945,2015,8,3,1 +45772840,2017,8,2,13 +45767945,2013,3,1,1 +4217646,1994,7,1,1 +4217646,1982,7,1,1 +45772840,2013,10,1,2 +4217646,1971,1,1,1 +45767945,1997,7,1,1 +45767945,1984,11,1,1 +45767945,2006,8,2,1 +45772840,2012,9,1,2 +4217646,1984,6,1,1 +4217646,2004,10,1,1 +4217646,1989,2,1,1 +45767945,1967,1,1,1 +45767945,2019,4,1,1 +4217646,1962,7,1,1 +45767945,2002,3,1,1 +4217646,1980,12,1,1 +45767945,1977,5,1,1 +45767945,2011,6,1,1 +45767945,2004,6,1,1 +45767945,2023,4,2,1 +4217646,2003,9,4,1 +4217646,2003,8,2,1 +45767945,1982,1,2,1 +45767945,2011,12,1,1 +45767945,2004,1,2,1 +4217646,2016,3,3,1 +4217646,1959,5,1,1 +4217646,1991,8,2,1 +45767945,1975,11,2,1 +4217646,1973,6,1,1 +4217646,2012,8,3,1 +45767945,1970,9,1,2 +4217646,1929,12,1,1 +45767945,1975,3,1,1 +4217646,1949,8,1,1 +45767945,1979,5,1,1 +45772840,2020,4,2,1.5 +4217646,1989,9,1,1 +4217646,1941,4,1,1 +45772840,2016,10,1,2 +45767945,2021,6,2,1 +45767945,1976,3,1,1 +4217646,1971,10,1,1 +4217646,2021,7,3,1 +45767945,1990,8,1,1 +4217646,2006,5,1,1 +4217646,1996,10,1,1 +4217646,2018,11,1,2 +45767945,2010,3,2,1 +4217646,1993,6,1,1 +4217646,1967,9,1,1 +45767945,1997,5,2,1 +45772840,2021,9,1,2 +4217646,2009,7,2,1 +4217646,1995,10,1,1 +45772840,2014,2,1,1 +45772840,2013,12,1,2 +45767945,2001,5,3,1 +45772840,2022,12,2,1.5 +45767945,2019,5,2,1 +45767945,1983,5,1,1 +45767945,1951,5,1,1 +4217646,2013,11,1,1 +45767945,2015,2,1,1 +4217646,1992,8,1,1 +45767945,2022,6,1,1 +45767945,2004,12,1,1 +45767945,1967,6,1,1 +4217646,2004,1,1,1 +4217646,1944,12,1,1 +45767945,2007,2,2,1 +45772840,2020,7,1,2 +4217646,2002,2,1,1 +4217646,1961,9,1,1 +45767945,2022,10,2,1 +4217646,2001,10,1,1 +4217646,1965,11,1,1 +45767945,1995,5,1,1 +45767945,1958,4,1,1 +4217646,1983,11,1,1 +4217646,1956,5,1,1 +45767945,2006,2,2,1 +4217646,2009,4,2,1 +45772840,2018,8,2,1.5 +45772840,2003,10,1,1 +45767945,1978,11,1,1 +45767945,2012,9,2,1 +45767945,2018,2,1,1 +4217646,2011,6,1,1 +4217646,1969,11,1,1 +4217646,1975,9,1,1 +4217646,2000,7,1,1 +4217646,2000,4,3,1 +4217646,2010,5,1,1 +45772840,2017,2,1,1 +4217646,1997,4,1,1 +45772840,1977,6,1,2 +4217646,1988,8,1,1 +4217646,1996,6,1,1 +4217646,2001,6,1,1 +45767945,1996,10,1,1 +45767945,2021,10,2,1 +45767945,2017,2,1,1 +4217646,1990,7,1,1 +4217646,2007,6,1,1 +45767945,1980,11,1,1 +45767945,1999,5,1,1 +4217646,2016,11,1,1 +4217646,2018,3,1,1 +4217646,1969,3,1,1 +4217646,1958,11,1,1 +45767945,1991,2,1,1 +45772840,2021,8,1,2 +45772840,2001,2,1,2 +45767945,1969,11,1,1 +45772840,2023,4,1,2 +4217646,2006,2,1,1 +45767945,2002,10,2,1 +4217646,2015,12,2,1 +4217646,2013,1,2,1 +4217646,2014,12,2,1 +4217646,2019,3,1,1 +4217646,1997,8,4,1 +4217646,1989,4,2,1 +4217646,1972,2,1,1 +45767945,2014,1,1,1 +45767945,2008,2,2,1 +4217646,1956,2,1,1 +4217646,1967,7,2,1 +4217646,2005,8,2,1 +4217646,2012,7,1,1 +45767945,2013,6,2,1 +4217646,2004,11,1,1 +45772840,2018,4,2,1.5 +45767945,2005,2,1,1 +4217646,1990,9,1,1 +4217646,1979,8,2,1 +4217646,2013,12,2,1.5 +4217646,2020,2,1,1 +45767945,1986,12,1,1 +4217646,1942,5,1,1 +4217646,2017,6,1,1 +45767945,1993,10,2,1 +45772840,2015,6,1,2 +45767945,2003,10,2,1 +4217646,2000,8,2,1 +4217646,2015,1,2,1 +4217646,2005,9,1,1 +4217646,1965,1,1,1 +4217646,2018,12,1,1 +4217646,1958,12,1,1 +45772840,2015,10,2,2.5 +45767945,1948,7,1,1 +45767945,2013,10,1,1 +45772840,2004,8,1,2 +45767945,2015,5,2,1 +45767945,2009,10,1,1 +4217646,1981,6,1,1 +4217646,1963,12,2,1 +4217646,1944,3,1,1 +4217646,1955,4,2,1 +45767945,2004,3,2,1 +4217646,2010,2,1,1 +4217646,1944,11,1,1 +4217646,1939,3,1,1 +4217646,1984,11,2,1 +45767945,2016,10,3,1 +45772840,2021,7,4,1.5 +45772840,2000,2,1,4 +4217646,1933,11,1,1 +45767945,1976,1,1,1 +4217646,2016,12,1,1 +4217646,1992,4,2,1 +45767945,1950,12,1,1 +45767945,1955,8,1,1 +45767945,1998,5,1,1 +4217646,1949,4,1,1 +4217646,1970,9,1,1 +45767945,2001,2,1,1 +45772840,2013,11,1,2 +45772840,2009,9,1,1 +4217646,2009,8,1,1 +4217646,1985,8,1,1 +45767945,1985,3,2,1 +4217646,2021,9,1,1 +45767945,2017,5,1,1 +4217646,1936,3,1,1 +45767945,1974,5,1,1 +45767945,1968,4,1,1 +4217646,1938,12,1,1 +45767945,1997,2,3,1.3333333333333333 +4217646,1987,5,1,1 +4217646,2014,1,1,1 +45767945,2010,12,2,1 +45767945,1994,10,1,1 +45772840,2014,5,1,2 +4217646,2008,2,1,1 +4217646,1960,5,1,1 +45772840,2020,8,1,6 +45767945,2012,7,1,1 +45767945,2006,5,1,1 +4217646,1959,2,1,1 +4217646,1999,5,1,1 +45767945,2003,6,1,1 +4217646,1998,6,1,1 +45772840,1999,2,1,6 +4217646,1940,7,1,1 +45767945,1994,6,1,1 +45767945,2018,5,1,2 +4217646,1989,7,1,1 +45767945,1963,10,1,1 +4217646,1967,4,1,1 +45772840,2022,3,1,3 +45767945,1963,6,1,1 +45767945,2009,6,1,1 +45767945,2014,12,1,1 +45767945,2007,5,1,1 +4217646,1970,8,1,1 +4217646,1983,10,1,1 +4217646,1962,8,1,1 +45767945,2007,7,4,1 +4217646,1994,9,2,1 +4217646,2011,3,2,1 +4217646,2017,12,4,1 +45772840,2016,11,3,1.6666666666666667 +4217646,1995,3,2,1 +45767945,1967,11,1,1 +4217646,1967,5,1,1 +4217646,1976,6,1,1 +4217646,2003,5,1,1 +4217646,1960,7,1,1 +4217646,1963,6,2,1 +45767945,1987,1,1,1 +45767945,2000,4,1,1 +45767945,2002,1,2,1 +4217646,1979,2,1,1 +4217646,2016,6,1,1 +45767945,2008,8,1,1 +45767945,2021,11,4,1 +4217646,2010,9,2,2 +45767945,1994,12,3,1 +45767945,2018,7,3,1.3333333333333333 +45767945,2005,8,2,1 +4217646,1995,11,2,1 +4217646,1997,2,1,1 +4217646,1999,7,1,1 +45767945,2020,1,3,1.3333333333333333 +4217646,2006,9,2,1 +4217646,2018,10,1,1 +45767945,2016,12,4,1 +45767945,1976,6,1,1 +4217646,2009,2,2,1 +4217646,2007,3,1,1 +4217646,2005,2,1,1 +45767945,2018,4,1,1 +45772840,2019,7,3,2 +4217646,2021,2,2,1 +45767945,2019,8,2,1 +4217646,1998,12,2,1 +4217646,1981,1,1,1 +45767945,1970,5,1,1 +4217646,1978,8,1,1 +45767945,2010,10,1,1 +4217646,2001,3,1,1 +4217646,1996,3,3,1 +4217646,2013,6,1,1 +45767945,1997,9,2,1 +4217646,1987,7,1,1 +45767945,1976,10,2,1 +4217646,1931,12,1,1 +45767945,1998,7,1,1 +45767945,1980,6,1,1 +45772840,1997,4,1,2 +45772840,2015,1,2,3.5 +45767945,2015,4,1,1 +4217646,2018,6,1,1 +4217646,2016,10,1,1 +45767945,2022,11,1,1 +45767945,2001,9,1,1 +4217646,1988,5,1,1 +45772840,2012,4,1,2 +4217646,1992,5,1,1 +45767945,2005,9,1,1 +4217646,1957,8,1,1 +4217646,2014,10,1,1 +45772840,2014,4,1,1 +4217646,1952,6,1,1 +4217646,1956,8,1,1 +4217646,2022,5,1,1 +45772840,2017,4,2,2 +45767945,2000,7,1,1 +4217646,2017,1,2,1 +4217646,1978,9,1,1 +4217646,1960,4,1,1 +45767945,2023,2,2,1 +4217646,1990,2,1,1 +4217646,2014,6,2,1 +4217646,1982,9,1,1 +45767945,2003,12,1,1 +45767945,1998,4,1,1 +45767945,1969,6,1,1 +45767945,1999,8,1,1 +45767945,1974,7,1,1 +45772840,1983,12,1,1 +45767945,1996,11,1,1 +4217646,1946,7,1,1 +4217646,2020,8,1,1 +45767945,2012,5,1,1 +45767945,2020,12,2,1 +45767945,1983,9,1,1 +4217646,1951,4,1,1 +4217646,2020,9,1,1 +4217646,1976,10,1,1 +45767945,2019,9,1,1 +45772840,2018,5,1,2 +4217646,2015,10,1,1 +4217646,1969,6,1,1 +4217646,1926,8,1,1 +4217646,1977,7,1,1 +4217646,2013,10,2,1 +45767945,2006,4,1,1 +45767945,2008,9,1,1 +45772840,2001,4,1,1 +45767945,2001,8,1,1 +45772840,2016,3,1,2 +45767945,2010,6,1,1 +4217646,1989,6,1,1 +4217646,2014,5,2,1 +45767945,1987,4,1,1 +45767945,2002,7,4,1 +45767945,2017,12,4,1 +45772840,2016,9,2,1.5 +45767945,1993,4,1,1 +45767945,1990,10,1,1 +4217646,1998,4,1,1 +45767945,2015,1,2,1 +4217646,1982,3,1,2 +4217646,1974,6,1,1 +45767945,2007,1,3,1 +45767945,2012,10,2,1 +45767945,2009,4,1,1 +45767945,2003,7,1,1 +4217646,1978,3,2,1 +45767945,1968,6,2,1 +45767945,1991,12,2,1 +45767945,2004,2,3,1 +45767945,2001,11,1,1 +4217646,2003,10,2,1 +45767945,1993,7,3,1 +45767945,2021,9,3,1 +4217646,1995,9,2,1 +45767945,1996,8,3,1 +45772840,2003,8,1,2 +45767945,2016,7,1,1 +45767945,2019,11,1,1 +45767945,2013,7,2,1 +4217646,2008,11,1,1 +45767945,2020,4,3,1 +4217646,1937,10,1,1 +45767945,1986,5,1,1 +45767945,2020,7,3,1 +45767945,1967,8,1,1 +4217646,2002,1,3,1 +4217646,2019,2,1,1 +45767945,2012,6,1,1 +4217646,2020,11,2,1 +45767945,2021,8,3,1 +45772840,2021,10,1,2 +4217646,1962,3,1,1 +45767945,2016,4,2,1 +45767945,2002,4,1,1 +4217646,1998,7,2,1 +4217646,1951,12,1,1 +4217646,1945,7,1,1 +4217646,2007,9,2,1 +4217646,2020,3,1,1 +45767945,2019,3,1,1 +45767945,1942,12,1,1 +45767945,2022,8,2,1 +45767945,1994,4,1,1 +45767945,2017,1,1,1 +4217646,1955,6,1,1 +4217646,2015,5,1,1 +45767945,1996,9,1,1 +45772840,1994,9,1,2 +45767945,1966,12,1,1 +45767945,2022,9,1,1 +4217646,1965,5,1,1 +45767945,2018,12,1,1 +4217646,1981,4,1,1 +4217646,1971,8,1,1 +4217646,1947,1,2,1 +4217646,2001,9,2,1 +4217646,2008,3,1,2 +45772840,1991,7,1,2 +4217646,2017,7,2,1 +4217646,1994,3,1,1 +45767945,2009,7,1,1 +45767945,2014,5,2,1 +4217646,1942,1,1,1 +4217646,2010,11,2,1 +4217646,2022,10,1,1 +45767945,1990,6,1,1 +4217646,1999,12,1,1 +45767945,2013,4,1,1 +45767945,1998,1,2,1 +45767945,1943,8,1,1 +45767945,1994,7,1,1 +4217646,1948,1,1,1 +45767945,2007,12,1,1 +4217646,2016,5,1,1 +4217646,1958,5,1,1 +45767945,1988,7,1,1 +45772840,2015,7,1,1 +45767945,2005,3,1,1 +45767945,2005,11,2,1 +4217646,1991,10,1,1 +4217646,2013,5,1,1 +4217646,2011,8,1,1 +4217646,1936,2,1,1 +45772840,2015,4,1,2 +45772840,2021,6,1,1 +45767945,1947,7,1,1 +4217646,2006,3,1,1 +45772840,2011,10,1,2 +45772840,2019,1,1,1 +45767945,2005,10,1,1 +4217646,1992,3,1,1 +45772840,2021,3,4,1.75 +45772840,2022,4,2,2 +4217646,1962,10,1,1 +4217646,2021,1,2,1 +4217646,1979,12,2,1 +45767945,1953,10,1,1 +45767945,1972,4,1,1 +4217646,2000,12,1,1 +45767945,2023,1,3,1 +45767945,2003,2,2,1 +45767945,1985,7,2,1 +45772840,2021,11,3,2.6666666666666665 +4217646,1989,11,1,1 +45767945,2019,10,3,1 +4217646,1991,3,1,1 +4217646,1949,11,1,1 +45767945,2010,8,2,1 +4217646,1955,3,1,1 +45767945,1965,7,2,1 +45772840,2018,3,2,2 +4217646,2006,10,1,1 +4217646,1980,5,1,1 +4217646,1958,9,2,1 +45767945,2008,6,2,1 +45772840,2007,12,1,2 +4217646,2019,4,2,1 +45767945,2005,6,2,1 +4217646,1961,11,3,1 +45772840,2020,1,2,2.5 +4217646,2018,9,2,1 +4217646,2007,5,1,1 +45767945,1958,12,1,1 +4217646,2005,12,1,1 +45772840,2023,1,2,6 +45767945,2012,3,1,1 +45772840,2020,12,3,2.3333333333333335 +4217646,2015,9,1,1 +4217646,1972,10,1,1 +45767945,2004,7,2,1 +45767945,2004,4,1,1 +4217646,1978,10,1,1 +45772840,2022,7,1,2 +45767945,1997,10,1,1 +45767945,1951,10,1,1 +4217646,2000,1,1,1 +4217646,1995,5,1,1 +45767945,2001,10,1,1 +4217646,1992,11,1,1 +4217646,2021,12,2,1 +4217646,2009,1,1,1 +45767945,1980,8,1,1 +4217646,1970,1,1,1 +4217646,1982,10,1,1 +4217646,2012,11,2,1 +4217646,2016,8,2,1.5 +4217646,1985,12,1,1 +4217646,2019,7,1,1 +4217646,1974,3,1,1 +45767945,1988,2,2,1 +4217646,1994,6,1,1 +45767945,2010,9,2,1 +4217646,1949,3,1,1 +45767945,2011,7,1,1 +4217646,2015,8,1,1 +45767945,2008,10,2,1 +4217646,1990,12,1,1 +4217646,2003,3,1,1 +4217646,1934,6,1,1 +45767945,2019,6,2,1 +4217646,2018,8,1,1 +4217646,2008,10,1,1 +45767945,1982,4,1,1 +4217646,2022,3,1,1 +4217646,1994,10,1,1 +45772840,2016,5,3,1.6666666666666667 +4217646,1950,8,1,1 +45767945,1999,6,1,1 +4217646,1955,11,1,1 +4217646,1953,4,1,1 +45767945,1975,9,1,1 +45767945,1958,1,1,1 +45767945,2022,5,1,1 +4217646,2001,5,1,1 +4217646,1997,1,1,1 +4217646,1975,3,1,1 +4217646,1989,3,1,1 +4217646,1944,4,1,1 +45772840,2013,7,1,10 +4217646,1998,2,1,1 +4217646,1991,11,1,1 +4217646,1953,7,1,1 +4217646,2020,6,1,1 +4217646,1975,11,1,1 +45767945,2000,3,1,1 +4217646,1971,7,1,1 +45767945,2009,9,1,1 +4217646,1969,2,1,1 +4217646,1979,10,1,1 +45767945,2007,3,2,1 +45767945,1999,12,3,1 +45767945,2018,3,3,1 +4217646,1980,4,2,1 +4217646,2005,10,1,1 +45767945,2013,9,1,1 +45767945,2019,12,3,1 +45767945,2016,9,2,1 +45767945,2003,9,1,1 +45767945,1993,9,1,1 +4217646,2002,11,1,1 +45767945,2020,8,2,1 +45767945,2021,4,2,1 +45767945,1979,1,1,1 +45767945,2020,9,1,1 +4217646,1985,6,1,1 +45767945,1989,8,1,1 +45772840,2014,3,1,2 +45767945,1993,8,1,2 +45767945,2022,4,3,1 +4217646,2013,2,1,1 +4217646,1942,11,1,1 +4217646,2020,1,1,1 +45767945,1980,2,2,1 +45767945,2002,8,1,1 +4217646,2008,1,1,1 +45767945,2011,5,3,1 +4217646,1983,2,1,1 +4217646,2021,6,2,1 +4217646,2016,2,1,1 +45767945,2004,5,1,1 +4217646,1990,6,3,1 +45772840,2022,5,2,2 +4217646,1977,11,1,1 +4217646,2002,3,2,1 +4217646,1995,7,1,1 +4217646,1962,1,1,1 +45772840,2016,7,1,2 +45767945,2018,11,2,1 +45772840,2017,3,3,1.3333333333333333 +45772840,2015,8,2,2 +4217646,2008,12,2,1 +4217646,2004,5,3,1 +4217646,2000,6,1,1 +45767945,2021,7,2,1 +4217646,2009,10,2,1 +45767945,2000,11,2,1 +45772840,1994,4,1,2 +45767945,1952,9,1,1 +4217646,1957,12,1,1 +45767945,2016,8,3,1 +45767945,2014,2,1,1 +4217646,1998,8,1,1 +45767945,2019,1,1,1 +45767945,2001,1,1,1 +4217646,1982,1,1,1 +4217646,1966,10,2,1 +4217646,1970,6,1,1 +45767945,1999,1,2,1 +45767945,1998,3,2,1 +45772840,2016,4,1,2 +45767945,1994,8,1,1 +45767945,1991,11,2,1 +4217646,1960,11,1,1 +45767945,1960,7,1,1 +45767945,2022,7,2,1 +4217646,1987,11,1,1 +4217646,2020,12,2,1 +4217646,2010,1,1,1 +45767945,1994,9,2,1 +4217646,1981,8,1,1 +45772840,2020,10,1,1 +45772840,2014,11,1,2 +4217646,1999,3,1,1 +45767945,1996,7,1,1 +4217646,1977,3,1,1 +45772840,2004,10,1,1 +4217646,1954,5,1,1 +45767945,1996,4,1,1 +4217646,1936,5,1,1 +4217646,1980,7,2,1 +45772840,1997,11,1,2 +4217646,2006,1,1,1 +4217646,2017,8,1,1 +45767945,2007,11,1,1 +4217646,2023,4,1,1 +45767945,1998,11,1,1 +4217646,1944,5,1,1 +45767945,1955,6,1,1 +4217646,1945,9,1,1 +45767945,1956,1,1,1 +45767945,2008,1,1,1 +45767945,1977,10,1,1 +4217646,1997,6,1,1 +4217646,2021,10,1,1 +4217646,1999,11,1,1 +4217646,2000,10,1,1 +45767945,2009,8,1,1 +4217646,1967,12,2,1 +4217646,2018,4,1,1 +4217646,1976,7,1,1 +4217646,2017,5,1,1 +4217646,2015,4,1,1 +4217646,2002,10,1,1 +45772840,2018,1,1,1 +45767945,2017,10,1,1 +4217646,1999,6,1,1 +45767945,1987,5,1,1 +4217646,2012,1,2,1 +4217646,1960,10,2,1 +45767945,2003,5,1,1 +4217646,1938,4,1,1 +45772840,2017,10,1,1 +45767945,2014,4,2,1 +45767945,2007,6,2,1 +45772840,2013,8,1,2 +45767945,1981,1,1,1 +45767945,1986,4,1,1 +4217646,1991,12,2,1 +45772840,2014,6,3,2 +45772840,2019,6,1,1 +45767945,2010,7,1,1 +4217646,1947,10,1,1 +4217646,1955,12,1,1 +4217646,1948,10,1,1 +4217646,2005,3,2,1 +45767945,2009,5,1,1 +4217646,1987,6,2,1 +45772840,2017,6,2,2 +45772840,2020,3,2,1.5 +4217646,2013,4,2,1 +4217646,1988,12,1,1 +4217646,1989,12,1,1 +45767945,1991,10,1,1 +45772840,2015,5,1,2 +4217646,2013,7,1,1 +4217646,2003,1,1,1 +45767945,2006,6,2,1 +4217646,2021,11,1,1 +4217646,1952,4,2,1 +45767945,2015,6,1,1 +4217646,2005,11,2,1 +4217646,2019,9,1,1 +4217646,1984,8,1,1 +45767945,2006,10,5,1 +45767945,1990,12,2,1 +4217646,2007,2,2,1 +4217646,1940,1,1,1 +4217646,1985,11,1,1 +4217646,1986,9,2,1 +4217646,1987,10,1,1 +45767945,1969,7,1,1 +4217646,2009,11,3,1 +4217646,1971,2,1,1 +45772840,2019,10,1,2 +45767945,2004,8,2,1 +4217646,2012,12,1,1 +45767945,2016,5,4,1 +4217646,1958,7,1,1 +45767945,2018,6,3,1 +4217646,1953,8,1,1 +4217646,1943,10,1,1 +45772840,2018,12,2,1.5 +4217646,1983,4,2,1 +4217646,1983,7,1,1 +45767945,1990,1,1,1 +45767945,1980,7,1,1 +45767945,1941,6,1,1 +45772840,1994,2,1,2 +45767945,1980,4,1,1 +4217646,2022,12,1,1 +45767945,2000,10,1,1 +4217646,1947,6,1,1 +4217646,1970,11,2,1 +45767945,2022,2,1,1 +4217646,1952,7,1,1 +4217646,1951,6,2,1 +45767945,1963,5,2,1 +4217646,1968,4,1,1 +4217646,2023,2,1,1 +45767945,2002,5,1,1 +4217646,1966,11,1,1 +4217646,1980,2,1,1 +45767945,2011,8,1,1 +4217646,1991,1,1,1 +45767945,2011,9,2,1 +45767945,2000,6,1,1 +4217646,1964,2,1,1 +45767945,2012,1,1,1 +4217646,1945,5,1,1 +4217646,2004,9,1,1 +4217646,1967,1,1,1 +4217646,2014,7,1,1 +4217646,2009,3,1,1 +4217646,2014,4,1,1 +4217646,1992,1,1,1 +4217646,2016,7,1,1 +45772840,2021,12,1,6 +4354252,2019,8,1,1 +4353843,2023,4,1,1 +3001079,2018,3,1,1 +4248525,2015,4,1,1 +4354252,2021,2,1,1 +4353843,2002,3,1,1 +4353843,2021,12,1,1 +4108450,2001,6,1,1 +4354252,2021,11,1,1 +4248525,2019,10,1,1 +4128111,2020,11,1,1 +4248525,2021,10,1,1 +4248525,2020,6,1,1 +4353843,2015,9,1,1 +4108450,2019,9,1,1 +4128111,2020,12,1,1 +4248525,2019,5,1,1 +4353843,2021,10,1,1 +3001079,2020,5,1,1 +4354252,2020,8,1,1 +4354252,2018,1,1,1 +4354252,2021,6,1,1 +4353843,2021,9,1,1 +4257036,2017,2,1,1 +4216746,2011,3,1,1 +4353713,2019,2,1,1 +4257036,2014,11,1,1 +4353717,2022,12,1,1 +4353713,2021,7,1,1 +45766147,2022,6,1,1 +4353713,2018,1,1,1 +4257036,2018,9,1,1 +4353717,2021,5,1,1 +4216746,2008,9,1,1 +4353717,2016,10,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv new file mode 100644 index 0000000..f6fb468 --- /dev/null +++ b/inst/test_data/calypso_summary_stats.csv @@ -0,0 +1,15 @@ +concept_id,summary_attribute,value_as_string,value_as_number +4108450,mean,NA,0.6666666865348816 +4248525,mean,NA,132.8 +4353843,mean,NA,128.83333333333334 +4354252,mean,NA,123.66666666666667 +4108450,sd,NA,0 +4248525,sd,NA,21.253235047869772 +4353843,sd,NA,23.65938855225694 +4354252,sd,NA,9.993331109628393 +4216746,mean,NA,8 +4353713,mean,NA,5.666666666666667 +4353717,mean,NA,12.799999872843424 +4216746,sd,NA,0 +4353713,sd,NA,1.1547005383792515 +4353717,sd,NA,3.469869753896986 From e4018f84fd95a9c3cf73541c094b93856e96f2d1 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Fri, 16 Aug 2024 17:04:22 +0100 Subject: [PATCH 02/33] Clean CSV files. From 81172aa13c2609ff5aa2c65ab8cfc3c556b8caf9 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Fri, 16 Aug 2024 17:14:10 +0100 Subject: [PATCH 03/33] Regenerate realistic test data after cleaning dummy CSVs. --- inst/test_data/calypso_concepts.csv | 64 +- inst/test_data/calypso_monthly_counts.csv | 20880 ++++++++++---------- 2 files changed, 10472 insertions(+), 10472 deletions(-) diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv index 74022df..5a74ec4 100644 --- a/inst/test_data/calypso_concepts.csv +++ b/inst/test_data/calypso_concepts.csv @@ -1,11 +1,29 @@ concept_id,concept_name,domain_id,vocabulary_id,concept_class_id,standard_concept,concept_code +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,Drug,RxNorm,Quant Clinical Drug,S,834357 +40163554,warfarin sodium 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,855332 +40171902,verapamil hydrochloride 40 MG,Drug,RxNorm,Clinical Drug Comp,S,897718 +40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 +40213160,"poliovirus vaccine, inactivated",Drug,CVX,CVX,S,10 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",Drug,CVX,CVX,S,114 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 +40213216,"rotavirus, live, monovalent vaccine",Drug,CVX,CVX,S,119 +40213260,"zoster vaccine, live",Drug,CVX,CVX,S,121 +40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 +40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",Drug,CVX,CVX,S,20 +40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 +40213306,"hepatitis B vaccine, adult dosage",Drug,CVX,CVX,S,43 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",Drug,CVX,CVX,S,49 +40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 +40213320,"human papilloma virus vaccine, quadrivalent",Drug,CVX,CVX,S,62 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 4078793,Direct current cardioversion,Procedure,SNOMED,Procedure,S,180325003 4057420,Catheter ablation of tissue of heart,Procedure,SNOMED,Procedure,S,18286008 -40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 -46275916,1 ML epinephrine 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1660014 -40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 -1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 -19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 4329847,Myocardial infarction,Condition,SNOMED,Clinical Finding,S,22298006 381316,Cerebrovascular accident,Condition,SNOMED,Clinical Finding,S,230690007 4336464,Coronary artery bypass graft,Procedure,SNOMED,Procedure,S,232717009 @@ -24,35 +42,17 @@ concept_id,concept_name,domain_id,vocabulary_id,concept_class_id,standard_concep 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,Procedure,SNOMED,Procedure,S,433112001 40492359,Insertion of biventricular implantable cardioverter defibrillator,Procedure,SNOMED,Procedure,S,447365002 313217,Atrial fibrillation,Condition,SNOMED,Clinical Finding,S,49436004 -40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 -40213160,"poliovirus vaccine, inactivated",Drug,CVX,CVX,S,10 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",Drug,CVX,CVX,S,114 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 -40213216,"rotavirus, live, monovalent vaccine",Drug,CVX,CVX,S,119 -40213260,"zoster vaccine, live",Drug,CVX,CVX,S,121 -40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 -40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",Drug,CVX,CVX,S,20 -40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 -40213306,"hepatitis B vaccine, adult dosage",Drug,CVX,CVX,S,43 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",Drug,CVX,CVX,S,49 -40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 -40213320,"human papilloma virus vaccine, quadrivalent",Drug,CVX,CVX,S,62 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,Drug,RxNorm,Quant Clinical Drug,S,834357 -40163554,warfarin sodium 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,855332 -40171902,verapamil hydrochloride 40 MG,Drug,RxNorm,Clinical Drug Comp,S,897718 -1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 -19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 -1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 317576,Coronary arteriosclerosis,Condition,SNOMED,Clinical Finding,S,53741008 45766147,Appearance,Observation,SNOMED,Observable Entity,S,703248002 45767945,Coronary artery stent,Device,SNOMED,Physical Object,S,705643001 45772840,Implantable cardiac pacemaker,Device,SNOMED,Physical Object,S,706004007 4217646,Implantable defibrillator,Device,SNOMED,Physical Object,S,72506001 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 +1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 +19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 +1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 +40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 +46275916,1 ML epinephrine 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1660014 +40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 +1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 +19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index d3e526f..a9a1ad4 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -1,10236 +1,9273 @@ concept_id,date_year,date_month,person_count,records_per_person -317576,2017,11,4,1 -317576,1999,9,2,1 -313217,2012,3,2,1 -321042,1992,3,1,1 -321042,1962,8,1,1 -381316,2020,8,5,1 -321042,2011,1,2,1 -381316,2008,10,4,1 -381316,2006,4,1,1 -317576,2021,3,4,1 -321042,1979,10,1,1 -317576,2014,1,6,1 -313217,2014,8,6,1 -321042,2002,10,1,1 -4329847,1987,4,1,1 -381316,2018,1,4,1 -317576,2020,8,5,1 -313217,2020,8,7,1 -4329847,1953,10,1,1 -313217,2017,1,2,1 -317576,2023,2,3,1 -317576,2019,1,3,1 -317576,2011,12,5,1 -313217,2019,10,4,1 -321042,2016,3,3,1 -4329847,2017,12,4,1 -381316,2009,5,4,1 -317576,1997,1,4,1 -313217,2013,7,2,1 -313217,2022,3,4,1 -313217,2008,11,1,1 -381316,2002,2,1,1 -321042,2012,8,3,1 -317576,2019,12,4,1 -313217,2005,7,1,1 -317576,1973,7,1,1 -317576,2000,1,4,1 -317576,1988,8,2,1 -381316,2010,2,5,1 -313217,2008,3,4,1 -381316,2005,12,2,1 -4329847,1985,7,2,1 -317576,1989,7,1,1 -321042,1972,2,1,1 -313217,1995,3,1,1 -381316,2012,6,4,1 -313217,2004,8,3,1 -321042,1938,4,1,1 -4329847,2003,7,1,1 -317576,1996,9,3,1 -313217,2019,6,3,1 -381316,2023,1,4,1 -313217,1997,6,2,1 -381316,1996,7,3,1 -317576,2000,12,4,1 -321042,1949,11,1,1 -4329847,1993,9,1,1 -321042,1967,7,2,1 -317576,2001,12,5,1 -317576,2020,9,8,1 -317576,1993,6,2,1 -4329847,1976,3,1,1 -321042,1971,10,1,1 -317576,2003,8,1,1 -381316,2014,10,3,1 -381316,2015,10,6,1 -317576,2012,1,3,1 -317576,1964,7,1,1 -381316,1998,7,1,1 -381316,2011,12,3,1 -381316,2008,6,3,1 -4329847,1991,12,2,1 -321042,2010,9,2,1 -313217,2003,2,4,1 -381316,2019,10,5,1 -381316,2001,7,2,1 -313217,2014,9,1,1 -4329847,1997,5,2,1 -313217,1999,11,2,1 -317576,1984,5,1,1 -317576,2001,1,3,1 -4329847,1993,8,1,1 -381316,2015,6,5,1 -313217,2013,4,2,1 -381316,2003,1,2,1 -313217,2006,11,1,1 -381316,1971,12,1,1 -317576,1995,12,3,1 -317576,2006,6,4,1 -4329847,2010,7,1,1 -317576,1991,3,1,1 -321042,1995,9,2,1 -321042,2020,7,3,1 -381316,1993,5,2,1 -381316,2020,9,3,1 -313217,2018,8,7,1 -4329847,2019,5,2,1 -4329847,2016,7,1,1 -317576,2017,3,2,1 -321042,2007,5,1,1 -317576,1987,7,2,1 -381316,1987,1,1,1 -381316,1969,3,1,1 -381316,2018,12,3,1 -4329847,1980,2,2,1 -313217,2021,9,3,1 -4329847,2002,8,1,1 -317576,1976,4,1,1 -313217,2023,3,3,1 -317576,1989,4,2,1 -321042,2005,12,1,1 -381316,2006,7,2,1 -381316,1985,5,1,1 -4329847,1951,5,1,1 -381316,2022,12,6,1 -313217,2009,5,1,1 -317576,2018,4,3,1 -381316,1975,11,1,1 -381316,1997,1,1,1 -313217,2021,8,2,1 -381316,1974,3,1,1 -4329847,1967,8,1,1 -313217,1990,5,3,1 -4329847,2012,3,1,1 -313217,2017,12,2,1 -313217,2010,4,2,1 -317576,2004,7,4,1 -321042,2019,2,1,1 -381316,2011,1,3,1 -381316,1981,7,1,1 -313217,2005,4,2,1 -313217,1998,6,2,1 -317576,2003,9,5,1 -381316,1995,9,1,1 -4329847,2016,4,2,1 -321042,2011,12,1,1 -321042,1981,6,1,1 -321042,1998,12,2,1 -4329847,2006,6,2,1 -317576,1997,12,1,1 -381316,1968,8,1,1 -321042,2004,5,3,1 -321042,1944,3,1,1 -317576,1992,3,3,1 -313217,1998,10,1,1 -321042,1961,9,1,1 -321042,1996,3,3,1 -321042,1992,11,1,1 -4329847,1952,9,1,1 -4329847,2009,3,1,1 -321042,1944,11,1,1 -381316,1983,2,1,1 -321042,1987,7,1,1 -317576,2014,12,2,1 -317576,1934,12,1,1 -317576,1985,4,3,1 -4329847,2017,1,1,1 -317576,1972,9,1,1 -381316,1966,10,1,1 -317576,2015,12,1,1 -313217,2020,9,2,1 -4329847,2006,10,5,1 -381316,2012,10,3,1 -381316,1970,12,1,1 -317576,1987,4,2,1 -317576,1999,8,3,1 -381316,2005,1,2,1 -381316,1997,12,1,1 -4329847,2001,1,1,1 -321042,2003,2,2,1 -381316,2014,6,1,1 -317576,1948,2,1,1 -4329847,2018,8,2,1 -4329847,2018,9,1,1 -381316,2000,11,2,1 -381316,1999,5,1,1 -313217,2016,8,4,1 -321042,1965,5,1,1 -381316,2016,4,4,1 -317576,2011,1,5,1 -4329847,1983,4,1,1 -313217,2015,5,5,1 -321042,1988,5,1,1 -381316,2001,4,1,1 -317576,1970,1,1,1 -317576,1980,5,2,1 -381316,1994,10,1,1 -317576,1933,3,1,1 -381316,2013,10,1,1 -4329847,1969,7,1,1 -313217,2011,2,1,1 -321042,1949,3,1,1 -381316,2017,5,2,1 -4329847,2011,7,1,1 -4329847,1998,9,2,1 -4329847,1955,8,1,1 -321042,1958,7,1,1 -313217,1996,8,1,1 -321042,2014,10,1,1 -313217,1997,10,1,1 -381316,2013,6,3,1 -321042,1956,8,1,1 -381316,1994,6,1,1 -313217,2016,9,1,1 -381316,1982,2,1,1 -313217,2022,11,2,1 -321042,2017,7,2,1 -313217,1984,10,1,1 -321042,1983,4,2,1 -321042,1994,3,1,1 -321042,2009,8,1,1 -381316,2016,7,2,1 -321042,1983,7,1,1 -317576,1995,1,3,1 -317576,1955,3,1,1 -321042,1985,8,1,1 -381316,2019,6,2,1 -313217,1995,11,1,1 -321042,2021,9,1,1 -317576,1943,8,1,1 -321042,2014,6,2,1 -317576,1941,3,1,1 -317576,2009,2,2,1 -317576,2012,12,2,1 -317576,1974,3,2,1 -317576,1991,11,1,1 -317576,2007,5,4,1 -317576,1954,12,1,1 -4329847,1968,4,1,1 -317576,2021,11,2,1 -381316,1996,4,1,1 -4329847,1975,9,1,1 -313217,2006,3,1,1 -317576,1996,8,1,1 -317576,2015,1,3,1 -317576,2018,7,2,1 -321042,1982,7,1,1 -4329847,1994,10,1,1 -321042,1970,11,2,1 -321042,2008,2,1,1 -313217,2018,9,1,1 -4329847,2022,2,1,1 -321042,1975,3,1,1 -313217,1986,5,1,1 -313217,2012,11,2,1 -321042,2023,4,1,1 -317576,1970,12,1,1 -321042,2013,5,1,1 -317576,1990,2,1,1 -381316,2022,1,1,1 -4329847,1994,6,1,1 -321042,1969,6,1,1 -321042,2016,11,1,1 -4329847,1956,1,1,1 -317576,1966,12,1,1 -4329847,2008,1,1,1 -321042,1967,4,1,1 -313217,2010,7,1,1 -317576,1992,11,1,1 -313217,1993,1,1,1 -321042,1975,11,1,1 -313217,2001,2,1,1 -317576,1985,7,1,1 -4329847,2007,5,1,1 -317576,1967,5,1,1 -321042,2006,3,1,1 -317576,2007,4,5,1 -313217,2014,2,4,1 -313217,2002,3,3,1 -381316,1994,1,1,1 -317576,2000,6,4,1 -321042,2018,4,1,1 -4329847,2007,7,4,1 -381316,1990,6,1,1 -321042,2017,5,1,1 -321042,2003,9,4,1 -381316,1976,7,2,1 -321042,2003,8,2,1 -321042,1979,12,2,1 -317576,1951,3,1,1 -381316,2014,1,3,1 -313217,2007,3,1,1 -4329847,2017,10,1,1 -381316,1983,9,2,1 -381316,1994,12,2,1 -317576,1994,11,5,1 -317576,2014,6,4,1 -313217,2018,2,2,1 -381316,2015,12,4,1 -317576,2011,10,2,1 -381316,2019,1,6,1 -381316,2022,10,6,1 -381316,2019,12,6,1 -313217,2003,8,2,1 -4329847,1987,5,1,1 -317576,1982,4,2,1 -317576,2014,10,5,1 -321042,2014,12,2,1 -381316,2021,3,6,1 -313217,2004,2,1,1 -4329847,2005,4,4,1 -317576,1980,4,1,1 -317576,2005,11,6,1 -317576,1995,10,1,1 -317576,2020,2,2,1 -321042,1989,4,2,1 -321042,2005,10,1,1 -381316,2009,7,1,1 -4329847,2003,5,1,1 -317576,2006,12,4,1 -381316,1986,8,3,1 -381316,2003,6,1,1 -313217,1992,7,1,1 -317576,2016,3,2,1 -381316,1982,8,1,1 -321042,1967,5,1,1 -4329847,2014,1,1,1 -313217,2015,7,4,1 -317576,2003,2,1,1 -4329847,2020,11,2,1 -313217,2000,11,3,1 -317576,2019,10,5,1 -381316,1999,4,2,1 -317576,2000,10,3,1 -317576,1934,6,1,1 -321042,1956,2,1,1 -313217,2003,9,2,1 -317576,1998,3,3,1 -381316,2017,7,4,1 -4329847,2021,4,2,1 -313217,1991,3,1,1 -313217,2009,4,4,1 -317576,2002,11,3,1 -317576,1986,12,3,1 -313217,2017,6,5,1 -381316,2001,5,2,1 -317576,2022,3,5,1 -381316,2010,9,4,1 -313217,2000,3,5,1 -317576,1996,2,2,1 -381316,2017,4,8,1 -317576,2001,6,3,1 -381316,2002,9,3,1 -381316,2018,6,3,1 -4329847,2008,6,2,1 -321042,1953,6,2,1 -4329847,1994,12,3,1 -317576,2008,3,3,1 -317576,2009,9,3,1 -313217,1989,6,1,1 -317576,2016,11,3,1 -317576,2015,6,2,1 -317576,1954,10,1,1 -313217,2011,8,2,1 -321042,1942,11,1,1 -317576,2010,11,4,1 -317576,2019,6,1,1 -381316,2020,2,6,1 -317576,2005,3,2,1 -317576,2013,11,2,1 -317576,1999,2,2,1 -381316,2010,8,3,1 -4329847,1983,5,1,1 -381316,2021,11,2,1 -313217,2007,11,2,1 -4329847,2013,7,2,1 -317576,2011,6,2,1 -381316,2004,2,3,1 -4329847,2011,5,3,1 -317576,2006,1,5,1 -381316,2012,1,2,1 -321042,2013,4,2,1 -381316,1984,11,1,1 -321042,2009,2,2,1 -381316,2012,12,1,1 -317576,1969,5,1,1 -381316,2013,1,2,1 -317576,1983,9,1,1 -381316,2014,12,2,1 -317576,1995,6,4,1 -381316,2011,6,1,1 -321042,2002,1,3,1 -313217,1987,11,1,1 -317576,2018,5,3,1 -381316,2006,5,2,1 -313217,2011,9,4,1 -321042,1951,8,1,1 -313217,2010,5,4,1 -317576,1935,11,1,1 -4329847,1991,10,1,1 -381316,1979,3,1,1 -317576,2001,10,2,1 -313217,1993,6,1,1 -321042,1977,11,1,1 -321042,1978,10,1,1 -317576,1940,8,1,1 -321042,2021,2,2,1 -317576,2007,7,2,1 -321042,2013,7,1,1 -313217,1994,9,1,1 -313217,2017,10,4,1 -321042,1981,1,1,1 -4329847,1970,5,1,1 -4329847,2021,7,2,1 -4329847,2001,10,1,1 -313217,1998,12,1,1 -381316,2003,10,6,1 -381316,1978,7,1,1 -321042,2001,3,1,1 -321042,1951,9,2,1 -317576,2004,5,3,1 -321042,1955,4,2,1 -381316,1998,5,2,1 -4329847,2004,3,2,1 -313217,1986,4,1,1 -317576,2022,11,2,1 -321042,2010,2,1,1 -317576,1981,11,1,1 -313217,1994,8,1,1 -317576,2010,3,2,1 -313217,1985,6,1,1 -4329847,1980,8,1,1 -4329847,2022,8,2,1 -381316,2016,5,3,1 -317576,1982,7,1,1 -321042,2019,9,1,1 -313217,2001,9,1,1 -381316,2005,6,2,1 -381316,2015,1,5,1 -321042,1984,11,2,1 -317576,1987,5,2,1 -317576,2002,3,3,1 -317576,2008,11,2,1 -317576,1983,8,2,1 -381316,1993,4,1,1 -317576,1993,1,2,1 -317576,1960,9,1,1 -4329847,2022,9,1,1 -4329847,2020,3,1,1 -317576,1986,1,1,1 -381316,2018,10,2,1 -4329847,2019,7,2,1 -317576,1981,3,1,1 -313217,1993,10,2,1 -381316,1996,5,2,1 -317576,1989,5,2,1 -317576,1967,7,1,1 -317576,2013,3,6,1 -313217,1981,4,1,1 -317576,1954,6,1,1 -4329847,2008,10,2,1 -4329847,2016,5,4,1 -317576,1970,10,1,1 -317576,2012,6,1,1 -4329847,2018,2,1,1 -313217,2009,7,2,1 -381316,1971,6,1,1 -313217,2019,12,2,1 -313217,1989,10,1,1 -321042,2011,6,1,1 -317576,1988,2,1,1 -317576,2012,10,4,1 -321042,2022,5,1,1 -313217,2015,4,2,1 -321042,1960,11,1,1 -317576,1990,8,2,1 -381316,2022,6,3,1 -381316,1985,4,1,1 -381316,2011,10,3,1 -4329847,2013,4,1,1 -381316,2009,4,2,1 -317576,1984,4,1,1 -313217,2019,1,3,1 -381316,1995,2,1,1 -381316,2013,12,2,1 -321042,1987,5,1,1 -381316,2002,8,1,1 -313217,1977,6,1,1 -381316,2008,1,1,1 -321042,2014,1,1,1 -313217,2016,2,2,1 -317576,1997,6,2,1 -321042,1999,3,1,1 -313217,1981,7,1,1 -4329847,1996,7,1,1 -381316,2007,3,1,1 -321042,1958,5,1,1 -321042,1977,3,1,1 -317576,1980,7,1,1 -313217,2005,5,1,1 -313217,1984,12,1,1 -4329847,1996,4,1,1 -4329847,2000,10,1,1 -321042,1936,5,1,1 -313217,2021,2,1,1 -381316,2005,10,3,1 -381316,1992,5,1,1 -321042,1968,4,1,1 -321042,1971,1,1,1 -4329847,1997,7,1,1 -4329847,2000,6,1,1 -313217,2020,2,1,1 -317576,1939,3,1,1 -317576,2009,8,2,1 -321042,1998,6,1,1 -381316,2007,11,1,1 -381316,2023,6,1,1 -381316,1986,9,2,1 -317576,1976,5,1,1 -321042,1945,9,1,1 -4329847,1999,5,1,1 -321042,1989,7,1,1 -4329847,1963,10,1,1 -4329847,2019,4,1,1 -317576,1963,7,1,1 -317576,1990,9,1,1 -313217,1997,1,1,1 -4329847,1963,6,1,1 -317576,1998,11,1,1 -381316,1985,7,1,1 -4329847,2014,12,1,1 -321042,1999,11,1,1 -317576,1964,5,1,1 -381316,2019,11,2,1 -381316,2015,3,5,1 -381316,2017,9,6,1 -317576,2007,9,3,1 -317576,1996,5,1,1 -381316,1995,5,3,1 -321042,2015,12,2,1 -313217,2005,2,1,1 -4329847,1982,1,2,1 -4329847,2004,1,2,1 -317576,1991,6,3,1 -317576,1967,9,1,1 -313217,2011,7,4,1 -317576,2023,4,4,1 -313217,2013,2,2,1 -321042,1991,8,2,1 -317576,2007,8,5,1 -321042,2021,5,3,1 -313217,2022,6,3,1 -321042,1973,6,1,1 -313217,2022,10,6,1 -381316,2008,11,5,1 -313217,1990,8,1,1 -4329847,2003,2,2,1 -313217,2009,9,4,1 -317576,2017,10,3,1 -4329847,2013,9,1,1 -317576,2017,6,3,1 -321042,1929,12,1,1 -317576,1933,6,1,1 -313217,2015,9,5,1 -381316,1992,2,1,1 -4329847,2012,10,2,1 -317576,2002,12,2,1 -317576,1998,1,2,1 -321042,1989,9,1,1 -313217,2002,1,3,1 -317576,2021,6,4,1 -381316,1983,7,1,1 -317576,2013,1,3,1 -321042,2002,11,1,1 -381316,1999,9,1,1 -317576,1987,2,1,1 -381316,2016,2,5,1 -317576,1953,3,2,1 -381316,2017,8,2,1 -381316,2012,3,2,1 -321042,2016,6,1,1 -381316,1977,1,1,1 -4329847,1989,3,2,1 -381316,2014,3,1,1 -313217,2011,4,2,1 -317576,1986,11,1,1 -4329847,1990,8,1,1 -317576,2003,5,2,1 -381316,2008,3,1,1 -321042,1996,10,1,1 -381316,1993,9,2,1 -313217,1984,11,1,1 -317576,2009,4,2,1 -313217,2016,5,6,1 -317576,1983,4,1,1 -321042,2006,10,1,1 -381316,2015,11,4,1 -321042,1993,6,1,1 -381316,2002,7,3,1 -381316,1979,1,1,1 -317576,1974,10,2,1 -313217,2007,12,4,1 -313217,1992,9,2,1 -321042,2019,4,2,1 -313217,2004,5,2,1 -4329847,2022,4,3,1 -313217,2000,12,1,1 -381316,2009,9,1,1 -381316,1999,8,2,1 -313217,2015,8,1,1 -381316,2019,3,3,1 -4329847,2021,9,3,1 -321042,2020,2,1,1 -4329847,1996,8,3,1 -317576,2009,7,2,1 -321042,2018,9,2,1 -313217,2001,7,2,1 -313217,2021,5,4,1 -381316,2002,4,2,1 -321042,1967,2,1,1 -317576,1993,3,2,1 -317576,2008,1,2,1 -313217,2002,12,4,1 -313217,1988,1,1,1 -4329847,2005,8,2,1 -381316,2009,8,3,1 -313217,2023,6,2,1 -313217,1983,12,2,1 -381316,2007,12,2,1 -4329847,2020,1,3,1 -321042,2015,1,2,1 -317576,2022,12,2,1 -381316,2021,12,4,1 -381316,1988,3,1,1 -313217,2010,2,3,1 -381316,2012,11,2,1 -4329847,1976,6,1,1 -317576,2016,12,2,1 -321042,1983,2,1,1 -313217,2006,10,2,1 -317576,2020,5,4,1 -381316,2020,5,2,1 -313217,2020,5,3,1 -321042,1990,6,3,1 -381316,2010,7,2,1 -317576,1992,6,4,1 -4329847,2004,12,1,1 -313217,2009,8,2,1 -317576,2010,12,4,1 -321042,2002,3,2,1 -317576,2006,3,2,1 -4329847,2012,6,1,1 -317576,2016,1,2,1 -4329847,2021,8,3,1 -317576,1998,12,3,1 -313217,1999,6,1,1 -381316,1975,6,1,1 -317576,2013,12,1,1 -313217,2019,3,2,1 -4329847,2019,8,2,1 -4329847,2007,9,1,1 -4329847,2009,10,1,1 -317576,1991,10,3,1 -317576,1999,5,3,1 -321042,1945,7,1,1 -321042,2000,6,1,1 -321042,2007,9,2,1 -317576,2018,2,5,1 -321042,1995,5,1,1 -313217,2019,11,2,1 -317576,2004,2,2,1 -381316,2021,1,3,1 -313217,1994,4,1,1 -4329847,1997,9,2,1 -313217,1984,3,1,1 -321042,1952,4,2,1 -317576,1976,2,1,1 -4329847,1976,10,2,1 -4329847,1942,12,1,1 -317576,1983,7,2,1 -317576,1942,6,1,1 -4329847,2015,6,1,1 -381316,1994,3,1,1 -313217,1992,8,2,1 -313217,2008,6,1,1 -313217,1998,11,1,1 -321042,1966,5,1,1 -4329847,1996,9,1,1 -321042,2016,10,1,1 -321042,1947,8,1,1 -317576,2021,10,2,1 -313217,1998,3,2,1 -4329847,1958,4,1,1 -313217,2000,1,2,1 -317576,1984,8,1,1 -321042,2019,7,1,1 -4329847,1966,12,1,1 -321042,1956,5,1,1 -321042,1933,11,1,1 -313217,1991,1,1,1 -317576,1984,9,1,1 -321042,1994,6,1,1 -4329847,2005,9,1,1 -381316,1985,8,1,1 -317576,1992,10,1,1 -313217,2014,5,3,1 -313217,2012,6,1,1 -321042,2022,2,1,1 -4329847,1998,5,1,1 -321042,1943,10,1,1 -321042,1970,6,1,1 -313217,1982,8,1,1 -313217,1971,9,1,1 -321042,1974,2,2,1 -321042,1969,11,1,1 -321042,2018,8,1,1 -381316,2010,4,1,1 -313217,2001,4,2,1 -321042,1994,10,1,1 -321042,1942,1,1,1 -313217,2012,10,2,1 -317576,2008,12,1,1 -4329847,2022,7,2,1 -381316,1982,7,1,1 -317576,1950,3,1,1 -4329847,1989,11,2,1 -321042,1950,8,1,1 -317576,1988,5,2,1 -321042,1999,12,1,1 -317576,1994,12,1,1 -313217,2008,10,2,1 -321042,2010,5,1,1 -381316,2000,6,1,1 -4329847,1980,7,1,1 -381316,2014,11,3,1 -4329847,1980,4,1,1 -313217,1986,9,1,1 -313217,1987,1,2,1 -317576,1986,3,1,1 -321042,1954,5,1,1 -321042,1988,8,1,1 -381316,2004,5,1,1 -317576,1990,7,1,1 -321042,1996,6,1,1 -321042,1997,1,1,1 -317576,1994,1,1,1 -321042,1952,7,1,1 -381316,1991,1,1,1 -321042,2023,2,1,1 -381316,2013,3,2,1 -4329847,2002,5,1,1 -381316,2001,2,1,1 -381316,2007,1,1,1 -381316,1986,7,1,1 -317576,2006,11,1,1 -317576,1968,2,1,1 -321042,1964,2,1,1 -4329847,2020,12,2,1 -321042,1951,4,1,1 -381316,1985,9,1,1 -381316,1981,2,1,1 -321042,1936,2,1,1 -321042,2004,9,1,1 -4329847,2019,9,1,1 -313217,2018,5,1,1 -313217,1995,6,1,1 -4329847,2018,5,1,1 -321042,1926,8,1,1 -321042,1969,3,1,1 -313217,2006,6,1,1 -4329847,2009,6,1,1 -313217,1983,1,1,1 -317576,1982,9,1,1 -317576,1993,11,1,1 -317576,1955,6,1,1 -321042,2000,10,1,1 -381316,2013,11,1,1 -313217,2020,11,5,1 -381316,2011,7,4,1 -317576,1986,5,1,1 -321042,1967,12,2,1 -4329847,2005,10,1,1 -317576,1974,9,1,1 -313217,2020,3,2,1 -381316,2003,4,1,1 -313217,2018,11,3,1 -4329847,2009,9,1,1 -381316,2012,5,2,1 -381316,1998,12,2,1 -321042,1989,6,1,1 -321042,2014,5,2,1 -381316,2022,7,6,1 -317576,2012,4,5,1 -317576,1997,7,4,1 -313217,1984,5,1,1 -4329847,2011,12,1,1 -317576,1987,1,2,1 -317576,2014,4,4,1 -321042,1994,9,2,1 -4329847,1999,12,3,1 -4329847,2018,3,3,1 -381316,1992,1,1,1 -317576,2003,3,3,1 -317576,2000,7,1,1 -381316,2023,4,4,1 -4329847,1972,4,1,1 -4329847,1975,11,2,1 -313217,2012,9,5,1 -321042,2004,6,2,1 -4329847,1990,10,1,1 -321042,1998,4,1,1 -381316,2020,11,5,1 -313217,1993,7,1,1 -317576,2022,2,5,1 -381316,2015,5,6,1 -317576,2005,2,8,1 -313217,1989,4,1,1 -321042,2017,12,4,1 -317576,2001,4,3,1 -381316,2022,4,5,1 -381316,1997,4,1,1 -321042,1995,3,2,1 -317576,1997,4,1,1 -4329847,1967,11,1,1 -4329847,1975,3,1,1 -313217,2021,11,3,1 -313217,2016,3,1,1 -317576,2012,7,6,1 -381316,2018,4,6,1 -4329847,2019,10,3,1 -317576,1965,9,2,1 -321042,1949,8,1,1 -313217,2000,2,4,1 -4329847,2021,6,2,1 -317576,2013,2,1,1 -4329847,1987,1,1,1 -4329847,2000,4,1,1 -381316,1997,7,1,1 -381316,2005,4,2,1 -317576,2015,7,4,1 -317576,2019,7,4,1 -313217,2018,3,5,1 -317576,1996,11,4,1 -4329847,2013,6,2,1 -4329847,2007,6,2,1 -317576,1971,4,1,1 -317576,2018,12,6,1 -313217,2022,9,2,1 -313217,1997,5,3,1 -313217,2008,8,2,1 -317576,1993,5,2,1 -317576,1988,11,2,1 -381316,2006,1,2,1 -381316,2016,1,3,1 -313217,1995,9,2,1 -317576,1992,9,2,1 -313217,2014,11,3,1 -317576,2010,2,3,1 -4329847,2004,2,3,1 -381316,1971,7,2,1 -321042,1990,9,1,1 -317576,1988,3,3,1 -313217,2012,8,1,1 -313217,2013,12,3,1 -381316,1970,4,1,1 -381316,1993,6,1,1 -381316,1999,10,2,1 -381316,1977,2,1,1 -381316,2001,1,1,1 -381316,2019,5,6,1 -317576,1992,8,1,1 -4329847,2005,6,2,1 -317576,1968,12,1,1 -381316,1999,6,4,1 -381316,1995,3,3,1 -321042,1961,11,3,1 -313217,1974,10,1,1 -321042,1947,10,1,1 -321042,2020,1,1,1 -381316,1993,10,1,1 -317576,1995,4,4,1 -313217,1977,7,1,1 -381316,2014,5,3,1 -313217,1990,6,2,1 -321042,1995,11,2,1 -317576,2003,11,4,1 -321042,1997,2,1,1 -321042,2000,9,1,1 -317576,2001,7,5,1 -317576,1989,12,1,1 -313217,1985,4,1,1 -317576,2018,1,6,1 -317576,1966,7,1,1 -313217,2005,12,2,1 -321042,2006,9,2,1 -381316,2003,7,2,1 -321042,2018,10,1,1 -317576,2000,4,1,1 -4329847,2016,12,4,1 -317576,1969,1,1,1 -321042,1992,8,1,1 -313217,1992,10,1,1 -381316,2018,7,2,1 -313217,1982,6,1,1 -317576,2016,2,3,1 -321042,1958,12,1,1 -317576,2021,8,4,1 -381316,1985,10,2,1 -313217,2002,2,1,1 -317576,2020,3,5,1 -381316,1970,7,1,1 -313217,1980,11,1,1 -381316,2017,6,5,1 -4329847,1993,11,1,1 -313217,1979,4,2,1 -4329847,2013,10,1,1 -381316,2006,12,2,1 -313217,1996,3,1,1 -313217,2019,5,4,1 -313217,2021,3,3,1 -321042,1962,3,1,1 -4329847,1997,10,1,1 -317576,2015,4,8,1 -4329847,1951,10,1,1 -4329847,2018,11,2,1 -381316,2016,12,2,1 -313217,1991,2,1,1 -381316,1981,1,1,1 -321042,1998,7,2,1 -381316,1975,8,1,1 -317576,1991,8,4,1 -313217,2006,9,3,1 -381316,2001,12,4,1 -381316,2000,8,1,1 -313217,2006,8,1,1 -317576,1998,2,2,1 -317576,2008,2,1,1 -321042,2013,6,1,1 -317576,1947,3,1,1 -317576,1980,6,2,1 -321042,2021,11,1,1 -321042,1957,12,1,1 -321042,1939,3,1,1 -321042,1931,12,1,1 -317576,1994,2,3,1 -321042,1955,6,1,1 -381316,2011,4,1,1 -381316,1988,5,2,1 -321042,2018,6,1,1 -317576,2020,11,3,1 -321042,2012,11,2,1 -313217,2017,4,3,1 -313217,2004,3,2,1 -321042,2016,8,2,1 -317576,2004,1,1,1 -317576,1991,9,1,1 -317576,1999,3,2,1 -313217,2008,9,2,1 -4329847,1988,2,2,1 -317576,1970,7,1,1 -321042,1985,11,1,1 -4329847,2001,7,1,1 -381316,1984,2,1,1 -313217,2009,6,2,1 -313217,1989,7,1,1 -317576,1962,3,1,1 -321042,2009,11,3,1 -321042,1982,1,1,1 -317576,1999,11,3,1 -317576,1982,10,2,1 -317576,1979,12,1,1 -4329847,2012,9,2,1 -381316,1990,4,1,1 -317576,2017,8,3,1 -317576,2006,5,4,1 -321042,1970,9,1,1 -313217,2015,6,2,1 -4329847,2001,4,2,1 -381316,2017,10,2,1 -317576,2011,7,3,1 -381316,2000,9,1,1 -4329847,1999,1,2,1 -4329847,1998,3,2,1 -4329847,2019,6,2,1 -313217,1978,12,1,1 -381316,2013,5,1,1 -381316,1971,4,1,1 -321042,1975,9,1,1 -4329847,2000,7,1,1 -313217,2004,11,2,1 -4329847,2014,5,2,1 -313217,1980,3,1,1 -321042,2010,11,2,1 -317576,1984,6,1,1 -321042,2017,1,2,1 -4329847,2015,9,1,1 -313217,2010,1,1,1 -321042,2000,8,1,1 -317576,1965,8,1,1 -4329847,1990,6,1,1 -317576,2019,4,4,1 -321042,1964,12,1,1 -321042,2020,12,2,1 -381316,2009,6,2,1 -4329847,2003,12,1,1 -317576,1982,6,1,1 -317576,1943,3,1,1 -4329847,1943,8,1,1 -313217,2009,10,2,1 -313217,2022,8,4,1 -321042,1938,12,1,1 -4329847,2015,8,3,1 -317576,1955,9,1,1 -321042,1953,4,1,1 -317576,2021,9,1,1 -381316,1974,8,1,1 -321042,2022,12,1,1 -4329847,2010,12,2,1 -313217,2007,2,2,1 -317576,2004,12,3,1 -381316,2004,3,1,1 -381316,1974,9,1,1 -317576,1962,11,1,1 -313217,2015,10,2,1 -321042,1947,6,1,1 -4329847,1996,10,1,1 -321042,1966,11,1,1 -317576,1963,6,1,1 -317576,2007,6,1,1 -4329847,2021,10,2,1 -4329847,2006,5,1,1 -317576,1985,12,1,1 -4329847,1998,11,1,1 -321042,1991,10,1,1 -381316,2008,5,1,1 -313217,2014,3,1,1 -321042,2004,10,1,1 -321042,1967,1,1,1 -381316,1992,12,1,1 -321042,1953,7,1,1 -321042,2007,6,1,1 -317576,1984,10,1,1 -321042,2009,3,1,1 -381316,1969,8,1,1 -321042,2013,10,2,1 -4329847,2002,3,1,1 -313217,2005,1,1,1 -317576,2017,9,2,1 -381316,2020,3,1,1 -381316,2009,10,1,1 -317576,1944,8,1,1 -313217,1999,9,1,1 -4329847,2009,8,1,1 -381316,1998,1,1,1 -321042,1970,8,1,1 -317576,2000,5,1,1 -321042,1983,10,1,1 -381316,1996,10,2,1 -321042,2006,2,1,1 -313217,2022,2,8,1 -317576,1952,12,1,1 -321042,1971,7,1,1 -381316,1982,3,1,1 -317576,2005,9,4,1 -381316,2002,11,2,1 -313217,1993,5,1,1 -381316,2012,7,3,1 -321042,1992,2,1,1 -313217,1990,1,2,1 -381316,1984,8,1,1 -321042,2013,1,2,1 -313217,2013,10,3,1 -381316,2023,5,4,1 -381316,1993,1,4,1 -381316,2006,10,1,1 -317576,1978,6,2,1 -381316,2012,4,1,1 -317576,2009,11,2,1 -381316,2019,7,10,1 -321042,2019,3,1,1 -381316,2019,4,4,1 -321042,1999,8,3,1 -321042,1997,8,4,1 -321042,1949,2,1,1 -321042,2005,5,1,1 -4329847,2019,12,3,1 -317576,1982,12,3,1 -321042,2007,1,2,1 -317576,2014,5,5,1 -321042,1974,6,1,1 -381316,2018,5,7,1 -317576,2006,7,3,1 -381316,1992,6,2,1 -381316,1986,11,1,1 -317576,2004,6,4,1 -4329847,2007,1,3,1 -321042,1986,6,2,1 -317576,1990,3,2,1 -4329847,1996,12,2,1 -4329847,2014,4,2,1 -313217,1998,4,2,1 -4329847,2020,8,2,1 -313217,2009,1,5,1 -381316,2021,8,5,1 -381316,1990,5,2,1 -381316,2009,12,4,1 -317576,2016,9,2,1 -317576,2022,9,3,1 -313217,2012,2,1,1 -317576,2013,9,2,1 -381316,1994,7,1,1 -381316,2015,7,6,1 -317576,1983,3,4,1 -4329847,2020,9,1,1 -317576,1964,6,2,1 -4329847,1968,6,2,1 -4329847,1981,1,1,1 -321042,1991,12,2,1 -317576,1970,5,2,1 -317576,1990,11,1,1 -317576,2010,9,3,1 -381316,1996,6,2,1 -317576,1998,8,5,1 -381316,2015,4,2,1 -317576,2008,9,3,1 -317576,1960,11,1,1 -317576,2022,8,3,1 -313217,2003,11,1,1 -317576,1986,7,2,1 -321042,2013,12,2,1 -381316,1999,1,3,1 -4329847,2001,5,3,1 -381316,1998,6,2,1 -381316,2008,7,1,1 -317576,2011,5,2,1 -317576,1969,10,2,1 -381316,2010,3,6,1 -321042,2017,6,1,1 -381316,2022,5,6,1 -321042,1955,12,1,1 -317576,1978,10,1,1 -4329847,2003,10,2,1 -313217,2009,12,3,1 -317576,1994,9,4,1 -313217,2015,1,2,1 -317576,1957,11,2,1 -317576,1984,1,1,1 -381316,2011,5,3,1 -317576,2007,1,3,1 -321042,1987,6,2,1 -317576,2005,8,3,1 -317576,1950,7,1,1 -321042,2008,11,1,1 -313217,2010,10,2,1 -381316,2003,5,3,1 -317576,1998,9,2,1 -4329847,2015,2,1,1 -317576,2018,6,4,1 -321042,1988,12,1,1 -321042,1965,1,1,1 -321042,2018,12,1,1 -321042,1989,12,1,1 -381316,2014,7,2,1 -321042,2016,2,1,1 -381316,2017,1,6,1 -313217,1977,5,2,1 -313217,2010,6,2,1 -313217,2011,3,1,1 -317576,2012,5,4,1 -317576,1964,10,3,1 -321042,2015,9,1,1 -4329847,1948,7,1,1 -317576,2023,3,2,1 -381316,1955,5,1,1 -381316,1950,10,1,1 -313217,1990,12,2,1 -321042,2004,1,1,1 -317576,2016,8,3,1 -313217,2023,2,3,1 -381316,1998,10,1,1 -317576,2002,8,2,1 -317576,2002,9,1,1 -313217,1994,3,1,1 -4329847,2021,12,1,1 -317576,2013,8,2,1 -381316,2016,10,3,1 -381316,1972,1,2,1 -317576,2010,8,4,1 -313217,2017,5,4,1 -313217,2019,4,2,1 -313217,2019,7,3,1 -321042,1946,9,1,1 -313217,1991,8,4,1 -317576,1958,3,1,1 -317576,2018,10,5,1 -317576,1969,6,1,1 -317576,1989,10,3,1 -4329847,2010,10,1,1 -317576,2001,5,2,1 -317576,1954,5,1,1 -313217,2013,6,2,1 -313217,1982,12,2,1 -4329847,1994,4,1,1 -317576,1997,5,1,1 -321042,2007,12,1,1 -381316,2008,4,1,1 -317576,1994,8,1,1 -321042,1984,8,1,1 -381316,1958,6,1,1 -317576,1987,6,2,1 -4329847,1990,12,2,1 -317576,1973,6,1,1 -4329847,2021,1,2,1 -313217,2011,11,1,1 -4329847,2022,11,1,1 -4329847,2019,1,1,1 -321042,1982,10,1,1 -381316,2014,4,3,1 -313217,1984,7,1,1 -317576,1971,5,1,1 -4329847,2011,10,1,1 -4329847,2016,10,3,1 -317576,1977,3,1,1 -381316,2007,9,2,1 -381316,1985,1,1,1 -381316,1999,12,1,1 -381316,1993,12,1,1 -381316,2002,3,1,1 -321042,1987,10,1,1 -381316,1977,8,1,1 -381316,2001,10,1,1 -317576,2021,2,3,1 -317576,2015,5,4,1 -321042,1981,4,1,1 -313217,2002,9,1,1 -321042,2015,8,1,1 -4329847,2004,8,2,1 -381316,2017,12,3,1 -321042,1947,1,2,1 -321042,2001,9,2,1 -321042,2008,3,1,1 -381316,2005,5,1,1 -317576,2009,3,2,1 -381316,1975,2,2,1 -321042,2003,3,1,1 -317576,2017,2,2,1 -313217,2005,10,1,1 -317576,2019,5,3,1 -381316,1965,12,1,1 -381316,2006,6,3,1 -4329847,1960,7,1,1 -313217,1999,2,1,1 -317576,1983,11,1,1 -321042,2022,10,1,1 -4329847,2017,5,1,1 -4329847,2023,2,2,1 -321042,1990,2,1,1 -4329847,1999,6,1,1 -381316,2013,7,3,1 -313217,1981,12,1,1 -313217,2007,9,1,1 -317576,1975,2,1,1 -4329847,1990,1,1,1 -317576,2007,12,2,1 -317576,1993,4,1,1 -381316,1962,10,1,1 -313217,2008,2,1,1 -313217,2000,8,2,1 -4329847,1969,6,1,1 -4329847,1994,7,1,1 -313217,1985,5,1,1 -313217,2005,6,1,1 -4329847,2007,12,1,1 -381316,1982,11,1,1 -317576,1995,5,1,1 -313217,1989,5,1,1 -381316,1991,8,1,1 -313217,1992,1,1,1 -313217,2002,8,1,1 -4329847,1963,5,2,1 -317576,1987,10,2,1 -313217,2006,2,2,1 -381316,2021,9,2,1 -321042,1980,2,1,1 -381316,2010,11,1,1 -321042,1959,2,1,1 -321042,1991,1,1,1 -381316,2009,1,1,1 -381316,2016,6,1,1 -317576,1946,11,1,1 -317576,1993,7,1,1 -4329847,2003,6,1,1 -4329847,1980,11,1,1 -381316,1983,3,1,1 -321042,2014,7,1,1 -321042,2014,4,1,1 -321042,2020,6,1,1 -381316,1966,7,1,1 -317576,1985,10,1,1 -4329847,2006,4,1,1 -381316,2013,4,1,1 -381316,1948,2,1,1 -317576,1981,8,1,1 -4329847,1947,7,1,1 -4329847,2011,6,1,1 -4329847,2010,6,1,1 -313217,2015,12,1,1 -313217,2019,9,3,1 -313217,2020,10,4,1 -313217,2009,11,2,1 -4329847,2002,10,2,1 -321042,1962,10,1,1 -313217,2016,6,3,1 -321042,1976,7,1,1 -313217,2003,12,1,1 -381316,2009,3,2,1 -317576,2002,7,6,1 -313217,2018,10,4,1 -381316,2000,5,2,1 -321042,2015,4,1,1 -317576,2008,4,4,1 -4329847,2007,3,2,1 -381316,1994,8,1,1 -381316,2015,9,2,1 -317576,2016,7,2,1 -317576,1977,1,2,1 -321042,1959,5,1,1 -317576,1943,10,1,1 -313217,1997,9,5,1 -313217,1983,7,2,1 -381316,2008,9,1,1 -317576,2020,10,3,1 -317576,2013,4,4,1 -317576,1960,12,2,1 -313217,2021,10,4,1 -313217,1994,12,2,1 -381316,1999,11,1,1 -381316,2003,2,2,1 -321042,1989,11,1,1 -317576,2009,12,1,1 -321042,1960,7,1,1 -4329847,2008,2,2,1 -313217,2002,7,1,1 -317576,1984,3,1,1 -317576,2020,6,5,1 -321042,1991,3,1,1 -313217,1996,6,2,1 -381316,1960,12,2,1 -381316,2002,12,2,1 -321042,1955,3,1,1 -313217,2022,5,7,1 -313217,2015,11,3,1 -381316,2010,12,5,1 -381316,2015,8,2,1 -381316,1993,3,1,1 -4329847,2021,11,4,1 -4329847,1979,1,1,1 -321042,2006,5,1,1 -381316,1988,9,2,1 -381316,2017,3,5,1 -321042,2004,11,1,1 -313217,2019,8,4,1 -321042,1985,6,1,1 -321042,2018,11,1,1 -313217,1997,8,2,1 -313217,2020,6,5,1 -381316,2013,8,4,1 -321042,1990,5,1,1 -321042,1980,5,1,1 -317576,2012,2,2,1 -4329847,1989,8,1,1 -381316,2007,7,2,1 -381316,2021,7,3,1 -381316,2010,1,1,1 -321042,1979,8,2,1 -381316,2004,6,3,1 -381316,1974,5,1,1 -381316,2017,11,5,1 -321042,1995,10,1,1 -317576,2019,2,5,1 -317576,2023,1,6,1 -317576,1995,2,1,1 -317576,2002,4,3,1 -317576,1994,4,2,1 -381316,2022,2,5,1 -381316,2007,4,1,1 -317576,1986,8,1,1 -381316,2008,8,3,1 -317576,1991,5,1,1 -4329847,1993,10,2,1 -321042,1948,10,1,1 -317576,2009,1,2,1 -4329847,2019,11,1,1 -317576,1963,3,1,1 -321042,1999,7,1,1 -4329847,1958,12,1,1 -317576,1993,9,2,1 -4329847,2009,5,1,1 -317576,1993,8,1,1 -317576,2016,4,2,1 -381316,1980,9,1,1 -321042,2008,1,1,1 -313217,2021,6,1,1 -313217,1999,5,2,1 -381316,2011,2,2,1 -4329847,2022,12,2,1 -317576,2013,7,2,1 -317576,2022,4,4,1 -321042,2013,11,1,1 -313217,1992,3,1,1 -381316,2004,10,1,1 -317576,2008,7,4,1 -4329847,2020,4,3,1 -4329847,1986,5,1,1 -321042,2007,3,1,1 -4329847,2020,7,3,1 -317576,2017,5,2,1 -321042,2021,6,2,1 -317576,2005,4,3,1 -317576,2010,7,3,1 -313217,2008,5,3,1 -321042,2005,2,1,1 -313217,1998,8,3,1 -313217,2011,1,6,1 -4329847,1967,6,1,1 -381316,2019,9,2,1 -4329847,2004,7,2,1 -381316,2020,6,2,1 -317576,1990,1,1,1 -317576,2001,2,3,1 -4329847,2004,4,1,1 -317576,2021,5,5,1 -313217,1996,10,3,1 -313217,2012,5,2,1 -381316,1989,10,1,1 -313217,2015,3,6,1 -313217,2014,6,2,1 -4329847,2015,5,2,1 -317576,2006,8,2,1 -321042,2003,1,1,1 -321042,2008,12,2,1 -313217,2016,10,2,1 -313217,2003,1,3,1 -321042,1963,12,2,1 -321042,1951,12,1,1 -4329847,2023,5,1,1 -317576,1999,6,2,1 -381316,2019,8,5,1 -321042,2009,10,2,1 -381316,1982,1,2,1 -317576,1986,9,1,1 -381316,2018,2,1,1 -381316,1977,7,1,1 -317576,1990,12,1,1 -4329847,2019,3,1,1 -317576,1996,6,4,1 -317576,2007,11,3,1 -4329847,2013,11,1,1 -317576,1999,10,3,1 -381316,2014,9,4,1 -321042,1965,11,1,1 -4329847,1995,5,1,1 -381316,1985,3,4,1 -317576,1967,3,2,1 -317576,2022,7,1,1 -313217,2023,5,3,1 -313217,2011,12,2,1 -313217,2014,10,1,1 -317576,2010,4,1,1 -321042,1941,5,1,1 -317576,1998,7,1,1 -313217,2007,4,3,1 -381316,2020,10,1,1 -317576,1983,1,2,1 -381316,2021,4,1,1 -317576,2007,3,4,1 -321042,1992,5,1,1 -317576,2006,9,1,1 -321042,1971,8,1,1 -321042,1966,10,2,1 -4329847,1978,11,1,1 -4329847,2018,6,3,1 -313217,2009,3,4,1 -313217,1991,7,1,1 -317576,2003,10,4,1 -313217,1993,2,2,1 -4329847,2001,2,1,1 -381316,1991,4,2,1 -317576,1996,10,2,1 -381316,1994,9,1,1 -4329847,1994,8,1,1 -317576,1961,8,1,1 -381316,2012,8,2,1 -317576,1952,3,1,1 -4329847,1982,4,1,1 -317576,2003,6,1,1 -381316,1989,6,1,1 -317576,1997,2,1,1 -313217,2017,2,1,1 -321042,1960,4,1,1 -317576,1988,10,1,1 -313217,2001,12,1,1 -321042,1955,11,1,1 -317576,1936,4,1,1 -4329847,1941,6,1,1 -381316,1988,8,1,1 -4329847,1994,9,2,1 -317576,1992,5,1,1 -321042,1997,4,1,1 -321042,1981,8,1,1 -4329847,1958,1,1,1 -381316,1991,7,1,1 -313217,2018,6,2,1 -4329847,2013,3,1,1 -317576,1994,7,1,1 -381316,2012,9,1,1 -321042,2016,5,1,1 -317576,1972,10,1,1 -381316,2014,8,1,1 -4329847,1988,7,1,1 -313217,2004,10,2,1 -4329847,1974,7,1,1 -4329847,1996,11,1,1 -313217,2000,7,1,1 -321042,1946,7,1,1 -381316,1993,11,1,1 -317576,1967,11,1,1 -321042,1989,3,1,1 -4329847,2012,5,1,1 -317576,2015,2,2,1 -4329847,2007,11,1,1 -4329847,2005,3,1,1 -4329847,2017,2,1,1 -4329847,2005,11,2,1 -4329847,2006,8,2,1 -381316,2013,9,1,1 -317576,1981,4,1,1 -321042,1998,2,1,1 -313217,1984,8,1,1 -381316,2005,2,1,1 -321042,1991,11,1,1 -381316,1977,4,1,1 -321042,1944,5,1,1 -4329847,1955,6,1,1 -381316,1999,3,1,1 -313217,1981,3,1,1 -381316,1995,6,1,1 -313217,1991,4,1,1 -321042,1977,7,1,1 -321042,2018,3,1,1 -313217,1986,11,1,1 -321042,2021,10,1,1 -4329847,1991,2,1,1 -313217,2004,6,1,1 -381316,1978,11,1,1 -321042,1997,5,1,1 -317576,2018,11,7,1 -317576,2014,8,2,1 -313217,2018,12,4,1 -4329847,2023,4,2,1 -321042,1969,2,1,1 -317576,2001,8,3,1 -313217,1987,5,3,1 -317576,2004,3,4,1 -381316,1990,8,1,1 -321042,2021,1,2,1 -317576,1969,3,1,1 -313217,1994,6,2,1 -317576,2019,8,2,1 -381316,2018,9,5,1 -313217,2013,11,2,1 -317576,2006,2,3,1 -317576,2019,9,3,1 -313217,2020,12,5,1 -313217,2002,5,3,1 -317576,2011,9,6,1 -317576,2013,5,4,1 -313217,2001,6,4,1 -381316,2018,8,2,1 -317576,2010,5,2,1 -313217,2012,4,3,1 -381316,2006,11,4,1 -381316,2011,9,1,1 -321042,2012,1,2,1 -381316,1997,9,3,1 -313217,2014,1,2,1 -4329847,2017,8,4,1 -317576,1995,9,1,1 -321042,1980,4,2,1 -313217,1996,12,1,1 -381316,2022,8,8,1 -381316,2005,8,1,1 -317576,2009,6,3,1 -381316,2015,2,3,1 -313217,2017,8,4,1 -321042,1982,3,1,1 -317576,1971,9,3,1 -317576,1959,6,2,1 -317576,2012,9,3,1 -4329847,2009,4,1,1 -317576,1961,2,2,1 -317576,1996,1,3,1 -317576,2020,12,2,1 -321042,1963,6,2,1 -321042,1941,4,1,1 -381316,1996,3,1,1 -4329847,2002,1,2,1 -321042,2005,8,2,1 -313217,2003,6,3,1 -317576,2021,4,2,1 -321042,1959,4,1,1 -4329847,1965,7,2,1 -321042,1979,2,1,1 -4329847,2008,8,1,1 -381316,2022,9,2,1 -313217,2018,1,1,1 -317576,1955,4,1,1 -4329847,1986,4,1,1 -313217,2022,4,7,1 -313217,2011,6,2,1 -381316,2019,2,5,1 -4329847,2010,3,2,1 -321042,2003,10,2,1 -313217,2021,1,3,1 -317576,2018,3,3,1 -317576,2003,1,3,1 -381316,1960,10,2,1 -313217,2021,12,3,1 -313217,2013,3,3,1 -381316,2004,1,2,1 -313217,2006,4,4,1 -313217,2016,1,4,1 -317576,2005,5,2,1 -313217,2011,10,3,1 -381316,2007,5,2,1 -313217,2014,12,4,1 -381316,1974,4,1,1 -381316,1984,5,1,1 -317576,2004,11,2,1 -4329847,2003,11,1,1 -321042,1942,5,1,1 -317576,1983,6,2,1 -381316,2005,9,1,1 -313217,2023,4,4,1 -381316,1995,12,2,1 -317576,1997,9,2,1 -317576,2022,5,4,1 -313217,2008,7,2,1 -381316,2016,3,3,1 -321042,2005,9,1,1 -317576,1978,11,1,1 -313217,1998,2,3,1 -317576,2011,8,3,1 -381316,2000,4,2,1 -317576,1968,3,1,1 -381316,1986,10,1,1 -4329847,2022,6,1,1 -321042,1937,10,1,1 -317576,1991,7,5,1 -317576,2012,8,6,1 -313217,2020,1,6,1 -381316,1997,8,3,1 -317576,1999,12,3,1 -313217,2022,7,5,1 -381316,2020,1,4,1 -4329847,2004,5,1,1 -317576,1988,12,1,1 -381316,2016,11,4,1 -317576,1989,3,3,1 -321042,1972,10,1,1 -321042,2020,11,2,1 -317576,2002,5,5,1 -321042,1962,1,1,1 -317576,2017,7,3,1 -313217,2012,7,2,1 -313217,2005,3,3,1 -381316,2002,10,2,1 -317576,1964,11,1,1 -381316,1970,8,1,1 -317576,2015,8,4,1 -317576,2020,1,2,1 -317576,1965,7,1,1 -381316,2003,8,3,1 -381316,2010,6,3,1 -313217,1999,7,2,1 -317576,2008,5,3,1 -4329847,2003,3,1,1 -313217,1991,5,1,1 -321042,2002,2,1,1 -381316,1987,8,1,1 -4329847,2016,11,1,1 -313217,1995,7,1,1 -321042,2020,3,1,1 -4329847,2022,10,2,1 -321042,1978,8,1,1 -381316,2006,3,3,1 -321042,2021,12,2,1 -321042,2009,1,1,1 -317576,1999,1,4,1 -381316,2003,9,1,1 -313217,1984,2,1,1 -313217,2017,9,1,1 -4329847,1980,6,1,1 -381316,2021,5,6,1 -381316,1989,12,1,1 -4329847,2014,2,1,1 -317576,2001,9,2,1 -4329847,2015,4,1,1 -321042,2015,5,1,1 -321042,1998,8,1,1 -317576,2009,10,2,1 -381316,1991,5,2,1 -321042,1931,3,1,1 -321042,1983,11,1,1 -381316,1982,6,1,1 -4329847,2001,9,1,1 -317576,2014,9,4,1 -321042,1985,12,1,1 -321042,1940,1,1,1 -4329847,2006,2,2,1 -321042,1974,3,1,1 -381316,1949,10,1,1 -381316,1982,10,2,1 -317576,2016,5,3,1 -321042,1992,4,2,1 -4329847,1991,9,2,1 -4329847,2018,12,1,1 -317576,1992,7,1,1 -381316,2001,11,1,1 -4329847,1950,12,1,1 -313217,2004,1,3,1 -317576,1990,6,4,1 -321042,1971,2,1,1 -4329847,1987,3,1,1 -321042,2012,12,1,1 -381316,1975,4,1,1 -381316,1962,11,1,1 -317576,2000,9,1,1 -321042,1949,4,1,1 -313217,2010,3,1,1 -321042,2019,10,1,1 -381316,2012,2,2,1 -4329847,2017,9,3,1 -321042,1953,8,1,1 -317576,2000,8,2,1 -321042,1952,6,1,1 -317576,1989,11,2,1 -317576,1992,4,1,1 -321042,1934,6,1,1 -321042,2008,10,1,1 -317576,2003,12,3,1 -321042,2022,3,1,1 -313217,1970,3,1,1 -4329847,2009,7,1,1 -381316,2011,8,3,1 -321042,2000,7,1,1 -321042,2000,4,3,1 -4329847,1985,3,2,1 -321042,1978,9,1,1 -381316,1947,2,1,1 -381316,2014,2,1,1 -4329847,1998,1,2,1 -321042,1936,3,1,1 -321042,1987,11,1,1 -4329847,1974,5,1,1 -313217,2004,12,2,1 -381316,1959,2,1,1 -317576,1941,4,1,1 -381316,1990,9,1,1 -313217,2003,10,1,1 -317576,1995,8,1,1 -321042,2010,1,1,1 -313217,2019,2,2,1 -381316,2020,12,1,1 -321042,1948,1,1,1 -313217,2006,7,2,1 -321042,1994,7,1,1 -321042,2001,5,1,1 -313217,2010,11,1,1 -313217,2001,10,1,1 -381316,2000,7,1,1 -321042,1980,7,2,1 -321042,1960,5,1,1 -313217,2016,12,1,1 -321042,1951,6,2,1 -317576,1948,10,1,1 -317576,1993,2,1,1 -4329847,2012,7,1,1 -381316,1973,8,2,1 -381316,2004,12,1,1 -321042,1999,5,1,1 -381316,1953,2,1,1 -321042,1944,4,1,1 -321042,2011,8,1,1 -321042,1990,7,1,1 -313217,1999,4,1,1 -381316,2013,2,1,1 -4329847,1967,1,1,1 -381316,1983,10,1,1 -321042,2016,7,1,1 -317576,1958,6,1,1 -321042,1958,11,1,1 -317576,1954,9,1,1 -381316,1998,11,1,1 -4329847,1969,11,1,1 -313217,1975,7,1,1 -4329847,2008,9,1,1 -4329847,2001,8,1,1 -4329847,1977,5,1,1 -381316,1992,3,1,1 -4329847,2000,3,1,1 -313217,2021,4,3,1 -317576,1998,6,2,1 -381316,1998,8,3,1 -313217,2016,7,3,1 -381316,2000,12,3,1 -317576,2022,6,6,1 -317576,1973,9,1,1 -381316,1992,8,1,1 -317576,1991,12,3,1 -317576,2020,4,3,1 -381316,2022,11,6,1 -317576,1973,8,2,1 -313217,2004,4,2,1 -317576,1995,11,3,1 -317576,2000,3,2,1 -4329847,2002,7,4,1 -381316,1989,7,2,1 -317576,2004,9,2,1 -313217,2022,1,4,1 -321042,2010,4,2,1 -321042,1999,6,1,1 -317576,1959,5,1,1 -317576,2021,1,5,1 -321042,2000,12,1,1 -4329847,1993,4,1,1 -317576,1980,2,2,1 -317576,2014,11,4,1 -317576,2002,10,1,1 -317576,2018,9,9,1 -4329847,2023,1,3,1 -4329847,2015,1,2,1 -313217,2017,11,3,1 -317576,2017,12,3,1 -4329847,1982,10,1,1 -317576,2008,10,6,1 -321042,2011,3,2,1 -321042,1960,10,2,1 -313217,2007,6,3,1 -317576,1969,8,2,1 -4329847,1970,9,1,1 -317576,2010,6,4,1 -313217,1990,2,1,1 -381316,2001,9,4,1 -317576,2011,3,3,1 -321042,1976,6,1,1 -313217,2020,7,2,1 -321042,2003,5,1,1 -313217,2016,4,2,1 -4329847,1979,5,1,1 -313217,2006,1,2,1 -313217,2000,10,1,1 -381316,1995,4,3,1 -317576,1988,4,1,1 -381316,2022,3,7,1 -4329847,2016,9,2,1 -4329847,2003,9,1,1 -313217,2002,6,3,1 -321042,1978,3,2,1 -4329847,2010,8,2,1 -321042,1998,3,1,1 -313217,2015,2,3,1 -313217,2012,12,5,1 -381316,2004,4,4,1 -381316,1990,11,1,1 -317576,1994,10,2,1 -381316,2007,6,3,1 -321042,2012,7,1,1 -381316,2004,7,3,1 -313217,2017,3,4,1 -313217,2000,6,2,1 -321042,2021,7,3,1 -317576,1996,4,3,1 -381316,1973,3,1,1 -313217,2004,7,3,1 -313217,2023,1,1,1 -317576,2003,7,3,1 -381316,1996,9,1,1 -317576,2016,10,3,1 -4329847,2001,11,1,1 -313217,1991,6,2,1 -317576,2015,11,4,1 -317576,1951,10,3,1 -4329847,2005,2,1,1 -317576,2000,11,2,1 -381316,1984,6,1,1 -321042,1958,9,2,1 -321042,1967,9,1,1 -317576,1990,5,2,1 -321042,2009,7,2,1 -313217,2014,7,6,1 -317576,1998,10,1,1 -317576,1981,6,1,1 -313217,2022,12,4,1 -381316,1997,11,1,1 -317576,1987,8,1,1 -317576,2005,6,4,1 -321042,2013,2,1,1 -313217,2005,9,3,1 -321042,1996,1,1,1 -317576,2013,6,4,1 -4329847,1993,7,3,1 -313217,2010,9,3,1 -381316,2011,3,4,1 -317576,2015,3,7,1 -317576,2001,11,1,1 -317576,2003,4,2,1 -4329847,2018,7,3,1 -381316,2001,8,1,1 -317576,2020,7,6,1 -4329847,1986,12,1,1 -321042,1998,11,1,1 -317576,2016,6,4,1 -313217,2012,1,3,1 -313217,2013,9,1,1 -321042,1980,1,1,1 -317576,2001,3,2,1 -381316,2011,11,3,1 -313217,1970,9,1,1 -313217,2006,12,2,1 -317576,1976,8,1,1 -381316,2016,9,3,1 -321042,2005,3,2,1 -317576,2019,3,5,1 -313217,1993,11,1,1 -381316,2020,7,3,1 -381316,2006,8,5,1 -313217,1985,3,1,1 -313217,2021,7,6,1 -4329847,2018,4,1,1 -381316,1977,10,1,1 -381316,1975,1,1,1 -317576,2011,11,1,1 -313217,2009,2,1,1 -317576,1987,9,1,1 -321042,1995,7,1,1 -321042,1944,12,1,1 -317576,1999,7,1,1 -381316,2007,10,3,1 -321042,2000,1,1,1 -317576,2023,5,6,1 -313217,2014,4,2,1 -317576,2018,8,2,1 -381316,2006,9,3,1 -313217,1995,12,3,1 -4329847,2002,4,1,1 -381316,2018,3,3,1 -4329847,2007,2,2,1 -381316,1960,5,1,1 -317576,1968,8,1,1 -381316,2003,11,2,1 -4329847,2004,10,2,1 -4329847,2000,11,2,1 -321042,2001,10,1,1 -317576,2010,10,4,1 -4329847,2016,8,3,1 -317576,2012,3,4,1 -317576,1997,11,1,1 -317576,2012,11,4,1 -313217,2007,10,2,1 -4329847,1998,7,1,1 -313217,1975,12,2,1 -317576,1975,12,1,1 -321042,2005,11,2,1 -321042,1970,1,1,1 -381316,2002,5,2,1 -381316,2021,6,4,1 -381316,1974,12,1,1 -317576,1983,5,1,1 -321042,1984,10,3,1 -381316,2018,11,3,1 -381316,1998,9,2,1 -313217,1988,6,1,1 -317576,2022,10,1,1 -321042,2007,2,2,1 -321042,1956,7,1,1 -317576,2021,12,4,1 -313217,2011,5,1,1 -317576,1935,10,1,1 -317576,1985,9,1,1 -313217,1991,10,2,1 -381316,1981,8,1,1 -4329847,1976,1,1,1 -317576,2002,6,1,1 -321042,2016,12,1,1 -321042,2009,4,2,1 -321042,1986,9,2,1 -313217,2018,4,4,1 -321042,1993,12,1,1 -381316,2023,3,2,1 -317576,1945,10,1,1 -317576,1996,7,2,1 -317576,1985,8,1,1 -381316,2020,4,3,1 -4329847,2010,9,2,1 -313217,2003,5,4,1 -321042,1990,12,1,1 -317576,2013,10,4,1 -321042,1957,8,1,1 -381316,2016,8,2,1 -317576,1992,12,1,1 -381316,2005,3,2,1 -381316,1992,9,1,1 -317576,2005,10,2,1 -313217,2020,4,1,1 -4329847,1991,11,2,1 -313217,1996,7,1,1 -317576,1972,4,1,1 -317576,2017,1,1,1 -313217,1987,10,1,1 -317576,1981,10,1,1 -381316,1979,6,1,1 -381316,1975,12,1,1 -321042,1982,9,1,1 -4329847,1998,4,1,1 -381316,2009,2,4,1 -317576,2008,6,1,1 -4329847,1997,2,3,1 -317576,1952,2,2,1 -4329847,2022,5,1,1 -4329847,1999,8,1,1 -381316,1982,5,1,1 -313217,2008,1,1,1 -317576,1971,11,1,1 -317576,1989,9,2,1 -317576,1992,1,2,1 -317576,2004,8,1,1 -321042,2001,6,1,1 -317576,2014,3,2,1 -321042,2006,1,1,1 -313217,2018,7,2,1 -317576,1943,4,1,1 -321042,2017,8,1,1 -317576,1974,1,2,1 -317576,1971,3,1,1 -321042,2020,8,1,1 -381316,1996,8,1,1 -317576,1999,4,1,1 -4329847,2011,8,1,1 -4329847,2011,9,2,1 -4329847,1984,11,1,1 -317576,1997,3,1,1 -4329847,2012,1,1,1 -4329847,1983,9,1,1 -381316,1964,12,1,1 -321042,1945,5,1,1 -321042,1984,6,1,1 -381316,2017,2,1,1 -321042,2020,9,1,1 -321042,1976,10,1,1 -313217,2013,8,1,1 -321042,1940,7,1,1 -321042,2015,10,1,1 -321042,1989,2,1,1 -321042,1992,1,1,1 -317576,1962,4,1,1 -317576,1939,10,1,1 -4329847,1977,10,1,1 -321042,1997,6,1,1 -317576,1989,8,1,1 -313217,1979,11,1,1 -321042,1962,7,1,1 -321042,1980,12,1,1 -317576,2007,2,1,1 -381316,1991,6,1,1 -381316,2021,10,1,1 -4329847,2004,6,1,1 -317576,1979,8,1,1 -40213260,2020,4,15,1.9333333333333333 -40213154,2015,10,658,2.360182370820669 -40213154,2020,12,636,2.3710691823899372 -40213304,2019,4,17,2 -40213314,2018,11,23,2.0869565217391304 -40213154,2019,9,666,2.304804804804805 -40213251,2015,2,16,1.9375 -40163554,2020,10,4,1.75 -40213230,2016,5,11,1.8181818181818181 -40213180,2016,5,34,2.088235294117647 -40213154,2022,6,626,2.2044728434504792 -1332419,2000,5,1,4 -40213154,2014,1,643,2.4339035769828925 -40213154,2022,10,664,2.128012048192771 -1332419,2017,11,4,1.75 -19075601,2017,11,11,1.6363636363636365 -40213154,2013,10,656,2.3673780487804876 -19075601,2000,9,2,1 -40163554,2009,11,2,1.5 -19075601,2008,11,8,1.25 -1545959,2008,8,2,1 -40213154,2014,12,578,2.2975778546712804 -40213154,2010,11,17,2.176470588235294 -40213306,2018,7,7,1.7142857142857142 -40213154,2013,6,245,2.4326530612244897 -40213154,2015,6,612,2.2941176470588234 -40213320,2023,5,25,1.88 -40213306,2020,5,11,1.7272727272727273 -40213227,2020,5,62,1.903225806451613 -40213154,2020,1,650,2.207692307692308 -40213216,2017,8,14,2.7857142857142856 -40213304,2018,1,30,1.9 -40213304,2017,6,24,3.2916666666666665 -40213281,2018,10,43,1.9767441860465116 -40213281,2022,4,40,2.125 -40213227,2015,11,65,2.0615384615384613 -40213260,2014,7,17,1.6470588235294117 -40213154,2019,8,659,2.4764795144157814 -40213183,2021,3,17,2.176470588235294 -40213260,2022,8,18,2.1666666666666665 -40213314,2013,6,12,1.75 -40213160,2017,12,33,2.1515151515151514 -40213281,2013,6,17,1.8823529411764706 -40213281,2017,12,39,2.076923076923077 -40213299,2014,3,24,2.9583333333333335 -40213304,2016,9,27,3.4444444444444446 -40213251,2021,9,23,3.5217391304347827 -40213314,2017,3,36,2.8055555555555554 -40213160,2017,1,40,3.25 -40213281,2017,1,54,3.0925925925925926 -40213216,2021,12,14,1.9285714285714286 -40213304,2022,3,28,1.6785714285714286 -40213281,2021,10,55,2.327272727272727 -19018935,2022,2,8,2.5 -19126352,1986,5,2,1.5 -19075601,1997,7,31,2.4838709677419355 -40213227,1999,8,3,1.3333333333333333 -40213216,2015,3,23,2.347826086956522 -40213183,2015,12,23,2.0869565217391304 -40213299,2015,12,20,2.05 -40213304,2015,6,27,2.5925925925925926 -40213296,2020,1,14,2.2142857142857144 -19133768,2005,10,1,1 -40213260,2017,1,25,1.64 -40213183,2014,8,17,1.588235294117647 -40213314,2014,8,22,3.5454545454545454 -40213304,2014,2,28,2.9642857142857144 -40213198,2014,2,45,2.1555555555555554 -40213227,2017,2,67,3.014925373134328 -40213227,2014,10,75,2.1866666666666665 -40213201,2017,3,16,1.5 -40213201,2016,7,16,1.6875 -40213227,2022,6,70,2.3714285714285714 -40213299,2014,11,20,2.35 -19126352,1974,9,1,4 -1332419,1994,1,12,2 -1539411,1991,12,19,2.210526315789474 -40213154,2000,2,11,2.6363636363636362 -40213320,2020,8,13,1.8461538461538463 -40213227,2023,4,58,2.8793103448275863 -40213183,2016,1,23,2.347826086956522 -40213281,2015,7,50,3.12 -40213281,2015,4,43,2.558139534883721 -40213314,2022,7,30,2.2333333333333334 -40213160,2022,9,32,1.65625 -40213281,2022,7,49,2.061224489795918 -40213227,2016,11,64,1.984375 -40213314,2018,3,33,1.606060606060606 -40213281,2018,6,49,2.0408163265306123 -40213320,2022,6,18,2.0555555555555554 -40213180,2019,7,25,2.36 -40213304,2017,10,31,1.7419354838709677 -40213180,2021,5,30,1.9666666666666666 -40213227,2021,5,67,2.4477611940298507 -40213227,2014,6,63,2.492063492063492 -40213306,2023,3,8,1.625 -40213180,2023,3,25,2.56 -40213260,2019,1,11,2.272727272727273 -1539411,2018,11,7,1.8571428571428572 -40213306,2014,7,8,1.875 -40213296,2023,3,15,2.2 -40213320,2016,11,25,1.84 -40213320,2015,11,24,3.125 -40213180,2020,12,23,2 -40213227,2018,5,67,2.1492537313432836 -40213296,2003,6,1,1 -40213227,2004,6,1,1 -40213281,2013,10,37,1.972972972972973 -40213216,2018,5,22,1.5 -40213183,2023,1,20,1.7 -40213183,2019,4,17,3.6470588235294117 -40213160,2023,1,33,2.0606060606060606 -40213260,2020,7,15,2.066666666666667 -40213160,2016,6,30,2.566666666666667 -40213281,2016,6,39,2.5384615384615383 -40213227,2016,3,71,3.323943661971831 -1539411,2014,8,2,1.5 -40213201,2019,9,10,3.3 -40213198,2018,9,42,2.261904761904762 -40213296,2013,10,20,2.2 -40213227,2022,10,60,1.7833333333333334 -40213281,2014,8,33,3.1818181818181817 -40213260,2019,12,12,4.25 -40213227,2019,12,68,2.6029411764705883 -40213320,2013,7,27,2.111111111111111 -40213320,2017,6,26,1.7692307692307692 -19018935,2016,6,3,1.3333333333333333 -19075601,2015,10,11,1.5454545454545454 -19126352,1998,6,2,3 -40213154,2012,9,30,2.2666666666666666 -40213183,2021,11,23,2.5217391304347827 -40213304,2020,9,28,2.4642857142857144 -40213314,2021,2,22,2.9545454545454546 -40213160,2021,5,35,2.5714285714285716 -40213216,2015,11,28,2.4642857142857144 -40213299,2016,10,22,3.8181818181818183 -40213216,2017,9,18,2.8333333333333335 -40213251,2022,5,15,2.6666666666666665 -40213251,2018,8,18,2.9444444444444446 -40213183,2018,8,18,2.9444444444444446 -40213314,2017,11,24,3.0833333333333335 -40213198,2018,8,47,2.297872340425532 -19075601,2022,10,12,1.1666666666666667 -40220960,2021,5,7,1 -40213183,2017,2,22,2.8181818181818183 -40213304,2016,8,26,1.9615384615384615 -40213314,2016,3,32,2.21875 -40213180,2017,7,32,2.8125 -40213320,2018,10,22,1.8181818181818181 -40213320,2017,10,29,1.8620689655172413 -40213320,2019,6,25,1.72 -40213320,2018,6,29,1.8275862068965518 -40213201,2013,7,6,1.8333333333333333 -40213154,1998,11,10,3.2 -40213306,2019,11,5,4.6 -40213306,2017,11,8,3.875 -40213306,2022,6,15,1.9333333333333333 -40213180,2022,6,26,1.7307692307692308 -40220960,2000,12,1,1 -40213201,1995,8,2,2 -40213227,2000,9,5,1.6 -40213154,1994,8,9,3.2222222222222223 -40213183,2018,9,9,2.2222222222222223 -40213251,2018,9,9,2.2222222222222223 -40213251,2014,6,22,2.1363636363636362 -40213281,2014,9,43,2.5348837209302326 -40213260,2018,6,22,1.6363636363636365 -40213304,2022,11,25,2.6 -40213314,2023,5,25,2.72 -40213160,2022,8,33,1.7272727272727273 -40213198,2022,6,42,1.7857142857142858 -40213201,2014,2,8,2.25 -40213320,2016,3,27,2 -40213320,2015,3,26,2.6538461538461537 -40213201,2018,4,11,4.454545454545454 -40213227,2015,3,84,1.9166666666666667 -40213296,2016,3,24,2.5833333333333335 -40213306,2021,3,9,1.8888888888888888 -40213299,2019,12,15,1.9333333333333333 -19075601,2004,3,6,1.6666666666666667 -40243436,2015,4,1,1 -40213227,2013,11,45,2.1555555555555554 -19075601,2022,6,13,1.5384615384615385 -40213260,2014,4,21,1.5714285714285714 -40213183,2022,3,17,2.8823529411764706 -40213281,2021,6,37,2.2162162162162162 -40213230,2014,4,10,2 -40213314,2014,9,29,2.3793103448275863 -40213227,2012,11,2,1.5 -40213306,2014,4,3,2.3333333333333335 -40213180,2019,4,17,2.764705882352941 -40213227,2019,1,80,2.2125 -1310034,2021,1,2,1 -40213154,2011,4,17,1.7058823529411764 -40213160,2016,10,31,2.4838709677419355 -40213281,2016,10,37,2.5945945945945947 -40213260,2022,9,20,3.2 -40213296,2016,11,16,1.875 -40213154,1986,12,9,1.6666666666666667 -40213154,1973,11,3,1.6666666666666667 -1310034,2015,12,2,1 -46275916,2015,12,2,1 -19126352,1997,7,5,1.8 -40213154,1999,1,16,4.0625 -40213154,2003,2,16,2.375 -40213304,2020,8,27,2.7777777777777777 -40213296,2019,7,16,1.9375 -40213304,2015,10,23,1.826086956521739 -40213314,2015,5,21,2.619047619047619 -40213198,2015,5,36,2.4166666666666665 -40213201,2015,3,9,1.5555555555555556 -40213314,2013,10,30,1.7333333333333334 -40213304,2018,12,27,1.8888888888888888 -40213201,2023,1,12,2.3333333333333335 -40213296,2017,8,15,1.8 -40213180,2015,5,24,1.875 -19126352,1987,1,3,2 -1539411,1991,1,10,2 -40213154,2004,4,15,1.7333333333333334 -40213154,2002,4,17,1.8823529411764706 -40213320,2022,10,29,3.0344827586206895 -40213160,2015,9,42,2.2142857142857144 -19126352,2019,8,4,2.25 -40171902,2007,3,1,2 -40213299,2015,1,22,1.7727272727272727 -40213183,2013,10,21,1.8095238095238095 -40213299,2021,6,21,2.1904761904761907 -40213216,2019,6,19,2.210526315789474 -40213201,2016,4,8,2 -1332419,2016,7,2,1.5 -40213201,2009,6,1,1 -40213154,2009,6,12,2.25 -19018935,2019,10,4,2 -40171902,2019,10,4,2 -40213227,1996,11,4,1.75 -40213154,1997,11,12,2.9166666666666665 -40213154,1995,11,14,1.8571428571428572 -40213160,2014,4,30,2.5 -40213251,2014,10,15,1.6666666666666667 -40213216,2019,10,12,1.5 -40213299,2021,10,18,1.7777777777777777 -1310034,2016,3,3,1 -46275916,2016,3,3,1 -40213183,2014,9,17,1.8235294117647058 -40213299,2016,6,16,2.25 -19126352,1991,6,3,3.6666666666666665 -40213183,2019,7,18,2.0555555555555554 -19075601,1999,12,7,1.4285714285714286 -19133768,1999,12,3,1 -40213227,1994,2,3,1.6666666666666667 -40213154,1998,3,18,1.8333333333333333 -40213154,1993,2,9,2.6666666666666665 -40213154,1997,3,14,2.2142857142857144 -40213154,1991,2,4,2.75 -40213216,2022,1,19,2.0526315789473686 -40213230,2017,9,13,2.076923076923077 -40213320,2019,10,22,1.7272727272727273 -40213180,2022,10,34,2.823529411764706 -40220960,2023,4,10,1 -19018935,2013,11,2,2 -1539411,2004,9,2,1.5 -40213216,2022,12,13,2.230769230769231 -40213230,2023,4,5,6.4 -19126352,2019,9,4,1.25 -40213154,1988,10,7,1.8571428571428572 -40213201,2017,11,9,4.333333333333333 -19126352,2014,6,4,1.75 -40213198,2010,5,1,2 -40213216,2016,2,16,1.75 -40213299,2018,2,18,1.4444444444444444 -40213314,2016,11,18,1.7777777777777777 -40213154,2005,8,15,2.066666666666667 -19018935,2020,12,5,2.6 -40213260,2018,10,10,3.4 -40213180,2017,4,27,2.3333333333333335 -40213260,2016,1,17,1.9411764705882353 -1332419,2023,4,4,2.25 -19075601,2023,6,4,1.75 -19126352,1972,4,2,2 -19126352,1959,5,1,1 -40213154,1975,4,4,1.25 -40213154,1968,2,3,1.6666666666666667 -40213154,1973,3,3,1.3333333333333333 -19075601,2016,9,9,1.3333333333333333 -40171902,2022,3,4,1.5 -19126352,2011,10,3,1.3333333333333333 -1539411,2011,10,2,1.5 -40213304,2019,7,23,1.7826086956521738 -19126352,2021,1,7,1.7142857142857142 -19075601,2021,1,11,1.5454545454545454 -40171902,1983,7,2,1 -40213251,2021,8,17,2.764705882352941 -40213201,2021,4,11,6.363636363636363 -40213251,1984,3,1,1 -40213154,1982,2,3,1 -40213183,2020,5,17,2.235294117647059 -40213160,2020,5,40,2.1 -19075601,2014,11,10,2.1 -1332419,2014,11,4,2.5 -40213281,2019,5,58,1.9137931034482758 -40213296,2018,3,15,2.2 -40213216,2021,1,22,2.4545454545454546 -40243436,1973,6,1,1 -40213314,2022,4,31,1.8064516129032258 -40213304,2023,4,23,1.9130434782608696 -40213299,2023,4,17,2.235294117647059 -40213296,2018,11,23,2.782608695652174 -40213180,2020,1,26,2.269230769230769 -40213251,2020,2,21,2.5238095238095237 -40213198,2022,10,45,2.422222222222222 -40163554,1993,7,1,1 -40171902,1993,7,1,1 -19126352,2009,11,2,3.5 -19126352,2018,9,10,2 -19126352,2023,1,9,2.3333333333333335 -40213154,1979,3,6,2 -40213154,1978,3,4,2.25 -40213154,1984,4,7,6 -19126352,2014,10,6,1.6666666666666667 -19126352,2015,1,5,2.4 -40213296,2017,9,15,2.066666666666667 -1310034,2012,1,1,1 -40213251,2016,5,19,2.4210526315789473 -40213154,2010,3,25,2.64 -40213154,2007,2,21,2.6666666666666665 -40213154,2006,2,24,2.8333333333333335 -40163554,2017,11,3,4.333333333333333 -40163554,2014,1,2,2 -19126352,2005,4,8,1.25 -40213154,2001,11,6,1.8333333333333333 -19126352,2017,8,7,1.2857142857142858 -19133768,2017,8,4,1 -19126352,1982,10,3,2 -40213154,1980,4,5,2.6 -40213154,1974,5,4,2.75 -19126352,2008,10,8,1.625 -46275916,1999,8,1,1 -40213154,1994,9,9,1.4444444444444444 -46275916,1997,8,1,1 -40213296,2014,1,11,2.5454545454545454 -40213260,2023,1,8,1.875 -40213227,2011,1,3,1.6666666666666667 -40213296,2020,12,13,2 -1539411,2020,2,2,1 -1332419,2022,2,5,2.4 -19075601,2005,2,10,1.8 -40213230,2020,3,9,5.555555555555555 -19018935,2007,6,3,1.6666666666666667 -19126352,1970,9,1,2 -40213154,1969,8,3,2.6666666666666665 -40213281,2023,6,18,1.7222222222222223 -40213154,1995,3,10,2.4 -19018935,2017,8,4,2.25 -40171902,2009,9,4,2 -40213306,2016,2,4,2.25 -19126352,1971,9,3,1.6666666666666667 -40213154,1976,10,2,1.5 -1332419,2006,12,4,1.75 -1539411,2006,12,4,1.75 -19075601,2006,12,7,1.4285714285714286 -40213230,2017,8,6,2.5 -40213296,2015,5,18,1.3888888888888888 -1310034,2007,1,1,1 -19018935,1995,3,1,2 -40243436,2007,1,1,1 -19126352,1997,4,1,4 -19075601,1997,4,24,2.1666666666666665 -19075601,2018,5,11,1.5454545454545454 -40213154,1960,5,1,2 -19018935,1992,7,1,3 -40213251,2023,2,13,2.3846153846153846 -19126352,2007,1,6,1.6666666666666667 -40213154,1971,8,1,5 -40213201,1994,12,3,1.6666666666666667 -40213154,1999,12,17,1.8823529411764706 -40213320,2020,9,23,1.6521739130434783 -40163554,2021,11,3,1.6666666666666667 -40213183,2016,12,17,2 -40163554,2016,3,1,3 -40213154,2004,7,9,1.7777777777777777 -40213180,2013,7,26,2.8461538461538463 -40163554,2004,8,3,2.6666666666666665 -40171902,2004,8,3,2.6666666666666665 -19075601,2019,10,17,1.411764705882353 -40213154,2011,7,19,1.8421052631578947 -40213320,2008,3,1,1 -40213281,2002,2,1,1 -1545959,2020,11,2,1 -19126352,1990,3,2,1 -40213201,2018,7,9,2.2222222222222223 -40213314,2019,2,33,1.5454545454545454 -40213160,2019,2,29,2.0689655172413794 -19126352,1979,12,2,1.5 -40213306,2022,10,9,1.3333333333333333 -19018935,2000,10,1,2 -40171902,2000,10,1,2 -40213230,2022,5,10,1.8 -40163554,2000,2,4,2.25 -19126352,1996,12,3,1 -19126352,1996,1,3,2 -40213183,1995,4,1,2 -40213314,1995,4,1,2 -1332419,1998,1,2,1 -40213306,2019,3,10,4.3 -19018935,2019,6,3,2.3333333333333335 -40171902,2019,6,3,2.3333333333333335 -40213230,2013,9,4,2 -40213299,2020,5,19,1.5789473684210527 -40213183,2022,11,18,1.7222222222222223 -1539411,2013,2,1,2 -1539411,2021,6,4,1.25 -40213306,2021,11,7,2 -1545959,2003,9,1,1 -19075601,2003,9,7,1.2857142857142858 -19133768,2003,9,1,1 -40213227,2001,6,1,2 -19126352,2010,8,5,1.4 -40163554,1996,6,2,2 -19018935,1996,6,2,2 -40213154,1990,5,15,4.133333333333334 -19126352,1993,9,4,1.75 -1332419,2015,7,4,2 -40171902,2012,12,5,2 -40213260,2017,12,14,2.142857142857143 -40213260,2016,12,15,1.7333333333333334 -40213154,1989,5,12,4.75 -19018935,2009,1,5,1.8 -1332419,2021,4,2,1.5 -40213299,2022,5,12,1.75 -40213296,2019,4,17,2.2941176470588234 -40213306,2015,11,9,1.6666666666666667 -40163554,2017,3,4,1.75 -19018935,2012,2,1,2 -40213260,2021,5,13,2 -19075601,2003,8,2,3 -40213201,2010,9,1,5 -19018935,2000,6,2,1 -40171902,2000,6,2,1 -40213227,2007,8,2,1.5 -40213216,2014,4,16,2.25 -40171902,2015,11,3,3.6666666666666665 -40213154,1987,12,9,4.222222222222222 -40171902,1997,5,3,1.6666666666666667 -19126352,2012,1,7,1.2857142857142858 -19075601,2012,1,8,1.5 -1545959,2021,4,2,1 -19075601,2020,5,8,1.75 -19018935,1991,3,1,2 -19075601,2014,3,4,1.75 -19018935,2008,8,2,1.5 -1332419,1994,12,17,2.1176470588235294 -1545959,2014,2,2,1 -40213227,2012,3,1,2 -1539411,2002,11,3,1.3333333333333333 -40213216,2014,7,19,3.789473684210526 -40213160,2014,7,36,2.9722222222222223 -1310034,2006,5,1,1 -40171902,2017,6,5,3 -19075601,2008,3,5,1.4 -40213216,2020,5,16,2.0625 -19075601,2017,3,7,2.5714285714285716 -1539411,1993,5,2,2 -40243436,2004,11,1,1 -19075601,2006,1,7,1.5714285714285714 -1545959,2007,7,2,1 -40213306,2017,3,8,4.375 -40213230,2014,7,6,2.5 -1332419,2009,4,2,2.5 -40163554,2022,4,7,1.8571428571428572 -19075601,2011,2,2,1 -19075601,2010,12,9,1.2222222222222223 -19018935,2014,11,3,1.6666666666666667 -40171902,2014,11,3,1.6666666666666667 -1332419,2010,2,3,1.3333333333333333 -19126352,1990,11,1,2 -40213160,1995,2,1,2 -40213154,2001,3,9,2.2222222222222223 -19126352,2010,9,5,1.6 -1310034,2010,9,1,3 -40213180,2014,2,18,2.1666666666666665 -19126352,2016,10,6,1.1666666666666667 -40213183,2013,6,4,1.75 -40163554,1991,6,2,2.5 -40213154,2002,7,10,2.1 -40163554,2020,6,5,2.8 -40213230,2015,4,5,1.2 -1539411,2012,2,2,6 -46275916,1990,9,1,1 -40213154,2008,6,10,2.5 -40213201,2019,8,8,2.125 -40171902,2021,1,3,2 -1539411,2018,3,3,2 -1332419,2003,1,3,3 -40213306,2018,4,7,1.8571428571428572 -19126352,1960,11,1,2 -40171902,2021,12,3,1.3333333333333333 -19018935,2013,3,3,2 -19126352,2008,6,3,1.6666666666666667 -40213154,1988,6,3,5.333333333333333 -19126352,1998,10,2,1.5 -40213160,2015,8,44,2.477272727272727 -40171902,2016,1,4,2.25 -40213299,2017,5,16,2.1875 -46275916,2019,4,2,1 -19126352,1993,8,2,1.5 -19075601,2015,6,8,1.375 -40213154,2012,8,20,1.95 -40213183,2015,1,19,2.789473684210526 -40163554,2006,11,1,1 -40213227,2008,2,4,3 -19133768,2005,6,2,1 -1332419,2013,6,4,1.5 -40213260,2013,8,11,1.9090909090909092 -40171902,2010,9,3,2 -19133768,2021,9,3,1 -40213260,2013,9,13,2.3846153846153846 -19126352,2001,5,5,2.4 -1539411,2023,1,6,3 -40163554,2014,12,4,2.5 -40213230,2013,8,6,1.8333333333333333 -19126352,1995,2,1,3 -1310034,2020,2,1,1 -40213201,2021,7,6,2.1666666666666665 -19133768,1996,8,3,1 -1332419,2009,7,2,2 -40213227,2006,8,5,1.8 -19018935,2018,8,7,4.428571428571429 -19075601,2009,2,4,2 -40213154,2005,9,15,1.6 -19075601,2004,11,3,3.3333333333333335 -19133768,2018,7,4,1.25 -1545959,2006,1,1,1 -40213230,2015,7,7,1.7142857142857142 -19075601,2019,6,5,1.2 -19126352,2016,6,4,3.25 -1539411,1995,4,4,1.5 -40220960,2020,2,7,1 -40213227,1999,9,1,1 -1310034,2017,6,1,1 -40213251,1990,3,1,1 -40171902,2012,1,3,1.3333333333333333 -1332419,2008,1,2,1 -40220960,2022,5,7,1 -1332419,2017,3,2,6.5 -40220960,2014,5,3,1 -19126352,2003,10,6,1.3333333333333333 -40213299,2019,1,11,1.7272727272727273 -1545959,2019,11,1,1 -40213299,2013,2,1,1 -40213314,2010,12,1,1 -40213281,2011,5,1,1 -19018935,2009,12,3,3.6666666666666665 -46275916,2009,7,1,1 -1310034,2003,4,1,1 -19126352,1994,9,7,1.4285714285714286 -19018935,2015,1,2,2 -19018935,2023,6,2,2 -19126352,1984,1,1,1 -40213306,2002,4,1,1 -40220960,2011,5,2,1 -19133768,2002,8,1,1 -40163554,1983,12,2,15 -40213227,2000,8,1,1 -1332419,2019,3,5,4.4 -1545959,2009,5,1,1 -40213230,2018,2,3,1.6666666666666667 -40163554,2008,7,2,2 -40171902,2007,11,2,1.5 -40213296,2013,6,8,2.125 -40220960,2016,3,3,1 -1310034,2015,1,2,1 -46275916,2015,1,2,1 -19126352,2022,12,4,1.25 -19075601,2021,12,10,1.5 -1539411,2022,12,2,1.5 -40213216,2023,6,3,2 -1332419,2016,4,2,2 -40213154,1946,6,2,1.5 -40213154,1945,6,2,1.5 -40213201,2022,5,8,2 -19126352,2011,6,3,1 -1539411,2011,6,2,1 -40163554,2005,12,2,2 -40213154,2009,10,15,2.533333333333333 -1332419,2006,1,5,1.8 -1539411,2006,1,5,1.8 -19018935,1998,2,3,1.3333333333333333 -40171902,1998,2,3,1.3333333333333333 -46275916,2013,11,1,1 -40213320,2007,7,1,1 -40213198,2012,3,1,5 -40171902,1992,3,1,4 -46275916,2018,10,1,1 -19126352,1968,3,1,1 -40213154,1967,3,3,1 -1310034,2013,4,1,1 -40213154,1971,9,1,1 -1545959,2022,6,1,1 -19075601,2012,12,6,1.8333333333333333 -19018935,2020,1,6,3.6666666666666665 -19126352,2020,5,4,2.5 -40213160,1959,4,1,3 -40213154,1966,12,2,2 -1539411,2016,2,3,2 -40163554,1990,5,3,1.6666666666666667 -1332419,2005,4,3,1.6666666666666667 -1539411,2005,4,3,1.6666666666666667 -1539411,2010,7,4,1.5 -1545959,2012,3,1,1 -40243436,2016,2,1,1 -40163554,2022,7,5,3.4 -40171902,2011,3,1,2 -19126352,1988,12,1,1 -40163554,2010,4,2,1 -40220960,2016,11,4,1 -40213306,2015,3,14,1.8571428571428572 -1332419,2012,5,4,2 -19133768,2018,4,1,1 -40213296,2014,12,6,1.6666666666666667 -1332419,2020,3,5,3 -19018935,2010,5,4,2 -40213154,1947,1,3,3 -19126352,1991,10,4,2.25 -40213154,1975,7,2,2.5 -40171902,2009,8,2,1 -40213230,2020,11,7,1.5714285714285714 -1545959,2004,7,1,1 -40213201,2012,11,1,3 -40213306,1991,2,1,4 -40213154,1987,1,5,2.8 -40213154,1986,1,4,3 -19075601,2001,2,4,1.5 -40243436,2020,11,2,1 -1545959,2004,4,1,1 -19018935,1979,4,2,1.5 -19075601,2016,8,9,1.4444444444444444 -19075601,2002,5,7,1.8571428571428572 -40213227,2004,10,2,2.5 -40171902,2023,2,3,1.6666666666666667 -19133768,2021,8,3,1 -40163554,1996,10,3,2.3333333333333335 -19018935,1996,10,3,2.3333333333333335 -1310034,1962,1,1,1 -40213154,1959,12,2,2 -1332419,1998,12,3,1.3333333333333333 -40213260,2007,7,2,1.5 -40163554,2012,5,2,2 -40163554,1999,6,1,2 -19126352,1999,7,1,2 -1539411,1999,7,1,2 -40213227,2006,9,4,2.5 -40163554,2021,3,3,2 -40171902,2015,3,6,6.5 -1332419,2002,8,2,1 -1332419,2015,4,8,6 -40213154,1945,10,1,1 -40243436,1991,8,1,1 -1332419,2002,9,1,1 -1545959,2015,5,2,1 -40213296,2009,7,1,3 -19126352,2018,8,4,1.5 -19126352,2021,12,5,2 -1545959,1999,8,1,1 -19126352,2007,12,3,1.3333333333333333 -19133768,2016,5,4,1 -1332419,2004,12,3,2.6666666666666665 -40163554,1987,1,2,3 -40213227,2001,10,2,1.5 -19018935,1984,12,1,17 -40213154,1972,1,2,1 -40213154,1970,12,2,3 -40213154,2008,10,10,2.5 -1539411,2004,8,1,1 -40163554,1991,10,2,2.5 -40213227,1995,11,4,2.5 -1539411,1994,1,1,1 -40213201,1992,1,1,1 -19018935,2021,2,1,2 -40171902,1989,5,1,2 -1332419,2014,3,2,2.5 -1332419,2001,5,2,4.5 -1539411,2002,3,3,1.6666666666666667 -1332419,2011,7,3,2.3333333333333335 -19018935,2018,9,1,1 -40163554,2018,7,2,2 -40171902,2016,12,1,2 -1545959,2022,10,2,1 -19126352,1963,5,2,1 -1332419,2003,12,3,2 -1332419,2020,11,3,1.6666666666666667 -19018935,2016,10,2,1.5 -19075601,2000,8,2,1.5 -46275916,2020,8,1,1 -1539411,2017,2,2,2 -1545959,1997,7,1,1 -1332419,2007,6,1,2 -19126352,2009,3,3,1 -40213201,2012,3,1,1 -1332419,1996,6,4,1.75 -46275916,2000,4,1,1 -40213227,1992,5,4,5.5 -19126352,1999,4,1,7 -1539411,1999,4,1,7 -40213227,1995,3,1,7 -40213201,2004,2,1,2 -1332419,2013,10,4,3 -19126352,2006,5,5,2 -19133768,2006,5,1,1 -40243436,2014,6,2,1 -46275916,2014,6,2,1 -40163554,2019,1,3,1.6666666666666667 -19075601,1999,1,7,6 -40213201,2015,11,1,2 -40213201,2005,10,1,2 -40213227,2010,11,3,2 -19018935,2003,5,4,1.75 -19133768,1984,11,1,1 -1545959,1998,11,1,1 -40171902,2020,2,1,1 -1539411,2007,3,4,3.75 -1545959,2019,3,2,1 -19126352,1981,4,1,1 -40213154,1959,1,2,1.5 -40213154,1962,2,2,1.5 -40213154,1979,11,3,2.6666666666666665 -19018935,2014,3,1,1 -40171902,2014,3,1,1 -19126352,2003,6,2,1.5 -40213154,1976,6,1,2 -40213154,1984,7,2,1.5 -46275916,2020,9,1,1 -40213296,2012,3,1,1 -40213227,2013,3,2,2.5 -40163554,2018,4,4,1.25 -40163554,2009,3,4,1.75 -40220960,2017,5,3,1 -40213198,2012,11,2,4.5 -40171902,2018,5,1,2 -40171902,1999,4,1,2 -40213227,1997,12,2,2 -1545959,1998,3,2,1 -40213154,1977,4,1,2 -19126352,1955,6,2,1 -40163554,1995,6,1,2 -19018935,1981,3,1,5 -19133768,2017,9,3,1 -19126352,2017,9,5,1 -1310034,2016,11,1,1 -46275916,2016,11,1,1 -19126352,1952,2,2,1 -19126352,1956,1,1,1 -1539411,2014,9,4,2 -19126352,1966,12,2,1.5 -19126352,1939,10,1,1 -40213154,1965,2,1,1 -40213154,1963,7,2,3.5 -40163554,2010,7,1,1 -1310034,2012,12,2,1 -40243436,1991,9,1,1 -40171902,2017,10,4,1.75 -40213154,1954,9,1,5 -40213296,2003,10,1,2 -40163554,2005,1,1,3 -40163554,1983,1,1,2 -40163554,2001,2,1,2 -19018935,2001,2,1,2 -19133768,1999,1,2,1 -19075601,2007,2,3,1 -40213227,2010,3,1,1 -19126352,1964,5,1,4 -1332419,1996,10,2,1 -1545959,2008,9,1,1 -19126352,1944,8,1,2 -19018935,1999,9,1,1 -19126352,1977,5,1,1 -19126352,1967,5,1,4 -46275916,2006,3,1,1 -40220960,1998,1,1,1 -40213227,2003,5,1,2 -19018935,2008,9,2,1.5 -40213227,2009,10,1,2 -40213201,1991,11,1,2 -19126352,2012,12,2,2 -19018935,2015,12,1,1 -19133768,2004,6,1,1 -1310034,2013,7,1,1 -40171902,1999,7,2,3 -19018935,2006,9,3,2 -40243436,2002,2,1,1 -40213306,1995,4,1,2 -40213154,1961,10,2,2 -1545959,2021,7,2,1 -19018935,2006,8,1,2 -40243436,2020,3,1,1 -1539411,1998,2,2,1.5 -40220960,2003,10,1,1 -19133768,2004,10,2,1 -40213260,2007,4,1,2 -40213154,1952,4,5,2.4 -40220960,2018,2,1,1 -1310034,2021,12,2,1 -19126352,1947,3,1,2 -40213227,1997,1,1,2 -40213227,2011,12,1,1 -40243436,2021,11,1,1 -1539411,2007,11,3,6.666666666666667 -19126352,1980,8,1,1 -40213154,1978,11,2,1.5 -19133768,2022,8,2,1 -40171902,1984,2,1,1 -19018935,2017,9,1,2 -19018935,2007,10,2,2.5 -1332419,1997,5,1,1 -19126352,1981,7,1,2 -19126352,2015,12,1,1 -40213154,1972,12,2,4 -19126352,1994,8,2,2 -19133768,2015,4,1,1 -40220960,2012,3,1,1 -40243436,1984,11,1,1 -46275916,1984,11,1,1 -46275916,2018,6,1,1 -40171902,2011,11,1,1 -19133768,1996,9,1,1 -40171902,1988,6,1,1 -1539411,2021,10,2,1 -40243436,2012,11,1,1 -40213227,2009,6,1,2 -1332419,2004,1,1,2 -1539411,2010,4,1,2 -40213160,1996,3,1,2 -40213281,1997,4,1,2 -46275916,2019,7,1,1 -40243436,1998,9,1,1 -40213154,1964,3,2,1.5 -19133768,2022,9,1,1 -1545959,2020,3,1,1 -40213183,2002,9,1,1 -40213299,2002,9,1,1 -40213314,2002,9,2,1 -40213160,2002,3,1,1 -40171902,1991,1,1,1 -19126352,1985,2,1,4 -40213154,1985,5,2,7.5 -40213154,1970,1,1,1 -1545959,2018,12,1,1 -19018935,2011,2,1,1 -40213201,1996,1,1,1 -40213154,1953,5,2,4 -40213154,1949,5,1,2 -40213154,1951,5,1,2 -40213227,2007,9,1,1 -40243436,2001,9,2,1 -40243436,2014,10,1,1 -46275916,2014,10,1,1 -1310034,2019,10,1,1 -40163554,2019,12,2,2.5 -1545959,2001,2,1,1 -40163554,1982,8,1,2 -19018935,1971,9,1,1 -1310034,2009,10,1,1 -40171902,2022,11,2,2.5 -40243436,2022,3,1,1 -46275916,2022,5,1,1 -1539411,1997,2,1,2 -40171902,1987,10,1,2 -19018935,1995,11,1,2 -40213154,1966,1,1,2 -1332419,2008,12,1,2 -40213304,2002,12,1,1 -1310034,2022,10,1,1 -46275916,2021,9,1,1 -1545959,2017,5,1,1 -40213154,1977,7,1,2 -40213154,1981,5,1,2 -1310034,1994,9,1,1 -1539411,1994,12,1,6 -40213260,2006,2,1,4 -40213160,1965,7,1,1 -19126352,1975,2,1,24 -40213306,1986,4,1,24 -46275916,2010,5,1,1 -19126352,1982,6,1,1 -40243436,1955,11,1,1 -46275916,1955,11,1,1 -40213201,2005,6,1,1 -40213154,1964,11,1,2 -19126352,1992,5,1,5 -19018935,1977,6,1,2 -40163554,2006,3,1,2 -40213201,1997,2,1,2 -40171902,1985,5,1,3 -40213260,2021,4,11,1.7272727272727273 -40213227,2021,4,58,2.1379310344827585 -40213154,2014,10,635,2.4803149606299213 -40213154,2021,11,671,2.5126676602086437 -40213154,2021,3,688,2.4680232558139537 -40213154,2018,3,657,2.415525114155251 -40213154,2017,3,647,2.401854714064915 -40213154,2016,11,618,2.2896440129449838 -40213216,2019,1,13,2 -40213299,2021,1,19,2.0526315789473686 -40213299,2019,10,8,2.375 -40213160,2018,11,28,2.392857142857143 -40213281,2019,4,38,2.789473684210526 -40213230,2021,3,11,2.090909090909091 -40213320,2023,4,32,2.65625 -40213320,2021,3,31,2.774193548387097 -40213160,2015,2,43,2.4186046511627906 -40213154,2016,3,666,2.388888888888889 -19018935,2020,10,4,1.75 -40213154,2020,10,617,2.1815235008103726 -40213154,2020,6,624,2.2868589743589745 -40213154,2019,2,617,2.2771474878444082 -40213154,2015,1,661,2.4462934947049924 -40213154,2023,3,664,2.3795180722891565 -40213180,2022,12,26,2.076923076923077 -40213320,2022,12,36,2.4166666666666665 -40213154,2022,12,695,2.2762589928057553 -40213154,2018,11,665,2.406015037593985 -40213154,2017,11,662,2.308157099697885 -19126352,2000,9,2,1 -40243436,2018,3,2,1 -1310034,2018,3,2,1 -40213154,2015,12,602,2.2524916943521593 -40213154,2013,12,630,2.226984126984127 -40213227,2018,7,53,2.6226415094339623 -40213154,2014,6,581,2.4733218588640273 -40213180,2021,4,35,1.9142857142857144 -40220960,2019,11,2,1 -40213154,2022,1,652,2.2392638036809815 -40213251,2022,4,21,2.238095238095238 -40213160,2017,10,28,2.2142857142857144 -40213281,2018,1,33,1.7878787878787878 -40213281,2017,10,38,2.736842105263158 -40213299,2018,9,12,2.4166666666666665 -40213216,2016,9,16,2.25 -40213160,2016,12,34,2.3823529411764706 -40213281,2016,12,42,2.357142857142857 -40213299,2015,6,18,2.388888888888889 -40213304,2013,9,29,2.206896551724138 -40213160,2013,9,41,2.073170731707317 -40213160,2017,6,44,2.5 -40213281,2017,6,56,2.6964285714285716 -40213198,2017,3,51,3.1372549019607843 -40213216,2021,10,19,1.6842105263157894 -40213281,2021,12,45,2.422222222222222 -40213296,2022,11,21,2.6666666666666665 -40213227,2014,1,58,2.3275862068965516 -1539411,1991,6,16,2.6875 -40213154,2000,8,14,1.5714285714285714 -40213230,2019,11,9,2.2222222222222223 -40213320,2021,11,28,2.2142857142857144 -40213160,2019,9,38,2.236842105263158 -40213227,2022,1,60,2.8333333333333335 -40213154,2000,9,17,2.1176470588235294 -40213260,2018,1,20,1.95 -40213216,2013,11,20,1.7 -40213198,2014,8,37,3.081081081081081 -40213198,2013,11,45,1.9777777777777779 -40213281,2014,2,45,2.6 -40213296,2014,10,11,2 -40213198,2016,3,52,2.0576923076923075 -40213198,2015,7,52,2.673076923076923 -40213296,2020,6,16,2.875 -40213299,2013,8,20,2 -40163554,2002,3,3,1.6666666666666667 -19018935,2002,3,3,1.6666666666666667 -40171902,2002,3,3,1.6666666666666667 -40213299,2016,1,22,2.3181818181818183 -40213299,2017,4,22,2.1363636363636362 -40213314,2015,4,34,3.235294117647059 -40213198,2015,4,48,3 -40213183,2023,6,11,1.6363636363636365 -40213198,2022,12,38,2 -40213299,2019,6,17,1.7647058823529411 -40213304,2017,1,31,2.5161290322580645 -40213281,2015,5,46,2.152173913043478 -40213304,2018,6,25,1.6 -40213160,2018,3,35,1.8571428571428572 -40213180,2015,4,31,2.161290322580645 -40213227,2020,4,70,2.357142857142857 -40213201,2020,11,8,2.25 -40213198,2019,11,48,1.9375 -40213260,2023,6,10,3.9 -40213296,2014,6,19,2.8421052631578947 -40213230,2022,4,10,2.1 -40213299,2013,9,19,1.8421052631578947 -1332419,2018,11,7,1.8571428571428572 -40213306,2022,1,12,2.3333333333333335 -40213180,2022,1,29,2 -40213320,2017,12,18,1.6666666666666667 -40213320,2018,12,21,1.5714285714285714 -40213306,2018,5,5,2.2 -19075601,2009,9,8,1.75 -19133768,2009,9,2,1 -40213314,2021,9,34,2.735294117647059 -40213160,2022,2,37,2.108108108108108 -40213198,2021,11,49,3.122448979591837 -40220960,2020,8,6,1.1666666666666667 -40213216,2018,7,17,1.7058823529411764 -40213299,2020,7,19,1.631578947368421 -40213304,2018,10,31,1.6774193548387097 -40213281,2023,1,41,2.1707317073170733 -40213281,2019,7,44,1.8636363636363635 -40213260,2021,7,14,1.6428571428571428 -40213227,2021,7,58,2.586206896551724 -40213251,2017,3,20,3.95 -40213304,2016,2,34,2.4705882352941178 -40213320,2019,1,25,2.12 -40213160,2013,8,40,1.975 -40213183,2018,2,19,2 -40213251,2018,2,19,2 -40213260,2018,12,11,2 -40213281,2013,12,54,2.1296296296296298 -40213227,2019,6,65,1.6615384615384616 -40171902,2016,6,3,1.3333333333333333 -40213320,2022,1,25,2.04 -40213201,2014,8,11,1.9090909090909092 -40220960,2015,3,5,1 -1332419,1998,6,2,3 -19126352,2007,10,1,2 -19075601,2005,9,5,2.4 -19075601,2023,1,15,1.8 -40213180,2018,11,27,3.2962962962962963 -40213183,2016,10,20,2.35 -40213160,2016,1,38,2.4473684210526314 -40213281,2016,1,43,2.5348837209302326 -40213183,2020,7,23,2.217391304347826 -40213160,2020,7,44,2.1136363636363638 -40213299,2018,8,14,2.857142857142857 -40213281,2022,5,37,2.5135135135135136 -40213198,2018,2,38,2.1315789473684212 -40213198,2017,11,40,3.125 -40213260,2017,6,16,4 -40213260,2016,6,17,2.0588235294117645 -40213304,2015,12,34,2.6470588235294117 -40213281,2020,11,51,2.1176470588235294 -19075601,2002,7,11,1.3636363636363635 -40213180,2019,5,32,1.84375 -40213306,2013,9,8,3.125 -40213198,2014,9,46,2.152173913043478 -40213154,1996,11,19,2.789473684210526 -19075601,2007,9,7,4.142857142857143 -40213154,1991,8,9,2.111111111111111 -40213154,1993,8,7,2.2857142857142856 -40213251,2014,12,17,2 -19075601,2001,8,4,1.5 -40213227,2019,10,65,1.9384615384615385 -40213216,2022,6,18,1.5 -40213299,2023,5,12,1.5833333333333333 -40213180,2017,5,16,2.125 -40213227,2023,5,56,3.0892857142857144 -40213198,2019,3,45,1.8222222222222222 -40213227,2018,4,63,2.888888888888889 -19126352,2014,1,7,1.4285714285714286 -40213281,2018,12,34,1.8235294117647058 -19126352,2004,3,6,1.6666666666666667 -40213227,2022,12,72,2.2916666666666665 -40213260,2015,11,5,1.6 -40213320,2019,12,17,2.0588235294117645 -19126352,2022,6,7,1.8571428571428572 -1539411,2022,6,6,1.8333333333333333 -40163554,1993,5,1,2 -40171902,1993,5,1,2 -19075601,1997,5,19,1.736842105263158 -40213154,1999,6,11,3.1818181818181817 -40213260,2016,10,15,2.3333333333333335 -40213216,2021,6,13,1.7692307692307692 -40213160,2021,4,32,2.875 -40213230,2022,7,9,2.111111111111111 -40213183,2016,6,17,2.176470588235294 -40213251,2015,8,23,2.347826086956522 -40220960,2022,7,7,1 -40213296,2015,4,16,2.1875 -40213216,2016,8,13,3.5384615384615383 -40213299,2017,7,15,3.466666666666667 -40213154,1983,11,7,4.857142857142857 -1332419,2012,4,5,1.2 -40243436,1979,12,1,1 -40213154,1976,12,4,3.5 -19075601,2022,12,12,1.1666666666666667 -1332419,1997,7,4,2 -19126352,1991,12,5,1.6 -40213154,2005,2,21,2.142857142857143 -19126352,2020,4,6,1.3333333333333333 -19075601,2020,4,10,1.2 -40171902,2020,8,7,2.142857142857143 -1539411,2020,8,5,2 -40213251,2016,4,16,1.75 -40213304,2015,1,30,3.3666666666666667 -40213314,2015,7,22,3.5 -40213299,2015,10,13,2.3846153846153846 -40213227,2014,12,58,2.8448275862068964 -19126352,1982,1,2,1 -40213216,2018,4,17,1.8235294117647058 -40213251,2019,3,21,2.0952380952380953 -40213198,2022,1,46,2.1739130434782608 -40213227,2017,8,70,2.7285714285714286 -40213154,1945,12,1,1 -19126352,2011,12,6,1.5 -19075601,1998,3,6,1.6666666666666667 -40213154,2011,5,20,1.9 -40213251,2015,9,14,1.9285714285714286 -40171902,2017,1,2,1 -40163554,2007,3,1,2 -40213306,2022,12,12,1.6666666666666667 -40213180,2014,8,26,1.8846153846153846 -40213314,2020,3,26,2.6153846153846154 -40213198,2020,3,45,2.6444444444444444 -40213251,2014,1,17,1.8235294117647058 -40213320,2020,2,28,1.6428571428571428 -40213201,2018,5,10,1.6 -40213183,2017,9,18,3.5 -40213183,2013,12,23,3.347826086956522 -40213314,2013,12,31,3 -19075601,2019,1,10,1.2 -1539411,2011,12,5,1.6 -40213154,2009,12,21,2.0952380952380953 -40213251,2016,7,17,4.117647058823529 -40213180,2016,4,33,1.878787878787879 -40163554,2019,10,4,2 -1332419,1995,11,3,1 -19133768,2004,1,2,1 -40213304,2019,5,30,1.7 -40213314,2019,8,21,1.8095238095238095 -40213160,2019,8,34,2.088235294117647 -40213180,2020,10,18,2.3333333333333335 -40213281,2020,3,36,2.3055555555555554 -40213198,2023,3,43,1.8604651162790697 -40213299,2016,12,16,2.125 -40213304,2014,8,17,2.176470588235294 -40213154,1994,2,14,2 -40213154,1996,3,10,2.3 -40213304,2021,11,22,1.5454545454545454 -40213230,2016,7,9,1.8888888888888888 -40213180,2016,7,28,1.8928571428571428 -40213296,2021,3,13,2.1538461538461537 -40220960,2018,9,6,1 -40171902,2013,11,2,2 -40213230,2014,5,8,1.5 -40213201,2016,5,3,1.3333333333333333 -40213306,2020,4,15,2.4 -40213304,2023,5,19,2.210526315789474 -40213154,1987,10,9,1.6666666666666667 -40213320,2014,3,29,2.413793103448276 -40213306,2016,9,9,1.7777777777777777 -40213304,2020,2,23,2 -40213198,2021,3,47,2.7872340425531914 -40213216,2020,4,18,1.8333333333333333 -40213160,2020,4,36,2 -40213251,2020,8,16,1.8125 -40213198,2016,11,29,1.7586206896551724 -40213227,2017,9,59,1.9661016949152543 -1539411,2003,3,3,1.6666666666666667 -40213198,2020,11,44,2 -46275916,2010,4,2,1 -1332419,2000,7,1,2 -40213154,2006,9,18,2.2222222222222223 -40213154,2003,8,19,2 -40213154,2007,9,20,2.3 -40163554,2020,12,5,2.6 -40220960,2023,5,4,1 -40213260,2017,10,13,2.8461538461538463 -40213304,2021,3,32,2.46875 -40213160,2021,7,33,2.212121212121212 -40213230,2021,11,16,2.5625 -40213183,2015,10,25,2.88 -40213304,2017,12,27,1.7777777777777777 -19018935,2018,2,2,1.5 -40213154,1966,6,2,1.5 -40213314,2014,2,28,2.0714285714285716 -40213160,2014,5,34,2.9411764705882355 -19075601,2011,9,9,1.4444444444444444 -40213296,2021,11,22,3.409090909090909 -19126352,1943,10,1,2 -40163554,1997,9,5,2 -19018935,1997,9,5,2 -19075601,2015,12,5,1 -40213180,2021,7,32,2.59375 -40163554,2013,7,2,1.5 -19075601,2007,8,5,2.8 -19018935,2012,9,5,1.2 -40213281,2021,1,57,2.508771929824561 -1539411,2021,1,5,2 -40213201,2019,2,7,2 -40213180,2014,9,26,2.230769230769231 -40220960,2018,8,2,1 -40213154,1990,4,9,1.5555555555555556 -40213154,1989,4,13,1.6923076923076923 -40171902,2008,11,1,1 -40213314,2021,8,24,1.6666666666666667 -40213314,2020,11,27,1.8518518518518519 -40213251,2017,11,22,2.6363636363636362 -40213216,2017,2,20,2.65 -19126352,1980,2,4,1.25 -19075601,2019,12,17,1.4705882352941178 -40213304,2013,8,26,1.8461538461538463 -40213183,2020,4,20,2.3 -40213299,2020,4,20,1.8 -40213180,2018,3,31,2.3225806451612905 -40213251,2022,7,16,1.75 -40213299,2022,7,21,1.9523809523809523 -40213227,2020,7,74,2.081081081081081 -40213201,2022,7,8,2 -1539411,2010,5,2,1.5 -40163554,2012,4,3,1.3333333333333333 -1539411,2009,11,2,3.5 -40213154,1985,4,13,4.461538461538462 -19126352,2015,10,2,3 -19075601,2015,1,10,1.7 -40213296,2017,2,18,1.6666666666666667 -1539411,1991,10,17,2.7058823529411766 -40213154,2009,1,19,1.9473684210526316 -40213154,2008,1,19,1.894736842105263 -46275916,2014,12,2,1 -40243436,2014,12,2,1 -40213154,2013,1,18,2.1666666666666665 -40213183,2019,5,17,2.9411764705882355 -40163554,2004,2,1,3 -40171902,2004,2,1,3 -40213230,2017,2,7,1.5714285714285714 -1545959,2005,4,5,1 -40213154,1999,10,15,1.5333333333333334 -40213154,1981,4,4,2.5 -40213216,2023,1,16,1.8125 -1332419,2008,10,6,1.8333333333333333 -19126352,1995,9,1,2 -40220960,2008,11,4,1 -40213227,2005,3,2,3 -40213201,2005,12,2,2 -40213183,2015,6,15,3.6666666666666665 -40163554,1996,12,1,2 -19018935,1996,12,1,2 -40213183,2014,2,24,2.9583333333333335 -40213201,2006,5,1,2 -40213320,2018,1,24,1.7916666666666667 -19126352,1969,8,2,14 -40213154,1965,8,3,3 -40213154,1962,8,2,3.5 -40171902,1989,4,1,1 -40213260,2014,5,15,2.7333333333333334 -19075601,2010,6,8,1.75 -40171902,2021,10,4,2 -1310034,2017,12,4,1 -40213160,2023,6,15,1.6666666666666667 -40213296,2013,12,16,1.5 -40213320,2014,11,21,3 -19126352,2001,4,5,1.4 -1545959,2003,2,2,1 -19075601,2003,2,4,1 -1332419,2001,4,3,1.6666666666666667 -19133768,2003,2,2,1 -40171902,2008,3,4,1.25 -40213306,2013,8,8,1.75 -40213299,2022,4,23,1.9130434782608696 -40213296,2015,7,12,2.0833333333333335 -19133768,1985,7,2,1 -40213260,2022,2,15,2 -40213314,2023,4,26,2.6923076923076925 -40213314,2022,5,26,1.9230769230769231 -40213306,2016,8,9,2 -40213227,2009,1,1,2 -40220960,2022,4,6,1 -40213306,2014,5,6,3.3333333333333335 -19126352,1982,12,3,2 -1332419,1997,4,1,4 -19075601,2012,6,4,1.25 -40213227,2003,4,1,2 -40213154,2004,5,16,1.875 -40213154,1963,5,3,1.6666666666666667 -19126352,2006,7,3,2 -40163554,1992,7,1,3 -1332419,2004,6,4,2.5 -19075601,2001,9,4,1.25 -40220960,2001,9,1,1 -40213154,1992,11,11,1.9090909090909092 -40213230,2018,9,7,1.5714285714285714 -19126352,2012,10,5,1.4 -19075601,2012,10,7,1.2857142857142858 -1539411,2012,9,4,1.75 -40213201,2008,8,1,2 -40213227,2003,7,3,2 -40213154,2007,8,15,2.466666666666667 -40213154,2006,8,16,1.9375 -40213260,2006,8,1,3 -19075601,2018,4,11,2.3636363636363638 -1332419,2012,7,6,1.6666666666666667 -1545959,2009,4,1,1 -40213183,2002,2,1,1 -40213154,2002,5,17,1.8823529411764706 -40213251,2019,11,26,2.1153846153846154 -1545959,2008,2,2,1 -1332419,1996,1,3,2 -40213299,1996,7,1,2 -19126352,1998,1,4,1.5 -40213180,2020,6,22,2.090909090909091 -40213183,2017,8,15,2.2 -1310034,1963,6,1,1 -40163554,2019,6,3,2.3333333333333335 -40213201,2022,4,9,1.3333333333333333 -40213296,2022,3,24,2.5416666666666665 -19126352,2021,6,6,1.1666666666666667 -19075601,2021,6,10,1.1 -40213154,2012,2,15,1.7333333333333334 -1332419,2013,1,3,2 -40213154,2008,12,15,2 -40213227,1992,4,4,1.75 -40220960,2006,11,1,1 -19133768,1993,9,1,1 -40213154,1986,10,5,1.6 -40163554,1998,4,2,2 -40213230,2018,8,5,1.6 -1539411,2020,9,8,1.625 -1332419,1994,10,18,2.611111111111111 -1539411,1994,10,2,3 -1539411,1996,11,4,1.75 -1332419,1994,6,22,2.272727272727273 -40163554,2022,5,7,1.7142857142857142 -40213198,2011,2,3,1.6666666666666667 -19126352,2007,6,4,1.5 -40220960,2004,7,2,1 -40213314,2019,9,18,1.9444444444444444 -19126352,1976,3,1,1 -40213154,1975,5,3,2 -1539411,2016,9,2,2.5 -19075601,2016,2,10,1.3 -19126352,1965,7,3,1.3333333333333333 -40213154,1960,4,2,1.5 -40213216,2022,10,17,2.7058823529411766 -1332419,2022,9,3,2 -40213260,2019,10,20,2.3 -1539411,2013,9,2,1.5 -40213304,2014,9,26,2.3846153846153846 -40220960,2017,7,5,1 -40213296,2020,10,16,2.3125 -19018935,2022,9,2,1.5 -40163554,2015,11,3,3.6666666666666665 -40213154,1988,12,8,4.25 -19018935,2023,1,1,1 -19133768,2014,2,2,1 -19126352,1983,3,4,2 -40213216,2014,5,18,3.5555555555555554 -40220960,2008,3,1,1 -40213216,2020,7,19,2 -40213260,2020,5,12,1.75 -46275916,2004,11,1,1 -19126352,1986,4,1,1 -40213154,1990,7,6,3 -40213154,1987,6,6,4.166666666666667 -40213154,1986,6,4,4.75 -40213154,1989,7,5,3.2 -40163554,1984,11,1,3 -19126352,2010,2,3,1.3333333333333333 -1332419,2010,9,3,2 -40220960,2017,4,9,1 -40213216,2019,12,15,1.8 -40243436,2018,11,1,2 -1310034,2018,11,1,2 -40213260,2019,6,18,1.7222222222222223 -40213230,2023,5,6,1.8333333333333333 -40171902,1991,6,2,2.5 -40213230,2019,3,8,1.5 -40163554,1997,8,2,1.5 -19018935,1997,8,2,1.5 -1539411,2015,11,4,4.25 -40213251,2013,7,12,1.8333333333333333 -19018935,2020,6,5,2.8 -40213227,2004,1,3,2.3333333333333335 -1539411,1998,8,5,2.2 -40213154,2003,9,11,1.5454545454545454 -19126352,1989,8,2,2 -40213154,1983,3,7,1.7142857142857142 -40220960,2015,11,4,1 -19133768,2010,3,2,1 -19018935,2012,8,1,1 -40220960,2021,7,5,1 -1332419,2018,3,3,2 -19126352,2003,1,3,3 -40213201,2023,6,6,1.3333333333333333 -19126352,1997,5,3,1 -1545959,1997,5,2,1 -40171902,2013,3,3,2 -40213201,2000,7,2,2 -1539411,2008,3,3,1.6666666666666667 -40213299,2021,12,15,2.6 -40213251,2020,9,12,2 -1332419,1998,10,1,2 -40213180,2015,7,18,2.0555555555555554 -40213260,2015,3,19,1.4736842105263157 -19018935,2007,12,4,1.75 -1332419,2022,8,3,2.3333333333333335 -19018935,2016,1,4,2.25 -40163554,2003,11,1,2 -19126352,2019,2,5,2.4 -40243436,2019,4,2,1 -19126352,1986,7,2,2 -19133768,1993,8,1,2 -40163554,2013,4,2,1.5 -40171902,2006,11,1,1 -40213251,2021,2,8,1.875 -19018935,2000,12,1,1 -40171902,2000,12,1,1 -40213296,2019,5,16,2.0625 -1332419,2006,6,4,8.5 -19075601,2006,6,8,4.75 -1539411,2006,6,4,8.5 -40220960,1997,11,1,1 -40220960,2019,3,4,1.25 -19075601,1999,6,7,3 -40213320,2017,1,21,2.238095238095238 -19126352,2005,5,2,2 -1332419,2005,5,2,2 -1539411,2005,5,2,2 -40213201,2014,9,7,2.142857142857143 -1539411,2015,3,7,2 -1539411,2001,11,1,25 -19126352,2015,6,3,2 -46275916,2020,2,1,1 -19075601,2002,4,4,1.75 -40163554,1974,10,1,1 -19018935,2011,8,2,1.5 -40213201,2021,5,10,1.4 -40171902,2001,7,2,2 -40220960,2020,9,3,1 -1332419,2011,5,2,1.5 -19126352,2004,11,3,3.3333333333333335 -19075601,2018,7,9,1.3333333333333333 -19126352,2020,7,9,1.6666666666666667 -19075601,2020,7,12,1.5 -40213183,1986,6,1,1 -40213304,1985,3,1,1 -40213154,1992,3,4,1.5 -19133768,2016,7,2,1 -19126352,2008,1,3,1 -40171902,1988,1,1,2 -19075601,2005,8,4,1.25 -1539411,2001,3,2,1 -19126352,2013,11,4,1.25 -19075601,2013,11,6,1.1666666666666667 -40213296,2000,2,1,2 -40213230,2016,4,8,1.75 -40163554,1970,9,1,2 -19018935,1970,9,1,2 -1539411,1997,9,2,1 -1539411,2003,11,4,1.5 -40213216,2010,12,1,1 -40213160,2010,12,1,1 -19018935,2021,9,3,1.3333333333333333 -46275916,1997,2,1,1 -40213227,1997,10,2,1.5 -40213154,1993,9,10,1.4 -40213201,2020,3,4,1.5 -40213154,1955,11,2,1.5 -19126352,2001,7,6,2.3333333333333335 -19126352,2002,8,3,1 -1545959,2002,8,1,1 -1332419,2001,7,5,2.6 -19018935,1983,12,2,15 -1539411,2019,3,5,4.4 -40163554,2023,3,3,1.3333333333333333 -1332419,2007,1,3,2.3333333333333335 -40171902,1985,4,1,2 -40163554,2007,11,2,1.5 -19018935,1993,11,1,1 -1545959,2013,7,2,1 -19126352,1951,5,1,1 -40213154,1947,6,2,1.5 -40171902,2021,6,1,5 -40171902,1999,5,2,3.5 -1545959,2022,12,2,1 -40171902,2010,2,3,1.6666666666666667 -1539411,1998,9,2,2.5 -19075601,2011,8,4,1.25 -40243436,2013,11,1,1 -19126352,2016,12,6,1.5 -1332419,2000,4,1,1 -40213154,1974,4,2,1 -19133768,2020,4,3,1 -40220960,2013,4,1,1 -1310034,2021,10,2,1 -46275916,2018,12,1,1 -1539411,2012,8,6,1.8333333333333333 -40163554,2020,1,6,3.6666666666666665 -40213230,2015,5,7,1.8571428571428572 -19018935,2021,8,2,2.5 -19133768,2020,7,3,1 -40213154,1968,9,1,1 -40213154,1961,12,2,2.5 -40171902,1990,5,3,1.6666666666666667 -1310034,2021,6,2,1 -40220960,2014,7,3,1 -19133768,2012,3,1,1 -40213201,2004,8,1,1 -40171902,2017,12,2,2 -19018935,2011,9,4,2.25 -1545959,2004,5,1,1 -40163554,2008,5,3,2.3333333333333335 -40163554,1985,3,1,2 -19018935,1985,3,1,2 -19018935,1998,8,3,2.6666666666666665 -40171902,1998,8,3,2.6666666666666665 -19075601,1999,10,4,9 -40213227,1992,7,4,2.75 -40163554,2011,3,1,2 -19018935,2010,4,2,1 -40163554,2010,5,4,2 -40213154,1946,1,2,3.5 -40213154,1982,9,3,1.3333333333333333 -19133768,2004,12,1,1 -40213227,1998,3,1,2 -40213227,2001,1,2,4 -40213154,1974,7,2,2.5 -40213154,1970,6,2,2.5 -40171902,2009,2,1,1 -1310034,2002,3,1,1 -19126352,2012,6,2,1.5 -19126352,2016,1,2,2 -1310034,1995,7,1,1 -40213154,1991,9,6,1.8333333333333333 -1539411,2016,8,3,2.3333333333333335 -1332419,2021,5,5,1.6 -40220960,1993,1,2,1 -19126352,1998,12,3,1.3333333333333333 -40163554,2012,7,2,2.5 -40220960,1998,10,1,1 -19018935,2005,3,3,2.6666666666666665 -40171902,2005,3,3,2.6666666666666665 -19075601,2021,10,8,1.25 -46275916,2021,2,2,1 -40163554,2015,3,6,6.5 -40163554,2014,6,2,1.5 -1332419,2013,12,1,2 -19133768,2016,4,2,1 -1332419,2023,5,6,1.8333333333333333 -1310034,1991,8,1,1 -19126352,2002,9,1,1 -19133768,2019,8,2,1 -40163554,1994,3,1,2 -19018935,1994,3,1,2 -19133768,2015,5,2,1 -40213227,2011,10,2,3 -1539411,2013,8,2,2.5 -40163554,1995,12,3,1.6666666666666667 -40163554,2005,6,1,25 -40171902,1986,9,1,1 -40213180,2010,7,1,1 -40213296,1998,9,1,2 -1539411,2021,12,4,2.25 -1310034,2022,12,1,1 -1332419,2015,5,4,1.75 -40171902,2012,10,2,1.5 -19126352,2013,3,7,2.4285714285714284 -19075601,2013,3,10,2 -40163554,1981,7,1,4 -40171902,1987,1,2,3 -19018935,2022,8,4,2 -40213227,2008,8,3,2.6666666666666665 -19018935,2004,11,2,4 -1332419,2003,10,4,1.5 -19126352,1962,11,1,1 -19126352,1996,10,4,1.25 -40213227,2002,11,1,2 -1545959,2018,6,3,1 -1545959,2000,10,1,1 -19018935,2015,10,2,1.5 -1539411,1995,5,1,2 -40171902,1991,10,2,2.5 -1332419,2016,5,3,1.6666666666666667 -40213306,2020,7,7,1.4285714285714286 -40171902,2018,7,2,2 -19133768,2022,2,2,1 -19126352,2011,1,5,1.2 -1539411,2011,1,5,1.2 -19018935,2016,12,1,2 -19126352,2022,10,3,1.3333333333333333 -1332419,1999,11,3,1.3333333333333333 -40213154,1960,7,4,3.75 -19126352,1987,10,2,1 -19133768,1991,11,1,1 -19126352,2003,12,4,1.75 -1545959,2006,6,2,1 -40171902,2016,10,2,1.5 -1539411,2000,8,2,1.5 -19126352,2000,8,2,1.5 -1539411,2017,8,3,1.6666666666666667 -40213154,1976,1,2,1.5 -19018935,2000,1,2,1.5 -40171902,2000,1,2,1.5 -19018935,2006,2,2,1 -1310034,2020,8,1,1 -19126352,2017,2,3,1.6666666666666667 -19126352,1993,2,1,1 -1539411,2009,3,2,1 -40213227,2007,2,3,1.3333333333333333 -19126352,1996,6,4,1.75 -40213201,1996,6,1,1 -40213201,1999,7,1,2 -19126352,2021,10,4,1 -19018935,2019,1,3,1.6666666666666667 -40171902,2019,1,3,1.6666666666666667 -19126352,1989,9,1,2 -19133768,2017,2,1,1 -19018935,2015,6,2,2 -40163554,2000,8,2,1.5 -40171902,2020,9,2,1.5 -40171902,2003,5,4,1.75 -46275916,1991,1,1,1 -46275916,2023,4,1,1 -1545959,2000,6,1,1 -1310034,2017,1,2,1 -19075601,1998,11,3,1.3333333333333333 -19133768,1998,11,1,1 -1539411,1993,7,1,1 -19075601,2009,8,4,2 -40213227,2005,11,1,2 -40213154,1981,7,1,2 -1310034,2020,9,1,1 -1332419,2007,12,2,1.5 -1310034,2004,10,1,1 -40220960,2013,7,3,1 -40220960,2005,10,2,1 -19075601,2022,1,1,1 -40171902,2018,4,4,1.25 -40171902,1984,8,1,1 -19133768,2019,9,1,1 -40163554,2018,5,1,2 -1310034,2015,10,1,1 -46275916,2015,10,1,1 -19018935,2009,10,2,3 -19133768,1998,3,2,1 -40213154,1977,5,2,1.5 -19126352,1984,10,1,1 -19126352,1999,5,5,2 -19133768,2018,5,1,2 -19126352,2018,2,6,1.6666666666666667 -1545959,2006,10,4,1 -19075601,2006,10,6,1.1666666666666667 -40213154,1955,3,3,1.3333333333333333 -19133768,1988,2,1,1 -40213227,2001,12,2,1.5 -46275916,2002,1,1,1 -19126352,1963,7,1,6 -46275916,1967,4,1,1 -40213154,1959,6,2,4.5 -19018935,2010,7,1,1 -1539411,1992,11,1,4 -1332419,1999,3,2,2 -1310034,1991,9,1,1 -40163554,1986,11,1,1 -40213154,1959,10,2,3.5 -1539411,2017,9,2,1 -19018935,1983,1,1,2 -40220960,1994,4,1,1 -19126352,2006,4,1,1 -19133768,2006,4,1,1 -19126352,2014,12,3,1.3333333333333333 -40213154,1968,8,1,1 -1545959,2007,5,1,1 -40163554,1975,7,1,2 -40171902,1981,8,1,2 -40213201,1993,10,1,2 -40213227,1998,11,2,2 -40171902,2001,4,2,2.5 -1332419,2010,8,3,1.6666666666666667 -1545959,2001,8,1,1 -40213154,1972,6,1,4 -19133768,2009,8,1,1 -40213201,2008,9,1,2 -1539411,1992,3,3,2 -40220960,1992,3,1,1 -19018935,2009,6,2,9.5 -40171902,1994,9,1,1 -19133768,2007,2,2,1 -1539411,1999,5,3,2.6666666666666665 -19126352,1958,3,1,3 -40220960,2003,1,1,1 -40213201,2001,3,2,4.5 -40213154,1966,10,2,1.5 -1545959,2016,11,1,1 -40171902,1995,7,1,5 -1539411,2004,2,2,1.5 -19075601,2010,10,5,1.6 -40213154,1972,10,3,1.3333333333333333 -40213154,1951,4,4,2.75 -40213154,1953,4,3,1.3333333333333333 -40213154,1949,4,3,3.3333333333333335 -19133768,2000,11,2,1 -40243436,2005,3,1,1 -19126352,1952,9,1,1 -40163554,1984,3,1,1 -40171902,1994,8,1,1 -19133768,2013,11,1,1 -40213198,2010,7,2,2 -40213154,1970,10,3,1.6666666666666667 -19126352,1942,12,1,1 -40213154,1985,7,2,1.5 -19126352,1994,2,3,2.6666666666666665 -40213154,1988,1,3,3.6666666666666665 -40243436,2005,11,1,1 -40163554,2001,9,1,1 -19018935,2001,9,1,1 -40213227,2008,9,1,1 -40213227,1994,8,1,1 -1545959,2015,4,1,1 -19126352,1987,6,2,2.5 -40243436,2015,5,1,1 -1310034,1984,11,1,1 -40163554,2011,11,1,1 -1539411,2022,10,1,2 -40213201,1994,6,1,1 -40220960,2014,4,3,1 -40163554,2014,10,1,2 -1539411,2008,11,2,1.5 -46275916,2007,2,1,1 -1545959,2001,9,1,1 -19018935,2004,3,2,2 -40243436,2016,8,2,1.5 -40213227,2011,6,1,1 -40213299,1995,3,1,2 -40213183,1996,3,1,2 -40243436,2019,7,1,1 -40213154,1957,2,1,2 -40213154,1958,2,1,2 -19126352,1985,9,1,2 -40213201,1993,6,1,3 -40220960,1993,12,1,1 -40163554,1991,1,1,1 -40220960,2021,4,1,1 -40213154,1961,1,2,2 -40243436,1988,5,1,1 -40243436,1994,6,1,1 -40213154,1984,5,1,13 -40213260,2011,1,1,2 -19126352,1992,7,3,1 -19133768,1992,7,1,1 -40171902,1989,7,1,1 -40213201,1997,8,1,1 -19126352,1933,3,1,2 -40213154,1949,7,1,2 -19126352,1962,3,1,1 -19126352,1967,7,1,2 -40163554,1981,4,1,2 -40213154,1952,5,1,2 -40171902,1996,8,1,1 -1539411,2000,9,1,1 -40171902,2012,6,1,2 -40213201,1992,10,1,1 -19126352,2023,6,1,2 -19018935,2019,12,2,2.5 -40171902,2019,12,2,2.5 -40163554,2005,10,1,1 -19126352,1992,4,1,2 -40163554,1971,9,1,1 -19133768,1982,4,1,1 -19018935,1984,10,1,1 -40163554,1978,12,1,2 -1332419,2003,6,1,2 -1545959,2009,7,1,1 -40213296,1996,6,1,1 -40163554,1987,10,1,2 -19126352,1984,6,1,2 -40213154,1971,2,1,2 -19018935,1999,2,1,1 -19126352,2008,12,1,2 -40213251,2003,6,1,1 -40213281,2002,9,1,1 -19126352,1983,11,1,1 -19018935,2017,2,1,2 -40213306,2009,7,1,1 -19133768,1999,6,1,1 -19126352,1988,10,1,1 -1545959,2013,4,1,1 -40213154,1969,2,1,1 -40213296,2010,8,1,1 -1539411,1993,4,1,2 -40213201,1990,8,1,1 -19018935,2008,2,1,1 -1332419,2008,6,1,3 -19126352,1995,8,1,2 -19126352,1975,9,1,1 -40171902,2006,3,1,2 -40243436,2014,1,1,1 -46275916,2014,1,1,1 -40213154,2018,5,665,2.2330827067669174 -40213154,2023,5,618,2.5064724919093853 -40213154,2016,5,625,2.3232 -40213154,2019,12,636,2.279874213836478 -40213304,2018,9,28,2 -40213304,2018,8,24,1.75 -40213314,2019,10,16,1.75 -40163554,2019,9,3,10 -40213154,2020,9,676,2.36094674556213 -40213154,2014,8,624,2.2131410256410255 -40213154,2015,2,594,2.4494949494949494 -40213154,2017,5,648,2.1527777777777777 -40171902,2020,10,4,1.75 -40213154,2014,9,597,2.2562814070351758 -19075601,1999,9,3,2.6666666666666665 -40213154,2011,11,14,2.2857142857142856 -40213281,2015,3,51,2.1372549019607843 -40213154,2019,1,680,2.320588235294118 -40213183,2022,4,21,2.238095238095238 -40213314,2018,7,23,2 -40213160,2017,8,34,2.235294117647059 -40213198,2018,1,43,2.0697674418604652 -40213281,2017,8,38,2.1578947368421053 -40213227,2015,7,64,2.34375 -40213154,2020,8,663,2.4615384615384617 -40213183,2017,6,20,2 -40213314,2016,7,28,2.25 -40213304,2016,12,31,1.8387096774193548 -40213281,2017,9,51,2.8627450980392157 -40213160,2013,6,13,2 -40213260,2017,8,23,3.1739130434782608 -40213216,2017,1,18,2.8333333333333335 -40213314,2021,10,29,1.7586206896551724 -40213281,2022,3,44,2.4545454545454546 -40213154,2022,2,660,2.3636363636363638 -19126352,2002,10,3,1 -1545959,2002,10,2,1 -40213154,1999,8,14,1.8571428571428572 -40213154,1997,7,18,2 -40213154,1995,7,13,1.9230769230769231 -40213180,2019,11,21,2.3333333333333335 -40213160,2015,1,32,3.78125 -40213304,2014,10,37,3.081081081081081 -1539411,2007,4,5,3 -40213154,2021,5,641,2.4726989079563184 -19075601,2005,10,6,1.1666666666666667 -1332419,1994,8,16,2.5625 -40213154,2003,10,16,2.0625 -40213154,1999,9,15,2.3333333333333335 -40213260,2018,2,20,2.15 -40213160,2018,5,46,1.565217391304348 -40213227,2016,7,76,2.1842105263157894 -40213251,2017,5,16,2 -40213227,2014,2,46,1.7608695652173914 -40213154,1994,1,8,2.5 -40213296,2023,4,21,3.0476190476190474 -40213180,2020,9,20,2.3 -40213216,2015,4,22,2.5454545454545454 -40213160,2019,10,40,2 -40213251,2023,6,11,1.6363636363636365 -40213304,2022,4,24,2.3333333333333335 -40213216,2022,9,14,1.7142857142857142 -40213160,2022,12,34,2.0294117647058822 -40213227,2017,10,82,2.5853658536585367 -40213251,2021,12,24,2.375 -40213304,2017,2,27,1.962962962962963 -40213314,2017,4,31,1.7741935483870968 -40213160,2017,9,41,3.024390243902439 -40213180,2014,6,16,2.125 -40213251,2018,12,16,1.9375 -40213183,2018,12,16,1.9375 -40213198,2018,12,44,1.7272727272727273 -40213296,2018,4,14,1.7142857142857142 -40213320,2017,2,25,1.88 -40213227,2023,3,65,3.3384615384615386 -40213296,2014,8,21,1.9047619047619047 -40213180,2017,3,20,2.9 -40213230,2017,12,4,1.5 -40213320,2020,1,30,2.2333333333333334 -40213230,2015,11,9,2.111111111111111 -40213180,2018,5,24,2.5 -40163554,2018,11,3,1.3333333333333333 -19126352,2000,6,5,1.6 -1539411,2000,6,4,1.75 -40213154,2000,6,13,2.076923076923077 -40213154,2003,6,16,1.9375 -40213216,2021,9,23,2.260869565217391 -40213198,2022,2,39,2.1794871794871793 -40213281,2022,11,47,1.702127659574468 -40213304,2013,10,20,2.15 -40213299,2014,4,9,1.6666666666666667 -40213160,2013,10,30,2 -40213251,2018,1,16,1.8125 -40213183,2018,1,16,1.8125 -40213216,2016,6,15,2.933333333333333 -40213299,2018,6,22,2.8181818181818183 -40213304,2016,1,29,2.206896551724138 -40213314,2016,4,26,2.6923076923076925 -40213296,2020,8,19,2.6842105263157894 -40163554,2021,4,3,2.6666666666666665 -40213299,2015,8,23,2.652173913043478 -40213281,2018,2,43,2.697674418604651 -40213160,2015,12,42,1.9523809523809523 -19018935,2018,12,4,1.5 -40213227,2019,9,77,2.2987012987012987 -1539411,1998,6,2,3 -40213260,2019,8,20,2.5 -40213227,2019,8,66,3.015151515151515 -40213304,2021,5,33,2.6363636363636362 -40213198,2021,5,50,2.44 -40213281,2021,2,39,2.3846153846153846 -19075601,2007,10,1,2 -40213306,2018,11,13,4.153846153846154 -40213281,2015,11,58,2.706896551724138 -40213227,2017,6,65,3.0153846153846153 -40163554,2016,7,3,1.6666666666666667 -40213198,2016,5,56,2.1964285714285716 -40213201,2018,3,8,2.125 -19133768,2023,4,2,1 -1539411,2002,7,6,1.6666666666666667 -40213230,2019,5,8,1.625 -40213260,2016,9,23,2.217391304347826 -40213230,2018,6,9,1.8888888888888888 -40213180,2017,11,15,2.066666666666667 -19126352,2007,9,4,5.25 -19075601,2000,12,6,4.666666666666667 -40213216,2014,3,11,1.7272727272727273 -40213183,2014,12,17,2 -40213304,2014,6,21,4 -40213314,2014,12,27,2.037037037037037 -40213160,2014,3,28,2.5357142857142856 -40213198,2014,6,33,2.393939393939394 -40213314,2014,1,21,1.9047619047619047 -40213281,2014,1,49,1.7755102040816326 -40213299,2015,9,18,2.5555555555555554 -40213306,2017,7,14,2.2857142857142856 -40213216,2022,8,14,1.5 -40213198,2023,5,40,2.6 -40213230,2015,3,7,2.7142857142857144 -40213154,1993,10,9,2 -1332419,2021,3,4,5 -1539411,2014,1,6,1.5 -40213320,2018,2,13,1.6153846153846154 -40213216,2017,12,12,2.0833333333333335 -46275916,2017,5,1,1 -40213230,2023,3,12,3.4166666666666665 -40213180,2013,11,17,3.0588235294117645 -40213160,2016,2,37,1.945945945945946 -40213281,2016,2,49,2.020408163265306 -1332419,2022,6,6,1.8333333333333333 -40213227,2015,4,72,2.5694444444444446 -40213260,2015,5,15,2.3333333333333335 -19018935,1993,5,1,2 -40243436,2003,9,1,1 -1539411,1996,5,1,2 -40213154,1996,5,11,3.090909090909091 -40163554,2014,8,6,2 -40213304,2020,12,22,2.090909090909091 -40213314,2022,3,24,2.125 -40213314,2021,6,21,1.8571428571428572 -40213306,2014,3,9,1.4444444444444444 -40213320,2016,4,19,1.8421052631578947 -40213320,2015,4,24,2.375 -40213216,2014,11,16,3.0625 -40213183,2015,8,23,2.347826086956522 -40213160,2019,6,35,2.1714285714285713 -40213160,2014,11,27,2.962962962962963 -40213320,2022,2,36,2.388888888888889 -40213281,2014,12,48,2.1041666666666665 -40213296,2017,1,20,2.95 -19075601,2016,12,10,1.3 -46275916,2021,1,2,1 -19075601,2008,4,5,1.2 -40213299,2018,10,17,3 -40213216,2016,10,16,3.25 -40213314,2017,7,33,2.787878787878788 -40213296,2014,9,25,3.04 -40213154,1984,11,9,4.333333333333333 -40171902,1994,6,2,1.5 -1545959,2007,3,1,1 -40213227,2000,1,3,12.666666666666666 -1332419,2020,4,3,1.6666666666666667 -40213180,2014,10,25,2.08 -19018935,2020,8,7,2.142857142857143 -40213216,2015,7,15,2.1333333333333333 -40213299,2014,7,20,2.75 -40213183,2019,3,21,2.0952380952380953 -40213314,2018,4,28,1.8571428571428572 -40213296,2018,7,15,1.8 -40213296,2016,7,19,1.6842105263157894 -40213314,2019,6,25,2.08 -40213320,2020,12,24,2.1666666666666665 -19126352,1951,3,1,1 -40213154,1952,3,2,1.5 -40163554,1984,5,1,1 -19075601,2022,2,15,1.6 -40213183,2015,9,14,1.9285714285714286 -19018935,2017,1,2,1 -19075601,2023,2,6,1.5 -1332419,2014,4,4,2 -19075601,2014,4,10,1.4 -40213299,2013,10,24,1.5416666666666667 -40213320,2013,11,23,2.9565217391304346 -40213183,2014,1,17,1.8235294117647058 -40213198,2017,5,48,2.0625 -40213183,2017,10,8,2 -40213296,2020,9,20,2.3 -40213304,2013,6,10,2.4 -19126352,2019,1,4,1.5 -40213227,2016,4,70,2.142857142857143 -40213154,2012,12,24,1.6666666666666667 -40213154,2004,11,18,1.6666666666666667 -1539411,1995,11,3,1 -19075601,1997,11,25,2.16 -40213198,2014,10,36,3.638888888888889 -40213304,2020,1,26,1.9230769230769231 -40213299,2013,6,10,1.6 -1545959,1999,12,3,1 -19075601,1997,3,17,1.8823529411764706 -40213306,2019,7,10,2.3 -40213160,2022,1,40,1.975 -40213154,2001,4,19,1.8421052631578947 -40213320,2016,7,23,2.217391304347826 -40213296,2019,3,18,1.8888888888888888 -1332419,2004,9,2,1.5 -40213320,2014,5,30,1.8666666666666667 -40213216,2023,2,12,3.5833333333333335 -40213281,2023,2,29,2.793103448275862 -40213180,2023,4,22,2.909090909090909 -40213154,1986,9,4,2 -40213154,1991,10,14,2 -40213306,2023,4,7,2 -40171902,2011,7,4,1.75 -19133768,2018,3,3,1 -40213260,2022,1,15,2.466666666666667 -19126352,2017,12,7,1.2857142857142858 -19133768,2017,12,4,1 -40213299,2019,9,15,2.2666666666666666 -40243436,2010,4,2,1 -40213306,2019,4,3,1.6666666666666667 -40163554,2002,5,3,4.666666666666667 -19018935,2002,5,3,4.666666666666667 -40171902,2002,5,3,4.666666666666667 -40213251,2015,10,25,2.88 -40213154,1965,6,1,1 -40213260,2017,9,16,2.625 -40213299,2016,2,21,2.4761904761904763 -40213304,2015,2,23,3 -19018935,2013,7,2,1.5 -40213306,2017,4,10,2.4 -19126352,2007,8,5,2.8 -40171902,2012,9,5,1.2 -40163554,2022,3,4,1.5 -19075601,2011,10,4,1.5 -40213201,2016,11,7,1.7142857142857142 -40213227,2013,7,84,2.1666666666666665 -40213296,2022,5,10,1.4 -40213251,2020,10,22,1.8636363636363635 -19126352,2013,5,4,2.25 -19075601,2013,5,4,2.25 -1332419,1994,9,32,1.71875 -1539411,1991,9,19,1.7894736842105263 -40213260,2013,12,23,2.4782608695652173 -40163554,2001,6,4,1.5 -19018935,2001,6,4,1.5 -40213201,2016,3,9,1.8888888888888888 -40213260,2020,11,11,4.454545454545454 -40213230,2021,5,8,2.5 -40213320,2021,5,23,3.4347826086956523 -40213183,2016,8,24,2.625 -19018935,2022,6,3,2.3333333333333335 -40163554,2008,11,1,1 -40213154,1984,3,11,1.4545454545454546 -40213281,2020,5,50,2.08 -40213304,2019,3,23,1.8695652173913044 -40213198,2019,5,54,2.537037037037037 -40213304,2022,7,22,2 -40213304,2023,3,32,2.9375 -40213306,2018,3,8,1.75 -40213183,2022,7,16,1.75 -40213216,2021,8,18,1.6666666666666667 -1332419,2009,11,2,3.5 -19126352,2019,12,8,1.75 -1539411,2020,10,3,1.3333333333333333 -40213154,1980,3,6,2 -19018935,2022,10,6,2 -40213314,2022,11,17,2 -46275916,2012,1,1,1 -40213154,2005,1,14,2.0714285714285716 -19075601,2000,1,4,3.25 -40213154,2011,3,24,2.75 -40213183,2021,4,20,3.1 -40213230,2020,7,11,1.6363636363636365 -40213154,2012,1,18,1.8333333333333333 -40213251,2019,5,17,2.9411764705882355 -40213320,2019,2,17,1.7058823529411764 -19126352,1988,8,2,1.5 -40213154,2002,11,11,1.5454545454545454 -46275916,2019,3,1,1 -40213154,2004,3,10,2.5 -40213154,2002,3,15,2.6 -19126352,2005,11,8,1.875 -1332419,2005,11,6,2.1666666666666665 -1539411,2005,11,6,2.1666666666666665 -40213154,1993,6,11,2.8181818181818183 -40213154,1991,6,6,3.1666666666666665 -19126352,1995,10,1,1 -40213154,2005,12,12,1.75 -40220960,2015,5,6,1 -40213251,2015,6,15,3.6666666666666665 -40213251,2014,2,24,2.9583333333333335 -40213154,1966,8,3,3 -40213154,1970,9,3,1.6666666666666667 -1332419,2010,6,4,2.5 -19018935,2021,10,4,2 -19075601,2009,6,6,1.3333333333333333 -19075601,2015,2,6,1.3333333333333333 -40213260,2022,12,9,1.6666666666666667 -40213180,2020,8,26,1.7307692307692308 -19126352,2003,2,3,1 -40163554,2008,3,4,1.25 -19018935,2009,9,4,2 -40213154,1998,7,17,1.8235294117647058 -40213201,2019,1,8,3 -40213251,2021,1,22,1.7727272727272727 -1539411,2017,10,3,2 -40213230,2018,10,3,1.6666666666666667 -1539411,2017,6,3,1.3333333333333333 -40213260,2014,11,8,1.875 -1539411,1991,8,23,1.9565217391304348 -40213201,2013,11,6,3.6666666666666665 -40213306,2021,7,8,1.75 -46275916,2007,1,1,1 -40213306,2016,10,9,4.222222222222222 -40213180,2022,2,29,1.9655172413793103 -19018935,2015,9,5,2 -40171902,1992,7,1,3 -19133768,2007,1,3,1 -40213154,1972,8,2,3 -40213154,1970,8,1,5 -40213154,1967,7,4,2.25 -40213227,1999,12,1,2 -40213154,1994,12,14,3 -1332419,2016,3,2,3.5 -1332419,2011,3,3,1.3333333333333333 -19126352,2012,9,7,1.4285714285714286 -19075601,2012,9,8,2.5 -19133768,2014,1,1,1 -19133768,2019,10,3,1 -40171902,2015,7,4,2.5 -19126352,2009,4,3,2 -40213201,2021,3,13,2.076923076923077 -40213154,1997,4,16,1.875 -40213154,1998,4,16,2.25 -40213154,1995,4,8,2.125 -40213299,2021,2,15,1.7333333333333334 -40213216,2019,2,22,1.6818181818181819 -40213183,2019,11,26,2.1153846153846154 -40213296,2017,12,15,1.8666666666666667 -40163554,2016,4,2,3 -19018935,2006,1,2,1.5 -1332419,2002,12,2,2 -40163554,2000,10,1,2 -40213227,2022,2,68,2.2205882352941178 -40213299,2019,8,19,2.4210526315789473 -19126352,2008,2,3,1.3333333333333333 -19018935,2000,2,4,2.25 -40171902,2000,2,4,2.25 -19133768,1996,12,2,1 -40213304,1994,1,1,2 -40213251,1995,4,1,2 -19126352,1996,9,4,2.5 -40213180,2019,3,20,3.35 -19126352,2000,10,4,1.5 -1539411,2000,10,3,1.6666666666666667 -19126352,1934,6,1,1 -40213154,1956,10,2,3 -40213304,2019,11,17,1.8823529411764706 -40213306,2022,2,14,2 -40163554,1997,6,2,2 -19018935,1997,6,2,2 -1332419,2013,2,1,2 -40213154,2013,2,19,1.4736842105263157 -40213183,2021,7,16,3.375 -40213251,2020,6,17,2.0588235294117645 -1539411,2020,6,5,3 -19075601,2010,8,6,1.3333333333333333 -40213227,2007,1,4,2.25 -40171902,1996,6,2,2 -40213154,1992,5,13,3.5384615384615383 -19075601,2016,1,6,1.3333333333333333 -1332419,2019,7,4,1.75 -40163554,2018,3,5,2.2 -40213306,2015,4,13,3 -40213306,2014,11,9,2 -40220960,1990,11,1,1 -40213154,1986,8,4,1.75 -19075601,2003,12,6,2 -40220960,2002,12,2,1 -40171902,2009,1,5,1.8 -40243436,2012,7,1,1 -40213260,2020,3,11,1.7272727272727273 -19075601,2021,8,14,1.0714285714285714 -40213183,2016,9,20,3.1 -19075601,2007,6,5,1.4 -19075601,2004,7,8,1.5 -40213154,2001,7,12,1.8333333333333333 -40213154,2000,10,15,1.5333333333333334 -40213154,1973,4,5,1.6 -40213154,1968,6,1,3 -40213201,2014,10,7,1.8571428571428572 -19126352,2018,12,7,1.5714285714285714 -40213201,2017,4,8,1.75 -19126352,2022,9,5,1.8 -1539411,2022,9,3,2 -1332419,2003,8,1,5 -40243436,2016,6,1,1 -40163554,2000,6,2,1 -40243436,2021,7,3,1 -19075601,2005,6,9,2 -19075601,2017,7,9,1.6666666666666667 -40213227,2012,4,3,1.6666666666666667 -19133768,1989,3,2,1 -40213260,2019,9,19,3.5789473684210527 -1545959,2021,11,4,1 -40243436,2011,1,1,1 -19126352,2014,2,2,1 -40213154,2008,2,18,2.388888888888889 -40171902,2011,4,2,1 -40163554,2009,4,4,1.75 -40220960,2016,4,5,1 -1539411,2003,5,2,2 -40213201,2002,5,3,1.6666666666666667 -40213314,2020,5,21,2.0476190476190474 -40213198,2020,5,44,1.8863636363636365 -40243436,1996,10,1,1 -19126352,1968,7,1,1 -19018935,2018,1,1,1 -40213230,2020,4,8,1.5 -40163554,2019,8,4,1.25 -40213320,2015,7,22,2.3181818181818183 -40171902,2022,4,7,1.8571428571428572 -19018935,2011,6,2,2.5 -19075601,2010,9,8,1.375 -19133768,2004,2,3,1 -19075601,2019,2,12,1.5833333333333333 -1539411,2016,10,3,1.3333333333333333 -1332419,1996,2,2,1.5 -19075601,2017,4,10,1.1 -40213306,1990,6,1,2 -1332419,2015,11,4,4.25 -40243436,2006,10,1,1 -19075601,2001,6,3,3.3333333333333335 -40171902,2020,6,5,2.8 -40213201,2009,2,2,2 -40213154,2009,2,18,2.388888888888889 -19133768,2005,2,1,1 -1332419,1998,8,5,2.2 -40213306,2021,4,9,1.7777777777777777 -40213154,1982,10,4,2.25 -40213306,2016,6,4,2 -40213260,2016,8,16,2.75 -40213154,2010,7,19,1.894736842105263 -40213154,2006,6,15,2.1333333333333333 -40213154,2007,6,12,2.3333333333333335 -1545959,2010,3,2,1 -40171902,2012,8,1,1 -1332419,2008,9,3,2.6666666666666665 -40220960,2018,6,4,1 -40163554,2014,9,1,1 -19075601,2003,1,4,2.5 -40171902,1999,11,2,2.5 -19126352,1994,12,4,2.25 -40213201,1991,7,1,2 -40163554,2006,4,4,2 -19018935,2014,7,6,2.3333333333333335 -40171902,2014,7,6,2.3333333333333335 -1539411,1998,10,1,2 -40213306,2015,7,6,1.8333333333333333 -19126352,2022,8,5,1.8 -1539411,2022,8,3,2.3333333333333335 -40213299,2023,3,21,2.3333333333333335 -40171902,2003,11,1,2 -40220960,2019,5,6,1.1666666666666667 -19018935,2004,5,2,2 -19018935,2013,4,2,1.5 -40213201,2019,12,11,2.3636363636363638 -40213306,2013,10,8,1.625 -1332419,2016,11,3,2.3333333333333335 -40163554,1989,6,1,3 -40213201,2018,11,7,3.2857142857142856 -19018935,2015,8,1,1 -19126352,1987,8,1,2 -40213227,1997,9,2,1.5 -40163554,2005,9,3,2.6666666666666665 -40213260,2014,3,17,2.3529411764705883 -1539411,2013,6,4,1.5 -40213230,2014,3,7,1.5714285714285714 -40213230,2017,1,6,2 -19126352,2021,9,4,1 -19075601,2021,9,7,1 -1332419,2015,3,7,2 -19018935,2011,10,3,1.3333333333333333 -40243436,2020,7,3,1 -19018935,1974,10,1,1 -1539411,2002,4,3,2 -40220960,2023,3,4,1 -19126352,1996,8,4,1.25 -19126352,2009,7,3,1.6666666666666667 -19075601,2008,7,5,2 -46275916,2020,1,1,1 -1332419,2020,7,6,2 -1539411,2010,11,4,3 -1539411,2016,6,4,3.25 -40213296,2019,11,17,3.2941176470588234 -40213154,2007,10,11,2.090909090909091 -40213154,2006,10,9,1.6666666666666667 -19133768,1993,10,1,1 -40213183,1990,3,1,1 -40213304,1985,5,1,1 -40213314,1985,7,1,1 -19018935,1988,1,1,2 -19126352,2005,3,3,1.3333333333333333 -1332419,2005,3,2,1.5 -1539411,2005,3,2,1.5 -40213227,2001,2,3,1.6666666666666667 -19018935,2006,12,2,1.5 -40213227,2006,12,1,2 -40213154,1973,7,2,1.5 -40213230,2014,11,9,1.6666666666666667 -40213299,2011,11,1,1 -40213304,2011,5,1,1 -40213314,2011,2,1,1 -40171902,2009,12,3,3.6666666666666665 -40171902,2021,9,3,1.3333333333333333 -1539411,1994,9,4,1.5 -40213154,1958,12,4,1.75 -40213154,1952,11,1,1 -40171902,2023,6,2,2 -19133768,2008,3,1,1 -40163554,1993,11,1,1 -40171902,1993,11,1,1 -19126352,2018,1,7,2.4285714285714284 -40213154,1971,12,1,2 -40213201,2015,4,9,2.111111111111111 -19075601,2014,7,4,1 -19075601,2011,6,3,1 -19018935,2021,6,1,5 -19133768,2022,12,2,1 -1332419,1998,9,2,2.5 -19133768,2011,5,2,1 -1539411,2018,4,3,6 -1310034,2013,11,1,1 -40213320,2006,7,1,1 -40213201,2013,3,1,5 -19018935,1992,3,1,4 -46275916,2013,4,1,1 -40213227,2010,7,6,1.3333333333333333 -1545959,2020,4,3,1 -40213154,1978,4,2,1.5 -19075601,2006,8,6,1.1666666666666667 -19126352,2012,8,6,1.8333333333333333 -19075601,2012,8,8,1.75 -40171902,2021,8,2,2.5 -19126352,1995,6,4,4.5 -1545959,2020,7,3,1 -40213227,2011,9,1,7 -40213154,1972,9,1,1 -40213154,1966,9,1,1 -40213154,1959,9,1,3 -19126352,2016,2,3,2 -19018935,1990,5,3,1.6666666666666667 -1332419,2018,5,3,2.3333333333333335 -40213296,2021,5,11,4.636363636363637 -40220960,2006,5,2,1 -19018935,2017,12,2,2 -40171902,2022,7,5,3.4 -19126352,2021,8,7,1.1428571428571428 -19126352,2004,5,4,1.25 -40171902,1981,6,2,3.5 -40171902,2008,5,3,2.3333333333333335 -40163554,2021,7,6,5.833333333333333 -40213154,2010,4,13,1.6153846153846154 -1310034,2015,9,1,1 -46275916,2015,9,1,1 -19126352,1948,7,1,1 -19126352,1935,11,1,6 -19075601,2001,10,3,2 -1310034,2019,2,1,1 -19126352,1969,6,3,3.6666666666666665 -19018935,2009,8,2,1 -40213230,2013,12,7,2.2857142857142856 -19126352,2010,12,6,1.3333333333333333 -1332419,2011,11,1,2 -1332419,2023,3,2,5.5 -40220960,2020,6,2,1 -19075601,2004,4,2,1 -19126352,1987,9,1,2 -46275916,1995,7,1,1 -40213154,1987,9,4,2.5 -19018935,1998,6,2,2.5 -40171902,1998,6,2,2.5 -1332419,2003,9,5,1.4 -40213227,2012,7,2,2 -40213201,2021,11,4,1.5 -40213306,2004,10,1,2 -19018935,2023,2,3,1.6666666666666667 -40171902,1996,10,3,2.3333333333333335 -1310034,2020,10,1,1 -40213260,2008,7,1,1 -1332419,2017,7,3,3 -40213201,2017,7,7,4.142857142857143 -40220960,2010,3,1,1 -1539411,2007,7,2,2 -19018935,2014,4,2,19 -40171902,2014,4,2,19 -19126352,2015,8,7,1.5714285714285714 -19133768,2018,11,2,1 -19133768,2021,12,1,1 -40213227,1993,7,1,1 -19018935,1986,9,1,1 -40163554,2006,7,2,1 -40163554,2015,5,5,3.8 -19133768,1999,8,1,1 -19075601,1999,8,5,1.4 -40213296,1996,9,1,2 -19133768,2007,12,1,1 -1545959,2016,5,4,1 -40171902,2007,4,3,1.6666666666666667 -1539411,1997,6,2,2 -1539411,2015,5,4,1.75 -19018935,2008,1,1,1 -19018935,2012,10,2,1.5 -19018935,2007,2,2,1.5 -19018935,1981,7,1,4 -1539411,2004,12,3,2.6666666666666665 -1545959,1996,7,1,1 -40163554,2009,7,2,3 -19133768,1997,2,3,1.3333333333333333 -1539411,2018,7,2,1 -40213296,2016,4,9,1.7777777777777777 -19018935,2005,5,1,1 -40171902,2005,5,1,1 -1539411,2019,5,3,6 -40213201,2020,5,7,5.428571428571429 -40213154,1969,12,1,1 -1545959,2007,11,2,1 -19126352,1990,7,1,3 -40163554,2010,11,1,2 -40213260,2006,10,2,1.5 -1332419,2004,8,1,1 -1332419,1995,5,1,2 -40243436,1996,6,1,1 -40213154,1987,8,6,2.3333333333333335 -40163554,2001,10,1,2 -19018935,2001,10,1,2 -19126352,1994,1,1,1 -19018935,1989,5,1,2 -19075601,2006,9,2,2 -1539411,2001,5,2,4.5 -40213201,2007,7,1,3 -40213201,2014,6,6,1.8333333333333333 -1332419,2021,11,2,4 -1545959,2022,2,2,1 -40213201,1990,10,1,2 -19126352,1999,11,3,1.3333333333333333 -1539411,1999,11,3,1.3333333333333333 -40243436,1955,4,2,1 -46275916,1955,4,2,1 -40171902,2016,8,4,1.5 -40213227,2013,4,1,2 -40163554,1986,5,1,1 -1539411,2010,3,2,3 -40213227,1997,8,1,2 -19126352,1974,1,2,1 -1332419,2019,4,4,1.75 -19126352,1989,10,3,1.6666666666666667 -1545959,2012,7,1,1 -1332419,2009,3,2,1 -40163554,1982,12,2,2 -40163554,2004,12,2,1.5 -40171902,2004,12,2,1.5 -40220960,1998,9,1,1 -1545959,2004,3,2,1 -40213227,1994,6,1,2 -40163554,2023,5,3,1.6666666666666667 -19133768,2012,5,1,1 -40213227,1999,1,1,2 -1539411,2013,10,4,3 -40213227,2002,5,4,1.5 -1310034,2014,6,2,1 -40213180,2006,9,1,2 -40220960,2007,5,1,1 -19018935,2020,9,2,1.5 -40163554,2003,5,4,1.75 -40213201,1995,12,1,1 -40243436,1991,1,1,1 -40213227,1995,7,3,1.6666666666666667 -19126352,1970,12,1,2 -1545959,2019,7,2,1 -19126352,1997,3,1,3 -40213260,2010,4,1,1 -40213227,2010,4,1,1 -40163554,2020,2,1,1 -40213154,1975,3,4,1.75 -40213154,1977,3,2,1.5 -40213154,1961,2,3,1.6666666666666667 -40213154,1958,1,2,1.5 -40213154,1957,1,1,2 -46275916,1998,7,1,1 -40213154,1980,11,2,2 -40220960,2008,5,1,1 -40220960,2009,7,1,1 -1545959,2018,8,2,1 -40213296,2013,2,1,1 -40220960,2003,2,1,1 -40213227,2000,12,1,2 -40213227,2007,12,1,1 -19018935,1984,8,1,1 -19018935,2019,2,2,2 -40171902,2019,2,2,2 -40243436,2004,4,1,1 -40171902,2015,4,2,1.5 -40213201,2015,7,2,1.5 -1539411,2021,2,3,2 -40171902,1991,8,4,2.75 -40213227,1995,4,2,1.5 -19126352,1976,5,1,2 -40213154,1954,1,1,1 -40213306,2013,6,5,1.6 -40213227,2006,1,2,3 -40213154,1946,2,1,1 -19018935,2016,2,2,2 -1545959,2008,1,1,1 -19018935,1991,4,1,1 -1545959,2019,4,1,1 -40213154,1964,7,3,3 -40213227,2009,2,1,1 -40220960,2018,10,2,1 -1310034,2016,7,1,1 -46275916,2016,7,1,1 -46275916,2012,12,2,1 -19075601,2009,10,4,1 -1332419,2006,8,2,1.5 -1539411,2006,8,2,1.5 -1310034,2020,6,1,1 -19133768,2019,6,2,1 -19126352,1999,3,2,2 -1539411,1999,3,2,2 -40213154,1956,6,1,3 -19018935,1979,11,1,2 -19126352,1991,2,1,1 -40213227,1996,7,1,1 -1545959,2006,8,2,1 -19133768,2009,6,1,1 -19126352,1985,10,1,2 -19133768,2014,12,1,1 -1545959,1999,1,2,1 -1332419,2007,2,1,1 -1310034,2000,10,1,1 -40243436,2000,10,1,1 -19126352,1947,7,1,1 -40220960,2016,7,2,1 -40213227,2005,5,2,2 -46275916,2020,12,2,1 -19126352,1979,8,1,5 -46275916,2013,7,1,1 -19133768,2009,10,1,1 -1539411,2008,5,3,2 -40163554,1991,2,1,2 -1332419,1999,5,3,2.6666666666666665 -1545959,2023,5,1,1 -40243436,2000,6,1,1 -1310034,2000,6,1,1 -19133768,2002,1,1,1 -19126352,1982,2,1,2 -46275916,2002,2,1,1 -40213154,1965,10,2,1.5 -40213154,1968,10,2,1.5 -19018935,1998,10,1,2 -40171902,1998,10,1,2 -19018935,1995,7,1,5 -1545959,2001,10,1,1 -19126352,1998,2,3,1.6666666666666667 -40213154,1948,4,3,3.3333333333333335 -46275916,2021,12,2,1 -46275916,2005,3,1,1 -1332419,2010,10,4,1.75 -19126352,1981,11,1,2 -40213154,1979,4,1,2 -19075601,1998,5,2,1 -1539411,2014,12,2,1.5 -19126352,1997,11,1,3 -40213154,1976,2,2,1 -40213154,1967,4,2,1 -19126352,2015,9,2,3.5 -1545959,2014,10,1,1 -19126352,1969,10,1,2 -40213154,1977,11,1,2 -40213154,1975,11,2,2 -19133768,1994,4,1,1 -40213201,1993,9,1,1 -19126352,2017,1,2,6 -19133768,2017,1,1,1 -1545959,1998,7,1,1 -40220960,2020,10,2,1 -46275916,2005,11,1,1 -1539411,1994,8,1,3 -46275916,2004,5,1,1 -19126352,1983,5,1,2 -19126352,1973,5,1,1 -19133768,2021,1,2,1 -19133768,2001,5,2,1 -19133768,2002,12,1,1 -40163554,1988,6,1,1 -40243436,2016,10,1,1 -1332419,2022,10,1,2 -40213201,2011,11,1,1 -19126352,1984,8,1,2 -40163554,2017,4,3,2 -1539411,2004,1,1,2 -40163554,2011,5,1,2 -40213227,2011,8,2,2.5 -19126352,1993,1,2,3 -40213201,1998,2,1,1 -40213154,1963,3,2,1.5 -1545959,2011,7,1,1 -40220960,2012,7,2,1 -1545959,2018,9,1,2 -40220960,1999,5,1,1 -40213314,2001,10,1,1 -40213160,2001,10,1,1 -40213296,2000,12,1,1 -19126352,2002,6,1,2 -40213260,2010,7,1,2 -19126352,1981,3,1,4 -40213154,1957,12,1,2 -19126352,1984,9,1,2 -1310034,1988,6,1,1 -40213306,1982,3,1,1 -19126352,1970,1,1,1 -40213154,1983,5,2,7.5 -40163554,2004,1,3,1.3333333333333333 -40171902,2004,1,3,1.3333333333333333 -1332419,2006,9,1,2 -1539411,2006,9,1,2 -40213180,2005,9,1,2 -40213201,1992,8,1,2 -1310034,2015,8,1,1 -46275916,2015,8,1,1 -19018935,1981,4,1,2 -40213160,1955,6,1,2 -40213306,2006,4,1,1 -19018935,2012,6,1,2 -1310034,2022,2,1,1 -19133768,1998,5,1,1 -1539411,2012,6,1,2 -1310034,2014,10,1,1 -40163554,2010,3,1,2 -40163554,1997,10,1,2 -19018935,1997,10,1,2 -40213201,1995,1,1,34 -19018935,1991,7,1,2 -40213296,1997,2,1,2 -40163554,1989,10,1,1 -1310034,2011,6,1,1 -40171902,2016,9,1,2 -46275916,2009,11,1,1 -40243436,2009,10,1,1 -1539411,2012,10,3,1.6666666666666667 -40163554,2022,11,2,2.5 -40243436,2017,7,2,1 -40171902,1984,10,1,1 -19018935,1987,10,1,2 -19126352,1960,7,1,1 -40213154,1969,1,1,2 -40163554,1999,2,1,1 -40213160,2002,7,1,1 -40213183,2003,6,1,1 -40171902,2017,2,1,2 -40213180,2009,7,1,1 -40171902,2010,1,1,1 -1310034,2021,9,1,1 -19126352,1943,8,2,1.5 -19133768,1989,11,2,1 -40243436,1994,9,1,1 -40213154,1988,2,2,1.5 -1545959,2003,12,1,1 -19133768,2003,12,1,1 -1545959,1998,4,1,1 -40213154,1955,5,1,6 -19126352,1968,4,1,1 -40220960,2009,4,1,1 -40213306,2012,10,1,2 -40213154,1963,11,1,2 -1539411,1992,5,1,5 -40163554,1977,6,1,2 -19133768,1994,7,1,1 -40163554,1985,5,1,3 -19018935,1985,5,1,3 -40213154,2021,4,646,2.331269349845201 -40213227,2020,11,62,2.1129032258064515 -40213154,2013,9,599,2.350584307178631 -40213154,2023,4,691,2.470332850940666 -40213154,2018,4,596,2.511744966442953 -40213154,2016,4,606,2.402640264026403 -40213260,2016,2,15,3.466666666666667 -40213227,2017,12,64,2.296875 -40213216,2018,11,14,2.2857142857142856 -40213314,2019,1,19,1.8421052631578947 -40213160,2019,1,37,2.72972972972973 -40213198,2019,4,45,1.8888888888888888 -40213154,2021,7,668,2.2365269461077846 -19018935,2019,9,3,10 -40171902,2019,9,3,10 -40213227,2014,8,52,2.5 -40213154,2022,9,696,2.57183908045977 -40213154,2015,8,646,2.346749226006192 -40213154,2013,8,635,2.141732283464567 -40213183,2015,2,16,1.9375 -40213180,2021,3,30,1.9 -40213154,2014,2,598,2.5183946488294313 -40213154,2019,10,640,2.1453125 -40213320,2016,5,27,1.8148148148148149 -40213154,2019,6,616,2.168831168831169 -40213154,2020,2,646,2.5619195046439627 -40213154,2015,9,592,2.206081081081081 -40213251,2016,11,22,1.9545454545454546 -40213299,2014,5,24,2.3333333333333335 -19126352,2008,8,2,1 -40213180,2018,7,25,1.76 -40213154,2018,7,617,2.340356564019449 -40213227,2022,8,81,2.45679012345679 -40213154,2022,8,700,2.38 -40213154,2016,7,646,2.3544891640866874 -40213154,2017,7,635,2.3070866141732282 -40213230,2021,4,13,1.8461538461538463 -40213320,2021,4,31,2.2903225806451615 -40213154,2017,4,598,2.4498327759197323 -40213216,2017,10,12,2.5 -40213260,2015,7,21,2.142857142857143 -40213160,2021,3,37,2.864864864864865 -40213160,2016,9,40,3.025 -40213198,2016,7,50,2.42 -40213281,2016,9,50,2.86 -40213201,2014,1,7,2.2857142857142856 -40213227,2019,2,76,2.013157894736842 -40213296,2013,8,23,1.6956521739130435 -40213183,2017,12,25,2.76 -40213281,2014,6,35,2.1714285714285713 -40213281,2013,9,45,2.022222222222222 -1310034,2016,5,2,1 -46275916,2016,5,2,1 -40213260,2018,8,27,2.185185185185185 -40213281,2021,9,51,2.4901960784313726 -40213304,2021,7,29,2.103448275862069 -40213314,2021,12,26,2.3846153846153846 -40213198,2022,9,38,1.894736842105263 -19133768,2002,10,2,1 -40213154,1996,7,14,1.9285714285714286 -40213183,2013,9,20,1.7 -40213251,2015,12,23,2.0869565217391304 -40213299,2017,3,22,3.0454545454545454 -40213314,2015,3,29,2.3448275862068964 -40213160,2015,6,39,3.076923076923077 -40213198,2015,3,45,2.2888888888888888 -40163554,2012,3,2,1.5 -19126352,1952,12,1,5 -40213251,2014,8,17,1.588235294117647 -40213314,2013,9,33,1.9696969696969697 -40213260,2022,10,16,2.75 -40213183,2013,8,20,2 -40213314,2013,8,30,2.1666666666666665 -40243436,2000,12,1,1 -1310034,2000,12,1,1 -40213154,1999,2,10,3.3 -40213154,1993,1,9,1.7777777777777777 -40213154,1991,12,9,5.333333333333333 -40163554,2014,2,4,9 -40213227,2020,3,72,2.2222222222222223 -40213320,2019,8,16,1.6875 -40213296,2021,4,12,2 -40213320,2017,8,21,2.3333333333333335 -40213304,2014,12,32,2.46875 -40213304,2022,5,22,2.4545454545454546 -40213216,2017,6,22,2.3636363636363638 -40213304,2017,9,24,1.75 -40213198,2017,4,45,1.7555555555555555 -40213216,2018,3,21,1.4761904761904763 -40213299,2020,3,24,2.0416666666666665 -40213299,2018,12,16,1.6875 -40213281,2019,3,46,1.8695652173913044 -40213198,2018,6,44,2.8181818181818183 -40213306,2021,5,14,1.7857142857142858 -40213260,2022,6,14,2.357142857142857 -40213227,2017,1,81,2.9012345679012346 -40213251,2016,3,19,2.210526315789474 -19075601,2018,11,13,1.4615384615384615 -40213180,2015,11,25,1.96 -40213227,2014,9,62,2.161290322580645 -40213227,2016,5,63,2.6984126984126986 -40171902,2018,11,3,1.3333333333333333 -19075601,2000,6,5,1.6 -40213160,2021,11,40,2 -40213198,2022,8,48,1.9166666666666667 -40213216,2013,7,17,2.4705882352941178 -40213198,2013,7,41,2.1463414634146343 -40213251,2023,1,20,1.7 -40213251,2019,4,17,3.6470588235294117 -40213304,2018,2,27,2.5925925925925926 -40213314,2018,5,32,1.96875 -40213160,2018,7,31,1.6774193548387097 -40213198,2018,10,47,1.6382978723404256 -40213251,2020,12,17,3.5294117647058822 -40213198,2016,4,49,2.489795918367347 -19126352,2014,8,2,1.5 -40213281,2013,8,52,2.7884615384615383 -40213320,2014,7,22,2.409090909090909 -40213296,2015,11,15,2.1333333333333333 -40213180,2020,2,34,2.1470588235294117 -40213180,2014,1,23,2.4782608695652173 -40243436,2018,4,1,1 -1310034,2018,4,1,1 -40213154,2008,8,21,2.3333333333333335 -40213154,2009,9,26,2 -40213216,2021,2,18,3.111111111111111 -40213304,2020,10,35,2.6857142857142855 -40213227,2018,11,73,2.671232876712329 -40213216,2016,1,23,2.4347826086956523 -40213299,2018,1,24,2.3333333333333335 -40213314,2015,11,40,2.4 -40213198,2015,11,60,2.433333333333333 -40213304,2015,9,31,2.3548387096774195 -40213304,2015,8,35,2.4857142857142858 -40213281,2020,7,58,2.0689655172413794 -40213296,2022,7,19,1.8421052631578947 -40213201,2023,2,8,1.875 -40213183,2022,5,15,2.6666666666666665 -40213183,2020,11,25,2 -40213314,2016,5,36,2.2777777777777777 -40213160,2020,11,43,2.0930232558139537 -40213160,2016,8,37,2.864864864864865 -40213281,2016,8,50,2.88 -40213180,2022,8,33,3.303030303030303 -1545959,2023,4,2,1 -19018935,2018,10,4,1.75 -40213227,2022,9,68,2.9411764705882355 -40213180,2021,11,28,2.2857142857142856 -40213320,2020,6,24,1.9583333333333333 -1332419,2007,9,3,6.666666666666667 -40213198,2014,12,45,2.088888888888889 -40213281,2018,9,42,1.9285714285714286 -40213198,2014,1,37,1.8918918918918919 -40213183,2014,6,22,2.1363636363636362 -40213304,2013,12,25,2.24 -40213314,2014,6,22,2.727272727272727 -40213160,2013,12,42,2.261904761904762 -40213160,2022,6,29,1.7241379310344827 -40213230,2017,10,9,1.8888888888888888 -40213320,2014,4,23,2.739130434782609 -40213260,2013,10,18,2 -40213180,2015,3,30,2.1666666666666665 -19075601,2002,11,4,1.25 -40213201,2020,4,12,1.5833333333333333 -40213227,2021,3,58,2.810344827586207 -40213304,2017,8,25,1.72 -40220960,2016,5,4,1 -40243436,2017,5,1,1 -40213320,2023,3,29,3.0689655172413794 -40213160,2017,2,36,2.9166666666666665 -40213281,2017,2,45,2.6222222222222222 -40213230,2022,3,8,1.5 -40213183,2016,2,19,2.1578947368421053 -40213260,2015,4,22,2.6363636363636362 -40213154,1998,5,10,2.1 -40213154,1997,5,7,1.8571428571428572 -40213154,1995,5,7,4 -40213299,2022,3,14,2.9285714285714284 -40213251,2022,3,17,2.8823529411764706 -40213198,2021,4,42,2.0714285714285716 -40213299,2013,12,19,3.473684210526316 -40213260,2021,3,12,1.75 -40213230,2019,4,7,4.428571428571429 -1539411,2008,4,4,1.25 -40213183,2021,5,19,2.473684210526316 -40213251,2017,7,23,2.6956521739130435 -40213304,2016,6,23,3.130434782608696 -40213198,2017,7,55,2.5090909090909093 -40213154,1985,11,8,4.75 -40213154,1981,11,4,7.5 -1310034,1979,12,1,1 -40220960,2018,1,5,1 -40163554,2005,2,1,2 -40213154,2000,1,14,4.428571428571429 -40220960,2022,11,6,1 -40163554,2020,8,7,2.142857142857143 -40213296,2021,7,13,1.7692307692307692 -40213216,2015,5,18,2.2777777777777777 -40213251,2020,1,13,1.6923076923076923 -40213160,2015,10,39,2.641025641025641 -40213304,2014,1,20,2.1 -40213160,2018,4,31,1.967741935483871 -40213281,2014,10,40,3.475 -40213154,1976,8,6,2.1666666666666665 -40213230,2018,12,7,1.8571428571428572 -19018935,2004,4,2,1.5 -40213306,2015,5,9,1.4444444444444444 -40213227,2015,5,59,2.6271186440677967 -19126352,1953,10,1,1 -40213154,1953,3,3,1 -40213154,1951,3,2,1 -19075601,2011,12,7,1.4285714285714286 -1332419,1994,2,22,1.9545454545454546 -40213154,2010,5,17,1.8235294117647058 -19075601,2019,8,10,1.5 -40213180,2016,3,26,2.1153846153846154 -19126352,2023,2,5,1.4 -1539411,2023,2,3,1.6666666666666667 -40213227,2018,3,56,2.107142857142857 -40213180,2016,11,30,1.7666666666666666 -40213183,2020,3,25,2.28 -19075601,2015,9,5,2 -19126352,2017,10,4,1.75 -19133768,2017,10,1,1 -40213154,2012,6,14,1.7857142857142858 -40213320,2022,8,29,4.0344827586206895 -40213154,2003,12,12,3.3333333333333335 -40213154,1994,10,9,2 -40213154,2000,12,19,2.789473684210526 -40213306,2020,11,12,1.5833333333333333 -40213183,2014,10,15,1.6666666666666667 -40213314,2014,10,21,3.4285714285714284 -40213216,2019,8,13,1.7692307692307692 -40213314,2020,7,28,1.8571428571428572 -40213198,2020,7,44,1.8181818181818181 -40213251,2014,9,17,1.8235294117647058 -40213320,2020,10,17,1.7058823529411764 -40213160,2020,3,27,2.4814814814814814 -40213314,2023,3,24,1.7083333333333333 -40213251,2019,7,18,2.0555555555555554 -1539411,1991,2,14,2.0714285714285716 -1332419,2000,3,2,2.5 -40213320,2017,9,26,2.1923076923076925 -40213320,2018,8,17,1.9411764705882353 -40213320,2018,9,23,1.9565217391304348 -40163554,2013,11,2,2 -1332419,2006,2,3,1.6666666666666667 -1539411,2006,2,3,1.6666666666666667 -19075601,2006,2,6,1.5 -40213160,2023,2,23,2.869565217391304 -19075601,2019,9,7,1.4285714285714286 -19018935,2022,1,4,1.25 -40163554,2011,7,4,1.75 -40213180,2023,5,20,2.05 -40213180,2018,4,19,1.894736842105263 -40213314,2020,4,32,1.875 -40213198,2020,4,53,2.3962264150943398 -40213281,2020,4,44,1.9090909090909092 -19075601,2018,3,11,1.5454545454545454 -1539411,2014,6,4,1.75 -40213281,2021,8,45,2.3333333333333335 -40213201,2019,10,13,1.7692307692307692 -40213154,2008,9,20,2.2 -40213230,2016,11,10,1.6 -40213306,2022,8,12,1.6666666666666667 -40171902,2020,12,5,2.6 -40213306,2023,5,8,2.125 -40213198,2021,7,48,2.7291666666666665 -40213183,2018,6,19,1.9473684210526316 -40213251,2018,6,19,1.9473684210526316 -1539411,1997,1,4,2.25 -40213281,2018,8,51,2.215686274509804 -40213160,2019,12,32,1.96875 -19126352,2011,9,9,1.4444444444444444 -1539411,2011,9,6,1.5 -40213227,2021,11,63,2.3333333333333335 -40213154,1974,3,3,1.3333333333333333 -40213154,1966,2,3,3 -40171902,2013,7,2,1.5 -40213296,2023,5,9,5.777777777777778 -40213296,2022,4,20,2.6 -40213296,2018,5,23,2.1739130434782608 -1332419,2007,8,5,2.8 -40243436,2021,5,3,1 -40213281,2019,11,44,2.0681818181818183 -40213260,2019,2,20,1.95 -40213296,2016,5,24,2.0416666666666665 -40213251,2013,11,16,2.3125 -40213260,2021,11,15,3.2 -40213320,2022,9,22,2.0454545454545454 -40213180,2022,9,19,2.0526315789473686 -40213154,1992,4,9,1.6666666666666667 -40213154,1985,3,9,1.3333333333333333 -40213299,2022,11,13,2.230769230769231 -40213299,2021,8,11,1.8181818181818181 -40213216,2020,11,16,1.8125 -40213216,2016,12,17,2.764705882352941 -40213299,2019,2,20,2.3 -40213299,2017,11,26,2.730769230769231 -40213304,2016,10,30,2.6333333333333333 -40213299,2016,8,19,2.5789473684210527 -40213296,2015,3,17,1.7058823529411764 -40213198,2019,7,50,1.98 -40213230,2017,6,5,1.6 -40213251,2021,10,21,1.8571428571428572 -40213304,2021,4,25,2.08 -40213314,2021,1,33,2.212121212121212 -40213306,2016,1,15,2.1333333333333333 -1332419,2002,10,1,1 -19075601,2020,11,12,1.1666666666666667 -40213230,2022,11,6,1.6666666666666667 -19018935,1993,7,1,1 -19018935,2005,7,1,2 -40171902,2005,7,1,2 -40213154,1981,3,5,2.4 -40213154,1983,4,5,7 -1539411,2014,10,5,1.8 -19126352,2013,4,5,1.6 -19075601,2013,4,7,1.4285714285714286 -19126352,1973,7,1,2 -40213154,2007,1,20,2 -40213154,2006,1,15,1.8 -19126352,2000,1,4,3.25 -1539411,2000,1,4,3.25 -1310034,2014,12,2,1 -40213183,2017,1,21,2.7142857142857144 -40220960,2021,3,7,1 -1539411,2017,12,3,1.6666666666666667 -40213154,2009,8,17,2.5294117647058822 -40213154,1978,5,1,5 -40220960,2019,7,10,1 -40213198,2023,4,38,2.3157894736842106 -40243436,2019,3,1,1 -40220960,2019,4,4,1 -40243436,1999,8,1,1 -46275916,2011,3,1,1 -19126352,2022,2,7,2 -1539411,2022,2,5,2.4 -40213230,2021,7,10,4.1 -40213320,2021,7,30,2.466666666666667 -40213296,2014,2,15,1.6666666666666667 -40171902,1996,12,1,2 -19075601,2010,2,4,1.25 -40213230,2018,1,11,1.7272727272727273 -40213201,2022,3,11,2.727272727272727 -19075601,2022,8,14,1.3571428571428572 -19018935,1989,4,1,1 -19126352,2010,6,6,2 -40171902,1994,12,2,5 -1539411,2001,4,3,1.6666666666666667 -40213201,1999,3,1,1 -40171902,2017,8,4,2.25 -40213314,2019,12,24,1.7916666666666667 -40213227,1998,7,2,2 -40213260,2023,2,17,1.7058823529411764 -40213299,2021,9,18,2.9444444444444446 -40213160,2022,10,34,2.264705882352941 -40213154,2007,12,13,1.6923076923076923 -40213154,2006,12,12,1.9166666666666667 -19126352,2017,6,3,1.3333333333333333 -40213296,2017,6,19,2.526315789473684 -40213320,2019,9,27,2 -19133768,2019,12,4,1 -40171902,1995,3,1,2 -19075601,2014,5,10,1.4 -1332419,2014,5,5,1.8 -19126352,1967,11,2,3 -40213154,1964,5,2,1.5 -40213183,2023,2,13,2.3846153846153846 -1539411,2004,6,4,2.5 -19075601,2007,1,8,1.75 -40213227,2005,7,1,4 -40213227,1992,11,3,2 -19075601,2021,2,7,1.4285714285714286 -1545959,2014,1,1,1 -19126352,2019,10,10,1.7 -40163554,2015,7,4,2.5 -40213304,2020,6,22,3.6363636363636362 -1332419,2003,2,1,1 -19126352,2020,11,6,1.3333333333333333 -19133768,2020,11,2,1 -40213230,2019,7,9,1.8888888888888888 -40213201,2019,6,5,7.6 -40213154,2001,5,16,2.0625 -40213154,1996,4,9,2.2222222222222223 -19126352,2002,12,4,2.25 -19075601,2009,12,4,1.5 -40213180,2014,12,21,2.857142857142857 -40213299,2020,11,20,1.85 -40213304,1994,10,1,2 -40213299,1995,4,1,2 -40213160,1994,10,1,2 -1539411,1998,1,2,1 -1332419,1996,9,3,3 -19075601,2000,10,5,1.4 -40213230,2016,3,14,2 -1539411,2020,12,2,1.5 -40213154,1960,11,2,3 -40213154,1957,10,2,3 -40213154,1954,10,1,1 -40213251,2022,11,18,1.7222222222222223 -40213296,2017,10,16,2.3125 -40213296,2013,9,16,2.625 -40213306,2016,12,12,2.9166666666666665 -40213216,2020,3,12,3 -40163554,2002,7,1,1 -19018935,2002,7,1,1 -40171902,2002,7,1,1 -40213299,2015,2,11,2.090909090909091 -19133768,2021,6,2,1 -19133768,1987,1,1,1 -40220960,2022,3,8,1 -19126352,2016,9,4,1.75 -1539411,2013,1,3,2 -19126352,2003,9,6,1.3333333333333333 -40220960,1996,7,2,1 -19126352,2000,12,4,6.5 -1539411,2000,12,4,6.5 -19133768,2000,4,1,1 -40213201,1992,2,1,2 -40220960,1997,7,1,1 -40213201,1991,5,4,3.5 -19018935,2015,2,3,2 -40213154,1989,11,11,1.5454545454545454 -40213154,1990,11,12,1.5 -1539411,2015,7,4,2 -1539411,2019,7,4,1.75 -19018935,2012,12,5,2 -19126352,2002,1,2,1 -19075601,2001,12,9,1.6666666666666667 -40171902,2018,3,5,2.2 -19126352,1994,10,3,2.3333333333333335 -19126352,1993,6,2,2 -40171902,2022,5,7,1.7142857142857142 -19133768,2007,6,2,1 -40213227,2000,6,4,2.25 -40213230,2020,5,8,5.875 -40213216,2019,9,14,2.0714285714285716 -19126352,1987,2,2,1.5 -40213227,2009,9,1,3 -40213154,2012,10,21,2.2857142857142856 -19075601,2022,9,7,1.5714285714285714 -40171902,2012,2,1,2 -19126352,2003,8,1,5 -1332419,2013,9,2,1.5 -19075601,2015,8,13,1.6153846153846154 -40220960,2014,11,4,1 -1539411,1996,4,3,1.6666666666666667 -40213251,2017,4,14,1.7142857142857142 -40213154,1969,10,2,3 -19018935,2004,7,3,4.333333333333333 -40171902,2023,1,1,1 -1539411,2012,1,3,1.6666666666666667 -40213251,2018,10,18,1.8333333333333333 -40213183,2018,10,18,1.8333333333333333 -40220960,2015,7,7,1 -40220960,2014,3,2,1 -19075601,2001,1,5,1.6 -1310034,2011,1,1,1 -40213320,2015,5,21,1.8095238095238095 -40163554,2011,4,2,1 -40213260,2018,9,19,3.4210526315789473 -19126352,1986,11,1,2 -40213201,1990,12,1,2 -40213154,1993,12,9,5.222222222222222 -40213154,1982,12,2,1.5 -1539411,2003,7,3,4.333333333333333 -46275916,2006,5,1,1 -19018935,2017,6,5,3 -40220960,2017,3,5,1 -40213201,2020,7,9,3 -40213154,1976,9,2,1.5 -40213260,2017,2,19,2.8947368421052633 -19018935,2019,8,4,1.25 -40171902,2019,8,4,1.25 -40220960,1993,9,1,1 -40213154,1992,7,7,2.142857142857143 -1539411,2009,4,2,2.5 -40163554,2016,5,6,3 -40213230,2013,6,3,1.3333333333333333 -40163554,1995,9,2,1 -19126352,1983,4,2,2 -40213201,2005,8,1,3 -19075601,2016,10,11,1.1818181818181819 -19126352,1996,2,2,1.5 -19126352,2001,11,3,9.333333333333334 -19075601,2002,3,6,1.3333333333333333 -40213227,2002,7,1,4 -40213198,2010,3,2,2 -19126352,1998,8,5,2.2 -40220960,2015,4,3,1 -19126352,2012,2,2,6 -19075601,2012,2,2,6 -40213230,2013,10,10,2.7 -40213154,2005,6,18,1.6111111111111112 -40213216,2022,2,12,2.1666666666666665 -40220960,2020,12,2,1 -1332419,2000,11,2,2.5 -19018935,2021,1,3,2 -40213260,2013,6,5,1.6 -19126352,2008,9,5,2.2 -19018935,2021,12,3,1.3333333333333333 -40163554,2013,3,3,2 -19126352,1990,5,2,3.5 -1545959,2008,6,2,1 -40171902,2006,4,4,2 -40213227,2007,6,2,4 -40220960,2017,11,5,1 -19126352,1974,10,2,2.5 -40213201,2015,5,6,1.5 -19018935,2022,12,4,1.75 -19018935,2003,11,1,2 -40171902,2013,4,2,1.5 -40213251,2015,1,19,2.789473684210526 -40213314,2017,5,26,1.7307692307692308 -40163554,2000,12,1,1 -40213201,2014,12,10,1.5 -19126352,1995,12,3,1.3333333333333333 -40213227,2006,6,1,2 -1332419,2001,11,1,25 -40213227,2010,5,4,2 -40171902,1981,12,3,1.3333333333333333 -40213306,2022,9,4,2 -1539411,2003,4,2,4 -40213201,1989,10,3,1.3333333333333333 -1539411,2009,7,2,2 -46275916,2018,9,2,1 -40220960,2007,4,1,1 -40163554,2021,5,4,1.75 -40220960,2008,7,1,1 -40213154,2003,1,11,1.8181818181818181 -19075601,2016,6,6,2.5 -1310034,2020,1,1,1 -40213201,2002,4,2,1 -1545959,2019,5,2,1 -19126352,2019,6,3,1.3333333333333333 -40213296,2020,2,13,2.5384615384615383 -1332419,1995,4,4,1.5 -40213154,2005,10,11,1.6363636363636365 -40213306,2013,12,10,2.1 -19126352,1993,10,2,1 -1539411,1993,3,2,3.5 -40213160,1990,3,1,1 -40213160,1985,7,1,1 -40213154,1990,3,4,1.25 -40213154,1989,3,5,1.2 -1545959,2016,7,2,1 -19018935,2012,1,3,1.3333333333333333 -40163554,1988,1,1,2 -40163554,2023,4,4,2.75 -19126352,2001,3,1,1 -19133768,2005,8,2,1 -1332419,2001,3,2,1 -40213154,1961,8,1,1 -19133768,2003,10,2,1 -1545959,2003,10,2,1 -19075601,2003,10,10,1.4 -40213296,2001,2,1,2 -19075601,2009,1,3,1.6666666666666667 -40213227,2000,10,3,1.6666666666666667 -40220960,2018,12,6,1 -40213160,2011,5,1,1 -40213281,2010,12,1,1 -40213306,2019,5,12,1.9166666666666667 -19075601,1999,2,2,1.5 -19126352,1963,3,1,1 -46275916,2003,4,1,1 -40213154,1953,11,2,1.5 -40213227,2002,4,1,1 -1539411,2001,7,5,2.6 -40213154,1994,6,10,2.6 -40220960,2021,11,2,1 -19126352,1989,12,1,5 -19126352,2009,5,2,1.5 -40163554,1985,4,1,2 -19018935,1985,4,1,2 -40171902,2008,7,2,2 -1332419,2022,12,2,1.5 -19126352,2013,7,4,1.25 -19075601,2013,7,7,1.1428571428571428 -19133768,2013,7,2,1 -40213306,2017,5,4,1.5 -40171902,2010,10,2,1 -40213198,2011,10,1,1 -19126352,1978,11,2,1 -40163554,2009,5,1,1 -40213201,2022,11,8,2.875 -19126352,1998,9,4,1.75 -1545959,2011,5,2,1 -1332419,2018,4,3,6 -19126352,2011,8,4,1.25 -1539411,2011,8,3,1.3333333333333333 -40213230,2005,7,1,1 -19126352,2015,2,3,1.6666666666666667 -40163554,1992,3,1,4 -40213251,2021,6,13,1.9230769230769231 -19126352,2018,6,7,1.2857142857142858 -40213260,2010,5,1,2 -1539411,2008,7,4,2.25 -40243436,2013,4,1,1 -19126352,1969,1,1,1 -1539411,2016,12,2,2.5 -40213154,1968,12,4,2.25 -40213154,1965,12,3,1.6666666666666667 -19133768,2022,6,1,1 -40163554,1982,6,1,11 -46275916,2021,10,2,1 -19018935,2006,10,2,1.5 -40171902,2020,1,6,3.6666666666666665 -1332419,2020,5,4,2.5 -40213154,1962,12,1,3 -19075601,2017,5,6,1 -1332419,2017,5,2,1 -1539411,2018,5,3,2.3333333333333335 -40213201,2017,5,11,2.4545454545454546 -46275916,2021,6,2,1 -40220960,2020,1,4,1 -1539411,2021,8,4,1.25 -19075601,2004,5,4,1.25 -40171902,1985,3,1,2 -40171902,2010,6,2,2.5 -19126352,2020,3,6,2.6666666666666665 -19075601,2020,3,8,2.25 -19018935,2011,1,6,1.5 -19126352,2004,7,6,1.6666666666666667 -19075601,2011,1,9,1.1111111111111112 -19018935,1980,11,1,1 -1332419,2010,12,4,1.5 -19018935,2009,2,1,1 -19018935,2005,4,2,2 -40171902,2005,4,2,2 -40213306,1990,1,1,4 -19126352,2006,3,2,2 -1539411,2016,1,2,2 -19126352,2004,4,1,1 -40213154,1988,9,4,2.5 -19126352,2016,8,6,1.6666666666666667 -1539411,2002,5,5,2.2 -40213154,1991,1,9,2.3333333333333335 -46275916,2020,10,1,1 -1539411,1998,12,3,1.3333333333333333 -40213201,1994,2,2,2 -19018935,1999,6,1,2 -1332419,1999,7,1,2 -1310034,2021,2,2,1 -19126352,1964,11,1,1 -19075601,1998,4,4,1.5 -1539411,2015,4,8,6 -40213299,2016,9,15,2.4 -1539411,2013,12,1,2 -1545959,2016,4,2,1 -46275916,1991,8,1,1 -1539411,2020,1,2,2 -1332419,2013,8,2,2.5 -40171902,2006,7,2,1 -40171902,2015,5,5,3.8 -19075601,2007,12,3,1.3333333333333333 -1332419,1996,8,1,2 -40213227,2004,9,2,2 -40163554,2007,4,3,1.6666666666666667 -40213201,2002,7,1,2 -19018935,2018,6,2,2 -19126352,2018,10,6,1.5 -19018935,1987,1,2,3 -19126352,1986,3,1,1 -40213306,2020,3,10,1.7 -1332419,2018,7,2,1 -1545959,2006,2,2,1 -40163554,2004,10,2,3.5 -40171902,2004,10,2,3.5 -40171902,1984,12,1,17 -1332419,2019,5,3,6 -19126352,1976,7,1,1 -19018935,2010,11,1,2 -40213227,2007,10,1,2 -19126352,1991,8,4,1.5 -40213154,1988,8,5,1.6 -40243436,2001,6,1,1 -40171902,2021,2,1,2 -40243436,2006,1,1,1 -40213227,1997,2,3,2 -19126352,1995,1,3,3.3333333333333335 -19133768,1996,10,1,1 -19133768,2022,10,2,1 -40213154,1954,6,2,3.5 -19018935,2016,8,4,1.5 -1310034,2017,8,1,1 -40243436,2023,2,1,1 -40163554,2000,1,2,1.5 -1539411,2019,4,4,1.75 -40213227,2012,5,2,3 -19133768,2012,7,1,1 -1545959,2012,5,1,1 -1539411,1996,7,2,1.5 -1332419,1999,4,1,7 -40220960,2001,12,3,1 -19133768,2021,10,2,1 -1539411,2007,5,4,2 -40213306,2001,9,1,7 -40213306,2000,9,1,7 -40213227,2001,9,2,4 -1545959,2005,3,1,1 -40163554,2012,11,2,1.5 -19018935,2000,8,2,1.5 -40171902,2000,8,2,1.5 -40220960,2002,10,1,1 -40163554,2020,9,2,1.5 -1545959,2005,11,2,1 -1310034,1991,1,1,1 -19126352,1985,12,1,1 -1310034,2023,4,1,1 -19126352,2006,11,1,3 -1545959,2008,10,2,1 -1332419,1997,3,1,3 -19018935,2020,2,1,1 -40213154,1956,1,1,2 -19075601,2008,5,4,1.75 -19133768,2003,6,1,1 -1545959,2003,6,1,1 -19075601,2003,6,2,1.5 -19133768,1985,3,2,1 -40213154,1983,7,3,2 -19133768,1997,9,2,1 -19018935,2014,5,3,1.6666666666666667 -40171902,2014,5,3,1.6666666666666667 -19075601,2005,12,2,1 -40163554,2019,2,2,2 -46275916,2004,4,1,1 -40163554,2015,4,2,1.5 -19126352,1994,6,1,1 -40171902,2009,10,2,3 -19126352,2021,2,3,2 -40163554,1991,8,4,2.75 -40163554,1981,3,1,5 -19133768,2004,8,2,1 -19126352,1962,4,1,2 -40171902,2016,2,2,2 -19126352,2014,9,4,2 -19126352,1988,2,3,1.6666666666666667 -40243436,2002,1,1,1 -40213154,1958,6,2,4.5 -40213154,1957,6,2,4.5 -40163554,2017,5,4,1.25 -19126352,1992,11,1,4 -46275916,2020,6,1,1 -19018935,2008,10,2,2 -1332419,2012,3,4,1.75 -46275916,1991,9,1,1 -19018935,2006,6,1,2 -40163554,1997,1,1,2 -19018935,1997,1,1,2 -19018935,2017,10,4,1.75 -40213154,1958,10,1,5 -40213201,2008,1,1,2 -19126352,1982,9,1,1 -1545959,2014,12,1,1 -19018935,2011,12,2,1 -1539411,1993,11,1,1 -19126352,2007,2,3,1 -19133768,2001,4,2,1 -40213154,1945,8,1,2 -40213154,1946,9,1,2 -40163554,1999,9,1,1 -40213154,1971,6,1,4 -40213154,1967,5,1,4 -40213154,1969,6,1,4 -40213227,2013,5,1,1 -40163554,2004,6,1,2 -40171902,2004,6,1,2 -19126352,1992,3,3,2 -1310034,2006,3,1,1 -40220960,2013,11,1,1 -1310034,2020,12,2,1 -1539411,2012,12,2,2 -40171902,2009,6,2,9.5 -40243436,2013,7,1,1 -40171902,1991,2,1,2 -1539411,1997,12,1,1 -19133768,2023,5,1,1 -40213227,1994,12,1,1 -19018935,1991,5,1,15 -1545959,2002,1,1,1 -19133768,2016,11,1,1 -19018935,1998,12,1,2 -40171902,1998,12,1,2 -1332419,1998,2,2,1.5 -19126352,2010,10,5,1.6 -1332419,2004,2,2,1.5 -1332419,2008,2,1,2 -19126352,1954,5,1,2 -40163554,1994,4,1,2 -19018935,1994,4,1,2 -40213227,2008,12,3,1.3333333333333333 -40163554,1986,4,1,2 -1310034,2005,3,1,1 -1545959,2009,3,1,1 -19126352,1980,6,2,1 -1332419,1997,11,1,3 -1545959,2013,11,1,1 -40213154,1972,2,2,1.5 -40213154,1970,2,2,1.5 -19133768,2014,10,1,1 -40213154,1974,11,2,2 -40213154,1971,10,1,2 -19126352,1934,12,1,2 -1545959,2022,8,2,1 -1332419,2012,11,4,7 -19018935,1984,2,1,1 -40171902,2017,9,1,2 -19126352,1983,7,2,1.5 -19133768,1998,7,1,1 -19075601,1998,7,2,1.5 -19133768,1995,5,1,1 -1539411,1994,2,3,2.6666666666666665 -19018935,1975,12,2,2 -40171902,1981,1,2,2 -19126352,1975,12,1,2 -40220960,2008,4,1,1 -1310034,2005,11,1,1 -1310034,2019,9,1,1 -19018935,2008,6,1,1 -40243436,2004,5,1,1 -19126352,1967,3,2,2 -40163554,1998,11,1,1 -1545959,2002,12,1,1 -19018935,1988,6,1,1 -40163554,1998,3,2,5 -40213198,2010,11,1,1 -19133768,2019,1,1,1 -19126352,1958,4,1,1 -40213154,1955,4,2,1 -40213154,1949,3,1,1 -40243436,2007,2,1,1 -40163554,1984,7,1,2 -1310034,2007,2,1,1 -1545959,2001,1,1,1 -40213227,1996,5,1,2 -40171902,2011,5,1,2 -40243436,2003,2,1,1 -40213299,1996,3,1,2 -40213251,1996,3,1,2 -1310034,1998,9,1,1 -19126352,1991,9,2,2 -40213154,1959,2,1,2 -19133768,2011,7,1,1 -19126352,1977,3,1,4 -1545959,2022,9,1,1 -19133768,2020,3,1,1 -40213314,2001,12,1,1 -40213160,2001,12,1,1 -40213281,2002,12,2,1 -40213227,1992,3,2,2 -40213227,1993,5,1,1 -1332419,2002,6,1,2 -40243436,2016,12,1,1 -19133768,2001,7,1,1 -40213154,1965,1,2,2 -40213154,1962,1,2,2 -40213154,1956,12,1,2 -46275916,1988,6,1,1 -1310034,1994,6,1,1 -40213260,2006,1,1,2 -19018935,1989,7,1,1 -19133768,2005,9,1,1 -1539411,1992,7,1,1 -19126352,1950,12,1,1 -19126352,1955,8,1,1 -40213227,2005,4,1,1 -40163554,1996,8,1,1 -19018935,1996,8,1,1 -1545959,1998,5,1,1 -19126352,1970,10,1,2 -19018935,2010,3,1,2 -1545959,2018,2,1,1 -40213227,2006,10,1,2 -40213227,2008,1,1,3 -40243436,2011,6,1,1 -1539411,1992,4,1,2 -19018935,2016,9,1,2 -46275916,2018,8,1,1 -40220960,2009,5,1,1 -46275916,2017,7,2,1 -46275916,2022,3,1,1 -40243436,2022,5,1,1 -46275916,1990,6,1,1 -40213154,1982,1,1,4 -1539411,2017,1,1,11 -19133768,2000,7,1,1 -19018935,1980,3,1,1 -40213227,2009,8,1,1 -40171902,1995,11,1,2 -40213154,1968,1,1,2 -40213296,2008,3,1,2 -1545959,1999,6,1,1 -19133768,2013,4,1,1 -40163554,2001,12,1,2 -19018935,2001,12,1,2 -19018935,2007,9,1,1 -40213306,1988,5,1,24 -40243436,2010,5,1,1 -19133768,1998,4,1,1 -40213201,2001,4,1,2 -40220960,2013,3,1,1 -19126352,1965,3,1,2 -19126352,1955,9,1,2 -40213154,1950,2,1,1 -1310034,2014,1,1,1 -1539411,2021,9,1,1 -40163554,2020,11,5,2 -40213154,2022,11,658,2.4574468085106385 -40213154,2023,1,638,2.324451410658307 -40213154,2017,12,577,2.3015597920277298 -40213154,2013,11,560,2.330357142857143 -40213154,2021,12,666,2.3063063063063063 -40213154,2018,12,601,2.3410981697171382 -40213154,2015,11,606,2.2293729372937294 -40213227,2018,8,78,2.282051282051282 -40213160,2019,4,32,3.03125 -40213281,2018,11,36,2.6944444444444446 -40213281,2020,1,39,2.1538461538461537 -40213198,2019,1,36,1.7777777777777777 -40213320,2022,3,30,2.6 -40213281,2015,2,52,2.4423076923076925 -40213154,2022,3,700,2.4514285714285715 -40213227,2022,11,62,2.596774193548387 -19075601,2000,5,3,2.3333333333333335 -40213306,2018,2,13,3.5384615384615383 -40213160,2016,11,26,2.1153846153846154 -40213281,2016,11,41,2.1707317073170733 -19126352,2008,11,3,1.3333333333333333 -46275916,2018,3,2,1 -40213154,2016,12,583,2.221269296740995 -40213154,2008,11,19,1.7894736842105263 -40213154,2009,11,15,1.8 -40213154,2015,3,631,2.316957210776545 -19075601,2019,11,6,1.5 -40213180,2014,4,27,1.8888888888888888 -40213154,2018,1,683,2.288433382137628 -40213154,2021,1,644,2.2857142857142856 -40213299,2018,7,15,2.1333333333333333 -40213314,2017,10,15,2.3333333333333335 -40213160,2018,1,30,1.8 -40213216,2016,7,22,2 -40213304,2016,5,28,2.7142857142857144 -40213314,2017,6,32,2.3125 -40213198,2016,12,42,2.357142857142857 -40213281,2021,3,42,3.0238095238095237 -40213154,2016,1,679,2.43740795287187 -40213260,2021,8,20,1.8 -40213251,2017,12,25,2.76 -40213251,2014,3,17,3.4705882352941178 -40213160,2021,9,43,2.5813953488372094 -40213198,2017,12,41,2.4146341463414633 -40213281,2018,3,47,2.234042553191489 -40213198,2017,1,49,2.9183673469387754 -40213299,2022,9,16,1.75 -40213251,2022,9,17,1.588235294117647 -40213198,2022,3,40,2.175 -40213198,2021,12,46,2.282608695652174 -40163554,2022,2,8,2.5 -40213154,2017,1,694,2.537463976945245 -40213154,1993,7,11,2.3636363636363638 -40213251,2013,9,20,1.7 -40213320,2019,11,26,2.1538461538461537 -40213281,2019,9,45,2.1555555555555554 -40213281,2016,3,52,2.173076923076923 -40213260,2015,1,16,1.875 -40213296,2022,1,14,2.142857142857143 -40213227,2021,8,71,2.183098591549296 -40213227,2014,3,67,2.4776119402985075 -19075601,2007,4,8,2.875 -40213198,2018,5,48,1.9583333333333333 -40213201,2019,5,5,2.8 -40213154,2019,5,659,2.289833080424886 -40213183,2018,5,23,2.217391304347826 -40213251,2018,5,23,2.217391304347826 -40213304,2013,7,25,1.56 -40213314,2013,11,27,1.8888888888888888 -40213160,2014,2,39,2.6153846153846154 -40213281,2013,11,51,2.0392156862745097 -40213260,2018,3,18,2 -40213296,2021,12,10,2 -40213251,2013,8,20,2 -40213154,1996,1,14,4.785714285714286 -40213230,2018,7,11,2 -40213227,2016,6,65,2.1538461538461537 -40213180,2015,8,34,2.0294117647058822 -40213198,2016,1,52,2.4423076923076925 -40213227,2017,7,74,2.0135135135135136 -40213306,2017,10,8,1.625 -40213160,2015,5,40,2.225 -40213320,2016,6,27,1.8518518518518519 -40213320,2015,6,22,1.9545454545454546 -40213304,2017,11,27,2.074074074074074 -40213306,2022,3,7,1.5714285714285714 -40213180,2022,3,22,1.5454545454545454 -40213227,2022,3,78,1.8717948717948718 -40213227,2015,10,69,2.0434782608695654 -40213320,2018,3,35,2.057142857142857 -40163554,2020,3,2,1.5 -40213160,2016,3,42,2.119047619047619 -40213180,2014,7,19,2 -40213201,2020,12,9,3.111111111111111 -40213198,2019,12,39,2.1025641025641026 -40213320,2017,11,20,2.05 -40213227,2016,10,79,2.759493670886076 -1545959,2009,9,2,1 -40213154,2007,7,17,1.8235294117647058 -40213154,2006,7,15,1.9333333333333333 -40213154,2001,6,13,2.1538461538461537 -40213251,2022,8,27,1.9259259259259258 -40213299,2022,8,29,2.2758620689655173 -40213281,2021,11,46,1.9565217391304348 -40213281,2022,2,49,2.4081632653061225 -40213227,2021,9,66,2.4696969696969697 -40213160,2013,7,27,2.2962962962962963 -40213198,2014,4,35,2.1142857142857143 -19075601,2020,8,13,1.4615384615384615 -40213314,2019,4,31,1.903225806451613 -40213216,2016,4,21,2.857142857142857 -40213314,2016,6,25,2.64 -40213281,2020,12,45,3.088888888888889 -40213320,2021,1,28,2.357142857142857 -40213230,2019,1,10,2.8 -19018935,2021,4,3,2.6666666666666665 -40213227,2013,10,53,2.811320754716981 -40213183,2014,5,17,2.235294117647059 -40213314,2014,5,29,3.103448275862069 -40213201,2017,6,9,2.3333333333333335 -40163554,2016,6,3,1.3333333333333333 -40213180,2017,2,23,3.217391304347826 -19075601,2015,3,12,1.5833333333333333 -40213201,2022,8,7,2.142857142857143 -40220960,2017,9,6,1 -40213227,2020,9,87,2.2873563218390807 -40213299,2023,2,19,2.9473684210526314 -40213299,2021,11,20,2.9 -40213314,2020,12,29,3.5517241379310347 -40213198,2020,12,49,2.816326530612245 -19075601,2007,7,6,1.3333333333333333 -40163554,2003,12,1,2 -40213314,2016,10,30,2.966666666666667 -40213251,2020,7,23,2.217391304347826 -40213160,2022,5,34,2.5588235294117645 -40213230,2015,2,7,2 -40213320,2017,3,25,2.28 -19126352,2002,7,10,1.4 -40213320,2020,5,23,3.217391304347826 -40213320,2016,10,22,2.3636363636363638 -40213227,2018,9,72,3 -40213320,2018,11,18,2 -40213227,2014,11,63,2.253968253968254 -40213227,1992,8,5,2.8 -40213296,2021,1,14,1.9285714285714286 -40213299,2016,3,17,2.1176470588235294 -40213299,2014,6,19,2.263157894736842 -40213198,2013,12,54,2.6481481481481484 -19126352,2001,8,4,1.5 -1332419,2001,8,3,1.6666666666666667 -40213306,2019,10,10,1.2 -40213227,2015,6,70,2.585714285714286 -40213198,2022,11,40,2.4 -40213180,2022,11,22,1.9545454545454546 -40213306,2023,6,4,3.25 -40213180,2023,6,13,2.076923076923077 -40213227,1993,10,2,1.5 -40213154,2001,10,20,1.75 -40213154,1995,10,9,2.2222222222222223 -40213154,1997,10,14,1.5714285714285714 -1539411,2021,3,4,5 -40213183,2022,6,11,2.5454545454545454 -19075601,2016,5,11,1.2727272727272727 -40213296,2019,2,17,2.1176470588235294 -40213296,2022,12,12,1.9166666666666667 -40213154,1994,5,10,3.2 -40213201,2014,7,9,2.111111111111111 -40213314,2021,4,24,2.2916666666666665 -40213299,2016,11,19,2.3157894736842106 -40213304,2015,3,25,2.08 -40213304,2014,7,26,2.5 -40213314,2015,8,30,3 -40213198,2015,8,51,2.7058823529411766 -40213230,2021,1,11,2.3636363636363638 -40213296,2013,11,16,2 -40213198,2020,1,43,1.9069767441860466 -40213251,2021,5,19,2.473684210526316 -40213183,2017,7,23,2.6956521739130435 -40213230,2021,12,11,3.1818181818181817 -40213320,2021,12,30,2.533333333333333 -19133768,1987,4,1,1 -40213154,1978,10,4,1.5 -40213154,1979,10,5,6.4 -1539411,2012,4,5,1.2 -40213180,2018,1,27,2.074074074074074 -40213320,2014,1,25,2.28 -40213227,2023,2,71,1.8309859154929577 -19075601,2008,10,10,1.5 -1539411,1997,7,4,2 -1332419,1995,1,7,3.2857142857142856 -40213154,2004,2,16,2.4375 -40213154,2002,2,14,2.5 -1539411,2020,4,3,1.6666666666666667 -19075601,2022,11,11,1.8181818181818181 -19126352,2020,8,7,1.7142857142857142 -40213198,2014,7,41,3.2195121951219514 -40213201,2020,1,7,1.8571428571428572 -40213154,1981,9,4,1.75 -40213154,1974,8,6,2.5 -40213314,2018,6,30,2.3333333333333335 -40213216,2018,9,14,1.7857142857142858 -40213299,2020,9,12,1.5833333333333333 -40213160,2018,12,30,1.7333333333333334 -40213281,2023,3,38,2.0789473684210527 -40213304,2021,1,22,3.3636363636363638 -40213180,2018,12,21,3.1904761904761907 -40213296,2015,8,20,1.75 -19133768,2011,12,1,1 -19018935,1990,1,2,3.5 -40213154,2006,4,9,2 -40213154,2003,4,15,1.9333333333333333 -1332419,2023,2,3,1.6666666666666667 -19018935,2007,3,1,2 -40213198,2023,1,40,2.45 -40213304,2019,2,32,2.125 -19075601,2017,10,7,1.8571428571428572 -1539411,2016,7,2,1.5 -40213154,2010,6,13,2.3846153846153846 -1539411,2019,1,3,1.6666666666666667 -40243436,2013,1,1,1 -40213230,2022,8,10,4.9 -19126352,2004,1,3,1.3333333333333333 -40213201,2001,12,2,1.5 -40213304,2014,4,19,2.3157894736842106 -40213299,2014,10,15,1.8666666666666667 -40213281,2019,8,42,2.2857142857142856 -40213230,2020,10,5,2.2 -40213320,2022,11,28,2.1785714285714284 -40213299,2017,9,17,2 -40213314,2015,9,31,2.193548387096774 -40213198,2015,9,44,2.159090909090909 -40213216,2023,3,15,1.8 -40213160,2019,7,34,1.911764705882353 -19126352,1967,9,1,2 -40213320,2015,10,28,2.357142857142857 -40213304,2022,6,21,1.6666666666666667 -1545959,2002,7,4,1 -40213154,1995,6,13,2.3846153846153846 -40213180,2021,8,21,2.4285714285714284 -40213230,2016,8,4,2 -40213180,2016,8,19,1.9473684210526316 -40213180,2021,9,24,2.2083333333333335 -19075601,2018,9,16,1.625 -40213306,2016,7,9,1.8888888888888888 -40213227,2017,4,59,1.9491525423728813 -40213304,2022,10,24,1.875 -40213201,1991,10,2,2.5 -40213154,1985,9,6,2 -40213227,2020,8,56,2.25 -19018935,2011,7,4,1.75 -40213230,2018,4,6,2.1666666666666665 -40213180,2016,9,25,1.64 -19018935,2013,10,3,3.6666666666666665 -40213299,2021,3,16,1.9375 -40213160,2020,9,31,2.096774193548387 -1332419,2014,6,4,1.75 -19075601,2014,6,5,1.6 -40213227,2013,6,25,2.12 -40213201,2017,10,8,4.25 -40213183,2020,8,16,1.8125 -40213160,2020,8,37,2.72972972972973 -19126352,2003,3,4,1.5 -40213154,2012,5,20,1.9 -40213180,2015,9,19,2.6315789473684212 -40213216,2020,8,24,3.2916666666666665 -19126352,2000,7,2,1.5 -1539411,2000,7,1,2 -40213227,2003,8,2,2 -40213154,2000,7,13,1.9230769230769231 -40213201,2022,9,10,2.7 -40213314,2021,7,33,2.9393939393939394 -40213304,2021,12,25,2.16 -40163554,2018,2,2,1.5 -40213154,1968,7,3,2.3333333333333335 -40213154,1967,6,3,1.3333333333333333 -40213154,1964,6,1,1 -40213216,2014,2,16,2.25 -40213251,2014,11,17,2.3529411764705883 -40213216,2013,12,19,2.1052631578947367 -40213281,2014,5,46,2.652173913043478 -40213216,2015,6,22,2.727272727272727 -40213251,2019,12,20,2.05 -40171902,1997,9,5,2 -40220960,2015,12,4,1 -40163554,2012,9,5,1.2 -46275916,2021,5,3,1 -40213216,2019,11,20,1.9 -40213314,2020,1,26,2.076923076923077 -40220960,2019,1,6,1 -19075601,2018,8,8,1.75 -40213230,2019,12,8,2.375 -40213183,2013,11,16,2.3125 -40213251,2015,4,20,3.75 -40213230,2022,9,8,1.875 -40213251,2016,8,24,2.625 -40171902,2022,6,3,2.3333333333333335 -19133768,1993,4,1,1 -40213154,1991,4,8,1.75 -40213216,2020,9,15,2 -40213304,2020,5,30,1.8666666666666667 -40213160,2021,8,32,2.28125 -19126352,1990,10,1,1 -40213183,1981,2,1,1 -40213154,1988,3,8,1.375 -40220960,2019,12,7,1 -19126352,2014,11,5,2.4 -40213251,2023,4,24,1.875 -40213314,2019,7,34,1.8235294117647058 -40213314,2018,10,25,1.6 -40213216,2018,8,20,2.3 -40213251,2020,4,20,2.3 -40213183,2021,10,21,1.8571428571428572 -40213198,2021,1,55,2.5454545454545454 -46275916,1973,6,1,1 -1539411,2002,10,1,1 -40213216,2019,3,20,1.9 -19126352,2010,5,2,1.5 -19018935,2012,4,3,1.3333333333333333 -40213304,2015,11,33,2.4545454545454546 -1539411,2019,12,4,2.5 -1332419,2020,10,3,1.3333333333333333 -1545959,2023,1,3,1 -19018935,2003,8,2,2 -40213154,1982,4,5,2.4 -19075601,2014,10,9,1.4444444444444444 -1332419,2014,10,5,1.8 -40171902,2022,10,6,2 -40213304,2023,2,17,2.0588235294117645 -1539411,2013,4,4,1.75 -40213227,2005,1,3,1.3333333333333333 -40213154,2011,2,15,1.8 -40213154,2009,3,19,2.6315789473684212 -40213154,2013,3,22,3.090909090909091 -40213154,2008,3,16,2.6875 -40171902,2017,11,3,4.333333333333333 -40213201,2015,6,7,1.8571428571428572 -40213251,2017,1,21,2.7142857142857144 -40213299,2018,4,19,2 -19075601,2005,4,8,1.25 -40213227,1996,10,1,2 -40213154,1998,10,15,1.6 -1545959,2017,8,4,1 -1310034,2019,3,1,1 -40213260,2018,11,14,3.5714285714285716 -40213154,1990,8,7,1.5714285714285714 -40213296,2016,6,16,2.8125 -40163554,1990,8,1,2 -40243436,1997,8,1,1 -1310034,1997,8,1,1 -40213180,2019,2,24,2.0833333333333335 -40213201,2021,2,10,2.7 -19126352,2005,2,9,1.8888888888888888 -1332419,2005,2,8,2 -1539411,2005,2,8,2 -40220960,2010,2,1,1 -40213320,2014,12,23,2.739130434782609 -40171902,2007,6,3,1.6666666666666667 -40213306,2022,11,7,2.2857142857142856 -40220960,2022,8,8,1 -40163554,1989,4,1,1 -40163554,2021,10,4,2 -19126352,2009,6,4,1.25 -46275916,2017,12,4,1 -40213230,2023,2,11,3.272727272727273 -40163554,1994,12,2,5 -19018935,1994,12,2,5 -40213306,2020,8,10,1.7 -19075601,2001,4,7,1.1428571428571428 -40171902,1990,2,1,2 -19075601,2013,12,7,1.4285714285714286 -1545959,2003,5,1,1 -19075601,2003,5,5,1.4 -19133768,2003,5,1,1 -19126352,1985,7,3,1 -1332419,2017,10,3,2 -1545959,2013,9,2,1 -40213198,2013,1,1,2 -1332419,2017,6,3,1.3333333333333333 -19075601,2017,6,9,1.2222222222222223 -40213296,2018,6,14,3.4285714285714284 -40213201,2014,4,9,2.6666666666666665 -19126352,1989,7,2,3.5 -40213306,2019,6,7,2 -40163554,1995,3,1,2 -40213154,2005,5,16,1.9375 -40213154,2000,4,18,2.0555555555555554 -1539411,2014,5,5,1.8 -1539411,1997,4,1,4 -40220960,2012,6,2,1 -19075601,2004,6,7,2.2857142857142856 -40213154,1965,7,1,5 -40213154,1996,12,15,1.8666666666666667 -19126352,2016,3,2,3.5 -19126352,2011,3,3,1.3333333333333333 -1539411,2011,3,3,1.3333333333333333 -19018935,2016,3,1,3 -1545959,2012,10,2,1 -1332419,2012,9,4,1.75 -40213198,2010,9,3,3 -40213154,2003,7,10,1.8 -40213306,2013,7,11,3 -40213260,2021,9,15,4.666666666666667 -1545959,2019,10,3,1 -40220960,2018,4,7,1 -1539411,2012,7,6,1.6666666666666667 -19133768,2009,4,1,1 -19075601,2009,4,4,1.75 -40213299,1999,8,1,1 -40213180,2008,3,1,1 -40213320,2009,4,1,1 -40171902,2020,7,2,3 -19018935,2000,11,3,1 -40171902,2000,11,3,1 -19126352,1965,9,2,2 -40213306,2015,10,7,1.8571428571428572 -19126352,1961,2,2,1 -1332419,2019,10,5,2.2 -40171902,2006,1,2,1.5 -1539411,2009,12,1,2 -40213306,2020,9,9,2.111111111111111 -19133768,2008,2,2,1 -40213154,1998,6,7,3.5714285714285716 -1539411,1996,1,3,2 -40213314,1994,7,1,2 -40213160,1994,5,1,2 -19075601,1998,1,9,2.111111111111111 -40213230,2020,6,6,2.6666666666666665 -40213299,2017,8,19,2.736842105263158 -40213154,1961,11,2,3 -40213183,2019,2,13,2.076923076923077 -40163554,2002,1,3,1.6666666666666667 -19018935,2002,1,3,1.6666666666666667 -40171902,2002,1,3,1.6666666666666667 -40213304,2017,3,25,2.24 -19075601,2022,3,15,1.8 -19133768,2016,9,2,1 -19126352,2013,1,3,2 -19075601,2013,1,5,1.6 -1332419,2020,6,5,3 -40213306,2021,10,6,3.8333333333333335 -19018935,2003,9,2,2 -40213260,2020,2,16,2.125 -46275916,1991,3,1,1 -40213154,1993,4,11,1.7272727272727273 -40213299,2020,8,16,2.6875 -19126352,2000,4,2,1 -19126352,1998,3,5,1.8 -40213296,2018,10,16,2.4375 -40213296,2016,10,15,3.2 -40213227,1996,6,3,2 -40213154,1997,6,10,3.6 -1545959,2014,4,2,1 -40213296,2017,5,17,1.4705882352941178 -1539411,2001,12,5,1.8 -40220960,2014,8,2,1 -19018935,1998,4,2,2 -40171902,1998,4,2,2 -19126352,2020,9,9,1.5555555555555556 -19075601,2020,9,12,1.4166666666666667 -1310034,2005,8,2,1 -1332419,1996,11,4,1.75 -19133768,2020,8,2,1 -40213306,2016,4,14,1.8571428571428572 -40220960,2021,8,7,1 -40213230,2016,9,8,1.75 -40213251,2016,9,20,3.1 -40171902,2017,3,4,1.75 -40213201,2018,2,6,2.6666666666666665 -1332419,2018,12,6,1.6666666666666667 -40220960,2017,8,4,1 -40213260,2022,5,13,1.6923076923076923 -1310034,2016,6,1,1 -46275916,2016,6,1,1 -40213306,2017,6,8,2.875 -40213183,2017,4,14,1.7142857142857142 -40163554,2023,1,1,1 -40213251,2015,7,17,4.764705882352941 -40163554,1991,3,1,2 -40220960,2022,9,2,1 -19018935,2011,4,2,1 -40213154,1988,11,7,1.7142857142857142 -40213154,1992,12,7,6.142857142857143 -19133768,2020,9,1,1 -40213251,2019,1,18,3.5 -40163554,2017,6,5,3 -19126352,1993,5,2,2 -40220960,2006,1,1,1 -19126352,1968,6,2,1 -19133768,1986,4,1,1 -19126352,1970,5,3,2.3333333333333335 -40213154,1991,7,7,3.5714285714285716 -19018935,2022,4,7,1.8571428571428572 -40171902,2011,6,2,2.5 -19126352,1992,9,2,1.5 -40171902,1995,9,2,1 -40213227,2004,11,2,1.5 -1539411,2010,2,3,1.3333333333333333 -19133768,1991,12,2,1 -1545959,2004,2,3,1 -19075601,1997,2,21,2.238095238095238 -40213183,1995,2,1,2 -40213281,1997,2,2,1.5 -40213320,2019,3,28,1.75 -46275916,2010,9,1,3 -19018935,2000,3,5,1.6 -40171902,2000,3,5,1.6 -46275916,2018,11,1,2 -19018935,1991,6,2,2.5 -40171902,1997,8,2,1.5 -40171902,2003,2,4,1.5 -19075601,2015,11,10,2.4 -40213299,2013,7,14,2 -46275916,2006,10,1,1 -40220960,2013,8,4,1 -40213201,2016,2,4,4.25 -40213306,2015,6,11,1.7272727272727273 -40213260,2014,2,16,1.6875 -19075601,2002,9,2,1 -40213296,2015,9,16,1.75 -40213154,2010,10,18,2.111111111111111 -40213314,2022,2,15,2.1333333333333333 -40213306,2014,2,7,1.5714285714285714 -40163554,2012,8,1,1 -40171902,2013,12,3,2 -1539411,2003,1,3,3 -40163554,1999,11,2,2.5 -19075601,2008,6,5,1.4 -19126352,2008,3,4,1.5 -40213183,2020,9,12,2 -40213296,2023,6,10,4 -40163554,2007,12,4,1.75 -1539411,2001,1,3,1.6666666666666667 -40163554,1992,9,2,1 -40163554,2004,5,2,2 -40171902,2004,5,2,2 -19126352,1992,8,1,1 -19126352,2016,11,4,2 -40213260,2015,12,13,1.4615384615384615 -1332419,1995,12,3,1.3333333333333333 -40243436,2013,12,2,1.5 -1310034,2013,2,1,1 -19075601,2019,3,12,2.5 -19133768,1993,7,3,1 -19018935,2010,9,3,2 -19126352,1991,3,1,2 -19075601,2011,7,11,1.7272727272727273 -40213216,2017,5,22,1.7727272727272727 -40171902,2011,10,3,1.3333333333333333 -1539411,1995,2,1,3 -1310034,2020,7,3,1 -19126352,2002,4,4,1.75 -19126352,1954,10,1,1 -40213201,2015,10,3,1.3333333333333333 -19075601,2023,3,7,2.5714285714285716 -19075601,2009,7,4,1.5 -40163554,2001,7,2,2 -19018935,2001,7,2,2 -40171902,2018,8,7,4.428571428571429 -19126352,2003,11,5,1.4 -40220960,2016,10,4,1 -1539411,2020,7,6,2 -19126352,1986,8,1,2 -19126352,2019,5,5,4 -1332419,2019,6,1,2 -40213216,2015,10,14,2.642857142857143 -19126352,1995,4,4,1.5 -40243436,2017,6,1,1 -40163554,1977,7,1,1 -40171902,1981,7,3,2.3333333333333335 -40213304,1985,12,1,1 -40213160,1985,12,1,1 -1539411,2008,1,2,1 -40163554,2002,12,4,1.75 -19018935,2002,12,4,1.75 -40171902,2002,12,4,1.75 -40163554,2013,9,1,2 -40171902,2023,4,4,2.75 -1545959,2005,8,2,1 -1332419,2013,11,2,1.5 -1539411,1992,1,4,1.5 -1539411,2009,1,2,2 -1332419,1997,9,2,1 -40171902,2006,12,2,1.5 -40213183,2022,10,14,2.142857142857143 -40213216,2011,2,1,1 -40213251,2011,11,1,1 -40213314,2011,11,1,1 -40213304,2010,10,1,1 -40213198,2011,5,1,1 -40243436,2009,7,1,1 -1539411,1999,2,2,1.5 -19126352,1999,2,2,1.5 -40163554,2015,1,2,2 -19126352,1958,12,1,1 -40213154,1951,8,1,1 -19075601,2001,7,7,2.142857142857143 -19075601,2002,8,4,1 -40213227,1995,6,2,1.5 -19018935,2023,3,3,1.3333333333333333 -1539411,1993,9,3,2 -19126352,1989,4,2,2 -19018935,2007,11,2,1.5 -1539411,1993,8,1,1 -1332419,2018,1,6,2.5 -1539411,2016,4,2,2 -19126352,1950,7,1,1 -40213154,1948,6,2,1.5 -19018935,2005,12,2,2 -40171902,2005,12,2,2 -40163554,2021,6,1,5 -19018935,1999,5,2,3.5 -1539411,2013,7,2,1.5 -40213201,2012,10,1,1 -40171902,2009,5,1,1 -40163554,2010,2,3,1.6666666666666667 -1332419,2022,4,4,1.75 -19133768,2015,2,1,1 -40213183,2021,6,13,1.9230769230769231 -40220960,2020,7,3,1 -1539411,2018,6,4,1.5 -1545959,2022,3,1,1 -1539411,2000,4,1,1 -1545959,2016,12,4,1 -40213201,2012,6,1,1 -40220960,2018,7,3,1 -40171902,1992,10,1,2 -40163554,2006,10,2,1.5 -40243436,2021,10,2,1 -40243436,2018,12,1,1 -1310034,2018,12,1,1 -1332419,2012,8,6,1.8333333333333333 -19126352,1967,8,1,1 -40213160,1963,12,1,3 -1332419,2016,2,3,2 -19126352,2017,5,3,1 -40171902,1987,11,1,1 -1332419,1999,12,3,2 -19126352,2018,5,3,3 -40243436,2021,6,2,1 -1332419,2010,7,4,1.5 -19018935,2022,7,5,3.4 -19018935,2008,5,3,2.3333333333333335 -19018935,2021,7,6,5.833333333333333 -40163554,1998,8,3,2.6666666666666665 -40171902,2010,5,4,2 -40163554,2011,1,6,1.5 -19126352,2004,12,4,2.25 -40213296,1997,3,1,2 -46275916,2019,2,1,1 -40213201,1995,5,1,2 -19126352,2011,11,1,2 -1539411,2011,11,1,2 -46275916,2002,3,1,1 -19018935,1990,12,2,4 -1545959,2012,6,1,1 -40213154,2007,4,8,1.875 -40213154,1990,9,4,2 -40213154,1989,9,4,2.5 -40163554,1979,4,2,1.5 -1332419,2002,5,5,2.2 -40220960,2006,12,2,1 -40213154,1992,1,11,2 -19075601,1998,12,4,1.25 -40243436,2020,10,1,1 -40213227,2008,7,2,1.5 -1539411,2017,7,3,3 -19018935,2012,7,2,2.5 -40213227,2009,3,5,4.6 -40163554,1996,3,1,2 -19018935,1996,3,1,2 -19018935,2014,6,2,1.5 -40171902,2014,6,2,1.5 -40213154,1948,10,1,1 -19126352,2013,12,2,2 -19018935,2019,3,2,1.5 -40171902,2019,3,2,1.5 -1545959,2002,4,1,1 -40213306,2021,6,5,2.2 -40213201,1999,8,1,2 -40213227,2008,4,1,2 -19133768,2010,12,2,1 -40171902,2008,1,1,1 -40220960,2021,9,3,1 -1539411,2015,1,3,3.3333333333333335 -40213154,1984,2,1,1 -40213154,1980,2,3,1.3333333333333333 -19126352,1980,5,2,8.5 -19126352,1997,2,4,1.5 -1545959,1997,2,3,1.3333333333333333 -1332419,2013,3,6,2.6666666666666665 -19133768,2016,8,3,1 -40163554,1984,12,1,17 -1332419,2009,2,2,3 -40171902,2015,10,2,1.5 -40213154,1989,8,6,1.5 -19018935,1991,10,2,2.5 -19133768,1994,10,1,1 -19126352,2014,3,2,2.5 -40163554,2000,7,1,2 -1545959,2015,8,3,1 -40213227,2009,11,2,1.5 -1310034,2008,2,1,1 -40213227,2007,5,2,1.5 -40171902,2018,9,1,1 -1539411,2021,11,2,4 -19018935,2013,6,2,1.5 -1545959,1996,10,1,1 -40213154,1956,7,1,5 -19126352,1991,11,3,1.3333333333333333 -1539411,2003,12,3,2 -40213201,2002,12,1,2 -40163554,2016,10,2,1.5 -40220960,2020,4,4,1 -1332419,2000,8,2,1.5 -40213230,2014,2,2,6 -19133768,2002,5,1,1 -19126352,1948,10,1,2 -1539411,2007,6,1,2 -19018935,2004,12,2,1.5 -40243436,2000,4,1,1 -1310034,2000,4,1,1 -19133768,2004,3,2,1 -19126352,1990,6,5,3 -19126352,1995,7,1,1 -1332419,2015,2,2,2 -40213154,1971,5,1,2 -40220960,2001,4,1,1 -40220960,2007,1,1,1 -40213201,1997,4,2,1.5 -19133768,2005,3,1,1 -1332419,1999,1,4,9.75 -40213227,2005,12,1,1 -40171902,2015,6,2,2 -40220960,1999,1,1,1 -40213227,2001,3,1,2 -19133768,2005,11,2,1 -40213230,2017,5,5,1.8 -46275916,2017,1,2,1 -40213154,1977,2,2,1.5 -19133768,2019,7,2,1 -40213198,2012,10,1,2 -19126352,1998,11,2,1.5 -19133768,2012,1,2,1 -1332419,2007,3,4,3.75 -40220960,2016,6,1,1 -40220960,2013,9,1,1 -40213154,1976,3,2,1.5 -40213227,1999,5,3,1.3333333333333333 -40213154,1963,2,2,1.5 -19126352,1983,1,1,2 -19126352,1939,3,1,2 -40213227,1993,6,2,3.5 -40213154,1979,6,2,2 -40213154,1982,7,1,2 -40213154,1978,6,2,2 -19126352,1985,4,3,2 -40243436,2004,10,1,1 -40213296,2013,3,1,1 -40163554,2013,8,1,1 -40213227,2004,3,1,6 -19018935,2018,5,1,2 -19133768,1994,6,1,1 -40163554,2009,10,2,3 -1332419,2021,2,3,2 -19018935,1995,6,1,2 -1545959,1999,5,2,1 -1545959,2017,9,3,1 -1310034,2014,7,1,1 -1310034,2014,4,1,1 -1539411,2018,10,5,1.4 -40213154,1962,4,1,2 -40213154,1956,4,2,1.5 -40213154,1952,2,2,1 -1310034,2002,1,1,1 -19133768,2019,4,1,1 -40213154,1962,7,3,3.3333333333333335 -19018935,2017,5,4,1.25 -40163554,1992,8,2,1.5 -40243436,2016,7,1,1 -19126352,2009,10,3,1 -19126352,2006,8,4,1.25 -40243436,2020,6,1,1 -1545959,2019,6,2,1 -40213154,1954,5,3,3.6666666666666665 -40213154,1985,8,2,2 -40163554,2006,6,1,2 -46275916,2013,10,2,1 -40220960,2009,6,1,1 -40213260,2006,7,1,2 -19018935,1993,1,1,1 -40163554,2017,10,4,1.75 -40213296,2005,10,1,2 -1539411,2004,5,3,1.3333333333333333 -19133768,2006,8,2,1 -19018935,2005,1,1,3 -40171902,2005,1,1,3 -40213201,2002,1,2,2.5 -40220960,2014,9,4,1 -40213201,1998,11,1,1 -40163554,2011,12,2,1 -19133768,2014,5,2,1 -1545959,2001,4,2,1 -19133768,2007,5,1,1 -40213201,2005,11,1,1 -19018935,1975,7,1,2 -40163554,2001,4,2,2.5 -19018935,2001,4,2,2.5 -40220960,2015,1,5,1 -40213154,1973,6,2,3 -1545959,2011,6,1,1 -1545959,2009,8,1,1 -40163554,2015,12,1,1 -40163554,2009,6,2,9.5 -40163554,2003,1,3,2 -1545959,2007,2,2,1 -40213306,1994,4,1,2 -40213154,1964,10,1,2 -40213154,1967,10,2,1.5 -19018935,2019,11,2,1 -40171902,2019,11,2,1 -19075601,2004,10,2,1 -40213260,2006,4,1,2 -19126352,1986,9,1,1 -40171902,1994,4,1,2 -40171902,1986,4,1,2 -40213154,1946,3,2,4 -40213154,1945,3,1,2 -40213201,2007,6,1,2 -1332419,2007,11,3,6.666666666666667 -40213201,2008,7,1,2 -40213154,1976,11,1,2 -40213154,1973,10,1,2 -40213227,2012,10,4,2 -40171902,2007,10,2,2.5 -40243436,2019,9,1,1 -40171902,2001,9,1,1 -19075601,2011,4,1,1 -1539411,2015,12,1,1 -19126352,2001,9,3,1.3333333333333333 -1332419,2001,9,2,1.5 -1332419,2022,7,1,2 -40213227,1995,10,1,2 -40213227,1994,7,1,1 -1310034,2016,10,1,1 -46275916,2016,10,1,1 -40213260,2007,2,1,2 -1545959,2022,11,1,1 -19018935,2014,10,1,2 -40171902,2014,10,1,2 -40171902,1984,7,1,2 -19133768,2001,1,1,1 -19126352,1971,5,1,2 -1332419,2010,4,1,2 -1310034,2003,2,1,1 -1539411,1998,7,1,2 -40213281,2001,12,1,1 -19126352,1976,1,1,1 -1539411,2002,6,1,2 -1545959,2001,7,1,1 -40213227,2000,5,1,2 -40213154,1955,12,1,2 -46275916,1988,5,1,1 -46275916,1994,6,1,1 -40213306,1992,5,1,5 -40243436,1992,5,1,1 -40163554,1989,7,1,1 -1545959,2005,9,1,1 -19018935,2004,1,3,1.3333333333333333 -19126352,1969,7,1,1 -40213154,1968,4,1,1 -19126352,2006,9,1,2 -40213227,2002,1,1,2 -40213154,1983,12,2,3 -40171902,1981,4,1,2 -19126352,1954,6,1,2 -40213306,2004,4,1,1 -1332419,2000,9,1,1 -1310034,2001,9,2,1 -46275916,2001,9,2,1 -1539411,1992,12,1,2 -19133768,2018,2,1,1 -40163554,1993,2,2,2 -40171902,1993,2,2,2 -1545959,1998,10,1,1 -40213227,1992,9,1,1 -19018935,1982,8,1,2 -40171902,2020,4,1,2 -1310034,2009,11,1,1 -40243436,1986,6,1,1 -40171902,1996,7,1,2 -40213201,2009,11,1,2 -40213154,1975,2,1,1 -1310034,2022,3,1,1 -19133768,2009,7,1,1 -40220960,2002,5,1,1 -19126352,1955,3,1,2 -40163554,1995,11,1,2 -40171902,1999,2,1,1 -40213201,2003,2,1,1 -40213227,1998,1,1,1 -1539411,2008,12,1,2 -40213160,2007,3,1,1 -40213281,2002,7,1,1 -1545959,2015,9,1,1 -40243436,2022,10,1,1 -19133768,2017,5,1,1 -40213154,1958,5,1,1 -40213154,1957,5,1,1 -19126352,1965,8,1,1 -19133768,1998,1,1,1 -19126352,1974,5,1,1 -40213306,1987,4,1,24 -40213154,1983,1,1,2 -1310034,2010,5,1,1 -40213227,2006,5,1,2 -40163554,2008,2,1,1 -40213306,2011,10,1,2 -19126352,1958,1,1,1 -19133768,2022,5,1,1 -40213154,2014,5,612,2.119281045751634 -40171902,2020,11,5,2 -40213154,2022,4,651,2.4546850998463903 -40213227,2017,3,75,2.36 -40213180,2018,8,17,1.8823529411764706 -40213154,2013,7,612,2.392156862745098 -40213154,2018,8,678,2.4528023598820057 -40213154,2021,8,680,2.363235294117647 -40213154,2015,7,618,2.4190938511326863 -40213183,2019,10,18,2.5 -40213281,2019,1,44,2.522727272727273 -40213154,2022,7,672,2.3035714285714284 -40213154,2018,9,652,2.3773006134969323 -40213154,2016,8,643,2.4292379471228616 -40213154,2021,9,642,2.4501557632398754 -40213154,2017,8,675,2.414814814814815 -40213154,2020,5,640,2.41875 -40213306,2019,2,6,2 -40213306,2017,2,10,5.3 -40213154,2017,9,596,2.1426174496644297 -40213154,2016,9,594,2.1717171717171717 -1539411,2017,11,4,1.75 -40213230,2022,12,12,2.3333333333333335 -19126352,2000,3,3,2 -1332419,1999,9,2,3.5 -40213251,2015,3,19,1.9473684210526316 -40213180,2020,5,24,3 -40213154,2015,4,605,2.4033057851239668 -40213180,2015,1,29,2.310344827586207 -40213306,2022,7,6,4 -40213180,2022,7,21,2.5238095238095237 -40213227,2022,7,67,2.0597014925373136 -40213198,2017,8,49,2.3877551020408165 -40213160,2016,7,42,2.7142857142857144 -40213281,2016,7,47,2.6382978723404253 -40213198,2016,9,43,2.558139534883721 -40213198,2013,9,49,2.020408163265306 -40213198,2014,3,39,1.8205128205128205 -40213299,2017,12,23,2.782608695652174 -40213304,2021,8,20,2.05 -40213160,2021,12,34,2 -40171902,2022,2,8,2.5 -40213251,2019,9,14,2.142857142857143 -40213314,2015,12,29,2.0689655172413794 -40213314,2015,1,24,2.5416666666666665 -40213304,2014,11,23,2.869565217391304 -40213198,2015,12,50,2.94 -40213198,2015,1,38,3.4473684210526314 -40213281,2015,6,45,2.977777777777778 -40213227,2022,4,63,1.9841269841269842 -19018935,2012,3,2,1.5 -1332419,2007,4,5,3 -40213227,2014,4,38,2.1578947368421053 -19126352,2005,10,3,1.3333333333333333 -40213227,2002,9,2,3 -40213154,1996,8,8,2.5 -40213154,2004,10,13,1.6923076923076923 -40213180,2016,12,28,2.142857142857143 -40213227,2018,1,79,2.1392405063291138 -40213216,2013,9,22,2.090909090909091 -40213160,2013,11,40,2 -40213227,2021,12,66,1.9696969696969697 -40213227,2020,1,64,2.09375 -40213160,2017,5,45,2.2666666666666666 -40213281,2017,5,60,2.216666666666667 -40213198,2013,8,51,2.0980392156862746 -19018935,2014,2,4,9 -40171902,2014,2,4,9 -40213320,2018,7,28,2.5714285714285716 -40213251,2016,1,23,2.347826086956522 -40213216,2015,2,23,2.4347826086956523 -40213304,2015,7,40,2.3 -40213281,2016,4,60,2.5166666666666666 -40213299,2023,6,8,1.5 -40213198,2022,7,46,2.130434782608696 -40213180,2017,10,20,1.9 -40213299,2018,3,22,2 -40213198,2017,9,39,2.230769230769231 -40213183,2015,5,13,2.6923076923076925 -40213230,2014,6,5,3.4 -40213216,2018,1,19,1.5263157894736843 -40213320,2016,2,27,2.4074074074074074 -40213227,2023,6,35,2.3714285714285714 -40171902,2020,3,2,1.5 -40213320,2022,4,35,2.2 -40213180,2022,4,20,2.05 -40213180,2016,1,38,2.1052631578947367 -40213227,2014,7,51,1.9215686274509804 -40213154,2009,7,19,1.8421052631578947 -40213154,2008,7,19,1.7894736842105263 -40213154,2004,6,18,2.111111111111111 -40213154,2002,6,13,2.076923076923077 -40213314,2021,11,35,2.6857142857142855 -40213304,2022,2,35,1.9142857142857144 -40213198,2021,9,53,2.6792452830188678 -40213314,2013,7,24,2.2916666666666665 -40213251,2014,4,12,2.75 -40213281,2013,7,40,2.525 -40213281,2018,7,42,1.7380952380952381 -40213183,2020,12,17,3.5294117647058822 -40213183,2017,3,20,3.95 -40213160,2020,12,42,3.2142857142857144 -40213160,2016,4,46,2.5 -40213296,2022,8,14,2.2857142857142856 -40213227,2016,2,60,2.533333333333333 -40213260,2017,5,16,1.8125 -40213216,2013,8,19,2.1578947368421053 -40213304,2013,11,27,2.111111111111111 -40213230,2015,6,7,2.2857142857142856 -40213296,2021,8,15,4.133333333333334 -40213230,2022,1,10,2 -40213320,2023,1,21,1.9523809523809523 -40171902,2018,12,4,1.5 -46275916,2018,4,1,1 -40213227,2017,11,60,2.5833333333333335 -40213198,2021,8,34,1.7647058823529411 -40213260,2018,7,17,2.235294117647059 -40213260,2015,9,20,1.8 -40213216,2020,12,23,3.5217391304347827 -40213227,2018,12,52,3.4038461538461537 -19018935,2003,12,1,2 -40213304,2017,7,24,1.9166666666666667 -40213201,2022,12,12,4.333333333333333 -19075601,2021,5,14,1.3571428571428572 -19018935,2016,7,3,1.6666666666666667 -40213320,2015,2,18,2.111111111111111 -40213251,2020,11,25,2 -40213314,2017,2,32,2.40625 -40213216,2016,3,23,2.130434782608696 -40213198,2016,8,56,2.4642857142857144 -40213320,2017,7,24,2.75 -40213201,2021,10,8,2.125 -40213198,2020,9,35,1.9714285714285715 -40163554,2018,10,4,1.75 -19075601,2023,4,18,1.3333333333333333 -40213260,2015,8,21,2.3333333333333335 -40220960,2000,5,1,1 -40213180,2013,10,26,2.4615384615384617 -40213154,1996,9,15,1.8666666666666667 -40213154,1992,8,8,2.25 -40213227,2021,1,58,1.8103448275862069 -40213160,2014,6,25,2.08 -40213160,2018,9,32,1.875 -1539411,2001,8,3,1.6666666666666667 -40213260,2021,12,11,2.1818181818181817 -40213180,2019,10,28,1.5714285714285714 -40213183,2023,5,14,1.5714285714285714 -40213314,2022,6,26,1.7692307692307692 -40213281,2022,6,37,1.864864864864865 -40213260,2014,10,16,2.375 -40163554,1987,5,3,3 -40213154,2002,10,16,1.875 -40213260,2018,4,20,1.9 -40213306,2013,11,8,1.5 -40213260,2016,5,14,4.142857142857143 -19126352,1996,5,1,2 -46275916,2003,9,1,1 -40213304,2021,9,22,2.5454545454545454 -40213281,2021,4,43,2.558139534883721 -40213320,2022,7,25,1.84 -40213180,2014,3,25,1.96 -40213183,2019,6,13,2.1538461538461537 -40213198,2014,11,30,2.966666666666667 -19075601,2022,7,10,1.1 -40213180,2021,1,20,2.35 -40213320,2019,4,19,3 -40213296,2020,5,13,2.769230769230769 -19126352,2008,4,4,1.25 -40213251,2015,11,18,2.4444444444444446 -40213180,2021,12,31,2.2903225806451615 -19126352,1973,9,1,1 -40213154,1982,11,6,5.5 -40213154,1977,10,5,1.4 -40213154,1980,10,6,5.666666666666667 -19126352,1969,3,1,2 -40213154,1974,12,6,2.6666666666666665 -19075601,2018,1,13,1.8461538461538463 -40213201,2014,11,8,2.125 -40213306,2023,2,9,2 -40213180,2023,2,30,2.3666666666666667 -19075601,2007,3,8,2.625 -40213154,2006,3,11,1.9090909090909092 -40213154,2001,2,15,4.333333333333333 -40213154,2007,3,18,2.2222222222222223 -40213306,2014,10,8,2 -40213299,2016,4,13,2.076923076923077 -40213183,2020,1,13,1.6923076923076923 -40213160,2020,1,32,2.0625 -40213281,2015,10,46,3.217391304347826 -40213251,2014,7,14,2.0714285714285716 -40213281,2018,4,43,1.930232558139535 -19133768,1982,1,2,1 -19126352,1973,8,2,1.5 -40213251,2022,12,20,1.9 -40213314,2019,3,32,1.9375 -40213260,2014,6,21,2.238095238095238 -40213251,2023,3,15,2 -40213304,2018,5,30,1.7666666666666666 -40213154,1948,2,3,1.3333333333333333 -40220960,2014,1,3,1 -19018935,1984,5,1,1 -40163554,1990,1,2,3.5 -1539411,2019,8,2,3.5 -40213201,2018,6,13,3.1538461538461537 -19126352,2014,4,7,1.5714285714285714 -40213320,2014,8,14,2.357142857142857 -40213251,2020,3,25,2.28 -40213198,2019,9,38,2.1578947368421053 -40213216,2019,4,21,2 -40213230,2020,2,16,1.625 -40213180,2015,12,30,2.1666666666666665 -40213296,2022,9,15,5.133333333333334 -40220960,2015,9,2,1 -40213251,2017,9,18,3.5 -40213251,2013,12,23,3.347826086956522 -19126352,2016,7,4,1.25 -40213154,2011,6,13,2 -40213227,2008,11,3,2 -40213154,2007,11,17,1.6470588235294117 -40213154,2006,11,20,1.55 -40213154,2003,11,15,1.6 -19126352,1995,11,3,1 -40213180,2014,11,27,2.111111111111111 -40213304,2019,6,24,1.9166666666666667 -40213198,2019,8,41,2.073170731707317 -40243436,2016,3,3,1 -40213160,2023,5,28,2.8214285714285716 -19126352,1977,1,2,2 -40213216,2014,10,13,4.384615384615385 -40213160,2014,10,32,3.78125 -40213154,1990,1,12,2.3333333333333335 -40213154,1995,2,13,2.4615384615384617 -40213230,2014,10,9,2.7777777777777777 -40213180,2013,6,13,1.4615384615384615 -40213299,2022,12,18,2.8333333333333335 -1539411,2000,3,2,2.5 -40213296,1998,3,2,2.5 -40213154,2000,3,15,2 -19126352,2004,9,2,1.5 -19075601,2018,12,14,1.3571428571428572 -40213180,2019,6,22,1.6818181818181819 -40213227,2020,12,58,2.586206896551724 -40213201,2018,10,10,1.9 -1539411,2019,9,3,1.3333333333333333 -40220960,1994,12,1,1 -40213154,1993,11,18,1.9444444444444444 -40213320,2018,4,14,1.9285714285714286 -40213314,2021,3,23,2.5217391304347827 -40213281,2020,9,38,2.026315789473684 -40213314,2016,2,28,2.0357142857142856 -40213281,2020,8,42,2.642857142857143 -40213260,2021,1,15,2.4 -1545959,2017,12,4,1 -40213154,2008,4,11,2.1818181818181817 -40213154,2009,4,16,1.875 -40213314,2020,8,32,3.03125 -40213198,2020,8,46,2.652173913043478 -40213304,2017,4,26,2.6153846153846154 -40213281,2021,7,44,2.159090909090909 -40213306,2018,10,19,2.1052631578947367 -19018935,2013,2,2,1.5 -1332419,1997,1,4,2.25 -40213227,2019,5,74,2.2027027027027026 -40213154,1963,6,1,1 -40213160,2018,8,41,2.024390243902439 -40213281,2019,12,36,1.9166666666666667 -19126352,1975,11,2,1 -40213154,1967,2,2,2 -19018935,2022,3,4,1.5 -1332419,2011,10,2,1.5 -40213260,2020,6,14,1.8571428571428572 -40213230,2016,12,7,1.4285714285714286 -1310034,2021,5,3,1 -40213299,2022,1,19,2 -40213216,2020,1,18,2.3333333333333335 -40213314,2019,11,35,1.8571428571428572 -40213160,2019,11,36,2.111111111111111 -40213296,2014,5,20,2.45 -40213296,2021,9,19,2.1578947368421053 -19075601,1997,10,27,1.5925925925925926 -40213230,2018,11,6,2 -40213299,2013,11,15,2.066666666666667 -19018935,1983,7,2,1 -40213296,2023,2,13,2.3076923076923075 -40213320,2017,4,17,2.1176470588235294 -40213299,2014,2,20,2.45 -40163554,2022,6,3,2.3333333333333335 -40213154,1988,4,13,2.1538461538461537 -40213314,2020,9,18,1.8888888888888888 -40213183,2017,11,22,2.6363636363636362 -19133768,1990,10,1,1 -40213160,1981,2,1,1 -40213281,2023,4,43,2.2093023255813953 -40213180,2017,6,24,2.1666666666666665 -40213216,2019,7,21,1.8571428571428572 -40213299,2021,7,25,2.96 -40213304,2019,10,34,2.2058823529411766 -40213296,2016,2,19,1.7894736842105263 -40213160,2021,1,44,2.75 -1310034,1973,6,1,1 -40213314,2023,1,26,1.7692307692307692 -40213198,2022,4,43,1.9069767441860466 -40213281,2022,10,44,2.1818181818181817 -40213251,2022,1,17,2.176470588235294 -40213320,2013,10,23,2.347826086956522 -40220960,2020,11,6,1 -40213160,2019,3,36,1.9166666666666667 -19075601,2010,5,2,1.5 -19075601,2009,11,2,3.5 -1332419,2018,9,9,2 -40163554,2003,8,2,2 -40213296,2018,2,13,2.3076923076923075 -19126352,1982,4,3,2.6666666666666665 -19126352,1987,5,3,1.3333333333333333 -40213154,1987,5,5,3.6 -1545959,2015,1,2,1 -40213201,2016,10,9,2.2222222222222223 -40163554,2022,10,6,2 -1332419,2013,4,4,1.75 -40213154,2010,2,15,2.3333333333333335 -40213306,2016,11,10,2.1 -40213183,2016,5,19,2.4210526315789473 -1332419,2000,1,4,3.25 -40213299,2017,1,15,2.466666666666667 -40213320,2021,8,22,2.5454545454545454 -19133768,2005,4,5,1 -40213154,2000,11,8,2 -19075601,2019,7,19,1.263157894736842 -40213227,2015,2,61,1.8688524590163935 -19075601,2019,4,9,1.3333333333333333 -1332419,1995,9,1,2 -40213154,2003,3,12,2.5833333333333335 -19075601,2005,11,8,1.875 -19018935,1990,8,1,2 -1310034,2011,3,1,1 -1539411,1995,10,1,1 -1332419,2020,2,2,1 -40213227,2001,4,2,3 -40213201,2020,8,10,2.8 -40213154,1961,7,6,3.1666666666666665 -1539411,2010,6,4,2.5 -1332419,2009,6,3,1.3333333333333333 -40213304,2023,6,8,1.375 -40220960,2013,12,4,1 -40213154,1975,10,3,1.3333333333333333 -40213296,2013,7,15,1.8 -40213216,2022,5,19,2.1052631578947367 -19126352,2006,12,4,1.75 -19126352,2013,9,4,1.25 -19133768,2013,9,2,1 -19075601,2013,9,6,1.3333333333333333 -19075601,2022,4,13,1.2307692307692308 -40163554,2015,9,5,2 -40213154,1999,5,12,2.25 -19126352,1975,3,1,1 -40213154,1991,11,8,2 -1539411,2016,3,2,3.5 -19075601,2011,3,5,1.2 -40213180,2018,9,21,2.1904761904761907 -19018935,2021,11,3,1.6666666666666667 -40213251,2016,12,17,2 -19018935,2004,8,3,2.6666666666666665 -40213227,2004,7,1,3 -40213160,2002,2,1,1 -40213320,2019,7,26,2.730769230769231 -40213260,2019,5,14,2 -40163554,2020,7,2,3 -40163554,2000,11,3,1 -19126352,2003,7,4,3.5 -40213296,1997,4,1,1 -40213216,2018,12,17,1.5294117647058822 -40213296,2015,12,15,1.7333333333333334 -19018935,2016,4,2,3 -19126352,1979,5,1,1 -19075601,2002,12,6,1.8333333333333333 -40213251,2019,8,20,2.25 -1332419,1994,5,12,1.9166666666666667 -19075601,2008,2,3,1.3333333333333333 -1539411,1996,9,3,3 -40213216,2016,11,9,2.111111111111111 -40213299,2018,11,15,2 -40213251,2017,8,15,2.2 -19126352,2020,12,5,2.2 -19075601,2020,12,7,1.8571428571428572 -40213154,1962,11,3,2.6666666666666665 -40213320,2014,9,21,2 -40213306,2020,12,9,2.5555555555555554 -40213296,2019,10,9,1.7777777777777777 -40213299,2020,12,9,3 -40213306,2016,3,6,3.3333333333333335 -40213183,2022,2,12,2 -40213304,2014,3,28,3.357142857142857 -1545959,2021,6,2,1 -1332419,2021,6,4,1.25 -40213154,1982,3,11,3.727272727272727 -1545959,2016,9,2,1 -40213230,2015,10,10,2.2 -40213201,2022,1,12,1.5 -40163554,2003,9,2,2 -1310034,1991,3,1,1 -40213299,2019,5,19,2.263157894736842 -1332419,2000,12,4,6.5 -19133768,2010,8,2,1 -1539411,1998,3,3,2.3333333333333335 -40213216,2021,5,17,2.0588235294117645 -40171902,2015,2,3,2 -40213154,1984,10,4,1.75 -40213154,1983,9,4,1.75 -19075601,2015,7,11,1.3636363636363635 -40220960,2017,1,7,1 -40163554,2012,12,5,2 -19126352,2001,12,6,2 -19075601,2002,1,2,1 -1332419,2001,12,5,1.8 -40213154,1983,8,1,2 -40243436,2005,8,2,1 -40171902,2003,6,3,2.6666666666666665 -40213227,2002,8,1,2 -40213154,2011,10,24,2.3333333333333335 -1539411,2021,4,2,1.5 -40213201,2012,2,1,1 -1545959,2007,6,2,1 -40220960,2016,2,6,1 -40213154,1961,4,1,1 -40213154,1956,3,3,1.3333333333333333 -40213314,2022,10,25,2.68 -1539411,2003,8,1,5 -40213260,2020,10,22,2 -1332419,1996,4,3,1.6666666666666667 -40213216,2014,6,10,2.9 -40213296,2007,2,1,2 -40213306,2014,6,5,1.2 -19126352,1989,3,5,1.4 -1332419,2012,1,3,1.6666666666666667 -40220960,2015,8,3,1 -40171902,2008,8,2,1.5 -19126352,2001,1,5,1.6 -46275916,2011,1,1,1 -19075601,2014,2,4,1.5 -19126352,2002,11,3,1.3333333333333333 -40213154,1989,12,5,1.2 -40213154,1990,12,8,1.375 -19126352,1986,12,3,1.3333333333333333 -40213299,2016,7,18,4.055555555555555 -1332419,2003,5,2,2 -40213304,2015,4,29,2.689655172413793 -40213299,2021,4,19,1.7894736842105263 -46275916,1996,10,1,1 -40171902,2018,1,1,1 -19126352,1955,4,1,2 -1332419,2022,3,5,3.4 -40213154,1988,7,6,2.1666666666666665 -40213154,1984,6,4,2.5 -40171902,1984,11,1,3 -40171902,2016,5,6,3 -40213320,2013,6,6,1.6666666666666667 -1539411,1992,9,2,1.5 -40213306,2021,2,7,2.4285714285714284 -1539411,1991,5,19,3.473684210526316 -19075601,2004,2,5,1.2 -40213251,1995,2,1,2 -40213154,1997,2,14,2.2142857142857144 -40213299,2015,5,15,2.4 -1332419,2016,10,3,1.3333333333333333 -19075601,2001,11,4,7.25 -40163554,2000,3,5,1.6 -19126352,2002,3,5,1.4 -40213201,2021,6,9,2 -40213230,2023,6,6,1.6666666666666667 -40213183,2013,7,12,1.8333333333333333 -19126352,1951,10,3,2.6666666666666665 -19075601,2013,8,6,1.5 -19075601,1998,8,5,2.2 -19075601,2015,4,12,4.333333333333333 -1310034,1990,9,1,1 -40213230,2019,9,6,1.6666666666666667 -40213201,2006,6,1,1 -40163554,2013,12,3,2 -19126352,2000,11,4,1.75 -1539411,2000,11,2,2.5 -40213296,2015,1,14,3.0714285714285716 -40213201,2017,2,3,1.3333333333333333 -1539411,2008,9,3,2.6666666666666665 -19133768,2008,6,2,1 -40220960,2004,1,2,1 -40213227,2005,8,1,2 -19126352,1984,5,2,1.5 -40213230,2021,9,11,2.1818181818181817 -40213320,2021,9,23,1.8695652173913044 -40213201,2016,6,10,2.3 -19126352,1981,6,1,2 -1332419,2001,1,3,1.6666666666666667 -40213154,2013,4,17,1.7058823529411764 -1539411,2009,9,3,1.6666666666666667 -1332419,2019,2,5,2.4 -1310034,2019,4,2,1 -1545959,2022,4,3,1 -1539411,1992,8,1,1 -40213183,2021,2,8,1.875 -1539411,2016,11,3,2.3333333333333335 -40163554,2015,8,1,1 -19126352,2005,6,7,2 -1332419,2005,6,4,2.5 -46275916,2013,2,1,1 -1539411,2005,6,4,2.5 -19018935,2005,9,3,2.6666666666666665 -40171902,2005,9,3,2.6666666666666665 -40213230,2021,8,9,3.3333333333333335 -19126352,2011,7,6,1.8333333333333333 -40213314,2018,2,23,1.608695652173913 -1332419,2015,6,2,2.5 -40243436,2020,2,1,1 -19075601,1997,6,20,1.95 -19126352,2003,4,2,4 -40163554,2011,8,2,1.5 -40213306,2020,1,8,2.75 -40213201,2023,5,7,2.142857142857143 -40213306,2018,6,10,2.1 -40213227,1994,11,3,1.6666666666666667 -40243436,2018,9,2,1 -1310034,2018,9,2,1 -40171902,2021,5,4,1.75 -40213227,2005,9,3,1.6666666666666667 -19126352,2006,1,6,1.6666666666666667 -19133768,2006,1,1,1 -1332419,2010,11,4,3 -1332419,2016,6,4,3.25 -40220960,2008,8,2,1 -19018935,1977,7,1,1 -40213314,1986,6,1,1 -40213160,1985,9,1,1 -40213154,1993,3,5,2.6 -40213154,1991,3,4,1.25 -40213154,1985,12,4,2.25 -40163554,2012,1,3,1.3333333333333333 -1539411,2017,3,2,6.5 -40171902,2013,9,1,2 -19018935,2023,4,4,2.75 -19075601,2001,3,1,1 -19075601,2005,3,3,1.3333333333333333 -1539411,2013,11,2,1.5 -40213154,1998,2,11,2.6363636363636362 -40213216,2023,4,15,3.2 -40171902,1990,6,2,2 -40171902,1981,11,4,1.5 -19126352,1976,8,1,2 -19133768,2019,11,1,1 -40213183,2011,11,1,1 -40213160,2011,2,1,1 -40213198,2010,12,2,1.5 -40213281,2012,2,1,1 -40213201,2014,3,6,6.333333333333333 -19126352,2022,5,5,1.2 -1539411,2022,5,4,1.25 -1310034,2009,7,1,1 -40213201,2013,10,10,2.1 -40213160,1955,11,1,1 -40213154,1956,11,2,1.5 -40213306,2001,4,1,1 -40171902,2023,3,3,1.3333333333333333 -19133768,2020,1,3,1.3333333333333333 -19126352,2020,1,5,1.6 -19075601,2020,1,9,1.3333333333333333 -40213201,2015,2,7,3.142857142857143 -40220960,2021,12,5,1 -19126352,2016,4,4,1.5 -40213296,2019,6,7,2 -1332419,2011,6,2,1 -40213306,2015,2,11,2.090909090909091 -40220960,2022,12,6,1 -1332419,2013,7,2,1.5 -40163554,2010,10,2,1 -40213299,2020,1,13,1.4615384615384615 -19018935,2009,5,1,1 -19075601,1998,9,5,1.6 -40213227,2011,5,2,2.5 -19133768,2016,12,4,1 -40213154,1976,4,3,1.3333333333333333 -40213154,1968,3,3,1 -19126352,2008,7,4,2.25 -19018935,1992,10,1,2 -40171902,1982,6,1,11 -40213230,2019,8,4,2 -19126352,1991,7,5,2.6 -19126352,1983,9,2,1.5 -40220960,2014,12,2,6 -1539411,1995,6,4,4.5 -40213160,1959,6,1,3 -40213154,1960,12,2,2.5 -19018935,1987,11,1,1 -40213201,2005,4,1,2 -40213227,2009,7,3,1.6666666666666667 -19075601,2006,5,7,1.7142857142857142 -1310034,2016,2,1,1 -46275916,2016,2,1,1 -40213260,2023,5,12,2.25 -40163554,2011,9,4,2.25 -40220960,2017,12,4,1 -19018935,2020,5,3,3.6666666666666665 -40163554,2010,6,2,2.5 -19018935,2011,3,1,2 -40213230,2016,1,7,1.7142857142857142 -40213230,2018,3,12,1.9166666666666667 -19126352,2012,5,5,1.8 -19075601,2012,5,5,1.8 -1539411,2020,3,5,3 -40213201,2020,9,5,2.4 -40213154,1976,7,2,2.5 -40163554,1993,6,1,6 -40171902,1993,6,1,6 -40220960,2019,9,2,1 -19133768,2004,7,1,1 -19075601,2011,11,3,3 -40163554,2009,2,1,1 -19133768,1993,11,1,1 -40213154,1985,1,5,2.8 -40243436,2002,3,1,1 -40163554,1990,12,2,4 -40213227,2009,4,1,2 -1310034,2020,11,2,1 -19133768,2004,4,1,1 -1539411,2003,9,5,1.4 -19126352,2021,5,5,1.6 -40213227,1992,1,5,1.8 -40213154,1989,1,8,2.625 -19126352,1940,8,1,2 -46275916,1962,1,1,1 -40213154,1952,10,1,2 -40171902,2012,5,2,2 -40171902,1996,3,1,2 -40171902,1999,6,1,2 -40163554,2019,5,4,4.25 -40243436,2021,2,2,1 -19018935,2021,3,3,2 -1332419,2007,7,2,2 -19126352,1997,10,1,1 -19126352,1998,4,2,1 -19126352,2023,5,7,1.7142857142857142 -1539411,2023,5,6,1.8333333333333333 -40171902,1994,3,1,2 -19126352,2015,5,6,1.5 -1539411,2015,8,4,2 -1332419,2018,8,2,2 -19126352,2013,8,2,2.5 -40171902,1995,12,3,1.6666666666666667 -1539411,2012,3,4,1.75 -40163554,1986,9,1,1 -19018935,2015,5,5,3.8 -40213227,1998,9,1,2 -1539411,1996,8,1,2 -19018935,2007,4,3,1.6666666666666667 -46275916,2022,12,1,1 -19126352,1997,6,2,2 -40163554,2018,6,2,2 -40171902,2007,2,2,1.5 -1332419,2022,11,2,4.5 -40213201,1992,5,1,5 -40213306,2022,4,6,1.6666666666666667 -19126352,1972,10,1,3 -19018935,2019,7,3,1.3333333333333333 -40171902,2019,7,3,1.3333333333333333 -1539411,2013,3,6,2.6666666666666665 -1545959,2016,8,3,1 -40163554,2005,5,1,1 -19126352,2009,2,2,3 -19133768,2023,2,2,1 -40213154,1974,1,1,1 -19075601,2007,11,5,4.4 -19133768,2018,6,3,1 -19126352,1992,1,2,1.5 -40220960,2013,1,1,1 -40213260,2007,10,1,2 -19126352,2004,8,3,1 -46275916,1996,6,1,1 -40213154,1992,9,6,1.5 -40213201,2000,12,1,2 -40163554,2021,2,1,2 -1310034,2006,1,1,1 -40163554,1992,1,1,2 -19018935,2000,7,1,2 -40171902,2000,7,1,2 -1539411,2011,7,3,2.3333333333333335 -40243436,2008,2,1,1 -40163554,2002,8,1,2 -19018935,2002,8,1,2 -40171902,2002,8,1,2 -19075601,2017,2,5,1.6 -1539411,2020,11,3,1.6666666666666667 -40220960,2018,11,4,1 -19018935,1986,5,1,1 -46275916,2017,8,1,1 -1332419,2010,3,2,3 -40213154,1979,2,2,1.5 -40213201,2001,9,1,1 -40163554,2006,2,2,1 -1332419,2017,2,2,2 -19133768,1997,7,1,1 -19075601,2009,3,3,1 -19018935,1982,12,2,2 -40213227,1996,2,3,3.6666666666666665 -40220960,1996,8,1,1 -19126352,1999,10,3,11.666666666666666 -1539411,1999,10,3,11.666666666666666 -1332419,1996,7,2,1.5 -40213201,2011,10,1,2 -1545959,2021,10,2,1 -1545959,2006,5,1,1 -19126352,2007,5,5,1.8 -19018935,2012,11,2,1.5 -40213227,2012,2,1,2 -40163554,1993,10,2,2 -40171902,1993,10,2,2 -19133768,2011,8,1,1 -19133768,2011,9,2,1 -19126352,1968,2,1,2 -40213296,1997,7,1,2 -40213154,1978,2,3,1.6666666666666667 -19133768,2008,10,2,1 -1539411,1997,3,1,3 -19133768,2020,12,2,1 -19126352,1990,2,1,2 -19133768,2019,3,2,1 -40213154,1964,2,2,1.5 -40213154,1960,1,3,1.6666666666666667 -1310034,1998,7,1,1 -40213154,1981,12,3,2.3333333333333335 -1539411,2009,8,2,1.5 -19126352,1985,3,2,1 -40213154,1977,6,1,2 -40213154,1980,6,2,2 -1332419,2006,5,4,2.25 -1539411,2006,5,4,2.25 -40213296,2011,2,1,1 -40213227,2013,2,3,1.3333333333333333 -40171902,2013,8,1,1 -40220960,2022,1,1,1 -19133768,2012,9,3,1 -40163554,2014,5,3,1.6666666666666667 -1545959,2022,7,2,1 -40163554,1984,8,1,1 -40220960,2023,6,1,1 -40163554,1999,4,1,2 -19126352,1989,11,4,1.5 -40243436,2015,10,1,1 -40213227,2008,3,2,1.5 -40213154,1972,5,2,2 -40213154,1951,1,1,1 -19126352,1988,5,2,3.5 -40171902,1981,3,2,3 -40220960,2007,9,1,1 -19075601,1999,5,6,1.8333333333333333 -19133768,1999,5,2,1 -40213227,1992,12,2,17.5 -40243436,2016,11,1,1 -40243436,2014,7,1,1 -46275916,2014,7,1,1 -46275916,2014,4,1,1 -40243436,2014,4,1,1 -1545959,2018,5,1,2 -1539411,2018,2,5,1.8 -40213198,2010,1,3,2.6666666666666665 -40163554,2016,2,2,2 -19126352,1967,1,1,1 -40163554,1991,4,1,1 -1332419,2009,10,2,1 -40163554,2008,10,2,2 -40163554,1979,11,1,2 -40171902,1986,11,1,1 -1310034,2013,10,2,1 -40171902,1997,1,1,2 -1332419,2005,10,2,1.5 -1539411,2005,10,2,1.5 -1545959,2002,3,1,1 -1539411,1998,11,1,2 -1332419,2004,5,3,1.3333333333333333 -40220960,2021,1,3,1 -40220960,2019,8,6,1 -40213227,2003,12,1,1 -40220960,2020,3,1,1 -1539411,2007,2,1,1 -19126352,1969,11,1,1 -46275916,2000,10,1,1 -19133768,1998,9,2,1 -40213201,1998,7,1,2 -19133768,2001,8,1,1 -1545959,2010,6,2,1 -40243436,2006,3,1,1 -40213201,1998,4,1,2 -40171902,2008,9,2,1.5 -1332419,2012,12,2,2 -1545959,2004,6,1,1 -40163554,1999,7,2,3 -1332419,2008,5,3,2 -40163554,1994,9,1,1 -19018935,1994,9,1,1 -19018935,1991,2,1,2 -40220960,2018,3,3,1 -19018935,2003,1,3,2 -1332419,1997,12,1,1 -40213201,1999,12,1,1 -19018935,2019,4,2,3 -40171902,2019,4,2,3 -40213154,1970,5,1,2 -40213154,1966,5,1,2 -40171902,2006,9,3,2 -19126352,1999,6,3,5.666666666666667 -46275916,2000,6,1,1 -40171902,1991,5,1,15 -1539411,1999,6,2,8 -40163554,1995,7,1,5 -40171902,2006,8,1,2 -1310034,2020,3,1,1 -40163554,1998,12,1,2 -1545959,2010,10,1,1 -1545959,2004,10,2,1 -1310034,1992,11,1,1 -46275916,1992,11,1,1 -19133768,2009,3,1,1 -1539411,2010,10,4,1.75 -40213201,2013,6,1,2 -40171902,1984,3,1,1 -40163554,1994,8,1,1 -19018935,1994,8,1,1 -40213227,2003,1,1,2 -1539411,1997,11,1,3 -40213154,1981,1,1,7 -1539411,2012,11,4,7 -1545959,2017,1,1,1 -19126352,1982,7,1,1 -19126352,1998,7,2,1.5 -19133768,2015,6,1,1 -40163554,1975,12,2,2 -40213201,2009,7,1,2 -40163554,2008,6,1,1 -1310034,2004,5,1,1 -1539411,2001,9,2,1.5 -19018935,1998,11,1,1 -40171902,1998,11,1,1 -1310034,2015,5,1,1 -46275916,2015,5,1,1 -19018935,2011,11,1,1 -1332419,2021,10,2,1 -19018935,1998,3,2,5 -40171902,1998,3,2,5 -40220960,2011,1,2,1 -1332419,1999,8,3,1.6666666666666667 -19133768,2001,9,1,1 -40213306,1996,5,1,2 -40171902,2017,4,3,2 -19126352,1983,8,2,1.5 -40220960,1997,9,2,1 -1310034,2019,7,1,1 -1539411,1993,1,2,3 -19126352,1935,10,1,2 -40213154,1962,3,2,1.5 -40213154,1965,3,2,1.5 -19126352,1948,2,1,2 -19126352,1986,1,1,3 -40213251,2002,9,1,1 -40213304,2001,6,1,1 -40213281,2002,3,1,1 -40213260,2010,2,1,1 -40213227,2010,2,2,1 -40243436,1988,6,1,1 -19133768,2010,9,2,1 -40213230,2005,9,1,2 -40163554,2002,9,1,1 -19018935,2002,9,1,1 -40171902,2002,9,1,1 -40171902,2011,2,1,1 -40220960,2010,6,1,1 -19133768,1987,3,1,1 -40213154,1950,5,1,2 -40243436,2022,2,1,1 -40213227,1997,5,1,2 -19126352,1992,12,1,2 -46275916,2019,10,1,1 -40163554,1991,7,1,2 -40163554,2020,4,1,2 -40243436,2009,11,1,1 -46275916,2009,10,1,1 -19126352,1952,3,1,2 -1310034,1986,6,1,1 -40163554,1996,7,1,2 -19018935,1996,7,1,2 -40243436,2018,8,1,1 -1310034,2018,8,1,1 -19018935,2022,11,2,2.5 -1310034,2017,7,2,1 -40163554,1970,3,1,1 -19018935,1970,3,1,1 -40243436,1990,6,1,1 -40220960,2003,7,1,1 -40213154,1973,2,1,2 -40213299,2003,6,1,1 -40213281,2007,3,1,1 -40163554,2017,2,1,2 -19018935,2010,1,1,1 -19126352,1981,10,1,2 -19126352,1950,3,1,1 -40213154,1959,5,1,1 -40213154,1975,6,1,2 -19133768,1990,6,1,1 -40220960,1999,8,1,1 -40163554,1981,12,1,1 -40171902,2001,12,1,2 -40213183,1971,3,1,1 -40163554,2007,9,1,1 -19133768,1991,9,1,1 -46275916,2008,12,1,1 -40171902,2003,10,1,2 -40213201,1996,5,1,2 -40213154,1965,11,1,2 -1332419,1995,8,1,2 -40213154,1986,5,1,2 -40213154,2022,5,655,2.4198473282442747 -40213154,2020,4,642,2.3068535825545173 -40213154,2019,11,656,2.4878048780487805 -40213154,2014,4,593,2.2124789207419897 -40213154,2016,2,593,2.5160202360876895 -40213154,2019,3,673,2.4695393759286777 -40213154,2014,7,615,2.3934959349593496 -40213198,2018,11,43,2.302325581395349 -40213154,2020,7,656,2.278963414634146 -40213154,2017,2,566,2.454063604240283 -40213320,2017,5,26,1.7692307692307692 -40213180,2021,6,23,2.0434782608695654 -40213320,2018,5,29,1.8275862068965518 -40213154,2015,5,601,2.1663893510815306 -40213180,2018,2,20,2.75 -40213154,2018,2,602,2.4485049833887045 -40213227,2015,9,58,2.6379310344827585 -19126352,2017,11,4,1.75 -19075601,2000,3,3,2 -40171902,2009,11,2,1.5 -19075601,2008,8,6,1.6666666666666667 -40213154,2012,11,21,2.1904761904761907 -40213227,2020,6,70,2.1857142857142855 -40213320,2022,5,28,3.107142857142857 -40213160,2015,3,44,2.2045454545454546 -40213154,2021,2,636,2.3710691823899372 -40213180,2016,6,24,2.2083333333333335 -40213304,2017,5,27,3.2962962962962963 -40213314,2017,8,20,2.65 -40213227,2018,6,66,2.0757575757575757 -40213251,2021,3,17,2.176470588235294 -40213299,2017,6,19,2.3157894736842106 -40213314,2016,9,24,2.25 -40213227,2013,8,60,1.9666666666666666 -40213183,2014,3,17,3.4705882352941178 -40213314,2014,3,21,2.0476190476190474 -40213216,2017,3,23,2.5217391304347827 -40213183,2021,9,23,3.5217391304347827 -40213304,2016,11,32,2.40625 -40213227,2020,10,65,2.276923076923077 -40213183,2022,9,17,1.588235294117647 -40213160,2022,3,32,2.28125 -40213160,2021,10,44,1.8409090909090908 -40213281,2022,12,42,1.9285714285714286 -40213154,2023,2,665,2.308270676691729 -19075601,2002,10,4,1 -1332419,1994,7,23,2.217391304347826 -40213154,2001,8,17,1.6470588235294117 -40213154,1998,8,12,2.3333333333333335 -40213320,2020,11,23,1.826086956521739 -40213281,2015,1,40,3.4 -40213198,2015,6,51,2.4705882352941178 -40213260,2014,1,22,1.9545454545454546 -19126352,2007,4,7,3.142857142857143 -1545959,2005,10,1,1 -1539411,1991,7,17,2.823529411764706 -40213154,1998,9,13,2.076923076923077 -40213154,1997,8,8,2.625 -40213154,2001,9,13,2.076923076923077 -40213320,2013,12,22,2.1818181818181817 -40213227,2023,1,57,2.3859649122807016 -40213299,2014,8,24,3.5416666666666665 -40213281,2014,11,38,2.5526315789473686 -40213281,2018,5,57,1.5789473684210527 -40213260,2019,4,18,1.9444444444444444 -40213227,2019,4,75,2.44 -40213296,2019,12,17,1.8823529411764706 -46275916,2000,12,1,1 -19075601,1997,1,22,2.227272727272727 -40213306,2015,8,13,1.5384615384615385 -40213227,2015,8,66,1.9090909090909092 -40213320,2016,8,17,2.9411764705882355 -40213320,2015,8,16,2.75 -40213281,2019,10,52,1.9423076923076923 -40213260,2017,7,14,1.8571428571428572 -40213260,2016,7,20,2.7 -40213216,2022,7,20,2.4 -40213314,2023,6,7,1.7142857142857142 -40213251,2018,3,23,2.0434782608695654 -40213183,2018,3,23,2.0434782608695654 -40213198,2018,3,43,1.8837209302325582 -40213160,2017,4,30,1.8 -40213281,2017,4,38,1.894736842105263 -40213296,2020,4,16,1.9375 -40213296,2016,9,22,2.909090909090909 -40213227,2016,9,75,2.2266666666666666 -40213320,2014,2,19,2.1578947368421053 -40213260,2020,1,10,1.8 -19126352,2018,11,9,1.6666666666666667 -40213180,2017,12,17,3.3529411764705883 -40213227,2014,5,56,3 -19018935,2018,11,3,1.3333333333333333 -19126352,2009,9,6,1.8333333333333333 -1332419,2000,6,4,1.75 -40213183,2022,8,27,1.9259259259259258 -40213299,2015,7,12,4.416666666666667 -40213299,2019,4,20,1.75 -40213260,2018,5,15,2 -40213180,2019,1,30,2.3333333333333335 -40171902,2021,4,3,2.6666666666666665 -19075601,2014,8,4,1.25 -1332419,2014,8,2,1.5 -40213260,2021,10,19,1.7894736842105263 -40213251,2014,5,17,2.235294117647059 -40213160,2018,2,32,2.46875 -40213180,2020,7,24,1.75 -40213180,2015,6,22,1.8181818181818181 -40213281,2015,12,48,1.9583333333333333 -40163554,2018,12,4,1.5 -40213154,2010,9,28,2.2857142857142856 -40213260,2019,7,26,2.0384615384615383 -40213227,2019,7,74,2.108108108108108 -19075601,2017,9,12,1.0833333333333333 -40213201,2015,9,14,2 -40213251,2021,11,23,2.5217391304347827 -40213198,2021,2,32,3.0625 -40213281,2021,5,40,2.525 -19126352,2007,7,6,1.3333333333333333 -40220960,2023,1,6,1 -40171902,2003,12,1,2 -40213251,2016,10,20,2.35 -40213160,2015,11,47,2.6382978723404253 -40213216,2017,11,13,2.8461538461538463 -40213314,2017,9,24,2.5416666666666665 -40213314,2018,8,28,2.7142857142857144 -40213227,2021,6,47,1.9787234042553192 -40220960,2022,10,8,1 -40171902,2016,7,3,1.6666666666666667 -40213251,2017,2,22,2.8181818181818183 -40213198,2017,2,43,2.372093023255814 -40213160,2016,5,38,1.7105263157894737 -40213281,2016,5,50,1.88 -19126352,2023,4,7,1.7142857142857142 -40171902,2018,10,4,1.75 -40213227,2018,10,81,2.3703703703703702 -40213320,2019,5,19,1.8421052631578947 -40213227,2013,9,66,2.227272727272727 -40213230,2016,10,5,1.8 -40213180,2016,10,22,2.909090909090909 -40213296,2018,9,21,2.4285714285714284 -40213230,2017,11,3,2.6666666666666665 -40213227,1992,10,4,1.75 -40213154,1994,11,16,2 -40213154,1990,10,10,2.2 -1539411,2007,9,3,6.666666666666667 -40213154,1995,8,11,2.8181818181818183 -40213154,1997,9,13,1.8461538461538463 -40213296,2019,1,14,2.142857142857143 -40213281,2014,3,40,3.1 -40213216,2014,1,16,1.8125 -40213160,2014,1,36,1.8611111111111112 -40213260,2020,12,10,5.2 -40213296,2015,6,20,3.35 -40213160,2022,11,31,1.4838709677419355 -40213180,2019,12,28,2.607142857142857 -40213180,2013,12,26,2.1538461538461537 -40171902,1987,5,3,3 -40213180,2020,4,30,2.2333333333333334 -40220960,2002,11,1,1 -40213260,2017,4,13,1.5384615384615385 -40213251,2022,6,11,2.5454545454545454 -40213314,2018,9,17,2 -1539411,2004,3,4,2 -1310034,2017,5,1,1 -1310034,2015,4,1,1 -46275916,2015,4,1,1 -40213296,2021,2,11,2.4545454545454546 -1332419,1996,5,1,2 -19018935,2014,8,6,2 -40171902,2014,8,6,2 -40213216,2021,4,13,2.5384615384615383 -40213160,2021,6,30,2.2333333333333334 -40213304,2021,2,25,2.04 -40213251,2016,6,17,2.176470588235294 -46275916,2014,5,2,1 -40243436,2014,5,2,1 -40213314,2014,11,25,2.88 -40213281,2019,6,47,2.127659574468085 -40213160,2014,12,38,2.210526315789474 -40213260,2023,4,9,2.111111111111111 -40213260,2022,11,12,1.75 -40213201,2021,1,9,1.7777777777777777 -40213260,2022,3,16,3.3125 -1332419,2008,4,4,1.25 -40213154,2013,5,23,1.608695652173913 -40213314,2016,8,28,2.857142857142857 -19126352,1987,4,3,1 -19126352,2012,4,5,1.2 -19075601,2012,4,5,1.2 -40213306,2018,1,7,2.7142857142857144 -40213183,1973,11,1,2 -40213160,1973,11,1,2 -40213154,1977,12,5,2.2 -40213154,1971,11,3,1.6666666666666667 -40213154,1975,12,3,2 -40213296,2020,7,14,1.6428571428571428 -40243436,2015,12,2,1 -40213180,2017,1,29,3.4482758620689653 -19133768,2007,3,1,1 -19018935,2005,2,1,2 -40171902,2005,2,1,2 -40213227,2022,5,72,2.361111111111111 -1332419,2020,8,5,2 -40213183,2016,4,16,1.75 -40213198,2015,10,33,2.515151515151515 -40213154,1978,9,3,1.6666666666666667 -40213154,1979,9,3,1.6666666666666667 -40213154,1973,8,5,2 -40213299,2020,6,15,1.9333333333333333 -40213216,2018,6,20,2.45 -40213304,2018,4,25,1.92 -40171902,1990,1,2,3.5 -40213154,2008,5,15,1.9333333333333333 -40213154,2009,5,13,2.1538461538461537 -40213180,2021,10,22,2.3181818181818183 -1332419,2019,8,2,3.5 -40213201,2020,2,7,2.2857142857142856 -40213198,2019,2,44,1.7045454545454546 -40213251,2013,10,21,1.8095238095238095 -40213160,2017,7,48,1.9166666666666667 -40213281,2017,7,57,1.8771929824561404 -40213320,2016,9,27,1.8148148148148149 -40213304,2019,1,35,1.8857142857142857 -40213320,2021,2,32,2.25 -40213296,2018,8,19,2.263157894736842 -40213296,2016,8,22,1.7727272727272727 -40213230,2015,12,5,2.4 -40213299,2015,4,17,3.823529411764706 -1545959,2017,10,1,1 -40213198,2010,6,2,1.5 -1332419,2011,12,5,1.6 -1310034,2013,1,1,1 -40213154,2011,12,22,1.8636363636363635 -40213154,2005,11,16,1.5625 -40213183,2016,7,17,4.117647058823529 -40213306,2022,5,12,2.0833333333333335 -40213180,2022,5,28,2.0714285714285716 -1545959,2004,1,2,1 -40213154,2002,12,18,2.888888888888889 -40213216,2015,9,25,2.24 -40213304,2015,5,29,2.413793103448276 -40213216,2023,5,17,3.3529411764705883 -40213304,2023,1,20,3.35 -40213281,2023,5,36,2.6944444444444446 -1332419,1994,4,20,2.1 -40213216,2014,12,20,2.15 -19126352,1999,12,6,1.5 -40213154,1992,2,6,3.5 -40213314,2022,12,21,2.0476190476190474 -40213314,2022,1,25,2.2 -40213281,2022,1,50,1.96 -40213296,2000,3,1,3 -40213227,2000,3,1,3 -19075601,2004,9,2,1.5 -40213304,2022,8,25,2.16 -40213198,2023,2,37,2.6486486486486487 -40213299,2014,9,14,1.6428571428571428 -1332419,2019,9,3,1.3333333333333333 -40213227,2016,8,71,2.056338028169014 -19126352,1994,11,5,2.2 -40213154,1989,10,8,1.75 -40163554,2022,1,4,1.25 -40163554,2013,10,3,3.6666666666666665 -40213216,2020,6,20,2.35 -40213299,2022,6,15,2.2666666666666666 -40213160,2020,6,36,2.5555555555555554 -19126352,2018,3,6,1.5 -40213198,2016,2,50,2.02 -19075601,2003,3,4,1.5 -40213320,2015,9,23,1.9565217391304348 -40213299,2021,5,23,2.260869565217391 -40213304,2020,11,29,2.793103448275862 -40213304,2020,3,28,2.2857142857142856 -19075601,2023,5,12,1.4166666666666667 -40213306,2017,9,14,2 -40213216,2021,7,22,2.272727272727273 -1539411,2023,4,4,2.25 -40171902,2013,2,2,1.5 -19126352,1997,1,4,2.25 -40213154,1970,7,4,1.25 -40213183,2014,11,17,2.3529411764705883 -40213183,2019,12,20,2.05 -40213314,2015,6,30,2.6333333333333333 -40213154,1971,3,3,1.3333333333333333 -40213154,1969,3,3,1.3333333333333333 -40220960,2016,9,4,1 -40213230,2016,6,13,1.6923076923076923 -19075601,2020,10,7,1.4285714285714286 -1539411,2007,8,5,2.8 -40213260,2021,6,15,1.6 -40213299,2020,10,23,1.7391304347826086 -40213183,2020,10,22,1.8636363636363635 -1332419,2013,5,4,2.25 -1332419,2021,1,5,2 -19126352,1978,6,2,2.5 -40171902,2001,6,4,1.5 -40163554,1983,7,2,1 -40213183,2015,4,20,3.75 -40213304,2016,3,25,1.96 -19018935,2008,11,1,1 -40213183,2021,8,17,2.764705882352941 -40213154,1983,2,3,1 -1539411,2014,11,4,2.5 -40213296,2017,3,21,1.7619047619047619 -40213216,2018,10,17,1.7058823529411764 -40213299,2019,7,24,1.8333333333333333 -40213183,2023,4,24,1.875 -40213160,2023,4,34,2.3529411764705883 -40213216,2019,5,23,1.9565217391304348 -40213299,2023,1,20,1.8 -40213154,1972,4,5,1.4 -40213154,1966,4,2,1 -40213216,2022,4,18,1.6111111111111112 -40213314,2020,2,29,1.8620689655172413 -40213198,2020,2,47,2.1914893617021276 -19075601,2008,9,6,2 -40213201,2019,3,5,1.4 -40171902,2012,4,3,1.3333333333333333 -1539411,2018,9,9,2 -19126352,2020,10,3,1.3333333333333333 -40163554,2005,7,1,2 -40213154,1986,4,14,4.214285714285714 -19133768,2015,1,2,1 -40213154,2004,1,15,1.9333333333333333 -40213227,2005,2,4,3.25 -40213154,2012,3,24,2.75 -19018935,2017,11,3,4.333333333333333 -40213160,2020,10,41,3.048780487804878 -19018935,2004,2,1,3 -19075601,2017,8,13,1.4615384615384615 -19133768,1982,10,1,1 -40213154,1976,5,3,2.6666666666666665 -40213201,2016,1,10,3.1 -40213304,2022,9,20,1.6 -40213201,2022,6,10,2.8 -40213154,1995,9,11,1.3636363636363635 -40213154,2005,3,10,2.5 -40213227,1992,6,1,4 -40213154,1989,6,5,5 -40213154,1990,6,6,4.5 -40213154,1988,5,7,6.428571428571429 -40213230,2014,1,11,2.909090909090909 -40243436,2011,3,1,1 -40213154,2011,1,15,1.6666666666666667 -40213154,2004,12,12,2.0833333333333335 -40213201,2015,8,8,4 -19075601,2015,5,12,1.25 -40213320,2020,3,30,2.8333333333333335 -40213154,1964,8,2,1.5 -40220960,2015,2,3,1 -40213296,2014,7,15,1.6666666666666667 -19018935,1990,2,1,2 -40163554,2017,8,4,2.25 -19018935,2008,3,4,1.25 -40163554,2009,9,4,2 -19126352,2003,5,3,1.6666666666666667 -40213154,1999,7,13,1.7692307692307692 -40213304,2019,12,21,1.8571428571428572 -40213281,2020,2,51,2.0784313725490198 -40213216,2020,10,21,4 -40213198,2022,5,40,2.05 -40213230,2013,11,5,6.2 -19126352,2014,5,7,1.5714285714285714 -40213154,1961,5,1,2 -40213154,1959,4,4,1.75 -40171902,2015,9,5,2 -19075601,2006,7,3,2 -1332419,2006,7,3,2 -1539411,2006,7,3,2 -1545959,2007,1,3,1 -19126352,1959,6,2,4 -40213154,1966,7,1,5 -19075601,2016,3,5,2 -40213230,2023,1,7,1.7142857142857142 -40213154,2010,8,15,2.2666666666666666 -19126352,2012,7,7,1.5714285714285714 -19018935,2015,7,4,2.5 -19075601,2012,7,9,1.4444444444444444 -1539411,2003,2,1,1 -40213230,2008,3,1,1 -40213251,2002,2,1,1 -40213227,2021,10,57,2.0526315789473686 -19018935,2020,7,2,3 -40213260,2013,11,8,2.125 -40213296,1996,4,1,1 -40213227,1997,4,5,2.4 -40213154,1994,3,6,2.6666666666666665 -40213154,1999,4,13,2.076923076923077 -40213180,2015,10,20,2.05 -40171902,2016,4,2,3 -1332419,2009,12,1,2 -40213304,2018,7,20,1.75 -40213230,2015,1,10,3.1 -19126352,1988,4,1,2 -1539411,1991,4,11,2 -40213304,1994,3,1,2 -1332419,2000,10,3,1.6666666666666667 -46275916,1963,6,1,1 -40213154,1958,11,1,1 -40213154,1953,10,1,1 -40213251,2019,2,13,2.076923076923077 -40213260,2014,12,20,2.5 -40213230,2019,2,9,1.4444444444444444 -40171902,1997,6,2,2 -19126352,2013,2,1,2 -19075601,2013,2,2,2.5 -40213260,2015,2,16,3.0625 -40213296,2022,2,14,2.2857142857142856 -40213183,2020,6,17,2.0588235294117645 -19126352,2020,6,5,3 -19075601,2020,6,8,3 -40243436,1991,3,1,1 -1545959,2000,4,1,1 -40163554,2015,2,3,2 -40213154,1985,10,5,1.4 -19126352,2015,7,4,2 -19018935,2018,3,5,2.2 -40213201,2017,9,8,2.5 -1332419,2020,9,8,1.625 -1545959,2020,8,2,1 -19018935,2003,6,3,2.6666666666666665 -1310034,2012,7,1,1 -1539411,1993,6,2,2 -19126352,2021,4,4,1.25 -19075601,2021,4,5,1.2 -40213230,2022,10,14,4.285714285714286 -1545959,2013,6,2,1 -40213306,2021,9,9,2.3333333333333335 -40213306,2015,9,7,1.8571428571428572 -40213227,1997,7,1,2 -19018935,2017,3,4,1.75 -40213227,2006,11,3,1.3333333333333333 -40213306,2017,8,12,2.3333333333333335 -40213306,2019,8,11,2.4545454545454546 -19126352,1953,3,1,1 -40213306,2018,12,10,3 -40220960,2014,10,3,1 -40213306,2019,9,5,1.2 -1310034,2021,7,3,1 -19126352,1996,4,3,1.6666666666666667 -40213260,2016,4,10,3.9 -40171902,2022,9,2,1.5 -40213154,1972,7,4,2.25 -40213183,2015,7,17,4.764705882352941 -19133768,2021,11,4,1 -19018935,2009,4,4,1.75 -1332419,2002,11,3,1.3333333333333333 -19126352,1990,8,3,2 -40213154,1984,12,3,1.6666666666666667 -40213154,1980,12,4,2 -1332419,2003,7,3,4.333333333333333 -1545959,2020,9,1,1 -40213201,2017,8,16,1.75 -40213183,2019,1,18,3.5 -40213154,1987,4,13,4 -40213154,2002,1,10,2 -19126352,1964,6,2,1 -40163554,2018,1,1,1 -19126352,1981,1,2,1.5 -19133768,1981,1,1,1 -40213154,1981,10,5,2 -40213154,1985,6,4,2 -19018935,2016,5,6,3 -19018935,1995,9,2,1 -40213230,2014,12,10,3.2 -19126352,2004,2,5,1.2 -40213299,1995,2,1,2 -40213154,1996,2,11,2.272727272727273 -40220960,2019,2,7,1 -40243436,2010,9,1,3 -40213227,2010,9,3,2 -1539411,1996,2,2,1.5 -40213201,2013,12,12,2.6666666666666665 -40213251,2013,6,4,1.75 -40163554,2003,2,4,1.5 -40213320,2023,6,11,1.8181818181818181 -1310034,2006,10,1,1 -19126352,2001,6,3,3.3333333333333335 -1332419,2001,6,3,3.3333333333333335 -40213201,1989,11,1,2 -40213306,2020,6,10,1.8 -19126352,2010,3,4,2 -40213227,2001,5,1,1 -40213201,2018,1,12,2.1666666666666665 -40213201,2016,12,11,6 -19075601,2021,7,7,1 -19075601,2000,11,4,1.75 -19075601,2018,6,11,1.1818181818181819 -19018935,2014,9,1,1 -40171902,2014,9,1,1 -40213201,2019,11,11,1.7272727272727273 -19133768,1997,5,2,1 -19018935,1999,11,2,2.5 -40213201,2023,4,6,1.6666666666666667 -19075601,2004,8,4,1.25 -40163554,2014,7,6,2.3333333333333335 -40163554,2022,12,4,1.75 -40213201,2021,12,9,1.5555555555555556 -40171902,1992,9,2,1 -19075601,2019,5,12,2.3333333333333335 -1539411,2019,2,5,2.4 -40213154,1986,7,2,1.5 -40213154,1987,7,1,2 -19126352,2022,4,7,1.4285714285714286 -19018935,2006,11,1,1 -40171902,1989,6,1,3 -19075601,2016,11,8,1.5 -40171902,2015,8,1,1 -1310034,2013,12,2,1.5 -1539411,1995,12,3,1.3333333333333333 -19075601,1997,12,18,2 -40213299,2016,5,18,2.5555555555555554 -40213216,2015,8,19,3 -19126352,2006,6,6,6 -1545959,2005,6,2,1 -40243436,2013,2,1,1 -40213230,2020,8,7,1.8571428571428572 -40213296,2015,10,18,1.8888888888888888 -40213296,2014,4,9,2 -19075601,2010,7,5,1.4 -40213230,2021,2,10,3.3 -1332419,2023,1,6,3 -40213251,2018,11,15,1.7333333333333334 -40213183,2018,11,15,1.7333333333333334 -1332419,1995,2,1,3 -1332419,2003,4,2,4 -40171902,2011,8,2,1.5 -1539411,1994,4,2,1.5 -1545959,1996,8,3,1 -40213306,2014,12,5,3 -19126352,2011,5,5,1.2 -1539411,2011,5,2,1.5 -1545959,2018,7,4,1.25 -1539411,2004,11,2,4 -1545959,2003,11,1,1 -19075601,2003,11,7,1.5714285714285714 -19133768,2003,11,1,1 -40213230,2017,3,4,2.5 -19126352,2010,11,4,3 -40213299,2017,10,8,2.75 -40213314,2015,10,19,2.789473684210526 -19126352,1991,5,1,2 -19126352,1993,3,2,3.5 -40213251,1986,6,1,1 -40213314,1985,9,1,1 -19075601,2022,5,12,1.0833333333333333 -19126352,2017,3,2,6.5 -19018935,2013,9,1,2 -19126352,1987,7,2,1.5 -40213296,2017,11,17,2.9411764705882355 -19126352,1978,10,1,2 -1332419,2009,1,2,2 -40163554,1990,6,2,2 -40213299,2022,10,19,3.5789473684210527 -40213154,1979,8,3,1.6666666666666667 -40213154,1978,8,3,1.6666666666666667 -40213251,2022,10,14,2.142857142857143 -19126352,2019,11,1,1 -40213304,2010,9,1,1 -40213198,2011,11,2,2 -40163554,2021,9,3,1.3333333333333333 -1332419,1999,2,2,1.5 -40213227,2006,3,2,1.5 -40243436,2003,4,1,1 -40213154,1957,11,2,1.5 -40213154,1954,11,2,1.5 -40171902,1983,12,2,15 -1545959,2008,3,1,1 -19126352,2019,3,7,3.4285714285714284 -40243436,2015,1,2,1 -40213230,2020,9,5,1.6 -19126352,1966,7,1,1 -40213154,1949,6,1,1 -40213154,1950,7,2,1.5 -40163554,1999,5,2,3.5 -19018935,2010,10,2,1 -1539411,2022,4,4,1.75 -40213180,2005,7,1,1 -40213180,2009,8,1,1 -40213306,2020,10,5,2.6 -40213260,2011,5,1,2 -19133768,2022,3,1,1 -1332419,2008,7,4,2.25 -1332419,2016,12,2,2.5 -40213154,1973,9,1,1 -40163554,1992,10,1,2 -19018935,1982,6,1,11 -40163554,2021,8,2,2.5 -40213154,1963,12,1,3 -1539411,1999,12,3,2 -40171902,2011,9,4,2.25 -19133768,2004,5,1,1 -19018935,1977,5,2,4 -40213227,1996,9,2,3.5 -40163554,2020,5,3,3.6666666666666665 -40171902,2021,7,6,5.833333333333333 -40213306,2021,8,5,2.2 -40163554,2002,2,1,1 -19018935,2002,2,1,1 -40171902,2002,2,1,1 -40213201,1996,7,1,5 -19018935,2010,6,2,2.5 -1545959,2018,4,1,1 -19126352,1964,10,3,1.3333333333333333 -19126352,1992,6,4,2.75 -1545959,2004,12,1,1 -1332419,2004,7,4,2 -19126352,2001,10,3,2 -1332419,2001,10,2,2.5 -40163554,2009,8,2,1 -40163554,1980,11,1,1 -40220960,2017,6,6,1 -1539411,2010,12,4,1.5 -40163554,2005,4,2,2 -19126352,1993,11,2,1 -40213154,1984,1,2,3 -40171902,1990,12,2,4 -1539411,2001,2,3,1.6666666666666667 -1332419,2016,1,2,2 -46275916,2020,11,2,1 -40163554,1998,6,2,2.5 -1545959,2013,10,1,1 -1539411,2021,5,5,1.6 -40163554,2023,2,3,1.6666666666666667 -40243436,1962,1,1,1 -40171902,2012,7,2,2.5 -40213201,2018,12,5,1.6 -19018935,2019,5,4,4.25 -40171902,2019,5,4,4.25 -19075601,1999,7,1,2 -1539411,2002,8,2,1 -19126352,2015,4,9,5.444444444444445 -40213154,1951,10,1,1 -40163554,2014,4,2,19 -1545959,2019,8,2,1 -1539411,2002,9,1,1 -1545959,2021,12,1,1 -1539411,2018,8,2,2 -40213306,2011,8,1,1 -1545959,2007,12,1,1 -40213201,2022,10,5,1.8 -1332419,2021,12,4,2.25 -19126352,2016,5,7,1.2857142857142858 -1332419,1997,6,2,2 -1545959,2010,12,2,1 -40171902,2018,6,2,2 -40163554,2008,1,1,1 -40163554,2012,10,2,1.5 -1539411,1994,7,1,1 -19075601,2018,10,8,1.375 -40163554,2007,2,2,1.5 -19126352,1996,7,3,1.3333333333333333 -40220960,2021,10,2,1 -40171902,2022,8,4,2 -19018935,2009,7,2,3 -40163554,2019,7,3,1.3333333333333333 -1332419,2015,1,3,3.3333333333333335 -19126352,1988,7,1,1 -40163554,2004,11,2,4 -40171902,2004,11,2,4 -19126352,1971,11,1,3 -1539411,2009,2,2,3 -1545959,2023,2,2,1 -19133768,2007,11,2,1 -40213296,2002,11,1,2 -40171902,2010,11,1,2 -40213201,1991,8,1,1 -40171902,2001,10,1,2 -1310034,2001,6,1,1 -46275916,2001,6,1,1 -1539411,2014,3,2,2.5 -1332419,2002,3,3,1.6666666666666667 -19018935,1992,1,1,2 -1539411,1995,1,3,3.3333333333333335 -40163554,2013,6,2,1.5 -1332419,2011,1,5,1.2 -19126352,1943,4,1,5 -40213154,1953,6,1,5 -40213154,1959,7,1,5 -40163554,2016,8,4,1.5 -19133768,2006,6,2,1 -40213306,2014,1,5,1.8 -40243436,2017,8,1,1 -1310034,2023,2,1,1 -1332419,2017,8,3,1.6666666666666667 -40213154,1977,1,2,1 -19126352,1971,3,1,1 -40213227,1996,8,1,1 -40171902,2006,2,2,1 -40243436,2020,8,1,1 -19126352,1963,6,2,1.5 -40213227,2011,7,1,2 -40213198,2011,3,1,1 -40171902,1982,12,2,2 -19018935,2023,5,3,1.6666666666666667 -40213198,2010,10,1,2 -1539411,2015,2,2,2 -19075601,1999,4,2,4 -40213227,1999,3,3,1.6666666666666667 -40213306,2006,9,1,2 -1332419,2007,5,4,2 -1539411,1999,1,4,9.75 -19126352,1999,1,6,6.833333333333333 -1545959,2011,8,1,1 -40243436,2023,4,1,1 -1545959,2011,9,2,1 -40213296,1996,7,1,2 -40213154,1975,1,1,2 -40213227,2011,4,2,2.5 -19126352,2009,8,3,1.3333333333333333 -40243436,2020,9,1,1 -19018935,2013,8,1,1 -40220960,2009,9,1,1 -1545959,2012,9,3,1 -40171902,2009,3,4,1.75 -19126352,2022,7,3,1.3333333333333333 -1545959,2019,9,1,1 -40213227,2007,11,2,1.5 -1310034,2004,4,1,1 -40213201,2003,1,1,2 -19018935,2015,4,2,1.5 -19075601,2002,6,2,1.5 -19018935,1991,8,4,2.75 -19126352,1980,11,1,1 -40171902,1995,6,1,2 -1332419,2018,2,5,1.8 -19126352,2006,10,5,1 -19133768,2006,10,4,1 -19126352,1963,10,1,1 -40213154,1954,3,2,1 -19075601,2014,9,8,1.5 -1332419,2014,9,4,2 -19133768,2008,1,1,1 -40171902,1991,4,1,1 -40171902,2017,5,4,1.25 -19126352,1977,10,1,1 -40213154,1970,4,1,1 -40171902,1992,8,2,1.5 -40213227,2012,9,1,1 -40220960,2022,6,4,1 -19126352,1990,9,1,2 -40163554,1993,1,1,1 -40171902,1993,1,1,1 -19126352,1954,9,1,5 -19133768,1991,2,1,1 -19133768,2002,3,1,1 -1332419,2017,9,2,1 -1545959,2009,6,1,1 -40171902,1983,1,1,2 -40220960,2021,6,4,1 -1545959,2006,4,1,1 -19075601,2006,4,1,1 -40213154,1967,8,1,1 -1545959,1998,9,2,1 -40220960,2013,6,2,1 -19075601,2010,4,2,2 -1545959,2009,10,1,1 -19126352,2008,5,3,2 -19126352,1997,12,2,1.5 -40171902,2003,1,3,2 -40163554,2019,4,2,3 -40213154,1974,6,1,2 -1545959,2003,3,1,1 -19133768,2003,3,1,1 -40163554,2006,9,3,2 -40163554,1991,5,1,15 -19126352,1968,8,1,3 -1310034,2002,2,1,1 -40213306,1996,4,1,2 -40213154,1969,11,2,1.5 -40163554,1998,10,1,2 -19126352,2021,7,2,1 -40213230,2022,6,7,1.1428571428571428 -40163554,2006,8,1,2 -46275916,2020,3,1,1 -19075601,1998,2,3,1.6666666666666667 -40213201,2002,2,1,1 -40213227,2007,3,1,1 -1539411,2008,2,1,2 -40213154,1950,4,3,3.3333333333333335 -40243436,1992,11,1,1 -19018935,1986,4,1,2 -46275916,2021,11,1,1 -40171902,1985,6,1,2 -19126352,1976,2,1,1 -40163554,1984,2,1,1 -40163554,2017,9,1,2 -40213201,2007,9,2,2 -1545959,2015,6,1,1 -40220960,2016,8,3,1 -40213201,2001,2,1,1 -1332419,2015,12,1,1 -1539411,2022,7,1,2 -19133768,1990,12,2,1 -40213154,1981,6,1,4 -1545959,2021,1,2,1 -40220960,1988,5,1,1 -1545959,1996,9,1,1 -19133768,2022,11,1,1 -46275916,2012,11,1,1 -19018935,1984,7,1,2 -40163554,2004,3,2,2 -40171902,2004,3,2,2 -19133768,2016,10,3,1 -40213260,2007,1,3,3 -1310034,2016,8,2,1.5 -46275916,2016,8,2,1.5 -46275916,2003,2,1,1 -46275916,1998,9,1,1 -40220960,2014,6,1,1 -19126352,1960,9,1,2 -1332419,1998,7,1,2 -40213299,2003,12,1,1 -40220960,2002,3,1,1 -40213260,2009,2,1,1 -19126352,1945,10,1,2 -40213154,1963,1,2,2 -40213227,2012,8,1,7 -40213306,1993,5,1,5 -19133768,2018,12,1,1 -19126352,1992,10,1,2 -40220960,2013,10,1,1 -40213320,2008,9,1,2 -40213320,2006,9,1,2 -40163554,2011,2,1,1 -40213306,2005,4,1,1 -40213180,2005,4,1,1 -40163554,2012,6,1,2 -19126352,1998,5,1,1 -1332419,2012,6,1,2 -40171902,2010,3,1,2 -40213227,2009,5,1,2 -40243436,2019,10,1,1 -40171902,1997,10,1,2 -40220960,2017,10,2,1 -40171902,1991,7,1,2 -19018935,1993,2,2,2 -19133768,2001,2,1,1 -40171902,1989,10,1,1 -46275916,2011,6,1,1 -40163554,2016,9,1,2 -19133768,1994,8,1,1 -19018935,2020,4,1,2 -1332419,2012,10,3,1.6666666666666667 -19018935,1978,12,1,2 -1310034,2022,5,1,1 -40213227,1993,9,1,2 -1545959,2000,7,1,1 -40163554,1980,3,1,1 -40213154,1957,3,2,1.5 -40213154,1958,3,1,2 -40213201,2011,1,1,2 -40213216,2006,2,1,1 -40213304,2002,4,1,1 -40213160,2002,9,1,1 -40213314,2003,6,1,1 -40213281,2003,9,1,1 -46275916,2022,10,1,1 -40163554,2010,1,1,1 -40243436,2021,9,1,1 -40243436,1960,4,1,1 -46275916,1994,9,1,1 -19126352,1974,3,2,1 -40213160,1965,12,1,1 -19126352,1984,4,1,2 -40213227,2010,8,1,1 -40171902,2007,9,1,1 -19133768,1990,1,1,1 -40213227,1995,9,2,1 -19126352,1941,4,1,2 -1310034,2008,12,1,1 -40171902,2008,2,1,1 -40213154,1974,10,1,1 -19018935,2003,10,1,2 -40213154,1960,10,1,2 -19133768,1994,9,1,1 -19018935,2006,3,1,2 -1545959,2022,5,1,1 -19018935,2020,11,5,2 -40213154,2020,11,697,2.3873744619799138 -40213154,2017,10,645,2.3767441860465115 -40213154,2018,10,617,2.2901134521880064 -40213154,2016,10,661,2.514372163388805 -40213260,2017,3,10,3 -40213154,2020,3,679,2.444771723122239 -40213154,2014,3,618,2.5372168284789645 -40213154,2014,11,591,2.3214890016920475 -40213306,2018,8,9,1.7777777777777777 -40213251,2019,10,18,2.5 -40213198,2019,10,39,1.9487179487179487 -40213154,2019,4,615,2.538211382113821 -40213227,2017,5,66,1.9696969696969697 -40213260,2016,3,15,2.2666666666666666 -40213154,2021,6,600,2.295 -19126352,2000,5,1,4 -1539411,2000,5,1,4 -40213227,2018,2,68,2.823529411764706 -40213154,2021,10,662,2.098187311178248 -40213183,2016,11,22,1.9545454545454546 -19126352,1999,9,2,3.5 -19133768,2008,8,2,1 -19018935,2009,11,2,1.5 -1539411,1999,9,2,3.5 -40213154,2017,6,628,2.390127388535032 -40213154,2023,6,324,2.2623456790123457 -40213154,2019,7,662,2.3595166163141994 -40213183,2015,3,19,1.9473684210526316 -40213306,2015,1,13,1.6923076923076923 -40213227,2015,1,65,1.8307692307692307 -40213227,2016,12,73,1.821917808219178 -40213154,2016,6,616,2.262987012987013 -40213251,2018,7,13,2.230769230769231 -40213183,2018,7,13,2.230769230769231 -40213160,2022,4,34,2.0294117647058822 -40213198,2017,10,37,2.081081081081081 -40213198,2018,7,42,1.9285714285714286 -40213154,2018,6,627,2.2264752791068583 -40213251,2017,6,20,2 -40213304,2016,4,26,2.3461538461538463 -40213198,2017,6,57,2.7017543859649122 -40213216,2013,6,9,1.7777777777777777 -40213198,2013,6,18,2 -40243436,2016,5,2,1 -40213299,2019,3,26,2.6153846153846154 -40213314,2017,12,26,2.6538461538461537 -40213314,2017,1,27,2.6296296296296298 -40213160,2017,3,36,2.888888888888889 -40213281,2017,3,45,2.7333333333333334 -40213314,2022,9,22,1.6363636363636365 -40213198,2021,10,49,1.836734693877551 -40213296,2020,11,25,1.8 -40213227,2015,12,74,2.027027027027027 -40213227,2019,11,60,3 -40213154,1994,7,8,2.375 -40213154,2002,8,19,1.736842105263158 -40213216,2015,1,15,2.8 -40213183,2019,9,14,2.142857142857143 -40213260,2020,8,19,2.263157894736842 -40171902,2012,3,2,1.5 -40213201,2019,4,5,3.2 -40213198,2018,4,38,1.763157894736842 -19075601,1997,8,18,2 -40213154,2002,9,11,1.8181818181818181 -40213306,2023,1,10,2 -40213180,2023,1,22,1.8181818181818181 -40213299,2015,11,22,1.9090909090909092 -40213296,2022,6,20,1.65 -40213183,2017,5,16,2 -40213227,1995,1,1,4 -40213154,1998,1,16,4.125 -40213154,1997,1,13,4.846153846153846 -40213154,1995,1,8,6 -40213230,2015,8,9,2.6666666666666665 -40213314,2016,1,37,2.4864864864864864 -40213314,2015,2,28,2.2857142857142856 -40213160,2015,7,38,2.6842105263157894 -40213160,2015,4,35,2.657142857142857 -40213198,2015,2,42,2.5714285714285716 -40213304,2022,12,24,2.6666666666666665 -40213160,2022,7,35,2.057142857142857 -40213198,2023,6,15,1.6666666666666667 -40213281,2022,9,40,1.8 -40213216,2017,4,22,1.8181818181818181 -40213183,2021,12,24,2.375 -40213230,2021,6,8,2.25 -40213320,2021,6,21,2.142857142857143 -40213251,2015,5,13,2.6923076923076925 -40213320,2014,6,21,2.1904761904761907 -40213314,2018,12,27,1.5925925925925926 -40213314,2018,1,30,1.6666666666666667 -40213160,2018,6,38,2.1052631578947367 -40213180,2016,2,19,1.894736842105263 -40213230,2016,2,9,1.7777777777777777 -19018935,2020,3,2,1.5 -40213227,2016,1,72,2.2222222222222223 -40213183,2016,3,19,2.210526315789474 -40213227,2021,2,58,3.1551724137931036 -40213306,2016,5,8,2.5 -40213296,2004,6,1,1 -40213154,2005,7,12,2.0833333333333335 -40213216,2021,11,23,2.347826086956522 -40213304,2021,6,34,2.1470588235294117 -40213314,2022,8,30,1.8333333333333333 -40213183,2014,4,12,2.75 -40213314,2014,4,21,2.0952380952380953 -40213198,2013,10,42,1.8333333333333333 -40213281,2014,7,41,2.8048780487804876 -40213304,2018,3,21,2.4285714285714284 -40213160,2018,10,37,1.837837837837838 -40213198,2016,6,41,2.5121951219512195 -40213227,2020,2,62,2.5806451612903225 -40213201,2023,3,7,3.5714285714285716 -40213198,2014,5,46,2.6956521739130435 -40213299,2014,12,19,1.6842105263157894 -40213180,2017,8,27,2.2962962962962963 -40213306,2020,2,8,2 -40213296,2019,8,13,2 -19075601,1998,6,3,2.3333333333333335 -40213154,2011,9,30,2.3 -40213296,2016,12,10,2.2 -40213296,2014,11,12,2.9166666666666665 -40213260,2014,9,13,1.9230769230769231 -40213160,2021,2,28,2.5714285714285716 -19126352,2005,9,5,2.4 -1332419,2005,9,4,2.75 -1539411,2005,9,4,2.75 -40213198,2016,10,49,3.306122448979592 -40213299,2019,11,23,2.4782608695652173 -40213160,2017,11,34,2.588235294117647 -40213281,2017,11,40,2.55 -40213180,2020,3,26,3.1153846153846154 -40213180,2015,2,23,1.9565217391304348 -40213299,2018,5,24,2.4583333333333335 -40213299,2017,2,25,2.16 -40213216,2016,5,23,1.9130434782608696 -40213230,2017,7,12,3.5 -1332419,2002,7,6,1.6666666666666667 -40213180,2013,9,18,2.2222222222222223 -40213180,2018,6,29,1.9655172413793103 -40213154,1992,10,14,2 -40213251,2023,5,14,1.5714285714285714 -40213281,2022,8,39,1.6666666666666667 -40213306,2019,12,11,2.1818181818181817 -19018935,1987,5,3,3 -40213227,2019,3,69,2.1884057971014492 -19126352,2021,3,4,5 -19075601,2021,3,12,2.3333333333333335 -40213296,2014,3,24,3.4583333333333335 -19075601,2014,1,11,1.3636363636363635 -1332419,2014,1,6,1.5 -1332419,2004,3,4,2 -40213260,2016,11,10,2 -40213251,2016,2,19,2.1578947368421053 -1310034,2003,9,1,1 -40213227,2002,6,2,2.5 -40213260,2015,10,12,2.75 -40213306,2017,12,6,5.166666666666667 -40213198,2021,6,42,2.380952380952381 -1310034,2014,5,2,1 -40213216,2014,9,19,2.736842105263158 -40213251,2019,6,13,2.1538461538461537 -40213160,2014,9,32,2.5 -40213320,2023,2,33,2.4242424242424243 -40213320,2020,4,19,2.6315789473684212 -40220960,2016,12,4,1 -40243436,2021,1,2,1 -40213154,2012,4,21,1.6666666666666667 -40213183,2015,11,18,2.4444444444444446 -46275916,1979,12,1,1 -40213183,1971,5,1,2 -40213154,1978,12,2,2.5 -40213154,1972,11,3,1.6666666666666667 -40213154,1970,11,2,1.5 -40163554,1994,6,2,1.5 -19018935,1994,6,2,1.5 -19126352,2007,3,6,2.8333333333333335 -40213183,2014,7,14,2.0714285714285716 -40213216,2013,10,17,1.9411764705882353 -40213251,2018,4,19,2.210526315789474 -40213183,2018,4,19,2.210526315789474 -40213314,2014,7,26,3.3846153846153846 -40213154,1977,9,1,1 -40213154,1980,9,3,1.6666666666666667 -40213154,1975,8,5,1.2 -40213183,2022,12,20,1.9 -40213183,2023,3,15,2 -40213160,2023,3,30,2.1666666666666665 -40213198,2019,6,37,1.972972972972973 -40163554,2004,4,2,1.5 -40171902,2004,4,2,1.5 -40213154,1949,2,3,1 -40213154,1947,3,3,3 -40213154,1950,3,2,1 -40171902,1984,5,1,1 -1545959,2011,12,1,1 -40213227,2006,4,3,2.6666666666666665 -40213154,2007,5,13,2 -40213154,2005,4,12,1.75 -40220960,2022,2,6,1 -40213230,2021,10,8,1.75 -40213320,2021,10,23,1.7826086956521738 -40213281,2015,9,49,2.2653061224489797 -40163554,2017,1,2,1 -1539411,2014,4,4,2 -40213230,2014,8,7,2.7142857142857144 -40213180,2019,9,18,1.9444444444444444 -40213304,2019,9,37,2.27027027027027 -40213281,2020,6,49,2.489795918367347 -40213320,2015,12,19,2.6842105263157894 -40213320,2016,12,25,2.28 -40213299,2014,1,15,4 -40213251,2017,10,8,2 -40213281,2014,4,35,2.4571428571428573 -40213299,2015,3,18,3.7222222222222223 -19075601,2016,7,7,1.4285714285714286 -40213296,2021,10,13,1.9230769230769231 -1332419,2019,1,3,1.6666666666666667 -46275916,2013,1,1,1 -40213198,2012,12,2,2.5 -40213154,2010,12,24,2.0416666666666665 -40213260,2023,3,20,2.9 -19075601,2004,1,6,1.1666666666666667 -40213154,2001,12,20,2.7 -40213154,1999,11,10,3.4 -40213306,2015,12,15,2.2666666666666666 -40213180,2020,11,30,1.7666666666666666 -40213281,2020,10,49,2.816326530612245 -1539411,1991,3,15,1.8666666666666667 -40213154,1999,3,18,1.6666666666666667 -40213320,2014,10,24,2.5 -40213216,2022,3,16,2 -19133768,2002,7,4,1 -40213180,2017,9,31,2.129032258064516 -40213230,2018,5,8,1.625 -40213180,2014,5,22,2.090909090909091 -19126352,2006,2,5,1.4 -40213314,2023,2,19,3.1052631578947367 -40213201,2021,9,9,1.8888888888888888 -1332419,1994,11,21,2.2857142857142856 -1539411,1994,11,5,2.2 -40213306,2017,1,13,5.153846153846154 -40171902,2022,1,4,1.25 -40171902,2013,10,3,3.6666666666666665 -40213314,2020,6,26,2.230769230769231 -40213198,2020,6,39,2.4615384615384617 -1545959,2018,3,3,1 -40213201,2008,5,2,2 -40213216,2015,12,19,1.894736842105263 -1332419,2003,3,3,1.6666666666666667 -19075601,2017,12,13,1.3076923076923077 -40213230,2015,9,8,2.25 -40213304,2020,4,33,2.8484848484848486 -40213314,2021,5,30,2.2333333333333334 -40213216,2017,7,23,2.1739130434782608 -1310034,2010,4,2,1 -19075601,2000,7,3,1.6666666666666667 -40213154,2004,8,16,2 -40213320,2013,9,19,1.9473684210526316 -40171902,2018,2,2,1.5 -40213180,2018,10,28,2.0357142857142856 -40163554,2013,2,2,1.5 -40213154,1971,7,5,1.2 -40213154,1969,7,2,1 -40213154,1962,5,3,1.3333333333333333 -40213304,2014,5,25,3.48 -1332419,2011,9,6,1.5 -40213154,1972,3,4,2.75 -40213154,1970,3,4,1.25 -40213296,2017,4,21,2.761904761904762 -40213260,2013,7,21,2.0476190476190474 -40213296,2018,1,16,1.9375 -40213296,2016,1,11,2.3636363636363638 -40213314,2020,10,34,3.1176470588235294 -40213198,2020,10,51,2.7450980392156863 -1539411,2013,5,4,2.25 -40213227,2013,12,53,2.018867924528302 -40213306,2014,9,10,2.3 -40213306,2019,1,13,2 -19126352,1993,4,2,1.5 -40213154,1987,3,9,1.5555555555555556 -40213154,1986,3,7,1.4285714285714286 -40213304,2020,7,27,2.5185185185185186 -40213314,2016,12,27,2.5555555555555554 -40213296,2018,12,18,2.2222222222222223 -40213154,1981,2,4,1.25 -40213260,2019,3,16,1.8125 -40213251,2020,5,17,2.235294117647059 -40213260,2022,4,14,2.142857142857143 -40213260,2015,6,20,2.05 -40213314,2019,5,31,2.2580645161290325 -40213160,2019,5,47,2.0638297872340425 -40213154,1969,4,3,1 -40213304,2021,10,30,2.033333333333333 -40213304,2022,1,27,1.8888888888888888 -40213183,2022,1,17,2.176470588235294 -40213296,2019,9,17,2.2941176470588234 -40213230,2020,1,9,2.3333333333333335 -40213304,2019,8,24,1.75 -40213304,2018,11,24,2.125 -40213183,2020,2,21,2.5238095238095237 -40213299,2020,2,18,1.8888888888888888 -1332419,2010,5,2,1.5 -40213201,2019,7,11,1.9090909090909092 -1332419,2019,12,4,2.5 -19133768,2023,1,3,1 -40171902,2003,8,2,2 -19133768,1987,5,1,1 -40213216,2022,11,11,1.7272727272727273 -40213296,2015,2,12,1.6666666666666667 -40243436,2012,1,1,1 -19075601,1997,9,30,1.8666666666666667 -40213251,2021,4,20,3.1 -40213304,2016,7,22,2 -40213320,2020,7,32,1.84375 -19018935,2014,1,2,2 -40171902,2014,1,2,2 -1332419,2017,12,3,1.6666666666666667 -40213201,2018,8,19,2.526315789473684 -40213154,1996,10,7,1.7142857142857142 -19126352,1980,4,2,3 -40213154,1982,5,1,5 -1539411,2008,10,6,1.8333333333333333 -40213260,2019,11,10,4.5 -1310034,1999,8,1,1 -1539411,1995,9,1,2 -40213201,2000,2,1,5 -40171902,1990,8,1,2 -19126352,1960,12,2,3 -40213154,1992,6,7,2.142857142857143 -40213320,2015,1,24,2.9583333333333335 -1332419,1995,10,1,1 -40213154,2010,1,16,1.875 -40213296,2023,1,16,1.625 -19126352,2020,2,3,4.333333333333333 -19075601,2020,2,11,2 -40213154,2006,5,13,2 -40163554,2007,6,3,1.6666666666666667 -40213154,1963,8,1,2 -1539411,2009,6,3,1.3333333333333333 -40243436,2017,12,4,1 -40163554,1990,2,1,2 -40213180,2013,8,20,1.9 -40213216,2020,2,20,1.8 -40213160,2020,2,39,2.230769230769231 -40213183,2021,1,22,1.7727272727272727 -40213260,2017,11,11,1.8181818181818181 -40213260,2022,7,20,1.6 -40213296,2017,7,11,1.5454545454545454 -40213201,2015,12,8,1.875 -19075601,2007,5,9,1.6666666666666667 -1332419,1994,3,12,2 -1545959,2019,12,4,1 -40213227,1997,3,3,1.6666666666666667 -40213296,2021,6,13,2.1538461538461537 -40213230,2022,2,9,1.8888888888888888 -40220960,2018,5,7,1 -19126352,1933,6,1,2 -40213154,1958,4,2,1.5 -40213154,1965,5,3,1.6666666666666667 -40213201,2013,8,11,4.7272727272727275 -19126352,2004,6,7,2.142857142857143 -40213154,2001,1,17,2.588235294117647 -40213154,1997,12,14,2 -40213154,1995,12,17,1.7647058823529411 -40213154,1998,12,18,1.9444444444444444 -19075601,2021,11,10,1.8 -40220960,2021,2,4,1 -40171902,2021,11,3,1.6666666666666667 -40171902,2016,3,1,3 -19133768,2012,10,2,1 -40213201,2015,1,6,2 -40213260,2020,9,14,3.7142857142857144 -40213154,2012,7,19,2.1578947368421053 -1545959,2003,7,1,1 -19075601,2003,7,6,2.6666666666666665 -19133768,2003,7,1,1 -40213154,2003,5,16,1.875 -40213281,2019,2,38,2 -40213201,2020,6,3,1.6666666666666667 -40213320,2016,1,24,2.5833333333333335 -1539411,2019,10,5,2.2 -40163554,2006,1,2,1.5 -1539411,2002,12,2,2 -19126352,2009,12,1,2 -40213306,2021,1,3,2.6666666666666665 -40213183,2019,8,20,2.25 -1545959,1996,12,2,1 -40213314,1994,5,1,2 -40213160,1994,7,1,2 -1332419,2020,12,2,1.5 -40243436,1963,6,1,1 -40213154,1959,11,1,1 -40213154,1955,10,2,3 -40213251,2022,2,12,2 -40213296,2020,3,15,1.9333333333333333 -40213251,2021,7,16,3.375 -19126352,1984,3,1,1 -40213230,2019,10,11,1.7272727272727273 -40213306,2018,9,8,3 -40163554,2002,6,3,1.6666666666666667 -19018935,2002,6,3,1.6666666666666667 -40171902,2002,6,3,1.6666666666666667 -40171902,2003,9,2,2 -40213260,2021,2,16,2.125 -19075601,2006,11,2,2 -1545959,2010,8,2,1 -19075601,2000,4,2,1 -1332419,1998,3,3,2.3333333333333335 -40213154,1996,6,11,2.090909090909091 -40213154,1993,5,9,3.7777777777777777 -40213154,1991,5,14,5.214285714285714 -19133768,2014,4,2,1 -40220960,2016,1,4,1 -19126352,2019,7,6,1.5 -19075601,2017,1,9,2.111111111111111 -40213260,2014,8,14,2.5714285714285716 -40213306,2021,12,11,1.9090909090909092 -46275916,2005,8,2,1 -19126352,1996,11,5,1.6 -40163554,2009,1,5,1.8 -40163554,2003,6,3,2.6666666666666665 -46275916,2012,7,1,1 -19018935,2022,5,7,1.7142857142857142 -19126352,2013,6,6,1.3333333333333333 -19133768,2013,6,2,1 -19075601,2013,6,9,1.4444444444444444 -40220960,2009,12,2,1 -40213201,2001,10,1,2 -40213180,2019,8,20,2.4 -40213154,2000,5,13,2 -40213154,1994,4,6,1.6666666666666667 -19126352,1971,4,1,3 -40213154,1971,4,4,1.5 -1332419,2016,9,2,2.5 -40213154,1957,4,1,1 -1539411,2018,12,6,1.6666666666666667 -40163554,2012,2,1,2 -40220960,2015,10,7,1 -46275916,2021,7,3,1 -19075601,2005,5,3,1.6666666666666667 -40213296,2022,10,14,2 -40163554,2022,9,2,1.5 -19018935,2015,11,3,3.6666666666666665 -40213154,1986,11,4,8.5 -40163554,2004,7,3,4.333333333333333 -40171902,2004,7,3,4.333333333333333 -40163554,1997,5,3,1.6666666666666667 -19018935,1997,5,3,1.6666666666666667 -40213216,2014,8,10,5.9 -40213160,2014,8,21,3.6666666666666665 -19133768,2021,4,2,1 -40220960,2020,5,4,1 -19126352,2021,11,6,2 -40171902,1991,3,1,2 -40163554,2008,8,2,1.5 -40213201,2021,8,7,1.5714285714285714 -1539411,1991,11,11,1.8181818181818181 -40171902,2009,4,4,1.75 -40213227,1996,1,3,1.6666666666666667 -40213154,1987,11,7,2.142857142857143 -19133768,1990,8,1,1 -19075601,2016,4,10,1.2 -40243436,2006,5,1,1 -1310034,1996,10,1,1 -19126352,1988,11,2,2 -1310034,2004,11,1,1 -19133768,2007,7,2,1 -19126352,1976,10,3,1 -40213154,1977,8,6,1.6666666666666667 -19126352,2022,3,7,2.7142857142857144 -1539411,2022,3,5,3.4 -19018935,1984,11,1,3 -40163554,2011,6,2,2.5 -40220960,2010,9,2,1 -40220960,2011,2,1,1 -40163554,2014,11,3,1.6666666666666667 -40213180,2021,2,22,2.6363636363636362 -1539411,2010,9,3,2 -40213281,2015,8,48,2.5833333333333335 -40220960,1996,6,1,1 -40213299,2022,2,14,1.9285714285714286 -19018935,2003,2,4,1.5 -19126352,2015,11,4,4.25 -1539411,2001,6,3,3.3333333333333335 -40220960,2019,10,6,1 -1545959,2005,2,1,1 -40213154,2004,9,12,1.6666666666666667 -1332419,2012,2,2,6 -19133768,1989,8,1,1 -40243436,1990,9,1,1 -40213154,1983,10,5,2 -19126352,1988,3,3,1 -19075601,2010,3,7,1.5714285714285714 -19018935,2013,12,3,2 -40163554,2021,1,3,2 -40163554,2021,12,3,1.3333333333333333 -19133768,1994,12,3,1 -1332419,2008,3,3,1.6666666666666667 -19018935,2006,4,4,2 -19075601,1998,10,5,1.6 -40213230,2019,6,10,1.6 -40213230,2020,12,8,1.75 -40171902,2007,12,4,1.75 -40213230,2014,9,8,1.75 -40171902,2022,12,4,1.75 -40213201,2022,2,7,4.428571428571429 -40163554,2016,1,4,2.25 -40213230,2017,4,6,2.5 -1332419,2009,9,3,1.6666666666666667 -19018935,1992,9,2,1 -40220960,2015,6,5,1 -40213227,2006,7,2,2 -40213154,2011,8,13,2.4615384615384617 -19133768,2022,4,3,1 -19018935,1989,6,1,3 -46275916,2013,12,2,1.5 -19126352,1993,7,4,1 -19126352,1968,12,1,1 -40163554,2010,9,3,2 -19126352,2010,7,5,1.4 -1545959,2021,9,3,1 -19126352,2015,3,7,2 -19075601,2001,5,6,2.1666666666666665 -40163554,2011,10,3,1.3333333333333333 -1539411,2015,6,2,2.5 -19018935,2014,12,4,2.5 -40171902,2014,12,4,2.5 -40213320,2013,8,17,1.8823529411764706 -19075601,1999,3,3,2.3333333333333335 -46275916,2020,7,3,1 -1332419,2002,4,3,2 -19075601,2003,4,3,3.6666666666666665 -19126352,1994,4,3,1.3333333333333333 -19018935,2021,5,4,1.75 -40163554,2018,8,7,4.428571428571429 -19075601,2011,5,7,1.1428571428571428 -40243436,2020,1,1,1 -19126352,2018,7,6,1.1666666666666667 -19075601,2018,2,9,2.111111111111111 -1332419,2004,11,2,4 -40213201,2017,12,6,1.5 -40213227,1998,6,1,1 -19075601,2010,11,5,2.6 -19133768,2019,5,2,1 -1539411,2019,6,1,2 -40213201,2016,9,5,1.2 -19126352,1983,6,2,1 -46275916,2017,6,1,1 -40213216,2021,3,16,2.6875 -19075601,2008,1,3,1 -40213201,2007,1,2,1.5 -40213227,2012,1,4,1.75 -19126352,2005,8,5,1.2 -40213201,2014,5,8,1.875 -19126352,2009,1,2,2 -19018935,1990,6,2,2 -40213201,2018,9,5,1.8 -19126352,1997,9,4,1 -40213230,2013,7,4,2.25 -40163554,2006,12,2,1.5 -1332419,2003,11,4,1.5 -40213216,2018,2,14,1.7142857142857142 -40213281,2011,2,1,1 -40163554,2009,12,3,3.6666666666666665 -40213201,2017,1,10,1.7 -1332419,2022,5,4,1.25 -1310034,1997,2,1,1 -40243436,1997,2,1,1 -40171902,2015,1,2,2 -19126352,1957,11,2,1 -40163554,2023,6,2,2 -19133768,2009,5,1,1 -1539411,2007,1,3,2.3333333333333335 -19075601,2009,5,3,1.3333333333333333 -1545959,2020,1,3,1.3333333333333333 -40213201,2013,9,10,1.6 -19018935,2008,7,2,2 -1332419,2005,8,3,1.3333333333333333 -1539411,2005,8,3,1.3333333333333333 -1539411,2018,1,6,2.5 -40213201,2020,10,10,2.3 -19018935,2010,2,3,1.6666666666666667 -40163554,1998,2,3,1.3333333333333333 -19126352,2018,4,4,4.75 -1332419,2011,8,3,1.3333333333333333 -1545959,2015,2,1,1 -1332419,2018,6,4,1.5 -40243436,2018,10,1,1 -1310034,2018,10,1,1 -19126352,2017,7,4,2.5 -19126352,1976,6,1,1 -40220960,2012,12,1,1 -40171902,2006,10,2,1.5 -19126352,1969,5,1,2 -19133768,1986,5,1,1 -40213154,1984,9,4,1.75 -1539411,2020,5,4,2.5 -19075601,2014,12,5,3.2 -1332419,1995,6,4,4.5 -40213160,1959,9,1,3 -40213154,1964,12,1,3 -40163554,1987,11,1,1 -1539411,2017,5,2,1 -19126352,2012,3,5,1.6 -19075601,2012,3,6,1.5 -40213227,1999,7,1,1 -40163554,2017,12,2,2 -1332419,2021,8,4,1.25 -40163554,1977,5,2,4 -40171902,2020,5,3,3.6666666666666665 -40213227,2011,3,1,1 -40220960,1999,10,1,1 -40171902,2010,4,2,1 -1539411,2012,5,4,2 -1539411,1992,6,4,2.75 -40243436,2015,9,1,1 -40213154,1948,1,2,3.5 -40171902,2011,1,6,1.5 -19133768,1991,10,1,1 -19075601,2004,12,4,2.25 -1539411,2004,7,4,2 -1539411,2001,10,2,2.5 -40213227,2010,12,3,2 -40243436,2019,2,1,1 -19126352,1979,11,1,1 -19018935,1993,6,1,6 -19126352,2023,3,2,5.5 -1539411,2023,3,2,5.5 -19126352,1990,1,2,2.5 -40213227,1992,2,2,3.5 -19126352,2001,2,4,1.5 -1332419,2001,2,3,1.6666666666666667 -19133768,2012,6,1,1 -1332419,2006,3,2,2 -1539411,2006,3,2,2 -19075601,2006,3,2,2 -40243436,1995,7,1,1 -40171902,1981,5,2,1.5 -1332419,2016,8,3,2.3333333333333335 -19126352,2002,5,6,2 -19126352,2013,10,5,2.6 -19075601,2013,10,6,2.3333333333333335 -19133768,2013,10,1,1 -1545959,2021,8,3,1 -40163554,2005,3,3,2.6666666666666665 -19018935,2012,5,2,2 -40213227,2012,12,1,2 -40171902,2021,3,3,2 -19018935,2015,3,6,6.5 -40163554,2019,3,2,1.5 -1545959,2018,11,2,1 -1332419,2015,8,4,2 -1332419,2020,1,2,2 -19018935,1995,12,3,1.6666666666666667 -19133768,2002,4,1,1 -19018935,2005,6,1,25 -40171902,2005,6,1,25 -40213306,2010,7,1,1 -19018935,2006,7,2,1 -19126352,1999,8,4,1.5 -40243436,2022,12,1,1 -19126352,1994,7,2,1 -19126352,2022,11,4,3 -1539411,2022,11,2,4.5 -19133768,1996,7,1,1 -40163554,2022,8,4,2 -40171902,2009,7,2,3 -19133768,1988,7,1,1 -40213154,1979,1,2,4 -19126352,1980,7,2,1 -19133768,2006,2,2,1 -19018935,2004,10,2,3.5 -1539411,2003,10,4,1.5 -19126352,1974,7,1,1 -40213154,1973,1,2,1 -40213154,1967,12,3,1.3333333333333333 -19126352,2007,11,5,4.4 -40213296,2001,11,1,2 -19133768,2000,10,1,1 -40163554,2015,10,2,1.5 -19126352,1995,5,2,1.5 -1310034,1996,6,1,1 -40163554,1989,5,1,2 -1539411,2016,5,3,1.6666666666666667 -46275916,2006,1,1,1 -40171902,1992,1,1,2 -19133768,2015,8,3,1 -46275916,2008,2,1,1 -40163554,2018,9,1,1 -19018935,2018,7,2,2 -40171902,2013,6,2,1.5 -40163554,2016,12,1,2 -19075601,1999,11,4,1.5 -40213154,1958,7,2,3.5 -40213154,1957,7,1,5 -40213154,1955,6,3,3.3333333333333335 -40213227,1997,11,3,7 -40171902,1986,5,1,1 -40213227,1994,5,2,2 -46275916,2023,2,1,1 -40213154,1978,1,1,1 -1545959,2002,5,1,1 -19126352,2019,4,5,1.6 -40220960,1992,6,1,1 -40213227,1996,12,5,2.4 -1539411,1993,2,1,1 -40213201,1991,1,1,2 -1539411,1996,6,4,1.75 -40171902,2023,5,3,1.6666666666666667 -19075601,2012,11,5,5.8 -1332419,1999,10,3,11.666666666666666 -40213154,1968,5,3,2.6666666666666665 -40213306,2014,8,6,1.3333333333333333 -40171902,2012,11,2,1.5 -1545959,2017,2,1,1 -40163554,2015,6,2,2 -19018935,1993,10,2,2 -1332419,2006,11,1,3 -1539411,2006,11,1,3 -19133768,2000,6,1,1 -40243436,2017,1,2,1 -19126352,1984,11,1,1 -40213154,1990,2,3,3 -40213154,1989,2,2,2.5 -1545959,2012,1,2,1 -1545959,2020,12,2,1 -19126352,2017,4,1,2 -19133768,1983,9,1,1 -40213154,1974,2,4,1.25 -19126352,1946,11,1,2 -19126352,1989,5,2,1.5 -40243436,1998,7,1,1 -40213201,2016,8,9,2 -40213154,1973,12,2,2 -1332419,2009,8,2,1.5 -40163554,2014,3,1,1 -40220960,2017,2,1,1 -19133768,2018,8,2,1 -1539411,2007,12,2,1.5 -46275916,2004,10,1,1 -1545959,1997,9,2,1 -19018935,2018,4,4,1.25 -40213227,1993,12,1,2 -19018935,2009,3,4,1.75 -19133768,2022,7,2,1 -19018935,1999,4,1,2 -40220960,2008,10,1,1 -1545959,2004,8,2,1 -40213227,2005,10,3,1.6666666666666667 -1332419,2018,10,5,1.4 -40213154,1966,3,2,1.5 -40243436,1967,4,1,1 -1310034,1967,4,1,1 -19018935,1992,8,2,1.5 -40243436,2012,12,2,1 -40171902,2010,7,1,1 -40213227,2005,6,2,1.5 -1539411,2009,10,2,1 -40171902,2008,10,2,2 -19126352,1958,6,1,3 -40213154,1984,8,2,2 -40171902,2006,6,1,2 -19018935,1986,11,1,1 -40243436,2013,10,2,1 -1332419,1998,11,1,2 -40220960,2006,6,2,1 -40171902,2001,2,1,2 -40171902,2011,12,2,1 -1545959,2014,5,2,1 -1539411,1996,10,2,1 -40220960,1999,6,1,1 -19126352,1981,8,2,1.5 -19133768,2008,9,1,1 -1539411,2010,8,3,1.6666666666666667 -40171902,1999,9,1,1 -19018935,2004,6,1,2 -19133768,2011,6,1,1 -19133768,2010,6,2,1 -40163554,2008,9,2,1.5 -40243436,2020,12,2,1 -40171902,2015,12,1,1 -19018935,1999,7,2,3 -40213201,2002,10,1,1 -40213227,2011,11,1,3 -1332419,1999,6,2,8 -19133768,2021,7,2,1 -19133768,2001,10,1,1 -40163554,2019,11,2,1 -19133768,2010,10,1,1 -19126352,2004,10,2,1 -1545959,2000,11,2,1 -40243436,2021,12,2,1 -19126352,1990,12,3,1.3333333333333333 -40213201,1991,12,1,2 -1310034,2021,11,1,1 -19018935,1984,3,1,1 -40163554,1985,6,1,2 -19018935,1985,6,1,2 -40220960,2008,6,1,1 -1332419,2014,12,2,1.5 -40213154,1979,12,2,2 -19126352,2012,11,4,7 -19126352,1972,9,1,1 -40163554,2007,10,2,2.5 -1539411,1997,5,1,1 -46275916,2019,9,1,1 -40171902,2008,6,1,1 -40243436,2018,6,1,1 -1310034,2018,6,1,1 -1545959,2001,5,2,1 -40213227,2007,4,1,2 -1545959,2019,1,1,1 -40213154,1954,4,2,1 -1310034,2012,11,1,1 -1539411,1999,8,3,1.6666666666666667 -1332419,2008,11,2,1.5 -40213227,1998,10,1,2 -40220960,2010,8,1,1 -40213227,2000,4,1,2 -19018935,2017,4,3,2 -1545959,2016,10,3,1 -19126352,2010,4,1,2 -19018935,2011,5,1,2 -40213227,1993,1,1,1 -40213154,1960,2,1,2 -19133768,2018,9,1,2 -40213304,2002,3,2,1 -40213304,2001,8,1,1 -40213281,2001,10,1,1 -19126352,1970,7,1,1 -1310034,2016,12,1,1 -46275916,2016,12,1,1 -19018935,1991,1,1,1 -40213201,1995,4,1,2 -40213154,1964,1,2,2 -1310034,1988,5,1,1 -40213306,1991,5,1,5 -1310034,1992,5,1,1 -46275916,1992,5,1,1 -40213260,2012,1,1,2 -40213154,1983,6,1,3 -1539411,1992,10,1,2 -1545959,2010,9,2,1 -40213320,2007,9,1,2 -40220960,1996,10,1,1 -40243436,2015,8,1,1 -19126352,1987,3,1,1 -46275916,2022,2,1,1 -40220960,2002,7,1,1 -40213201,2002,6,1,2 -19018935,1989,10,1,1 -19018935,2005,10,1,1 -40171902,2005,10,1,1 -19133768,1998,10,1,1 -40171902,1982,8,1,2 -19126352,1961,8,1,2 -46275916,1986,6,1,1 -40163554,1984,10,1,1 -1539411,2003,6,1,2 -1332419,1997,2,1,2 -1310034,1990,6,1,1 -1332419,2017,1,1,11 -40213296,2002,7,1,2 -40220960,2019,6,2,1 -40213154,1967,1,1,2 -19075601,2008,12,1,2 -40213227,2013,1,1,2 -40213251,2007,3,1,1 -40213183,2007,3,1,1 -40213299,2004,8,1,1 -40213314,2002,7,1,1 -40213160,2002,12,1,1 -19133768,2015,9,1,1 -40213154,1975,9,1,1 -46275916,1960,4,1,1 -19126352,1941,3,1,3 -19018935,1981,12,1,1 -40220960,2014,2,1,1 -1545959,1998,1,1,1 -40213201,1993,3,1,1 -40213201,1992,11,1,2 -40213160,1965,9,1,1 -40213160,1970,3,1,1 -19126352,1943,3,1,6 -40243436,2008,12,1,1 -19126352,1954,12,1,2 -1539411,2008,6,1,3 -40213201,2011,9,1,2 -40163554,2003,10,1,2 -40213180,2012,10,1,2 -40213154,1966,11,1,2 -1539411,1995,8,1,2 -40213154,1951,2,1,1 -1332419,2021,9,1,1 -4057420,2020,11,12,2 -4078793,2019,9,34,2.5588235294117645 -4078793,2010,11,2,1.5 -4078793,2015,3,37,2.5945945945945947 -4078793,2022,5,49,1.8775510204081634 -4078793,2017,3,33,2.5454545454545454 -4078793,2018,3,46,2.3260869565217392 -4057420,2020,3,12,1.6666666666666667 -4078793,2020,7,42,2.6666666666666665 -4057420,2021,3,14,1.8571428571428572 -4078793,2023,3,42,2.4761904761904763 -4057420,2019,11,11,2.4545454545454546 -4230911,2020,8,9,1.1111111111111112 -4078793,2016,7,30,2.6666666666666665 -4336464,2023,4,2,1 -4057420,2017,5,9,6.777777777777778 -4057420,2015,4,6,1.3333333333333333 -4057420,2001,6,2,1.5 -4202451,2016,12,4,1 -4216130,1987,4,1,1 -4078793,2018,11,50,2.38 -4078793,2017,11,43,2.1627906976744184 -4230911,2022,11,7,1 -4078793,2013,11,25,1.72 -4078793,2015,11,39,2 -4078793,2004,4,4,1.75 -4078793,2021,2,29,2.3793103448275863 -4078793,2014,4,21,3.2857142857142856 -40492359,2016,3,3,1 -4336464,2002,7,4,1 -4230911,2018,9,9,1.1111111111111112 -4078793,2014,7,39,2.717948717948718 -4078793,2019,8,47,2.5106382978723403 -4230911,1972,4,1,1 -4202451,2015,12,4,1 -40492359,2021,5,3,1 -4230911,2018,8,5,1 -4216130,2023,1,3,1 -4230911,1987,5,1,1 -4336464,2015,1,2,1 -4216130,2015,1,2,1 -4230911,2021,3,7,1 -4078793,2016,4,24,1.9583333333333333 -4336464,1982,10,1,1 -4202451,2019,7,10,1 -4057420,2019,3,6,1.6666666666666667 -4202451,2019,4,4,1 -4230911,2015,5,9,1 -4078793,2020,4,40,1.85 -4230911,1970,9,1,2 -4216130,2003,2,2,1 -4230911,2003,5,1,1 -4216130,2013,9,2,1 -4216130,2019,12,4,1 -4057420,2021,11,14,2.2857142857142856 -4202451,2021,2,4,1 -4216130,2012,10,2,1 -4202451,2018,4,7,1 -4057420,2014,2,7,1.4285714285714286 -4336464,1987,1,1,1 -4230911,2022,3,10,1 -4078793,2008,7,1,2 -4078793,2009,7,1,2 -4057420,1991,3,1,1 -4202451,1997,7,1,1 -4202451,2016,1,4,1 -4057420,2016,2,11,1.7272727272727273 -4216130,2020,8,2,1 -40492359,2012,7,1,1 -4230911,2007,6,2,1 -4230911,2004,7,3,1 -4230911,2014,10,5,1 -4057420,2007,8,2,1.5 -4202451,2014,11,4,1 -4202451,2017,7,5,1 -4230911,1977,1,1,1 -4202451,2020,5,4,1 -4216130,2021,4,2,1 -4230911,2021,11,7,1 -4202451,2014,3,2,1 -4230911,1990,8,1,1 -4230911,2020,9,5,1 -4216130,2020,9,1,1 -4230911,2016,4,7,1 -4230911,1996,10,3,1 -4057420,2022,2,6,1.5 -40492359,2010,9,1,3 -4202451,2017,4,9,1 -4230911,1996,6,2,1 -4230911,2006,10,5,1 -4230911,1990,9,1,1 -4230911,2008,6,3,1 -4336464,1994,12,3,1 -4057420,2015,7,7,1.7142857142857142 -4230911,2019,5,8,1.125 -40492359,2020,7,3,1 -4336464,1996,8,3,1 -4216130,1996,8,3,1 -4078793,2001,7,3,2 -4078793,2005,8,3,2 -4336464,2019,5,2,1 -4230911,1993,10,1,1 -4216130,1993,10,1,1 -4230911,2016,7,5,1 -4216130,2005,8,2,1 -4202451,1969,3,1,1 -4216130,1980,2,1,1 -40492359,1997,2,1,1 -4230911,2011,5,4,1 -4336464,2009,5,1,1 -4336464,2020,1,3,1.3333333333333333 -4230911,1980,9,1,1 -4336464,1951,5,1,1 -4216130,1951,5,1,1 -4202451,2022,12,6,1 -4078793,2012,10,5,2 -4230911,2013,11,3,1 -4202451,2018,7,3,1 -4057420,2023,1,6,3.3333333333333335 -4202451,2013,4,1,1 -40492359,2018,12,1,1 -4202451,2006,5,2,1 -4078793,1995,8,1,6 -4078793,1998,9,2,3.5 -4216130,2004,5,1,1 -4078793,1996,9,2,3.5 -4078793,2011,4,2,1 -4078793,2009,4,2,1 -4057420,1998,8,1,5 -40492359,2015,9,1,1 -4216130,1948,7,1,1 -4230911,1991,10,1,1 -4336464,1993,11,1,1 -4078793,1994,1,1,2 -4078793,2002,2,1,2 -4216130,2012,6,1,1 -4230911,2004,4,2,1 -4057420,2008,9,1,2 -4078793,2007,9,2,2 -4336464,2002,4,1,1 -4230911,2006,6,4,1 -4336464,2007,2,2,1 -4230911,1975,8,1,1 -4078793,1997,6,2,8.5 -4216130,2002,1,1,1 -4057420,2002,2,1,1 -4336464,2016,11,1,1 -4216130,2021,7,2,1 -4078793,2000,12,1,2 -4216130,2001,10,1,1 -4336464,2010,10,1,1 -4216130,2010,10,1,1 -4202451,1978,7,1,1 -4230911,2000,11,2,1 -4336464,2004,3,2,1 -40492359,2005,3,1,1 -4057420,1999,6,1,2 -4078793,2004,7,1,2 -4216130,2009,3,1,1 -4336464,2014,10,1,1 -4230911,1980,8,1,1 -4336464,2022,8,2,1 -40492359,2005,11,1,1 -4202451,2015,1,5,1 -4202451,1974,12,1,1 -4057420,2004,5,1,1 -4336464,1990,12,2,1 -4202451,2012,3,1,1 -4202451,1988,5,1,1 -4057420,1984,11,1,1 -4216130,2002,12,1,1 -4078793,1990,6,1,1 -4336464,1996,9,1,1 -4216130,1996,9,1,1 -4078793,1992,6,1,1 -4216130,2019,1,1,1 -4057420,2012,3,1,4 -4057420,2012,11,1,1 -4078793,1997,10,1,2 -4078793,2011,7,2,1.5 -4057420,1998,9,1,1 -4230911,2014,6,3,1 -4336464,2022,9,1,1 -4216130,2018,8,2,1 -4216130,2018,9,1,2 -4230911,2001,7,1,1 -4057420,1994,6,1,1 -4216130,2005,9,1,1 -40492359,2015,8,1,1 -4078793,2007,8,1,2 -4216130,1955,8,1,1 -4230911,2008,10,3,1 -4078793,1996,8,1,1 -40492359,2022,2,1,1 -4216130,1998,5,1,1 -4230911,2012,9,3,1 -4336464,2018,6,3,1 -4078793,2010,3,1,2 -4230911,2001,4,3,1 -4336464,2001,2,1,1 -4336464,2010,6,2,1 -4216130,2010,6,2,1 -4230911,1998,3,2,1 -40492359,2009,11,1,1 -4078793,2005,9,1,2 -4078793,1998,8,1,2 -4078793,2012,6,2,2.5 -4216130,2006,8,2,1 -4078793,1993,11,2,2 -4078793,1990,10,1,2 -4230911,2023,2,3,1 -4202451,1999,8,1,1 -4202451,2013,7,3,1 -4230911,1974,5,1,1 -4336464,1990,1,1,1 -4202451,2009,4,1,1 -4230911,2013,3,1,1 -4216130,1969,6,1,1 -4336464,1975,9,1,1 -4230911,1975,9,1,1 -4216130,1999,8,1,1 -4336464,1976,7,1,1 -4336464,2000,10,1,1 -4078793,1992,10,2,2 -4230911,1963,5,2,1 -40492359,2023,2,1,1 -4057420,2000,4,1,1 -4202451,2007,1,1,1 -4230911,2017,2,2,1 -40492359,1991,1,1,1 -4336464,2000,6,1,1 -4216130,1984,11,1,1 -4230911,1998,11,1,1 -4336464,2020,12,2,1 -4057420,2008,8,1,2 -4202451,2008,5,1,1 -4202451,2009,7,1,1 -4202451,2022,1,1,1 -4202451,2003,2,1,1 -4202451,1983,3,1,1 -4078793,1988,5,1,5 -4057420,1986,4,1,5 -4057420,1993,6,1,5 -4057420,1989,5,1,5 -40492359,2016,11,1,1 -40492359,2014,7,1,1 -40492359,2014,4,1,1 -4336464,1963,10,1,1 -4336464,1967,1,1,1 -4216130,1967,1,1,1 -40492359,2002,1,1,1 -40492359,1967,4,1,1 -4336464,1963,6,1,1 -4336464,1991,2,1,1 -4202451,1985,7,1,1 -4336464,2006,4,1,1 -4057420,1994,10,1,2 -4216130,1947,7,1,1 -4216130,1977,5,1,1 -40492359,2006,3,1,1 -4078793,2022,11,52,2.0961538461538463 -4230911,2008,8,4,1 -4230911,2019,11,3,1 -40492359,2016,5,2,1 -4057420,2023,2,14,1.7857142857142858 -4078793,2023,5,51,1.8627450980392157 -4216130,2005,10,1,1 -40492359,2000,12,1,1 -4057420,2022,1,8,1.625 -4078793,2021,1,43,2.046511627906977 -4230911,2015,3,5,1 -4057420,2018,4,7,1.4285714285714286 -4078793,2022,3,49,2.4693877551020407 -4230911,2023,1,9,1 -4230911,2021,5,10,1 -4078793,2019,10,39,1.564102564102564 -4230911,2000,5,1,1 -40492359,1979,12,1,1 -4078793,2006,3,1,2 -4078793,2019,6,49,1.9795918367346939 -4078793,2021,12,51,2.019607843137255 -4078793,2010,5,1,1 -4057420,2005,4,2,1.5 -4202451,2022,2,6,1 -4078793,2017,5,42,1.7142857142857142 -4078793,2015,5,37,2.081081081081081 -4230911,1999,12,3,1 -4230911,2002,7,5,1 -4230911,1994,12,4,1 -4230911,2017,12,12,1 -4230911,2010,4,2,1 -4057420,2014,12,8,1.375 -4057420,2021,5,9,2.4444444444444446 -4230911,1990,10,1,1 -4202451,2020,11,6,1 -4057420,2014,1,9,1.6666666666666667 -4057420,2019,5,12,4.833333333333333 -4230911,2019,3,7,1.1428571428571428 -4057420,1999,8,1,1 -4202451,2008,11,4,1 -4230911,2011,3,1,1 -4057420,2011,3,1,1 -40492359,2017,12,4,1 -4078793,2018,5,39,2.58974358974359 -4202451,2015,2,3,1 -4057420,2020,5,6,2.3333333333333335 -4078793,2003,4,2,2 -4230911,2012,6,3,1 -4336464,2007,1,3,1 -4230911,2012,10,2,1 -4230911,2009,4,2,1 -4336464,2003,7,1,1 -4057420,2017,11,14,2.2857142857142856 -4336464,2010,8,2,1 -4202451,2006,11,1,1 -4216130,2010,8,2,1 -4078793,1996,6,2,2 -4230911,1997,7,2,1 -4216130,2014,4,2,1 -4230911,1993,9,2,1 -4216130,1993,9,1,1 -4230911,2017,1,10,1 -4230911,2014,8,2,1 -4216130,2013,6,2,1 -4202451,2004,7,2,1 -4057420,2017,3,12,1.6666666666666667 -4202451,2016,2,6,1 -4230911,1965,7,2,1 -40492359,2006,5,1,1 -4202451,2008,3,1,1 -4057420,2004,11,2,1 -4216130,2007,7,2,1 -4216130,1976,10,3,1 -4216130,1981,1,1,1 -4202451,1993,9,1,1 -4078793,2006,11,4,1.75 -4336464,1991,12,2,1 -4057420,2022,12,16,2 -4057420,2006,10,1,1 -4336464,2005,2,1,1 -4230911,2005,2,1,1 -4230911,2015,11,4,1 -4230911,2018,6,8,1 -4057420,2018,7,8,2.125 -4057420,2013,7,7,3 -4057420,2016,1,6,1.3333333333333333 -40492359,2019,4,2,1 -4230911,1993,8,1,2 -4216130,1993,8,1,2 -4216130,2022,4,3,1 -4216130,2005,6,2,1 -4230911,1996,8,4,1 -4230911,2003,11,1,1 -4216130,2016,7,2,1 -4230911,2022,5,9,1 -4202451,2014,5,3,1 -4336464,2019,11,1,1 -4230911,2009,7,3,1 -4057420,1997,2,1,1 -4216130,1958,12,1,1 -4216130,2008,3,1,1 -4216130,2009,5,1,1 -4202451,2021,12,5,1 -4336464,2013,7,2,1 -4336464,2011,5,2,1 -4336464,2015,2,1,1 -4216130,2015,2,1,1 -4230911,2018,10,3,1 -4216130,1976,6,1,1 -40492359,2013,4,1,1 -4057420,2013,4,2,1.5 -4336464,2022,6,1,1 -4057420,2016,12,10,3.3 -4230911,1974,3,1,1 -4336464,2004,5,1,1 -4057420,1994,8,1,6 -4078793,1997,9,3,2.6666666666666665 -4202451,1999,10,1,1 -4230911,2020,6,3,1 -4078793,2000,2,1,2 -4216130,2013,10,1,1 -4057420,1962,1,1,1 -4230911,2020,10,3,1 -4202451,2010,3,1,1 -4230911,1951,10,1,1 -4216130,2016,4,2,1 -4230911,1991,8,1,1 -4336464,2021,12,1,1 -4230911,2002,4,1,1 -40492359,2013,7,1,1 -4216130,2006,6,2,1 -4230911,2003,3,1,1 -4057420,1998,10,1,1 -4202451,2001,12,3,1 -4078793,1991,5,2,10 -4078793,1993,5,1,15 -4078793,1998,6,2,8.5 -4202451,2003,1,1,1 -40492359,2002,2,1,1 -4078793,1999,12,2,2 -4336464,2022,10,2,1 -4202451,2021,1,3,1 -4216130,2004,3,2,1 -4078793,2003,7,2,2 -4336464,2009,3,1,1 -4336464,1997,9,2,1 -4216130,1997,9,2,1 -4336464,2019,3,2,1 -4078793,2012,8,2,1.5 -40492359,2021,11,1,1 -4230911,2014,9,4,1 -4336464,1980,8,1,1 -4216130,2006,10,4,1 -4336464,2021,1,2,1 -4230911,1996,9,1,1 -4078793,1998,10,1,2 -4057420,2010,5,2,1 -4078793,2013,5,2,1 -4336464,2001,1,1,1 -4216130,2001,9,1,1 -4057420,2007,6,1,2 -40492359,2019,7,1,1 -4336464,1966,12,1,1 -4216130,2011,7,1,1 -4336464,2018,8,2,1 -4336464,2018,9,1,2 -4336464,1999,5,2,1 -4230911,1976,1,1,1 -4230911,1988,6,1,1 -4230911,1969,7,1,1 -4336464,2010,9,2,1 -4216130,2010,9,2,1 -4230911,1987,3,1,1 -4336464,2016,5,4,1 -4230911,1998,5,1,1 -4216130,2012,9,3,1 -4057420,2001,9,2,1 -4216130,2018,6,3,1 -40492359,2011,6,1,1 -4230911,1999,1,3,1 -4216130,1998,3,2,1 -4057420,2012,5,1,1 -4057420,2009,10,1,1 -4230911,1986,6,1,1 -4230911,2006,8,2,1 -4230911,1990,6,2,1 -4336464,1960,7,1,1 -40492359,2017,1,2,1 -4230911,1985,3,2,1 -4216130,2022,7,2,1 -40492359,1960,4,1,1 -4216130,2023,2,2,1 -4216130,1999,6,1,1 -4057420,1994,9,1,1 -4336464,2013,4,1,1 -4336464,1998,1,1,1 -4230911,1991,9,2,1 -4216130,2003,12,1,1 -40492359,1955,11,1,1 -4336464,2012,1,2,1 -4336464,1969,6,1,1 -4216130,1958,1,1,1 -4336464,2007,12,1,1 -40492359,2022,12,1,1 -4336464,1988,7,1,1 -4216130,1988,7,1,1 -4216130,2000,10,1,1 -4336464,1996,10,1,1 -4216130,1996,10,1,1 -4202451,2002,10,1,1 -4216130,2000,6,1,1 -4216130,1998,11,1,1 -4078793,2005,6,1,1 -40492359,2004,10,1,1 -4202451,2023,6,1,1 -40492359,2015,10,1,1 -4078793,1980,6,1,2 -4216130,1955,6,1,1 -4230911,2007,9,1,1 -4230911,1967,1,1,1 -4057420,2002,1,1,1 -4202451,1994,4,1,1 -4202451,2020,3,1,1 -4202451,1999,6,1,1 -4078793,1995,10,1,2 -4230911,2008,9,1,1 -4216130,2001,8,1,1 -4336464,1977,5,1,1 -4078793,2020,9,48,2.3541666666666665 -4078793,2015,12,31,2.129032258064516 -4078793,2017,12,28,2.107142857142857 -40492359,2018,3,2,1 -4057420,2016,5,13,1.9230769230769231 -4078793,2022,2,45,2.2888888888888888 -4230911,2002,10,3,1 -4078793,2019,4,40,1.875 -4230911,2000,12,2,1 -4078793,2019,7,38,2.473684210526316 -4057420,2020,1,20,2.5 -4078793,2018,12,33,1.7272727272727273 -4078793,2023,1,40,1.975 -4202451,2015,3,5,1 -4230911,2018,4,9,1 -4202451,2017,9,6,1 -4202451,2021,5,7,1 -4057420,2018,10,5,1 -40492359,2017,5,1,1 -4230911,2017,5,5,1 -40492359,2015,4,1,1 -4078793,2003,6,2,2 -4078793,2016,9,29,1.6206896551724137 -4057420,2014,5,15,1.6666666666666667 -4230911,2021,1,7,1 -4057420,2021,1,10,1.7 -4057420,1979,12,1,1 -4057420,2013,10,11,2.090909090909091 -4202451,2022,11,6,1 -4078793,2020,8,42,2.8095238095238093 -4057420,2018,6,9,1.4444444444444444 -4202451,2014,1,3,1 -4336464,2011,12,1,1 -4057420,2006,4,2,1 -4078793,2017,1,31,1.8387096774193548 -4057420,2019,1,12,2 -4336464,2017,10,1,1 -4216130,2017,10,1,1 -4230911,2013,1,2,1 -4336464,2004,1,2,1 -4336464,1999,12,3,1 -4202451,2018,9,6,1 -4202451,2023,4,10,1 -4078793,2016,8,46,2.5869565217391304 -40492359,2010,4,2,1 -4230911,2023,5,5,1 -4057420,2023,3,15,1.9333333333333333 -4078793,2013,12,27,2.2222222222222223 -4230911,2016,9,6,1 -4057420,2015,8,6,1.5 -4078793,2014,9,27,1.5925925925925926 -4078793,2014,8,26,2.769230769230769 -4078793,2015,1,21,1.9523809523809523 -4202451,2018,8,2,1 -4057420,2019,12,11,2 -4057420,2020,12,15,1.6 -4057420,2012,1,1,1 -4216130,2005,4,5,1 -4078793,2018,1,39,2.1794871794871793 -4202451,2010,2,1,1 -4336464,1970,9,1,2 -4216130,1970,9,1,2 -4078793,2021,5,41,1.6341463414634145 -4230911,2015,2,4,1 -4230911,2003,2,4,1 -4230911,2013,12,6,1.1666666666666667 -4216130,2003,5,1,1 -4336464,1985,7,2,1 -4216130,1985,7,2,1 -4336464,1967,11,1,1 -4216130,1967,11,1,1 -4230911,2001,9,4,1 -4336464,2020,11,2,1 -4216130,2008,2,2,1 -4202451,2022,3,8,1 -4078793,2005,7,1,2 -4078793,2007,7,1,2 -40492359,1991,3,1,1 -4216130,2000,4,1,1 -4230911,2012,7,4,1 -4336464,2013,6,2,1 -4216130,2007,6,2,1 -4216130,1965,7,2,1 -4202451,2017,8,4,1 -4078793,2008,8,1,1 -4078793,2009,8,2,1.5 -4078793,2011,9,2,1.5 -4057420,2021,12,15,2.1333333333333333 -4216130,1989,3,2,1 -4078793,2013,1,2,1.5 -4216130,1990,8,1,1 -40492359,1996,10,1,1 -4230911,1986,4,1,1 -4230911,2011,2,1,1 -4057420,2010,12,2,1.5 -4216130,2004,2,3,1 -4230911,2019,2,8,1 -40492359,2018,11,1,2 -4202451,2013,8,4,1 -40492359,1990,9,1,1 -4057420,1990,9,1,1 -4202451,2015,11,4,1 -4336464,2008,6,2,1 -4336464,2022,4,3,1 -4057420,2012,12,4,1.25 -4216130,2021,9,3,1 -4230911,2020,7,9,1 -4057420,2015,9,4,1 -4078793,2004,8,3,2 -4230911,2018,7,7,1.1428571428571428 -4216130,2018,7,4,1.25 -4202451,2020,2,7,1 -4057420,2017,2,7,5.857142857142857 -4336464,2003,10,2,1 -4216130,2019,11,1,1 -4057420,2009,7,1,1 -4336464,2002,8,1,1 -4202451,2016,3,3,1 -4230911,2021,12,8,1 -4216130,2013,7,2,1 -4230911,2022,12,9,1 -4336464,2016,12,4,1 -4230911,2020,4,7,1 -4216130,2020,4,3,1 -4230911,1984,11,3,1 -4216130,2022,6,1,1 -4202451,2012,12,1,1 -4336464,1986,5,1,1 -4202451,2014,12,2,6 -4216130,2020,7,3,1 -4202451,1974,3,1,1 -4078793,2003,10,2,4 -4057420,2022,5,10,1.5 -4202451,2016,11,4,1 -4216130,2018,4,1,1 -4216130,1991,10,1,1 -4336464,2004,12,1,1 -4202451,2019,9,2,1 -40492359,2002,3,1,1 -4078793,1993,1,1,2 -4336464,2013,10,1,1 -4216130,2021,8,3,1 -4078793,2001,8,3,2 -4078793,2009,9,2,2 -40492359,2021,2,2,1 -4230911,2009,10,2,1 -4202451,1975,8,1,1 -4202451,2019,8,6,1 -4216130,2022,10,2,1 -4230911,2010,10,1,1 -4057420,1992,11,2,1.5 -4230911,2005,3,2,1 -4230911,1952,9,1,1 -4216130,1952,9,1,1 -4216130,2019,3,2,1 -4230911,2016,8,8,1.125 -4216130,2014,10,1,1 -4336464,1942,12,1,1 -4230911,1942,12,1,1 -4216130,1942,12,1,1 -4230911,2005,11,3,1 -4078793,2010,1,1,1 -4057420,2011,2,1,1 -4078793,2010,12,2,1.5 -4336464,2001,5,2,1 -4078793,1995,7,1,1 -4078793,1996,7,2,1.5 -4336464,1958,4,1,1 -40492359,2007,2,1,1 -4078793,2005,4,2,1.5 -4057420,2007,4,1,1 -4057420,2008,4,1,1 -4216130,2016,10,3,1 -40492359,2003,2,1,1 -4202451,1997,9,2,1 -4230911,1966,12,1,1 -4336464,2020,3,1,1 -4230911,1999,5,3,1 -40492359,2016,12,1,1 -40492359,1988,5,1,1 -4057420,1988,5,1,1 -4230911,1992,5,1,1 -4336464,1950,12,1,1 -4230911,1950,12,1,1 -4216130,1950,12,1,1 -4336464,1969,7,1,1 -4230911,2004,8,2,1 -4230911,2010,6,3,1 -4336464,1987,3,1,1 -4078793,2008,9,3,2 -4336464,2008,10,2,1 -4078793,2001,9,1,1 -4336464,1998,5,1,1 -4230911,1978,11,1,1 -4202451,2002,7,1,1 -40492359,2019,10,1,1 -4336464,1999,1,2,1 -4230911,1982,2,1,1 -4078793,2004,9,1,2 -40492359,2022,5,1,1 -4336464,2006,8,2,1 -4216130,2000,7,1,1 -4078793,1994,11,2,2 -4216130,1960,7,1,1 -4336464,2022,7,2,1 -4230911,1979,6,1,1 -4216130,1989,11,2,1 -4216130,2013,4,1,1 -4230911,1998,1,2,1 -4336464,1974,5,1,1 -4216130,1974,5,1,1 -4230911,1955,11,1,1 -4057420,1955,11,1,1 -4230911,1980,7,1,1 -4057420,2005,10,1,2 -4230911,1969,6,1,1 -4078793,2000,3,2,2 -4230911,1980,4,1,1 -4336464,1996,7,1,1 -4216130,1996,7,1,1 -4230911,1988,7,1,1 -4216130,1976,7,1,1 -40492359,1996,6,1,1 -4057420,1997,11,1,2 -40492359,2006,1,1,1 -4202451,1992,6,1,1 -40492359,2020,8,1,1 -4336464,2012,5,1,1 -4336464,2005,3,1,1 -4336464,2005,11,2,1 -4057420,1991,1,1,1 -4202451,2013,9,1,1 -4216130,1983,9,1,1 -4057420,1998,7,1,1 -4336464,2003,6,1,1 -40492359,2020,9,1,1 -4230911,2022,1,1,1 -4202451,2009,9,1,1 -40492359,2004,4,1,1 -4336464,1955,6,1,1 -4057420,1985,4,1,5 -4216130,1963,10,1,1 -4336464,1956,1,1,1 -40492359,2013,10,2,1 -4230911,2009,6,2,1 -4216130,1963,6,1,1 -4216130,2002,3,1,1 -4078793,2006,2,1,3 -4216130,2006,4,1,1 -4336464,2007,5,1,1 -4230911,2001,8,1,1 -4216130,2011,6,1,1 -4078793,1998,7,1,2 -4057420,2018,3,9,1.4444444444444444 -4230911,2016,5,10,1 -4216130,2002,10,2,1 -4336464,2005,10,1,1 -4230911,2005,10,3,1 -4078793,2022,4,42,2.4523809523809526 -4078793,2022,7,59,2.9322033898305087 -4057420,2018,11,8,2.125 -4230911,2017,9,9,1 -4202451,2022,10,8,1 -4202451,2000,12,1,1 -4230911,2002,11,1,1 -4230911,2015,4,5,1 -4057420,2014,8,7,2.142857142857143 -4078793,2021,9,56,3 -40492359,2014,5,2,1 -4230911,1987,4,1,1 -4216130,2007,3,1,1 -4078793,2005,2,1,2 -4078793,2021,8,36,2.4444444444444446 -4336464,1982,1,2,1 -4078793,2014,5,33,1.696969696969697 -4230911,2014,1,5,1 -4078793,2008,5,1,1 -4078793,2011,5,2,1 -4078793,2016,5,38,2.973684210526316 -4078793,2020,5,39,2.5641025641025643 -4078793,2019,2,30,2.066666666666667 -4216130,1975,11,2,1 -4057420,2016,9,8,2.5 -4057420,2016,8,6,2 -4336464,1990,10,1,1 -40492359,1973,6,1,1 -4057420,1973,6,1,1 -4216130,1987,5,1,1 -4230911,2014,12,5,3 -4230911,2017,8,9,1 -4230911,2019,7,13,1 -40492359,2019,3,1,1 -4230911,2019,4,7,1 -4230911,1999,8,3,1 -40492359,1997,8,1,1 -4230911,1985,7,3,1 -4230911,2007,1,5,1 -4202451,2018,5,7,1 -4216130,1975,3,1,1 -4202451,2001,9,1,1 -4336464,2014,1,1,1 -4216130,2019,10,3,1 -4336464,2009,4,1,1 -4230911,2003,7,2,1 -4057420,2017,4,11,1.7272727272727273 -4230911,1996,12,2,1 -4078793,2006,7,1,2 -4216130,2003,9,1,1 -4057420,1997,6,2,2 -4202451,2021,8,7,1 -4202451,2015,10,7,1 -40492359,2021,7,3,1 -4230911,1989,3,2,1 -4078793,2012,1,5,1.2 -4230911,2015,7,7,1 -4057420,2015,5,9,5.555555555555555 -4230911,2006,1,3,1 -4336464,1968,6,2,1 -4057420,2022,9,12,4.333333333333333 -4078793,2003,11,3,1.6666666666666667 -4230911,1991,12,2,1 -4216130,2005,2,1,1 -4336464,1989,8,1,1 -4230911,2010,3,3,1 -4202451,2019,5,6,1.1666666666666667 -4202451,2015,6,5,1 -4336464,2005,6,2,1 -4230911,1997,11,1,1 -4230911,2005,6,2,1 -4336464,2021,9,3,1 -4230911,2020,2,8,1 -4057420,2002,8,1,2 -4202451,2008,7,1,1 -4336464,2003,11,1,1 -4202451,2016,10,4,1 -4230911,1969,3,1,1 -4230911,1980,2,1,1 -40492359,2003,4,1,1 -4230911,2003,4,1,1 -4230911,1958,12,1,1 -4336464,2008,3,1,1 -4057420,2014,9,9,2.5555555555555554 -40492359,2013,11,1,1 -4057420,2013,11,7,1.4285714285714286 -4202451,2020,7,3,1 -40492359,2018,10,1,1 -4216130,2022,3,1,1 -4230911,1967,8,1,1 -4230911,2004,5,2,1 -4078793,1999,9,2,3.5 -4078793,1999,8,2,3.5 -4336464,1948,7,1,1 -4230911,1979,11,1,1 -4057420,2023,6,4,1.75 -4216130,2004,7,1,1 -4057420,2017,7,8,1.875 -4078793,1997,1,2,4 -4230911,2002,3,3,1 -4057420,1998,2,1,2 -4216130,2004,4,1,1 -40492359,1995,7,1,1 -4057420,1995,7,1,1 -4230911,2006,12,2,1 -4202451,1993,1,2,1 -4230911,1993,1,2,1 -4336464,2021,8,3,1 -4078793,2002,8,3,2 -4057420,2022,8,9,2.3333333333333335 -4336464,2003,3,1,1 -4078793,2000,10,2,1.5 -4336464,2023,5,1,1 -4057420,2013,3,2,3 -4336464,1970,5,1,1 -4216130,1970,5,1,1 -4216130,2016,11,1,1 -40492359,1955,4,2,1 -4202451,2020,4,4,1 -4230911,2018,2,2,1 -4057420,2005,3,1,1 -4230911,2009,3,1,1 -4336464,2013,11,1,1 -4202451,2022,6,4,1 -4216130,1980,8,1,1 -4216130,1994,4,1,1 -4216130,1998,7,1,1 -4336464,2015,6,1,1 -4216130,2015,6,1,1 -4336464,1995,5,1,1 -4202451,2008,4,1,1 -4057420,2005,11,1,1 -40492359,1984,11,1,1 -40492359,2018,6,1,1 -4230911,2001,5,2,1 -4216130,2022,11,1,1 -4202451,2011,1,2,1 -4336464,2022,2,2,1 -4057420,2007,2,1,1 -4216130,2001,1,1,1 -4336464,2001,9,1,1 -40492359,1998,9,1,1 -4230911,2011,7,1,1 -4216130,2006,2,2,1 -4202451,1993,12,1,1 -4230911,1993,12,1,1 -4336464,2019,7,2,1 -4057420,2011,7,1,2 -4336464,2018,12,1,1 -4202451,2017,5,3,1 -4336464,1998,9,2,1 -4336464,1978,11,1,1 -4336464,2012,9,3,1 -40492359,2001,9,2,1 -4216130,2018,2,1,1 -4216130,2019,6,2,1 -4230911,1994,8,1,1 -4230911,2009,11,1,1 -4202451,2009,5,1,1 -4230911,1982,4,1,1 -4216130,1982,4,1,1 -4336464,2009,7,1,1 -4078793,2006,4,2,2 -4078793,1997,12,1,2 -4230911,1989,11,2,1 -4336464,1990,6,1,1 -40492359,1994,9,1,1 -4230911,1994,9,2,1 -4336464,1991,9,1,1 -4216130,1998,4,1,1 -4216130,1943,8,1,1 -4230911,2008,12,1,1 -4230911,1968,4,1,1 -4216130,1968,4,1,1 -4216130,2012,1,2,1 -4230911,1958,1,1,1 -4216130,1994,7,1,1 -4078793,1995,2,1,2 -4078793,1996,2,1,2 -4230911,2007,12,1,1 -4336464,2010,12,2,1 -4216130,2010,12,2,1 -4202451,2021,9,3,1 -4230911,1974,7,1,1 -4216130,2007,11,2,1 -4057420,1999,12,1,2 -4336464,1994,10,1,1 -4057420,2008,2,1,1 -4078793,2012,12,1,1 -4216130,1991,11,1,1 -40492359,2017,8,1,1 -4336464,2002,5,1,1 -4202451,1973,8,1,1 -4336464,2006,5,1,1 -4230911,1991,1,1,1 -4336464,1984,11,1,1 -4202451,2016,6,1,1 -4336464,1983,9,1,1 -4078793,2004,5,1,1 -4078793,2009,5,1,3 -4078793,1998,2,1,6 -4078793,2003,3,1,6 -4057420,2004,4,1,1 -4336464,1994,6,1,1 -4078793,1978,6,1,2 -4230911,1983,3,1,1 -4230911,1955,6,1,1 -4057420,1990,5,1,5 -4230911,1988,2,1,1 -4230911,2008,1,1,1 -4336464,2019,4,1,1 -4230911,1977,10,1,1 -4336464,2014,12,1,1 -4230911,1969,11,1,1 -4336464,1947,7,1,1 -4336464,2001,8,1,1 -4202451,1992,3,1,1 +313217,2020,11,5,1 +381316,2011,7,4,1 +317576,1986,5,1,1 +321042,1967,12,2,1 +4329847,2005,10,1,1 +317576,1974,9,1,1 +313217,2020,3,2,1 +381316,2003,4,1,1 +313217,2018,11,3,1 +4329847,2009,9,1,1 +381316,2012,5,2,1 +381316,1998,12,2,1 +321042,1989,6,1,1 +321042,2014,5,2,1 +381316,2022,7,6,1 +317576,2012,4,5,1 +317576,1997,7,4,1 +313217,1984,5,1,1 +4329847,2011,12,1,1 +317576,1987,1,2,1 +317576,2014,4,4,1 +321042,1994,9,2,1 +4329847,1999,12,3,1 +4329847,2018,3,3,1 +381316,1992,1,1,1 +317576,2003,3,3,1 +317576,2000,7,1,1 +381316,2023,4,4,1 +4329847,1972,4,1,1 +4329847,1975,11,2,1 +313217,2012,9,5,1 +321042,2004,6,2,1 +4329847,1990,10,1,1 +321042,1998,4,1,1 +381316,2020,11,5,1 +313217,1993,7,1,1 +317576,2022,2,5,1 +381316,2015,5,6,1 +317576,2005,2,8,1 +313217,1989,4,1,1 +321042,2017,12,4,1 +317576,2001,4,3,1 +381316,2022,4,5,1 +381316,1997,4,1,1 +321042,1995,3,2,1 +317576,1997,4,1,1 +4329847,1967,11,1,1 +4329847,1975,3,1,1 +313217,2021,11,3,1 +313217,2016,3,1,1 +317576,2012,7,6,1 +381316,2018,4,6,1 +4329847,2019,10,3,1 +317576,1965,9,2,1 +321042,1949,8,1,1 +313217,2000,2,4,1 +4329847,2021,6,2,1 +317576,2013,2,1,1 +4329847,1987,1,1,1 +4329847,2000,4,1,1 +381316,1997,7,1,1 +381316,2005,4,2,1 +317576,2015,7,4,1 +317576,2019,7,4,1 +313217,2018,3,5,1 +317576,1996,11,4,1 +4329847,2013,6,2,1 +4329847,2007,6,2,1 +317576,1971,4,1,1 +317576,2018,12,6,1 +313217,2022,9,2,1 +313217,1997,5,3,1 +313217,2008,8,2,1 +317576,1993,5,2,1 +317576,1988,11,2,1 +381316,2006,1,2,1 +381316,2016,1,3,1 +313217,1995,9,2,1 +317576,1992,9,2,1 +313217,2014,11,3,1 +317576,2010,2,3,1 +4329847,2004,2,3,1 +381316,1971,7,2,1 +321042,1990,9,1,1 +317576,1988,3,3,1 +313217,2012,8,1,1 +313217,2013,12,3,1 +381316,1970,4,1,1 +381316,1993,6,1,1 +381316,1999,10,2,1 +381316,1977,2,1,1 +381316,2001,1,1,1 +381316,2019,5,6,1 +317576,1992,8,1,1 +4329847,2005,6,2,1 +317576,1968,12,1,1 +381316,1999,6,4,1 +381316,1995,3,3,1 +321042,1961,11,3,1 +313217,1974,10,1,1 +321042,1947,10,1,1 +321042,2020,1,1,1 +381316,1993,10,1,1 +317576,1995,4,4,1 +313217,1977,7,1,1 +381316,2014,5,3,1 +313217,1990,6,2,1 +321042,1995,11,2,1 +317576,2003,11,4,1 +321042,1997,2,1,1 +321042,2000,9,1,1 +317576,2001,7,5,1 +317576,1989,12,1,1 +313217,1985,4,1,1 +317576,2018,1,6,1 +317576,1966,7,1,1 +313217,2005,12,2,1 +321042,2006,9,2,1 +381316,2003,7,2,1 +321042,2018,10,1,1 +317576,2000,4,1,1 +4329847,2016,12,4,1 +317576,1969,1,1,1 +321042,1992,8,1,1 +313217,1992,10,1,1 +381316,2018,7,2,1 +313217,1982,6,1,1 +317576,2016,2,3,1 +321042,1958,12,1,1 +317576,2021,8,4,1 +381316,1985,10,2,1 +313217,2002,2,1,1 +317576,2020,3,5,1 +381316,1970,7,1,1 +313217,1980,11,1,1 +381316,2017,6,5,1 +4329847,1993,11,1,1 +313217,1979,4,2,1 +4329847,2013,10,1,1 +381316,2006,12,2,1 +313217,1996,3,1,1 +313217,2019,5,4,1 +313217,2021,3,3,1 +321042,1962,3,1,1 +4329847,1997,10,1,1 +317576,2015,4,8,1 +4329847,1951,10,1,1 +4329847,2018,11,2,1 +381316,2016,12,2,1 +313217,1991,2,1,1 +381316,1981,1,1,1 +321042,1998,7,2,1 +381316,1975,8,1,1 +317576,1991,8,4,1 +313217,2006,9,3,1 +381316,2001,12,4,1 +381316,2000,8,1,1 +313217,2006,8,1,1 +317576,1998,2,2,1 +317576,2008,2,1,1 +321042,2013,6,1,1 +317576,1947,3,1,1 +317576,1980,6,2,1 +321042,2021,11,1,1 +321042,1957,12,1,1 +321042,1939,3,1,1 +321042,1931,12,1,1 +317576,1994,2,3,1 +321042,1955,6,1,1 +381316,2011,4,1,1 +381316,1988,5,2,1 +321042,2018,6,1,1 +317576,2020,11,3,1 +321042,2012,11,2,1 +313217,2017,4,3,1 +313217,2004,3,2,1 +321042,2016,8,2,1 +317576,2004,1,1,1 +317576,1991,9,1,1 +317576,1999,3,2,1 +313217,2008,9,2,1 +4329847,1988,2,2,1 +317576,1970,7,1,1 +321042,1985,11,1,1 +4329847,2001,7,1,1 +381316,1984,2,1,1 +313217,2009,6,2,1 +313217,1989,7,1,1 +317576,1962,3,1,1 +321042,2009,11,3,1 +321042,1982,1,1,1 +317576,1999,11,3,1 +317576,1982,10,2,1 +317576,1979,12,1,1 +4329847,2012,9,2,1 +381316,1990,4,1,1 +317576,2017,8,3,1 +317576,2006,5,4,1 +321042,1970,9,1,1 +313217,2015,6,2,1 +4329847,2001,4,2,1 +381316,2017,10,2,1 +317576,2011,7,3,1 +381316,2000,9,1,1 +4329847,1999,1,2,1 +4329847,1998,3,2,1 +4329847,2019,6,2,1 +313217,1978,12,1,1 +381316,2013,5,1,1 +381316,1971,4,1,1 +321042,1975,9,1,1 +4329847,2000,7,1,1 +313217,2004,11,2,1 +4329847,2014,5,2,1 +313217,1980,3,1,1 +321042,2010,11,2,1 +317576,1984,6,1,1 +321042,2017,1,2,1 +4329847,2015,9,1,1 +313217,2010,1,1,1 +321042,2000,8,1,1 +317576,1965,8,1,1 +4329847,1990,6,1,1 +317576,2019,4,4,1 +321042,1964,12,1,1 +321042,2020,12,2,1 +381316,2009,6,2,1 +4329847,2003,12,1,1 +317576,1982,6,1,1 +317576,1943,3,1,1 +4329847,1943,8,1,1 +313217,2009,10,2,1 +313217,2022,8,4,1 +321042,1938,12,1,1 +4329847,2015,8,3,1 +317576,1955,9,1,1 +321042,1953,4,1,1 +317576,2021,9,1,1 +381316,1974,8,1,1 +321042,2022,12,1,1 +4329847,2010,12,2,1 +313217,2007,2,2,1 +317576,2004,12,3,1 +381316,2004,3,1,1 +381316,1974,9,1,1 +317576,1962,11,1,1 +313217,2015,10,2,1 +321042,1947,6,1,1 +4329847,1996,10,1,1 +321042,1966,11,1,1 +317576,1963,6,1,1 +317576,2007,6,1,1 +4329847,2021,10,2,1 +4329847,2006,5,1,1 +317576,1985,12,1,1 +4329847,1998,11,1,1 +321042,1991,10,1,1 +381316,2008,5,1,1 +313217,2014,3,1,1 +321042,2004,10,1,1 +321042,1967,1,1,1 +381316,1992,12,1,1 +321042,1953,7,1,1 +321042,2007,6,1,1 +317576,1984,10,1,1 +321042,2009,3,1,1 +381316,1969,8,1,1 +321042,2013,10,2,1 +4329847,2002,3,1,1 +313217,2005,1,1,1 +317576,2017,9,2,1 +381316,2020,3,1,1 +381316,2009,10,1,1 +317576,1944,8,1,1 +313217,1999,9,1,1 +4329847,2009,8,1,1 +381316,1998,1,1,1 +321042,1970,8,1,1 +317576,2000,5,1,1 +321042,1983,10,1,1 +381316,1996,10,2,1 +321042,2006,2,1,1 +313217,2022,2,8,1 +317576,1952,12,1,1 +321042,1971,7,1,1 +381316,1982,3,1,1 +317576,2005,9,4,1 +381316,2002,11,2,1 +313217,1993,5,1,1 +381316,2012,7,3,1 +321042,1992,2,1,1 +313217,1990,1,2,1 +381316,1984,8,1,1 +321042,2013,1,2,1 +313217,2013,10,3,1 +381316,2023,5,4,1 +381316,1993,1,4,1 +381316,2006,10,1,1 +317576,1978,6,2,1 +381316,2012,4,1,1 +317576,2009,11,2,1 +381316,2019,7,10,1 +321042,2019,3,1,1 +381316,2019,4,4,1 +321042,1999,8,3,1 +321042,1997,8,4,1 +321042,1949,2,1,1 +321042,2005,5,1,1 +4329847,2019,12,3,1 +317576,1982,12,3,1 +321042,2007,1,2,1 +317576,2014,5,5,1 +321042,1974,6,1,1 +381316,2018,5,7,1 +317576,2006,7,3,1 +381316,1992,6,2,1 +381316,1986,11,1,1 +317576,2004,6,4,1 +4329847,2007,1,3,1 +321042,1986,6,2,1 +317576,1990,3,2,1 +4329847,1996,12,2,1 +4329847,2014,4,2,1 +313217,1998,4,2,1 +4329847,2020,8,2,1 +313217,2009,1,5,1 +381316,2021,8,5,1 +381316,1990,5,2,1 +381316,2009,12,4,1 +317576,2016,9,2,1 +317576,2022,9,3,1 +313217,2012,2,1,1 +317576,2013,9,2,1 +381316,1994,7,1,1 +381316,2015,7,6,1 +317576,1983,3,4,1 +4329847,2020,9,1,1 +317576,1964,6,2,1 +4329847,1968,6,2,1 +4329847,1981,1,1,1 +321042,1991,12,2,1 +317576,1970,5,2,1 +317576,1990,11,1,1 +317576,2010,9,3,1 +381316,1996,6,2,1 +317576,1998,8,5,1 +381316,2015,4,2,1 +317576,2008,9,3,1 +317576,1960,11,1,1 +317576,2022,8,3,1 +313217,2003,11,1,1 +317576,1986,7,2,1 +321042,2013,12,2,1 +381316,1999,1,3,1 +4329847,2001,5,3,1 +381316,1998,6,2,1 +381316,2008,7,1,1 +317576,2011,5,2,1 +317576,1969,10,2,1 +381316,2010,3,6,1 +321042,2017,6,1,1 +381316,2022,5,6,1 +321042,1955,12,1,1 +317576,1978,10,1,1 +4329847,2003,10,2,1 +313217,2009,12,3,1 +317576,1994,9,4,1 +313217,2015,1,2,1 +317576,1957,11,2,1 +317576,1984,1,1,1 +381316,2011,5,3,1 +317576,2007,1,3,1 +321042,1987,6,2,1 +317576,2005,8,3,1 +317576,1950,7,1,1 +321042,2008,11,1,1 +313217,2010,10,2,1 +381316,2003,5,3,1 +317576,1998,9,2,1 +4329847,2015,2,1,1 +317576,2018,6,4,1 +321042,1988,12,1,1 +321042,1965,1,1,1 +321042,2018,12,1,1 +321042,1989,12,1,1 +381316,2014,7,2,1 +321042,2016,2,1,1 +381316,2017,1,6,1 +313217,1977,5,2,1 +313217,2010,6,2,1 +313217,2011,3,1,1 +317576,2012,5,4,1 +317576,1964,10,3,1 +321042,2015,9,1,1 +4329847,1948,7,1,1 +317576,2023,3,2,1 +381316,1955,5,1,1 +381316,1950,10,1,1 +313217,1990,12,2,1 +321042,2004,1,1,1 +317576,2016,8,3,1 +313217,2023,2,3,1 +381316,1998,10,1,1 +317576,2002,8,2,1 +317576,2002,9,1,1 +313217,1994,3,1,1 +4329847,2021,12,1,1 +317576,2013,8,2,1 +381316,2016,10,3,1 +381316,1972,1,2,1 +317576,2010,8,4,1 +313217,2017,5,4,1 +313217,2019,4,2,1 +313217,2019,7,3,1 +321042,1946,9,1,1 +313217,1991,8,4,1 +317576,1958,3,1,1 +317576,2018,10,5,1 +317576,1969,6,1,1 +317576,1989,10,3,1 +4329847,2010,10,1,1 +317576,2001,5,2,1 +317576,1954,5,1,1 +313217,2013,6,2,1 +313217,1982,12,2,1 +4329847,1994,4,1,1 +317576,1997,5,1,1 +321042,2007,12,1,1 +381316,2008,4,1,1 +317576,1994,8,1,1 +321042,1984,8,1,1 +381316,1958,6,1,1 +317576,1987,6,2,1 +4329847,1990,12,2,1 +317576,1973,6,1,1 +4329847,2021,1,2,1 +313217,2011,11,1,1 +4329847,2022,11,1,1 +4329847,2019,1,1,1 +321042,1982,10,1,1 +381316,2014,4,3,1 +313217,1984,7,1,1 +317576,1971,5,1,1 +4329847,2011,10,1,1 +4329847,2016,10,3,1 +317576,1977,3,1,1 +381316,2007,9,2,1 +381316,1985,1,1,1 +381316,1999,12,1,1 +381316,1993,12,1,1 +381316,2002,3,1,1 +321042,1987,10,1,1 +381316,1977,8,1,1 +381316,2001,10,1,1 +317576,2021,2,3,1 +317576,2015,5,4,1 +321042,1981,4,1,1 +313217,2002,9,1,1 +321042,2015,8,1,1 +4329847,2004,8,2,1 +381316,2017,12,3,1 +321042,1947,1,2,1 +321042,2001,9,2,1 +321042,2008,3,1,1 +381316,2005,5,1,1 +317576,2009,3,2,1 +381316,1975,2,2,1 +321042,2003,3,1,1 +317576,2017,2,2,1 +313217,2005,10,1,1 +317576,2019,5,3,1 +381316,1965,12,1,1 +381316,2006,6,3,1 +4329847,1960,7,1,1 +313217,1999,2,1,1 +317576,1983,11,1,1 +321042,2022,10,1,1 +4329847,2017,5,1,1 +4329847,2023,2,2,1 +321042,1990,2,1,1 +4329847,1999,6,1,1 +381316,2013,7,3,1 +313217,1981,12,1,1 +313217,2007,9,1,1 +317576,1975,2,1,1 +4329847,1990,1,1,1 +317576,2007,12,2,1 +317576,1993,4,1,1 +381316,1962,10,1,1 +313217,2008,2,1,1 +313217,2000,8,2,1 +4329847,1969,6,1,1 +4329847,1994,7,1,1 +313217,1985,5,1,1 +313217,2005,6,1,1 +4329847,2007,12,1,1 +381316,1982,11,1,1 +317576,1995,5,1,1 +313217,1989,5,1,1 +381316,1991,8,1,1 +313217,1992,1,1,1 +313217,2002,8,1,1 +4329847,1963,5,2,1 +317576,1987,10,2,1 +313217,2006,2,2,1 +381316,2021,9,2,1 +321042,1980,2,1,1 +381316,2010,11,1,1 +321042,1959,2,1,1 +321042,1991,1,1,1 +381316,2009,1,1,1 +381316,2016,6,1,1 +317576,1946,11,1,1 +317576,1993,7,1,1 +4329847,2003,6,1,1 +4329847,1980,11,1,1 +381316,1983,3,1,1 +321042,2014,7,1,1 +321042,2014,4,1,1 +321042,2020,6,1,1 +381316,1966,7,1,1 +317576,1985,10,1,1 +4329847,2006,4,1,1 +381316,2013,4,1,1 +381316,1948,2,1,1 +317576,1981,8,1,1 +4329847,1947,7,1,1 +4329847,2011,6,1,1 +4329847,2010,6,1,1 +313217,2015,12,1,1 +313217,2019,9,3,1 +313217,2020,10,4,1 +313217,2009,11,2,1 +4329847,2002,10,2,1 +321042,1962,10,1,1 +313217,2016,6,3,1 +321042,1976,7,1,1 +313217,2003,12,1,1 +381316,2009,3,2,1 +317576,2002,7,6,1 +313217,2018,10,4,1 +381316,2000,5,2,1 +321042,2015,4,1,1 +317576,2008,4,4,1 +4329847,2007,3,2,1 +381316,1994,8,1,1 +381316,2015,9,2,1 +317576,2016,7,2,1 +317576,1977,1,2,1 +321042,1959,5,1,1 +317576,1943,10,1,1 +313217,1997,9,5,1 +313217,1983,7,2,1 +381316,2008,9,1,1 +317576,2020,10,3,1 +317576,2013,4,4,1 +317576,1960,12,2,1 +313217,2021,10,4,1 +313217,1994,12,2,1 +381316,1999,11,1,1 +381316,2003,2,2,1 +321042,1989,11,1,1 +317576,2009,12,1,1 +321042,1960,7,1,1 +4329847,2008,2,2,1 +313217,2002,7,1,1 +317576,1984,3,1,1 +317576,2020,6,5,1 +321042,1991,3,1,1 +313217,1996,6,2,1 +381316,1960,12,2,1 +381316,2002,12,2,1 +321042,1955,3,1,1 +313217,2022,5,7,1 +313217,2015,11,3,1 +381316,2010,12,5,1 +381316,2015,8,2,1 +381316,1993,3,1,1 +4329847,2021,11,4,1 +4329847,1979,1,1,1 +321042,2006,5,1,1 +381316,1988,9,2,1 +381316,2017,3,5,1 +321042,2004,11,1,1 +313217,2019,8,4,1 +321042,1985,6,1,1 +321042,2018,11,1,1 +313217,1997,8,2,1 +313217,2020,6,5,1 +381316,2013,8,4,1 +321042,1990,5,1,1 +321042,1980,5,1,1 +317576,2012,2,2,1 +4329847,1989,8,1,1 +381316,2007,7,2,1 +381316,2021,7,3,1 +381316,2010,1,1,1 +321042,1979,8,2,1 +381316,2004,6,3,1 +381316,1974,5,1,1 +381316,2017,11,5,1 +321042,1995,10,1,1 +317576,2019,2,5,1 +317576,2023,1,6,1 +317576,1995,2,1,1 +317576,2002,4,3,1 +317576,1994,4,2,1 +381316,2022,2,5,1 +381316,2007,4,1,1 +317576,1986,8,1,1 +381316,2008,8,3,1 +317576,1991,5,1,1 +4329847,1993,10,2,1 +321042,1948,10,1,1 +317576,2009,1,2,1 +4329847,2019,11,1,1 +317576,1963,3,1,1 +321042,1999,7,1,1 +4329847,1958,12,1,1 +317576,1993,9,2,1 +4329847,2009,5,1,1 +317576,1993,8,1,1 +317576,2016,4,2,1 +381316,1980,9,1,1 +321042,2008,1,1,1 +313217,2021,6,1,1 +313217,1999,5,2,1 +381316,2011,2,2,1 +4329847,2022,12,2,1 +317576,2013,7,2,1 +317576,2022,4,4,1 +321042,2013,11,1,1 +313217,1992,3,1,1 +381316,2004,10,1,1 +317576,2008,7,4,1 +4329847,2020,4,3,1 +4329847,1986,5,1,1 +321042,2007,3,1,1 +4329847,2020,7,3,1 +317576,2017,5,2,1 +321042,2021,6,2,1 +317576,2005,4,3,1 +317576,2010,7,3,1 +313217,2008,5,3,1 +321042,2005,2,1,1 +313217,1998,8,3,1 +313217,2011,1,6,1 +4329847,1967,6,1,1 +381316,2019,9,2,1 +4329847,2004,7,2,1 +381316,2020,6,2,1 +317576,1990,1,1,1 +317576,2001,2,3,1 +4329847,2004,4,1,1 +317576,2021,5,5,1 +313217,1996,10,3,1 +313217,2012,5,2,1 +381316,1989,10,1,1 +313217,2015,3,6,1 +313217,2014,6,2,1 +4329847,2015,5,2,1 +317576,2006,8,2,1 +321042,2003,1,1,1 +321042,2008,12,2,1 +313217,2016,10,2,1 +313217,2003,1,3,1 +321042,1963,12,2,1 +321042,1951,12,1,1 +4329847,2023,5,1,1 +317576,1999,6,2,1 +381316,2019,8,5,1 +321042,2009,10,2,1 +381316,1982,1,2,1 +317576,1986,9,1,1 +381316,2018,2,1,1 +381316,1977,7,1,1 +317576,1990,12,1,1 +4329847,2019,3,1,1 +317576,1996,6,4,1 +317576,2007,11,3,1 +4329847,2013,11,1,1 +317576,1999,10,3,1 +381316,2014,9,4,1 +321042,1965,11,1,1 +4329847,1995,5,1,1 +381316,1985,3,4,1 +317576,1967,3,2,1 +317576,2022,7,1,1 +313217,2023,5,3,1 +313217,2011,12,2,1 +313217,2014,10,1,1 +317576,2010,4,1,1 +321042,1941,5,1,1 +317576,1998,7,1,1 +313217,2007,4,3,1 +381316,2020,10,1,1 +317576,1983,1,2,1 +381316,2021,4,1,1 +317576,2007,3,4,1 +321042,1992,5,1,1 +317576,2006,9,1,1 +321042,1971,8,1,1 +321042,1966,10,2,1 +4329847,1978,11,1,1 +4329847,2018,6,3,1 +313217,2009,3,4,1 +313217,1991,7,1,1 +317576,2003,10,4,1 +313217,1993,2,2,1 +4329847,2001,2,1,1 +381316,1991,4,2,1 +317576,1996,10,2,1 +381316,1994,9,1,1 +4329847,1994,8,1,1 +317576,1961,8,1,1 +381316,2012,8,2,1 +317576,1952,3,1,1 +4329847,1982,4,1,1 +317576,2003,6,1,1 +381316,1989,6,1,1 +317576,1997,2,1,1 +313217,2017,2,1,1 +321042,1960,4,1,1 +317576,1988,10,1,1 +313217,2001,12,1,1 +321042,1955,11,1,1 +317576,1936,4,1,1 +4329847,1941,6,1,1 +381316,1988,8,1,1 +4329847,1994,9,2,1 +317576,1992,5,1,1 +321042,1997,4,1,1 +321042,1981,8,1,1 +4329847,1958,1,1,1 +381316,1991,7,1,1 +313217,2018,6,2,1 +4329847,2013,3,1,1 +317576,1994,7,1,1 +381316,2012,9,1,1 +321042,2016,5,1,1 +317576,1972,10,1,1 +381316,2014,8,1,1 +4329847,1988,7,1,1 +313217,2004,10,2,1 +4329847,1974,7,1,1 +4329847,1996,11,1,1 +313217,2000,7,1,1 +321042,1946,7,1,1 +381316,1993,11,1,1 +317576,1967,11,1,1 +321042,1989,3,1,1 +4329847,2012,5,1,1 +317576,2015,2,2,1 +4329847,2007,11,1,1 +4329847,2005,3,1,1 +4329847,2017,2,1,1 +4329847,2005,11,2,1 +4329847,2006,8,2,1 +381316,2013,9,1,1 +317576,1981,4,1,1 +321042,1998,2,1,1 +313217,1984,8,1,1 +381316,2005,2,1,1 +321042,1991,11,1,1 +381316,1977,4,1,1 +321042,1944,5,1,1 +4329847,1955,6,1,1 +381316,1999,3,1,1 +313217,1981,3,1,1 +381316,1995,6,1,1 +313217,1991,4,1,1 +321042,1977,7,1,1 +321042,2018,3,1,1 +313217,1986,11,1,1 +321042,2021,10,1,1 +4329847,1991,2,1,1 +313217,2004,6,1,1 +381316,1978,11,1,1 +321042,1997,5,1,1 +317576,2018,11,7,1 +317576,2014,8,2,1 +313217,2018,12,4,1 +4329847,2023,4,2,1 +321042,1969,2,1,1 +317576,2001,8,3,1 +313217,1987,5,3,1 +317576,2004,3,4,1 +381316,1990,8,1,1 +321042,2021,1,2,1 +317576,1969,3,1,1 +313217,1994,6,2,1 +317576,2019,8,2,1 +381316,2018,9,5,1 +313217,2013,11,2,1 +317576,2006,2,3,1 +317576,2019,9,3,1 +313217,2020,12,5,1 +313217,2002,5,3,1 +317576,2011,9,6,1 +317576,2013,5,4,1 +313217,2001,6,4,1 +381316,2018,8,2,1 +317576,2010,5,2,1 +313217,2012,4,3,1 +381316,2006,11,4,1 +381316,2011,9,1,1 +321042,2012,1,2,1 +381316,1997,9,3,1 +313217,2014,1,2,1 +4329847,2017,8,4,1 +317576,1995,9,1,1 +321042,1980,4,2,1 +313217,1996,12,1,1 +381316,2022,8,8,1 +381316,2005,8,1,1 +317576,2009,6,3,1 +381316,2015,2,3,1 +313217,2017,8,4,1 +321042,1982,3,1,1 +317576,1971,9,3,1 +317576,1959,6,2,1 +317576,2012,9,3,1 +4329847,2009,4,1,1 +317576,1961,2,2,1 +317576,1996,1,3,1 +317576,2020,12,2,1 +321042,1963,6,2,1 +321042,1941,4,1,1 +381316,1996,3,1,1 +4329847,2002,1,2,1 +321042,2005,8,2,1 +313217,2003,6,3,1 +317576,2021,4,2,1 +321042,1959,4,1,1 +4329847,1965,7,2,1 +321042,1979,2,1,1 +4329847,2008,8,1,1 +381316,2022,9,2,1 +313217,2018,1,1,1 +317576,1955,4,1,1 +4329847,1986,4,1,1 +313217,2022,4,7,1 +313217,2011,6,2,1 +381316,2019,2,5,1 +4329847,2010,3,2,1 +321042,2003,10,2,1 +313217,2021,1,3,1 +317576,2018,3,3,1 +317576,2003,1,3,1 +381316,1960,10,2,1 +313217,2021,12,3,1 +313217,2013,3,3,1 +381316,2004,1,2,1 +313217,2006,4,4,1 +313217,2016,1,4,1 +317576,2005,5,2,1 +313217,2011,10,3,1 +381316,2007,5,2,1 +313217,2014,12,4,1 +381316,1974,4,1,1 +381316,1984,5,1,1 +317576,2004,11,2,1 +4329847,2003,11,1,1 +321042,1942,5,1,1 +317576,1983,6,2,1 +381316,2005,9,1,1 +313217,2023,4,4,1 +381316,1995,12,2,1 +317576,1997,9,2,1 +317576,2022,5,4,1 +313217,2008,7,2,1 +381316,2016,3,3,1 +321042,2005,9,1,1 +317576,1978,11,1,1 +313217,1998,2,3,1 +317576,2011,8,3,1 +381316,2000,4,2,1 +317576,1968,3,1,1 +381316,1986,10,1,1 +4329847,2022,6,1,1 +321042,1937,10,1,1 +317576,1991,7,5,1 +317576,2012,8,6,1 +313217,2020,1,6,1 +381316,1997,8,3,1 +317576,1999,12,3,1 +313217,2022,7,5,1 +381316,2020,1,4,1 +4329847,2004,5,1,1 +317576,1988,12,1,1 +381316,2016,11,4,1 +317576,1989,3,3,1 +321042,1972,10,1,1 +321042,2020,11,2,1 +317576,2002,5,5,1 +321042,1962,1,1,1 +317576,2017,7,3,1 +313217,2012,7,2,1 +313217,2005,3,3,1 +381316,2002,10,2,1 +317576,1964,11,1,1 +381316,1970,8,1,1 +317576,2015,8,4,1 +317576,2020,1,2,1 +317576,1965,7,1,1 +381316,2003,8,3,1 +381316,2010,6,3,1 +313217,1999,7,2,1 +317576,2008,5,3,1 +4329847,2003,3,1,1 +313217,1991,5,1,1 +321042,2002,2,1,1 +381316,1987,8,1,1 +4329847,2016,11,1,1 +313217,1995,7,1,1 +321042,2020,3,1,1 +4329847,2022,10,2,1 +321042,1978,8,1,1 +381316,2006,3,3,1 +321042,2021,12,2,1 +321042,2009,1,1,1 +317576,1999,1,4,1 +381316,2003,9,1,1 +313217,1984,2,1,1 +313217,2017,9,1,1 +4329847,1980,6,1,1 +381316,2021,5,6,1 +381316,1989,12,1,1 +4329847,2014,2,1,1 +317576,2001,9,2,1 +4329847,2015,4,1,1 +321042,2015,5,1,1 +321042,1998,8,1,1 +317576,2009,10,2,1 +381316,1991,5,2,1 +321042,1931,3,1,1 +321042,1983,11,1,1 +381316,1982,6,1,1 +4329847,2001,9,1,1 +317576,2014,9,4,1 +321042,1985,12,1,1 +321042,1940,1,1,1 +4329847,2006,2,2,1 +321042,1974,3,1,1 +381316,1949,10,1,1 +381316,1982,10,2,1 +317576,2016,5,3,1 +321042,1992,4,2,1 +4329847,1991,9,2,1 +4329847,2018,12,1,1 +317576,1992,7,1,1 +381316,2001,11,1,1 +4329847,1950,12,1,1 +313217,2004,1,3,1 +317576,1990,6,4,1 +321042,1971,2,1,1 +4329847,1987,3,1,1 +321042,2012,12,1,1 +381316,1975,4,1,1 +381316,1962,11,1,1 +317576,2000,9,1,1 +321042,1949,4,1,1 +313217,2010,3,1,1 +321042,2019,10,1,1 +381316,2012,2,2,1 +4329847,2017,9,3,1 +321042,1953,8,1,1 +317576,2000,8,2,1 +321042,1952,6,1,1 +317576,1989,11,2,1 +317576,1992,4,1,1 +321042,1934,6,1,1 +321042,2008,10,1,1 +317576,2003,12,3,1 +321042,2022,3,1,1 +313217,1970,3,1,1 +4329847,2009,7,1,1 +381316,2011,8,3,1 +321042,2000,7,1,1 +321042,2000,4,3,1 +4329847,1985,3,2,1 +321042,1978,9,1,1 +381316,1947,2,1,1 +381316,2014,2,1,1 +4329847,1998,1,2,1 +321042,1936,3,1,1 +321042,1987,11,1,1 +4329847,1974,5,1,1 +313217,2004,12,2,1 +381316,1959,2,1,1 +317576,1941,4,1,1 +381316,1990,9,1,1 +313217,2003,10,1,1 +317576,1995,8,1,1 +321042,2010,1,1,1 +313217,2019,2,2,1 +381316,2020,12,1,1 +321042,1948,1,1,1 +313217,2006,7,2,1 +321042,1994,7,1,1 +321042,2001,5,1,1 +313217,2010,11,1,1 +313217,2001,10,1,1 +381316,2000,7,1,1 +321042,1980,7,2,1 +321042,1960,5,1,1 +313217,2016,12,1,1 +321042,1951,6,2,1 +317576,1948,10,1,1 +317576,1993,2,1,1 +4329847,2012,7,1,1 +381316,1973,8,2,1 +381316,2004,12,1,1 +321042,1999,5,1,1 +381316,1953,2,1,1 +321042,1944,4,1,1 +321042,2011,8,1,1 +321042,1990,7,1,1 +313217,1999,4,1,1 +381316,2013,2,1,1 +4329847,1967,1,1,1 +381316,1983,10,1,1 +321042,2016,7,1,1 +317576,1958,6,1,1 +321042,1958,11,1,1 +317576,1954,9,1,1 +381316,1998,11,1,1 +4329847,1969,11,1,1 +313217,1975,7,1,1 +4329847,2008,9,1,1 +4329847,2001,8,1,1 +4329847,1977,5,1,1 +381316,1992,3,1,1 +317576,2017,11,4,1 +317576,1999,9,2,1 +313217,2012,3,2,1 +321042,1992,3,1,1 +321042,1962,8,1,1 +381316,2020,8,5,1 +321042,2011,1,2,1 +381316,2008,10,4,1 +381316,2006,4,1,1 +317576,2021,3,4,1 +321042,1979,10,1,1 +317576,2014,1,6,1 +313217,2014,8,6,1 +321042,2002,10,1,1 +4329847,1987,4,1,1 +381316,2018,1,4,1 +317576,2020,8,5,1 +313217,2020,8,7,1 +4329847,1953,10,1,1 +313217,2017,1,2,1 +317576,2023,2,3,1 +317576,2019,1,3,1 +317576,2011,12,5,1 +313217,2019,10,4,1 +321042,2016,3,3,1 +4329847,2017,12,4,1 +381316,2009,5,4,1 +317576,1997,1,4,1 +313217,2013,7,2,1 +313217,2022,3,4,1 +313217,2008,11,1,1 +381316,2002,2,1,1 +321042,2012,8,3,1 +317576,2019,12,4,1 +313217,2005,7,1,1 +317576,1973,7,1,1 +317576,2000,1,4,1 +317576,1988,8,2,1 +381316,2010,2,5,1 +313217,2008,3,4,1 +381316,2005,12,2,1 +4329847,1985,7,2,1 +317576,1989,7,1,1 +321042,1972,2,1,1 +313217,1995,3,1,1 +381316,2012,6,4,1 +313217,2004,8,3,1 +321042,1938,4,1,1 +4329847,2003,7,1,1 +317576,1996,9,3,1 +313217,2019,6,3,1 +381316,2023,1,4,1 +313217,1997,6,2,1 +381316,1996,7,3,1 +317576,2000,12,4,1 +321042,1949,11,1,1 +4329847,1993,9,1,1 +321042,1967,7,2,1 +317576,2001,12,5,1 +317576,2020,9,8,1 +317576,1993,6,2,1 +4329847,1976,3,1,1 +321042,1971,10,1,1 +317576,2003,8,1,1 +381316,2014,10,3,1 +381316,2015,10,6,1 +317576,2012,1,3,1 +317576,1964,7,1,1 +381316,1998,7,1,1 +381316,2011,12,3,1 +381316,2008,6,3,1 +4329847,1991,12,2,1 +321042,2010,9,2,1 +313217,2003,2,4,1 +381316,2019,10,5,1 +381316,2001,7,2,1 +313217,2014,9,1,1 +4329847,1997,5,2,1 +313217,1999,11,2,1 +317576,1984,5,1,1 +317576,2001,1,3,1 +4329847,1993,8,1,1 +381316,2015,6,5,1 +313217,2013,4,2,1 +381316,2003,1,2,1 +313217,2006,11,1,1 +381316,1971,12,1,1 +317576,1995,12,3,1 +317576,2006,6,4,1 +4329847,2010,7,1,1 +317576,1991,3,1,1 +321042,1995,9,2,1 +321042,2020,7,3,1 +381316,1993,5,2,1 +381316,2020,9,3,1 +313217,2018,8,7,1 +4329847,2019,5,2,1 +4329847,2016,7,1,1 +317576,2017,3,2,1 +321042,2007,5,1,1 +317576,1987,7,2,1 +381316,1987,1,1,1 +381316,1969,3,1,1 +381316,2018,12,3,1 +4329847,1980,2,2,1 +313217,2021,9,3,1 +4329847,2002,8,1,1 +317576,1976,4,1,1 +313217,2023,3,3,1 +317576,1989,4,2,1 +321042,2005,12,1,1 +381316,2006,7,2,1 +381316,1985,5,1,1 +4329847,1951,5,1,1 +381316,2022,12,6,1 +313217,2009,5,1,1 +317576,2018,4,3,1 +381316,1975,11,1,1 +381316,1997,1,1,1 +313217,2021,8,2,1 +381316,1974,3,1,1 +4329847,1967,8,1,1 +313217,1990,5,3,1 +4329847,2012,3,1,1 +313217,2017,12,2,1 +313217,2010,4,2,1 +317576,2004,7,4,1 +321042,2019,2,1,1 +381316,2011,1,3,1 +381316,1981,7,1,1 +313217,2005,4,2,1 +313217,1998,6,2,1 +317576,2003,9,5,1 +381316,1995,9,1,1 +4329847,2016,4,2,1 +321042,2011,12,1,1 +321042,1981,6,1,1 +321042,1998,12,2,1 +4329847,2006,6,2,1 +317576,1997,12,1,1 +381316,1968,8,1,1 +321042,2004,5,3,1 +321042,1944,3,1,1 +317576,1992,3,3,1 +313217,1998,10,1,1 +321042,1961,9,1,1 +321042,1996,3,3,1 +321042,1992,11,1,1 +4329847,1952,9,1,1 +4329847,2009,3,1,1 +321042,1944,11,1,1 +381316,1983,2,1,1 +321042,1987,7,1,1 +317576,2014,12,2,1 +317576,1934,12,1,1 +317576,1985,4,3,1 +4329847,2017,1,1,1 +317576,1972,9,1,1 +381316,1966,10,1,1 +317576,2015,12,1,1 +313217,2020,9,2,1 +4329847,2006,10,5,1 +381316,2012,10,3,1 +381316,1970,12,1,1 +317576,1987,4,2,1 +317576,1999,8,3,1 +381316,2005,1,2,1 +381316,1997,12,1,1 +4329847,2001,1,1,1 +321042,2003,2,2,1 +381316,2014,6,1,1 +317576,1948,2,1,1 +4329847,2018,8,2,1 +4329847,2018,9,1,1 +381316,2000,11,2,1 +381316,1999,5,1,1 +313217,2016,8,4,1 +321042,1965,5,1,1 +381316,2016,4,4,1 +317576,2011,1,5,1 +4329847,1983,4,1,1 +313217,2015,5,5,1 +321042,1988,5,1,1 +381316,2001,4,1,1 +317576,1970,1,1,1 +317576,1980,5,2,1 +381316,1994,10,1,1 +317576,1933,3,1,1 +381316,2013,10,1,1 +4329847,1969,7,1,1 +313217,2011,2,1,1 +321042,1949,3,1,1 +381316,2017,5,2,1 +4329847,2011,7,1,1 +4329847,1998,9,2,1 +4329847,1955,8,1,1 +321042,1958,7,1,1 +313217,1996,8,1,1 +321042,2014,10,1,1 +313217,1997,10,1,1 +381316,2013,6,3,1 +321042,1956,8,1,1 +381316,1994,6,1,1 +313217,2016,9,1,1 +381316,1982,2,1,1 +313217,2022,11,2,1 +321042,2017,7,2,1 +313217,1984,10,1,1 +321042,1983,4,2,1 +321042,1994,3,1,1 +321042,2009,8,1,1 +381316,2016,7,2,1 +321042,1983,7,1,1 +317576,1995,1,3,1 +317576,1955,3,1,1 +321042,1985,8,1,1 +381316,2019,6,2,1 +313217,1995,11,1,1 +321042,2021,9,1,1 +317576,1943,8,1,1 +321042,2014,6,2,1 +317576,1941,3,1,1 +317576,2009,2,2,1 +317576,2012,12,2,1 +317576,1974,3,2,1 +317576,1991,11,1,1 +317576,2007,5,4,1 +317576,1954,12,1,1 +4329847,1968,4,1,1 +317576,2021,11,2,1 +381316,1996,4,1,1 +4329847,1975,9,1,1 +313217,2006,3,1,1 +317576,1996,8,1,1 +317576,2015,1,3,1 +317576,2018,7,2,1 +321042,1982,7,1,1 +4329847,1994,10,1,1 +321042,1970,11,2,1 +321042,2008,2,1,1 +313217,2018,9,1,1 +4329847,2022,2,1,1 +321042,1975,3,1,1 +313217,1986,5,1,1 +313217,2012,11,2,1 +321042,2023,4,1,1 +317576,1970,12,1,1 +321042,2013,5,1,1 +317576,1990,2,1,1 +381316,2022,1,1,1 +4329847,1994,6,1,1 +321042,1969,6,1,1 +321042,2016,11,1,1 +4329847,1956,1,1,1 +317576,1966,12,1,1 +4329847,2008,1,1,1 +321042,1967,4,1,1 +313217,2010,7,1,1 +317576,1992,11,1,1 +313217,1993,1,1,1 +321042,1975,11,1,1 +313217,2001,2,1,1 +317576,1985,7,1,1 +4329847,2007,5,1,1 +317576,1967,5,1,1 +321042,2006,3,1,1 +381316,2019,11,2,1 +381316,2015,3,5,1 +381316,2017,9,6,1 +317576,2007,9,3,1 +317576,1996,5,1,1 +381316,1995,5,3,1 +321042,2015,12,2,1 +313217,2005,2,1,1 +4329847,1982,1,2,1 +4329847,2004,1,2,1 +317576,1991,6,3,1 +317576,1967,9,1,1 +313217,2011,7,4,1 +317576,2023,4,4,1 +313217,2013,2,2,1 +321042,1991,8,2,1 +317576,2007,8,5,1 +321042,2021,5,3,1 +313217,2022,6,3,1 +321042,1973,6,1,1 +313217,2022,10,6,1 +381316,2008,11,5,1 +313217,1990,8,1,1 +4329847,2003,2,2,1 +313217,2009,9,4,1 +317576,2017,10,3,1 +4329847,2013,9,1,1 +317576,2017,6,3,1 +321042,1929,12,1,1 +317576,1933,6,1,1 +313217,2015,9,5,1 +381316,1992,2,1,1 +4329847,2012,10,2,1 +317576,2002,12,2,1 +317576,1998,1,2,1 +321042,1989,9,1,1 +313217,2002,1,3,1 +317576,2021,6,4,1 +381316,1983,7,1,1 +317576,2013,1,3,1 +321042,2002,11,1,1 +381316,1999,9,1,1 +317576,1987,2,1,1 +381316,2016,2,5,1 +317576,1953,3,2,1 +381316,2017,8,2,1 +381316,2012,3,2,1 +321042,2016,6,1,1 +381316,1977,1,1,1 +4329847,1989,3,2,1 +381316,2014,3,1,1 +313217,2011,4,2,1 +317576,1986,11,1,1 +4329847,1990,8,1,1 +317576,2003,5,2,1 +381316,2008,3,1,1 +321042,1996,10,1,1 +381316,1993,9,2,1 +313217,1984,11,1,1 +317576,2009,4,2,1 +313217,2016,5,6,1 +317576,1983,4,1,1 +321042,2006,10,1,1 +381316,2015,11,4,1 +321042,1993,6,1,1 +381316,2002,7,3,1 +381316,1979,1,1,1 +317576,1974,10,2,1 +313217,2007,12,4,1 +313217,1992,9,2,1 +321042,2019,4,2,1 +313217,2004,5,2,1 +4329847,2022,4,3,1 +313217,2000,12,1,1 +381316,2009,9,1,1 +381316,1999,8,2,1 +313217,2015,8,1,1 +381316,2019,3,3,1 +4329847,2021,9,3,1 +321042,2020,2,1,1 +4329847,1996,8,3,1 +317576,2009,7,2,1 +321042,2018,9,2,1 +313217,2001,7,2,1 +313217,2021,5,4,1 +381316,2002,4,2,1 +321042,1967,2,1,1 +317576,1993,3,2,1 +317576,2008,1,2,1 +313217,2002,12,4,1 +313217,1988,1,1,1 +4329847,2005,8,2,1 +381316,2009,8,3,1 +313217,2023,6,2,1 +313217,1983,12,2,1 +381316,2007,12,2,1 +4329847,2020,1,3,1 +321042,2015,1,2,1 +317576,2022,12,2,1 +381316,2021,12,4,1 +381316,1988,3,1,1 +313217,2010,2,3,1 +381316,2012,11,2,1 +4329847,1976,6,1,1 +317576,2016,12,2,1 +321042,1983,2,1,1 +313217,2006,10,2,1 +317576,2020,5,4,1 +381316,2020,5,2,1 +313217,2020,5,3,1 +321042,1990,6,3,1 +381316,2010,7,2,1 +317576,1992,6,4,1 +4329847,2004,12,1,1 +313217,2009,8,2,1 +317576,2010,12,4,1 +321042,2002,3,2,1 +317576,2006,3,2,1 +4329847,2012,6,1,1 +317576,2016,1,2,1 +4329847,2021,8,3,1 +317576,1998,12,3,1 +313217,1999,6,1,1 +381316,1975,6,1,1 +317576,2013,12,1,1 +313217,2019,3,2,1 +4329847,2019,8,2,1 +4329847,2007,9,1,1 +4329847,2009,10,1,1 +317576,1991,10,3,1 +317576,1999,5,3,1 +321042,1945,7,1,1 +321042,2000,6,1,1 +321042,2007,9,2,1 +317576,2018,2,5,1 +321042,1995,5,1,1 +313217,2019,11,2,1 +317576,2004,2,2,1 +381316,2021,1,3,1 +313217,1994,4,1,1 +4329847,1997,9,2,1 +313217,1984,3,1,1 +321042,1952,4,2,1 +317576,1976,2,1,1 +4329847,1976,10,2,1 +4329847,1942,12,1,1 +317576,1983,7,2,1 +317576,1942,6,1,1 +4329847,2015,6,1,1 +381316,1994,3,1,1 +313217,1992,8,2,1 +313217,2008,6,1,1 +313217,1998,11,1,1 +321042,1966,5,1,1 +4329847,1996,9,1,1 +321042,2016,10,1,1 +321042,1947,8,1,1 +317576,2021,10,2,1 +313217,1998,3,2,1 +4329847,1958,4,1,1 +313217,2000,1,2,1 +317576,1984,8,1,1 +321042,2019,7,1,1 +4329847,1966,12,1,1 +321042,1956,5,1,1 +321042,1933,11,1,1 +313217,1991,1,1,1 +317576,1984,9,1,1 +321042,1994,6,1,1 +4329847,2005,9,1,1 +381316,1985,8,1,1 +317576,1992,10,1,1 +313217,2014,5,3,1 +313217,2012,6,1,1 +321042,2022,2,1,1 +4329847,1998,5,1,1 +321042,1943,10,1,1 +321042,1970,6,1,1 +313217,1982,8,1,1 +313217,1971,9,1,1 +321042,1974,2,2,1 +321042,1969,11,1,1 +321042,2018,8,1,1 +381316,2010,4,1,1 +313217,2001,4,2,1 +321042,1994,10,1,1 +321042,1942,1,1,1 +313217,2012,10,2,1 +317576,2008,12,1,1 +4329847,2022,7,2,1 +381316,1982,7,1,1 +317576,1950,3,1,1 +4329847,1989,11,2,1 +321042,1950,8,1,1 +317576,1988,5,2,1 +321042,1999,12,1,1 +317576,1994,12,1,1 +313217,2008,10,2,1 +321042,2010,5,1,1 +381316,2000,6,1,1 +4329847,1980,7,1,1 +381316,2014,11,3,1 +4329847,1980,4,1,1 +313217,1986,9,1,1 +313217,1987,1,2,1 +317576,1986,3,1,1 +321042,1954,5,1,1 +321042,1988,8,1,1 +381316,2004,5,1,1 +317576,1990,7,1,1 +321042,1996,6,1,1 +321042,1997,1,1,1 +317576,1994,1,1,1 +321042,1952,7,1,1 +381316,1991,1,1,1 +321042,2023,2,1,1 +381316,2013,3,2,1 +4329847,2002,5,1,1 +381316,2001,2,1,1 +381316,2007,1,1,1 +381316,1986,7,1,1 +317576,2006,11,1,1 +317576,1968,2,1,1 +321042,1964,2,1,1 +4329847,2020,12,2,1 +321042,1951,4,1,1 +381316,1985,9,1,1 +381316,1981,2,1,1 +321042,1936,2,1,1 +321042,2004,9,1,1 +4329847,2019,9,1,1 +313217,2018,5,1,1 +313217,1995,6,1,1 +4329847,2018,5,1,1 +321042,1926,8,1,1 +321042,1969,3,1,1 +313217,2006,6,1,1 +4329847,2009,6,1,1 +313217,1983,1,1,1 +317576,1982,9,1,1 +317576,1993,11,1,1 +317576,1955,6,1,1 +321042,2000,10,1,1 +381316,2013,11,1,1 +4329847,2000,3,1,1 +313217,2021,4,3,1 +317576,1998,6,2,1 +381316,1998,8,3,1 +313217,2016,7,3,1 +381316,2000,12,3,1 +317576,2022,6,6,1 +317576,1973,9,1,1 +381316,1992,8,1,1 +317576,1991,12,3,1 +317576,2020,4,3,1 +381316,2022,11,6,1 +317576,1973,8,2,1 +313217,2004,4,2,1 +317576,1995,11,3,1 +317576,2000,3,2,1 +4329847,2002,7,4,1 +381316,1989,7,2,1 +317576,2004,9,2,1 +313217,2022,1,4,1 +321042,2010,4,2,1 +321042,1999,6,1,1 +317576,1959,5,1,1 +317576,2021,1,5,1 +321042,2000,12,1,1 +4329847,1993,4,1,1 +317576,1980,2,2,1 +317576,2014,11,4,1 +317576,2002,10,1,1 +317576,2018,9,9,1 +4329847,2023,1,3,1 +4329847,2015,1,2,1 +313217,2017,11,3,1 +317576,2017,12,3,1 +4329847,1982,10,1,1 +317576,2008,10,6,1 +321042,2011,3,2,1 +321042,1960,10,2,1 +313217,2007,6,3,1 +317576,1969,8,2,1 +4329847,1970,9,1,1 +317576,2010,6,4,1 +313217,1990,2,1,1 +381316,2001,9,4,1 +317576,2011,3,3,1 +321042,1976,6,1,1 +313217,2020,7,2,1 +321042,2003,5,1,1 +313217,2016,4,2,1 +4329847,1979,5,1,1 +313217,2006,1,2,1 +313217,2000,10,1,1 +381316,1995,4,3,1 +317576,1988,4,1,1 +381316,2022,3,7,1 +4329847,2016,9,2,1 +4329847,2003,9,1,1 +313217,2002,6,3,1 +321042,1978,3,2,1 +4329847,2010,8,2,1 +321042,1998,3,1,1 +313217,2015,2,3,1 +313217,2012,12,5,1 +381316,2004,4,4,1 +381316,1990,11,1,1 +317576,1994,10,2,1 +381316,2007,6,3,1 +321042,2012,7,1,1 +381316,2004,7,3,1 +313217,2017,3,4,1 +313217,2000,6,2,1 +321042,2021,7,3,1 +317576,1996,4,3,1 +381316,1973,3,1,1 +313217,2004,7,3,1 +313217,2023,1,1,1 +317576,2003,7,3,1 +381316,1996,9,1,1 +317576,2016,10,3,1 +4329847,2001,11,1,1 +313217,1991,6,2,1 +317576,2015,11,4,1 +317576,1951,10,3,1 +4329847,2005,2,1,1 +317576,2000,11,2,1 +381316,1984,6,1,1 +321042,1958,9,2,1 +321042,1967,9,1,1 +317576,1990,5,2,1 +321042,2009,7,2,1 +313217,2014,7,6,1 +317576,1998,10,1,1 +317576,1981,6,1,1 +313217,2022,12,4,1 +381316,1997,11,1,1 +317576,1987,8,1,1 +317576,2005,6,4,1 +321042,2013,2,1,1 +313217,2005,9,3,1 +321042,1996,1,1,1 +317576,2013,6,4,1 +4329847,1993,7,3,1 +313217,2010,9,3,1 +381316,2011,3,4,1 +317576,2015,3,7,1 +317576,2001,11,1,1 +317576,2003,4,2,1 +4329847,2018,7,3,1 +381316,2001,8,1,1 +317576,2020,7,6,1 +4329847,1986,12,1,1 +321042,1998,11,1,1 +317576,2016,6,4,1 +313217,2012,1,3,1 +313217,2013,9,1,1 +321042,1980,1,1,1 +317576,2001,3,2,1 +381316,2011,11,3,1 +313217,1970,9,1,1 +313217,2006,12,2,1 +317576,1976,8,1,1 +381316,2016,9,3,1 +321042,2005,3,2,1 +317576,2019,3,5,1 +313217,1993,11,1,1 +381316,2020,7,3,1 +381316,2006,8,5,1 +313217,1985,3,1,1 +313217,2021,7,6,1 +4329847,2018,4,1,1 +381316,1977,10,1,1 +381316,1975,1,1,1 +317576,2011,11,1,1 +313217,2009,2,1,1 +317576,1987,9,1,1 +321042,1995,7,1,1 +321042,1944,12,1,1 +317576,1999,7,1,1 +381316,2007,10,3,1 +321042,2000,1,1,1 +317576,2023,5,6,1 +313217,2014,4,2,1 +317576,2018,8,2,1 +381316,2006,9,3,1 +313217,1995,12,3,1 +4329847,2002,4,1,1 +381316,2018,3,3,1 +4329847,2007,2,2,1 +381316,1960,5,1,1 +317576,1968,8,1,1 +381316,2003,11,2,1 +4329847,2004,10,2,1 +4329847,2000,11,2,1 +321042,2001,10,1,1 +317576,2010,10,4,1 +4329847,2016,8,3,1 +317576,2012,3,4,1 +317576,1997,11,1,1 +317576,2012,11,4,1 +313217,2007,10,2,1 +4329847,1998,7,1,1 +313217,1975,12,2,1 +317576,1975,12,1,1 +321042,2005,11,2,1 +321042,1970,1,1,1 +381316,2002,5,2,1 +381316,2021,6,4,1 +381316,1974,12,1,1 +317576,1983,5,1,1 +321042,1984,10,3,1 +381316,2018,11,3,1 +381316,1998,9,2,1 +313217,1988,6,1,1 +317576,2022,10,1,1 +321042,2007,2,2,1 +321042,1956,7,1,1 +317576,2021,12,4,1 +313217,2011,5,1,1 +317576,1935,10,1,1 +317576,1985,9,1,1 +313217,1991,10,2,1 +381316,1981,8,1,1 +4329847,1976,1,1,1 +317576,2002,6,1,1 +321042,2016,12,1,1 +321042,2009,4,2,1 +321042,1986,9,2,1 +313217,2018,4,4,1 +321042,1993,12,1,1 +381316,2023,3,2,1 +317576,1945,10,1,1 +317576,1996,7,2,1 +317576,1985,8,1,1 +381316,2020,4,3,1 +4329847,2010,9,2,1 +313217,2003,5,4,1 +321042,1990,12,1,1 +317576,2013,10,4,1 +321042,1957,8,1,1 +381316,2016,8,2,1 +317576,1992,12,1,1 +381316,2005,3,2,1 +381316,1992,9,1,1 +317576,2005,10,2,1 +313217,2020,4,1,1 +4329847,1991,11,2,1 +313217,1996,7,1,1 +317576,1972,4,1,1 +317576,2017,1,1,1 +313217,1987,10,1,1 +317576,1981,10,1,1 +381316,1979,6,1,1 +381316,1975,12,1,1 +321042,1982,9,1,1 +4329847,1998,4,1,1 +381316,2009,2,4,1 +317576,2008,6,1,1 +4329847,1997,2,3,1 +317576,1952,2,2,1 +4329847,2022,5,1,1 +4329847,1999,8,1,1 +381316,1982,5,1,1 +313217,2008,1,1,1 +317576,1971,11,1,1 +317576,1989,9,2,1 +317576,1992,1,2,1 +317576,2004,8,1,1 +321042,2001,6,1,1 +317576,2014,3,2,1 +321042,2006,1,1,1 +313217,2018,7,2,1 +317576,1943,4,1,1 +321042,2017,8,1,1 +317576,1974,1,2,1 +317576,1971,3,1,1 +321042,2020,8,1,1 +381316,1996,8,1,1 +317576,1999,4,1,1 +4329847,2011,8,1,1 +4329847,2011,9,2,1 +4329847,1984,11,1,1 +317576,1997,3,1,1 +4329847,2012,1,1,1 +4329847,1983,9,1,1 +381316,1964,12,1,1 +321042,1945,5,1,1 +321042,1984,6,1,1 +381316,2017,2,1,1 +321042,2020,9,1,1 +321042,1976,10,1,1 +313217,2013,8,1,1 +321042,1940,7,1,1 +321042,2015,10,1,1 +321042,1989,2,1,1 +321042,1992,1,1,1 +317576,1962,4,1,1 +317576,1939,10,1,1 +4329847,1977,10,1,1 +321042,1997,6,1,1 +317576,1989,8,1,1 +313217,1979,11,1,1 +321042,1962,7,1,1 +321042,1980,12,1,1 +317576,2007,2,1,1 +381316,1991,6,1,1 +381316,2021,10,1,1 +4329847,2004,6,1,1 +317576,1979,8,1,1 +317576,2007,4,5,1 +313217,2014,2,4,1 +313217,2002,3,3,1 +381316,1994,1,1,1 +317576,2000,6,4,1 +321042,2018,4,1,1 +4329847,2007,7,4,1 +381316,1990,6,1,1 +321042,2017,5,1,1 +321042,2003,9,4,1 +381316,1976,7,2,1 +321042,2003,8,2,1 +321042,1979,12,2,1 +317576,1951,3,1,1 +381316,2014,1,3,1 +313217,2007,3,1,1 +4329847,2017,10,1,1 +381316,1983,9,2,1 +381316,1994,12,2,1 +317576,1994,11,5,1 +317576,2014,6,4,1 +313217,2018,2,2,1 +381316,2015,12,4,1 +317576,2011,10,2,1 +381316,2019,1,6,1 +381316,2022,10,6,1 +381316,2019,12,6,1 +313217,2003,8,2,1 +4329847,1987,5,1,1 +317576,1982,4,2,1 +317576,2014,10,5,1 +321042,2014,12,2,1 +381316,2021,3,6,1 +313217,2004,2,1,1 +4329847,2005,4,4,1 +317576,1980,4,1,1 +317576,2005,11,6,1 +317576,1995,10,1,1 +317576,2020,2,2,1 +321042,1989,4,2,1 +321042,2005,10,1,1 +381316,2009,7,1,1 +4329847,2003,5,1,1 +317576,2006,12,4,1 +381316,1986,8,3,1 +381316,2003,6,1,1 +313217,1992,7,1,1 +317576,2016,3,2,1 +381316,1982,8,1,1 +321042,1967,5,1,1 +4329847,2014,1,1,1 +313217,2015,7,4,1 +317576,2003,2,1,1 +4329847,2020,11,2,1 +313217,2000,11,3,1 +317576,2019,10,5,1 +381316,1999,4,2,1 +317576,2000,10,3,1 +317576,1934,6,1,1 +321042,1956,2,1,1 +313217,2003,9,2,1 +317576,1998,3,3,1 +381316,2017,7,4,1 +4329847,2021,4,2,1 +313217,1991,3,1,1 +313217,2009,4,4,1 +317576,2002,11,3,1 +317576,1986,12,3,1 +313217,2017,6,5,1 +381316,2001,5,2,1 +317576,2022,3,5,1 +381316,2010,9,4,1 +313217,2000,3,5,1 +317576,1996,2,2,1 +381316,2017,4,8,1 +317576,2001,6,3,1 +381316,2002,9,3,1 +381316,2018,6,3,1 +4329847,2008,6,2,1 +321042,1953,6,2,1 +4329847,1994,12,3,1 +317576,2008,3,3,1 +317576,2009,9,3,1 +313217,1989,6,1,1 +317576,2016,11,3,1 +317576,2015,6,2,1 +317576,1954,10,1,1 +313217,2011,8,2,1 +321042,1942,11,1,1 +317576,2010,11,4,1 +317576,2019,6,1,1 +381316,2020,2,6,1 +317576,2005,3,2,1 +317576,2013,11,2,1 +317576,1999,2,2,1 +381316,2010,8,3,1 +4329847,1983,5,1,1 +381316,2021,11,2,1 +313217,2007,11,2,1 +4329847,2013,7,2,1 +317576,2011,6,2,1 +381316,2004,2,3,1 +4329847,2011,5,3,1 +317576,2006,1,5,1 +381316,2012,1,2,1 +321042,2013,4,2,1 +381316,1984,11,1,1 +321042,2009,2,2,1 +381316,2012,12,1,1 +317576,1969,5,1,1 +381316,2013,1,2,1 +317576,1983,9,1,1 +381316,2014,12,2,1 +317576,1995,6,4,1 +381316,2011,6,1,1 +321042,2002,1,3,1 +313217,1987,11,1,1 +317576,2018,5,3,1 +381316,2006,5,2,1 +313217,2011,9,4,1 +321042,1951,8,1,1 +313217,2010,5,4,1 +317576,1935,11,1,1 +4329847,1991,10,1,1 +381316,1979,3,1,1 +317576,2001,10,2,1 +313217,1993,6,1,1 +321042,1977,11,1,1 +321042,1978,10,1,1 +317576,1940,8,1,1 +321042,2021,2,2,1 +317576,2007,7,2,1 +321042,2013,7,1,1 +313217,1994,9,1,1 +313217,2017,10,4,1 +321042,1981,1,1,1 +4329847,1970,5,1,1 +4329847,2021,7,2,1 +4329847,2001,10,1,1 +313217,1998,12,1,1 +381316,2003,10,6,1 +381316,1978,7,1,1 +321042,2001,3,1,1 +321042,1951,9,2,1 +317576,2004,5,3,1 +321042,1955,4,2,1 +381316,1998,5,2,1 +4329847,2004,3,2,1 +313217,1986,4,1,1 +317576,2022,11,2,1 +321042,2010,2,1,1 +317576,1981,11,1,1 +313217,1994,8,1,1 +317576,2010,3,2,1 +313217,1985,6,1,1 +4329847,1980,8,1,1 +4329847,2022,8,2,1 +381316,2016,5,3,1 +317576,1982,7,1,1 +321042,2019,9,1,1 +313217,2001,9,1,1 +381316,2005,6,2,1 +381316,2015,1,5,1 +321042,1984,11,2,1 +317576,1987,5,2,1 +317576,2002,3,3,1 +317576,2008,11,2,1 +317576,1983,8,2,1 +381316,1993,4,1,1 +317576,1993,1,2,1 +317576,1960,9,1,1 +4329847,2022,9,1,1 +4329847,2020,3,1,1 +317576,1986,1,1,1 +381316,2018,10,2,1 +4329847,2019,7,2,1 +317576,1981,3,1,1 +313217,1993,10,2,1 +381316,1996,5,2,1 +317576,1989,5,2,1 +317576,1967,7,1,1 +317576,2013,3,6,1 +313217,1981,4,1,1 +317576,1954,6,1,1 +4329847,2008,10,2,1 +4329847,2016,5,4,1 +317576,1970,10,1,1 +317576,2012,6,1,1 +4329847,2018,2,1,1 +313217,2009,7,2,1 +381316,1971,6,1,1 +313217,2019,12,2,1 +313217,1989,10,1,1 +321042,2011,6,1,1 +317576,1988,2,1,1 +317576,2012,10,4,1 +321042,2022,5,1,1 +313217,2015,4,2,1 +321042,1960,11,1,1 +317576,1990,8,2,1 +381316,2022,6,3,1 +381316,1985,4,1,1 +381316,2011,10,3,1 +4329847,2013,4,1,1 +381316,2009,4,2,1 +317576,1984,4,1,1 +313217,2019,1,3,1 +381316,1995,2,1,1 +381316,2013,12,2,1 +321042,1987,5,1,1 +381316,2002,8,1,1 +313217,1977,6,1,1 +381316,2008,1,1,1 +321042,2014,1,1,1 +313217,2016,2,2,1 +317576,1997,6,2,1 +321042,1999,3,1,1 +313217,1981,7,1,1 +4329847,1996,7,1,1 +381316,2007,3,1,1 +321042,1958,5,1,1 +321042,1977,3,1,1 +317576,1980,7,1,1 +313217,2005,5,1,1 +313217,1984,12,1,1 +4329847,1996,4,1,1 +4329847,2000,10,1,1 +321042,1936,5,1,1 +313217,2021,2,1,1 +381316,2005,10,3,1 +381316,1992,5,1,1 +321042,1968,4,1,1 +321042,1971,1,1,1 +4329847,1997,7,1,1 +4329847,2000,6,1,1 +313217,2020,2,1,1 +317576,1939,3,1,1 +317576,2009,8,2,1 +321042,1998,6,1,1 +381316,2007,11,1,1 +381316,2023,6,1,1 +381316,1986,9,2,1 +317576,1976,5,1,1 +321042,1945,9,1,1 +4329847,1999,5,1,1 +321042,1989,7,1,1 +4329847,1963,10,1,1 +4329847,2019,4,1,1 +317576,1963,7,1,1 +317576,1990,9,1,1 +313217,1997,1,1,1 +4329847,1963,6,1,1 +317576,1998,11,1,1 +381316,1985,7,1,1 +4329847,2014,12,1,1 +321042,1999,11,1,1 +317576,1964,5,1,1 +40213154,2022,5,655,2.4198473282442747 +40213154,2020,4,642,2.3068535825545173 +40213154,2019,11,656,2.4878048780487805 +40213154,2014,4,593,2.2124789207419897 +40213154,2016,2,593,2.5160202360876895 +40213154,2019,3,673,2.4695393759286777 +40213154,2014,7,615,2.3934959349593496 +40213198,2018,11,43,2.302325581395349 +40213154,2020,7,656,2.278963414634146 +40213154,2017,2,566,2.454063604240283 +40213320,2017,5,26,1.7692307692307692 +40213180,2021,6,23,2.0434782608695654 +40213320,2018,5,29,1.8275862068965518 +40213154,2015,5,601,2.1663893510815306 +40213180,2018,2,20,2.75 +40213154,2018,2,602,2.4485049833887045 +40213227,2015,9,58,2.6379310344827585 +19126352,2017,11,4,1.75 +19075601,2000,3,3,2 +40171902,2009,11,2,1.5 +19075601,2008,8,6,1.6666666666666667 +40213154,2012,11,21,2.1904761904761907 +40213227,2020,6,70,2.1857142857142855 +40213320,2022,5,28,3.107142857142857 +40213160,2015,3,44,2.2045454545454546 +40213154,2021,2,636,2.3710691823899372 +40213180,2016,6,24,2.2083333333333335 +40213304,2017,5,27,3.2962962962962963 +40213314,2017,8,20,2.65 +40213227,2018,6,66,2.0757575757575757 +40213251,2021,3,17,2.176470588235294 +40213299,2017,6,19,2.3157894736842106 +40213314,2016,9,24,2.25 +40213227,2013,8,60,1.9666666666666666 +40213183,2014,3,17,3.4705882352941178 +40213314,2014,3,21,2.0476190476190474 +40213216,2017,3,23,2.5217391304347827 +40213183,2021,9,23,3.5217391304347827 +40213304,2016,11,32,2.40625 +40213227,2020,10,65,2.276923076923077 +40213183,2022,9,17,1.588235294117647 +40213160,2022,3,32,2.28125 +40213160,2021,10,44,1.8409090909090908 +40213281,2022,12,42,1.9285714285714286 +40213154,2023,2,665,2.308270676691729 +19075601,2002,10,4,1 +1332419,1994,7,23,2.217391304347826 +40213154,2001,8,17,1.6470588235294117 +40213154,1998,8,12,2.3333333333333335 +40213320,2020,11,23,1.826086956521739 +40213281,2015,1,40,3.4 +40213198,2015,6,51,2.4705882352941178 +40213260,2014,1,22,1.9545454545454546 +19126352,2007,4,7,3.142857142857143 +1545959,2005,10,1,1 +1539411,1991,7,17,2.823529411764706 +40213154,1998,9,13,2.076923076923077 +40213154,1997,8,8,2.625 +40213154,2001,9,13,2.076923076923077 +40213320,2013,12,22,2.1818181818181817 +40213227,2023,1,57,2.3859649122807016 +40213299,2014,8,24,3.5416666666666665 +40213281,2014,11,38,2.5526315789473686 +40213281,2018,5,57,1.5789473684210527 +40213260,2019,4,18,1.9444444444444444 +40213227,2019,4,75,2.44 +40213296,2019,12,17,1.8823529411764706 +46275916,2000,12,1,1 +19075601,1997,1,22,2.227272727272727 +40213306,2015,8,13,1.5384615384615385 +40213227,2015,8,66,1.9090909090909092 +40213320,2016,8,17,2.9411764705882355 +40213320,2015,8,16,2.75 +40213281,2019,10,52,1.9423076923076923 +40213260,2017,7,14,1.8571428571428572 +40213260,2016,7,20,2.7 +40213216,2022,7,20,2.4 +40213314,2023,6,7,1.7142857142857142 +40213251,2018,3,23,2.0434782608695654 +40213183,2018,3,23,2.0434782608695654 +40213198,2018,3,43,1.8837209302325582 +40213160,2017,4,30,1.8 +40213281,2017,4,38,1.894736842105263 +40213296,2020,4,16,1.9375 +40213296,2016,9,22,2.909090909090909 +40213227,2016,9,75,2.2266666666666666 +40213320,2014,2,19,2.1578947368421053 +40213260,2020,1,10,1.8 +19126352,2018,11,9,1.6666666666666667 +40213180,2017,12,17,3.3529411764705883 +40213227,2014,5,56,3 +19018935,2018,11,3,1.3333333333333333 +19126352,2009,9,6,1.8333333333333333 +1332419,2000,6,4,1.75 +40213183,2022,8,27,1.9259259259259258 +40213299,2015,7,12,4.416666666666667 +40213299,2019,4,20,1.75 +40213260,2018,5,15,2 +40213180,2019,1,30,2.3333333333333335 +40171902,2021,4,3,2.6666666666666665 +19075601,2014,8,4,1.25 +1332419,2014,8,2,1.5 +40213260,2021,10,19,1.7894736842105263 +40213251,2014,5,17,2.235294117647059 +40213160,2018,2,32,2.46875 +40213180,2020,7,24,1.75 +40213180,2015,6,22,1.8181818181818181 +40213281,2015,12,48,1.9583333333333333 +40163554,2018,12,4,1.5 +40213154,2010,9,28,2.2857142857142856 +40213260,2019,7,26,2.0384615384615383 +40213227,2019,7,74,2.108108108108108 +19075601,2017,9,12,1.0833333333333333 +40213201,2015,9,14,2 +40213251,2021,11,23,2.5217391304347827 +40213198,2021,2,32,3.0625 +40213281,2021,5,40,2.525 +19126352,2007,7,6,1.3333333333333333 +40220960,2023,1,6,1 +40171902,2003,12,1,2 +40213251,2016,10,20,2.35 +40213160,2015,11,47,2.6382978723404253 +40213216,2017,11,13,2.8461538461538463 +40213314,2017,9,24,2.5416666666666665 +40213314,2018,8,28,2.7142857142857144 +40213227,2021,6,47,1.9787234042553192 +40220960,2022,10,8,1 +40171902,2016,7,3,1.6666666666666667 +40213251,2017,2,22,2.8181818181818183 +40213198,2017,2,43,2.372093023255814 +40213160,2016,5,38,1.7105263157894737 +40213281,2016,5,50,1.88 +19126352,2023,4,7,1.7142857142857142 +40171902,2018,10,4,1.75 +40213227,2018,10,81,2.3703703703703702 +40213320,2019,5,19,1.8421052631578947 +40213227,2013,9,66,2.227272727272727 +40213230,2016,10,5,1.8 +40213180,2016,10,22,2.909090909090909 +40213296,2018,9,21,2.4285714285714284 +40213230,2017,11,3,2.6666666666666665 +40213227,1992,10,4,1.75 +40213154,1994,11,16,2 +40213154,1990,10,10,2.2 +1539411,2007,9,3,6.666666666666667 +40213154,1995,8,11,2.8181818181818183 +40213154,1997,9,13,1.8461538461538463 +40213296,2019,1,14,2.142857142857143 +40213281,2014,3,40,3.1 +40213216,2014,1,16,1.8125 +40213160,2014,1,36,1.8611111111111112 +40213260,2020,12,10,5.2 +40213296,2015,6,20,3.35 +40213160,2022,11,31,1.4838709677419355 +40213180,2019,12,28,2.607142857142857 +40213180,2013,12,26,2.1538461538461537 +40171902,1987,5,3,3 +40213180,2020,4,30,2.2333333333333334 +40220960,2002,11,1,1 +40213260,2017,4,13,1.5384615384615385 +40213251,2022,6,11,2.5454545454545454 +40213314,2018,9,17,2 +1539411,2004,3,4,2 +1310034,2017,5,1,1 +1310034,2015,4,1,1 +46275916,2015,4,1,1 +40213296,2021,2,11,2.4545454545454546 +1332419,1996,5,1,2 +19018935,2014,8,6,2 +40171902,2014,8,6,2 +40213216,2021,4,13,2.5384615384615383 +40213160,2021,6,30,2.2333333333333334 +40213304,2021,2,25,2.04 +40213251,2016,6,17,2.176470588235294 +46275916,2014,5,2,1 +40243436,2014,5,2,1 +40213314,2014,11,25,2.88 +40213281,2019,6,47,2.127659574468085 +40213160,2014,12,38,2.210526315789474 +40213260,2023,4,9,2.111111111111111 +40213260,2022,11,12,1.75 +40213201,2021,1,9,1.7777777777777777 +40213260,2022,3,16,3.3125 +1332419,2008,4,4,1.25 +40213154,2013,5,23,1.608695652173913 +40213314,2016,8,28,2.857142857142857 +19126352,1987,4,3,1 +19126352,2012,4,5,1.2 +19075601,2012,4,5,1.2 +40213306,2018,1,7,2.7142857142857144 +40213183,1973,11,1,2 +40213160,1973,11,1,2 +40213154,1977,12,5,2.2 +40213154,1971,11,3,1.6666666666666667 +40213154,1975,12,3,2 +40213296,2020,7,14,1.6428571428571428 +40243436,2015,12,2,1 +40213180,2017,1,29,3.4482758620689653 +19133768,2007,3,1,1 +19018935,2005,2,1,2 +40171902,2005,2,1,2 +40213227,2022,5,72,2.361111111111111 +1332419,2020,8,5,2 +40213183,2016,4,16,1.75 +40213198,2015,10,33,2.515151515151515 +40213154,1978,9,3,1.6666666666666667 +40213154,1979,9,3,1.6666666666666667 +40213154,1973,8,5,2 +40213299,2020,6,15,1.9333333333333333 +40213216,2018,6,20,2.45 +40213304,2018,4,25,1.92 +40171902,1990,1,2,3.5 +40213154,2008,5,15,1.9333333333333333 +40213154,2009,5,13,2.1538461538461537 +40213180,2021,10,22,2.3181818181818183 +1332419,2019,8,2,3.5 +40213201,2020,2,7,2.2857142857142856 +40213198,2019,2,44,1.7045454545454546 +40213251,2013,10,21,1.8095238095238095 +40213160,2017,7,48,1.9166666666666667 +40213281,2017,7,57,1.8771929824561404 +40213320,2016,9,27,1.8148148148148149 +40213304,2019,1,35,1.8857142857142857 +40213320,2021,2,32,2.25 +40213296,2018,8,19,2.263157894736842 +40213296,2016,8,22,1.7727272727272727 +40213230,2015,12,5,2.4 +40213299,2015,4,17,3.823529411764706 +1545959,2017,10,1,1 +40213198,2010,6,2,1.5 +1332419,2011,12,5,1.6 +1310034,2013,1,1,1 +40213154,2011,12,22,1.8636363636363635 +40213154,2005,11,16,1.5625 +40213183,2016,7,17,4.117647058823529 +40213306,2022,5,12,2.0833333333333335 +40213180,2022,5,28,2.0714285714285716 +1545959,2004,1,2,1 +40213154,2002,12,18,2.888888888888889 +40213216,2015,9,25,2.24 +40213304,2015,5,29,2.413793103448276 +40213216,2023,5,17,3.3529411764705883 +40213304,2023,1,20,3.35 +40213281,2023,5,36,2.6944444444444446 +1332419,1994,4,20,2.1 +40213216,2014,12,20,2.15 +19126352,1999,12,6,1.5 +40213154,1992,2,6,3.5 +40213314,2022,12,21,2.0476190476190474 +40213314,2022,1,25,2.2 +40213281,2022,1,50,1.96 +40213296,2000,3,1,3 +40213227,2000,3,1,3 +19075601,2004,9,2,1.5 +40213304,2022,8,25,2.16 +40213198,2023,2,37,2.6486486486486487 +40213299,2014,9,14,1.6428571428571428 +1332419,2019,9,3,1.3333333333333333 +40213227,2016,8,71,2.056338028169014 +19126352,1994,11,5,2.2 +40213154,1989,10,8,1.75 +40163554,2022,1,4,1.25 +40163554,2013,10,3,3.6666666666666665 +40213216,2020,6,20,2.35 +40213299,2022,6,15,2.2666666666666666 +40213160,2020,6,36,2.5555555555555554 +19126352,2018,3,6,1.5 +40213198,2016,2,50,2.02 +19075601,2003,3,4,1.5 +40213320,2015,9,23,1.9565217391304348 +40213299,2021,5,23,2.260869565217391 +40213304,2020,11,29,2.793103448275862 +40213304,2020,3,28,2.2857142857142856 +19075601,2023,5,12,1.4166666666666667 +40213306,2017,9,14,2 +40213216,2021,7,22,2.272727272727273 +1539411,2023,4,4,2.25 +40171902,2013,2,2,1.5 +19126352,1997,1,4,2.25 +40213154,1970,7,4,1.25 +40213183,2014,11,17,2.3529411764705883 +40213183,2019,12,20,2.05 +40213314,2015,6,30,2.6333333333333333 +40213154,1971,3,3,1.3333333333333333 +40213154,1969,3,3,1.3333333333333333 +40220960,2016,9,4,1 +40213230,2016,6,13,1.6923076923076923 +19075601,2020,10,7,1.4285714285714286 +1539411,2007,8,5,2.8 +40213260,2021,6,15,1.6 +40213299,2020,10,23,1.7391304347826086 +40213183,2020,10,22,1.8636363636363635 +1332419,2013,5,4,2.25 +1332419,2021,1,5,2 +19126352,1978,6,2,2.5 +40171902,2001,6,4,1.5 +40163554,1983,7,2,1 +40213183,2015,4,20,3.75 +40213304,2016,3,25,1.96 +19018935,2008,11,1,1 +40213183,2021,8,17,2.764705882352941 +40213154,1983,2,3,1 +1539411,2014,11,4,2.5 +40213296,2017,3,21,1.7619047619047619 +40213216,2018,10,17,1.7058823529411764 +40213299,2019,7,24,1.8333333333333333 +40213183,2023,4,24,1.875 +40213160,2023,4,34,2.3529411764705883 +40213216,2019,5,23,1.9565217391304348 +40213299,2023,1,20,1.8 +40213154,1972,4,5,1.4 +40213154,1966,4,2,1 +40213216,2022,4,18,1.6111111111111112 +40213314,2020,2,29,1.8620689655172413 +40213198,2020,2,47,2.1914893617021276 +19075601,2008,9,6,2 +40213201,2019,3,5,1.4 +40171902,2012,4,3,1.3333333333333333 +1539411,2018,9,9,2 +19126352,2020,10,3,1.3333333333333333 +40163554,2005,7,1,2 +40213154,1986,4,14,4.214285714285714 +19133768,2015,1,2,1 +40213154,2004,1,15,1.9333333333333333 +40213227,2005,2,4,3.25 +40213154,2012,3,24,2.75 +19018935,2017,11,3,4.333333333333333 +40213160,2020,10,41,3.048780487804878 +19018935,2004,2,1,3 +19075601,2017,8,13,1.4615384615384615 +19133768,1982,10,1,1 +40213154,1976,5,3,2.6666666666666665 +40213201,2016,1,10,3.1 +40213304,2022,9,20,1.6 +40213201,2022,6,10,2.8 +40213154,1995,9,11,1.3636363636363635 +40213154,2005,3,10,2.5 +40213227,1992,6,1,4 +40213154,1989,6,5,5 +40213154,1990,6,6,4.5 +40213154,1988,5,7,6.428571428571429 +40213230,2014,1,11,2.909090909090909 +40243436,2011,3,1,1 +40213154,2011,1,15,1.6666666666666667 +40213154,2004,12,12,2.0833333333333335 +40213201,2015,8,8,4 +19075601,2015,5,12,1.25 +40213320,2020,3,30,2.8333333333333335 +40213154,1964,8,2,1.5 +40220960,2015,2,3,1 +40213296,2014,7,15,1.6666666666666667 +19018935,1990,2,1,2 +40163554,2017,8,4,2.25 +19018935,2008,3,4,1.25 +40163554,2009,9,4,2 +19126352,2003,5,3,1.6666666666666667 +40213154,1999,7,13,1.7692307692307692 +40213304,2019,12,21,1.8571428571428572 +40213281,2020,2,51,2.0784313725490198 +40213216,2020,10,21,4 +40213198,2022,5,40,2.05 +40213230,2013,11,5,6.2 +19126352,2014,5,7,1.5714285714285714 +40213154,1961,5,1,2 +40213154,1959,4,4,1.75 +40171902,2015,9,5,2 +19075601,2006,7,3,2 +1332419,2006,7,3,2 +1539411,2006,7,3,2 +1545959,2007,1,3,1 +19126352,1959,6,2,4 +40213154,1966,7,1,5 +19075601,2016,3,5,2 +40213230,2023,1,7,1.7142857142857142 +40213154,2010,8,15,2.2666666666666666 +19126352,2012,7,7,1.5714285714285714 +19018935,2015,7,4,2.5 +19075601,2012,7,9,1.4444444444444444 +1539411,2003,2,1,1 +40213230,2008,3,1,1 +40213251,2002,2,1,1 +40213227,2021,10,57,2.0526315789473686 +19018935,2020,7,2,3 +40213260,2013,11,8,2.125 +40213296,1996,4,1,1 +40213227,1997,4,5,2.4 +40213154,1994,3,6,2.6666666666666665 +40213154,1999,4,13,2.076923076923077 +40213180,2015,10,20,2.05 +40171902,2016,4,2,3 +1332419,2009,12,1,2 +40213304,2018,7,20,1.75 +40213230,2015,1,10,3.1 +19126352,1988,4,1,2 +1539411,1991,4,11,2 +40213304,1994,3,1,2 +1332419,2000,10,3,1.6666666666666667 +46275916,1963,6,1,1 +40213154,1958,11,1,1 +40213154,1953,10,1,1 +40213251,2019,2,13,2.076923076923077 +40213260,2014,12,20,2.5 +40213230,2019,2,9,1.4444444444444444 +40171902,1997,6,2,2 +19126352,2013,2,1,2 +19075601,2013,2,2,2.5 +40213260,2015,2,16,3.0625 +40213296,2022,2,14,2.2857142857142856 +40213183,2020,6,17,2.0588235294117645 +19126352,2020,6,5,3 +19075601,2020,6,8,3 +40243436,1991,3,1,1 +1545959,2000,4,1,1 +40163554,2015,2,3,2 +40213154,1985,10,5,1.4 +19126352,2015,7,4,2 +19018935,2018,3,5,2.2 +40213201,2017,9,8,2.5 +1332419,2020,9,8,1.625 +1545959,2020,8,2,1 +19018935,2003,6,3,2.6666666666666665 +1310034,2012,7,1,1 +1539411,1993,6,2,2 +19126352,2021,4,4,1.25 +19075601,2021,4,5,1.2 +40213230,2022,10,14,4.285714285714286 +1545959,2013,6,2,1 +40213306,2021,9,9,2.3333333333333335 +40213306,2015,9,7,1.8571428571428572 +40213227,1997,7,1,2 +19018935,2017,3,4,1.75 +40213227,2006,11,3,1.3333333333333333 +40213306,2017,8,12,2.3333333333333335 +40213306,2019,8,11,2.4545454545454546 +19126352,1953,3,1,1 +40213306,2018,12,10,3 +40220960,2014,10,3,1 +40213306,2019,9,5,1.2 +1310034,2021,7,3,1 +19126352,1996,4,3,1.6666666666666667 +40213260,2016,4,10,3.9 +40171902,2022,9,2,1.5 +40213154,1972,7,4,2.25 +40213183,2015,7,17,4.764705882352941 +19133768,2021,11,4,1 +19018935,2009,4,4,1.75 +1332419,2002,11,3,1.3333333333333333 +19126352,1990,8,3,2 +40213154,1984,12,3,1.6666666666666667 +40213154,1980,12,4,2 +1332419,2003,7,3,4.333333333333333 +1545959,2020,9,1,1 +40213201,2017,8,16,1.75 +40213183,2019,1,18,3.5 +40213154,1987,4,13,4 +40213154,2002,1,10,2 +19126352,1964,6,2,1 +40163554,2018,1,1,1 +19126352,1981,1,2,1.5 +19133768,1981,1,1,1 +40213154,1981,10,5,2 +40213154,1985,6,4,2 +19018935,2016,5,6,3 +19018935,1995,9,2,1 +40213230,2014,12,10,3.2 +19126352,2004,2,5,1.2 +40213299,1995,2,1,2 +40213154,1996,2,11,2.272727272727273 +40220960,2019,2,7,1 +40243436,2010,9,1,3 +40213227,2010,9,3,2 +1539411,1996,2,2,1.5 +40213201,2013,12,12,2.6666666666666665 +40213251,2013,6,4,1.75 +40163554,2003,2,4,1.5 +40213320,2023,6,11,1.8181818181818181 +1310034,2006,10,1,1 +19126352,2001,6,3,3.3333333333333335 +1332419,2001,6,3,3.3333333333333335 +40213201,1989,11,1,2 +40213306,2020,6,10,1.8 +19126352,2010,3,4,2 +40213227,2001,5,1,1 +40213201,2018,1,12,2.1666666666666665 +40213201,2016,12,11,6 +19075601,2021,7,7,1 +19075601,2000,11,4,1.75 +19075601,2018,6,11,1.1818181818181819 +19018935,2014,9,1,1 +40171902,2014,9,1,1 +40213201,2019,11,11,1.7272727272727273 +19133768,1997,5,2,1 +19018935,1999,11,2,2.5 +40213201,2023,4,6,1.6666666666666667 +19075601,2004,8,4,1.25 +40163554,2014,7,6,2.3333333333333335 +40163554,2022,12,4,1.75 +40213201,2021,12,9,1.5555555555555556 +40171902,1992,9,2,1 +19075601,2019,5,12,2.3333333333333335 +1539411,2019,2,5,2.4 +40213154,1986,7,2,1.5 +40213154,1987,7,1,2 +19126352,2022,4,7,1.4285714285714286 +19018935,2006,11,1,1 +40171902,1989,6,1,3 +19075601,2016,11,8,1.5 +40171902,2015,8,1,1 +1310034,2013,12,2,1.5 +1539411,1995,12,3,1.3333333333333333 +19075601,1997,12,18,2 +40213299,2016,5,18,2.5555555555555554 +40213216,2015,8,19,3 +19126352,2006,6,6,6 +1545959,2005,6,2,1 +40243436,2013,2,1,1 +40213230,2020,8,7,1.8571428571428572 +40213296,2015,10,18,1.8888888888888888 +40213296,2014,4,9,2 +19075601,2010,7,5,1.4 +40213230,2021,2,10,3.3 +1332419,2023,1,6,3 +40213251,2018,11,15,1.7333333333333334 +40213183,2018,11,15,1.7333333333333334 +1332419,1995,2,1,3 +1332419,2003,4,2,4 +40171902,2011,8,2,1.5 +1539411,1994,4,2,1.5 +1545959,1996,8,3,1 +40213306,2014,12,5,3 +19126352,2011,5,5,1.2 +1539411,2011,5,2,1.5 +1545959,2018,7,4,1.25 +1539411,2004,11,2,4 +1545959,2003,11,1,1 +19075601,2003,11,7,1.5714285714285714 +19133768,2003,11,1,1 +40213230,2017,3,4,2.5 +19126352,2010,11,4,3 +40213299,2017,10,8,2.75 +40213314,2015,10,19,2.789473684210526 +19126352,1991,5,1,2 +19126352,1993,3,2,3.5 +40213251,1986,6,1,1 +40213314,1985,9,1,1 +19075601,2022,5,12,1.0833333333333333 +19126352,2017,3,2,6.5 +19018935,2013,9,1,2 +19126352,1987,7,2,1.5 +40213296,2017,11,17,2.9411764705882355 +19126352,1978,10,1,2 +1332419,2009,1,2,2 +40163554,1990,6,2,2 +40213299,2022,10,19,3.5789473684210527 +40213154,1979,8,3,1.6666666666666667 +40213154,1978,8,3,1.6666666666666667 +40213251,2022,10,14,2.142857142857143 +19126352,2019,11,1,1 +40213304,2010,9,1,1 +40213198,2011,11,2,2 +40163554,2021,9,3,1.3333333333333333 +1332419,1999,2,2,1.5 +40213227,2006,3,2,1.5 +40243436,2003,4,1,1 +40213154,1957,11,2,1.5 +40213154,1954,11,2,1.5 +40171902,1983,12,2,15 +1545959,2008,3,1,1 +19126352,2019,3,7,3.4285714285714284 +40243436,2015,1,2,1 +40213230,2020,9,5,1.6 +19126352,1966,7,1,1 +40213154,1949,6,1,1 +40213154,1950,7,2,1.5 +40163554,1999,5,2,3.5 +19018935,2010,10,2,1 +1539411,2022,4,4,1.75 +40213180,2005,7,1,1 +40213180,2009,8,1,1 +40213306,2020,10,5,2.6 +40213260,2011,5,1,2 +19133768,2022,3,1,1 +1332419,2008,7,4,2.25 +1332419,2016,12,2,2.5 +40213154,1973,9,1,1 +40163554,1992,10,1,2 +19018935,1982,6,1,11 +40163554,2021,8,2,2.5 +40213154,1963,12,1,3 +1539411,1999,12,3,2 +40171902,2011,9,4,2.25 +19133768,2004,5,1,1 +19018935,1977,5,2,4 +40213227,1996,9,2,3.5 +40163554,2020,5,3,3.6666666666666665 +40171902,2021,7,6,5.833333333333333 +40213306,2021,8,5,2.2 +40163554,2002,2,1,1 +19018935,2002,2,1,1 +40171902,2002,2,1,1 +40213201,1996,7,1,5 +19018935,2010,6,2,2.5 +1545959,2018,4,1,1 +19126352,1964,10,3,1.3333333333333333 +19126352,1992,6,4,2.75 +1545959,2004,12,1,1 +1332419,2004,7,4,2 +19126352,2001,10,3,2 +1332419,2001,10,2,2.5 +40163554,2009,8,2,1 +40163554,1980,11,1,1 +40220960,2017,6,6,1 +1539411,2010,12,4,1.5 +40163554,2005,4,2,2 +19126352,1993,11,2,1 +40213154,1984,1,2,3 +40171902,1990,12,2,4 +1539411,2001,2,3,1.6666666666666667 +1332419,2016,1,2,2 +46275916,2020,11,2,1 +40163554,1998,6,2,2.5 +1545959,2013,10,1,1 +1539411,2021,5,5,1.6 +40163554,2023,2,3,1.6666666666666667 +40243436,1962,1,1,1 +40171902,2012,7,2,2.5 +40213201,2018,12,5,1.6 +19018935,2019,5,4,4.25 +40171902,2019,5,4,4.25 +19075601,1999,7,1,2 +1539411,2002,8,2,1 +19126352,2015,4,9,5.444444444444445 +40213154,1951,10,1,1 +40163554,2014,4,2,19 +1545959,2019,8,2,1 +1539411,2002,9,1,1 +1545959,2021,12,1,1 +1539411,2018,8,2,2 +40213306,2011,8,1,1 +1545959,2007,12,1,1 +40213201,2022,10,5,1.8 +1332419,2021,12,4,2.25 +19126352,2016,5,7,1.2857142857142858 +1332419,1997,6,2,2 +1545959,2010,12,2,1 +40171902,2018,6,2,2 +40163554,2008,1,1,1 +40163554,2012,10,2,1.5 +1539411,1994,7,1,1 +19075601,2018,10,8,1.375 +40163554,2007,2,2,1.5 +19126352,1996,7,3,1.3333333333333333 +40220960,2021,10,2,1 +40171902,2022,8,4,2 +19018935,2009,7,2,3 +40163554,2019,7,3,1.3333333333333333 +1332419,2015,1,3,3.3333333333333335 +19126352,1988,7,1,1 +40163554,2004,11,2,4 +40171902,2004,11,2,4 +19126352,1971,11,1,3 +1539411,2009,2,2,3 +1545959,2023,2,2,1 +19133768,2007,11,2,1 +40213296,2002,11,1,2 +40171902,2010,11,1,2 +40213201,1991,8,1,1 +40171902,2001,10,1,2 +1310034,2001,6,1,1 +46275916,2001,6,1,1 +1539411,2014,3,2,2.5 +1332419,2002,3,3,1.6666666666666667 +19018935,1992,1,1,2 +1539411,1995,1,3,3.3333333333333335 +40163554,2013,6,2,1.5 +1332419,2011,1,5,1.2 +19126352,1943,4,1,5 +40213154,1953,6,1,5 +40213154,1959,7,1,5 +40163554,2016,8,4,1.5 +19133768,2006,6,2,1 +40213306,2014,1,5,1.8 +40243436,2017,8,1,1 +1310034,2023,2,1,1 +1332419,2017,8,3,1.6666666666666667 +40213154,1977,1,2,1 +19126352,1971,3,1,1 +40213227,1996,8,1,1 +40171902,2006,2,2,1 +40243436,2020,8,1,1 +19126352,1963,6,2,1.5 +40213227,2011,7,1,2 +40213198,2011,3,1,1 +40171902,1982,12,2,2 +19018935,2023,5,3,1.6666666666666667 +40213198,2010,10,1,2 +1539411,2015,2,2,2 +19075601,1999,4,2,4 +40213227,1999,3,3,1.6666666666666667 +40213306,2006,9,1,2 +1332419,2007,5,4,2 +1539411,1999,1,4,9.75 +19126352,1999,1,6,6.833333333333333 +1545959,2011,8,1,1 +40243436,2023,4,1,1 +1545959,2011,9,2,1 +40213296,1996,7,1,2 +40213154,1975,1,1,2 +40213227,2011,4,2,2.5 +19126352,2009,8,3,1.3333333333333333 +40243436,2020,9,1,1 +19018935,2013,8,1,1 +40220960,2009,9,1,1 +1545959,2012,9,3,1 +40171902,2009,3,4,1.75 +19126352,2022,7,3,1.3333333333333333 +1545959,2019,9,1,1 +40213227,2007,11,2,1.5 +1310034,2004,4,1,1 +40213201,2003,1,1,2 +19018935,2015,4,2,1.5 +19075601,2002,6,2,1.5 +19018935,1991,8,4,2.75 +19126352,1980,11,1,1 +40171902,1995,6,1,2 +1332419,2018,2,5,1.8 +19126352,2006,10,5,1 +19133768,2006,10,4,1 +19126352,1963,10,1,1 +40213154,1954,3,2,1 +19075601,2014,9,8,1.5 +1332419,2014,9,4,2 +19133768,2008,1,1,1 +40171902,1991,4,1,1 +40171902,2017,5,4,1.25 +19126352,1977,10,1,1 +40213154,1970,4,1,1 +40171902,1992,8,2,1.5 +40213227,2012,9,1,1 +40220960,2022,6,4,1 +19126352,1990,9,1,2 +40163554,1993,1,1,1 +40171902,1993,1,1,1 +19126352,1954,9,1,5 +19133768,1991,2,1,1 +19133768,2002,3,1,1 +1332419,2017,9,2,1 +1545959,2009,6,1,1 +40171902,1983,1,1,2 +40220960,2021,6,4,1 +1545959,2006,4,1,1 +19075601,2006,4,1,1 +40213154,1967,8,1,1 +1545959,1998,9,2,1 +40220960,2013,6,2,1 +19075601,2010,4,2,2 +1545959,2009,10,1,1 +19126352,2008,5,3,2 +19126352,1997,12,2,1.5 +40171902,2003,1,3,2 +40163554,2019,4,2,3 +40213154,1974,6,1,2 +1545959,2003,3,1,1 +19133768,2003,3,1,1 +40163554,2006,9,3,2 +40163554,1991,5,1,15 +19126352,1968,8,1,3 +1310034,2002,2,1,1 +40213306,1996,4,1,2 +40213154,1969,11,2,1.5 +40163554,1998,10,1,2 +19126352,2021,7,2,1 +40213230,2022,6,7,1.1428571428571428 +40163554,2006,8,1,2 +46275916,2020,3,1,1 +19075601,1998,2,3,1.6666666666666667 +40213201,2002,2,1,1 +40213227,2007,3,1,1 +1539411,2008,2,1,2 +40213154,1950,4,3,3.3333333333333335 +40243436,1992,11,1,1 +19018935,1986,4,1,2 +46275916,2021,11,1,1 +40171902,1985,6,1,2 +19126352,1976,2,1,1 +40163554,1984,2,1,1 +40163554,2017,9,1,2 +40213201,2007,9,2,2 +1545959,2015,6,1,1 +40220960,2016,8,3,1 +40213201,2001,2,1,1 +1332419,2015,12,1,1 +1539411,2022,7,1,2 +19133768,1990,12,2,1 +40213154,1981,6,1,4 +1545959,2021,1,2,1 +40220960,1988,5,1,1 +1545959,1996,9,1,1 +19133768,2022,11,1,1 +46275916,2012,11,1,1 +19018935,1984,7,1,2 +40163554,2004,3,2,2 +40171902,2004,3,2,2 +19133768,2016,10,3,1 +40213260,2007,1,3,3 +1310034,2016,8,2,1.5 +46275916,2016,8,2,1.5 +46275916,2003,2,1,1 +46275916,1998,9,1,1 +40220960,2014,6,1,1 +19126352,1960,9,1,2 +1332419,1998,7,1,2 +40213299,2003,12,1,1 +40220960,2002,3,1,1 +40213260,2009,2,1,1 +19126352,1945,10,1,2 +40213154,1963,1,2,2 +40213227,2012,8,1,7 +40213306,1993,5,1,5 +19133768,2018,12,1,1 +19126352,1992,10,1,2 +40220960,2013,10,1,1 +40213320,2008,9,1,2 +40213320,2006,9,1,2 +40163554,2011,2,1,1 +40213306,2005,4,1,1 +40213180,2005,4,1,1 +40163554,2012,6,1,2 +19126352,1998,5,1,1 +1332419,2012,6,1,2 +40171902,2010,3,1,2 +40213227,2009,5,1,2 +40243436,2019,10,1,1 +40171902,1997,10,1,2 +40220960,2017,10,2,1 +40171902,1991,7,1,2 +19018935,1993,2,2,2 +19133768,2001,2,1,1 +40171902,1989,10,1,1 +46275916,2011,6,1,1 +40163554,2016,9,1,2 +19133768,1994,8,1,1 +19018935,2020,4,1,2 +1332419,2012,10,3,1.6666666666666667 +19018935,1978,12,1,2 +1310034,2022,5,1,1 +40213227,1993,9,1,2 +1545959,2000,7,1,1 +40163554,1980,3,1,1 +40213154,1957,3,2,1.5 +40213154,1958,3,1,2 +40213201,2011,1,1,2 +40213216,2006,2,1,1 +40213304,2002,4,1,1 +40213160,2002,9,1,1 +40213314,2003,6,1,1 +40213281,2003,9,1,1 +46275916,2022,10,1,1 +40163554,2010,1,1,1 +40243436,2021,9,1,1 +40243436,1960,4,1,1 +46275916,1994,9,1,1 +19126352,1974,3,2,1 +40213160,1965,12,1,1 +19126352,1984,4,1,2 +40213227,2010,8,1,1 +40171902,2007,9,1,1 +19133768,1990,1,1,1 +40213227,1995,9,2,1 +19126352,1941,4,1,2 +1310034,2008,12,1,1 +40171902,2008,2,1,1 +40213154,1974,10,1,1 +19018935,2003,10,1,2 +40213154,1960,10,1,2 +19133768,1994,9,1,1 +19018935,2006,3,1,2 +1545959,2022,5,1,1 +40213154,2014,5,612,2.119281045751634 +40171902,2020,11,5,2 +40213154,2022,4,651,2.4546850998463903 +40213227,2017,3,75,2.36 +40213180,2018,8,17,1.8823529411764706 +40213154,2013,7,612,2.392156862745098 +40213154,2018,8,678,2.4528023598820057 +40213154,2021,8,680,2.363235294117647 +40213154,2015,7,618,2.4190938511326863 +40213183,2019,10,18,2.5 +40213281,2019,1,44,2.522727272727273 +40213154,2022,7,672,2.3035714285714284 +40213154,2018,9,652,2.3773006134969323 +40213154,2016,8,643,2.4292379471228616 +40213154,2021,9,642,2.4501557632398754 +40213154,2017,8,675,2.414814814814815 +40213154,2020,5,640,2.41875 +40213306,2019,2,6,2 +40213306,2017,2,10,5.3 +40213154,2017,9,596,2.1426174496644297 +40213154,2016,9,594,2.1717171717171717 +1539411,2017,11,4,1.75 +40213230,2022,12,12,2.3333333333333335 +19126352,2000,3,3,2 +1332419,1999,9,2,3.5 +40213251,2015,3,19,1.9473684210526316 +40213180,2020,5,24,3 +40213154,2015,4,605,2.4033057851239668 +40213180,2015,1,29,2.310344827586207 +40213306,2022,7,6,4 +40213180,2022,7,21,2.5238095238095237 +40213227,2022,7,67,2.0597014925373136 +40213198,2017,8,49,2.3877551020408165 +40213160,2016,7,42,2.7142857142857144 +40213281,2016,7,47,2.6382978723404253 +40213198,2016,9,43,2.558139534883721 +40213198,2013,9,49,2.020408163265306 +40213198,2014,3,39,1.8205128205128205 +40213299,2017,12,23,2.782608695652174 +40213304,2021,8,20,2.05 +40213160,2021,12,34,2 +40171902,2022,2,8,2.5 +40213251,2019,9,14,2.142857142857143 +40213314,2015,12,29,2.0689655172413794 +40213314,2015,1,24,2.5416666666666665 +40213304,2014,11,23,2.869565217391304 +40213198,2015,12,50,2.94 +40213198,2015,1,38,3.4473684210526314 +40213281,2015,6,45,2.977777777777778 +40213227,2022,4,63,1.9841269841269842 +19018935,2012,3,2,1.5 +1332419,2007,4,5,3 +40213227,2014,4,38,2.1578947368421053 +19126352,2005,10,3,1.3333333333333333 +40213227,2002,9,2,3 +40213154,1996,8,8,2.5 +40213154,2004,10,13,1.6923076923076923 +40213180,2016,12,28,2.142857142857143 +40213227,2018,1,79,2.1392405063291138 +40213216,2013,9,22,2.090909090909091 +40213160,2013,11,40,2 +40213227,2021,12,66,1.9696969696969697 +40213227,2020,1,64,2.09375 +40213160,2017,5,45,2.2666666666666666 +40213281,2017,5,60,2.216666666666667 +40213198,2013,8,51,2.0980392156862746 +19018935,2014,2,4,9 +40171902,2014,2,4,9 +40213320,2018,7,28,2.5714285714285716 +40213251,2016,1,23,2.347826086956522 +40213216,2015,2,23,2.4347826086956523 +40213304,2015,7,40,2.3 +40213281,2016,4,60,2.5166666666666666 +40213299,2023,6,8,1.5 +40213198,2022,7,46,2.130434782608696 +40213180,2017,10,20,1.9 +40213299,2018,3,22,2 +40213198,2017,9,39,2.230769230769231 +40213183,2015,5,13,2.6923076923076925 +40213230,2014,6,5,3.4 +40213216,2018,1,19,1.5263157894736843 +40213320,2016,2,27,2.4074074074074074 +40213227,2023,6,35,2.3714285714285714 +40171902,2020,3,2,1.5 +40213320,2022,4,35,2.2 +40213180,2022,4,20,2.05 +40213180,2016,1,38,2.1052631578947367 +40213227,2014,7,51,1.9215686274509804 +40213154,2009,7,19,1.8421052631578947 +40213154,2008,7,19,1.7894736842105263 +40213154,2004,6,18,2.111111111111111 +40213154,2002,6,13,2.076923076923077 +40213314,2021,11,35,2.6857142857142855 +40213304,2022,2,35,1.9142857142857144 +40213198,2021,9,53,2.6792452830188678 +40213314,2013,7,24,2.2916666666666665 +40213251,2014,4,12,2.75 +40213281,2013,7,40,2.525 +40213281,2018,7,42,1.7380952380952381 +40213183,2020,12,17,3.5294117647058822 +40213183,2017,3,20,3.95 +40213160,2020,12,42,3.2142857142857144 +40213160,2016,4,46,2.5 +40213296,2022,8,14,2.2857142857142856 +40213227,2016,2,60,2.533333333333333 +40213260,2017,5,16,1.8125 +40213216,2013,8,19,2.1578947368421053 +40213304,2013,11,27,2.111111111111111 +40213230,2015,6,7,2.2857142857142856 +40213296,2021,8,15,4.133333333333334 +40213230,2022,1,10,2 +40213320,2023,1,21,1.9523809523809523 +40171902,2018,12,4,1.5 +46275916,2018,4,1,1 +40213227,2017,11,60,2.5833333333333335 +40213198,2021,8,34,1.7647058823529411 +40213260,2018,7,17,2.235294117647059 +40213260,2015,9,20,1.8 +40213216,2020,12,23,3.5217391304347827 +40213227,2018,12,52,3.4038461538461537 +19018935,2003,12,1,2 +40213304,2017,7,24,1.9166666666666667 +40213201,2022,12,12,4.333333333333333 +19075601,2021,5,14,1.3571428571428572 +19018935,2016,7,3,1.6666666666666667 +40213320,2015,2,18,2.111111111111111 +40213251,2020,11,25,2 +40213314,2017,2,32,2.40625 +40213216,2016,3,23,2.130434782608696 +40213198,2016,8,56,2.4642857142857144 +40213320,2017,7,24,2.75 +40213201,2021,10,8,2.125 +40213198,2020,9,35,1.9714285714285715 +40163554,2018,10,4,1.75 +19075601,2023,4,18,1.3333333333333333 +40213260,2015,8,21,2.3333333333333335 +40220960,2000,5,1,1 +40213180,2013,10,26,2.4615384615384617 +40213154,1996,9,15,1.8666666666666667 +40213154,1992,8,8,2.25 +40213227,2021,1,58,1.8103448275862069 +40213160,2014,6,25,2.08 +40213160,2018,9,32,1.875 +1539411,2001,8,3,1.6666666666666667 +40213260,2021,12,11,2.1818181818181817 +40213180,2019,10,28,1.5714285714285714 +40213183,2023,5,14,1.5714285714285714 +40213314,2022,6,26,1.7692307692307692 +40213281,2022,6,37,1.864864864864865 +40213260,2014,10,16,2.375 +40163554,1987,5,3,3 +40213154,2002,10,16,1.875 +40213260,2018,4,20,1.9 +40213306,2013,11,8,1.5 +40213260,2016,5,14,4.142857142857143 +19126352,1996,5,1,2 +46275916,2003,9,1,1 +40213304,2021,9,22,2.5454545454545454 +40213281,2021,4,43,2.558139534883721 +40213320,2022,7,25,1.84 +40213180,2014,3,25,1.96 +40213183,2019,6,13,2.1538461538461537 +40213198,2014,11,30,2.966666666666667 +19075601,2022,7,10,1.1 +40213180,2021,1,20,2.35 +40213320,2019,4,19,3 +40213296,2020,5,13,2.769230769230769 +19126352,2008,4,4,1.25 +40213251,2015,11,18,2.4444444444444446 +40213180,2021,12,31,2.2903225806451615 +19126352,1973,9,1,1 +40213154,1982,11,6,5.5 +40213154,1977,10,5,1.4 +40213154,1980,10,6,5.666666666666667 +19126352,1969,3,1,2 +40213154,1974,12,6,2.6666666666666665 +19075601,2018,1,13,1.8461538461538463 +40213201,2014,11,8,2.125 +40213306,2023,2,9,2 +40213180,2023,2,30,2.3666666666666667 +19075601,2007,3,8,2.625 +40213154,2006,3,11,1.9090909090909092 +40213154,2001,2,15,4.333333333333333 +40213154,2007,3,18,2.2222222222222223 +40213306,2014,10,8,2 +40213299,2016,4,13,2.076923076923077 +40213183,2020,1,13,1.6923076923076923 +40213160,2020,1,32,2.0625 +40213281,2015,10,46,3.217391304347826 +40213251,2014,7,14,2.0714285714285716 +40213281,2018,4,43,1.930232558139535 +19133768,1982,1,2,1 +19126352,1973,8,2,1.5 +40213251,2022,12,20,1.9 +40213314,2019,3,32,1.9375 +40213260,2014,6,21,2.238095238095238 +40213251,2023,3,15,2 +40213304,2018,5,30,1.7666666666666666 +40213154,1948,2,3,1.3333333333333333 +40220960,2014,1,3,1 +19018935,1984,5,1,1 +40163554,1990,1,2,3.5 +1539411,2019,8,2,3.5 +40213201,2018,6,13,3.1538461538461537 +19126352,2014,4,7,1.5714285714285714 +40213320,2014,8,14,2.357142857142857 +40213251,2020,3,25,2.28 +40213198,2019,9,38,2.1578947368421053 +40213216,2019,4,21,2 +40213230,2020,2,16,1.625 +40213180,2015,12,30,2.1666666666666665 +40213296,2022,9,15,5.133333333333334 +40220960,2015,9,2,1 +40213251,2017,9,18,3.5 +40213251,2013,12,23,3.347826086956522 +19126352,2016,7,4,1.25 +40213154,2011,6,13,2 +40213227,2008,11,3,2 +40213154,2007,11,17,1.6470588235294117 +40213154,2006,11,20,1.55 +40213154,2003,11,15,1.6 +19126352,1995,11,3,1 +40213180,2014,11,27,2.111111111111111 +40213304,2019,6,24,1.9166666666666667 +40213198,2019,8,41,2.073170731707317 +40243436,2016,3,3,1 +40213160,2023,5,28,2.8214285714285716 +19126352,1977,1,2,2 +40213216,2014,10,13,4.384615384615385 +40213160,2014,10,32,3.78125 +40213154,1990,1,12,2.3333333333333335 +40213154,1995,2,13,2.4615384615384617 +40213230,2014,10,9,2.7777777777777777 +40213180,2013,6,13,1.4615384615384615 +40213299,2022,12,18,2.8333333333333335 +1539411,2000,3,2,2.5 +40213296,1998,3,2,2.5 +40213154,2000,3,15,2 +19126352,2004,9,2,1.5 +19075601,2018,12,14,1.3571428571428572 +40213180,2019,6,22,1.6818181818181819 +40213227,2020,12,58,2.586206896551724 +40213201,2018,10,10,1.9 +1539411,2019,9,3,1.3333333333333333 +40220960,1994,12,1,1 +40213154,1993,11,18,1.9444444444444444 +40213320,2018,4,14,1.9285714285714286 +40213314,2021,3,23,2.5217391304347827 +40213281,2020,9,38,2.026315789473684 +40213314,2016,2,28,2.0357142857142856 +40213281,2020,8,42,2.642857142857143 +40213260,2021,1,15,2.4 +1545959,2017,12,4,1 +40213154,2008,4,11,2.1818181818181817 +40213154,2009,4,16,1.875 +40213314,2020,8,32,3.03125 +40213198,2020,8,46,2.652173913043478 +40213304,2017,4,26,2.6153846153846154 +40213281,2021,7,44,2.159090909090909 +40213306,2018,10,19,2.1052631578947367 +19018935,2013,2,2,1.5 +1332419,1997,1,4,2.25 +40213227,2019,5,74,2.2027027027027026 +40213154,1963,6,1,1 +40213160,2018,8,41,2.024390243902439 +40213281,2019,12,36,1.9166666666666667 +19126352,1975,11,2,1 +40213154,1967,2,2,2 +19018935,2022,3,4,1.5 +1332419,2011,10,2,1.5 +40213260,2020,6,14,1.8571428571428572 +40213230,2016,12,7,1.4285714285714286 +1310034,2021,5,3,1 +40213299,2022,1,19,2 +40213216,2020,1,18,2.3333333333333335 +40213314,2019,11,35,1.8571428571428572 +40213160,2019,11,36,2.111111111111111 +40213296,2014,5,20,2.45 +40213296,2021,9,19,2.1578947368421053 +19075601,1997,10,27,1.5925925925925926 +40213230,2018,11,6,2 +40213299,2013,11,15,2.066666666666667 +19018935,1983,7,2,1 +40213296,2023,2,13,2.3076923076923075 +40213320,2017,4,17,2.1176470588235294 +40213299,2014,2,20,2.45 +40163554,2022,6,3,2.3333333333333335 +40213154,1988,4,13,2.1538461538461537 +40213314,2020,9,18,1.8888888888888888 +40213183,2017,11,22,2.6363636363636362 +19133768,1990,10,1,1 +40213160,1981,2,1,1 +40213281,2023,4,43,2.2093023255813953 +40213180,2017,6,24,2.1666666666666665 +40213216,2019,7,21,1.8571428571428572 +40213299,2021,7,25,2.96 +40213304,2019,10,34,2.2058823529411766 +40213296,2016,2,19,1.7894736842105263 +40213160,2021,1,44,2.75 +1310034,1973,6,1,1 +40213314,2023,1,26,1.7692307692307692 +40213198,2022,4,43,1.9069767441860466 +40213281,2022,10,44,2.1818181818181817 +40213251,2022,1,17,2.176470588235294 +40213320,2013,10,23,2.347826086956522 +40220960,2020,11,6,1 +40213160,2019,3,36,1.9166666666666667 +19075601,2010,5,2,1.5 +19075601,2009,11,2,3.5 +1332419,2018,9,9,2 +40163554,2003,8,2,2 +40213296,2018,2,13,2.3076923076923075 +19126352,1982,4,3,2.6666666666666665 +19126352,1987,5,3,1.3333333333333333 +40213154,1987,5,5,3.6 +1545959,2015,1,2,1 +40213201,2016,10,9,2.2222222222222223 +40163554,2022,10,6,2 +1332419,2013,4,4,1.75 +40213154,2010,2,15,2.3333333333333335 +40213306,2016,11,10,2.1 +40213183,2016,5,19,2.4210526315789473 +1332419,2000,1,4,3.25 +40213299,2017,1,15,2.466666666666667 +40213320,2021,8,22,2.5454545454545454 +19133768,2005,4,5,1 +40213154,2000,11,8,2 +19075601,2019,7,19,1.263157894736842 +40213227,2015,2,61,1.8688524590163935 +19075601,2019,4,9,1.3333333333333333 +1332419,1995,9,1,2 +40213154,2003,3,12,2.5833333333333335 +19075601,2005,11,8,1.875 +19018935,1990,8,1,2 +1310034,2011,3,1,1 +1539411,1995,10,1,1 +1332419,2020,2,2,1 +40213227,2001,4,2,3 +40213201,2020,8,10,2.8 +40213154,1961,7,6,3.1666666666666665 +1539411,2010,6,4,2.5 +1332419,2009,6,3,1.3333333333333333 +40213304,2023,6,8,1.375 +40220960,2013,12,4,1 +40213154,1975,10,3,1.3333333333333333 +40213296,2013,7,15,1.8 +40213216,2022,5,19,2.1052631578947367 +19126352,2006,12,4,1.75 +19126352,2013,9,4,1.25 +19133768,2013,9,2,1 +19075601,2013,9,6,1.3333333333333333 +19075601,2022,4,13,1.2307692307692308 +40163554,2015,9,5,2 +40213154,1999,5,12,2.25 +19126352,1975,3,1,1 +40213154,1991,11,8,2 +1539411,2016,3,2,3.5 +19075601,2011,3,5,1.2 +40213180,2018,9,21,2.1904761904761907 +19018935,2021,11,3,1.6666666666666667 +40213251,2016,12,17,2 +19018935,2004,8,3,2.6666666666666665 +40213227,2004,7,1,3 +40213160,2002,2,1,1 +40213320,2019,7,26,2.730769230769231 +40213260,2019,5,14,2 +40163554,2020,7,2,3 +40163554,2000,11,3,1 +19126352,2003,7,4,3.5 +40213296,1997,4,1,1 +40213216,2018,12,17,1.5294117647058822 +40213296,2015,12,15,1.7333333333333334 +19018935,2016,4,2,3 +19126352,1979,5,1,1 +19075601,2002,12,6,1.8333333333333333 +40213251,2019,8,20,2.25 +1332419,1994,5,12,1.9166666666666667 +19075601,2008,2,3,1.3333333333333333 +1539411,1996,9,3,3 +40213216,2016,11,9,2.111111111111111 +40213299,2018,11,15,2 +40213251,2017,8,15,2.2 +19126352,2020,12,5,2.2 +19075601,2020,12,7,1.8571428571428572 +40213154,1962,11,3,2.6666666666666665 +40213320,2014,9,21,2 +40213306,2020,12,9,2.5555555555555554 +40213296,2019,10,9,1.7777777777777777 +40213299,2020,12,9,3 +40213306,2016,3,6,3.3333333333333335 +40213183,2022,2,12,2 +40213304,2014,3,28,3.357142857142857 +1545959,2021,6,2,1 +1332419,2021,6,4,1.25 +40213154,1982,3,11,3.727272727272727 +1545959,2016,9,2,1 +40213230,2015,10,10,2.2 +40213201,2022,1,12,1.5 +40163554,2003,9,2,2 +1310034,1991,3,1,1 +40213299,2019,5,19,2.263157894736842 +1332419,2000,12,4,6.5 +19133768,2010,8,2,1 +1539411,1998,3,3,2.3333333333333335 +40213216,2021,5,17,2.0588235294117645 +40171902,2015,2,3,2 +40213154,1984,10,4,1.75 +40213154,1983,9,4,1.75 +19075601,2015,7,11,1.3636363636363635 +40220960,2017,1,7,1 +40163554,2012,12,5,2 +19126352,2001,12,6,2 +19075601,2002,1,2,1 +1332419,2001,12,5,1.8 +40213154,1983,8,1,2 +40243436,2005,8,2,1 +40171902,2003,6,3,2.6666666666666665 +40213227,2002,8,1,2 +40213154,2011,10,24,2.3333333333333335 +1539411,2021,4,2,1.5 +40213201,2012,2,1,1 +1545959,2007,6,2,1 +40220960,2016,2,6,1 +40213154,1961,4,1,1 +40213154,1956,3,3,1.3333333333333333 +40213314,2022,10,25,2.68 +1539411,2003,8,1,5 +40213260,2020,10,22,2 +1332419,1996,4,3,1.6666666666666667 +40213216,2014,6,10,2.9 +40213296,2007,2,1,2 +40213306,2014,6,5,1.2 +19126352,1989,3,5,1.4 +1332419,2012,1,3,1.6666666666666667 +40220960,2015,8,3,1 +40171902,2008,8,2,1.5 +19126352,2001,1,5,1.6 +46275916,2011,1,1,1 +19075601,2014,2,4,1.5 +19126352,2002,11,3,1.3333333333333333 +40213154,1989,12,5,1.2 +40213154,1990,12,8,1.375 +19126352,1986,12,3,1.3333333333333333 +40213299,2016,7,18,4.055555555555555 +1332419,2003,5,2,2 +40213304,2015,4,29,2.689655172413793 +40213299,2021,4,19,1.7894736842105263 +46275916,1996,10,1,1 +40171902,2018,1,1,1 +19126352,1955,4,1,2 +1332419,2022,3,5,3.4 +40213154,1988,7,6,2.1666666666666665 +40213154,1984,6,4,2.5 +40171902,1984,11,1,3 +40171902,2016,5,6,3 +40213320,2013,6,6,1.6666666666666667 +1539411,1992,9,2,1.5 +40213306,2021,2,7,2.4285714285714284 +1539411,1991,5,19,3.473684210526316 +19075601,2004,2,5,1.2 +40213251,1995,2,1,2 +40213154,1997,2,14,2.2142857142857144 +40213299,2015,5,15,2.4 +1332419,2016,10,3,1.3333333333333333 +19075601,2001,11,4,7.25 +40163554,2000,3,5,1.6 +19126352,2002,3,5,1.4 +40213201,2021,6,9,2 +40213230,2023,6,6,1.6666666666666667 +40213183,2013,7,12,1.8333333333333333 +19126352,1951,10,3,2.6666666666666665 +19075601,2013,8,6,1.5 +19075601,1998,8,5,2.2 +19075601,2015,4,12,4.333333333333333 +1310034,1990,9,1,1 +40213230,2019,9,6,1.6666666666666667 +40213201,2006,6,1,1 +40163554,2013,12,3,2 +19126352,2000,11,4,1.75 +1539411,2000,11,2,2.5 +40213296,2015,1,14,3.0714285714285716 +40213201,2017,2,3,1.3333333333333333 +1539411,2008,9,3,2.6666666666666665 +19133768,2008,6,2,1 +40220960,2004,1,2,1 +40213227,2005,8,1,2 +19126352,1984,5,2,1.5 +40213230,2021,9,11,2.1818181818181817 +40213320,2021,9,23,1.8695652173913044 +40213201,2016,6,10,2.3 +19126352,1981,6,1,2 +1332419,2001,1,3,1.6666666666666667 +40213154,2013,4,17,1.7058823529411764 +1539411,2009,9,3,1.6666666666666667 +1332419,2019,2,5,2.4 +1310034,2019,4,2,1 +1545959,2022,4,3,1 +1539411,1992,8,1,1 +40213183,2021,2,8,1.875 +1539411,2016,11,3,2.3333333333333335 +40163554,2015,8,1,1 +19126352,2005,6,7,2 +1332419,2005,6,4,2.5 +46275916,2013,2,1,1 +1539411,2005,6,4,2.5 +19018935,2005,9,3,2.6666666666666665 +40171902,2005,9,3,2.6666666666666665 +40213230,2021,8,9,3.3333333333333335 +19126352,2011,7,6,1.8333333333333333 +40213314,2018,2,23,1.608695652173913 +1332419,2015,6,2,2.5 +40243436,2020,2,1,1 +19075601,1997,6,20,1.95 +19126352,2003,4,2,4 +40163554,2011,8,2,1.5 +40213306,2020,1,8,2.75 +40213201,2023,5,7,2.142857142857143 +40213306,2018,6,10,2.1 +40213227,1994,11,3,1.6666666666666667 +40243436,2018,9,2,1 +1310034,2018,9,2,1 +40171902,2021,5,4,1.75 +40213227,2005,9,3,1.6666666666666667 +19126352,2006,1,6,1.6666666666666667 +19133768,2006,1,1,1 +1332419,2010,11,4,3 +1332419,2016,6,4,3.25 +40220960,2008,8,2,1 +19018935,1977,7,1,1 +40213314,1986,6,1,1 +40213160,1985,9,1,1 +40213154,1993,3,5,2.6 +40213154,1991,3,4,1.25 +40213154,1985,12,4,2.25 +40163554,2012,1,3,1.3333333333333333 +1539411,2017,3,2,6.5 +40171902,2013,9,1,2 +19018935,2023,4,4,2.75 +19075601,2001,3,1,1 +19075601,2005,3,3,1.3333333333333333 +1539411,2013,11,2,1.5 +40213154,1998,2,11,2.6363636363636362 +40213216,2023,4,15,3.2 +40171902,1990,6,2,2 +40171902,1981,11,4,1.5 +19126352,1976,8,1,2 +19133768,2019,11,1,1 +40213183,2011,11,1,1 +40213160,2011,2,1,1 +40213198,2010,12,2,1.5 +40213281,2012,2,1,1 +40213201,2014,3,6,6.333333333333333 +19126352,2022,5,5,1.2 +1539411,2022,5,4,1.25 +1310034,2009,7,1,1 +40213201,2013,10,10,2.1 +40213160,1955,11,1,1 +40213154,1956,11,2,1.5 +40213306,2001,4,1,1 +40171902,2023,3,3,1.3333333333333333 +19133768,2020,1,3,1.3333333333333333 +19126352,2020,1,5,1.6 +19075601,2020,1,9,1.3333333333333333 +40213201,2015,2,7,3.142857142857143 +40220960,2021,12,5,1 +19126352,2016,4,4,1.5 +40213296,2019,6,7,2 +1332419,2011,6,2,1 +40213306,2015,2,11,2.090909090909091 +40220960,2022,12,6,1 +1332419,2013,7,2,1.5 +40163554,2010,10,2,1 +40213299,2020,1,13,1.4615384615384615 +19018935,2009,5,1,1 +19075601,1998,9,5,1.6 +40213227,2011,5,2,2.5 +19133768,2016,12,4,1 +40213154,1976,4,3,1.3333333333333333 +40213154,1968,3,3,1 +19126352,2008,7,4,2.25 +19018935,1992,10,1,2 +40171902,1982,6,1,11 +40213230,2019,8,4,2 +19126352,1991,7,5,2.6 +19126352,1983,9,2,1.5 +40220960,2014,12,2,6 +1539411,1995,6,4,4.5 +40213160,1959,6,1,3 +40213154,1960,12,2,2.5 +19018935,1987,11,1,1 +40213201,2005,4,1,2 +40213227,2009,7,3,1.6666666666666667 +19075601,2006,5,7,1.7142857142857142 +1310034,2016,2,1,1 +46275916,2016,2,1,1 +40213260,2023,5,12,2.25 +40163554,2011,9,4,2.25 +40220960,2017,12,4,1 +19018935,2020,5,3,3.6666666666666665 +40163554,2010,6,2,2.5 +19018935,2011,3,1,2 +40213230,2016,1,7,1.7142857142857142 +40213230,2018,3,12,1.9166666666666667 +19126352,2012,5,5,1.8 +19075601,2012,5,5,1.8 +1539411,2020,3,5,3 +40213201,2020,9,5,2.4 +40213154,1976,7,2,2.5 +40163554,1993,6,1,6 +40171902,1993,6,1,6 +40220960,2019,9,2,1 +19133768,2004,7,1,1 +19075601,2011,11,3,3 +40163554,2009,2,1,1 +19133768,1993,11,1,1 +40213154,1985,1,5,2.8 +40243436,2002,3,1,1 +40163554,1990,12,2,4 +40213227,2009,4,1,2 +1310034,2020,11,2,1 +19133768,2004,4,1,1 +1539411,2003,9,5,1.4 +19126352,2021,5,5,1.6 +40213227,1992,1,5,1.8 +40213154,1989,1,8,2.625 +19126352,1940,8,1,2 +46275916,1962,1,1,1 +40213154,1952,10,1,2 +40171902,2012,5,2,2 +40171902,1996,3,1,2 +40171902,1999,6,1,2 +40163554,2019,5,4,4.25 +40243436,2021,2,2,1 +19018935,2021,3,3,2 +1332419,2007,7,2,2 +19126352,1997,10,1,1 +19126352,1998,4,2,1 +19126352,2023,5,7,1.7142857142857142 +1539411,2023,5,6,1.8333333333333333 +40171902,1994,3,1,2 +19126352,2015,5,6,1.5 +1539411,2015,8,4,2 +1332419,2018,8,2,2 +19126352,2013,8,2,2.5 +40171902,1995,12,3,1.6666666666666667 +1539411,2012,3,4,1.75 +40163554,1986,9,1,1 +19018935,2015,5,5,3.8 +40213227,1998,9,1,2 +1539411,1996,8,1,2 +19018935,2007,4,3,1.6666666666666667 +46275916,2022,12,1,1 +19126352,1997,6,2,2 +40163554,2018,6,2,2 +40171902,2007,2,2,1.5 +1332419,2022,11,2,4.5 +40213201,1992,5,1,5 +40213306,2022,4,6,1.6666666666666667 +19126352,1972,10,1,3 +19018935,2019,7,3,1.3333333333333333 +40171902,2019,7,3,1.3333333333333333 +1539411,2013,3,6,2.6666666666666665 +1545959,2016,8,3,1 +40163554,2005,5,1,1 +19126352,2009,2,2,3 +19133768,2023,2,2,1 +40213154,1974,1,1,1 +19075601,2007,11,5,4.4 +19133768,2018,6,3,1 +19126352,1992,1,2,1.5 +40220960,2013,1,1,1 +40213260,2007,10,1,2 +19126352,2004,8,3,1 +46275916,1996,6,1,1 +40213154,1992,9,6,1.5 +40213201,2000,12,1,2 +40163554,2021,2,1,2 +1310034,2006,1,1,1 +40163554,1992,1,1,2 +19018935,2000,7,1,2 +40171902,2000,7,1,2 +1539411,2011,7,3,2.3333333333333335 +40243436,2008,2,1,1 +40163554,2002,8,1,2 +19018935,2002,8,1,2 +40171902,2002,8,1,2 +19075601,2017,2,5,1.6 +1539411,2020,11,3,1.6666666666666667 +40220960,2018,11,4,1 +19018935,1986,5,1,1 +46275916,2017,8,1,1 +1332419,2010,3,2,3 +40213154,1979,2,2,1.5 +40213201,2001,9,1,1 +40163554,2006,2,2,1 +1332419,2017,2,2,2 +19133768,1997,7,1,1 +19075601,2009,3,3,1 +19018935,1982,12,2,2 +40213227,1996,2,3,3.6666666666666665 +40220960,1996,8,1,1 +19126352,1999,10,3,11.666666666666666 +1539411,1999,10,3,11.666666666666666 +1332419,1996,7,2,1.5 +40213201,2011,10,1,2 +1545959,2021,10,2,1 +1545959,2006,5,1,1 +19126352,2007,5,5,1.8 +19018935,2012,11,2,1.5 +40213227,2012,2,1,2 +40163554,1993,10,2,2 +40171902,1993,10,2,2 +19133768,2011,8,1,1 +19133768,2011,9,2,1 +19126352,1968,2,1,2 +40213296,1997,7,1,2 +40213154,1978,2,3,1.6666666666666667 +19133768,2008,10,2,1 +1539411,1997,3,1,3 +19133768,2020,12,2,1 +19126352,1990,2,1,2 +19133768,2019,3,2,1 +40213154,1964,2,2,1.5 +40213154,1960,1,3,1.6666666666666667 +1310034,1998,7,1,1 +40213154,1981,12,3,2.3333333333333335 +1539411,2009,8,2,1.5 +19126352,1985,3,2,1 +40213154,1977,6,1,2 +40213154,1980,6,2,2 +1332419,2006,5,4,2.25 +1539411,2006,5,4,2.25 +40213296,2011,2,1,1 +40213227,2013,2,3,1.3333333333333333 +40171902,2013,8,1,1 +40220960,2022,1,1,1 +19133768,2012,9,3,1 +40163554,2014,5,3,1.6666666666666667 +1545959,2022,7,2,1 +40163554,1984,8,1,1 +40220960,2023,6,1,1 +40163554,1999,4,1,2 +19126352,1989,11,4,1.5 +40243436,2015,10,1,1 +40213227,2008,3,2,1.5 +40213154,1972,5,2,2 +40213154,1951,1,1,1 +19126352,1988,5,2,3.5 +40171902,1981,3,2,3 +40220960,2007,9,1,1 +19075601,1999,5,6,1.8333333333333333 +19133768,1999,5,2,1 +40213227,1992,12,2,17.5 +40243436,2016,11,1,1 +40243436,2014,7,1,1 +46275916,2014,7,1,1 +46275916,2014,4,1,1 +40243436,2014,4,1,1 +1545959,2018,5,1,2 +1539411,2018,2,5,1.8 +40213198,2010,1,3,2.6666666666666665 +40163554,2016,2,2,2 +19126352,1967,1,1,1 +40163554,1991,4,1,1 +1332419,2009,10,2,1 +40163554,2008,10,2,2 +40163554,1979,11,1,2 +40171902,1986,11,1,1 +1310034,2013,10,2,1 +40171902,1997,1,1,2 +1332419,2005,10,2,1.5 +1539411,2005,10,2,1.5 +1545959,2002,3,1,1 +1539411,1998,11,1,2 +1332419,2004,5,3,1.3333333333333333 +40220960,2021,1,3,1 +40220960,2019,8,6,1 +40213227,2003,12,1,1 +40220960,2020,3,1,1 +1539411,2007,2,1,1 +19126352,1969,11,1,1 +46275916,2000,10,1,1 +19133768,1998,9,2,1 +40213201,1998,7,1,2 +19133768,2001,8,1,1 +1545959,2010,6,2,1 +40243436,2006,3,1,1 +40213201,1998,4,1,2 +40171902,2008,9,2,1.5 +1332419,2012,12,2,2 +1545959,2004,6,1,1 +40163554,1999,7,2,3 +1332419,2008,5,3,2 +40163554,1994,9,1,1 +19018935,1994,9,1,1 +19018935,1991,2,1,2 +40220960,2018,3,3,1 +19018935,2003,1,3,2 +1332419,1997,12,1,1 +40213201,1999,12,1,1 +19018935,2019,4,2,3 +40171902,2019,4,2,3 +40213154,1970,5,1,2 +40213154,1966,5,1,2 +40171902,2006,9,3,2 +19126352,1999,6,3,5.666666666666667 +46275916,2000,6,1,1 +40171902,1991,5,1,15 +1539411,1999,6,2,8 +40163554,1995,7,1,5 +40171902,2006,8,1,2 +1310034,2020,3,1,1 +40163554,1998,12,1,2 +1545959,2010,10,1,1 +1545959,2004,10,2,1 +1310034,1992,11,1,1 +46275916,1992,11,1,1 +19133768,2009,3,1,1 +1539411,2010,10,4,1.75 +40213201,2013,6,1,2 +40171902,1984,3,1,1 +40163554,1994,8,1,1 +19018935,1994,8,1,1 +40213227,2003,1,1,2 +1539411,1997,11,1,3 +40213154,1981,1,1,7 +1539411,2012,11,4,7 +1545959,2017,1,1,1 +19126352,1982,7,1,1 +19126352,1998,7,2,1.5 +19133768,2015,6,1,1 +40163554,1975,12,2,2 +40213201,2009,7,1,2 +40163554,2008,6,1,1 +1310034,2004,5,1,1 +1539411,2001,9,2,1.5 +19018935,1998,11,1,1 +40171902,1998,11,1,1 +1310034,2015,5,1,1 +46275916,2015,5,1,1 +19018935,2011,11,1,1 +1332419,2021,10,2,1 +19018935,1998,3,2,5 +40171902,1998,3,2,5 +40220960,2011,1,2,1 +1332419,1999,8,3,1.6666666666666667 +19133768,2001,9,1,1 +40213306,1996,5,1,2 +40171902,2017,4,3,2 +19126352,1983,8,2,1.5 +40220960,1997,9,2,1 +1310034,2019,7,1,1 +1539411,1993,1,2,3 +19126352,1935,10,1,2 +40213154,1962,3,2,1.5 +40213154,1965,3,2,1.5 +19126352,1948,2,1,2 +19126352,1986,1,1,3 +40213251,2002,9,1,1 +40213304,2001,6,1,1 +40213281,2002,3,1,1 +40213260,2010,2,1,1 +40213227,2010,2,2,1 +40243436,1988,6,1,1 +19133768,2010,9,2,1 +40213230,2005,9,1,2 +40163554,2002,9,1,1 +19018935,2002,9,1,1 +40171902,2002,9,1,1 +40171902,2011,2,1,1 +40220960,2010,6,1,1 +19133768,1987,3,1,1 +40213154,1950,5,1,2 +40243436,2022,2,1,1 +40213227,1997,5,1,2 +19126352,1992,12,1,2 +46275916,2019,10,1,1 +40163554,1991,7,1,2 +40163554,2020,4,1,2 +40243436,2009,11,1,1 +46275916,2009,10,1,1 +19126352,1952,3,1,2 +1310034,1986,6,1,1 +40163554,1996,7,1,2 +19018935,1996,7,1,2 +40243436,2018,8,1,1 +1310034,2018,8,1,1 +19018935,2022,11,2,2.5 +1310034,2017,7,2,1 +40163554,1970,3,1,1 +19018935,1970,3,1,1 +40243436,1990,6,1,1 +40220960,2003,7,1,1 +40213154,1973,2,1,2 +40213299,2003,6,1,1 +40213281,2007,3,1,1 +40163554,2017,2,1,2 +19018935,2010,1,1,1 +19126352,1981,10,1,2 +19126352,1950,3,1,1 +40213154,1959,5,1,1 +40213154,1975,6,1,2 +19133768,1990,6,1,1 +40220960,1999,8,1,1 +40163554,1981,12,1,1 +40171902,2001,12,1,2 +40213183,1971,3,1,1 +40163554,2007,9,1,1 +19133768,1991,9,1,1 +46275916,2008,12,1,1 +40171902,2003,10,1,2 +40213201,1996,5,1,2 +40213154,1965,11,1,2 +1332419,1995,8,1,2 +40213154,1986,5,1,2 +40213154,2021,4,646,2.331269349845201 +40213227,2020,11,62,2.1129032258064515 +40213154,2013,9,599,2.350584307178631 +40213154,2023,4,691,2.470332850940666 +40213154,2018,4,596,2.511744966442953 +40213154,2016,4,606,2.402640264026403 +40213260,2016,2,15,3.466666666666667 +40213227,2017,12,64,2.296875 +40213216,2018,11,14,2.2857142857142856 +40213314,2019,1,19,1.8421052631578947 +40213160,2019,1,37,2.72972972972973 +40213198,2019,4,45,1.8888888888888888 +40213154,2021,7,668,2.2365269461077846 +19018935,2019,9,3,10 +40171902,2019,9,3,10 +40213227,2014,8,52,2.5 +40213154,2022,9,696,2.57183908045977 +40213154,2015,8,646,2.346749226006192 +40213154,2013,8,635,2.141732283464567 +40213183,2015,2,16,1.9375 +40213180,2021,3,30,1.9 +40213154,2014,2,598,2.5183946488294313 +40213154,2019,10,640,2.1453125 +40213320,2016,5,27,1.8148148148148149 +40213154,2019,6,616,2.168831168831169 +40213154,2020,2,646,2.5619195046439627 +40213154,2015,9,592,2.206081081081081 +40213251,2016,11,22,1.9545454545454546 +40213299,2014,5,24,2.3333333333333335 +19126352,2008,8,2,1 +40213180,2018,7,25,1.76 +40213154,2018,7,617,2.340356564019449 +40213227,2022,8,81,2.45679012345679 +40213154,2022,8,700,2.38 +40213154,2016,7,646,2.3544891640866874 +40213154,2017,7,635,2.3070866141732282 +40213230,2021,4,13,1.8461538461538463 +40213320,2021,4,31,2.2903225806451615 +40213154,2017,4,598,2.4498327759197323 +40213216,2017,10,12,2.5 +40213260,2015,7,21,2.142857142857143 +40213160,2021,3,37,2.864864864864865 +40213160,2016,9,40,3.025 +40213198,2016,7,50,2.42 +40213281,2016,9,50,2.86 +40213201,2014,1,7,2.2857142857142856 +40213227,2019,2,76,2.013157894736842 +40213296,2013,8,23,1.6956521739130435 +40213183,2017,12,25,2.76 +40213281,2014,6,35,2.1714285714285713 +40213281,2013,9,45,2.022222222222222 +1310034,2016,5,2,1 +46275916,2016,5,2,1 +40213260,2018,8,27,2.185185185185185 +40213281,2021,9,51,2.4901960784313726 +40213304,2021,7,29,2.103448275862069 +40213314,2021,12,26,2.3846153846153846 +40213198,2022,9,38,1.894736842105263 +19133768,2002,10,2,1 +40213154,1996,7,14,1.9285714285714286 +40213183,2013,9,20,1.7 +40213251,2015,12,23,2.0869565217391304 +40213299,2017,3,22,3.0454545454545454 +40213314,2015,3,29,2.3448275862068964 +40213160,2015,6,39,3.076923076923077 +40213198,2015,3,45,2.2888888888888888 +40163554,2012,3,2,1.5 +19126352,1952,12,1,5 +40213251,2014,8,17,1.588235294117647 +40213314,2013,9,33,1.9696969696969697 +40213260,2022,10,16,2.75 +40213183,2013,8,20,2 +40213314,2013,8,30,2.1666666666666665 +40243436,2000,12,1,1 +1310034,2000,12,1,1 +40213154,1999,2,10,3.3 +40213154,1993,1,9,1.7777777777777777 +40213154,1991,12,9,5.333333333333333 +40163554,2014,2,4,9 +40213227,2020,3,72,2.2222222222222223 +40213320,2019,8,16,1.6875 +40213296,2021,4,12,2 +40213320,2017,8,21,2.3333333333333335 +40213304,2014,12,32,2.46875 +40213304,2022,5,22,2.4545454545454546 +40213216,2017,6,22,2.3636363636363638 +40213304,2017,9,24,1.75 +40213198,2017,4,45,1.7555555555555555 +40213216,2018,3,21,1.4761904761904763 +40213299,2020,3,24,2.0416666666666665 +40213299,2018,12,16,1.6875 +40213281,2019,3,46,1.8695652173913044 +40213198,2018,6,44,2.8181818181818183 +40213306,2021,5,14,1.7857142857142858 +40213260,2022,6,14,2.357142857142857 +40213227,2017,1,81,2.9012345679012346 +40213251,2016,3,19,2.210526315789474 +19075601,2018,11,13,1.4615384615384615 +40213180,2015,11,25,1.96 +40213227,2014,9,62,2.161290322580645 +40213227,2016,5,63,2.6984126984126986 +40171902,2018,11,3,1.3333333333333333 +19075601,2000,6,5,1.6 +40213160,2021,11,40,2 +40213198,2022,8,48,1.9166666666666667 +40213216,2013,7,17,2.4705882352941178 +40213198,2013,7,41,2.1463414634146343 +40213251,2023,1,20,1.7 +40213251,2019,4,17,3.6470588235294117 +40213304,2018,2,27,2.5925925925925926 +40213314,2018,5,32,1.96875 +40213160,2018,7,31,1.6774193548387097 +40213198,2018,10,47,1.6382978723404256 +40213251,2020,12,17,3.5294117647058822 +40213198,2016,4,49,2.489795918367347 +19126352,2014,8,2,1.5 +40213281,2013,8,52,2.7884615384615383 +40213320,2014,7,22,2.409090909090909 +40213296,2015,11,15,2.1333333333333333 +40213180,2020,2,34,2.1470588235294117 +40213180,2014,1,23,2.4782608695652173 +40243436,2018,4,1,1 +1310034,2018,4,1,1 +40213154,2008,8,21,2.3333333333333335 +40213154,2009,9,26,2 +40213216,2021,2,18,3.111111111111111 +40213304,2020,10,35,2.6857142857142855 +40213227,2018,11,73,2.671232876712329 +40213216,2016,1,23,2.4347826086956523 +40213299,2018,1,24,2.3333333333333335 +40213314,2015,11,40,2.4 +40213198,2015,11,60,2.433333333333333 +40213304,2015,9,31,2.3548387096774195 +40213304,2015,8,35,2.4857142857142858 +40213281,2020,7,58,2.0689655172413794 +40213296,2022,7,19,1.8421052631578947 +40213201,2023,2,8,1.875 +40213183,2022,5,15,2.6666666666666665 +40213183,2020,11,25,2 +40213314,2016,5,36,2.2777777777777777 +40213160,2020,11,43,2.0930232558139537 +40213160,2016,8,37,2.864864864864865 +40213281,2016,8,50,2.88 +40213180,2022,8,33,3.303030303030303 +1545959,2023,4,2,1 +19018935,2018,10,4,1.75 +40213227,2022,9,68,2.9411764705882355 +40213180,2021,11,28,2.2857142857142856 +40213320,2020,6,24,1.9583333333333333 +1332419,2007,9,3,6.666666666666667 +40213198,2014,12,45,2.088888888888889 +40213281,2018,9,42,1.9285714285714286 +40213198,2014,1,37,1.8918918918918919 +40213183,2014,6,22,2.1363636363636362 +40213304,2013,12,25,2.24 +40213314,2014,6,22,2.727272727272727 +40213160,2013,12,42,2.261904761904762 +40213160,2022,6,29,1.7241379310344827 +40213230,2017,10,9,1.8888888888888888 +40213320,2014,4,23,2.739130434782609 +40213260,2013,10,18,2 +40213180,2015,3,30,2.1666666666666665 +19075601,2002,11,4,1.25 +40213201,2020,4,12,1.5833333333333333 +40213227,2021,3,58,2.810344827586207 +40213304,2017,8,25,1.72 +40220960,2016,5,4,1 +40243436,2017,5,1,1 +40213320,2023,3,29,3.0689655172413794 +40213160,2017,2,36,2.9166666666666665 +40213281,2017,2,45,2.6222222222222222 +40213230,2022,3,8,1.5 +40213183,2016,2,19,2.1578947368421053 +40213260,2015,4,22,2.6363636363636362 +40213154,1998,5,10,2.1 +40213154,1997,5,7,1.8571428571428572 +40213154,1995,5,7,4 +40213299,2022,3,14,2.9285714285714284 +40213251,2022,3,17,2.8823529411764706 +40213198,2021,4,42,2.0714285714285716 +40213299,2013,12,19,3.473684210526316 +40213260,2021,3,12,1.75 +40213230,2019,4,7,4.428571428571429 +1539411,2008,4,4,1.25 +40213183,2021,5,19,2.473684210526316 +40213251,2017,7,23,2.6956521739130435 +40213304,2016,6,23,3.130434782608696 +40213198,2017,7,55,2.5090909090909093 +40213154,1985,11,8,4.75 +40213154,1981,11,4,7.5 +1310034,1979,12,1,1 +40220960,2018,1,5,1 +40163554,2005,2,1,2 +40213154,2000,1,14,4.428571428571429 +40220960,2022,11,6,1 +40163554,2020,8,7,2.142857142857143 +40213296,2021,7,13,1.7692307692307692 +40213216,2015,5,18,2.2777777777777777 +40213251,2020,1,13,1.6923076923076923 +40213160,2015,10,39,2.641025641025641 +40213304,2014,1,20,2.1 +40213160,2018,4,31,1.967741935483871 +40213281,2014,10,40,3.475 +40213154,1976,8,6,2.1666666666666665 +40213230,2018,12,7,1.8571428571428572 +19018935,2004,4,2,1.5 +40213306,2015,5,9,1.4444444444444444 +40213227,2015,5,59,2.6271186440677967 +19126352,1953,10,1,1 +40213154,1953,3,3,1 +40213154,1951,3,2,1 +19075601,2011,12,7,1.4285714285714286 +1332419,1994,2,22,1.9545454545454546 +40213154,2010,5,17,1.8235294117647058 +19075601,2019,8,10,1.5 +40213180,2016,3,26,2.1153846153846154 +19126352,2023,2,5,1.4 +1539411,2023,2,3,1.6666666666666667 +40213227,2018,3,56,2.107142857142857 +40213180,2016,11,30,1.7666666666666666 +40213183,2020,3,25,2.28 +19075601,2015,9,5,2 +19126352,2017,10,4,1.75 +19133768,2017,10,1,1 +40213154,2012,6,14,1.7857142857142858 +40213320,2022,8,29,4.0344827586206895 +40213154,2003,12,12,3.3333333333333335 +40213154,1994,10,9,2 +40213154,2000,12,19,2.789473684210526 +40213306,2020,11,12,1.5833333333333333 +40213183,2014,10,15,1.6666666666666667 +40213314,2014,10,21,3.4285714285714284 +40213216,2019,8,13,1.7692307692307692 +40213314,2020,7,28,1.8571428571428572 +40213198,2020,7,44,1.8181818181818181 +40213251,2014,9,17,1.8235294117647058 +40213320,2020,10,17,1.7058823529411764 +40213160,2020,3,27,2.4814814814814814 +40213314,2023,3,24,1.7083333333333333 +40213251,2019,7,18,2.0555555555555554 +1539411,1991,2,14,2.0714285714285716 +1332419,2000,3,2,2.5 +40213320,2017,9,26,2.1923076923076925 +40213320,2018,8,17,1.9411764705882353 +40213320,2018,9,23,1.9565217391304348 +40163554,2013,11,2,2 +1332419,2006,2,3,1.6666666666666667 +1539411,2006,2,3,1.6666666666666667 +19075601,2006,2,6,1.5 +40213160,2023,2,23,2.869565217391304 +19075601,2019,9,7,1.4285714285714286 +19018935,2022,1,4,1.25 +40163554,2011,7,4,1.75 +40213180,2023,5,20,2.05 +40213180,2018,4,19,1.894736842105263 +40213314,2020,4,32,1.875 +40213198,2020,4,53,2.3962264150943398 +40213281,2020,4,44,1.9090909090909092 +19075601,2018,3,11,1.5454545454545454 +1539411,2014,6,4,1.75 +40213281,2021,8,45,2.3333333333333335 +40213201,2019,10,13,1.7692307692307692 +40213154,2008,9,20,2.2 +40213230,2016,11,10,1.6 +40213306,2022,8,12,1.6666666666666667 +40171902,2020,12,5,2.6 +40213306,2023,5,8,2.125 +40213198,2021,7,48,2.7291666666666665 +40213183,2018,6,19,1.9473684210526316 +40213251,2018,6,19,1.9473684210526316 +1539411,1997,1,4,2.25 +40213281,2018,8,51,2.215686274509804 +40213160,2019,12,32,1.96875 +19126352,2011,9,9,1.4444444444444444 +1539411,2011,9,6,1.5 +40213227,2021,11,63,2.3333333333333335 +40213154,1974,3,3,1.3333333333333333 +40213154,1966,2,3,3 +40171902,2013,7,2,1.5 +40213296,2023,5,9,5.777777777777778 +40213296,2022,4,20,2.6 +40213296,2018,5,23,2.1739130434782608 +1332419,2007,8,5,2.8 +40243436,2021,5,3,1 +40213281,2019,11,44,2.0681818181818183 +40213260,2019,2,20,1.95 +40213296,2016,5,24,2.0416666666666665 +40213251,2013,11,16,2.3125 +40213260,2021,11,15,3.2 +40213320,2022,9,22,2.0454545454545454 +40213180,2022,9,19,2.0526315789473686 +40213154,1992,4,9,1.6666666666666667 +40213154,1985,3,9,1.3333333333333333 +40213299,2022,11,13,2.230769230769231 +40213299,2021,8,11,1.8181818181818181 +40213216,2020,11,16,1.8125 +40213216,2016,12,17,2.764705882352941 +40213299,2019,2,20,2.3 +40213299,2017,11,26,2.730769230769231 +40213304,2016,10,30,2.6333333333333333 +40213299,2016,8,19,2.5789473684210527 +40213296,2015,3,17,1.7058823529411764 +40213198,2019,7,50,1.98 +40213230,2017,6,5,1.6 +40213251,2021,10,21,1.8571428571428572 +40213304,2021,4,25,2.08 +40213314,2021,1,33,2.212121212121212 +40213306,2016,1,15,2.1333333333333333 +1332419,2002,10,1,1 +19075601,2020,11,12,1.1666666666666667 +40213230,2022,11,6,1.6666666666666667 +19018935,1993,7,1,1 +19018935,2005,7,1,2 +40171902,2005,7,1,2 +40213154,1981,3,5,2.4 +40213154,1983,4,5,7 +1539411,2014,10,5,1.8 +19126352,2013,4,5,1.6 +19075601,2013,4,7,1.4285714285714286 +19126352,1973,7,1,2 +40213154,2007,1,20,2 +40213154,2006,1,15,1.8 +19126352,2000,1,4,3.25 +1539411,2000,1,4,3.25 +1310034,2014,12,2,1 +40213183,2017,1,21,2.7142857142857144 +40220960,2021,3,7,1 +1539411,2017,12,3,1.6666666666666667 +40213154,2009,8,17,2.5294117647058822 +40213154,1978,5,1,5 +40220960,2019,7,10,1 +40213198,2023,4,38,2.3157894736842106 +40243436,2019,3,1,1 +40220960,2019,4,4,1 +40243436,1999,8,1,1 +46275916,2011,3,1,1 +19126352,2022,2,7,2 +1539411,2022,2,5,2.4 +40213230,2021,7,10,4.1 +40213320,2021,7,30,2.466666666666667 +40213296,2014,2,15,1.6666666666666667 +40171902,1996,12,1,2 +19075601,2010,2,4,1.25 +40213230,2018,1,11,1.7272727272727273 +40213201,2022,3,11,2.727272727272727 +19075601,2022,8,14,1.3571428571428572 +19018935,1989,4,1,1 +19126352,2010,6,6,2 +40171902,1994,12,2,5 +1539411,2001,4,3,1.6666666666666667 +40213201,1999,3,1,1 +40171902,2017,8,4,2.25 +40213314,2019,12,24,1.7916666666666667 +40213227,1998,7,2,2 +40213260,2023,2,17,1.7058823529411764 +40213299,2021,9,18,2.9444444444444446 +40213160,2022,10,34,2.264705882352941 +40213154,2007,12,13,1.6923076923076923 +40213154,2006,12,12,1.9166666666666667 +19126352,2017,6,3,1.3333333333333333 +40213296,2017,6,19,2.526315789473684 +40213320,2019,9,27,2 +19133768,2019,12,4,1 +40171902,1995,3,1,2 +19075601,2014,5,10,1.4 +1332419,2014,5,5,1.8 +19126352,1967,11,2,3 +40213154,1964,5,2,1.5 +40213183,2023,2,13,2.3846153846153846 +1539411,2004,6,4,2.5 +19075601,2007,1,8,1.75 +40213227,2005,7,1,4 +40213227,1992,11,3,2 +19075601,2021,2,7,1.4285714285714286 +1545959,2014,1,1,1 +19126352,2019,10,10,1.7 +40163554,2015,7,4,2.5 +40213304,2020,6,22,3.6363636363636362 +1332419,2003,2,1,1 +19126352,2020,11,6,1.3333333333333333 +19133768,2020,11,2,1 +40213230,2019,7,9,1.8888888888888888 +40213201,2019,6,5,7.6 +40213154,2001,5,16,2.0625 +40213154,1996,4,9,2.2222222222222223 +19126352,2002,12,4,2.25 +19075601,2009,12,4,1.5 +40213180,2014,12,21,2.857142857142857 +40213299,2020,11,20,1.85 +40213304,1994,10,1,2 +40213299,1995,4,1,2 +40213160,1994,10,1,2 +1539411,1998,1,2,1 +1332419,1996,9,3,3 +19075601,2000,10,5,1.4 +40213230,2016,3,14,2 +1539411,2020,12,2,1.5 +40213154,1960,11,2,3 +40213154,1957,10,2,3 +40213154,1954,10,1,1 +40213251,2022,11,18,1.7222222222222223 +40213296,2017,10,16,2.3125 +40213296,2013,9,16,2.625 +40213306,2016,12,12,2.9166666666666665 +40213216,2020,3,12,3 +40163554,2002,7,1,1 +19018935,2002,7,1,1 +40171902,2002,7,1,1 +40213299,2015,2,11,2.090909090909091 +19133768,2021,6,2,1 +19133768,1987,1,1,1 +40220960,2022,3,8,1 +19126352,2016,9,4,1.75 +1539411,2013,1,3,2 +19126352,2003,9,6,1.3333333333333333 +40220960,1996,7,2,1 +19126352,2000,12,4,6.5 +1539411,2000,12,4,6.5 +19133768,2000,4,1,1 +40213201,1992,2,1,2 +40220960,1997,7,1,1 +40213201,1991,5,4,3.5 +19018935,2015,2,3,2 +40213154,1989,11,11,1.5454545454545454 +40213154,1990,11,12,1.5 +1539411,2015,7,4,2 +1539411,2019,7,4,1.75 +19018935,2012,12,5,2 +19126352,2002,1,2,1 +19075601,2001,12,9,1.6666666666666667 +40171902,2018,3,5,2.2 +19126352,1994,10,3,2.3333333333333335 +19126352,1993,6,2,2 +40171902,2022,5,7,1.7142857142857142 +19133768,2007,6,2,1 +40213227,2000,6,4,2.25 +40213230,2020,5,8,5.875 +40213216,2019,9,14,2.0714285714285716 +19126352,1987,2,2,1.5 +40213227,2009,9,1,3 +40213154,2012,10,21,2.2857142857142856 +19075601,2022,9,7,1.5714285714285714 +40171902,2012,2,1,2 +19126352,2003,8,1,5 +1332419,2013,9,2,1.5 +19075601,2015,8,13,1.6153846153846154 +40220960,2014,11,4,1 +1539411,1996,4,3,1.6666666666666667 +40213251,2017,4,14,1.7142857142857142 +40213154,1969,10,2,3 +19018935,2004,7,3,4.333333333333333 +40171902,2023,1,1,1 +1539411,2012,1,3,1.6666666666666667 +40213251,2018,10,18,1.8333333333333333 +40213183,2018,10,18,1.8333333333333333 +40220960,2015,7,7,1 +40220960,2014,3,2,1 +19075601,2001,1,5,1.6 +1310034,2011,1,1,1 +40213320,2015,5,21,1.8095238095238095 +40163554,2011,4,2,1 +40213260,2018,9,19,3.4210526315789473 +19126352,1986,11,1,2 +40213201,1990,12,1,2 +40213154,1993,12,9,5.222222222222222 +40213154,1982,12,2,1.5 +1539411,2003,7,3,4.333333333333333 +46275916,2006,5,1,1 +19018935,2017,6,5,3 +40220960,2017,3,5,1 +40213201,2020,7,9,3 +40213154,1976,9,2,1.5 +40213260,2017,2,19,2.8947368421052633 +19018935,2019,8,4,1.25 +40171902,2019,8,4,1.25 +40220960,1993,9,1,1 +40213154,1992,7,7,2.142857142857143 +1539411,2009,4,2,2.5 +40163554,2016,5,6,3 +40213230,2013,6,3,1.3333333333333333 +40163554,1995,9,2,1 +19126352,1983,4,2,2 +40213201,2005,8,1,3 +19075601,2016,10,11,1.1818181818181819 +19126352,1996,2,2,1.5 +19126352,2001,11,3,9.333333333333334 +19075601,2002,3,6,1.3333333333333333 +40213227,2002,7,1,4 +40213198,2010,3,2,2 +19126352,1998,8,5,2.2 +40220960,2015,4,3,1 +19126352,2012,2,2,6 +19075601,2012,2,2,6 +40213230,2013,10,10,2.7 +40213154,2005,6,18,1.6111111111111112 +40213216,2022,2,12,2.1666666666666665 +40220960,2020,12,2,1 +1332419,2000,11,2,2.5 +19018935,2021,1,3,2 +40213260,2013,6,5,1.6 +19126352,2008,9,5,2.2 +19018935,2021,12,3,1.3333333333333333 +40163554,2013,3,3,2 +19126352,1990,5,2,3.5 +1545959,2008,6,2,1 +40171902,2006,4,4,2 +40213227,2007,6,2,4 +40220960,2017,11,5,1 +19126352,1974,10,2,2.5 +40213201,2015,5,6,1.5 +19018935,2022,12,4,1.75 +19018935,2003,11,1,2 +40171902,2013,4,2,1.5 +40213251,2015,1,19,2.789473684210526 +40213314,2017,5,26,1.7307692307692308 +40163554,2000,12,1,1 +40213201,2014,12,10,1.5 +19126352,1995,12,3,1.3333333333333333 +40213227,2006,6,1,2 +1332419,2001,11,1,25 +40213227,2010,5,4,2 +40171902,1981,12,3,1.3333333333333333 +40213306,2022,9,4,2 +1539411,2003,4,2,4 +40213201,1989,10,3,1.3333333333333333 +1539411,2009,7,2,2 +46275916,2018,9,2,1 +40220960,2007,4,1,1 +40163554,2021,5,4,1.75 +40220960,2008,7,1,1 +40213154,2003,1,11,1.8181818181818181 +19075601,2016,6,6,2.5 +1310034,2020,1,1,1 +40213201,2002,4,2,1 +1545959,2019,5,2,1 +19126352,2019,6,3,1.3333333333333333 +40213296,2020,2,13,2.5384615384615383 +1332419,1995,4,4,1.5 +40213154,2005,10,11,1.6363636363636365 +40213306,2013,12,10,2.1 +19126352,1993,10,2,1 +1539411,1993,3,2,3.5 +40213160,1990,3,1,1 +40213160,1985,7,1,1 +40213154,1990,3,4,1.25 +40213154,1989,3,5,1.2 +1545959,2016,7,2,1 +19018935,2012,1,3,1.3333333333333333 +40163554,1988,1,1,2 +40163554,2023,4,4,2.75 +19126352,2001,3,1,1 +19133768,2005,8,2,1 +1332419,2001,3,2,1 +40213154,1961,8,1,1 +19133768,2003,10,2,1 +1545959,2003,10,2,1 +19075601,2003,10,10,1.4 +40213296,2001,2,1,2 +19075601,2009,1,3,1.6666666666666667 +40213227,2000,10,3,1.6666666666666667 +40220960,2018,12,6,1 +40213160,2011,5,1,1 +40213281,2010,12,1,1 +40213306,2019,5,12,1.9166666666666667 +19075601,1999,2,2,1.5 +19126352,1963,3,1,1 +46275916,2003,4,1,1 +40213154,1953,11,2,1.5 +40213227,2002,4,1,1 +1539411,2001,7,5,2.6 +40213154,1994,6,10,2.6 +40220960,2021,11,2,1 +19126352,1989,12,1,5 +19126352,2009,5,2,1.5 +40163554,1985,4,1,2 +19018935,1985,4,1,2 +40171902,2008,7,2,2 +1332419,2022,12,2,1.5 +19126352,2013,7,4,1.25 +19075601,2013,7,7,1.1428571428571428 +19133768,2013,7,2,1 +40213306,2017,5,4,1.5 +40171902,2010,10,2,1 +40213198,2011,10,1,1 +19126352,1978,11,2,1 +40163554,2009,5,1,1 +40213201,2022,11,8,2.875 +19126352,1998,9,4,1.75 +1545959,2011,5,2,1 +1332419,2018,4,3,6 +19126352,2011,8,4,1.25 +1539411,2011,8,3,1.3333333333333333 +40213230,2005,7,1,1 +19126352,2015,2,3,1.6666666666666667 +40163554,1992,3,1,4 +40213251,2021,6,13,1.9230769230769231 +19126352,2018,6,7,1.2857142857142858 +40213260,2010,5,1,2 +1539411,2008,7,4,2.25 +40243436,2013,4,1,1 +19126352,1969,1,1,1 +1539411,2016,12,2,2.5 +40213154,1968,12,4,2.25 +40213154,1965,12,3,1.6666666666666667 +19133768,2022,6,1,1 +40163554,1982,6,1,11 +46275916,2021,10,2,1 +19018935,2006,10,2,1.5 +40171902,2020,1,6,3.6666666666666665 +1332419,2020,5,4,2.5 +40213154,1962,12,1,3 +19075601,2017,5,6,1 +1332419,2017,5,2,1 +1539411,2018,5,3,2.3333333333333335 +40213201,2017,5,11,2.4545454545454546 +46275916,2021,6,2,1 +40220960,2020,1,4,1 +1539411,2021,8,4,1.25 +19075601,2004,5,4,1.25 +40171902,1985,3,1,2 +40171902,2010,6,2,2.5 +19126352,2020,3,6,2.6666666666666665 +19075601,2020,3,8,2.25 +19018935,2011,1,6,1.5 +19126352,2004,7,6,1.6666666666666667 +19075601,2011,1,9,1.1111111111111112 +19018935,1980,11,1,1 +1332419,2010,12,4,1.5 +19018935,2009,2,1,1 +19018935,2005,4,2,2 +40171902,2005,4,2,2 +40213306,1990,1,1,4 +19126352,2006,3,2,2 +1539411,2016,1,2,2 +19126352,2004,4,1,1 +40213154,1988,9,4,2.5 +19126352,2016,8,6,1.6666666666666667 +1539411,2002,5,5,2.2 +40213154,1991,1,9,2.3333333333333335 +46275916,2020,10,1,1 +1539411,1998,12,3,1.3333333333333333 +40213201,1994,2,2,2 +19018935,1999,6,1,2 +1332419,1999,7,1,2 +1310034,2021,2,2,1 +19126352,1964,11,1,1 +19075601,1998,4,4,1.5 +1539411,2015,4,8,6 +40213299,2016,9,15,2.4 +1539411,2013,12,1,2 +1545959,2016,4,2,1 +46275916,1991,8,1,1 +1539411,2020,1,2,2 +1332419,2013,8,2,2.5 +40171902,2006,7,2,1 +40171902,2015,5,5,3.8 +19075601,2007,12,3,1.3333333333333333 +1332419,1996,8,1,2 +40213227,2004,9,2,2 +40163554,2007,4,3,1.6666666666666667 +40213201,2002,7,1,2 +19018935,2018,6,2,2 +19126352,2018,10,6,1.5 +19018935,1987,1,2,3 +19126352,1986,3,1,1 +40213306,2020,3,10,1.7 +1332419,2018,7,2,1 +1545959,2006,2,2,1 +40163554,2004,10,2,3.5 +40171902,2004,10,2,3.5 +40171902,1984,12,1,17 +1332419,2019,5,3,6 +19126352,1976,7,1,1 +19018935,2010,11,1,2 +40213227,2007,10,1,2 +19126352,1991,8,4,1.5 +40213154,1988,8,5,1.6 +40243436,2001,6,1,1 +40171902,2021,2,1,2 +40243436,2006,1,1,1 +40213227,1997,2,3,2 +19126352,1995,1,3,3.3333333333333335 +19133768,1996,10,1,1 +19133768,2022,10,2,1 +40213154,1954,6,2,3.5 +19018935,2016,8,4,1.5 +1310034,2017,8,1,1 +40243436,2023,2,1,1 +40163554,2000,1,2,1.5 +1539411,2019,4,4,1.75 +40213227,2012,5,2,3 +19133768,2012,7,1,1 +1545959,2012,5,1,1 +1539411,1996,7,2,1.5 +1332419,1999,4,1,7 +40220960,2001,12,3,1 +19133768,2021,10,2,1 +1539411,2007,5,4,2 +40213306,2001,9,1,7 +40213306,2000,9,1,7 +40213227,2001,9,2,4 +1545959,2005,3,1,1 +40163554,2012,11,2,1.5 +19018935,2000,8,2,1.5 +40171902,2000,8,2,1.5 +40220960,2002,10,1,1 +40163554,2020,9,2,1.5 +1545959,2005,11,2,1 +1310034,1991,1,1,1 +19126352,1985,12,1,1 +1310034,2023,4,1,1 +19126352,2006,11,1,3 +1545959,2008,10,2,1 +1332419,1997,3,1,3 +19018935,2020,2,1,1 +40213154,1956,1,1,2 +19075601,2008,5,4,1.75 +19133768,2003,6,1,1 +1545959,2003,6,1,1 +19075601,2003,6,2,1.5 +19133768,1985,3,2,1 +40213154,1983,7,3,2 +19133768,1997,9,2,1 +19018935,2014,5,3,1.6666666666666667 +40171902,2014,5,3,1.6666666666666667 +19075601,2005,12,2,1 +40163554,2019,2,2,2 +46275916,2004,4,1,1 +40163554,2015,4,2,1.5 +19126352,1994,6,1,1 +40171902,2009,10,2,3 +19126352,2021,2,3,2 +40163554,1991,8,4,2.75 +40163554,1981,3,1,5 +19133768,2004,8,2,1 +19126352,1962,4,1,2 +40171902,2016,2,2,2 +19126352,2014,9,4,2 +19126352,1988,2,3,1.6666666666666667 +40243436,2002,1,1,1 +40213154,1958,6,2,4.5 +40213154,1957,6,2,4.5 +40163554,2017,5,4,1.25 +19126352,1992,11,1,4 +46275916,2020,6,1,1 +19018935,2008,10,2,2 +1332419,2012,3,4,1.75 +46275916,1991,9,1,1 +19018935,2006,6,1,2 +40163554,1997,1,1,2 +19018935,1997,1,1,2 +19018935,2017,10,4,1.75 +40213154,1958,10,1,5 +40213201,2008,1,1,2 +19126352,1982,9,1,1 +1545959,2014,12,1,1 +19018935,2011,12,2,1 +1539411,1993,11,1,1 +19126352,2007,2,3,1 +19133768,2001,4,2,1 +40213154,1945,8,1,2 +40213154,1946,9,1,2 +40163554,1999,9,1,1 +40213154,1971,6,1,4 +40213154,1967,5,1,4 +40213154,1969,6,1,4 +40213227,2013,5,1,1 +40163554,2004,6,1,2 +40171902,2004,6,1,2 +19126352,1992,3,3,2 +1310034,2006,3,1,1 +40220960,2013,11,1,1 +1310034,2020,12,2,1 +1539411,2012,12,2,2 +40171902,2009,6,2,9.5 +40243436,2013,7,1,1 +40171902,1991,2,1,2 +1539411,1997,12,1,1 +19133768,2023,5,1,1 +40213227,1994,12,1,1 +19018935,1991,5,1,15 +1545959,2002,1,1,1 +19133768,2016,11,1,1 +19018935,1998,12,1,2 +40171902,1998,12,1,2 +1332419,1998,2,2,1.5 +19126352,2010,10,5,1.6 +1332419,2004,2,2,1.5 +1332419,2008,2,1,2 +19126352,1954,5,1,2 +40163554,1994,4,1,2 +19018935,1994,4,1,2 +40213227,2008,12,3,1.3333333333333333 +40163554,1986,4,1,2 +1310034,2005,3,1,1 +1545959,2009,3,1,1 +19126352,1980,6,2,1 +1332419,1997,11,1,3 +1545959,2013,11,1,1 +40213154,1972,2,2,1.5 +40213154,1970,2,2,1.5 +19133768,2014,10,1,1 +40213154,1974,11,2,2 +40213154,1971,10,1,2 +19126352,1934,12,1,2 +1545959,2022,8,2,1 +1332419,2012,11,4,7 +19018935,1984,2,1,1 +40171902,2017,9,1,2 +19126352,1983,7,2,1.5 +19133768,1998,7,1,1 +19075601,1998,7,2,1.5 +19133768,1995,5,1,1 +1539411,1994,2,3,2.6666666666666665 +19018935,1975,12,2,2 +40171902,1981,1,2,2 +19126352,1975,12,1,2 +40220960,2008,4,1,1 +1310034,2005,11,1,1 +1310034,2019,9,1,1 +19018935,2008,6,1,1 +40243436,2004,5,1,1 +19126352,1967,3,2,2 +40163554,1998,11,1,1 +1545959,2002,12,1,1 +19018935,1988,6,1,1 +40163554,1998,3,2,5 +40213198,2010,11,1,1 +19133768,2019,1,1,1 +19126352,1958,4,1,1 +40213154,1955,4,2,1 +40213154,1949,3,1,1 +40243436,2007,2,1,1 +40163554,1984,7,1,2 +1310034,2007,2,1,1 +1545959,2001,1,1,1 +40213227,1996,5,1,2 +40171902,2011,5,1,2 +40243436,2003,2,1,1 +40213299,1996,3,1,2 +40213251,1996,3,1,2 +1310034,1998,9,1,1 +19126352,1991,9,2,2 +40213154,1959,2,1,2 +19133768,2011,7,1,1 +19126352,1977,3,1,4 +1545959,2022,9,1,1 +19133768,2020,3,1,1 +40213314,2001,12,1,1 +40213160,2001,12,1,1 +40213281,2002,12,2,1 +40213227,1992,3,2,2 +40213227,1993,5,1,1 +1332419,2002,6,1,2 +40243436,2016,12,1,1 +19133768,2001,7,1,1 +40213154,1965,1,2,2 +40213154,1962,1,2,2 +40213154,1956,12,1,2 +46275916,1988,6,1,1 +1310034,1994,6,1,1 +40213260,2006,1,1,2 +19018935,1989,7,1,1 +19133768,2005,9,1,1 +1539411,1992,7,1,1 +19126352,1950,12,1,1 +19126352,1955,8,1,1 +40213227,2005,4,1,1 +40163554,1996,8,1,1 +19018935,1996,8,1,1 +1545959,1998,5,1,1 +19126352,1970,10,1,2 +19018935,2010,3,1,2 +1545959,2018,2,1,1 +40213227,2006,10,1,2 +40213227,2008,1,1,3 +40243436,2011,6,1,1 +1539411,1992,4,1,2 +19018935,2016,9,1,2 +46275916,2018,8,1,1 +40220960,2009,5,1,1 +46275916,2017,7,2,1 +46275916,2022,3,1,1 +40243436,2022,5,1,1 +46275916,1990,6,1,1 +40213154,1982,1,1,4 +1539411,2017,1,1,11 +19133768,2000,7,1,1 +19018935,1980,3,1,1 +40213227,2009,8,1,1 +40171902,1995,11,1,2 +40213154,1968,1,1,2 +40213296,2008,3,1,2 +1545959,1999,6,1,1 +19133768,2013,4,1,1 +40163554,2001,12,1,2 +19018935,2001,12,1,2 +19018935,2007,9,1,1 +40213306,1988,5,1,24 +40243436,2010,5,1,1 +19133768,1998,4,1,1 +40213201,2001,4,1,2 +40220960,2013,3,1,1 +19126352,1965,3,1,2 +19126352,1955,9,1,2 +40213154,1950,2,1,1 +1310034,2014,1,1,1 +1539411,2021,9,1,1 +40163554,2020,11,5,2 +40213154,2022,11,658,2.4574468085106385 +40213154,2023,1,638,2.324451410658307 +40213154,2017,12,577,2.3015597920277298 +40213154,2013,11,560,2.330357142857143 +40213154,2021,12,666,2.3063063063063063 +40213154,2018,12,601,2.3410981697171382 +40213154,2015,11,606,2.2293729372937294 +40213227,2018,8,78,2.282051282051282 +40213160,2019,4,32,3.03125 +40213281,2018,11,36,2.6944444444444446 +40213281,2020,1,39,2.1538461538461537 +40213198,2019,1,36,1.7777777777777777 +40213320,2022,3,30,2.6 +40213281,2015,2,52,2.4423076923076925 +40213154,2022,3,700,2.4514285714285715 +40213227,2022,11,62,2.596774193548387 +19075601,2000,5,3,2.3333333333333335 +40213306,2018,2,13,3.5384615384615383 +40213160,2016,11,26,2.1153846153846154 +40213281,2016,11,41,2.1707317073170733 +19126352,2008,11,3,1.3333333333333333 +46275916,2018,3,2,1 +40213154,2016,12,583,2.221269296740995 +40213154,2008,11,19,1.7894736842105263 +40213154,2009,11,15,1.8 +40213154,2015,3,631,2.316957210776545 +19075601,2019,11,6,1.5 +40213180,2014,4,27,1.8888888888888888 +40213154,2018,1,683,2.288433382137628 +40213154,2021,1,644,2.2857142857142856 +40213299,2018,7,15,2.1333333333333333 +40213314,2017,10,15,2.3333333333333335 +40213160,2018,1,30,1.8 +40213216,2016,7,22,2 +40213304,2016,5,28,2.7142857142857144 +40213314,2017,6,32,2.3125 +40213198,2016,12,42,2.357142857142857 +40213281,2021,3,42,3.0238095238095237 +40213154,2016,1,679,2.43740795287187 +40213260,2021,8,20,1.8 +40213251,2017,12,25,2.76 +40213251,2014,3,17,3.4705882352941178 +40213160,2021,9,43,2.5813953488372094 +40213198,2017,12,41,2.4146341463414633 +40213281,2018,3,47,2.234042553191489 +40213198,2017,1,49,2.9183673469387754 +40213299,2022,9,16,1.75 +40213251,2022,9,17,1.588235294117647 +40213198,2022,3,40,2.175 +40213198,2021,12,46,2.282608695652174 +40163554,2022,2,8,2.5 +40213154,2017,1,694,2.537463976945245 +40213154,1993,7,11,2.3636363636363638 +40213251,2013,9,20,1.7 +40213320,2019,11,26,2.1538461538461537 +40213281,2019,9,45,2.1555555555555554 +40213281,2016,3,52,2.173076923076923 +40213260,2015,1,16,1.875 +40213296,2022,1,14,2.142857142857143 +40213227,2021,8,71,2.183098591549296 +40213227,2014,3,67,2.4776119402985075 +19075601,2007,4,8,2.875 +40213198,2018,5,48,1.9583333333333333 +40213201,2019,5,5,2.8 +40213154,2019,5,659,2.289833080424886 +40213183,2018,5,23,2.217391304347826 +40213251,2018,5,23,2.217391304347826 +40213304,2013,7,25,1.56 +40213314,2013,11,27,1.8888888888888888 +40213160,2014,2,39,2.6153846153846154 +40213281,2013,11,51,2.0392156862745097 +40213260,2018,3,18,2 +40213296,2021,12,10,2 +40213251,2013,8,20,2 +40213154,1996,1,14,4.785714285714286 +40213230,2018,7,11,2 +40213227,2016,6,65,2.1538461538461537 +40213180,2015,8,34,2.0294117647058822 +40213198,2016,1,52,2.4423076923076925 +40213227,2017,7,74,2.0135135135135136 +40213306,2017,10,8,1.625 +40213160,2015,5,40,2.225 +40213320,2016,6,27,1.8518518518518519 +40213320,2015,6,22,1.9545454545454546 +40213304,2017,11,27,2.074074074074074 +40213306,2022,3,7,1.5714285714285714 +40213180,2022,3,22,1.5454545454545454 +40213227,2022,3,78,1.8717948717948718 +40213227,2015,10,69,2.0434782608695654 +40213320,2018,3,35,2.057142857142857 +40163554,2020,3,2,1.5 +40213160,2016,3,42,2.119047619047619 +40213180,2014,7,19,2 +40213201,2020,12,9,3.111111111111111 +40213198,2019,12,39,2.1025641025641026 +40213320,2017,11,20,2.05 +40213227,2016,10,79,2.759493670886076 +1545959,2009,9,2,1 +40213154,2007,7,17,1.8235294117647058 +40213154,2006,7,15,1.9333333333333333 +40213154,2001,6,13,2.1538461538461537 +40213251,2022,8,27,1.9259259259259258 +40213299,2022,8,29,2.2758620689655173 +40213281,2021,11,46,1.9565217391304348 +40213281,2022,2,49,2.4081632653061225 +40213227,2021,9,66,2.4696969696969697 +40213160,2013,7,27,2.2962962962962963 +40213198,2014,4,35,2.1142857142857143 +19075601,2020,8,13,1.4615384615384615 +40213314,2019,4,31,1.903225806451613 +40213216,2016,4,21,2.857142857142857 +40213314,2016,6,25,2.64 +40213281,2020,12,45,3.088888888888889 +40213320,2021,1,28,2.357142857142857 +40213230,2019,1,10,2.8 +19018935,2021,4,3,2.6666666666666665 +40213227,2013,10,53,2.811320754716981 +40213183,2014,5,17,2.235294117647059 +40213314,2014,5,29,3.103448275862069 +40213201,2017,6,9,2.3333333333333335 +40163554,2016,6,3,1.3333333333333333 +40213180,2017,2,23,3.217391304347826 +19075601,2015,3,12,1.5833333333333333 +40213201,2022,8,7,2.142857142857143 +40220960,2017,9,6,1 +40213227,2020,9,87,2.2873563218390807 +40213299,2023,2,19,2.9473684210526314 +40213299,2021,11,20,2.9 +40213314,2020,12,29,3.5517241379310347 +40213198,2020,12,49,2.816326530612245 +19075601,2007,7,6,1.3333333333333333 +40163554,2003,12,1,2 +40213314,2016,10,30,2.966666666666667 +40213251,2020,7,23,2.217391304347826 +40213160,2022,5,34,2.5588235294117645 +40213230,2015,2,7,2 +40213320,2017,3,25,2.28 +19126352,2002,7,10,1.4 +40213320,2020,5,23,3.217391304347826 +40213320,2016,10,22,2.3636363636363638 +40213227,2018,9,72,3 +40213320,2018,11,18,2 +40213227,2014,11,63,2.253968253968254 +40213227,1992,8,5,2.8 +40213296,2021,1,14,1.9285714285714286 +40213299,2016,3,17,2.1176470588235294 +40213299,2014,6,19,2.263157894736842 +40213198,2013,12,54,2.6481481481481484 +19126352,2001,8,4,1.5 +1332419,2001,8,3,1.6666666666666667 +40213306,2019,10,10,1.2 +40213227,2015,6,70,2.585714285714286 +40213198,2022,11,40,2.4 +40213180,2022,11,22,1.9545454545454546 +40213306,2023,6,4,3.25 +40213180,2023,6,13,2.076923076923077 +40213227,1993,10,2,1.5 +40213154,2001,10,20,1.75 +40213154,1995,10,9,2.2222222222222223 +40213154,1997,10,14,1.5714285714285714 +1539411,2021,3,4,5 +40213183,2022,6,11,2.5454545454545454 +19075601,2016,5,11,1.2727272727272727 +40213296,2019,2,17,2.1176470588235294 +40213296,2022,12,12,1.9166666666666667 +40213154,1994,5,10,3.2 +40213201,2014,7,9,2.111111111111111 +40213314,2021,4,24,2.2916666666666665 +40213299,2016,11,19,2.3157894736842106 +40213304,2015,3,25,2.08 +40213304,2014,7,26,2.5 +40213314,2015,8,30,3 +40213198,2015,8,51,2.7058823529411766 +40213230,2021,1,11,2.3636363636363638 +40213296,2013,11,16,2 +40213198,2020,1,43,1.9069767441860466 +40213251,2021,5,19,2.473684210526316 +40213183,2017,7,23,2.6956521739130435 +40213230,2021,12,11,3.1818181818181817 +40213320,2021,12,30,2.533333333333333 +19133768,1987,4,1,1 +40213154,1978,10,4,1.5 +40213154,1979,10,5,6.4 +1539411,2012,4,5,1.2 +40213180,2018,1,27,2.074074074074074 +40213320,2014,1,25,2.28 +40213227,2023,2,71,1.8309859154929577 +19075601,2008,10,10,1.5 +1539411,1997,7,4,2 +1332419,1995,1,7,3.2857142857142856 +40213154,2004,2,16,2.4375 +40213154,2002,2,14,2.5 +1539411,2020,4,3,1.6666666666666667 +19075601,2022,11,11,1.8181818181818181 +19126352,2020,8,7,1.7142857142857142 +40213198,2014,7,41,3.2195121951219514 +40213201,2020,1,7,1.8571428571428572 +40213154,1981,9,4,1.75 +40213154,1974,8,6,2.5 +40213314,2018,6,30,2.3333333333333335 +40213216,2018,9,14,1.7857142857142858 +40213299,2020,9,12,1.5833333333333333 +40213160,2018,12,30,1.7333333333333334 +40213281,2023,3,38,2.0789473684210527 +40213304,2021,1,22,3.3636363636363638 +40213180,2018,12,21,3.1904761904761907 +40213296,2015,8,20,1.75 +19133768,2011,12,1,1 +19018935,1990,1,2,3.5 +40213154,2006,4,9,2 +40213154,2003,4,15,1.9333333333333333 +1332419,2023,2,3,1.6666666666666667 +19018935,2007,3,1,2 +40213198,2023,1,40,2.45 +40213304,2019,2,32,2.125 +19075601,2017,10,7,1.8571428571428572 +1539411,2016,7,2,1.5 +40213154,2010,6,13,2.3846153846153846 +1539411,2019,1,3,1.6666666666666667 +40243436,2013,1,1,1 +40213230,2022,8,10,4.9 +19126352,2004,1,3,1.3333333333333333 +40213201,2001,12,2,1.5 +40213304,2014,4,19,2.3157894736842106 +40213299,2014,10,15,1.8666666666666667 +40213281,2019,8,42,2.2857142857142856 +40213230,2020,10,5,2.2 +40213320,2022,11,28,2.1785714285714284 +40213299,2017,9,17,2 +40213314,2015,9,31,2.193548387096774 +40213198,2015,9,44,2.159090909090909 +40213216,2023,3,15,1.8 +40213160,2019,7,34,1.911764705882353 +19126352,1967,9,1,2 +40213320,2015,10,28,2.357142857142857 +40213304,2022,6,21,1.6666666666666667 +1545959,2002,7,4,1 +40213154,1995,6,13,2.3846153846153846 +40213180,2021,8,21,2.4285714285714284 +40213230,2016,8,4,2 +40213180,2016,8,19,1.9473684210526316 +40213180,2021,9,24,2.2083333333333335 +19075601,2018,9,16,1.625 +40213306,2016,7,9,1.8888888888888888 +40213227,2017,4,59,1.9491525423728813 +40213304,2022,10,24,1.875 +40213201,1991,10,2,2.5 +40213154,1985,9,6,2 +40213227,2020,8,56,2.25 +19018935,2011,7,4,1.75 +40213230,2018,4,6,2.1666666666666665 +40213180,2016,9,25,1.64 +19018935,2013,10,3,3.6666666666666665 +40213299,2021,3,16,1.9375 +40213160,2020,9,31,2.096774193548387 +1332419,2014,6,4,1.75 +19075601,2014,6,5,1.6 +40213227,2013,6,25,2.12 +40213201,2017,10,8,4.25 +40213183,2020,8,16,1.8125 +40213160,2020,8,37,2.72972972972973 +19126352,2003,3,4,1.5 +40213154,2012,5,20,1.9 +40213180,2015,9,19,2.6315789473684212 +40213216,2020,8,24,3.2916666666666665 +19126352,2000,7,2,1.5 +1539411,2000,7,1,2 +40213227,2003,8,2,2 +40213154,2000,7,13,1.9230769230769231 +40213201,2022,9,10,2.7 +40213314,2021,7,33,2.9393939393939394 +40213304,2021,12,25,2.16 +40163554,2018,2,2,1.5 +40213154,1968,7,3,2.3333333333333335 +40213154,1967,6,3,1.3333333333333333 +40213154,1964,6,1,1 +40213216,2014,2,16,2.25 +40213251,2014,11,17,2.3529411764705883 +40213216,2013,12,19,2.1052631578947367 +40213281,2014,5,46,2.652173913043478 +40213216,2015,6,22,2.727272727272727 +40213251,2019,12,20,2.05 +40171902,1997,9,5,2 +40220960,2015,12,4,1 +40163554,2012,9,5,1.2 +46275916,2021,5,3,1 +40213216,2019,11,20,1.9 +40213314,2020,1,26,2.076923076923077 +40220960,2019,1,6,1 +19075601,2018,8,8,1.75 +40213230,2019,12,8,2.375 +40213183,2013,11,16,2.3125 +40213251,2015,4,20,3.75 +40213230,2022,9,8,1.875 +40213251,2016,8,24,2.625 +40171902,2022,6,3,2.3333333333333335 +19133768,1993,4,1,1 +40213154,1991,4,8,1.75 +40213216,2020,9,15,2 +40213304,2020,5,30,1.8666666666666667 +40213160,2021,8,32,2.28125 +19126352,1990,10,1,1 +40213183,1981,2,1,1 +40213154,1988,3,8,1.375 +40220960,2019,12,7,1 +19126352,2014,11,5,2.4 +40213251,2023,4,24,1.875 +40213314,2019,7,34,1.8235294117647058 +40213314,2018,10,25,1.6 +40213216,2018,8,20,2.3 +40213251,2020,4,20,2.3 +40213183,2021,10,21,1.8571428571428572 +40213198,2021,1,55,2.5454545454545454 +46275916,1973,6,1,1 +1539411,2002,10,1,1 +40213216,2019,3,20,1.9 +19126352,2010,5,2,1.5 +19018935,2012,4,3,1.3333333333333333 +40213304,2015,11,33,2.4545454545454546 +1539411,2019,12,4,2.5 +1332419,2020,10,3,1.3333333333333333 +1545959,2023,1,3,1 +19018935,2003,8,2,2 +40213154,1982,4,5,2.4 +19075601,2014,10,9,1.4444444444444444 +1332419,2014,10,5,1.8 +40171902,2022,10,6,2 +40213304,2023,2,17,2.0588235294117645 +1539411,2013,4,4,1.75 +40213227,2005,1,3,1.3333333333333333 +40213154,2011,2,15,1.8 +40213154,2009,3,19,2.6315789473684212 +40213154,2013,3,22,3.090909090909091 +40213154,2008,3,16,2.6875 +40171902,2017,11,3,4.333333333333333 +40213201,2015,6,7,1.8571428571428572 +40213251,2017,1,21,2.7142857142857144 +40213299,2018,4,19,2 +19075601,2005,4,8,1.25 +40213227,1996,10,1,2 +40213154,1998,10,15,1.6 +1545959,2017,8,4,1 +1310034,2019,3,1,1 +40213260,2018,11,14,3.5714285714285716 +40213154,1990,8,7,1.5714285714285714 +40213296,2016,6,16,2.8125 +40163554,1990,8,1,2 +40243436,1997,8,1,1 +1310034,1997,8,1,1 +40213180,2019,2,24,2.0833333333333335 +40213201,2021,2,10,2.7 +19126352,2005,2,9,1.8888888888888888 +1332419,2005,2,8,2 +1539411,2005,2,8,2 +40220960,2010,2,1,1 +40213320,2014,12,23,2.739130434782609 +40171902,2007,6,3,1.6666666666666667 +40213306,2022,11,7,2.2857142857142856 +40220960,2022,8,8,1 +40163554,1989,4,1,1 +40163554,2021,10,4,2 +19126352,2009,6,4,1.25 +46275916,2017,12,4,1 +40213230,2023,2,11,3.272727272727273 +40163554,1994,12,2,5 +19018935,1994,12,2,5 +40213306,2020,8,10,1.7 +19075601,2001,4,7,1.1428571428571428 +40171902,1990,2,1,2 +19075601,2013,12,7,1.4285714285714286 +1545959,2003,5,1,1 +19075601,2003,5,5,1.4 +19133768,2003,5,1,1 +19126352,1985,7,3,1 +1332419,2017,10,3,2 +1545959,2013,9,2,1 +40213198,2013,1,1,2 +1332419,2017,6,3,1.3333333333333333 +19075601,2017,6,9,1.2222222222222223 +40213296,2018,6,14,3.4285714285714284 +40213201,2014,4,9,2.6666666666666665 +19126352,1989,7,2,3.5 +40213306,2019,6,7,2 +40163554,1995,3,1,2 +40213154,2005,5,16,1.9375 +40213154,2000,4,18,2.0555555555555554 +1539411,2014,5,5,1.8 +1539411,1997,4,1,4 +40220960,2012,6,2,1 +19075601,2004,6,7,2.2857142857142856 +40213154,1965,7,1,5 +40213154,1996,12,15,1.8666666666666667 +19126352,2016,3,2,3.5 +19126352,2011,3,3,1.3333333333333333 +1539411,2011,3,3,1.3333333333333333 +19018935,2016,3,1,3 +1545959,2012,10,2,1 +1332419,2012,9,4,1.75 +40213198,2010,9,3,3 +40213154,2003,7,10,1.8 +40213306,2013,7,11,3 +40213260,2021,9,15,4.666666666666667 +1545959,2019,10,3,1 +40220960,2018,4,7,1 +1539411,2012,7,6,1.6666666666666667 +19133768,2009,4,1,1 +19075601,2009,4,4,1.75 +40213299,1999,8,1,1 +40213180,2008,3,1,1 +40213320,2009,4,1,1 +40171902,2020,7,2,3 +19018935,2000,11,3,1 +40171902,2000,11,3,1 +19126352,1965,9,2,2 +40213306,2015,10,7,1.8571428571428572 +19126352,1961,2,2,1 +1332419,2019,10,5,2.2 +40171902,2006,1,2,1.5 +1539411,2009,12,1,2 +40213306,2020,9,9,2.111111111111111 +19133768,2008,2,2,1 +40213154,1998,6,7,3.5714285714285716 +1539411,1996,1,3,2 +40213314,1994,7,1,2 +40213160,1994,5,1,2 +19075601,1998,1,9,2.111111111111111 +40213230,2020,6,6,2.6666666666666665 +40213299,2017,8,19,2.736842105263158 +40213154,1961,11,2,3 +40213183,2019,2,13,2.076923076923077 +40163554,2002,1,3,1.6666666666666667 +19018935,2002,1,3,1.6666666666666667 +40171902,2002,1,3,1.6666666666666667 +40213304,2017,3,25,2.24 +19075601,2022,3,15,1.8 +19133768,2016,9,2,1 +19126352,2013,1,3,2 +19075601,2013,1,5,1.6 +1332419,2020,6,5,3 +40213306,2021,10,6,3.8333333333333335 +19018935,2003,9,2,2 +40213260,2020,2,16,2.125 +46275916,1991,3,1,1 +40213154,1993,4,11,1.7272727272727273 +40213299,2020,8,16,2.6875 +19126352,2000,4,2,1 +19126352,1998,3,5,1.8 +40213296,2018,10,16,2.4375 +40213296,2016,10,15,3.2 +40213227,1996,6,3,2 +40213154,1997,6,10,3.6 +1545959,2014,4,2,1 +40213296,2017,5,17,1.4705882352941178 +1539411,2001,12,5,1.8 +40220960,2014,8,2,1 +19018935,1998,4,2,2 +40171902,1998,4,2,2 +19126352,2020,9,9,1.5555555555555556 +19075601,2020,9,12,1.4166666666666667 +1310034,2005,8,2,1 +1332419,1996,11,4,1.75 +19133768,2020,8,2,1 +40213306,2016,4,14,1.8571428571428572 +40220960,2021,8,7,1 +40213230,2016,9,8,1.75 +40213251,2016,9,20,3.1 +40171902,2017,3,4,1.75 +40213201,2018,2,6,2.6666666666666665 +1332419,2018,12,6,1.6666666666666667 +40220960,2017,8,4,1 +40213260,2022,5,13,1.6923076923076923 +1310034,2016,6,1,1 +46275916,2016,6,1,1 +40213306,2017,6,8,2.875 +40213183,2017,4,14,1.7142857142857142 +40163554,2023,1,1,1 +40213251,2015,7,17,4.764705882352941 +40163554,1991,3,1,2 +40220960,2022,9,2,1 +19018935,2011,4,2,1 +40213154,1988,11,7,1.7142857142857142 +40213154,1992,12,7,6.142857142857143 +19133768,2020,9,1,1 +40213251,2019,1,18,3.5 +40163554,2017,6,5,3 +19126352,1993,5,2,2 +40220960,2006,1,1,1 +19126352,1968,6,2,1 +19133768,1986,4,1,1 +19126352,1970,5,3,2.3333333333333335 +40213154,1991,7,7,3.5714285714285716 +19018935,2022,4,7,1.8571428571428572 +40171902,2011,6,2,2.5 +19126352,1992,9,2,1.5 +40171902,1995,9,2,1 +40213227,2004,11,2,1.5 +1539411,2010,2,3,1.3333333333333333 +19133768,1991,12,2,1 +1545959,2004,2,3,1 +19075601,1997,2,21,2.238095238095238 +40213183,1995,2,1,2 +40213281,1997,2,2,1.5 +40213320,2019,3,28,1.75 +46275916,2010,9,1,3 +19018935,2000,3,5,1.6 +40171902,2000,3,5,1.6 +46275916,2018,11,1,2 +19018935,1991,6,2,2.5 +40171902,1997,8,2,1.5 +40171902,2003,2,4,1.5 +19075601,2015,11,10,2.4 +40213299,2013,7,14,2 +46275916,2006,10,1,1 +40220960,2013,8,4,1 +40213201,2016,2,4,4.25 +40213306,2015,6,11,1.7272727272727273 +40213260,2014,2,16,1.6875 +19075601,2002,9,2,1 +40213296,2015,9,16,1.75 +40213154,2010,10,18,2.111111111111111 +40213314,2022,2,15,2.1333333333333333 +40213306,2014,2,7,1.5714285714285714 +40163554,2012,8,1,1 +40171902,2013,12,3,2 +1539411,2003,1,3,3 +40163554,1999,11,2,2.5 +19075601,2008,6,5,1.4 +19126352,2008,3,4,1.5 +40213183,2020,9,12,2 +40213296,2023,6,10,4 +40163554,2007,12,4,1.75 +1539411,2001,1,3,1.6666666666666667 +40163554,1992,9,2,1 +40163554,2004,5,2,2 +40171902,2004,5,2,2 +19126352,1992,8,1,1 +19126352,2016,11,4,2 +40213260,2015,12,13,1.4615384615384615 +1332419,1995,12,3,1.3333333333333333 +40243436,2013,12,2,1.5 +1310034,2013,2,1,1 +19075601,2019,3,12,2.5 +19133768,1993,7,3,1 +19018935,2010,9,3,2 +19126352,1991,3,1,2 +19075601,2011,7,11,1.7272727272727273 +40213216,2017,5,22,1.7727272727272727 +40171902,2011,10,3,1.3333333333333333 +1539411,1995,2,1,3 +1310034,2020,7,3,1 +19126352,2002,4,4,1.75 +19126352,1954,10,1,1 +40213201,2015,10,3,1.3333333333333333 +19075601,2023,3,7,2.5714285714285716 +19075601,2009,7,4,1.5 +40163554,2001,7,2,2 +19018935,2001,7,2,2 +40171902,2018,8,7,4.428571428571429 +19126352,2003,11,5,1.4 +40220960,2016,10,4,1 +1539411,2020,7,6,2 +19126352,1986,8,1,2 +19126352,2019,5,5,4 +1332419,2019,6,1,2 +40213216,2015,10,14,2.642857142857143 +19126352,1995,4,4,1.5 +40243436,2017,6,1,1 +40163554,1977,7,1,1 +40171902,1981,7,3,2.3333333333333335 +40213304,1985,12,1,1 +40213160,1985,12,1,1 +1539411,2008,1,2,1 +40163554,2002,12,4,1.75 +19018935,2002,12,4,1.75 +40171902,2002,12,4,1.75 +40163554,2013,9,1,2 +40171902,2023,4,4,2.75 +1545959,2005,8,2,1 +1332419,2013,11,2,1.5 +1539411,1992,1,4,1.5 +1539411,2009,1,2,2 +1332419,1997,9,2,1 +40171902,2006,12,2,1.5 +40213183,2022,10,14,2.142857142857143 +40213216,2011,2,1,1 +40213251,2011,11,1,1 +40213314,2011,11,1,1 +40213304,2010,10,1,1 +40213198,2011,5,1,1 +40243436,2009,7,1,1 +1539411,1999,2,2,1.5 +19126352,1999,2,2,1.5 +40163554,2015,1,2,2 +19126352,1958,12,1,1 +40213154,1951,8,1,1 +19075601,2001,7,7,2.142857142857143 +19075601,2002,8,4,1 +40213227,1995,6,2,1.5 +19018935,2023,3,3,1.3333333333333333 +1539411,1993,9,3,2 +19126352,1989,4,2,2 +19018935,2007,11,2,1.5 +1539411,1993,8,1,1 +1332419,2018,1,6,2.5 +1539411,2016,4,2,2 +19126352,1950,7,1,1 +40213154,1948,6,2,1.5 +19018935,2005,12,2,2 +40171902,2005,12,2,2 +40163554,2021,6,1,5 +19018935,1999,5,2,3.5 +1539411,2013,7,2,1.5 +40213201,2012,10,1,1 +40171902,2009,5,1,1 +40163554,2010,2,3,1.6666666666666667 +1332419,2022,4,4,1.75 +19133768,2015,2,1,1 +40213183,2021,6,13,1.9230769230769231 +40220960,2020,7,3,1 +1539411,2018,6,4,1.5 +1545959,2022,3,1,1 +1539411,2000,4,1,1 +1545959,2016,12,4,1 +40213201,2012,6,1,1 +40220960,2018,7,3,1 +40171902,1992,10,1,2 +40163554,2006,10,2,1.5 +40243436,2021,10,2,1 +40243436,2018,12,1,1 +1310034,2018,12,1,1 +1332419,2012,8,6,1.8333333333333333 +19126352,1967,8,1,1 +40213160,1963,12,1,3 +1332419,2016,2,3,2 +19126352,2017,5,3,1 +40171902,1987,11,1,1 +1332419,1999,12,3,2 +19126352,2018,5,3,3 +40243436,2021,6,2,1 +1332419,2010,7,4,1.5 +19018935,2022,7,5,3.4 +19018935,2008,5,3,2.3333333333333335 +19018935,2021,7,6,5.833333333333333 +40163554,1998,8,3,2.6666666666666665 +40171902,2010,5,4,2 +40163554,2011,1,6,1.5 +19126352,2004,12,4,2.25 +40213296,1997,3,1,2 +46275916,2019,2,1,1 +40213201,1995,5,1,2 +19126352,2011,11,1,2 +1539411,2011,11,1,2 +46275916,2002,3,1,1 +19018935,1990,12,2,4 +1545959,2012,6,1,1 +40213154,2007,4,8,1.875 +40213154,1990,9,4,2 +40213154,1989,9,4,2.5 +40163554,1979,4,2,1.5 +1332419,2002,5,5,2.2 +40220960,2006,12,2,1 +40213154,1992,1,11,2 +19075601,1998,12,4,1.25 +40243436,2020,10,1,1 +40213227,2008,7,2,1.5 +1539411,2017,7,3,3 +19018935,2012,7,2,2.5 +40213227,2009,3,5,4.6 +40163554,1996,3,1,2 +19018935,1996,3,1,2 +19018935,2014,6,2,1.5 +40171902,2014,6,2,1.5 +40213154,1948,10,1,1 +19126352,2013,12,2,2 +19018935,2019,3,2,1.5 +40171902,2019,3,2,1.5 +1545959,2002,4,1,1 +40213306,2021,6,5,2.2 +40213201,1999,8,1,2 +40213227,2008,4,1,2 +19133768,2010,12,2,1 +40171902,2008,1,1,1 +40220960,2021,9,3,1 +1539411,2015,1,3,3.3333333333333335 +40213154,1984,2,1,1 +40213154,1980,2,3,1.3333333333333333 +19126352,1980,5,2,8.5 +19126352,1997,2,4,1.5 +1545959,1997,2,3,1.3333333333333333 +1332419,2013,3,6,2.6666666666666665 +19133768,2016,8,3,1 +40163554,1984,12,1,17 +1332419,2009,2,2,3 +40171902,2015,10,2,1.5 +40213154,1989,8,6,1.5 +19018935,1991,10,2,2.5 +19133768,1994,10,1,1 +19126352,2014,3,2,2.5 +40163554,2000,7,1,2 +1545959,2015,8,3,1 +40213227,2009,11,2,1.5 +1310034,2008,2,1,1 +40213227,2007,5,2,1.5 +40171902,2018,9,1,1 +1539411,2021,11,2,4 +19018935,2013,6,2,1.5 +1545959,1996,10,1,1 +40213154,1956,7,1,5 +19126352,1991,11,3,1.3333333333333333 +1539411,2003,12,3,2 +40213201,2002,12,1,2 +40163554,2016,10,2,1.5 +40220960,2020,4,4,1 +1332419,2000,8,2,1.5 +40213230,2014,2,2,6 +19133768,2002,5,1,1 +19126352,1948,10,1,2 +1539411,2007,6,1,2 +19018935,2004,12,2,1.5 +40243436,2000,4,1,1 +1310034,2000,4,1,1 +19133768,2004,3,2,1 +19126352,1990,6,5,3 +19126352,1995,7,1,1 +1332419,2015,2,2,2 +40213154,1971,5,1,2 +40220960,2001,4,1,1 +40220960,2007,1,1,1 +40213201,1997,4,2,1.5 +19133768,2005,3,1,1 +1332419,1999,1,4,9.75 +40213227,2005,12,1,1 +40171902,2015,6,2,2 +40220960,1999,1,1,1 +40213227,2001,3,1,2 +19133768,2005,11,2,1 +40213230,2017,5,5,1.8 +46275916,2017,1,2,1 +40213154,1977,2,2,1.5 +19133768,2019,7,2,1 +40213198,2012,10,1,2 +19126352,1998,11,2,1.5 +19133768,2012,1,2,1 +1332419,2007,3,4,3.75 +40220960,2016,6,1,1 +40220960,2013,9,1,1 +40213154,1976,3,2,1.5 +40213227,1999,5,3,1.3333333333333333 +40213154,1963,2,2,1.5 +19126352,1983,1,1,2 +19126352,1939,3,1,2 +40213227,1993,6,2,3.5 +40213154,1979,6,2,2 +40213154,1982,7,1,2 +40213154,1978,6,2,2 +19126352,1985,4,3,2 +40243436,2004,10,1,1 +40213296,2013,3,1,1 +40163554,2013,8,1,1 +40213227,2004,3,1,6 +19018935,2018,5,1,2 +19133768,1994,6,1,1 +40163554,2009,10,2,3 +1332419,2021,2,3,2 +19018935,1995,6,1,2 +1545959,1999,5,2,1 +1545959,2017,9,3,1 +1310034,2014,7,1,1 +1310034,2014,4,1,1 +1539411,2018,10,5,1.4 +40213154,1962,4,1,2 +40213154,1956,4,2,1.5 +40213154,1952,2,2,1 +1310034,2002,1,1,1 +19133768,2019,4,1,1 +40213154,1962,7,3,3.3333333333333335 +19018935,2017,5,4,1.25 +40163554,1992,8,2,1.5 +40243436,2016,7,1,1 +19126352,2009,10,3,1 +19126352,2006,8,4,1.25 +40243436,2020,6,1,1 +1545959,2019,6,2,1 +40213154,1954,5,3,3.6666666666666665 +40213154,1985,8,2,2 +40163554,2006,6,1,2 +46275916,2013,10,2,1 +40220960,2009,6,1,1 +40213260,2006,7,1,2 +19018935,1993,1,1,1 +40163554,2017,10,4,1.75 +40213296,2005,10,1,2 +1539411,2004,5,3,1.3333333333333333 +19133768,2006,8,2,1 +19018935,2005,1,1,3 +40171902,2005,1,1,3 +40213201,2002,1,2,2.5 +40220960,2014,9,4,1 +40213201,1998,11,1,1 +40163554,2011,12,2,1 +19133768,2014,5,2,1 +1545959,2001,4,2,1 +19133768,2007,5,1,1 +40213201,2005,11,1,1 +19018935,1975,7,1,2 +40163554,2001,4,2,2.5 +19018935,2001,4,2,2.5 +40220960,2015,1,5,1 +40213154,1973,6,2,3 +1545959,2011,6,1,1 +1545959,2009,8,1,1 +40163554,2015,12,1,1 +40163554,2009,6,2,9.5 +40163554,2003,1,3,2 +1545959,2007,2,2,1 +40213306,1994,4,1,2 +40213154,1964,10,1,2 +40213154,1967,10,2,1.5 +19018935,2019,11,2,1 +40171902,2019,11,2,1 +19075601,2004,10,2,1 +40213260,2006,4,1,2 +19126352,1986,9,1,1 +40171902,1994,4,1,2 +40171902,1986,4,1,2 +40213154,1946,3,2,4 +40213154,1945,3,1,2 +40213201,2007,6,1,2 +1332419,2007,11,3,6.666666666666667 +40213201,2008,7,1,2 +40213154,1976,11,1,2 +40213154,1973,10,1,2 +40213227,2012,10,4,2 +40171902,2007,10,2,2.5 +40243436,2019,9,1,1 +40171902,2001,9,1,1 +19075601,2011,4,1,1 +1539411,2015,12,1,1 +19126352,2001,9,3,1.3333333333333333 +1332419,2001,9,2,1.5 +1332419,2022,7,1,2 +40213227,1995,10,1,2 +40213227,1994,7,1,1 +1310034,2016,10,1,1 +46275916,2016,10,1,1 +40213260,2007,2,1,2 +1545959,2022,11,1,1 +19018935,2014,10,1,2 +40171902,2014,10,1,2 +40171902,1984,7,1,2 +19133768,2001,1,1,1 +19126352,1971,5,1,2 +1332419,2010,4,1,2 +1310034,2003,2,1,1 +1539411,1998,7,1,2 +40213281,2001,12,1,1 +19126352,1976,1,1,1 +1539411,2002,6,1,2 +1545959,2001,7,1,1 +40213227,2000,5,1,2 +40213154,1955,12,1,2 +46275916,1988,5,1,1 +46275916,1994,6,1,1 +40213306,1992,5,1,5 +40243436,1992,5,1,1 +40163554,1989,7,1,1 +1545959,2005,9,1,1 +19018935,2004,1,3,1.3333333333333333 +19126352,1969,7,1,1 +40213154,1968,4,1,1 +19126352,2006,9,1,2 +40213227,2002,1,1,2 +40213154,1983,12,2,3 +40171902,1981,4,1,2 +19126352,1954,6,1,2 +40213306,2004,4,1,1 +1332419,2000,9,1,1 +1310034,2001,9,2,1 +46275916,2001,9,2,1 +1539411,1992,12,1,2 +19133768,2018,2,1,1 +40163554,1993,2,2,2 +40171902,1993,2,2,2 +1545959,1998,10,1,1 +40213227,1992,9,1,1 +19018935,1982,8,1,2 +40171902,2020,4,1,2 +1310034,2009,11,1,1 +40243436,1986,6,1,1 +40171902,1996,7,1,2 +40213201,2009,11,1,2 +40213154,1975,2,1,1 +1310034,2022,3,1,1 +19133768,2009,7,1,1 +40220960,2002,5,1,1 +19126352,1955,3,1,2 +40163554,1995,11,1,2 +40171902,1999,2,1,1 +40213201,2003,2,1,1 +40213227,1998,1,1,1 +1539411,2008,12,1,2 +40213160,2007,3,1,1 +40213281,2002,7,1,1 +1545959,2015,9,1,1 +40243436,2022,10,1,1 +19133768,2017,5,1,1 +40213154,1958,5,1,1 +40213154,1957,5,1,1 +19126352,1965,8,1,1 +19133768,1998,1,1,1 +19126352,1974,5,1,1 +40213306,1987,4,1,24 +40213154,1983,1,1,2 +1310034,2010,5,1,1 +40213227,2006,5,1,2 +40163554,2008,2,1,1 +40213306,2011,10,1,2 +19126352,1958,1,1,1 +19133768,2022,5,1,1 +40213154,2018,5,665,2.2330827067669174 +40213154,2023,5,618,2.5064724919093853 +40213154,2016,5,625,2.3232 +40213154,2019,12,636,2.279874213836478 +40213304,2018,9,28,2 +40213304,2018,8,24,1.75 +40213314,2019,10,16,1.75 +40163554,2019,9,3,10 +40213154,2020,9,676,2.36094674556213 +40213154,2014,8,624,2.2131410256410255 +40213154,2015,2,594,2.4494949494949494 +40213154,2017,5,648,2.1527777777777777 +40171902,2020,10,4,1.75 +40213154,2014,9,597,2.2562814070351758 +19075601,1999,9,3,2.6666666666666665 +40213154,2011,11,14,2.2857142857142856 +40213281,2015,3,51,2.1372549019607843 +40213154,2019,1,680,2.320588235294118 +40213183,2022,4,21,2.238095238095238 +40213314,2018,7,23,2 +40213160,2017,8,34,2.235294117647059 +40213198,2018,1,43,2.0697674418604652 +40213281,2017,8,38,2.1578947368421053 +40213227,2015,7,64,2.34375 +40213154,2020,8,663,2.4615384615384617 +40213183,2017,6,20,2 +40213314,2016,7,28,2.25 +40213304,2016,12,31,1.8387096774193548 +40213281,2017,9,51,2.8627450980392157 +40213160,2013,6,13,2 +40213260,2017,8,23,3.1739130434782608 +40213216,2017,1,18,2.8333333333333335 +40213314,2021,10,29,1.7586206896551724 +40213281,2022,3,44,2.4545454545454546 +40213154,2022,2,660,2.3636363636363638 +19126352,2002,10,3,1 +1545959,2002,10,2,1 +40213154,1999,8,14,1.8571428571428572 +40213154,1997,7,18,2 +40213154,1995,7,13,1.9230769230769231 +40213180,2019,11,21,2.3333333333333335 +40213160,2015,1,32,3.78125 +40213304,2014,10,37,3.081081081081081 +1539411,2007,4,5,3 +40213154,2021,5,641,2.4726989079563184 +19075601,2005,10,6,1.1666666666666667 +1332419,1994,8,16,2.5625 +40213154,2003,10,16,2.0625 +40213154,1999,9,15,2.3333333333333335 +40213260,2018,2,20,2.15 +40213160,2018,5,46,1.565217391304348 +40213227,2016,7,76,2.1842105263157894 +40213251,2017,5,16,2 +40213227,2014,2,46,1.7608695652173914 +40213154,1994,1,8,2.5 +40213296,2023,4,21,3.0476190476190474 +40213180,2020,9,20,2.3 +40213216,2015,4,22,2.5454545454545454 +40213160,2019,10,40,2 +40213251,2023,6,11,1.6363636363636365 +40213304,2022,4,24,2.3333333333333335 +40213216,2022,9,14,1.7142857142857142 +40213160,2022,12,34,2.0294117647058822 +40213227,2017,10,82,2.5853658536585367 +40213251,2021,12,24,2.375 +40213304,2017,2,27,1.962962962962963 +40213314,2017,4,31,1.7741935483870968 +40213160,2017,9,41,3.024390243902439 +40213180,2014,6,16,2.125 +40213251,2018,12,16,1.9375 +40213183,2018,12,16,1.9375 +40213198,2018,12,44,1.7272727272727273 +40213296,2018,4,14,1.7142857142857142 +40213320,2017,2,25,1.88 +40213227,2023,3,65,3.3384615384615386 +40213296,2014,8,21,1.9047619047619047 +40213180,2017,3,20,2.9 +40213230,2017,12,4,1.5 +40213320,2020,1,30,2.2333333333333334 +40213230,2015,11,9,2.111111111111111 +40213180,2018,5,24,2.5 +40163554,2018,11,3,1.3333333333333333 +19126352,2000,6,5,1.6 +1539411,2000,6,4,1.75 +40213154,2000,6,13,2.076923076923077 +40213154,2003,6,16,1.9375 +40213216,2021,9,23,2.260869565217391 +40213198,2022,2,39,2.1794871794871793 +40213281,2022,11,47,1.702127659574468 +40213304,2013,10,20,2.15 +40213299,2014,4,9,1.6666666666666667 +40213160,2013,10,30,2 +40213251,2018,1,16,1.8125 +40213183,2018,1,16,1.8125 +40213216,2016,6,15,2.933333333333333 +40213299,2018,6,22,2.8181818181818183 +40213304,2016,1,29,2.206896551724138 +40213314,2016,4,26,2.6923076923076925 +40213296,2020,8,19,2.6842105263157894 +40163554,2021,4,3,2.6666666666666665 +40213299,2015,8,23,2.652173913043478 +40213281,2018,2,43,2.697674418604651 +40213160,2015,12,42,1.9523809523809523 +19018935,2018,12,4,1.5 +40213227,2019,9,77,2.2987012987012987 +1539411,1998,6,2,3 +40213260,2019,8,20,2.5 +40213227,2019,8,66,3.015151515151515 +40213304,2021,5,33,2.6363636363636362 +40213198,2021,5,50,2.44 +40213281,2021,2,39,2.3846153846153846 +19075601,2007,10,1,2 +40213306,2018,11,13,4.153846153846154 +40213281,2015,11,58,2.706896551724138 +40213227,2017,6,65,3.0153846153846153 +40163554,2016,7,3,1.6666666666666667 +40213198,2016,5,56,2.1964285714285716 +40213201,2018,3,8,2.125 +19133768,2023,4,2,1 +1539411,2002,7,6,1.6666666666666667 +40213230,2019,5,8,1.625 +40213260,2016,9,23,2.217391304347826 +40213230,2018,6,9,1.8888888888888888 +40213180,2017,11,15,2.066666666666667 +19126352,2007,9,4,5.25 +19075601,2000,12,6,4.666666666666667 +40213216,2014,3,11,1.7272727272727273 +40213183,2014,12,17,2 +40213304,2014,6,21,4 +40213314,2014,12,27,2.037037037037037 +40213160,2014,3,28,2.5357142857142856 +40213198,2014,6,33,2.393939393939394 +40213314,2014,1,21,1.9047619047619047 +40213281,2014,1,49,1.7755102040816326 +40213299,2015,9,18,2.5555555555555554 +40213306,2017,7,14,2.2857142857142856 +40213216,2022,8,14,1.5 +40213198,2023,5,40,2.6 +40213230,2015,3,7,2.7142857142857144 +40213154,1993,10,9,2 +1332419,2021,3,4,5 +1539411,2014,1,6,1.5 +40213320,2018,2,13,1.6153846153846154 +40213216,2017,12,12,2.0833333333333335 +46275916,2017,5,1,1 +40213230,2023,3,12,3.4166666666666665 +40213180,2013,11,17,3.0588235294117645 +40213160,2016,2,37,1.945945945945946 +40213281,2016,2,49,2.020408163265306 +1332419,2022,6,6,1.8333333333333333 +40213227,2015,4,72,2.5694444444444446 +40213260,2015,5,15,2.3333333333333335 +19018935,1993,5,1,2 +40243436,2003,9,1,1 +1539411,1996,5,1,2 +40213154,1996,5,11,3.090909090909091 +40163554,2014,8,6,2 +40213304,2020,12,22,2.090909090909091 +40213314,2022,3,24,2.125 +40213314,2021,6,21,1.8571428571428572 +40213306,2014,3,9,1.4444444444444444 +40213320,2016,4,19,1.8421052631578947 +40213320,2015,4,24,2.375 +40213216,2014,11,16,3.0625 +40213183,2015,8,23,2.347826086956522 +40213160,2019,6,35,2.1714285714285713 +40213160,2014,11,27,2.962962962962963 +40213320,2022,2,36,2.388888888888889 +40213281,2014,12,48,2.1041666666666665 +40213296,2017,1,20,2.95 +19075601,2016,12,10,1.3 +46275916,2021,1,2,1 +19075601,2008,4,5,1.2 +40213299,2018,10,17,3 +40213216,2016,10,16,3.25 +40213314,2017,7,33,2.787878787878788 +40213296,2014,9,25,3.04 +40213154,1984,11,9,4.333333333333333 +40171902,1994,6,2,1.5 +1545959,2007,3,1,1 +40213227,2000,1,3,12.666666666666666 +1332419,2020,4,3,1.6666666666666667 +40213180,2014,10,25,2.08 +19018935,2020,8,7,2.142857142857143 +40213216,2015,7,15,2.1333333333333333 +40213299,2014,7,20,2.75 +40213183,2019,3,21,2.0952380952380953 +40213314,2018,4,28,1.8571428571428572 +40213296,2018,7,15,1.8 +40213296,2016,7,19,1.6842105263157894 +40213314,2019,6,25,2.08 +40213320,2020,12,24,2.1666666666666665 +19126352,1951,3,1,1 +40213154,1952,3,2,1.5 +40163554,1984,5,1,1 +19075601,2022,2,15,1.6 +40213183,2015,9,14,1.9285714285714286 +19018935,2017,1,2,1 +19075601,2023,2,6,1.5 +1332419,2014,4,4,2 +19075601,2014,4,10,1.4 +40213299,2013,10,24,1.5416666666666667 +40213320,2013,11,23,2.9565217391304346 +40213183,2014,1,17,1.8235294117647058 +40213198,2017,5,48,2.0625 +40213183,2017,10,8,2 +40213296,2020,9,20,2.3 +40213304,2013,6,10,2.4 +19126352,2019,1,4,1.5 +40213227,2016,4,70,2.142857142857143 +40213154,2012,12,24,1.6666666666666667 +40213154,2004,11,18,1.6666666666666667 +1539411,1995,11,3,1 +19075601,1997,11,25,2.16 +40213198,2014,10,36,3.638888888888889 +40213304,2020,1,26,1.9230769230769231 +40213299,2013,6,10,1.6 +1545959,1999,12,3,1 +19075601,1997,3,17,1.8823529411764706 +40213306,2019,7,10,2.3 +40213160,2022,1,40,1.975 +40213154,2001,4,19,1.8421052631578947 +40213320,2016,7,23,2.217391304347826 +40213296,2019,3,18,1.8888888888888888 +1332419,2004,9,2,1.5 +40213320,2014,5,30,1.8666666666666667 +40213216,2023,2,12,3.5833333333333335 +40213281,2023,2,29,2.793103448275862 +40213180,2023,4,22,2.909090909090909 +40213154,1986,9,4,2 +40213154,1991,10,14,2 +40213306,2023,4,7,2 +40171902,2011,7,4,1.75 +19133768,2018,3,3,1 +40213260,2022,1,15,2.466666666666667 +19126352,2017,12,7,1.2857142857142858 +19133768,2017,12,4,1 +40213299,2019,9,15,2.2666666666666666 +40243436,2010,4,2,1 +40213306,2019,4,3,1.6666666666666667 +40163554,2002,5,3,4.666666666666667 +19018935,2002,5,3,4.666666666666667 +40171902,2002,5,3,4.666666666666667 +40213251,2015,10,25,2.88 +40213154,1965,6,1,1 +40213260,2017,9,16,2.625 +40213299,2016,2,21,2.4761904761904763 +40213304,2015,2,23,3 +19018935,2013,7,2,1.5 +40213306,2017,4,10,2.4 +19126352,2007,8,5,2.8 +40171902,2012,9,5,1.2 +40163554,2022,3,4,1.5 +19075601,2011,10,4,1.5 +40213201,2016,11,7,1.7142857142857142 +40213227,2013,7,84,2.1666666666666665 +40213296,2022,5,10,1.4 +40213251,2020,10,22,1.8636363636363635 +19126352,2013,5,4,2.25 +19075601,2013,5,4,2.25 +1332419,1994,9,32,1.71875 +1539411,1991,9,19,1.7894736842105263 +40213260,2013,12,23,2.4782608695652173 +40163554,2001,6,4,1.5 +19018935,2001,6,4,1.5 +40213201,2016,3,9,1.8888888888888888 +40213260,2020,11,11,4.454545454545454 +40213230,2021,5,8,2.5 +40213320,2021,5,23,3.4347826086956523 +40213183,2016,8,24,2.625 +19018935,2022,6,3,2.3333333333333335 +40163554,2008,11,1,1 +40213154,1984,3,11,1.4545454545454546 +40213281,2020,5,50,2.08 +40213304,2019,3,23,1.8695652173913044 +40213198,2019,5,54,2.537037037037037 +40213304,2022,7,22,2 +40213304,2023,3,32,2.9375 +40213306,2018,3,8,1.75 +40213183,2022,7,16,1.75 +40213216,2021,8,18,1.6666666666666667 +1332419,2009,11,2,3.5 +19126352,2019,12,8,1.75 +1539411,2020,10,3,1.3333333333333333 +40213154,1980,3,6,2 +19018935,2022,10,6,2 +40213314,2022,11,17,2 +46275916,2012,1,1,1 +40213154,2005,1,14,2.0714285714285716 +19075601,2000,1,4,3.25 +40213154,2011,3,24,2.75 +40213183,2021,4,20,3.1 +40213230,2020,7,11,1.6363636363636365 +40213154,2012,1,18,1.8333333333333333 +40213251,2019,5,17,2.9411764705882355 +40213320,2019,2,17,1.7058823529411764 +19126352,1988,8,2,1.5 +40213154,2002,11,11,1.5454545454545454 +46275916,2019,3,1,1 +40213154,2004,3,10,2.5 +40213154,2002,3,15,2.6 +19126352,2005,11,8,1.875 +1332419,2005,11,6,2.1666666666666665 +1539411,2005,11,6,2.1666666666666665 +40213154,1993,6,11,2.8181818181818183 +40213154,1991,6,6,3.1666666666666665 +19126352,1995,10,1,1 +40213154,2005,12,12,1.75 +40220960,2015,5,6,1 +40213251,2015,6,15,3.6666666666666665 +40213251,2014,2,24,2.9583333333333335 +40213154,1966,8,3,3 +40213154,1970,9,3,1.6666666666666667 +1332419,2010,6,4,2.5 +19018935,2021,10,4,2 +19075601,2009,6,6,1.3333333333333333 +19075601,2015,2,6,1.3333333333333333 +40213260,2022,12,9,1.6666666666666667 +40213180,2020,8,26,1.7307692307692308 +19126352,2003,2,3,1 +40163554,2008,3,4,1.25 +19018935,2009,9,4,2 +40213154,1998,7,17,1.8235294117647058 +40213201,2019,1,8,3 +40213251,2021,1,22,1.7727272727272727 +1539411,2017,10,3,2 +40213230,2018,10,3,1.6666666666666667 +1539411,2017,6,3,1.3333333333333333 +40213260,2014,11,8,1.875 +1539411,1991,8,23,1.9565217391304348 +40213201,2013,11,6,3.6666666666666665 +40213306,2021,7,8,1.75 +46275916,2007,1,1,1 +40213306,2016,10,9,4.222222222222222 +40213180,2022,2,29,1.9655172413793103 +19018935,2015,9,5,2 +40171902,1992,7,1,3 +19133768,2007,1,3,1 +40213154,1972,8,2,3 +40213154,1970,8,1,5 +40213154,1967,7,4,2.25 +40213227,1999,12,1,2 +40213154,1994,12,14,3 +1332419,2016,3,2,3.5 +1332419,2011,3,3,1.3333333333333333 +19126352,2012,9,7,1.4285714285714286 +19075601,2012,9,8,2.5 +19133768,2014,1,1,1 +19133768,2019,10,3,1 +40171902,2015,7,4,2.5 +19126352,2009,4,3,2 +40213201,2021,3,13,2.076923076923077 +40213154,1997,4,16,1.875 +40213154,1998,4,16,2.25 +40213154,1995,4,8,2.125 +40213299,2021,2,15,1.7333333333333334 +40213216,2019,2,22,1.6818181818181819 +40213183,2019,11,26,2.1153846153846154 +40213296,2017,12,15,1.8666666666666667 +40163554,2016,4,2,3 +19018935,2006,1,2,1.5 +1332419,2002,12,2,2 +40163554,2000,10,1,2 +40213227,2022,2,68,2.2205882352941178 +40213299,2019,8,19,2.4210526315789473 +19126352,2008,2,3,1.3333333333333333 +19018935,2000,2,4,2.25 +40171902,2000,2,4,2.25 +19133768,1996,12,2,1 +40213304,1994,1,1,2 +40213251,1995,4,1,2 +19126352,1996,9,4,2.5 +40213180,2019,3,20,3.35 +19126352,2000,10,4,1.5 +1539411,2000,10,3,1.6666666666666667 +19126352,1934,6,1,1 +40213154,1956,10,2,3 +40213304,2019,11,17,1.8823529411764706 +40213306,2022,2,14,2 +40163554,1997,6,2,2 +19018935,1997,6,2,2 +1332419,2013,2,1,2 +40213154,2013,2,19,1.4736842105263157 +40213183,2021,7,16,3.375 +40213251,2020,6,17,2.0588235294117645 +1539411,2020,6,5,3 +19075601,2010,8,6,1.3333333333333333 +40213227,2007,1,4,2.25 +40171902,1996,6,2,2 +40213154,1992,5,13,3.5384615384615383 +19075601,2016,1,6,1.3333333333333333 +1332419,2019,7,4,1.75 +40163554,2018,3,5,2.2 +40213306,2015,4,13,3 +40213306,2014,11,9,2 +40220960,1990,11,1,1 +40213154,1986,8,4,1.75 +19075601,2003,12,6,2 +40220960,2002,12,2,1 +40171902,2009,1,5,1.8 +40243436,2012,7,1,1 +40213260,2020,3,11,1.7272727272727273 +19075601,2021,8,14,1.0714285714285714 +40213183,2016,9,20,3.1 +19075601,2007,6,5,1.4 +19075601,2004,7,8,1.5 +40213154,2001,7,12,1.8333333333333333 +40213154,2000,10,15,1.5333333333333334 +40213154,1973,4,5,1.6 +40213154,1968,6,1,3 +40213201,2014,10,7,1.8571428571428572 +19126352,2018,12,7,1.5714285714285714 +40213201,2017,4,8,1.75 +19126352,2022,9,5,1.8 +1539411,2022,9,3,2 +1332419,2003,8,1,5 +40243436,2016,6,1,1 +40163554,2000,6,2,1 +40243436,2021,7,3,1 +19075601,2005,6,9,2 +19075601,2017,7,9,1.6666666666666667 +40213227,2012,4,3,1.6666666666666667 +19133768,1989,3,2,1 +40213260,2019,9,19,3.5789473684210527 +1545959,2021,11,4,1 +40243436,2011,1,1,1 +19126352,2014,2,2,1 +40213154,2008,2,18,2.388888888888889 +40171902,2011,4,2,1 +40163554,2009,4,4,1.75 +40220960,2016,4,5,1 +1539411,2003,5,2,2 +40213201,2002,5,3,1.6666666666666667 +40213314,2020,5,21,2.0476190476190474 +40213198,2020,5,44,1.8863636363636365 +40243436,1996,10,1,1 +19126352,1968,7,1,1 +19018935,2018,1,1,1 +40213230,2020,4,8,1.5 +40163554,2019,8,4,1.25 +40213320,2015,7,22,2.3181818181818183 +40171902,2022,4,7,1.8571428571428572 +19018935,2011,6,2,2.5 +19075601,2010,9,8,1.375 +19133768,2004,2,3,1 +19075601,2019,2,12,1.5833333333333333 +1539411,2016,10,3,1.3333333333333333 +1332419,1996,2,2,1.5 +19075601,2017,4,10,1.1 +40213306,1990,6,1,2 +1332419,2015,11,4,4.25 +40243436,2006,10,1,1 +19075601,2001,6,3,3.3333333333333335 +40171902,2020,6,5,2.8 +40213201,2009,2,2,2 +40213154,2009,2,18,2.388888888888889 +19133768,2005,2,1,1 +1332419,1998,8,5,2.2 +40213306,2021,4,9,1.7777777777777777 +40213154,1982,10,4,2.25 +40213306,2016,6,4,2 +40213260,2016,8,16,2.75 +40213154,2010,7,19,1.894736842105263 +40213154,2006,6,15,2.1333333333333333 +40213154,2007,6,12,2.3333333333333335 +1545959,2010,3,2,1 +40171902,2012,8,1,1 +1332419,2008,9,3,2.6666666666666665 +40220960,2018,6,4,1 +40163554,2014,9,1,1 +19075601,2003,1,4,2.5 +40171902,1999,11,2,2.5 +19126352,1994,12,4,2.25 +40213201,1991,7,1,2 +40163554,2006,4,4,2 +19018935,2014,7,6,2.3333333333333335 +40171902,2014,7,6,2.3333333333333335 +1539411,1998,10,1,2 +40213306,2015,7,6,1.8333333333333333 +19126352,2022,8,5,1.8 +1539411,2022,8,3,2.3333333333333335 +40213299,2023,3,21,2.3333333333333335 +40171902,2003,11,1,2 +40220960,2019,5,6,1.1666666666666667 +19018935,2004,5,2,2 +19018935,2013,4,2,1.5 +40213201,2019,12,11,2.3636363636363638 +40213306,2013,10,8,1.625 +1332419,2016,11,3,2.3333333333333335 +40163554,1989,6,1,3 +40213201,2018,11,7,3.2857142857142856 +19018935,2015,8,1,1 +19126352,1987,8,1,2 +40213227,1997,9,2,1.5 +40163554,2005,9,3,2.6666666666666665 +40213260,2014,3,17,2.3529411764705883 +1539411,2013,6,4,1.5 +40213230,2014,3,7,1.5714285714285714 +40213230,2017,1,6,2 +19126352,2021,9,4,1 +19075601,2021,9,7,1 +1332419,2015,3,7,2 +19018935,2011,10,3,1.3333333333333333 +40243436,2020,7,3,1 +19018935,1974,10,1,1 +1539411,2002,4,3,2 +40220960,2023,3,4,1 +19126352,1996,8,4,1.25 +19126352,2009,7,3,1.6666666666666667 +19075601,2008,7,5,2 +46275916,2020,1,1,1 +1332419,2020,7,6,2 +1539411,2010,11,4,3 +1539411,2016,6,4,3.25 +40213296,2019,11,17,3.2941176470588234 +40213154,2007,10,11,2.090909090909091 +40213154,2006,10,9,1.6666666666666667 +19133768,1993,10,1,1 +40213183,1990,3,1,1 +40213304,1985,5,1,1 +40213314,1985,7,1,1 +19018935,1988,1,1,2 +19126352,2005,3,3,1.3333333333333333 +1332419,2005,3,2,1.5 +1539411,2005,3,2,1.5 +40213227,2001,2,3,1.6666666666666667 +19018935,2006,12,2,1.5 +40213227,2006,12,1,2 +40213154,1973,7,2,1.5 +40213230,2014,11,9,1.6666666666666667 +40213299,2011,11,1,1 +40213304,2011,5,1,1 +40213314,2011,2,1,1 +40171902,2009,12,3,3.6666666666666665 +40171902,2021,9,3,1.3333333333333333 +1539411,1994,9,4,1.5 +40213154,1958,12,4,1.75 +40213154,1952,11,1,1 +40171902,2023,6,2,2 +19133768,2008,3,1,1 +40163554,1993,11,1,1 +40171902,1993,11,1,1 +19126352,2018,1,7,2.4285714285714284 +40213154,1971,12,1,2 +40213201,2015,4,9,2.111111111111111 +19075601,2014,7,4,1 +19075601,2011,6,3,1 +19018935,2021,6,1,5 +19133768,2022,12,2,1 +1332419,1998,9,2,2.5 +19133768,2011,5,2,1 +1539411,2018,4,3,6 +1310034,2013,11,1,1 +40213320,2006,7,1,1 +40213201,2013,3,1,5 +19018935,1992,3,1,4 +46275916,2013,4,1,1 +40213227,2010,7,6,1.3333333333333333 +1545959,2020,4,3,1 +40213154,1978,4,2,1.5 +19075601,2006,8,6,1.1666666666666667 +19126352,2012,8,6,1.8333333333333333 +19075601,2012,8,8,1.75 +40171902,2021,8,2,2.5 +19126352,1995,6,4,4.5 +1545959,2020,7,3,1 +40213227,2011,9,1,7 +40213154,1972,9,1,1 +40213154,1966,9,1,1 +40213154,1959,9,1,3 +19126352,2016,2,3,2 +19018935,1990,5,3,1.6666666666666667 +1332419,2018,5,3,2.3333333333333335 +40213296,2021,5,11,4.636363636363637 +40220960,2006,5,2,1 +19018935,2017,12,2,2 +40171902,2022,7,5,3.4 +19126352,2021,8,7,1.1428571428571428 +19126352,2004,5,4,1.25 +40171902,1981,6,2,3.5 +40171902,2008,5,3,2.3333333333333335 +40163554,2021,7,6,5.833333333333333 +40213154,2010,4,13,1.6153846153846154 +1310034,2015,9,1,1 +46275916,2015,9,1,1 +19126352,1948,7,1,1 +19126352,1935,11,1,6 +19075601,2001,10,3,2 +1310034,2019,2,1,1 +19126352,1969,6,3,3.6666666666666665 +19018935,2009,8,2,1 +40213230,2013,12,7,2.2857142857142856 +19126352,2010,12,6,1.3333333333333333 +1332419,2011,11,1,2 +1332419,2023,3,2,5.5 +40220960,2020,6,2,1 +19075601,2004,4,2,1 +19126352,1987,9,1,2 +46275916,1995,7,1,1 +40213154,1987,9,4,2.5 +19018935,1998,6,2,2.5 +40171902,1998,6,2,2.5 +1332419,2003,9,5,1.4 +40213227,2012,7,2,2 +40213201,2021,11,4,1.5 +40213306,2004,10,1,2 +19018935,2023,2,3,1.6666666666666667 +40171902,1996,10,3,2.3333333333333335 +1310034,2020,10,1,1 +40213260,2008,7,1,1 +1332419,2017,7,3,3 +40213201,2017,7,7,4.142857142857143 +40220960,2010,3,1,1 +1539411,2007,7,2,2 +19018935,2014,4,2,19 +40171902,2014,4,2,19 +19126352,2015,8,7,1.5714285714285714 +19133768,2018,11,2,1 +19133768,2021,12,1,1 +40213227,1993,7,1,1 +19018935,1986,9,1,1 +40163554,2006,7,2,1 +40163554,2015,5,5,3.8 +19133768,1999,8,1,1 +19075601,1999,8,5,1.4 +40213296,1996,9,1,2 +19133768,2007,12,1,1 +1545959,2016,5,4,1 +40171902,2007,4,3,1.6666666666666667 +1539411,1997,6,2,2 +1539411,2015,5,4,1.75 +19018935,2008,1,1,1 +19018935,2012,10,2,1.5 +19018935,2007,2,2,1.5 +19018935,1981,7,1,4 +1539411,2004,12,3,2.6666666666666665 +1545959,1996,7,1,1 +40163554,2009,7,2,3 +19133768,1997,2,3,1.3333333333333333 +1539411,2018,7,2,1 +40213296,2016,4,9,1.7777777777777777 +19018935,2005,5,1,1 +40171902,2005,5,1,1 +1539411,2019,5,3,6 +40213201,2020,5,7,5.428571428571429 +40213154,1969,12,1,1 +1545959,2007,11,2,1 +19126352,1990,7,1,3 +40163554,2010,11,1,2 +40213260,2006,10,2,1.5 +1332419,2004,8,1,1 +1332419,1995,5,1,2 +40243436,1996,6,1,1 +40213154,1987,8,6,2.3333333333333335 +40163554,2001,10,1,2 +19018935,2001,10,1,2 +19126352,1994,1,1,1 +19018935,1989,5,1,2 +19075601,2006,9,2,2 +1539411,2001,5,2,4.5 +40213201,2007,7,1,3 +40213201,2014,6,6,1.8333333333333333 +1332419,2021,11,2,4 +1545959,2022,2,2,1 +40213201,1990,10,1,2 +19126352,1999,11,3,1.3333333333333333 +1539411,1999,11,3,1.3333333333333333 +40243436,1955,4,2,1 +46275916,1955,4,2,1 +40171902,2016,8,4,1.5 +40213227,2013,4,1,2 +40163554,1986,5,1,1 +1539411,2010,3,2,3 +40213227,1997,8,1,2 +19126352,1974,1,2,1 +1332419,2019,4,4,1.75 +19126352,1989,10,3,1.6666666666666667 +1545959,2012,7,1,1 +1332419,2009,3,2,1 +40163554,1982,12,2,2 +40163554,2004,12,2,1.5 +40171902,2004,12,2,1.5 +40220960,1998,9,1,1 +1545959,2004,3,2,1 +40213227,1994,6,1,2 +40163554,2023,5,3,1.6666666666666667 +19133768,2012,5,1,1 +40213227,1999,1,1,2 +1539411,2013,10,4,3 +40213227,2002,5,4,1.5 +1310034,2014,6,2,1 +40213180,2006,9,1,2 +40220960,2007,5,1,1 +19018935,2020,9,2,1.5 +40163554,2003,5,4,1.75 +40213201,1995,12,1,1 +40243436,1991,1,1,1 +40213227,1995,7,3,1.6666666666666667 +19126352,1970,12,1,2 +1545959,2019,7,2,1 +19126352,1997,3,1,3 +40213260,2010,4,1,1 +40213227,2010,4,1,1 +40163554,2020,2,1,1 +40213154,1975,3,4,1.75 +40213154,1977,3,2,1.5 +40213154,1961,2,3,1.6666666666666667 +40213154,1958,1,2,1.5 +40213154,1957,1,1,2 +46275916,1998,7,1,1 +40213154,1980,11,2,2 +40220960,2008,5,1,1 +40220960,2009,7,1,1 +1545959,2018,8,2,1 +40213296,2013,2,1,1 +40220960,2003,2,1,1 +40213227,2000,12,1,2 +40213227,2007,12,1,1 +19018935,1984,8,1,1 +19018935,2019,2,2,2 +40171902,2019,2,2,2 +40243436,2004,4,1,1 +40171902,2015,4,2,1.5 +40213201,2015,7,2,1.5 +1539411,2021,2,3,2 +40171902,1991,8,4,2.75 +40213227,1995,4,2,1.5 +19126352,1976,5,1,2 +40213154,1954,1,1,1 +40213306,2013,6,5,1.6 +40213227,2006,1,2,3 +40213154,1946,2,1,1 +19018935,2016,2,2,2 +1545959,2008,1,1,1 +19018935,1991,4,1,1 +1545959,2019,4,1,1 +40213154,1964,7,3,3 +40213227,2009,2,1,1 +40220960,2018,10,2,1 +1310034,2016,7,1,1 +46275916,2016,7,1,1 +46275916,2012,12,2,1 +19075601,2009,10,4,1 +1332419,2006,8,2,1.5 +1539411,2006,8,2,1.5 +1310034,2020,6,1,1 +19133768,2019,6,2,1 +19126352,1999,3,2,2 +1539411,1999,3,2,2 +40213154,1956,6,1,3 +19018935,1979,11,1,2 +19126352,1991,2,1,1 +40213227,1996,7,1,1 +1545959,2006,8,2,1 +19133768,2009,6,1,1 +19126352,1985,10,1,2 +19133768,2014,12,1,1 +1545959,1999,1,2,1 +1332419,2007,2,1,1 +1310034,2000,10,1,1 +40243436,2000,10,1,1 +19126352,1947,7,1,1 +40220960,2016,7,2,1 +40213227,2005,5,2,2 +46275916,2020,12,2,1 +19126352,1979,8,1,5 +46275916,2013,7,1,1 +19133768,2009,10,1,1 +1539411,2008,5,3,2 +40163554,1991,2,1,2 +1332419,1999,5,3,2.6666666666666665 +1545959,2023,5,1,1 +40243436,2000,6,1,1 +1310034,2000,6,1,1 +19133768,2002,1,1,1 +19126352,1982,2,1,2 +46275916,2002,2,1,1 +40213154,1965,10,2,1.5 +40213154,1968,10,2,1.5 +19018935,1998,10,1,2 +40171902,1998,10,1,2 +19018935,1995,7,1,5 +1545959,2001,10,1,1 +19126352,1998,2,3,1.6666666666666667 +40213154,1948,4,3,3.3333333333333335 +46275916,2021,12,2,1 +46275916,2005,3,1,1 +1332419,2010,10,4,1.75 +19126352,1981,11,1,2 +40213154,1979,4,1,2 +19075601,1998,5,2,1 +1539411,2014,12,2,1.5 +19126352,1997,11,1,3 +40213154,1976,2,2,1 +40213154,1967,4,2,1 +19126352,2015,9,2,3.5 +1545959,2014,10,1,1 +19126352,1969,10,1,2 +40213154,1977,11,1,2 +40213154,1975,11,2,2 +19133768,1994,4,1,1 +40213201,1993,9,1,1 +19126352,2017,1,2,6 +19133768,2017,1,1,1 +1545959,1998,7,1,1 +40220960,2020,10,2,1 +46275916,2005,11,1,1 +1539411,1994,8,1,3 +46275916,2004,5,1,1 +19126352,1983,5,1,2 +19126352,1973,5,1,1 +19133768,2021,1,2,1 +19133768,2001,5,2,1 +19133768,2002,12,1,1 +40163554,1988,6,1,1 +40243436,2016,10,1,1 +1332419,2022,10,1,2 +40213201,2011,11,1,1 +19126352,1984,8,1,2 +40163554,2017,4,3,2 +1539411,2004,1,1,2 +40163554,2011,5,1,2 +40213227,2011,8,2,2.5 +19126352,1993,1,2,3 +40213201,1998,2,1,1 +40213154,1963,3,2,1.5 +1545959,2011,7,1,1 +40220960,2012,7,2,1 +1545959,2018,9,1,2 +40220960,1999,5,1,1 +40213314,2001,10,1,1 +40213160,2001,10,1,1 +40213296,2000,12,1,1 +19126352,2002,6,1,2 +40213260,2010,7,1,2 +19126352,1981,3,1,4 +40213154,1957,12,1,2 +19126352,1984,9,1,2 +1310034,1988,6,1,1 +40213306,1982,3,1,1 +19126352,1970,1,1,1 +40213154,1983,5,2,7.5 +40163554,2004,1,3,1.3333333333333333 +40171902,2004,1,3,1.3333333333333333 +1332419,2006,9,1,2 +1539411,2006,9,1,2 +40213180,2005,9,1,2 +40213201,1992,8,1,2 +1310034,2015,8,1,1 +46275916,2015,8,1,1 +19018935,1981,4,1,2 +40213160,1955,6,1,2 +40213306,2006,4,1,1 +19018935,2012,6,1,2 +1310034,2022,2,1,1 +19133768,1998,5,1,1 +1539411,2012,6,1,2 +1310034,2014,10,1,1 +40163554,2010,3,1,2 +40163554,1997,10,1,2 +19018935,1997,10,1,2 +40213201,1995,1,1,34 +19018935,1991,7,1,2 +40213296,1997,2,1,2 +40163554,1989,10,1,1 +1310034,2011,6,1,1 +40171902,2016,9,1,2 +46275916,2009,11,1,1 +40243436,2009,10,1,1 +1539411,2012,10,3,1.6666666666666667 +40163554,2022,11,2,2.5 +40243436,2017,7,2,1 +40171902,1984,10,1,1 +19018935,1987,10,1,2 +19126352,1960,7,1,1 +40213154,1969,1,1,2 +40163554,1999,2,1,1 +40213160,2002,7,1,1 +40213183,2003,6,1,1 +40171902,2017,2,1,2 +40213180,2009,7,1,1 +40171902,2010,1,1,1 +1310034,2021,9,1,1 +19126352,1943,8,2,1.5 +19133768,1989,11,2,1 +40243436,1994,9,1,1 +40213154,1988,2,2,1.5 +1545959,2003,12,1,1 +19133768,2003,12,1,1 +1545959,1998,4,1,1 +40213154,1955,5,1,6 +19126352,1968,4,1,1 +40220960,2009,4,1,1 +40213306,2012,10,1,2 +40213154,1963,11,1,2 +1539411,1992,5,1,5 +40163554,1977,6,1,2 +19133768,1994,7,1,1 +40163554,1985,5,1,3 +19018935,1985,5,1,3 +19018935,2020,11,5,2 +40213154,2020,11,697,2.3873744619799138 +40213154,2017,10,645,2.3767441860465115 +40213154,2018,10,617,2.2901134521880064 +40213154,2016,10,661,2.514372163388805 +40213260,2017,3,10,3 +40213154,2020,3,679,2.444771723122239 +40213154,2014,3,618,2.5372168284789645 +40213154,2014,11,591,2.3214890016920475 +40213306,2018,8,9,1.7777777777777777 +40213251,2019,10,18,2.5 +40213198,2019,10,39,1.9487179487179487 +40213154,2019,4,615,2.538211382113821 +40213227,2017,5,66,1.9696969696969697 +40213260,2016,3,15,2.2666666666666666 +40213154,2021,6,600,2.295 +19126352,2000,5,1,4 +1539411,2000,5,1,4 +40213227,2018,2,68,2.823529411764706 +40213154,2021,10,662,2.098187311178248 +40213183,2016,11,22,1.9545454545454546 +19126352,1999,9,2,3.5 +19133768,2008,8,2,1 +19018935,2009,11,2,1.5 +1539411,1999,9,2,3.5 +40213154,2017,6,628,2.390127388535032 +40213154,2023,6,324,2.2623456790123457 +40213154,2019,7,662,2.3595166163141994 +40213183,2015,3,19,1.9473684210526316 +40213306,2015,1,13,1.6923076923076923 +40213227,2015,1,65,1.8307692307692307 +40213227,2016,12,73,1.821917808219178 +40213154,2016,6,616,2.262987012987013 +40213251,2018,7,13,2.230769230769231 +40213183,2018,7,13,2.230769230769231 +40213160,2022,4,34,2.0294117647058822 +40213198,2017,10,37,2.081081081081081 +40213198,2018,7,42,1.9285714285714286 +40213154,2018,6,627,2.2264752791068583 +40213251,2017,6,20,2 +40213304,2016,4,26,2.3461538461538463 +40213198,2017,6,57,2.7017543859649122 +40213216,2013,6,9,1.7777777777777777 +40213198,2013,6,18,2 +40243436,2016,5,2,1 +40213299,2019,3,26,2.6153846153846154 +40213314,2017,12,26,2.6538461538461537 +40213314,2017,1,27,2.6296296296296298 +40213160,2017,3,36,2.888888888888889 +40213281,2017,3,45,2.7333333333333334 +40213314,2022,9,22,1.6363636363636365 +40213198,2021,10,49,1.836734693877551 +40213296,2020,11,25,1.8 +40213227,2015,12,74,2.027027027027027 +40213227,2019,11,60,3 +40213154,1994,7,8,2.375 +40213154,2002,8,19,1.736842105263158 +40213216,2015,1,15,2.8 +40213183,2019,9,14,2.142857142857143 +40213260,2020,8,19,2.263157894736842 +40171902,2012,3,2,1.5 +40213201,2019,4,5,3.2 +40213198,2018,4,38,1.763157894736842 +19075601,1997,8,18,2 +40213154,2002,9,11,1.8181818181818181 +40213306,2023,1,10,2 +40213180,2023,1,22,1.8181818181818181 +40213299,2015,11,22,1.9090909090909092 +40213296,2022,6,20,1.65 +40213183,2017,5,16,2 +40213227,1995,1,1,4 +40213154,1998,1,16,4.125 +40213154,1997,1,13,4.846153846153846 +40213154,1995,1,8,6 +40213230,2015,8,9,2.6666666666666665 +40213314,2016,1,37,2.4864864864864864 +40213314,2015,2,28,2.2857142857142856 +40213160,2015,7,38,2.6842105263157894 +40213160,2015,4,35,2.657142857142857 +40213198,2015,2,42,2.5714285714285716 +40213304,2022,12,24,2.6666666666666665 +40213160,2022,7,35,2.057142857142857 +40213198,2023,6,15,1.6666666666666667 +40213281,2022,9,40,1.8 +40213216,2017,4,22,1.8181818181818181 +40213183,2021,12,24,2.375 +40213230,2021,6,8,2.25 +40213320,2021,6,21,2.142857142857143 +40213251,2015,5,13,2.6923076923076925 +40213320,2014,6,21,2.1904761904761907 +40213314,2018,12,27,1.5925925925925926 +40213314,2018,1,30,1.6666666666666667 +40213160,2018,6,38,2.1052631578947367 +40213180,2016,2,19,1.894736842105263 +40213230,2016,2,9,1.7777777777777777 +19018935,2020,3,2,1.5 +40213227,2016,1,72,2.2222222222222223 +40213183,2016,3,19,2.210526315789474 +40213227,2021,2,58,3.1551724137931036 +40213306,2016,5,8,2.5 +40213296,2004,6,1,1 +40213154,2005,7,12,2.0833333333333335 +40213216,2021,11,23,2.347826086956522 +40213304,2021,6,34,2.1470588235294117 +40213314,2022,8,30,1.8333333333333333 +40213183,2014,4,12,2.75 +40213314,2014,4,21,2.0952380952380953 +40213198,2013,10,42,1.8333333333333333 +40213281,2014,7,41,2.8048780487804876 +40213304,2018,3,21,2.4285714285714284 +40213160,2018,10,37,1.837837837837838 +40213198,2016,6,41,2.5121951219512195 +40213227,2020,2,62,2.5806451612903225 +40213201,2023,3,7,3.5714285714285716 +40213198,2014,5,46,2.6956521739130435 +40213299,2014,12,19,1.6842105263157894 +40213180,2017,8,27,2.2962962962962963 +40213306,2020,2,8,2 +40213296,2019,8,13,2 +19075601,1998,6,3,2.3333333333333335 +40213154,2011,9,30,2.3 +40213296,2016,12,10,2.2 +40213296,2014,11,12,2.9166666666666665 +40213260,2014,9,13,1.9230769230769231 +40213160,2021,2,28,2.5714285714285716 +19126352,2005,9,5,2.4 +1332419,2005,9,4,2.75 +1539411,2005,9,4,2.75 +40213198,2016,10,49,3.306122448979592 +40213299,2019,11,23,2.4782608695652173 +40213160,2017,11,34,2.588235294117647 +40213281,2017,11,40,2.55 +40213180,2020,3,26,3.1153846153846154 +40213180,2015,2,23,1.9565217391304348 +40213299,2018,5,24,2.4583333333333335 +40213299,2017,2,25,2.16 +40213216,2016,5,23,1.9130434782608696 +40213230,2017,7,12,3.5 +1332419,2002,7,6,1.6666666666666667 +40213180,2013,9,18,2.2222222222222223 +40213180,2018,6,29,1.9655172413793103 +40213154,1992,10,14,2 +40213251,2023,5,14,1.5714285714285714 +40213281,2022,8,39,1.6666666666666667 +40213306,2019,12,11,2.1818181818181817 +19018935,1987,5,3,3 +40213227,2019,3,69,2.1884057971014492 +19126352,2021,3,4,5 +19075601,2021,3,12,2.3333333333333335 +40213296,2014,3,24,3.4583333333333335 +19075601,2014,1,11,1.3636363636363635 +1332419,2014,1,6,1.5 +1332419,2004,3,4,2 +40213260,2016,11,10,2 +40213251,2016,2,19,2.1578947368421053 +1310034,2003,9,1,1 +40213227,2002,6,2,2.5 +40213260,2015,10,12,2.75 +40213306,2017,12,6,5.166666666666667 +40213198,2021,6,42,2.380952380952381 +1310034,2014,5,2,1 +40213216,2014,9,19,2.736842105263158 +40213251,2019,6,13,2.1538461538461537 +40213160,2014,9,32,2.5 +40213320,2023,2,33,2.4242424242424243 +40213320,2020,4,19,2.6315789473684212 +40220960,2016,12,4,1 +40243436,2021,1,2,1 +40213154,2012,4,21,1.6666666666666667 +40213183,2015,11,18,2.4444444444444446 +46275916,1979,12,1,1 +40213183,1971,5,1,2 +40213154,1978,12,2,2.5 +40213154,1972,11,3,1.6666666666666667 +40213154,1970,11,2,1.5 +40163554,1994,6,2,1.5 +19018935,1994,6,2,1.5 +19126352,2007,3,6,2.8333333333333335 +40213183,2014,7,14,2.0714285714285716 +40213216,2013,10,17,1.9411764705882353 +40213251,2018,4,19,2.210526315789474 +40213183,2018,4,19,2.210526315789474 +40213314,2014,7,26,3.3846153846153846 +40213154,1977,9,1,1 +40213154,1980,9,3,1.6666666666666667 +40213154,1975,8,5,1.2 +40213183,2022,12,20,1.9 +40213183,2023,3,15,2 +40213160,2023,3,30,2.1666666666666665 +40213198,2019,6,37,1.972972972972973 +40163554,2004,4,2,1.5 +40171902,2004,4,2,1.5 +40213154,1949,2,3,1 +40213154,1947,3,3,3 +40213154,1950,3,2,1 +40171902,1984,5,1,1 +1545959,2011,12,1,1 +40213227,2006,4,3,2.6666666666666665 +40213154,2007,5,13,2 +40213154,2005,4,12,1.75 +40220960,2022,2,6,1 +40213230,2021,10,8,1.75 +40213320,2021,10,23,1.7826086956521738 +40213281,2015,9,49,2.2653061224489797 +40163554,2017,1,2,1 +1539411,2014,4,4,2 +40213230,2014,8,7,2.7142857142857144 +40213180,2019,9,18,1.9444444444444444 +40213304,2019,9,37,2.27027027027027 +40213281,2020,6,49,2.489795918367347 +40213320,2015,12,19,2.6842105263157894 +40213320,2016,12,25,2.28 +40213299,2014,1,15,4 +40213251,2017,10,8,2 +40213281,2014,4,35,2.4571428571428573 +40213299,2015,3,18,3.7222222222222223 +19075601,2016,7,7,1.4285714285714286 +40213296,2021,10,13,1.9230769230769231 +1332419,2019,1,3,1.6666666666666667 +46275916,2013,1,1,1 +40213198,2012,12,2,2.5 +40213154,2010,12,24,2.0416666666666665 +40213260,2023,3,20,2.9 +19075601,2004,1,6,1.1666666666666667 +40213154,2001,12,20,2.7 +40213154,1999,11,10,3.4 +40213306,2015,12,15,2.2666666666666666 +40213180,2020,11,30,1.7666666666666666 +40213281,2020,10,49,2.816326530612245 +1539411,1991,3,15,1.8666666666666667 +40213154,1999,3,18,1.6666666666666667 +40213320,2014,10,24,2.5 +40213216,2022,3,16,2 +19133768,2002,7,4,1 +40213180,2017,9,31,2.129032258064516 +40213230,2018,5,8,1.625 +40213180,2014,5,22,2.090909090909091 +19126352,2006,2,5,1.4 +40213314,2023,2,19,3.1052631578947367 +40213201,2021,9,9,1.8888888888888888 +1332419,1994,11,21,2.2857142857142856 +1539411,1994,11,5,2.2 +40213306,2017,1,13,5.153846153846154 +40171902,2022,1,4,1.25 +40171902,2013,10,3,3.6666666666666665 +40213314,2020,6,26,2.230769230769231 +40213198,2020,6,39,2.4615384615384617 +1545959,2018,3,3,1 +40213201,2008,5,2,2 +40213216,2015,12,19,1.894736842105263 +1332419,2003,3,3,1.6666666666666667 +19075601,2017,12,13,1.3076923076923077 +40213230,2015,9,8,2.25 +40213304,2020,4,33,2.8484848484848486 +40213314,2021,5,30,2.2333333333333334 +40213216,2017,7,23,2.1739130434782608 +1310034,2010,4,2,1 +19075601,2000,7,3,1.6666666666666667 +40213154,2004,8,16,2 +40213320,2013,9,19,1.9473684210526316 +40171902,2018,2,2,1.5 +40213180,2018,10,28,2.0357142857142856 +40163554,2013,2,2,1.5 +40213154,1971,7,5,1.2 +40213154,1969,7,2,1 +40213154,1962,5,3,1.3333333333333333 +40213304,2014,5,25,3.48 +1332419,2011,9,6,1.5 +40213154,1972,3,4,2.75 +40213154,1970,3,4,1.25 +40213296,2017,4,21,2.761904761904762 +40213260,2013,7,21,2.0476190476190474 +40213296,2018,1,16,1.9375 +40213296,2016,1,11,2.3636363636363638 +40213314,2020,10,34,3.1176470588235294 +40213198,2020,10,51,2.7450980392156863 +1539411,2013,5,4,2.25 +40213227,2013,12,53,2.018867924528302 +40213306,2014,9,10,2.3 +40213306,2019,1,13,2 +19126352,1993,4,2,1.5 +40213154,1987,3,9,1.5555555555555556 +40213154,1986,3,7,1.4285714285714286 +40213304,2020,7,27,2.5185185185185186 +40213314,2016,12,27,2.5555555555555554 +40213296,2018,12,18,2.2222222222222223 +40213154,1981,2,4,1.25 +40213260,2019,3,16,1.8125 +40213251,2020,5,17,2.235294117647059 +40213260,2022,4,14,2.142857142857143 +40213260,2015,6,20,2.05 +40213314,2019,5,31,2.2580645161290325 +40213160,2019,5,47,2.0638297872340425 +40213154,1969,4,3,1 +40213304,2021,10,30,2.033333333333333 +40213304,2022,1,27,1.8888888888888888 +40213183,2022,1,17,2.176470588235294 +40213296,2019,9,17,2.2941176470588234 +40213230,2020,1,9,2.3333333333333335 +40213304,2019,8,24,1.75 +40213304,2018,11,24,2.125 +40213183,2020,2,21,2.5238095238095237 +40213299,2020,2,18,1.8888888888888888 +1332419,2010,5,2,1.5 +40213201,2019,7,11,1.9090909090909092 +1332419,2019,12,4,2.5 +19133768,2023,1,3,1 +40171902,2003,8,2,2 +19133768,1987,5,1,1 +40213216,2022,11,11,1.7272727272727273 +40213296,2015,2,12,1.6666666666666667 +40243436,2012,1,1,1 +19075601,1997,9,30,1.8666666666666667 +40213251,2021,4,20,3.1 +40213304,2016,7,22,2 +40213320,2020,7,32,1.84375 +19018935,2014,1,2,2 +40171902,2014,1,2,2 +1332419,2017,12,3,1.6666666666666667 +40213201,2018,8,19,2.526315789473684 +40213154,1996,10,7,1.7142857142857142 +19126352,1980,4,2,3 +40213154,1982,5,1,5 +1539411,2008,10,6,1.8333333333333333 +40213260,2019,11,10,4.5 +1310034,1999,8,1,1 +1539411,1995,9,1,2 +40213201,2000,2,1,5 +40171902,1990,8,1,2 +19126352,1960,12,2,3 +40213154,1992,6,7,2.142857142857143 +40213320,2015,1,24,2.9583333333333335 +1332419,1995,10,1,1 +40213154,2010,1,16,1.875 +40213296,2023,1,16,1.625 +19126352,2020,2,3,4.333333333333333 +19075601,2020,2,11,2 +40213154,2006,5,13,2 +40163554,2007,6,3,1.6666666666666667 +40213154,1963,8,1,2 +1539411,2009,6,3,1.3333333333333333 +40243436,2017,12,4,1 +40163554,1990,2,1,2 +40213180,2013,8,20,1.9 +40213216,2020,2,20,1.8 +40213160,2020,2,39,2.230769230769231 +40213183,2021,1,22,1.7727272727272727 +40213260,2017,11,11,1.8181818181818181 +40213260,2022,7,20,1.6 +40213296,2017,7,11,1.5454545454545454 +40213201,2015,12,8,1.875 +19075601,2007,5,9,1.6666666666666667 +1332419,1994,3,12,2 +1545959,2019,12,4,1 +40213227,1997,3,3,1.6666666666666667 +40213296,2021,6,13,2.1538461538461537 +40213230,2022,2,9,1.8888888888888888 +40220960,2018,5,7,1 +19126352,1933,6,1,2 +40213154,1958,4,2,1.5 +40213154,1965,5,3,1.6666666666666667 +40213201,2013,8,11,4.7272727272727275 +19126352,2004,6,7,2.142857142857143 +40213154,2001,1,17,2.588235294117647 +40213154,1997,12,14,2 +40213154,1995,12,17,1.7647058823529411 +40213154,1998,12,18,1.9444444444444444 +19075601,2021,11,10,1.8 +40220960,2021,2,4,1 +40171902,2021,11,3,1.6666666666666667 +40171902,2016,3,1,3 +19133768,2012,10,2,1 +40213201,2015,1,6,2 +40213260,2020,9,14,3.7142857142857144 +40213154,2012,7,19,2.1578947368421053 +1545959,2003,7,1,1 +19075601,2003,7,6,2.6666666666666665 +19133768,2003,7,1,1 +40213154,2003,5,16,1.875 +40213281,2019,2,38,2 +40213201,2020,6,3,1.6666666666666667 +40213320,2016,1,24,2.5833333333333335 +1539411,2019,10,5,2.2 +40163554,2006,1,2,1.5 +1539411,2002,12,2,2 +19126352,2009,12,1,2 +40213306,2021,1,3,2.6666666666666665 +40213183,2019,8,20,2.25 +1545959,1996,12,2,1 +40213314,1994,5,1,2 +40213160,1994,7,1,2 +1332419,2020,12,2,1.5 +40243436,1963,6,1,1 +40213154,1959,11,1,1 +40213154,1955,10,2,3 +40213251,2022,2,12,2 +40213296,2020,3,15,1.9333333333333333 +40213251,2021,7,16,3.375 +19126352,1984,3,1,1 +40213230,2019,10,11,1.7272727272727273 +40213306,2018,9,8,3 +40163554,2002,6,3,1.6666666666666667 +19018935,2002,6,3,1.6666666666666667 +40171902,2002,6,3,1.6666666666666667 +40171902,2003,9,2,2 +40213260,2021,2,16,2.125 +19075601,2006,11,2,2 +1545959,2010,8,2,1 +19075601,2000,4,2,1 +1332419,1998,3,3,2.3333333333333335 +40213154,1996,6,11,2.090909090909091 +40213154,1993,5,9,3.7777777777777777 +40213154,1991,5,14,5.214285714285714 +19133768,2014,4,2,1 +40220960,2016,1,4,1 +19126352,2019,7,6,1.5 +19075601,2017,1,9,2.111111111111111 +40213260,2014,8,14,2.5714285714285716 +40213306,2021,12,11,1.9090909090909092 +46275916,2005,8,2,1 +19126352,1996,11,5,1.6 +40163554,2009,1,5,1.8 +40163554,2003,6,3,2.6666666666666665 +46275916,2012,7,1,1 +19018935,2022,5,7,1.7142857142857142 +19126352,2013,6,6,1.3333333333333333 +19133768,2013,6,2,1 +19075601,2013,6,9,1.4444444444444444 +40220960,2009,12,2,1 +40213201,2001,10,1,2 +40213180,2019,8,20,2.4 +40213154,2000,5,13,2 +40213154,1994,4,6,1.6666666666666667 +19126352,1971,4,1,3 +40213154,1971,4,4,1.5 +1332419,2016,9,2,2.5 +40213154,1957,4,1,1 +1539411,2018,12,6,1.6666666666666667 +40163554,2012,2,1,2 +40220960,2015,10,7,1 +46275916,2021,7,3,1 +19075601,2005,5,3,1.6666666666666667 +40213296,2022,10,14,2 +40163554,2022,9,2,1.5 +19018935,2015,11,3,3.6666666666666665 +40213154,1986,11,4,8.5 +40163554,2004,7,3,4.333333333333333 +40171902,2004,7,3,4.333333333333333 +40163554,1997,5,3,1.6666666666666667 +19018935,1997,5,3,1.6666666666666667 +40213216,2014,8,10,5.9 +40213160,2014,8,21,3.6666666666666665 +19133768,2021,4,2,1 +40220960,2020,5,4,1 +19126352,2021,11,6,2 +40171902,1991,3,1,2 +40163554,2008,8,2,1.5 +40213201,2021,8,7,1.5714285714285714 +1539411,1991,11,11,1.8181818181818181 +40171902,2009,4,4,1.75 +40213227,1996,1,3,1.6666666666666667 +40213154,1987,11,7,2.142857142857143 +19133768,1990,8,1,1 +19075601,2016,4,10,1.2 +40243436,2006,5,1,1 +1310034,1996,10,1,1 +19126352,1988,11,2,2 +1310034,2004,11,1,1 +19133768,2007,7,2,1 +19126352,1976,10,3,1 +40213154,1977,8,6,1.6666666666666667 +19126352,2022,3,7,2.7142857142857144 +1539411,2022,3,5,3.4 +19018935,1984,11,1,3 +40163554,2011,6,2,2.5 +40220960,2010,9,2,1 +40220960,2011,2,1,1 +40163554,2014,11,3,1.6666666666666667 +40213180,2021,2,22,2.6363636363636362 +1539411,2010,9,3,2 +40213281,2015,8,48,2.5833333333333335 +40220960,1996,6,1,1 +40213299,2022,2,14,1.9285714285714286 +19018935,2003,2,4,1.5 +19126352,2015,11,4,4.25 +1539411,2001,6,3,3.3333333333333335 +40220960,2019,10,6,1 +1545959,2005,2,1,1 +40213154,2004,9,12,1.6666666666666667 +1332419,2012,2,2,6 +19133768,1989,8,1,1 +40243436,1990,9,1,1 +40213154,1983,10,5,2 +19126352,1988,3,3,1 +19075601,2010,3,7,1.5714285714285714 +19018935,2013,12,3,2 +40163554,2021,1,3,2 +40163554,2021,12,3,1.3333333333333333 +19133768,1994,12,3,1 +1332419,2008,3,3,1.6666666666666667 +19018935,2006,4,4,2 +19075601,1998,10,5,1.6 +40213230,2019,6,10,1.6 +40213230,2020,12,8,1.75 +40171902,2007,12,4,1.75 +40213230,2014,9,8,1.75 +40171902,2022,12,4,1.75 +40213201,2022,2,7,4.428571428571429 +40163554,2016,1,4,2.25 +40213230,2017,4,6,2.5 +1332419,2009,9,3,1.6666666666666667 +19018935,1992,9,2,1 +40220960,2015,6,5,1 +40213227,2006,7,2,2 +40213154,2011,8,13,2.4615384615384617 +19133768,2022,4,3,1 +19018935,1989,6,1,3 +46275916,2013,12,2,1.5 +19126352,1993,7,4,1 +19126352,1968,12,1,1 +40163554,2010,9,3,2 +19126352,2010,7,5,1.4 +1545959,2021,9,3,1 +19126352,2015,3,7,2 +19075601,2001,5,6,2.1666666666666665 +40163554,2011,10,3,1.3333333333333333 +1539411,2015,6,2,2.5 +19018935,2014,12,4,2.5 +40171902,2014,12,4,2.5 +40213320,2013,8,17,1.8823529411764706 +19075601,1999,3,3,2.3333333333333335 +46275916,2020,7,3,1 +1332419,2002,4,3,2 +19075601,2003,4,3,3.6666666666666665 +19126352,1994,4,3,1.3333333333333333 +19018935,2021,5,4,1.75 +40163554,2018,8,7,4.428571428571429 +19075601,2011,5,7,1.1428571428571428 +40243436,2020,1,1,1 +19126352,2018,7,6,1.1666666666666667 +19075601,2018,2,9,2.111111111111111 +1332419,2004,11,2,4 +40213201,2017,12,6,1.5 +40213227,1998,6,1,1 +19075601,2010,11,5,2.6 +19133768,2019,5,2,1 +1539411,2019,6,1,2 +40213201,2016,9,5,1.2 +19126352,1983,6,2,1 +46275916,2017,6,1,1 +40213216,2021,3,16,2.6875 +19075601,2008,1,3,1 +40213201,2007,1,2,1.5 +40213227,2012,1,4,1.75 +19126352,2005,8,5,1.2 +40213201,2014,5,8,1.875 +19126352,2009,1,2,2 +19018935,1990,6,2,2 +40213201,2018,9,5,1.8 +19126352,1997,9,4,1 +40213230,2013,7,4,2.25 +40163554,2006,12,2,1.5 +1332419,2003,11,4,1.5 +40213216,2018,2,14,1.7142857142857142 +40213281,2011,2,1,1 +40163554,2009,12,3,3.6666666666666665 +40213201,2017,1,10,1.7 +1332419,2022,5,4,1.25 +1310034,1997,2,1,1 +40243436,1997,2,1,1 +40171902,2015,1,2,2 +19126352,1957,11,2,1 +40163554,2023,6,2,2 +19133768,2009,5,1,1 +1539411,2007,1,3,2.3333333333333335 +19075601,2009,5,3,1.3333333333333333 +1545959,2020,1,3,1.3333333333333333 +40213201,2013,9,10,1.6 +19018935,2008,7,2,2 +1332419,2005,8,3,1.3333333333333333 +1539411,2005,8,3,1.3333333333333333 +1539411,2018,1,6,2.5 +40213201,2020,10,10,2.3 +19018935,2010,2,3,1.6666666666666667 +40163554,1998,2,3,1.3333333333333333 +19126352,2018,4,4,4.75 +1332419,2011,8,3,1.3333333333333333 +1545959,2015,2,1,1 +1332419,2018,6,4,1.5 +40243436,2018,10,1,1 +1310034,2018,10,1,1 +19126352,2017,7,4,2.5 +19126352,1976,6,1,1 +40220960,2012,12,1,1 +40171902,2006,10,2,1.5 +19126352,1969,5,1,2 +19133768,1986,5,1,1 +40213154,1984,9,4,1.75 +1539411,2020,5,4,2.5 +19075601,2014,12,5,3.2 +1332419,1995,6,4,4.5 +40213160,1959,9,1,3 +40213154,1964,12,1,3 +40163554,1987,11,1,1 +1539411,2017,5,2,1 +19126352,2012,3,5,1.6 +19075601,2012,3,6,1.5 +40213227,1999,7,1,1 +40163554,2017,12,2,2 +1332419,2021,8,4,1.25 +40163554,1977,5,2,4 +40171902,2020,5,3,3.6666666666666665 +40213227,2011,3,1,1 +40220960,1999,10,1,1 +40171902,2010,4,2,1 +1539411,2012,5,4,2 +1539411,1992,6,4,2.75 +40243436,2015,9,1,1 +40213154,1948,1,2,3.5 +40171902,2011,1,6,1.5 +19133768,1991,10,1,1 +19075601,2004,12,4,2.25 +1539411,2004,7,4,2 +1539411,2001,10,2,2.5 +40213227,2010,12,3,2 +40243436,2019,2,1,1 +19126352,1979,11,1,1 +19018935,1993,6,1,6 +19126352,2023,3,2,5.5 +1539411,2023,3,2,5.5 +19126352,1990,1,2,2.5 +40213227,1992,2,2,3.5 +19126352,2001,2,4,1.5 +1332419,2001,2,3,1.6666666666666667 +19133768,2012,6,1,1 +1332419,2006,3,2,2 +1539411,2006,3,2,2 +19075601,2006,3,2,2 +40243436,1995,7,1,1 +40171902,1981,5,2,1.5 +1332419,2016,8,3,2.3333333333333335 +19126352,2002,5,6,2 +19126352,2013,10,5,2.6 +19075601,2013,10,6,2.3333333333333335 +19133768,2013,10,1,1 +1545959,2021,8,3,1 +40163554,2005,3,3,2.6666666666666665 +19018935,2012,5,2,2 +40213227,2012,12,1,2 +40171902,2021,3,3,2 +19018935,2015,3,6,6.5 +40163554,2019,3,2,1.5 +1545959,2018,11,2,1 +1332419,2015,8,4,2 +1332419,2020,1,2,2 +19018935,1995,12,3,1.6666666666666667 +19133768,2002,4,1,1 +19018935,2005,6,1,25 +40171902,2005,6,1,25 +40213306,2010,7,1,1 +19018935,2006,7,2,1 +19126352,1999,8,4,1.5 +40243436,2022,12,1,1 +19126352,1994,7,2,1 +19126352,2022,11,4,3 +1539411,2022,11,2,4.5 +19133768,1996,7,1,1 +40163554,2022,8,4,2 +40171902,2009,7,2,3 +19133768,1988,7,1,1 +40213154,1979,1,2,4 +19126352,1980,7,2,1 +19133768,2006,2,2,1 +19018935,2004,10,2,3.5 +1539411,2003,10,4,1.5 +19126352,1974,7,1,1 +40213154,1973,1,2,1 +40213154,1967,12,3,1.3333333333333333 +19126352,2007,11,5,4.4 +40213296,2001,11,1,2 +19133768,2000,10,1,1 +40163554,2015,10,2,1.5 +19126352,1995,5,2,1.5 +1310034,1996,6,1,1 +40163554,1989,5,1,2 +1539411,2016,5,3,1.6666666666666667 +46275916,2006,1,1,1 +40171902,1992,1,1,2 +19133768,2015,8,3,1 +46275916,2008,2,1,1 +40163554,2018,9,1,1 +19018935,2018,7,2,2 +40171902,2013,6,2,1.5 +40163554,2016,12,1,2 +19075601,1999,11,4,1.5 +40213154,1958,7,2,3.5 +40213154,1957,7,1,5 +40213154,1955,6,3,3.3333333333333335 +40213227,1997,11,3,7 +40171902,1986,5,1,1 +40213227,1994,5,2,2 +46275916,2023,2,1,1 +40213154,1978,1,1,1 +1545959,2002,5,1,1 +19126352,2019,4,5,1.6 +40220960,1992,6,1,1 +40213227,1996,12,5,2.4 +1539411,1993,2,1,1 +40213201,1991,1,1,2 +1539411,1996,6,4,1.75 +40171902,2023,5,3,1.6666666666666667 +19075601,2012,11,5,5.8 +1332419,1999,10,3,11.666666666666666 +40213154,1968,5,3,2.6666666666666665 +40213306,2014,8,6,1.3333333333333333 +40171902,2012,11,2,1.5 +1545959,2017,2,1,1 +40163554,2015,6,2,2 +19018935,1993,10,2,2 +1332419,2006,11,1,3 +1539411,2006,11,1,3 +19133768,2000,6,1,1 +40243436,2017,1,2,1 +19126352,1984,11,1,1 +40213154,1990,2,3,3 +40213154,1989,2,2,2.5 +1545959,2012,1,2,1 +1545959,2020,12,2,1 +19126352,2017,4,1,2 +19133768,1983,9,1,1 +40213154,1974,2,4,1.25 +19126352,1946,11,1,2 +19126352,1989,5,2,1.5 +40243436,1998,7,1,1 +40213201,2016,8,9,2 +40213154,1973,12,2,2 +1332419,2009,8,2,1.5 +40163554,2014,3,1,1 +40220960,2017,2,1,1 +19133768,2018,8,2,1 +1539411,2007,12,2,1.5 +46275916,2004,10,1,1 +1545959,1997,9,2,1 +19018935,2018,4,4,1.25 +40213227,1993,12,1,2 +19018935,2009,3,4,1.75 +19133768,2022,7,2,1 +19018935,1999,4,1,2 +40220960,2008,10,1,1 +1545959,2004,8,2,1 +40213227,2005,10,3,1.6666666666666667 +1332419,2018,10,5,1.4 +40213154,1966,3,2,1.5 +40243436,1967,4,1,1 +1310034,1967,4,1,1 +19018935,1992,8,2,1.5 +40243436,2012,12,2,1 +40171902,2010,7,1,1 +40213227,2005,6,2,1.5 +1539411,2009,10,2,1 +40171902,2008,10,2,2 +19126352,1958,6,1,3 +40213154,1984,8,2,2 +40171902,2006,6,1,2 +19018935,1986,11,1,1 +40243436,2013,10,2,1 +1332419,1998,11,1,2 +40220960,2006,6,2,1 +40171902,2001,2,1,2 +40171902,2011,12,2,1 +1545959,2014,5,2,1 +1539411,1996,10,2,1 +40220960,1999,6,1,1 +19126352,1981,8,2,1.5 +19133768,2008,9,1,1 +1539411,2010,8,3,1.6666666666666667 +40171902,1999,9,1,1 +19018935,2004,6,1,2 +19133768,2011,6,1,1 +19133768,2010,6,2,1 +40163554,2008,9,2,1.5 +40243436,2020,12,2,1 +40171902,2015,12,1,1 +19018935,1999,7,2,3 +40213201,2002,10,1,1 +40213227,2011,11,1,3 +1332419,1999,6,2,8 +19133768,2021,7,2,1 +19133768,2001,10,1,1 +40163554,2019,11,2,1 +19133768,2010,10,1,1 +19126352,2004,10,2,1 +1545959,2000,11,2,1 +40243436,2021,12,2,1 +19126352,1990,12,3,1.3333333333333333 +40213201,1991,12,1,2 +1310034,2021,11,1,1 +19018935,1984,3,1,1 +40163554,1985,6,1,2 +19018935,1985,6,1,2 +40220960,2008,6,1,1 +1332419,2014,12,2,1.5 +40213154,1979,12,2,2 +19126352,2012,11,4,7 +19126352,1972,9,1,1 +40163554,2007,10,2,2.5 +1539411,1997,5,1,1 +46275916,2019,9,1,1 +40171902,2008,6,1,1 +40243436,2018,6,1,1 +1310034,2018,6,1,1 +1545959,2001,5,2,1 +40213227,2007,4,1,2 +1545959,2019,1,1,1 +40213154,1954,4,2,1 +1310034,2012,11,1,1 +1539411,1999,8,3,1.6666666666666667 +1332419,2008,11,2,1.5 +40213227,1998,10,1,2 +40220960,2010,8,1,1 +40213227,2000,4,1,2 +19018935,2017,4,3,2 +1545959,2016,10,3,1 +19126352,2010,4,1,2 +19018935,2011,5,1,2 +40213227,1993,1,1,1 +40213154,1960,2,1,2 +19133768,2018,9,1,2 +40213304,2002,3,2,1 +40213304,2001,8,1,1 +40213281,2001,10,1,1 +19126352,1970,7,1,1 +1310034,2016,12,1,1 +46275916,2016,12,1,1 +19018935,1991,1,1,1 +40213201,1995,4,1,2 +40213154,1964,1,2,2 +1310034,1988,5,1,1 +40213306,1991,5,1,5 +1310034,1992,5,1,1 +46275916,1992,5,1,1 +40213260,2012,1,1,2 +40213154,1983,6,1,3 +1539411,1992,10,1,2 +1545959,2010,9,2,1 +40213320,2007,9,1,2 +40220960,1996,10,1,1 +40243436,2015,8,1,1 +19126352,1987,3,1,1 +46275916,2022,2,1,1 +40220960,2002,7,1,1 +40213201,2002,6,1,2 +19018935,1989,10,1,1 +19018935,2005,10,1,1 +40171902,2005,10,1,1 +19133768,1998,10,1,1 +40171902,1982,8,1,2 +19126352,1961,8,1,2 +46275916,1986,6,1,1 +40163554,1984,10,1,1 +1539411,2003,6,1,2 +1332419,1997,2,1,2 +1310034,1990,6,1,1 +1332419,2017,1,1,11 +40213296,2002,7,1,2 +40220960,2019,6,2,1 +40213154,1967,1,1,2 +19075601,2008,12,1,2 +40213227,2013,1,1,2 +40213251,2007,3,1,1 +40213183,2007,3,1,1 +40213299,2004,8,1,1 +40213314,2002,7,1,1 +40213160,2002,12,1,1 +19133768,2015,9,1,1 +40213154,1975,9,1,1 +46275916,1960,4,1,1 +19126352,1941,3,1,3 +19018935,1981,12,1,1 +40220960,2014,2,1,1 +1545959,1998,1,1,1 +40213201,1993,3,1,1 +40213201,1992,11,1,2 +40213160,1965,9,1,1 +40213160,1970,3,1,1 +19126352,1943,3,1,6 +40243436,2008,12,1,1 +19126352,1954,12,1,2 +1539411,2008,6,1,3 +40213201,2011,9,1,2 +40163554,2003,10,1,2 +40213180,2012,10,1,2 +40213154,1966,11,1,2 +1539411,1995,8,1,2 +40213154,1951,2,1,1 +1332419,2021,9,1,1 +40213260,2020,4,15,1.9333333333333333 +40213154,2015,10,658,2.360182370820669 +40213154,2020,12,636,2.3710691823899372 +40213304,2019,4,17,2 +40213314,2018,11,23,2.0869565217391304 +40213154,2019,9,666,2.304804804804805 +40213251,2015,2,16,1.9375 +40163554,2020,10,4,1.75 +40213230,2016,5,11,1.8181818181818181 +40213180,2016,5,34,2.088235294117647 +40213154,2022,6,626,2.2044728434504792 +1332419,2000,5,1,4 +40213154,2014,1,643,2.4339035769828925 +40213154,2022,10,664,2.128012048192771 +1332419,2017,11,4,1.75 +19075601,2017,11,11,1.6363636363636365 +40213154,2013,10,656,2.3673780487804876 +19075601,2000,9,2,1 +40163554,2009,11,2,1.5 +19075601,2008,11,8,1.25 +1545959,2008,8,2,1 +40213154,2014,12,578,2.2975778546712804 +40213154,2010,11,17,2.176470588235294 +40213306,2018,7,7,1.7142857142857142 +40213154,2013,6,245,2.4326530612244897 +40213154,2015,6,612,2.2941176470588234 +40213320,2023,5,25,1.88 +40213306,2020,5,11,1.7272727272727273 +40213227,2020,5,62,1.903225806451613 +40213154,2020,1,650,2.207692307692308 +40213216,2017,8,14,2.7857142857142856 +40213304,2018,1,30,1.9 +40213304,2017,6,24,3.2916666666666665 +40213281,2018,10,43,1.9767441860465116 +40213281,2022,4,40,2.125 +40213227,2015,11,65,2.0615384615384613 +40213260,2014,7,17,1.6470588235294117 +40213154,2019,8,659,2.4764795144157814 +40213183,2021,3,17,2.176470588235294 +40213260,2022,8,18,2.1666666666666665 +40213314,2013,6,12,1.75 +40213160,2017,12,33,2.1515151515151514 +40213281,2013,6,17,1.8823529411764706 +40213281,2017,12,39,2.076923076923077 +40213299,2014,3,24,2.9583333333333335 +40213304,2016,9,27,3.4444444444444446 +40213251,2021,9,23,3.5217391304347827 +40213314,2017,3,36,2.8055555555555554 +40213160,2017,1,40,3.25 +40213281,2017,1,54,3.0925925925925926 +40213216,2021,12,14,1.9285714285714286 +40213304,2022,3,28,1.6785714285714286 +40213281,2021,10,55,2.327272727272727 +19018935,2022,2,8,2.5 +19126352,1986,5,2,1.5 +19075601,1997,7,31,2.4838709677419355 +40213227,1999,8,3,1.3333333333333333 +40213216,2015,3,23,2.347826086956522 +40213183,2015,12,23,2.0869565217391304 +40213299,2015,12,20,2.05 +40213304,2015,6,27,2.5925925925925926 +40213296,2020,1,14,2.2142857142857144 +19133768,2005,10,1,1 +40213260,2017,1,25,1.64 +40213183,2014,8,17,1.588235294117647 +40213314,2014,8,22,3.5454545454545454 +40213304,2014,2,28,2.9642857142857144 +40213198,2014,2,45,2.1555555555555554 +40213227,2017,2,67,3.014925373134328 +40213227,2014,10,75,2.1866666666666665 +40213201,2017,3,16,1.5 +40213201,2016,7,16,1.6875 +40213227,2022,6,70,2.3714285714285714 +40213299,2014,11,20,2.35 +19126352,1974,9,1,4 +1332419,1994,1,12,2 +1539411,1991,12,19,2.210526315789474 +40213154,2000,2,11,2.6363636363636362 +40213320,2020,8,13,1.8461538461538463 +40213227,2023,4,58,2.8793103448275863 +40213183,2016,1,23,2.347826086956522 +40213281,2015,7,50,3.12 +40213281,2015,4,43,2.558139534883721 +40213314,2022,7,30,2.2333333333333334 +40213160,2022,9,32,1.65625 +40213281,2022,7,49,2.061224489795918 +40213227,2016,11,64,1.984375 +40213314,2018,3,33,1.606060606060606 +40213281,2018,6,49,2.0408163265306123 +40213320,2022,6,18,2.0555555555555554 +40213180,2019,7,25,2.36 +40213304,2017,10,31,1.7419354838709677 +40213180,2021,5,30,1.9666666666666666 +40213227,2021,5,67,2.4477611940298507 +40213227,2014,6,63,2.492063492063492 +40213306,2023,3,8,1.625 +40213180,2023,3,25,2.56 +40213260,2019,1,11,2.272727272727273 +1539411,2018,11,7,1.8571428571428572 +40213306,2014,7,8,1.875 +40213296,2023,3,15,2.2 +40213320,2016,11,25,1.84 +40213320,2015,11,24,3.125 +40213180,2020,12,23,2 +40213227,2018,5,67,2.1492537313432836 +40213296,2003,6,1,1 +40213227,2004,6,1,1 +40213281,2013,10,37,1.972972972972973 +40213216,2018,5,22,1.5 +40213183,2023,1,20,1.7 +40213183,2019,4,17,3.6470588235294117 +40213160,2023,1,33,2.0606060606060606 +40213260,2020,7,15,2.066666666666667 +40213160,2016,6,30,2.566666666666667 +40213281,2016,6,39,2.5384615384615383 +40213227,2016,3,71,3.323943661971831 +1539411,2014,8,2,1.5 +40213201,2019,9,10,3.3 +40213198,2018,9,42,2.261904761904762 +40213296,2013,10,20,2.2 +40213227,2022,10,60,1.7833333333333334 +40213281,2014,8,33,3.1818181818181817 +40213260,2019,12,12,4.25 +40213227,2019,12,68,2.6029411764705883 +40213320,2013,7,27,2.111111111111111 +40213320,2017,6,26,1.7692307692307692 +19018935,2016,6,3,1.3333333333333333 +19075601,2015,10,11,1.5454545454545454 +19126352,1998,6,2,3 +40213154,2012,9,30,2.2666666666666666 +40213183,2021,11,23,2.5217391304347827 +40213304,2020,9,28,2.4642857142857144 +40213314,2021,2,22,2.9545454545454546 +40213160,2021,5,35,2.5714285714285716 +40213216,2015,11,28,2.4642857142857144 +40213299,2016,10,22,3.8181818181818183 +40213216,2017,9,18,2.8333333333333335 +40213251,2022,5,15,2.6666666666666665 +40213251,2018,8,18,2.9444444444444446 +40213183,2018,8,18,2.9444444444444446 +40213314,2017,11,24,3.0833333333333335 +40213198,2018,8,47,2.297872340425532 +19075601,2022,10,12,1.1666666666666667 +40220960,2021,5,7,1 +40213183,2017,2,22,2.8181818181818183 +40213304,2016,8,26,1.9615384615384615 +40213314,2016,3,32,2.21875 +40213180,2017,7,32,2.8125 +40213320,2018,10,22,1.8181818181818181 +40213320,2017,10,29,1.8620689655172413 +40213320,2019,6,25,1.72 +40213320,2018,6,29,1.8275862068965518 +40213201,2013,7,6,1.8333333333333333 +40213154,1998,11,10,3.2 +40213306,2019,11,5,4.6 +40213306,2017,11,8,3.875 +40213306,2022,6,15,1.9333333333333333 +40213180,2022,6,26,1.7307692307692308 +40220960,2000,12,1,1 +40213201,1995,8,2,2 +40213227,2000,9,5,1.6 +40213154,1994,8,9,3.2222222222222223 +40213183,2018,9,9,2.2222222222222223 +40213251,2018,9,9,2.2222222222222223 +40213251,2014,6,22,2.1363636363636362 +40213281,2014,9,43,2.5348837209302326 +40213260,2018,6,22,1.6363636363636365 +40213304,2022,11,25,2.6 +40213314,2023,5,25,2.72 +40213160,2022,8,33,1.7272727272727273 +40213198,2022,6,42,1.7857142857142858 +40213201,2014,2,8,2.25 +40213320,2016,3,27,2 +40213320,2015,3,26,2.6538461538461537 +40213201,2018,4,11,4.454545454545454 +40213227,2015,3,84,1.9166666666666667 +40213296,2016,3,24,2.5833333333333335 +40213306,2021,3,9,1.8888888888888888 +40213299,2019,12,15,1.9333333333333333 +19075601,2004,3,6,1.6666666666666667 +40243436,2015,4,1,1 +40213227,2013,11,45,2.1555555555555554 +19075601,2022,6,13,1.5384615384615385 +40213260,2014,4,21,1.5714285714285714 +40213183,2022,3,17,2.8823529411764706 +40213281,2021,6,37,2.2162162162162162 +40213230,2014,4,10,2 +40213314,2014,9,29,2.3793103448275863 +40213227,2012,11,2,1.5 +40213306,2014,4,3,2.3333333333333335 +40213180,2019,4,17,2.764705882352941 +40213227,2019,1,80,2.2125 +1310034,2021,1,2,1 +40213154,2011,4,17,1.7058823529411764 +40213160,2016,10,31,2.4838709677419355 +40213281,2016,10,37,2.5945945945945947 +40213260,2022,9,20,3.2 +40213296,2016,11,16,1.875 +40213154,1986,12,9,1.6666666666666667 +40213154,1973,11,3,1.6666666666666667 +1310034,2015,12,2,1 +46275916,2015,12,2,1 +19126352,1997,7,5,1.8 +40213154,1999,1,16,4.0625 +40213154,2003,2,16,2.375 +40213304,2020,8,27,2.7777777777777777 +40213296,2019,7,16,1.9375 +40213304,2015,10,23,1.826086956521739 +40213314,2015,5,21,2.619047619047619 +40213198,2015,5,36,2.4166666666666665 +40213201,2015,3,9,1.5555555555555556 +40213314,2013,10,30,1.7333333333333334 +40213304,2018,12,27,1.8888888888888888 +40213201,2023,1,12,2.3333333333333335 +40213296,2017,8,15,1.8 +40213180,2015,5,24,1.875 +19126352,1987,1,3,2 +1539411,1991,1,10,2 +40213154,2004,4,15,1.7333333333333334 +40213154,2002,4,17,1.8823529411764706 +40213320,2022,10,29,3.0344827586206895 +40213160,2015,9,42,2.2142857142857144 +19126352,2019,8,4,2.25 +40171902,2007,3,1,2 +40213299,2015,1,22,1.7727272727272727 +40213183,2013,10,21,1.8095238095238095 +40213299,2021,6,21,2.1904761904761907 +40213216,2019,6,19,2.210526315789474 +40213201,2016,4,8,2 +1332419,2016,7,2,1.5 +40213201,2009,6,1,1 +40213154,2009,6,12,2.25 +19018935,2019,10,4,2 +40171902,2019,10,4,2 +40213227,1996,11,4,1.75 +40213154,1997,11,12,2.9166666666666665 +40213154,1995,11,14,1.8571428571428572 +40213160,2014,4,30,2.5 +40213251,2014,10,15,1.6666666666666667 +40213216,2019,10,12,1.5 +40213299,2021,10,18,1.7777777777777777 +1310034,2016,3,3,1 +46275916,2016,3,3,1 +40213183,2014,9,17,1.8235294117647058 +40213299,2016,6,16,2.25 +19126352,1991,6,3,3.6666666666666665 +40213183,2019,7,18,2.0555555555555554 +19075601,1999,12,7,1.4285714285714286 +19133768,1999,12,3,1 +40213227,1994,2,3,1.6666666666666667 +40213154,1998,3,18,1.8333333333333333 +40213154,1993,2,9,2.6666666666666665 +40213154,1997,3,14,2.2142857142857144 +40213154,1991,2,4,2.75 +40213216,2022,1,19,2.0526315789473686 +40213230,2017,9,13,2.076923076923077 +40213320,2019,10,22,1.7272727272727273 +40213180,2022,10,34,2.823529411764706 +40220960,2023,4,10,1 +19018935,2013,11,2,2 +1539411,2004,9,2,1.5 +40213216,2022,12,13,2.230769230769231 +40213230,2023,4,5,6.4 +19126352,2019,9,4,1.25 +40213154,1988,10,7,1.8571428571428572 +40213201,2017,11,9,4.333333333333333 +19126352,2014,6,4,1.75 +40213198,2010,5,1,2 +40213216,2016,2,16,1.75 +40213299,2018,2,18,1.4444444444444444 +40213314,2016,11,18,1.7777777777777777 +40213154,2005,8,15,2.066666666666667 +19018935,2020,12,5,2.6 +40213260,2018,10,10,3.4 +40213180,2017,4,27,2.3333333333333335 +40213260,2016,1,17,1.9411764705882353 +1332419,2023,4,4,2.25 +19075601,2023,6,4,1.75 +19126352,1972,4,2,2 +19126352,1959,5,1,1 +40213154,1975,4,4,1.25 +40213154,1968,2,3,1.6666666666666667 +40213154,1973,3,3,1.3333333333333333 +19075601,2016,9,9,1.3333333333333333 +40171902,2022,3,4,1.5 +19126352,2011,10,3,1.3333333333333333 +1539411,2011,10,2,1.5 +40213304,2019,7,23,1.7826086956521738 +19126352,2021,1,7,1.7142857142857142 +19075601,2021,1,11,1.5454545454545454 +40171902,1983,7,2,1 +40213251,2021,8,17,2.764705882352941 +40213201,2021,4,11,6.363636363636363 +40213251,1984,3,1,1 +40213154,1982,2,3,1 +40213183,2020,5,17,2.235294117647059 +40213160,2020,5,40,2.1 +19075601,2014,11,10,2.1 +1332419,2014,11,4,2.5 +40213281,2019,5,58,1.9137931034482758 +40213296,2018,3,15,2.2 +40213216,2021,1,22,2.4545454545454546 +40243436,1973,6,1,1 +40213314,2022,4,31,1.8064516129032258 +40213304,2023,4,23,1.9130434782608696 +40213299,2023,4,17,2.235294117647059 +40213296,2018,11,23,2.782608695652174 +40213180,2020,1,26,2.269230769230769 +40213251,2020,2,21,2.5238095238095237 +40213198,2022,10,45,2.422222222222222 +40163554,1993,7,1,1 +40171902,1993,7,1,1 +19126352,2009,11,2,3.5 +19126352,2018,9,10,2 +19126352,2023,1,9,2.3333333333333335 +40213154,1979,3,6,2 +40213154,1978,3,4,2.25 +40213154,1984,4,7,6 +19126352,2014,10,6,1.6666666666666667 +19126352,2015,1,5,2.4 +40213296,2017,9,15,2.066666666666667 +1310034,2012,1,1,1 +40213251,2016,5,19,2.4210526315789473 +40213154,2010,3,25,2.64 +40213154,2007,2,21,2.6666666666666665 +40213154,2006,2,24,2.8333333333333335 +40163554,2017,11,3,4.333333333333333 +40163554,2014,1,2,2 +19126352,2005,4,8,1.25 +40213154,2001,11,6,1.8333333333333333 +19126352,2017,8,7,1.2857142857142858 +19133768,2017,8,4,1 +19126352,1982,10,3,2 +40213154,1980,4,5,2.6 +40213154,1974,5,4,2.75 +19126352,2008,10,8,1.625 +46275916,1999,8,1,1 +40213154,1994,9,9,1.4444444444444444 +46275916,1997,8,1,1 +40213296,2014,1,11,2.5454545454545454 +40213260,2023,1,8,1.875 +40213227,2011,1,3,1.6666666666666667 +40213296,2020,12,13,2 +1539411,2020,2,2,1 +1332419,2022,2,5,2.4 +19075601,2005,2,10,1.8 +40213230,2020,3,9,5.555555555555555 +19018935,2007,6,3,1.6666666666666667 +19126352,1970,9,1,2 +40213154,1969,8,3,2.6666666666666665 +40213281,2023,6,18,1.7222222222222223 +40213154,1995,3,10,2.4 +19018935,2017,8,4,2.25 +40171902,2009,9,4,2 +40213306,2016,2,4,2.25 +19126352,1971,9,3,1.6666666666666667 +40213154,1976,10,2,1.5 +1332419,2006,12,4,1.75 +1539411,2006,12,4,1.75 +19075601,2006,12,7,1.4285714285714286 +40213230,2017,8,6,2.5 +40213296,2015,5,18,1.3888888888888888 +1310034,2007,1,1,1 +19018935,1995,3,1,2 +40243436,2007,1,1,1 +19126352,1997,4,1,4 +19075601,1997,4,24,2.1666666666666665 +19075601,2018,5,11,1.5454545454545454 +40213154,1960,5,1,2 +19018935,1992,7,1,3 +40213251,2023,2,13,2.3846153846153846 +19126352,2007,1,6,1.6666666666666667 +40213154,1971,8,1,5 +40213201,1994,12,3,1.6666666666666667 +40213154,1999,12,17,1.8823529411764706 +40213320,2020,9,23,1.6521739130434783 +40163554,2021,11,3,1.6666666666666667 +40213183,2016,12,17,2 +40163554,2016,3,1,3 +40213154,2004,7,9,1.7777777777777777 +40213180,2013,7,26,2.8461538461538463 +40163554,2004,8,3,2.6666666666666665 +40171902,2004,8,3,2.6666666666666665 +19075601,2019,10,17,1.411764705882353 +40213154,2011,7,19,1.8421052631578947 +40213320,2008,3,1,1 +40213281,2002,2,1,1 +1545959,2020,11,2,1 +19126352,1990,3,2,1 +40213201,2018,7,9,2.2222222222222223 +40213314,2019,2,33,1.5454545454545454 +40213160,2019,2,29,2.0689655172413794 +19126352,1979,12,2,1.5 +40213306,2022,10,9,1.3333333333333333 +19018935,2000,10,1,2 +40171902,2000,10,1,2 +40213230,2022,5,10,1.8 +40163554,2000,2,4,2.25 +19126352,1996,12,3,1 +19126352,1996,1,3,2 +40213183,1995,4,1,2 +40213314,1995,4,1,2 +1332419,1998,1,2,1 +40213306,2019,3,10,4.3 +19018935,2019,6,3,2.3333333333333335 +40171902,2019,6,3,2.3333333333333335 +40213230,2013,9,4,2 +40213299,2020,5,19,1.5789473684210527 +40213183,2022,11,18,1.7222222222222223 +1539411,2013,2,1,2 +1539411,2021,6,4,1.25 +40213306,2021,11,7,2 +1545959,2003,9,1,1 +19075601,2003,9,7,1.2857142857142858 +19133768,2003,9,1,1 +40213227,2001,6,1,2 +19126352,2010,8,5,1.4 +40163554,1996,6,2,2 +19018935,1996,6,2,2 +40213154,1990,5,15,4.133333333333334 +19126352,1993,9,4,1.75 +1332419,2015,7,4,2 +40171902,2012,12,5,2 +40213260,2017,12,14,2.142857142857143 +40213260,2016,12,15,1.7333333333333334 +40213154,1989,5,12,4.75 +19018935,2009,1,5,1.8 +1332419,2021,4,2,1.5 +40213299,2022,5,12,1.75 +40213296,2019,4,17,2.2941176470588234 +40213306,2015,11,9,1.6666666666666667 +40163554,2017,3,4,1.75 +19018935,2012,2,1,2 +40213260,2021,5,13,2 +19075601,2003,8,2,3 +40213201,2010,9,1,5 +19018935,2000,6,2,1 +40171902,2000,6,2,1 +40213227,2007,8,2,1.5 +40213216,2014,4,16,2.25 +40171902,2015,11,3,3.6666666666666665 +40213154,1987,12,9,4.222222222222222 +40171902,1997,5,3,1.6666666666666667 +19126352,2012,1,7,1.2857142857142858 +19075601,2012,1,8,1.5 +1545959,2021,4,2,1 +19075601,2020,5,8,1.75 +19018935,1991,3,1,2 +19075601,2014,3,4,1.75 +19018935,2008,8,2,1.5 +1332419,1994,12,17,2.1176470588235294 +1545959,2014,2,2,1 +40213227,2012,3,1,2 +1539411,2002,11,3,1.3333333333333333 +40213216,2014,7,19,3.789473684210526 +40213160,2014,7,36,2.9722222222222223 +1310034,2006,5,1,1 +40171902,2017,6,5,3 +19075601,2008,3,5,1.4 +40213216,2020,5,16,2.0625 +19075601,2017,3,7,2.5714285714285716 +1539411,1993,5,2,2 +40243436,2004,11,1,1 +19075601,2006,1,7,1.5714285714285714 +1545959,2007,7,2,1 +40213306,2017,3,8,4.375 +40213230,2014,7,6,2.5 +1332419,2009,4,2,2.5 +40163554,2022,4,7,1.8571428571428572 +19075601,2011,2,2,1 +19075601,2010,12,9,1.2222222222222223 +19018935,2014,11,3,1.6666666666666667 +40171902,2014,11,3,1.6666666666666667 +1332419,2010,2,3,1.3333333333333333 +19126352,1990,11,1,2 +40213160,1995,2,1,2 +40213154,2001,3,9,2.2222222222222223 +19126352,2010,9,5,1.6 +1310034,2010,9,1,3 +40213180,2014,2,18,2.1666666666666665 +19126352,2016,10,6,1.1666666666666667 +40213183,2013,6,4,1.75 +40163554,1991,6,2,2.5 +40213154,2002,7,10,2.1 +40163554,2020,6,5,2.8 +40213230,2015,4,5,1.2 +1539411,2012,2,2,6 +46275916,1990,9,1,1 +40213154,2008,6,10,2.5 +40213201,2019,8,8,2.125 +40171902,2021,1,3,2 +1539411,2018,3,3,2 +1332419,2003,1,3,3 +40213306,2018,4,7,1.8571428571428572 +19126352,1960,11,1,2 +40171902,2021,12,3,1.3333333333333333 +19018935,2013,3,3,2 +19126352,2008,6,3,1.6666666666666667 +40213154,1988,6,3,5.333333333333333 +19126352,1998,10,2,1.5 +40213160,2015,8,44,2.477272727272727 +40171902,2016,1,4,2.25 +40213299,2017,5,16,2.1875 +46275916,2019,4,2,1 +19126352,1993,8,2,1.5 +19075601,2015,6,8,1.375 +40213154,2012,8,20,1.95 +40213183,2015,1,19,2.789473684210526 +40163554,2006,11,1,1 +40213227,2008,2,4,3 +19133768,2005,6,2,1 +1332419,2013,6,4,1.5 +40213260,2013,8,11,1.9090909090909092 +40171902,2010,9,3,2 +19133768,2021,9,3,1 +40213260,2013,9,13,2.3846153846153846 +19126352,2001,5,5,2.4 +1539411,2023,1,6,3 +40163554,2014,12,4,2.5 +40213230,2013,8,6,1.8333333333333333 +19126352,1995,2,1,3 +1310034,2020,2,1,1 +40213201,2021,7,6,2.1666666666666665 +19133768,1996,8,3,1 +1332419,2009,7,2,2 +40213227,2006,8,5,1.8 +19018935,2018,8,7,4.428571428571429 +19075601,2009,2,4,2 +40213154,2005,9,15,1.6 +19075601,2004,11,3,3.3333333333333335 +19133768,2018,7,4,1.25 +1545959,2006,1,1,1 +40213230,2015,7,7,1.7142857142857142 +19075601,2019,6,5,1.2 +19126352,2016,6,4,3.25 +1539411,1995,4,4,1.5 +40220960,2020,2,7,1 +40213227,1999,9,1,1 +1310034,2017,6,1,1 +40213251,1990,3,1,1 +40171902,2012,1,3,1.3333333333333333 +1332419,2008,1,2,1 +40220960,2022,5,7,1 +1332419,2017,3,2,6.5 +40220960,2014,5,3,1 +19126352,2003,10,6,1.3333333333333333 +40213299,2019,1,11,1.7272727272727273 +1545959,2019,11,1,1 +40213299,2013,2,1,1 +40213314,2010,12,1,1 +40213281,2011,5,1,1 +19018935,2009,12,3,3.6666666666666665 +46275916,2009,7,1,1 +1310034,2003,4,1,1 +19126352,1994,9,7,1.4285714285714286 +19018935,2015,1,2,2 +19018935,2023,6,2,2 +19126352,1984,1,1,1 +40213306,2002,4,1,1 +40220960,2011,5,2,1 +19133768,2002,8,1,1 +40163554,1983,12,2,15 +40213227,2000,8,1,1 +1332419,2019,3,5,4.4 +1545959,2009,5,1,1 +40213230,2018,2,3,1.6666666666666667 +40163554,2008,7,2,2 +40171902,2007,11,2,1.5 +40213296,2013,6,8,2.125 +40220960,2016,3,3,1 +1310034,2015,1,2,1 +46275916,2015,1,2,1 +19126352,2022,12,4,1.25 +19075601,2021,12,10,1.5 +1539411,2022,12,2,1.5 +40213216,2023,6,3,2 +1332419,2016,4,2,2 +40213154,1946,6,2,1.5 +40213154,1945,6,2,1.5 +40213201,2022,5,8,2 +19126352,2011,6,3,1 +1539411,2011,6,2,1 +40163554,2005,12,2,2 +40213154,2009,10,15,2.533333333333333 +1332419,2006,1,5,1.8 +1539411,2006,1,5,1.8 +19018935,1998,2,3,1.3333333333333333 +40171902,1998,2,3,1.3333333333333333 +46275916,2013,11,1,1 +40213320,2007,7,1,1 +40213198,2012,3,1,5 +40171902,1992,3,1,4 +46275916,2018,10,1,1 +19126352,1968,3,1,1 +40213154,1967,3,3,1 +1310034,2013,4,1,1 +40213154,1971,9,1,1 +1545959,2022,6,1,1 +19075601,2012,12,6,1.8333333333333333 +19018935,2020,1,6,3.6666666666666665 +19126352,2020,5,4,2.5 +40213160,1959,4,1,3 +40213154,1966,12,2,2 +1539411,2016,2,3,2 +40163554,1990,5,3,1.6666666666666667 +1332419,2005,4,3,1.6666666666666667 +1539411,2005,4,3,1.6666666666666667 +1539411,2010,7,4,1.5 +1545959,2012,3,1,1 +40243436,2016,2,1,1 +40163554,2022,7,5,3.4 +40171902,2011,3,1,2 +19126352,1988,12,1,1 +40163554,2010,4,2,1 +40220960,2016,11,4,1 +40213306,2015,3,14,1.8571428571428572 +1332419,2012,5,4,2 +19133768,2018,4,1,1 +40213296,2014,12,6,1.6666666666666667 +1332419,2020,3,5,3 +19018935,2010,5,4,2 +40213154,1947,1,3,3 +19126352,1991,10,4,2.25 +40213154,1975,7,2,2.5 +40171902,2009,8,2,1 +40213230,2020,11,7,1.5714285714285714 +1545959,2004,7,1,1 +40213201,2012,11,1,3 +40213306,1991,2,1,4 +40213154,1987,1,5,2.8 +40213154,1986,1,4,3 +19075601,2001,2,4,1.5 +40243436,2020,11,2,1 +1545959,2004,4,1,1 +19018935,1979,4,2,1.5 +19075601,2016,8,9,1.4444444444444444 +19075601,2002,5,7,1.8571428571428572 +40213227,2004,10,2,2.5 +40171902,2023,2,3,1.6666666666666667 +19133768,2021,8,3,1 +40163554,1996,10,3,2.3333333333333335 +19018935,1996,10,3,2.3333333333333335 +1310034,1962,1,1,1 +40213154,1959,12,2,2 +1332419,1998,12,3,1.3333333333333333 +40213260,2007,7,2,1.5 +40163554,2012,5,2,2 +40163554,1999,6,1,2 +19126352,1999,7,1,2 +1539411,1999,7,1,2 +40213227,2006,9,4,2.5 +40163554,2021,3,3,2 +40171902,2015,3,6,6.5 +1332419,2002,8,2,1 +1332419,2015,4,8,6 +40213154,1945,10,1,1 +40243436,1991,8,1,1 +1332419,2002,9,1,1 +1545959,2015,5,2,1 +40213296,2009,7,1,3 +19126352,2018,8,4,1.5 +19126352,2021,12,5,2 +1545959,1999,8,1,1 +19126352,2007,12,3,1.3333333333333333 +19133768,2016,5,4,1 +1332419,2004,12,3,2.6666666666666665 +40163554,1987,1,2,3 +40213227,2001,10,2,1.5 +19018935,1984,12,1,17 +40213154,1972,1,2,1 +40213154,1970,12,2,3 +40213154,2008,10,10,2.5 +1539411,2004,8,1,1 +40163554,1991,10,2,2.5 +40213227,1995,11,4,2.5 +1539411,1994,1,1,1 +40213201,1992,1,1,1 +19018935,2021,2,1,2 +40171902,1989,5,1,2 +1332419,2014,3,2,2.5 +1332419,2001,5,2,4.5 +1539411,2002,3,3,1.6666666666666667 +1332419,2011,7,3,2.3333333333333335 +19018935,2018,9,1,1 +40163554,2018,7,2,2 +40171902,2016,12,1,2 +1545959,2022,10,2,1 +19126352,1963,5,2,1 +1332419,2003,12,3,2 +1332419,2020,11,3,1.6666666666666667 +19018935,2016,10,2,1.5 +19075601,2000,8,2,1.5 +46275916,2020,8,1,1 +1539411,2017,2,2,2 +1545959,1997,7,1,1 +1332419,2007,6,1,2 +19126352,2009,3,3,1 +40213201,2012,3,1,1 +1332419,1996,6,4,1.75 +46275916,2000,4,1,1 +40213227,1992,5,4,5.5 +19126352,1999,4,1,7 +1539411,1999,4,1,7 +40213227,1995,3,1,7 +40213201,2004,2,1,2 +1332419,2013,10,4,3 +19126352,2006,5,5,2 +19133768,2006,5,1,1 +40243436,2014,6,2,1 +46275916,2014,6,2,1 +40163554,2019,1,3,1.6666666666666667 +19075601,1999,1,7,6 +40213201,2015,11,1,2 +40213201,2005,10,1,2 +40213227,2010,11,3,2 +19018935,2003,5,4,1.75 +19133768,1984,11,1,1 +1545959,1998,11,1,1 +40171902,2020,2,1,1 +1539411,2007,3,4,3.75 +1545959,2019,3,2,1 +19126352,1981,4,1,1 +40213154,1959,1,2,1.5 +40213154,1962,2,2,1.5 +40213154,1979,11,3,2.6666666666666665 +19018935,2014,3,1,1 +40171902,2014,3,1,1 +19126352,2003,6,2,1.5 +40213154,1976,6,1,2 +40213154,1984,7,2,1.5 +46275916,2020,9,1,1 +40213296,2012,3,1,1 +40213227,2013,3,2,2.5 +40163554,2018,4,4,1.25 +40163554,2009,3,4,1.75 +40220960,2017,5,3,1 +40213198,2012,11,2,4.5 +40171902,2018,5,1,2 +40171902,1999,4,1,2 +40213227,1997,12,2,2 +1545959,1998,3,2,1 +40213154,1977,4,1,2 +19126352,1955,6,2,1 +40163554,1995,6,1,2 +19018935,1981,3,1,5 +19133768,2017,9,3,1 +19126352,2017,9,5,1 +1310034,2016,11,1,1 +46275916,2016,11,1,1 +19126352,1952,2,2,1 +19126352,1956,1,1,1 +1539411,2014,9,4,2 +19126352,1966,12,2,1.5 +19126352,1939,10,1,1 +40213154,1965,2,1,1 +40213154,1963,7,2,3.5 +40163554,2010,7,1,1 +1310034,2012,12,2,1 +40243436,1991,9,1,1 +40171902,2017,10,4,1.75 +40213154,1954,9,1,5 +40213296,2003,10,1,2 +40163554,2005,1,1,3 +40163554,1983,1,1,2 +40163554,2001,2,1,2 +19018935,2001,2,1,2 +19133768,1999,1,2,1 +19075601,2007,2,3,1 +40213227,2010,3,1,1 +19126352,1964,5,1,4 +1332419,1996,10,2,1 +1545959,2008,9,1,1 +19126352,1944,8,1,2 +19018935,1999,9,1,1 +19126352,1977,5,1,1 +19126352,1967,5,1,4 +46275916,2006,3,1,1 +40220960,1998,1,1,1 +40213227,2003,5,1,2 +19018935,2008,9,2,1.5 +40213227,2009,10,1,2 +40213201,1991,11,1,2 +19126352,2012,12,2,2 +19018935,2015,12,1,1 +19133768,2004,6,1,1 +1310034,2013,7,1,1 +40171902,1999,7,2,3 +19018935,2006,9,3,2 +40243436,2002,2,1,1 +40213306,1995,4,1,2 +40213154,1961,10,2,2 +1545959,2021,7,2,1 +19018935,2006,8,1,2 +40243436,2020,3,1,1 +1539411,1998,2,2,1.5 +40220960,2003,10,1,1 +19133768,2004,10,2,1 +40213260,2007,4,1,2 +40213154,1952,4,5,2.4 +40220960,2018,2,1,1 +1310034,2021,12,2,1 +19126352,1947,3,1,2 +40213227,1997,1,1,2 +40213227,2011,12,1,1 +40243436,2021,11,1,1 +1539411,2007,11,3,6.666666666666667 +19126352,1980,8,1,1 +40213154,1978,11,2,1.5 +19133768,2022,8,2,1 +40171902,1984,2,1,1 +19018935,2017,9,1,2 +19018935,2007,10,2,2.5 +1332419,1997,5,1,1 +19126352,1981,7,1,2 +19126352,2015,12,1,1 +40213154,1972,12,2,4 +19126352,1994,8,2,2 +19133768,2015,4,1,1 +40220960,2012,3,1,1 +40243436,1984,11,1,1 +46275916,1984,11,1,1 +46275916,2018,6,1,1 +40171902,2011,11,1,1 +19133768,1996,9,1,1 +40171902,1988,6,1,1 +1539411,2021,10,2,1 +40243436,2012,11,1,1 +40213227,2009,6,1,2 +1332419,2004,1,1,2 +1539411,2010,4,1,2 +40213160,1996,3,1,2 +40213281,1997,4,1,2 +46275916,2019,7,1,1 +40243436,1998,9,1,1 +40213154,1964,3,2,1.5 +19133768,2022,9,1,1 +1545959,2020,3,1,1 +40213183,2002,9,1,1 +40213299,2002,9,1,1 +40213314,2002,9,2,1 +40213160,2002,3,1,1 +40171902,1991,1,1,1 +19126352,1985,2,1,4 +40213154,1985,5,2,7.5 +40213154,1970,1,1,1 +1545959,2018,12,1,1 +19018935,2011,2,1,1 +40213201,1996,1,1,1 +40213154,1953,5,2,4 +40213154,1949,5,1,2 +40213154,1951,5,1,2 +40213227,2007,9,1,1 +40243436,2001,9,2,1 +40243436,2014,10,1,1 +46275916,2014,10,1,1 +1310034,2019,10,1,1 +40163554,2019,12,2,2.5 +1545959,2001,2,1,1 +40163554,1982,8,1,2 +19018935,1971,9,1,1 +1310034,2009,10,1,1 +40171902,2022,11,2,2.5 +40243436,2022,3,1,1 +46275916,2022,5,1,1 +1539411,1997,2,1,2 +40171902,1987,10,1,2 +19018935,1995,11,1,2 +40213154,1966,1,1,2 +1332419,2008,12,1,2 +40213304,2002,12,1,1 +1310034,2022,10,1,1 +46275916,2021,9,1,1 +1545959,2017,5,1,1 +40213154,1977,7,1,2 +40213154,1981,5,1,2 +1310034,1994,9,1,1 +1539411,1994,12,1,6 +40213260,2006,2,1,4 +40213160,1965,7,1,1 +19126352,1975,2,1,24 +40213306,1986,4,1,24 +46275916,2010,5,1,1 +19126352,1982,6,1,1 +40243436,1955,11,1,1 +46275916,1955,11,1,1 +40213201,2005,6,1,1 +40213154,1964,11,1,2 +19126352,1992,5,1,5 +19018935,1977,6,1,2 +40163554,2006,3,1,2 +40213201,1997,2,1,2 +40171902,1985,5,1,3 +40213260,2021,4,11,1.7272727272727273 +40213227,2021,4,58,2.1379310344827585 +40213154,2014,10,635,2.4803149606299213 +40213154,2021,11,671,2.5126676602086437 +40213154,2021,3,688,2.4680232558139537 +40213154,2018,3,657,2.415525114155251 +40213154,2017,3,647,2.401854714064915 +40213154,2016,11,618,2.2896440129449838 +40213216,2019,1,13,2 +40213299,2021,1,19,2.0526315789473686 +40213299,2019,10,8,2.375 +40213160,2018,11,28,2.392857142857143 +40213281,2019,4,38,2.789473684210526 +40213230,2021,3,11,2.090909090909091 +40213320,2023,4,32,2.65625 +40213320,2021,3,31,2.774193548387097 +40213160,2015,2,43,2.4186046511627906 +40213154,2016,3,666,2.388888888888889 +19018935,2020,10,4,1.75 +40213154,2020,10,617,2.1815235008103726 +40213154,2020,6,624,2.2868589743589745 +40213154,2019,2,617,2.2771474878444082 +40213154,2015,1,661,2.4462934947049924 +40213154,2023,3,664,2.3795180722891565 +40213180,2022,12,26,2.076923076923077 +40213320,2022,12,36,2.4166666666666665 +40213154,2022,12,695,2.2762589928057553 +40213154,2018,11,665,2.406015037593985 +40213154,2017,11,662,2.308157099697885 +19126352,2000,9,2,1 +40243436,2018,3,2,1 +1310034,2018,3,2,1 +40213154,2015,12,602,2.2524916943521593 +40213154,2013,12,630,2.226984126984127 +40213227,2018,7,53,2.6226415094339623 +40213154,2014,6,581,2.4733218588640273 +40213180,2021,4,35,1.9142857142857144 +40220960,2019,11,2,1 +40213154,2022,1,652,2.2392638036809815 +40213251,2022,4,21,2.238095238095238 +40213160,2017,10,28,2.2142857142857144 +40213281,2018,1,33,1.7878787878787878 +40213281,2017,10,38,2.736842105263158 +40213299,2018,9,12,2.4166666666666665 +40213216,2016,9,16,2.25 +40213160,2016,12,34,2.3823529411764706 +40213281,2016,12,42,2.357142857142857 +40213299,2015,6,18,2.388888888888889 +40213304,2013,9,29,2.206896551724138 +40213160,2013,9,41,2.073170731707317 +40213160,2017,6,44,2.5 +40213281,2017,6,56,2.6964285714285716 +40213198,2017,3,51,3.1372549019607843 +40213216,2021,10,19,1.6842105263157894 +40213281,2021,12,45,2.422222222222222 +40213296,2022,11,21,2.6666666666666665 +40213227,2014,1,58,2.3275862068965516 +1539411,1991,6,16,2.6875 +40213154,2000,8,14,1.5714285714285714 +40213230,2019,11,9,2.2222222222222223 +40213320,2021,11,28,2.2142857142857144 +40213160,2019,9,38,2.236842105263158 +40213227,2022,1,60,2.8333333333333335 +40213154,2000,9,17,2.1176470588235294 +40213260,2018,1,20,1.95 +40213216,2013,11,20,1.7 +40213198,2014,8,37,3.081081081081081 +40213198,2013,11,45,1.9777777777777779 +40213281,2014,2,45,2.6 +40213296,2014,10,11,2 +40213198,2016,3,52,2.0576923076923075 +40213198,2015,7,52,2.673076923076923 +40213296,2020,6,16,2.875 +40213299,2013,8,20,2 +40163554,2002,3,3,1.6666666666666667 +19018935,2002,3,3,1.6666666666666667 +40171902,2002,3,3,1.6666666666666667 +40213299,2016,1,22,2.3181818181818183 +40213299,2017,4,22,2.1363636363636362 +40213314,2015,4,34,3.235294117647059 +40213198,2015,4,48,3 +40213183,2023,6,11,1.6363636363636365 +40213198,2022,12,38,2 +40213299,2019,6,17,1.7647058823529411 +40213304,2017,1,31,2.5161290322580645 +40213281,2015,5,46,2.152173913043478 +40213304,2018,6,25,1.6 +40213160,2018,3,35,1.8571428571428572 +40213180,2015,4,31,2.161290322580645 +40213227,2020,4,70,2.357142857142857 +40213201,2020,11,8,2.25 +40213198,2019,11,48,1.9375 +40213260,2023,6,10,3.9 +40213296,2014,6,19,2.8421052631578947 +40213230,2022,4,10,2.1 +40213299,2013,9,19,1.8421052631578947 +1332419,2018,11,7,1.8571428571428572 +40213306,2022,1,12,2.3333333333333335 +40213180,2022,1,29,2 +40213320,2017,12,18,1.6666666666666667 +40213320,2018,12,21,1.5714285714285714 +40213306,2018,5,5,2.2 +19075601,2009,9,8,1.75 +19133768,2009,9,2,1 +40213314,2021,9,34,2.735294117647059 +40213160,2022,2,37,2.108108108108108 +40213198,2021,11,49,3.122448979591837 +40220960,2020,8,6,1.1666666666666667 +40213216,2018,7,17,1.7058823529411764 +40213299,2020,7,19,1.631578947368421 +40213304,2018,10,31,1.6774193548387097 +40213281,2023,1,41,2.1707317073170733 +40213281,2019,7,44,1.8636363636363635 +40213260,2021,7,14,1.6428571428571428 +40213227,2021,7,58,2.586206896551724 +40213251,2017,3,20,3.95 +40213304,2016,2,34,2.4705882352941178 +40213320,2019,1,25,2.12 +40213160,2013,8,40,1.975 +40213183,2018,2,19,2 +40213251,2018,2,19,2 +40213260,2018,12,11,2 +40213281,2013,12,54,2.1296296296296298 +40213227,2019,6,65,1.6615384615384616 +40171902,2016,6,3,1.3333333333333333 +40213320,2022,1,25,2.04 +40213201,2014,8,11,1.9090909090909092 +40220960,2015,3,5,1 +1332419,1998,6,2,3 +19126352,2007,10,1,2 +19075601,2005,9,5,2.4 +19075601,2023,1,15,1.8 +40213180,2018,11,27,3.2962962962962963 +40213183,2016,10,20,2.35 +40213160,2016,1,38,2.4473684210526314 +40213281,2016,1,43,2.5348837209302326 +40213183,2020,7,23,2.217391304347826 +40213160,2020,7,44,2.1136363636363638 +40213299,2018,8,14,2.857142857142857 +40213281,2022,5,37,2.5135135135135136 +40213198,2018,2,38,2.1315789473684212 +40213198,2017,11,40,3.125 +40213260,2017,6,16,4 +40213260,2016,6,17,2.0588235294117645 +40213304,2015,12,34,2.6470588235294117 +40213281,2020,11,51,2.1176470588235294 +19075601,2002,7,11,1.3636363636363635 +40213180,2019,5,32,1.84375 +40213306,2013,9,8,3.125 +40213198,2014,9,46,2.152173913043478 +40213154,1996,11,19,2.789473684210526 +19075601,2007,9,7,4.142857142857143 +40213154,1991,8,9,2.111111111111111 +40213154,1993,8,7,2.2857142857142856 +40213251,2014,12,17,2 +19075601,2001,8,4,1.5 +40213227,2019,10,65,1.9384615384615385 +40213216,2022,6,18,1.5 +40213299,2023,5,12,1.5833333333333333 +40213180,2017,5,16,2.125 +40213227,2023,5,56,3.0892857142857144 +40213198,2019,3,45,1.8222222222222222 +40213227,2018,4,63,2.888888888888889 +19126352,2014,1,7,1.4285714285714286 +40213281,2018,12,34,1.8235294117647058 +19126352,2004,3,6,1.6666666666666667 +40213227,2022,12,72,2.2916666666666665 +40213260,2015,11,5,1.6 +40213320,2019,12,17,2.0588235294117645 +19126352,2022,6,7,1.8571428571428572 +1539411,2022,6,6,1.8333333333333333 +40163554,1993,5,1,2 +40171902,1993,5,1,2 +19075601,1997,5,19,1.736842105263158 +40213154,1999,6,11,3.1818181818181817 +40213260,2016,10,15,2.3333333333333335 +40213216,2021,6,13,1.7692307692307692 +40213160,2021,4,32,2.875 +40213230,2022,7,9,2.111111111111111 +40213183,2016,6,17,2.176470588235294 +40213251,2015,8,23,2.347826086956522 +40220960,2022,7,7,1 +40213296,2015,4,16,2.1875 +40213216,2016,8,13,3.5384615384615383 +40213299,2017,7,15,3.466666666666667 +40213154,1983,11,7,4.857142857142857 +1332419,2012,4,5,1.2 +40243436,1979,12,1,1 +40213154,1976,12,4,3.5 +19075601,2022,12,12,1.1666666666666667 +1332419,1997,7,4,2 +19126352,1991,12,5,1.6 +40213154,2005,2,21,2.142857142857143 +19126352,2020,4,6,1.3333333333333333 +19075601,2020,4,10,1.2 +40171902,2020,8,7,2.142857142857143 +1539411,2020,8,5,2 +40213251,2016,4,16,1.75 +40213304,2015,1,30,3.3666666666666667 +40213314,2015,7,22,3.5 +40213299,2015,10,13,2.3846153846153846 +40213227,2014,12,58,2.8448275862068964 +19126352,1982,1,2,1 +40213216,2018,4,17,1.8235294117647058 +40213251,2019,3,21,2.0952380952380953 +40213198,2022,1,46,2.1739130434782608 +40213227,2017,8,70,2.7285714285714286 +40213154,1945,12,1,1 +19126352,2011,12,6,1.5 +19075601,1998,3,6,1.6666666666666667 +40213154,2011,5,20,1.9 +40213251,2015,9,14,1.9285714285714286 +40171902,2017,1,2,1 +40163554,2007,3,1,2 +40213306,2022,12,12,1.6666666666666667 +40213180,2014,8,26,1.8846153846153846 +40213314,2020,3,26,2.6153846153846154 +40213198,2020,3,45,2.6444444444444444 +40213251,2014,1,17,1.8235294117647058 +40213320,2020,2,28,1.6428571428571428 +40213201,2018,5,10,1.6 +40213183,2017,9,18,3.5 +40213183,2013,12,23,3.347826086956522 +40213314,2013,12,31,3 +19075601,2019,1,10,1.2 +1539411,2011,12,5,1.6 +40213154,2009,12,21,2.0952380952380953 +40213251,2016,7,17,4.117647058823529 +40213180,2016,4,33,1.878787878787879 +40163554,2019,10,4,2 +1332419,1995,11,3,1 +19133768,2004,1,2,1 +40213304,2019,5,30,1.7 +40213314,2019,8,21,1.8095238095238095 +40213160,2019,8,34,2.088235294117647 +40213180,2020,10,18,2.3333333333333335 +40213281,2020,3,36,2.3055555555555554 +40213198,2023,3,43,1.8604651162790697 +40213299,2016,12,16,2.125 +40213304,2014,8,17,2.176470588235294 +40213154,1994,2,14,2 +40213154,1996,3,10,2.3 +40213304,2021,11,22,1.5454545454545454 +40213230,2016,7,9,1.8888888888888888 +40213180,2016,7,28,1.8928571428571428 +40213296,2021,3,13,2.1538461538461537 +40220960,2018,9,6,1 +40171902,2013,11,2,2 +40213230,2014,5,8,1.5 +40213201,2016,5,3,1.3333333333333333 +40213306,2020,4,15,2.4 +40213304,2023,5,19,2.210526315789474 +40213154,1987,10,9,1.6666666666666667 +40213320,2014,3,29,2.413793103448276 +40213306,2016,9,9,1.7777777777777777 +40213304,2020,2,23,2 +40213198,2021,3,47,2.7872340425531914 +40213216,2020,4,18,1.8333333333333333 +40213160,2020,4,36,2 +40213251,2020,8,16,1.8125 +40213198,2016,11,29,1.7586206896551724 +40213227,2017,9,59,1.9661016949152543 +1539411,2003,3,3,1.6666666666666667 +40213198,2020,11,44,2 +46275916,2010,4,2,1 +1332419,2000,7,1,2 +40213154,2006,9,18,2.2222222222222223 +40213154,2003,8,19,2 +40213154,2007,9,20,2.3 +40163554,2020,12,5,2.6 +40220960,2023,5,4,1 +40213260,2017,10,13,2.8461538461538463 +40213304,2021,3,32,2.46875 +40213160,2021,7,33,2.212121212121212 +40213230,2021,11,16,2.5625 +40213183,2015,10,25,2.88 +40213304,2017,12,27,1.7777777777777777 +19018935,2018,2,2,1.5 +40213154,1966,6,2,1.5 +40213314,2014,2,28,2.0714285714285716 +40213160,2014,5,34,2.9411764705882355 +19075601,2011,9,9,1.4444444444444444 +40213296,2021,11,22,3.409090909090909 +19126352,1943,10,1,2 +40163554,1997,9,5,2 +19018935,1997,9,5,2 +19075601,2015,12,5,1 +40213180,2021,7,32,2.59375 +40163554,2013,7,2,1.5 +19075601,2007,8,5,2.8 +19018935,2012,9,5,1.2 +40213281,2021,1,57,2.508771929824561 +1539411,2021,1,5,2 +40213201,2019,2,7,2 +40213180,2014,9,26,2.230769230769231 +40220960,2018,8,2,1 +40213154,1990,4,9,1.5555555555555556 +40213154,1989,4,13,1.6923076923076923 +40171902,2008,11,1,1 +40213314,2021,8,24,1.6666666666666667 +40213314,2020,11,27,1.8518518518518519 +40213251,2017,11,22,2.6363636363636362 +40213216,2017,2,20,2.65 +19126352,1980,2,4,1.25 +19075601,2019,12,17,1.4705882352941178 +40213304,2013,8,26,1.8461538461538463 +40213183,2020,4,20,2.3 +40213299,2020,4,20,1.8 +40213180,2018,3,31,2.3225806451612905 +40213251,2022,7,16,1.75 +40213299,2022,7,21,1.9523809523809523 +40213227,2020,7,74,2.081081081081081 +40213201,2022,7,8,2 +1539411,2010,5,2,1.5 +40163554,2012,4,3,1.3333333333333333 +1539411,2009,11,2,3.5 +40213154,1985,4,13,4.461538461538462 +19126352,2015,10,2,3 +19075601,2015,1,10,1.7 +40213296,2017,2,18,1.6666666666666667 +1539411,1991,10,17,2.7058823529411766 +40213154,2009,1,19,1.9473684210526316 +40213154,2008,1,19,1.894736842105263 +46275916,2014,12,2,1 +40243436,2014,12,2,1 +40213154,2013,1,18,2.1666666666666665 +40213183,2019,5,17,2.9411764705882355 +40163554,2004,2,1,3 +40171902,2004,2,1,3 +40213230,2017,2,7,1.5714285714285714 +1545959,2005,4,5,1 +40213154,1999,10,15,1.5333333333333334 +40213154,1981,4,4,2.5 +40213216,2023,1,16,1.8125 +1332419,2008,10,6,1.8333333333333333 +19126352,1995,9,1,2 +40220960,2008,11,4,1 +40213227,2005,3,2,3 +40213201,2005,12,2,2 +40213183,2015,6,15,3.6666666666666665 +40163554,1996,12,1,2 +19018935,1996,12,1,2 +40213183,2014,2,24,2.9583333333333335 +40213201,2006,5,1,2 +40213320,2018,1,24,1.7916666666666667 +19126352,1969,8,2,14 +40213154,1965,8,3,3 +40213154,1962,8,2,3.5 +40171902,1989,4,1,1 +40213260,2014,5,15,2.7333333333333334 +19075601,2010,6,8,1.75 +40171902,2021,10,4,2 +1310034,2017,12,4,1 +40213160,2023,6,15,1.6666666666666667 +40213296,2013,12,16,1.5 +40213320,2014,11,21,3 +19126352,2001,4,5,1.4 +1545959,2003,2,2,1 +19075601,2003,2,4,1 +1332419,2001,4,3,1.6666666666666667 +19133768,2003,2,2,1 +40171902,2008,3,4,1.25 +40213306,2013,8,8,1.75 +40213299,2022,4,23,1.9130434782608696 +40213296,2015,7,12,2.0833333333333335 +19133768,1985,7,2,1 +40213260,2022,2,15,2 +40213314,2023,4,26,2.6923076923076925 +40213314,2022,5,26,1.9230769230769231 +40213306,2016,8,9,2 +40213227,2009,1,1,2 +40220960,2022,4,6,1 +40213306,2014,5,6,3.3333333333333335 +19126352,1982,12,3,2 +1332419,1997,4,1,4 +19075601,2012,6,4,1.25 +40213227,2003,4,1,2 +40213154,2004,5,16,1.875 +40213154,1963,5,3,1.6666666666666667 +19126352,2006,7,3,2 +40163554,1992,7,1,3 +1332419,2004,6,4,2.5 +19075601,2001,9,4,1.25 +40220960,2001,9,1,1 +40213154,1992,11,11,1.9090909090909092 +40213230,2018,9,7,1.5714285714285714 +19126352,2012,10,5,1.4 +19075601,2012,10,7,1.2857142857142858 +1539411,2012,9,4,1.75 +40213201,2008,8,1,2 +40213227,2003,7,3,2 +40213154,2007,8,15,2.466666666666667 +40213154,2006,8,16,1.9375 +40213260,2006,8,1,3 +19075601,2018,4,11,2.3636363636363638 +1332419,2012,7,6,1.6666666666666667 +1545959,2009,4,1,1 +40213183,2002,2,1,1 +40213154,2002,5,17,1.8823529411764706 +40213251,2019,11,26,2.1153846153846154 +1545959,2008,2,2,1 +1332419,1996,1,3,2 +40213299,1996,7,1,2 +19126352,1998,1,4,1.5 +40213180,2020,6,22,2.090909090909091 +40213183,2017,8,15,2.2 +1310034,1963,6,1,1 +40163554,2019,6,3,2.3333333333333335 +40213201,2022,4,9,1.3333333333333333 +40213296,2022,3,24,2.5416666666666665 +19126352,2021,6,6,1.1666666666666667 +19075601,2021,6,10,1.1 +40213154,2012,2,15,1.7333333333333334 +1332419,2013,1,3,2 +40213154,2008,12,15,2 +40213227,1992,4,4,1.75 +40220960,2006,11,1,1 +19133768,1993,9,1,1 +40213154,1986,10,5,1.6 +40163554,1998,4,2,2 +40213230,2018,8,5,1.6 +1539411,2020,9,8,1.625 +1332419,1994,10,18,2.611111111111111 +1539411,1994,10,2,3 +1539411,1996,11,4,1.75 +1332419,1994,6,22,2.272727272727273 +40163554,2022,5,7,1.7142857142857142 +40213198,2011,2,3,1.6666666666666667 +19126352,2007,6,4,1.5 +40220960,2004,7,2,1 +40213314,2019,9,18,1.9444444444444444 +19126352,1976,3,1,1 +40213154,1975,5,3,2 +1539411,2016,9,2,2.5 +19075601,2016,2,10,1.3 +19126352,1965,7,3,1.3333333333333333 +40213154,1960,4,2,1.5 +40213216,2022,10,17,2.7058823529411766 +1332419,2022,9,3,2 +40213260,2019,10,20,2.3 +1539411,2013,9,2,1.5 +40213304,2014,9,26,2.3846153846153846 +40220960,2017,7,5,1 +40213296,2020,10,16,2.3125 +19018935,2022,9,2,1.5 +40163554,2015,11,3,3.6666666666666665 +40213154,1988,12,8,4.25 +19018935,2023,1,1,1 +19133768,2014,2,2,1 +19126352,1983,3,4,2 +40213216,2014,5,18,3.5555555555555554 +40220960,2008,3,1,1 +40213216,2020,7,19,2 +40213260,2020,5,12,1.75 +46275916,2004,11,1,1 +19126352,1986,4,1,1 +40213154,1990,7,6,3 +40213154,1987,6,6,4.166666666666667 +40213154,1986,6,4,4.75 +40213154,1989,7,5,3.2 +40163554,1984,11,1,3 +19126352,2010,2,3,1.3333333333333333 +1332419,2010,9,3,2 +40220960,2017,4,9,1 +40213216,2019,12,15,1.8 +40243436,2018,11,1,2 +1310034,2018,11,1,2 +40213260,2019,6,18,1.7222222222222223 +40213230,2023,5,6,1.8333333333333333 +40171902,1991,6,2,2.5 +40213230,2019,3,8,1.5 +40163554,1997,8,2,1.5 +19018935,1997,8,2,1.5 +1539411,2015,11,4,4.25 +40213251,2013,7,12,1.8333333333333333 +19018935,2020,6,5,2.8 +40213227,2004,1,3,2.3333333333333335 +1539411,1998,8,5,2.2 +40213154,2003,9,11,1.5454545454545454 +19126352,1989,8,2,2 +40213154,1983,3,7,1.7142857142857142 +40220960,2015,11,4,1 +19133768,2010,3,2,1 +19018935,2012,8,1,1 +40220960,2021,7,5,1 +1332419,2018,3,3,2 +19126352,2003,1,3,3 +40213201,2023,6,6,1.3333333333333333 +19126352,1997,5,3,1 +1545959,1997,5,2,1 +40171902,2013,3,3,2 +40213201,2000,7,2,2 +1539411,2008,3,3,1.6666666666666667 +40213299,2021,12,15,2.6 +40213251,2020,9,12,2 +1332419,1998,10,1,2 +40213180,2015,7,18,2.0555555555555554 +40213260,2015,3,19,1.4736842105263157 +19018935,2007,12,4,1.75 +1332419,2022,8,3,2.3333333333333335 +19018935,2016,1,4,2.25 +40163554,2003,11,1,2 +19126352,2019,2,5,2.4 +40243436,2019,4,2,1 +19126352,1986,7,2,2 +19133768,1993,8,1,2 +40163554,2013,4,2,1.5 +40171902,2006,11,1,1 +40213251,2021,2,8,1.875 +19018935,2000,12,1,1 +40171902,2000,12,1,1 +40213296,2019,5,16,2.0625 +1332419,2006,6,4,8.5 +19075601,2006,6,8,4.75 +1539411,2006,6,4,8.5 +40220960,1997,11,1,1 +40220960,2019,3,4,1.25 +19075601,1999,6,7,3 +40213320,2017,1,21,2.238095238095238 +19126352,2005,5,2,2 +1332419,2005,5,2,2 +1539411,2005,5,2,2 +40213201,2014,9,7,2.142857142857143 +1539411,2015,3,7,2 +1539411,2001,11,1,25 +19126352,2015,6,3,2 +46275916,2020,2,1,1 +19075601,2002,4,4,1.75 +40163554,1974,10,1,1 +19018935,2011,8,2,1.5 +40213201,2021,5,10,1.4 +40171902,2001,7,2,2 +40220960,2020,9,3,1 +1332419,2011,5,2,1.5 +19126352,2004,11,3,3.3333333333333335 +19075601,2018,7,9,1.3333333333333333 +19126352,2020,7,9,1.6666666666666667 +19075601,2020,7,12,1.5 +40213183,1986,6,1,1 +40213304,1985,3,1,1 +40213154,1992,3,4,1.5 +19133768,2016,7,2,1 +19126352,2008,1,3,1 +40171902,1988,1,1,2 +19075601,2005,8,4,1.25 +1539411,2001,3,2,1 +19126352,2013,11,4,1.25 +19075601,2013,11,6,1.1666666666666667 +40213296,2000,2,1,2 +40213230,2016,4,8,1.75 +40163554,1970,9,1,2 +19018935,1970,9,1,2 +1539411,1997,9,2,1 +1539411,2003,11,4,1.5 +40213216,2010,12,1,1 +40213160,2010,12,1,1 +19018935,2021,9,3,1.3333333333333333 +46275916,1997,2,1,1 +40213227,1997,10,2,1.5 +40213154,1993,9,10,1.4 +40213201,2020,3,4,1.5 +40213154,1955,11,2,1.5 +19126352,2001,7,6,2.3333333333333335 +19126352,2002,8,3,1 +1545959,2002,8,1,1 +1332419,2001,7,5,2.6 +19018935,1983,12,2,15 +1539411,2019,3,5,4.4 +40163554,2023,3,3,1.3333333333333333 +1332419,2007,1,3,2.3333333333333335 +40171902,1985,4,1,2 +40163554,2007,11,2,1.5 +19018935,1993,11,1,1 +1545959,2013,7,2,1 +19126352,1951,5,1,1 +40213154,1947,6,2,1.5 +40171902,2021,6,1,5 +40171902,1999,5,2,3.5 +1545959,2022,12,2,1 +40171902,2010,2,3,1.6666666666666667 +1539411,1998,9,2,2.5 +19075601,2011,8,4,1.25 +40243436,2013,11,1,1 +19126352,2016,12,6,1.5 +1332419,2000,4,1,1 +40213154,1974,4,2,1 +19133768,2020,4,3,1 +40220960,2013,4,1,1 +1310034,2021,10,2,1 +46275916,2018,12,1,1 +1539411,2012,8,6,1.8333333333333333 +40163554,2020,1,6,3.6666666666666665 +40213230,2015,5,7,1.8571428571428572 +19018935,2021,8,2,2.5 +19133768,2020,7,3,1 +40213154,1968,9,1,1 +40213154,1961,12,2,2.5 +40171902,1990,5,3,1.6666666666666667 +1310034,2021,6,2,1 +40220960,2014,7,3,1 +19133768,2012,3,1,1 +40213201,2004,8,1,1 +40171902,2017,12,2,2 +19018935,2011,9,4,2.25 +1545959,2004,5,1,1 +40163554,2008,5,3,2.3333333333333335 +40163554,1985,3,1,2 +19018935,1985,3,1,2 +19018935,1998,8,3,2.6666666666666665 +40171902,1998,8,3,2.6666666666666665 +19075601,1999,10,4,9 +40213227,1992,7,4,2.75 +40163554,2011,3,1,2 +19018935,2010,4,2,1 +40163554,2010,5,4,2 +40213154,1946,1,2,3.5 +40213154,1982,9,3,1.3333333333333333 +19133768,2004,12,1,1 +40213227,1998,3,1,2 +40213227,2001,1,2,4 +40213154,1974,7,2,2.5 +40213154,1970,6,2,2.5 +40171902,2009,2,1,1 +1310034,2002,3,1,1 +19126352,2012,6,2,1.5 +19126352,2016,1,2,2 +1310034,1995,7,1,1 +40213154,1991,9,6,1.8333333333333333 +1539411,2016,8,3,2.3333333333333335 +1332419,2021,5,5,1.6 +40220960,1993,1,2,1 +19126352,1998,12,3,1.3333333333333333 +40163554,2012,7,2,2.5 +40220960,1998,10,1,1 +19018935,2005,3,3,2.6666666666666665 +40171902,2005,3,3,2.6666666666666665 +19075601,2021,10,8,1.25 +46275916,2021,2,2,1 +40163554,2015,3,6,6.5 +40163554,2014,6,2,1.5 +1332419,2013,12,1,2 +19133768,2016,4,2,1 +1332419,2023,5,6,1.8333333333333333 +1310034,1991,8,1,1 +19126352,2002,9,1,1 +19133768,2019,8,2,1 +40163554,1994,3,1,2 +19018935,1994,3,1,2 +19133768,2015,5,2,1 +40213227,2011,10,2,3 +1539411,2013,8,2,2.5 +40163554,1995,12,3,1.6666666666666667 +40163554,2005,6,1,25 +40171902,1986,9,1,1 +40213180,2010,7,1,1 +40213296,1998,9,1,2 +1539411,2021,12,4,2.25 +1310034,2022,12,1,1 +1332419,2015,5,4,1.75 +40171902,2012,10,2,1.5 +19126352,2013,3,7,2.4285714285714284 +19075601,2013,3,10,2 +40163554,1981,7,1,4 +40171902,1987,1,2,3 +19018935,2022,8,4,2 +40213227,2008,8,3,2.6666666666666665 +19018935,2004,11,2,4 +1332419,2003,10,4,1.5 +19126352,1962,11,1,1 +19126352,1996,10,4,1.25 +40213227,2002,11,1,2 +1545959,2018,6,3,1 +1545959,2000,10,1,1 +19018935,2015,10,2,1.5 +1539411,1995,5,1,2 +40171902,1991,10,2,2.5 +1332419,2016,5,3,1.6666666666666667 +40213306,2020,7,7,1.4285714285714286 +40171902,2018,7,2,2 +19133768,2022,2,2,1 +19126352,2011,1,5,1.2 +1539411,2011,1,5,1.2 +19018935,2016,12,1,2 +19126352,2022,10,3,1.3333333333333333 +1332419,1999,11,3,1.3333333333333333 +40213154,1960,7,4,3.75 +19126352,1987,10,2,1 +19133768,1991,11,1,1 +19126352,2003,12,4,1.75 +1545959,2006,6,2,1 +40171902,2016,10,2,1.5 +1539411,2000,8,2,1.5 +19126352,2000,8,2,1.5 +1539411,2017,8,3,1.6666666666666667 +40213154,1976,1,2,1.5 +19018935,2000,1,2,1.5 +40171902,2000,1,2,1.5 +19018935,2006,2,2,1 +1310034,2020,8,1,1 +19126352,2017,2,3,1.6666666666666667 +19126352,1993,2,1,1 +1539411,2009,3,2,1 +40213227,2007,2,3,1.3333333333333333 +19126352,1996,6,4,1.75 +40213201,1996,6,1,1 +40213201,1999,7,1,2 +19126352,2021,10,4,1 +19018935,2019,1,3,1.6666666666666667 +40171902,2019,1,3,1.6666666666666667 +19126352,1989,9,1,2 +19133768,2017,2,1,1 +19018935,2015,6,2,2 +40163554,2000,8,2,1.5 +40171902,2020,9,2,1.5 +40171902,2003,5,4,1.75 +46275916,1991,1,1,1 +46275916,2023,4,1,1 +1545959,2000,6,1,1 +1310034,2017,1,2,1 +19075601,1998,11,3,1.3333333333333333 +19133768,1998,11,1,1 +1539411,1993,7,1,1 +19075601,2009,8,4,2 +40213227,2005,11,1,2 +40213154,1981,7,1,2 +1310034,2020,9,1,1 +1332419,2007,12,2,1.5 +1310034,2004,10,1,1 +40220960,2013,7,3,1 +40220960,2005,10,2,1 +19075601,2022,1,1,1 +40171902,2018,4,4,1.25 +40171902,1984,8,1,1 +19133768,2019,9,1,1 +40163554,2018,5,1,2 +1310034,2015,10,1,1 +46275916,2015,10,1,1 +19018935,2009,10,2,3 +19133768,1998,3,2,1 +40213154,1977,5,2,1.5 +19126352,1984,10,1,1 +19126352,1999,5,5,2 +19133768,2018,5,1,2 +19126352,2018,2,6,1.6666666666666667 +1545959,2006,10,4,1 +19075601,2006,10,6,1.1666666666666667 +40213154,1955,3,3,1.3333333333333333 +19133768,1988,2,1,1 +40213227,2001,12,2,1.5 +46275916,2002,1,1,1 +19126352,1963,7,1,6 +46275916,1967,4,1,1 +40213154,1959,6,2,4.5 +19018935,2010,7,1,1 +1539411,1992,11,1,4 +1332419,1999,3,2,2 +1310034,1991,9,1,1 +40163554,1986,11,1,1 +40213154,1959,10,2,3.5 +1539411,2017,9,2,1 +19018935,1983,1,1,2 +40220960,1994,4,1,1 +19126352,2006,4,1,1 +19133768,2006,4,1,1 +19126352,2014,12,3,1.3333333333333333 +40213154,1968,8,1,1 +1545959,2007,5,1,1 +40163554,1975,7,1,2 +40171902,1981,8,1,2 +40213201,1993,10,1,2 +40213227,1998,11,2,2 +40171902,2001,4,2,2.5 +1332419,2010,8,3,1.6666666666666667 +1545959,2001,8,1,1 +40213154,1972,6,1,4 +19133768,2009,8,1,1 +40213201,2008,9,1,2 +1539411,1992,3,3,2 +40220960,1992,3,1,1 +19018935,2009,6,2,9.5 +40171902,1994,9,1,1 +19133768,2007,2,2,1 +1539411,1999,5,3,2.6666666666666665 +19126352,1958,3,1,3 +40220960,2003,1,1,1 +40213201,2001,3,2,4.5 +40213154,1966,10,2,1.5 +1545959,2016,11,1,1 +40171902,1995,7,1,5 +1539411,2004,2,2,1.5 +19075601,2010,10,5,1.6 +40213154,1972,10,3,1.3333333333333333 +40213154,1951,4,4,2.75 +40213154,1953,4,3,1.3333333333333333 +40213154,1949,4,3,3.3333333333333335 +19133768,2000,11,2,1 +40243436,2005,3,1,1 +19126352,1952,9,1,1 +40163554,1984,3,1,1 +40171902,1994,8,1,1 +19133768,2013,11,1,1 +40213198,2010,7,2,2 +40213154,1970,10,3,1.6666666666666667 +19126352,1942,12,1,1 +40213154,1985,7,2,1.5 +19126352,1994,2,3,2.6666666666666665 +40213154,1988,1,3,3.6666666666666665 +40243436,2005,11,1,1 +40163554,2001,9,1,1 +19018935,2001,9,1,1 +40213227,2008,9,1,1 +40213227,1994,8,1,1 +1545959,2015,4,1,1 +19126352,1987,6,2,2.5 +40243436,2015,5,1,1 +1310034,1984,11,1,1 +40163554,2011,11,1,1 +1539411,2022,10,1,2 +40213201,1994,6,1,1 +40220960,2014,4,3,1 +40163554,2014,10,1,2 +1539411,2008,11,2,1.5 +46275916,2007,2,1,1 +1545959,2001,9,1,1 +19018935,2004,3,2,2 +40243436,2016,8,2,1.5 +40213227,2011,6,1,1 +40213299,1995,3,1,2 +40213183,1996,3,1,2 +40243436,2019,7,1,1 +40213154,1957,2,1,2 +40213154,1958,2,1,2 +19126352,1985,9,1,2 +40213201,1993,6,1,3 +40220960,1993,12,1,1 +40163554,1991,1,1,1 +40220960,2021,4,1,1 +40213154,1961,1,2,2 +40243436,1988,5,1,1 +40243436,1994,6,1,1 +40213154,1984,5,1,13 +40213260,2011,1,1,2 +19126352,1992,7,3,1 +19133768,1992,7,1,1 +40171902,1989,7,1,1 +40213201,1997,8,1,1 +19126352,1933,3,1,2 +40213154,1949,7,1,2 +19126352,1962,3,1,1 +19126352,1967,7,1,2 +40163554,1981,4,1,2 +40213154,1952,5,1,2 +40171902,1996,8,1,1 +1539411,2000,9,1,1 +40171902,2012,6,1,2 +40213201,1992,10,1,1 +19126352,2023,6,1,2 +19018935,2019,12,2,2.5 +40171902,2019,12,2,2.5 +40163554,2005,10,1,1 +19126352,1992,4,1,2 +40163554,1971,9,1,1 +19133768,1982,4,1,1 +19018935,1984,10,1,1 +40163554,1978,12,1,2 +1332419,2003,6,1,2 +1545959,2009,7,1,1 +40213296,1996,6,1,1 +40163554,1987,10,1,2 +19126352,1984,6,1,2 +40213154,1971,2,1,2 +19018935,1999,2,1,1 +19126352,2008,12,1,2 +40213251,2003,6,1,1 +40213281,2002,9,1,1 +19126352,1983,11,1,1 +19018935,2017,2,1,2 +40213306,2009,7,1,1 +19133768,1999,6,1,1 +19126352,1988,10,1,1 +1545959,2013,4,1,1 +40213154,1969,2,1,1 +40213296,2010,8,1,1 +1539411,1993,4,1,2 +40213201,1990,8,1,1 +19018935,2008,2,1,1 +1332419,2008,6,1,3 +19126352,1995,8,1,2 +19126352,1975,9,1,1 +40171902,2006,3,1,2 +40243436,2014,1,1,1 +46275916,2014,1,1,1 4078793,2022,9,60,2.7 4078793,2012,11,3,1.3333333333333333 4216130,2008,8,2,1 @@ -10464,6 +9501,969 @@ concept_id,date_year,date_month,person_count,records_per_person 4230911,2006,3,1,1 4078793,1999,7,1,2 4336464,2004,6,1,1 +4057420,2018,3,9,1.4444444444444444 +4230911,2016,5,10,1 +4216130,2002,10,2,1 +4336464,2005,10,1,1 +4230911,2005,10,3,1 +4078793,2022,4,42,2.4523809523809526 +4078793,2022,7,59,2.9322033898305087 +4057420,2018,11,8,2.125 +4230911,2017,9,9,1 +4202451,2022,10,8,1 +4202451,2000,12,1,1 +4230911,2002,11,1,1 +4230911,2015,4,5,1 +4057420,2014,8,7,2.142857142857143 +4078793,2021,9,56,3 +40492359,2014,5,2,1 +4230911,1987,4,1,1 +4216130,2007,3,1,1 +4078793,2005,2,1,2 +4078793,2021,8,36,2.4444444444444446 +4336464,1982,1,2,1 +4078793,2014,5,33,1.696969696969697 +4230911,2014,1,5,1 +4078793,2008,5,1,1 +4078793,2011,5,2,1 +4078793,2016,5,38,2.973684210526316 +4078793,2020,5,39,2.5641025641025643 +4078793,2019,2,30,2.066666666666667 +4216130,1975,11,2,1 +4057420,2016,9,8,2.5 +4057420,2016,8,6,2 +4336464,1990,10,1,1 +40492359,1973,6,1,1 +4057420,1973,6,1,1 +4216130,1987,5,1,1 +4230911,2014,12,5,3 +4230911,2017,8,9,1 +4230911,2019,7,13,1 +40492359,2019,3,1,1 +4230911,2019,4,7,1 +4230911,1999,8,3,1 +40492359,1997,8,1,1 +4230911,1985,7,3,1 +4230911,2007,1,5,1 +4202451,2018,5,7,1 +4216130,1975,3,1,1 +4202451,2001,9,1,1 +4336464,2014,1,1,1 +4216130,2019,10,3,1 +4336464,2009,4,1,1 +4230911,2003,7,2,1 +4057420,2017,4,11,1.7272727272727273 +4230911,1996,12,2,1 +4078793,2006,7,1,2 +4216130,2003,9,1,1 +4057420,1997,6,2,2 +4202451,2021,8,7,1 +4202451,2015,10,7,1 +40492359,2021,7,3,1 +4230911,1989,3,2,1 +4078793,2012,1,5,1.2 +4230911,2015,7,7,1 +4057420,2015,5,9,5.555555555555555 +4230911,2006,1,3,1 +4336464,1968,6,2,1 +4057420,2022,9,12,4.333333333333333 +4078793,2003,11,3,1.6666666666666667 +4230911,1991,12,2,1 +4216130,2005,2,1,1 +4336464,1989,8,1,1 +4230911,2010,3,3,1 +4202451,2019,5,6,1.1666666666666667 +4202451,2015,6,5,1 +4336464,2005,6,2,1 +4230911,1997,11,1,1 +4230911,2005,6,2,1 +4336464,2021,9,3,1 +4230911,2020,2,8,1 +4057420,2002,8,1,2 +4202451,2008,7,1,1 +4336464,2003,11,1,1 +4202451,2016,10,4,1 +4230911,1969,3,1,1 +4230911,1980,2,1,1 +40492359,2003,4,1,1 +4230911,2003,4,1,1 +4230911,1958,12,1,1 +4336464,2008,3,1,1 +4057420,2014,9,9,2.5555555555555554 +40492359,2013,11,1,1 +4057420,2013,11,7,1.4285714285714286 +4202451,2020,7,3,1 +40492359,2018,10,1,1 +4216130,2022,3,1,1 +4230911,1967,8,1,1 +4230911,2004,5,2,1 +4078793,1999,9,2,3.5 +4078793,1999,8,2,3.5 +4336464,1948,7,1,1 +4230911,1979,11,1,1 +4057420,2023,6,4,1.75 +4216130,2004,7,1,1 +4057420,2017,7,8,1.875 +4078793,1997,1,2,4 +4230911,2002,3,3,1 +4057420,1998,2,1,2 +4216130,2004,4,1,1 +40492359,1995,7,1,1 +4057420,1995,7,1,1 +4230911,2006,12,2,1 +4202451,1993,1,2,1 +4230911,1993,1,2,1 +4336464,2021,8,3,1 +4078793,2002,8,3,2 +4057420,2022,8,9,2.3333333333333335 +4336464,2003,3,1,1 +4078793,2000,10,2,1.5 +4336464,2023,5,1,1 +4057420,2013,3,2,3 +4336464,1970,5,1,1 +4216130,1970,5,1,1 +4216130,2016,11,1,1 +40492359,1955,4,2,1 +4202451,2020,4,4,1 +4230911,2018,2,2,1 +4057420,2005,3,1,1 +4230911,2009,3,1,1 +4336464,2013,11,1,1 +4202451,2022,6,4,1 +4216130,1980,8,1,1 +4216130,1994,4,1,1 +4216130,1998,7,1,1 +4336464,2015,6,1,1 +4216130,2015,6,1,1 +4336464,1995,5,1,1 +4202451,2008,4,1,1 +4057420,2005,11,1,1 +40492359,1984,11,1,1 +40492359,2018,6,1,1 +4230911,2001,5,2,1 +4216130,2022,11,1,1 +4202451,2011,1,2,1 +4336464,2022,2,2,1 +4057420,2007,2,1,1 +4216130,2001,1,1,1 +4336464,2001,9,1,1 +40492359,1998,9,1,1 +4230911,2011,7,1,1 +4216130,2006,2,2,1 +4202451,1993,12,1,1 +4230911,1993,12,1,1 +4336464,2019,7,2,1 +4057420,2011,7,1,2 +4336464,2018,12,1,1 +4202451,2017,5,3,1 +4336464,1998,9,2,1 +4336464,1978,11,1,1 +4336464,2012,9,3,1 +40492359,2001,9,2,1 +4216130,2018,2,1,1 +4216130,2019,6,2,1 +4230911,1994,8,1,1 +4230911,2009,11,1,1 +4202451,2009,5,1,1 +4230911,1982,4,1,1 +4216130,1982,4,1,1 +4336464,2009,7,1,1 +4078793,2006,4,2,2 +4078793,1997,12,1,2 +4230911,1989,11,2,1 +4336464,1990,6,1,1 +40492359,1994,9,1,1 +4230911,1994,9,2,1 +4336464,1991,9,1,1 +4216130,1998,4,1,1 +4216130,1943,8,1,1 +4230911,2008,12,1,1 +4230911,1968,4,1,1 +4216130,1968,4,1,1 +4216130,2012,1,2,1 +4230911,1958,1,1,1 +4216130,1994,7,1,1 +4078793,1995,2,1,2 +4078793,1996,2,1,2 +4230911,2007,12,1,1 +4336464,2010,12,2,1 +4216130,2010,12,2,1 +4202451,2021,9,3,1 +4230911,1974,7,1,1 +4216130,2007,11,2,1 +4057420,1999,12,1,2 +4336464,1994,10,1,1 +4057420,2008,2,1,1 +4078793,2012,12,1,1 +4216130,1991,11,1,1 +40492359,2017,8,1,1 +4336464,2002,5,1,1 +4202451,1973,8,1,1 +4336464,2006,5,1,1 +4230911,1991,1,1,1 +4336464,1984,11,1,1 +4202451,2016,6,1,1 +4336464,1983,9,1,1 +4078793,2004,5,1,1 +4078793,2009,5,1,3 +4078793,1998,2,1,6 +4078793,2003,3,1,6 +4057420,2004,4,1,1 +4336464,1994,6,1,1 +4078793,1978,6,1,2 +4230911,1983,3,1,1 +4230911,1955,6,1,1 +4057420,1990,5,1,5 +4230911,1988,2,1,1 +4230911,2008,1,1,1 +4336464,2019,4,1,1 +4230911,1977,10,1,1 +4336464,2014,12,1,1 +4230911,1969,11,1,1 +4336464,1947,7,1,1 +4336464,2001,8,1,1 +4202451,1992,3,1,1 +4057420,2020,11,12,2 +4078793,2019,9,34,2.5588235294117645 +4078793,2010,11,2,1.5 +4078793,2015,3,37,2.5945945945945947 +4078793,2022,5,49,1.8775510204081634 +4078793,2017,3,33,2.5454545454545454 +4078793,2018,3,46,2.3260869565217392 +4057420,2020,3,12,1.6666666666666667 +4078793,2020,7,42,2.6666666666666665 +4057420,2021,3,14,1.8571428571428572 +4078793,2023,3,42,2.4761904761904763 +4057420,2019,11,11,2.4545454545454546 +4230911,2020,8,9,1.1111111111111112 +4078793,2016,7,30,2.6666666666666665 +4336464,2023,4,2,1 +4057420,2017,5,9,6.777777777777778 +4057420,2015,4,6,1.3333333333333333 +4057420,2001,6,2,1.5 +4202451,2016,12,4,1 +4216130,1987,4,1,1 +4078793,2018,11,50,2.38 +4078793,2017,11,43,2.1627906976744184 +4230911,2022,11,7,1 +4078793,2013,11,25,1.72 +4078793,2015,11,39,2 +4078793,2004,4,4,1.75 +4078793,2021,2,29,2.3793103448275863 +4078793,2014,4,21,3.2857142857142856 +40492359,2016,3,3,1 +4336464,2002,7,4,1 +4230911,2018,9,9,1.1111111111111112 +4078793,2014,7,39,2.717948717948718 +4078793,2019,8,47,2.5106382978723403 +4230911,1972,4,1,1 +4202451,2015,12,4,1 +40492359,2021,5,3,1 +4230911,2018,8,5,1 +4216130,2023,1,3,1 +4230911,1987,5,1,1 +4336464,2015,1,2,1 +4216130,2015,1,2,1 +4230911,2021,3,7,1 +4078793,2016,4,24,1.9583333333333333 +4336464,1982,10,1,1 +4202451,2019,7,10,1 +4057420,2019,3,6,1.6666666666666667 +4202451,2019,4,4,1 +4230911,2015,5,9,1 +4078793,2020,4,40,1.85 +4230911,1970,9,1,2 +4216130,2003,2,2,1 +4230911,2003,5,1,1 +4216130,2013,9,2,1 +4216130,2019,12,4,1 +4057420,2021,11,14,2.2857142857142856 +4202451,2021,2,4,1 +4216130,2012,10,2,1 +4202451,2018,4,7,1 +4057420,2014,2,7,1.4285714285714286 +4336464,1987,1,1,1 +4230911,2022,3,10,1 +4078793,2008,7,1,2 +4078793,2009,7,1,2 +4057420,1991,3,1,1 +4202451,1997,7,1,1 +4202451,2016,1,4,1 +4057420,2016,2,11,1.7272727272727273 +4216130,2020,8,2,1 +40492359,2012,7,1,1 +4230911,2007,6,2,1 +4230911,2004,7,3,1 +4230911,2014,10,5,1 +4057420,2007,8,2,1.5 +4202451,2014,11,4,1 +4202451,2017,7,5,1 +4230911,1977,1,1,1 +4202451,2020,5,4,1 +4216130,2021,4,2,1 +4230911,2021,11,7,1 +4202451,2014,3,2,1 +4230911,1990,8,1,1 +4230911,2020,9,5,1 +4216130,2020,9,1,1 +4230911,2016,4,7,1 +4230911,1996,10,3,1 +4057420,2022,2,6,1.5 +40492359,2010,9,1,3 +4202451,2017,4,9,1 +4230911,1996,6,2,1 +4230911,2006,10,5,1 +4230911,1990,9,1,1 +4230911,2008,6,3,1 +4336464,1994,12,3,1 +4057420,2015,7,7,1.7142857142857142 +4230911,2019,5,8,1.125 +40492359,2020,7,3,1 +4336464,1996,8,3,1 +4216130,1996,8,3,1 +4078793,2001,7,3,2 +4078793,2005,8,3,2 +4336464,2019,5,2,1 +4230911,1993,10,1,1 +4216130,1993,10,1,1 +4230911,2016,7,5,1 +4216130,2005,8,2,1 +4202451,1969,3,1,1 +4216130,1980,2,1,1 +40492359,1997,2,1,1 +4230911,2011,5,4,1 +4336464,2009,5,1,1 +4336464,2020,1,3,1.3333333333333333 +4230911,1980,9,1,1 +4336464,1951,5,1,1 +4216130,1951,5,1,1 +4202451,2022,12,6,1 +4078793,2012,10,5,2 +4230911,2013,11,3,1 +4202451,2018,7,3,1 +4057420,2023,1,6,3.3333333333333335 +4202451,2013,4,1,1 +40492359,2018,12,1,1 +4202451,2006,5,2,1 +4078793,1995,8,1,6 +4078793,1998,9,2,3.5 +4216130,2004,5,1,1 +4078793,1996,9,2,3.5 +4078793,2011,4,2,1 +4078793,2009,4,2,1 +4057420,1998,8,1,5 +40492359,2015,9,1,1 +4216130,1948,7,1,1 +4230911,1991,10,1,1 +4336464,1993,11,1,1 +4078793,1994,1,1,2 +4078793,2002,2,1,2 +4216130,2012,6,1,1 +4230911,2004,4,2,1 +4057420,2008,9,1,2 +4078793,2007,9,2,2 +4336464,2002,4,1,1 +4230911,2006,6,4,1 +4336464,2007,2,2,1 +4230911,1975,8,1,1 +4078793,1997,6,2,8.5 +4216130,2002,1,1,1 +4057420,2002,2,1,1 +4336464,2016,11,1,1 +4216130,2021,7,2,1 +4078793,2000,12,1,2 +4216130,2001,10,1,1 +4336464,2010,10,1,1 +4216130,2010,10,1,1 +4202451,1978,7,1,1 +4230911,2000,11,2,1 +4336464,2004,3,2,1 +40492359,2005,3,1,1 +4057420,1999,6,1,2 +4078793,2004,7,1,2 +4216130,2009,3,1,1 +4336464,2014,10,1,1 +4230911,1980,8,1,1 +4336464,2022,8,2,1 +40492359,2005,11,1,1 +4202451,2015,1,5,1 +4202451,1974,12,1,1 +4057420,2004,5,1,1 +4336464,1990,12,2,1 +4202451,2012,3,1,1 +4202451,1988,5,1,1 +4057420,1984,11,1,1 +4216130,2002,12,1,1 +4078793,1990,6,1,1 +4336464,1996,9,1,1 +4216130,1996,9,1,1 +4078793,1992,6,1,1 +4216130,2019,1,1,1 +4057420,2012,3,1,4 +4057420,2012,11,1,1 +4078793,1997,10,1,2 +4078793,2011,7,2,1.5 +4057420,1998,9,1,1 +4230911,2014,6,3,1 +4336464,2022,9,1,1 +4216130,2018,8,2,1 +4216130,2018,9,1,2 +4230911,2001,7,1,1 +4057420,1994,6,1,1 +4216130,2005,9,1,1 +40492359,2015,8,1,1 +4078793,2007,8,1,2 +4216130,1955,8,1,1 +4230911,2008,10,3,1 +4078793,1996,8,1,1 +40492359,2022,2,1,1 +4216130,1998,5,1,1 +4230911,2012,9,3,1 +4336464,2018,6,3,1 +4078793,2010,3,1,2 +4230911,2001,4,3,1 +4336464,2001,2,1,1 +4336464,2010,6,2,1 +4216130,2010,6,2,1 +4230911,1998,3,2,1 +40492359,2009,11,1,1 +4078793,2005,9,1,2 +4078793,1998,8,1,2 +4078793,2012,6,2,2.5 +4216130,2006,8,2,1 +4078793,1993,11,2,2 +4078793,1990,10,1,2 +4230911,2023,2,3,1 +4202451,1999,8,1,1 +4202451,2013,7,3,1 +4230911,1974,5,1,1 +4336464,1990,1,1,1 +4202451,2009,4,1,1 +4230911,2013,3,1,1 +4216130,1969,6,1,1 +4336464,1975,9,1,1 +4230911,1975,9,1,1 +4216130,1999,8,1,1 +4336464,1976,7,1,1 +4336464,2000,10,1,1 +4078793,1992,10,2,2 +4230911,1963,5,2,1 +40492359,2023,2,1,1 +4057420,2000,4,1,1 +4202451,2007,1,1,1 +4230911,2017,2,2,1 +40492359,1991,1,1,1 +4336464,2000,6,1,1 +4216130,1984,11,1,1 +4230911,1998,11,1,1 +4336464,2020,12,2,1 +4057420,2008,8,1,2 +4202451,2008,5,1,1 +4202451,2009,7,1,1 +4202451,2022,1,1,1 +4202451,2003,2,1,1 +4202451,1983,3,1,1 +4078793,1988,5,1,5 +4057420,1986,4,1,5 +4057420,1993,6,1,5 +4057420,1989,5,1,5 +40492359,2016,11,1,1 +40492359,2014,7,1,1 +40492359,2014,4,1,1 +4336464,1963,10,1,1 +4336464,1967,1,1,1 +4216130,1967,1,1,1 +40492359,2002,1,1,1 +40492359,1967,4,1,1 +4336464,1963,6,1,1 +4336464,1991,2,1,1 +4202451,1985,7,1,1 +4336464,2006,4,1,1 +4057420,1994,10,1,2 +4216130,1947,7,1,1 +4216130,1977,5,1,1 +40492359,2006,3,1,1 +4078793,2020,9,48,2.3541666666666665 +4078793,2015,12,31,2.129032258064516 +4078793,2017,12,28,2.107142857142857 +40492359,2018,3,2,1 +4057420,2016,5,13,1.9230769230769231 +4078793,2022,2,45,2.2888888888888888 +4230911,2002,10,3,1 +4078793,2019,4,40,1.875 +4230911,2000,12,2,1 +4078793,2019,7,38,2.473684210526316 +4057420,2020,1,20,2.5 +4078793,2018,12,33,1.7272727272727273 +4078793,2023,1,40,1.975 +4202451,2015,3,5,1 +4230911,2018,4,9,1 +4202451,2017,9,6,1 +4202451,2021,5,7,1 +4057420,2018,10,5,1 +40492359,2017,5,1,1 +4230911,2017,5,5,1 +40492359,2015,4,1,1 +4078793,2003,6,2,2 +4078793,2016,9,29,1.6206896551724137 +4057420,2014,5,15,1.6666666666666667 +4230911,2021,1,7,1 +4057420,2021,1,10,1.7 +4057420,1979,12,1,1 +4057420,2013,10,11,2.090909090909091 +4202451,2022,11,6,1 +4078793,2020,8,42,2.8095238095238093 +4057420,2018,6,9,1.4444444444444444 +4202451,2014,1,3,1 +4336464,2011,12,1,1 +4057420,2006,4,2,1 +4078793,2017,1,31,1.8387096774193548 +4057420,2019,1,12,2 +4336464,2017,10,1,1 +4216130,2017,10,1,1 +4230911,2013,1,2,1 +4336464,2004,1,2,1 +4336464,1999,12,3,1 +4202451,2018,9,6,1 +4202451,2023,4,10,1 +4078793,2016,8,46,2.5869565217391304 +40492359,2010,4,2,1 +4230911,2023,5,5,1 +4057420,2023,3,15,1.9333333333333333 +4078793,2013,12,27,2.2222222222222223 +4230911,2016,9,6,1 +4057420,2015,8,6,1.5 +4078793,2014,9,27,1.5925925925925926 +4078793,2014,8,26,2.769230769230769 +4078793,2015,1,21,1.9523809523809523 +4202451,2018,8,2,1 +4057420,2019,12,11,2 +4057420,2020,12,15,1.6 +4057420,2012,1,1,1 +4216130,2005,4,5,1 +4078793,2018,1,39,2.1794871794871793 +4202451,2010,2,1,1 +4336464,1970,9,1,2 +4216130,1970,9,1,2 +4078793,2021,5,41,1.6341463414634145 +4230911,2015,2,4,1 +4230911,2003,2,4,1 +4230911,2013,12,6,1.1666666666666667 +4216130,2003,5,1,1 +4336464,1985,7,2,1 +4216130,1985,7,2,1 +4336464,1967,11,1,1 +4216130,1967,11,1,1 +4230911,2001,9,4,1 +4336464,2020,11,2,1 +4216130,2008,2,2,1 +4202451,2022,3,8,1 +4078793,2005,7,1,2 +4078793,2007,7,1,2 +40492359,1991,3,1,1 +4216130,2000,4,1,1 +4230911,2012,7,4,1 +4336464,2013,6,2,1 +4216130,2007,6,2,1 +4216130,1965,7,2,1 +4202451,2017,8,4,1 +4078793,2008,8,1,1 +4078793,2009,8,2,1.5 +4078793,2011,9,2,1.5 +4057420,2021,12,15,2.1333333333333333 +4216130,1989,3,2,1 +4078793,2013,1,2,1.5 +4216130,1990,8,1,1 +40492359,1996,10,1,1 +4230911,1986,4,1,1 +4230911,2011,2,1,1 +4057420,2010,12,2,1.5 +4216130,2004,2,3,1 +4230911,2019,2,8,1 +40492359,2018,11,1,2 +4202451,2013,8,4,1 +40492359,1990,9,1,1 +4057420,1990,9,1,1 +4202451,2015,11,4,1 +4336464,2008,6,2,1 +4336464,2022,4,3,1 +4057420,2012,12,4,1.25 +4216130,2021,9,3,1 +4230911,2020,7,9,1 +4057420,2015,9,4,1 +4078793,2004,8,3,2 +4230911,2018,7,7,1.1428571428571428 +4216130,2018,7,4,1.25 +4202451,2020,2,7,1 +4057420,2017,2,7,5.857142857142857 +4336464,2003,10,2,1 +4216130,2019,11,1,1 +4057420,2009,7,1,1 +4336464,2002,8,1,1 +4202451,2016,3,3,1 +4230911,2021,12,8,1 +4216130,2013,7,2,1 +4230911,2022,12,9,1 +4336464,2016,12,4,1 +4230911,2020,4,7,1 +4216130,2020,4,3,1 +4230911,1984,11,3,1 +4216130,2022,6,1,1 +4202451,2012,12,1,1 +4336464,1986,5,1,1 +4202451,2014,12,2,6 +4216130,2020,7,3,1 +4202451,1974,3,1,1 +4078793,2003,10,2,4 +4057420,2022,5,10,1.5 +4202451,2016,11,4,1 +4216130,2018,4,1,1 +4216130,1991,10,1,1 +4336464,2004,12,1,1 +4202451,2019,9,2,1 +40492359,2002,3,1,1 +4078793,1993,1,1,2 +4336464,2013,10,1,1 +4216130,2021,8,3,1 +4078793,2001,8,3,2 +4078793,2009,9,2,2 +40492359,2021,2,2,1 +4230911,2009,10,2,1 +4202451,1975,8,1,1 +4202451,2019,8,6,1 +4216130,2022,10,2,1 +4230911,2010,10,1,1 +4057420,1992,11,2,1.5 +4230911,2005,3,2,1 +4230911,1952,9,1,1 +4216130,1952,9,1,1 +4216130,2019,3,2,1 +4230911,2016,8,8,1.125 +4216130,2014,10,1,1 +4336464,1942,12,1,1 +4230911,1942,12,1,1 +4216130,1942,12,1,1 +4230911,2005,11,3,1 +4078793,2010,1,1,1 +4057420,2011,2,1,1 +4078793,2010,12,2,1.5 +4336464,2001,5,2,1 +4078793,1995,7,1,1 +4078793,1996,7,2,1.5 +4336464,1958,4,1,1 +40492359,2007,2,1,1 +4078793,2005,4,2,1.5 +4057420,2007,4,1,1 +4057420,2008,4,1,1 +4216130,2016,10,3,1 +40492359,2003,2,1,1 +4202451,1997,9,2,1 +4230911,1966,12,1,1 +4336464,2020,3,1,1 +4230911,1999,5,3,1 +40492359,2016,12,1,1 +40492359,1988,5,1,1 +4057420,1988,5,1,1 +4230911,1992,5,1,1 +4336464,1950,12,1,1 +4230911,1950,12,1,1 +4216130,1950,12,1,1 +4336464,1969,7,1,1 +4230911,2004,8,2,1 +4230911,2010,6,3,1 +4336464,1987,3,1,1 +4078793,2008,9,3,2 +4336464,2008,10,2,1 +4078793,2001,9,1,1 +4336464,1998,5,1,1 +4230911,1978,11,1,1 +4202451,2002,7,1,1 +40492359,2019,10,1,1 +4336464,1999,1,2,1 +4230911,1982,2,1,1 +4078793,2004,9,1,2 +40492359,2022,5,1,1 +4336464,2006,8,2,1 +4216130,2000,7,1,1 +4078793,1994,11,2,2 +4216130,1960,7,1,1 +4336464,2022,7,2,1 +4230911,1979,6,1,1 +4216130,1989,11,2,1 +4216130,2013,4,1,1 +4230911,1998,1,2,1 +4336464,1974,5,1,1 +4216130,1974,5,1,1 +4230911,1955,11,1,1 +4057420,1955,11,1,1 +4230911,1980,7,1,1 +4057420,2005,10,1,2 +4230911,1969,6,1,1 +4078793,2000,3,2,2 +4230911,1980,4,1,1 +4336464,1996,7,1,1 +4216130,1996,7,1,1 +4230911,1988,7,1,1 +4216130,1976,7,1,1 +40492359,1996,6,1,1 +4057420,1997,11,1,2 +40492359,2006,1,1,1 +4202451,1992,6,1,1 +40492359,2020,8,1,1 +4336464,2012,5,1,1 +4336464,2005,3,1,1 +4336464,2005,11,2,1 +4057420,1991,1,1,1 +4202451,2013,9,1,1 +4216130,1983,9,1,1 +4057420,1998,7,1,1 +4336464,2003,6,1,1 +40492359,2020,9,1,1 +4230911,2022,1,1,1 +4202451,2009,9,1,1 +40492359,2004,4,1,1 +4336464,1955,6,1,1 +4057420,1985,4,1,5 +4216130,1963,10,1,1 +4336464,1956,1,1,1 +40492359,2013,10,2,1 +4230911,2009,6,2,1 +4216130,1963,6,1,1 +4216130,2002,3,1,1 +4078793,2006,2,1,3 +4216130,2006,4,1,1 +4336464,2007,5,1,1 +4230911,2001,8,1,1 +4216130,2011,6,1,1 +4078793,1998,7,1,2 +4078793,2022,11,52,2.0961538461538463 +4230911,2008,8,4,1 +4230911,2019,11,3,1 +40492359,2016,5,2,1 +4057420,2023,2,14,1.7857142857142858 +4078793,2023,5,51,1.8627450980392157 +4216130,2005,10,1,1 +40492359,2000,12,1,1 +4057420,2022,1,8,1.625 +4078793,2021,1,43,2.046511627906977 +4230911,2015,3,5,1 +4057420,2018,4,7,1.4285714285714286 +4078793,2022,3,49,2.4693877551020407 +4230911,2023,1,9,1 +4230911,2021,5,10,1 +4078793,2019,10,39,1.564102564102564 +4230911,2000,5,1,1 +40492359,1979,12,1,1 +4078793,2006,3,1,2 +4078793,2019,6,49,1.9795918367346939 +4078793,2021,12,51,2.019607843137255 +4078793,2010,5,1,1 +4057420,2005,4,2,1.5 +4202451,2022,2,6,1 +4078793,2017,5,42,1.7142857142857142 +4078793,2015,5,37,2.081081081081081 +4230911,1999,12,3,1 +4230911,2002,7,5,1 +4230911,1994,12,4,1 +4230911,2017,12,12,1 +4230911,2010,4,2,1 +4057420,2014,12,8,1.375 +4057420,2021,5,9,2.4444444444444446 +4230911,1990,10,1,1 +4202451,2020,11,6,1 +4057420,2014,1,9,1.6666666666666667 +4057420,2019,5,12,4.833333333333333 +4230911,2019,3,7,1.1428571428571428 +4057420,1999,8,1,1 +4202451,2008,11,4,1 +4230911,2011,3,1,1 +4057420,2011,3,1,1 +40492359,2017,12,4,1 +4078793,2018,5,39,2.58974358974359 +4202451,2015,2,3,1 +4057420,2020,5,6,2.3333333333333335 +4078793,2003,4,2,2 +4230911,2012,6,3,1 +4336464,2007,1,3,1 +4230911,2012,10,2,1 +4230911,2009,4,2,1 +4336464,2003,7,1,1 +4057420,2017,11,14,2.2857142857142856 +4336464,2010,8,2,1 +4202451,2006,11,1,1 +4216130,2010,8,2,1 +4078793,1996,6,2,2 +4230911,1997,7,2,1 +4216130,2014,4,2,1 +4230911,1993,9,2,1 +4216130,1993,9,1,1 +4230911,2017,1,10,1 +4230911,2014,8,2,1 +4216130,2013,6,2,1 +4202451,2004,7,2,1 +4057420,2017,3,12,1.6666666666666667 +4202451,2016,2,6,1 +4230911,1965,7,2,1 +40492359,2006,5,1,1 +4202451,2008,3,1,1 +4057420,2004,11,2,1 +4216130,2007,7,2,1 +4216130,1976,10,3,1 +4216130,1981,1,1,1 +4202451,1993,9,1,1 +4078793,2006,11,4,1.75 +4336464,1991,12,2,1 +4057420,2022,12,16,2 +4057420,2006,10,1,1 +4336464,2005,2,1,1 +4230911,2005,2,1,1 +4230911,2015,11,4,1 +4230911,2018,6,8,1 +4057420,2018,7,8,2.125 +4057420,2013,7,7,3 +4057420,2016,1,6,1.3333333333333333 +40492359,2019,4,2,1 +4230911,1993,8,1,2 +4216130,1993,8,1,2 +4216130,2022,4,3,1 +4216130,2005,6,2,1 +4230911,1996,8,4,1 +4230911,2003,11,1,1 +4216130,2016,7,2,1 +4230911,2022,5,9,1 +4202451,2014,5,3,1 +4336464,2019,11,1,1 +4230911,2009,7,3,1 +4057420,1997,2,1,1 +4216130,1958,12,1,1 +4216130,2008,3,1,1 +4216130,2009,5,1,1 +4202451,2021,12,5,1 +4336464,2013,7,2,1 +4336464,2011,5,2,1 +4336464,2015,2,1,1 +4216130,2015,2,1,1 +4230911,2018,10,3,1 +4216130,1976,6,1,1 +40492359,2013,4,1,1 +4057420,2013,4,2,1.5 +4336464,2022,6,1,1 +4057420,2016,12,10,3.3 +4230911,1974,3,1,1 +4336464,2004,5,1,1 +4057420,1994,8,1,6 +4078793,1997,9,3,2.6666666666666665 +4202451,1999,10,1,1 +4230911,2020,6,3,1 +4078793,2000,2,1,2 +4216130,2013,10,1,1 +4057420,1962,1,1,1 +4230911,2020,10,3,1 +4202451,2010,3,1,1 +4230911,1951,10,1,1 +4216130,2016,4,2,1 +4230911,1991,8,1,1 +4336464,2021,12,1,1 +4230911,2002,4,1,1 +40492359,2013,7,1,1 +4216130,2006,6,2,1 +4230911,2003,3,1,1 +4057420,1998,10,1,1 +4202451,2001,12,3,1 +4078793,1991,5,2,10 +4078793,1993,5,1,15 +4078793,1998,6,2,8.5 +4202451,2003,1,1,1 +40492359,2002,2,1,1 +4078793,1999,12,2,2 +4336464,2022,10,2,1 +4202451,2021,1,3,1 +4216130,2004,3,2,1 +4078793,2003,7,2,2 +4336464,2009,3,1,1 +4336464,1997,9,2,1 +4216130,1997,9,2,1 +4336464,2019,3,2,1 +4078793,2012,8,2,1.5 +40492359,2021,11,1,1 +4230911,2014,9,4,1 +4336464,1980,8,1,1 +4216130,2006,10,4,1 +4336464,2021,1,2,1 +4230911,1996,9,1,1 +4078793,1998,10,1,2 +4057420,2010,5,2,1 +4078793,2013,5,2,1 +4336464,2001,1,1,1 +4216130,2001,9,1,1 +4057420,2007,6,1,2 +40492359,2019,7,1,1 +4336464,1966,12,1,1 +4216130,2011,7,1,1 +4336464,2018,8,2,1 +4336464,2018,9,1,2 +4336464,1999,5,2,1 +4230911,1976,1,1,1 +4230911,1988,6,1,1 +4230911,1969,7,1,1 +4336464,2010,9,2,1 +4216130,2010,9,2,1 +4230911,1987,3,1,1 +4336464,2016,5,4,1 +4230911,1998,5,1,1 +4216130,2012,9,3,1 +4057420,2001,9,2,1 +4216130,2018,6,3,1 +40492359,2011,6,1,1 +4230911,1999,1,3,1 +4216130,1998,3,2,1 +4057420,2012,5,1,1 +4057420,2009,10,1,1 +4230911,1986,6,1,1 +4230911,2006,8,2,1 +4230911,1990,6,2,1 +4336464,1960,7,1,1 +40492359,2017,1,2,1 +4230911,1985,3,2,1 +4216130,2022,7,2,1 +40492359,1960,4,1,1 +4216130,2023,2,2,1 +4216130,1999,6,1,1 +4057420,1994,9,1,1 +4336464,2013,4,1,1 +4336464,1998,1,1,1 +4230911,1991,9,2,1 +4216130,2003,12,1,1 +40492359,1955,11,1,1 +4336464,2012,1,2,1 +4336464,1969,6,1,1 +4216130,1958,1,1,1 +4336464,2007,12,1,1 +40492359,2022,12,1,1 +4336464,1988,7,1,1 +4216130,1988,7,1,1 +4216130,2000,10,1,1 +4336464,1996,10,1,1 +4216130,1996,10,1,1 +4202451,2002,10,1,1 +4216130,2000,6,1,1 +4216130,1998,11,1,1 +4078793,2005,6,1,1 +40492359,2004,10,1,1 +4202451,2023,6,1,1 +40492359,2015,10,1,1 +4078793,1980,6,1,2 +4216130,1955,6,1,1 +4230911,2007,9,1,1 +4230911,1967,1,1,1 +4057420,2002,1,1,1 +4202451,1994,4,1,1 +4202451,2020,3,1,1 +4202451,1999,6,1,1 +4078793,1995,10,1,2 +4230911,2008,9,1,1 +4216130,2001,8,1,1 +4336464,1977,5,1,1 4078793,2011,11,2,1 4078793,2009,11,2,1.5 4202451,2019,11,2,1 @@ -11211,102 +11211,6 @@ concept_id,date_year,date_month,person_count,records_per_person 4078793,2009,10,1,2 4230911,1992,3,1,1 4230911,2004,6,1,1 -4217646,1997,5,1,1 -4217646,2011,1,2,1 -4217646,1992,2,1,1 -4217646,2010,4,2,1 -4217646,2021,5,3,1 -4217646,2004,6,2,1 -45772840,2017,9,1,2 -45767945,2005,4,4,1 -45767945,2017,8,4,1 -45767945,1982,10,1,1 -4217646,1999,8,3,1 -4217646,1949,2,1,1 -45772840,2022,10,1,1 -4217646,2005,5,1,1 -4217646,2007,1,2,1 -4217646,1986,6,2,1 -45767945,2020,11,2,1 -45767945,1996,12,2,1 -4217646,1998,3,1,1 -4217646,1959,4,1,1 -45767945,1989,3,2,1 -4217646,1990,5,1,1 -4217646,1953,6,2,1 -45772840,2019,8,1,2 -4217646,1996,1,1,1 -4217646,2020,7,3,1 -45767945,2003,11,1,1 -4217646,1967,2,1,1 -4217646,1998,11,1,1 -4217646,1980,1,1,1 -45767945,2022,12,2,1 -45772840,2016,1,1,1 -45772840,1997,9,2,2 -4217646,1951,8,1,1 -45767945,1993,11,1,1 -45767945,2021,12,1,1 -4217646,2011,12,1,1 -45767945,2007,9,1,1 -4217646,1946,9,1,1 -45767945,2003,3,1,1 -45767945,2023,5,1,1 -45767945,2016,11,1,1 -45767945,2004,10,2,1 -4217646,1951,9,2,1 -45767945,2009,3,1,1 -45767945,2013,11,1,1 -4217646,2007,12,1,1 -4217646,1984,10,3,1 -4217646,1966,5,1,1 -45767945,2021,1,2,1 -4217646,1947,8,1,1 -4217646,1931,3,1,1 -4217646,1956,7,1,1 -45767945,2011,10,1,1 -4217646,2003,2,2,1 -4217646,1941,5,1,1 -45767945,2018,8,2,1 -45767945,2020,3,1,1 -45767945,2018,9,1,2 -45767945,2019,7,2,1 -45767945,1983,4,1,1 -45767945,2001,7,1,1 -4217646,1993,12,1,1 -45767945,1991,9,2,1 -45767945,1987,3,1,1 -45767945,1998,9,2,1 -4217646,2022,2,1,1 -4217646,2019,10,1,1 -45767945,2001,4,2,1 -45767945,2017,9,3,1 -4217646,1974,2,2,1 -45767945,2015,9,1,1 -45767945,1989,11,2,1 -4217646,1964,12,1,1 -45767945,2015,8,3,1 -45772840,2017,8,2,13 -45767945,2013,3,1,1 -4217646,1994,7,1,1 -4217646,1982,7,1,1 -45772840,2013,10,1,2 -4217646,1971,1,1,1 -45767945,1997,7,1,1 -45767945,1984,11,1,1 -45767945,2006,8,2,1 -45772840,2012,9,1,2 -4217646,1984,6,1,1 -4217646,2004,10,1,1 -4217646,1989,2,1,1 -45767945,1967,1,1,1 -45767945,2019,4,1,1 -4217646,1962,7,1,1 -45767945,2002,3,1,1 -4217646,1980,12,1,1 -45767945,1977,5,1,1 -45767945,2011,6,1,1 -45767945,2004,6,1,1 45767945,2023,4,2,1 4217646,2003,9,4,1 4217646,2003,8,2,1 @@ -11714,6 +11618,106 @@ concept_id,date_year,date_month,person_count,records_per_person 4217646,2006,3,1,1 45772840,2011,10,1,2 45772840,2019,1,1,1 +4217646,1967,12,2,1 +4217646,2018,4,1,1 +4217646,1976,7,1,1 +4217646,2017,5,1,1 +4217646,2015,4,1,1 +4217646,2002,10,1,1 +45772840,2018,1,1,1 +45767945,2017,10,1,1 +4217646,1999,6,1,1 +45767945,1987,5,1,1 +4217646,2012,1,2,1 +4217646,1960,10,2,1 +45767945,2003,5,1,1 +4217646,1938,4,1,1 +45772840,2017,10,1,1 +45767945,2014,4,2,1 +45767945,2007,6,2,1 +45772840,2013,8,1,2 +45767945,1981,1,1,1 +45767945,1986,4,1,1 +4217646,1991,12,2,1 +45772840,2014,6,3,2 +45772840,2019,6,1,1 +45767945,2010,7,1,1 +4217646,1947,10,1,1 +4217646,1955,12,1,1 +4217646,1948,10,1,1 +4217646,2005,3,2,1 +45767945,2009,5,1,1 +4217646,1987,6,2,1 +45772840,2017,6,2,2 +45772840,2020,3,2,1.5 +4217646,2013,4,2,1 +4217646,1988,12,1,1 +4217646,1989,12,1,1 +45767945,1991,10,1,1 +45772840,2015,5,1,2 +4217646,2013,7,1,1 +4217646,2003,1,1,1 +45767945,2006,6,2,1 +4217646,2021,11,1,1 +4217646,1952,4,2,1 +45767945,2015,6,1,1 +4217646,2005,11,2,1 +4217646,2019,9,1,1 +4217646,1984,8,1,1 +45767945,2006,10,5,1 +45767945,1990,12,2,1 +4217646,2007,2,2,1 +4217646,1940,1,1,1 +4217646,1985,11,1,1 +4217646,1986,9,2,1 +4217646,1987,10,1,1 +45767945,1969,7,1,1 +4217646,2009,11,3,1 +4217646,1971,2,1,1 +45772840,2019,10,1,2 +45767945,2004,8,2,1 +4217646,2012,12,1,1 +45767945,2016,5,4,1 +4217646,1958,7,1,1 +45767945,2018,6,3,1 +4217646,1953,8,1,1 +4217646,1943,10,1,1 +45772840,2018,12,2,1.5 +4217646,1983,4,2,1 +4217646,1983,7,1,1 +45767945,1990,1,1,1 +45767945,1980,7,1,1 +45767945,1941,6,1,1 +45772840,1994,2,1,2 +45767945,1980,4,1,1 +4217646,2022,12,1,1 +45767945,2000,10,1,1 +4217646,1947,6,1,1 +4217646,1970,11,2,1 +45767945,2022,2,1,1 +4217646,1952,7,1,1 +4217646,1951,6,2,1 +45767945,1963,5,2,1 +4217646,1968,4,1,1 +4217646,2023,2,1,1 +45767945,2002,5,1,1 +4217646,1966,11,1,1 +4217646,1980,2,1,1 +45767945,2011,8,1,1 +4217646,1991,1,1,1 +45767945,2011,9,2,1 +45767945,2000,6,1,1 +4217646,1964,2,1,1 +45767945,2012,1,1,1 +4217646,1945,5,1,1 +4217646,2004,9,1,1 +4217646,1967,1,1,1 +4217646,2014,7,1,1 +4217646,2009,3,1,1 +4217646,2014,4,1,1 +4217646,1992,1,1,1 +4217646,2016,7,1,1 +45772840,2021,12,1,6 45767945,2005,10,1,1 4217646,1992,3,1,1 45772840,2021,3,4,1.75 @@ -11809,6 +11813,102 @@ concept_id,date_year,date_month,person_count,records_per_person 4217646,1953,7,1,1 4217646,2020,6,1,1 4217646,1975,11,1,1 +4217646,1997,5,1,1 +4217646,2011,1,2,1 +4217646,1992,2,1,1 +4217646,2010,4,2,1 +4217646,2021,5,3,1 +4217646,2004,6,2,1 +45772840,2017,9,1,2 +45767945,2005,4,4,1 +45767945,2017,8,4,1 +45767945,1982,10,1,1 +4217646,1999,8,3,1 +4217646,1949,2,1,1 +45772840,2022,10,1,1 +4217646,2005,5,1,1 +4217646,2007,1,2,1 +4217646,1986,6,2,1 +45767945,2020,11,2,1 +45767945,1996,12,2,1 +4217646,1998,3,1,1 +4217646,1959,4,1,1 +45767945,1989,3,2,1 +4217646,1990,5,1,1 +4217646,1953,6,2,1 +45772840,2019,8,1,2 +4217646,1996,1,1,1 +4217646,2020,7,3,1 +45767945,2003,11,1,1 +4217646,1967,2,1,1 +4217646,1998,11,1,1 +4217646,1980,1,1,1 +45767945,2022,12,2,1 +45772840,2016,1,1,1 +45772840,1997,9,2,2 +4217646,1951,8,1,1 +45767945,1993,11,1,1 +45767945,2021,12,1,1 +4217646,2011,12,1,1 +45767945,2007,9,1,1 +4217646,1946,9,1,1 +45767945,2003,3,1,1 +45767945,2023,5,1,1 +45767945,2016,11,1,1 +45767945,2004,10,2,1 +4217646,1951,9,2,1 +45767945,2009,3,1,1 +45767945,2013,11,1,1 +4217646,2007,12,1,1 +4217646,1984,10,3,1 +4217646,1966,5,1,1 +45767945,2021,1,2,1 +4217646,1947,8,1,1 +4217646,1931,3,1,1 +4217646,1956,7,1,1 +45767945,2011,10,1,1 +4217646,2003,2,2,1 +4217646,1941,5,1,1 +45767945,2018,8,2,1 +45767945,2020,3,1,1 +45767945,2018,9,1,2 +45767945,2019,7,2,1 +45767945,1983,4,1,1 +45767945,2001,7,1,1 +4217646,1993,12,1,1 +45767945,1991,9,2,1 +45767945,1987,3,1,1 +45767945,1998,9,2,1 +4217646,2022,2,1,1 +4217646,2019,10,1,1 +45767945,2001,4,2,1 +45767945,2017,9,3,1 +4217646,1974,2,2,1 +45767945,2015,9,1,1 +45767945,1989,11,2,1 +4217646,1964,12,1,1 +45767945,2015,8,3,1 +45772840,2017,8,2,13 +45767945,2013,3,1,1 +4217646,1994,7,1,1 +4217646,1982,7,1,1 +45772840,2013,10,1,2 +4217646,1971,1,1,1 +45767945,1997,7,1,1 +45767945,1984,11,1,1 +45767945,2006,8,2,1 +45772840,2012,9,1,2 +4217646,1984,6,1,1 +4217646,2004,10,1,1 +4217646,1989,2,1,1 +45767945,1967,1,1,1 +45767945,2019,4,1,1 +4217646,1962,7,1,1 +45767945,2002,3,1,1 +4217646,1980,12,1,1 +45767945,1977,5,1,1 +45767945,2011,6,1,1 +45767945,2004,6,1,1 45767945,2000,3,1,1 4217646,1971,7,1,1 45767945,2009,9,1,1 @@ -11912,114 +12012,21 @@ concept_id,date_year,date_month,person_count,records_per_person 4217646,1999,11,1,1 4217646,2000,10,1,1 45767945,2009,8,1,1 -4217646,1967,12,2,1 -4217646,2018,4,1,1 -4217646,1976,7,1,1 -4217646,2017,5,1,1 -4217646,2015,4,1,1 -4217646,2002,10,1,1 -45772840,2018,1,1,1 -45767945,2017,10,1,1 -4217646,1999,6,1,1 -45767945,1987,5,1,1 -4217646,2012,1,2,1 -4217646,1960,10,2,1 -45767945,2003,5,1,1 -4217646,1938,4,1,1 -45772840,2017,10,1,1 -45767945,2014,4,2,1 -45767945,2007,6,2,1 -45772840,2013,8,1,2 -45767945,1981,1,1,1 -45767945,1986,4,1,1 -4217646,1991,12,2,1 -45772840,2014,6,3,2 -45772840,2019,6,1,1 -45767945,2010,7,1,1 -4217646,1947,10,1,1 -4217646,1955,12,1,1 -4217646,1948,10,1,1 -4217646,2005,3,2,1 -45767945,2009,5,1,1 -4217646,1987,6,2,1 -45772840,2017,6,2,2 -45772840,2020,3,2,1.5 -4217646,2013,4,2,1 -4217646,1988,12,1,1 -4217646,1989,12,1,1 -45767945,1991,10,1,1 -45772840,2015,5,1,2 -4217646,2013,7,1,1 -4217646,2003,1,1,1 -45767945,2006,6,2,1 -4217646,2021,11,1,1 -4217646,1952,4,2,1 -45767945,2015,6,1,1 -4217646,2005,11,2,1 -4217646,2019,9,1,1 -4217646,1984,8,1,1 -45767945,2006,10,5,1 -45767945,1990,12,2,1 -4217646,2007,2,2,1 -4217646,1940,1,1,1 -4217646,1985,11,1,1 -4217646,1986,9,2,1 -4217646,1987,10,1,1 -45767945,1969,7,1,1 -4217646,2009,11,3,1 -4217646,1971,2,1,1 -45772840,2019,10,1,2 -45767945,2004,8,2,1 -4217646,2012,12,1,1 -45767945,2016,5,4,1 -4217646,1958,7,1,1 -45767945,2018,6,3,1 -4217646,1953,8,1,1 -4217646,1943,10,1,1 -45772840,2018,12,2,1.5 -4217646,1983,4,2,1 -4217646,1983,7,1,1 -45767945,1990,1,1,1 -45767945,1980,7,1,1 -45767945,1941,6,1,1 -45772840,1994,2,1,2 -45767945,1980,4,1,1 -4217646,2022,12,1,1 -45767945,2000,10,1,1 -4217646,1947,6,1,1 -4217646,1970,11,2,1 -45767945,2022,2,1,1 -4217646,1952,7,1,1 -4217646,1951,6,2,1 -45767945,1963,5,2,1 -4217646,1968,4,1,1 -4217646,2023,2,1,1 -45767945,2002,5,1,1 -4217646,1966,11,1,1 -4217646,1980,2,1,1 -45767945,2011,8,1,1 -4217646,1991,1,1,1 -45767945,2011,9,2,1 -45767945,2000,6,1,1 -4217646,1964,2,1,1 -45767945,2012,1,1,1 -4217646,1945,5,1,1 -4217646,2004,9,1,1 -4217646,1967,1,1,1 -4217646,2014,7,1,1 -4217646,2009,3,1,1 -4217646,2014,4,1,1 -4217646,1992,1,1,1 -4217646,2016,7,1,1 -45772840,2021,12,1,6 4354252,2019,8,1,1 4353843,2023,4,1,1 3001079,2018,3,1,1 -4248525,2015,4,1,1 4354252,2021,2,1,1 4353843,2002,3,1,1 4353843,2021,12,1,1 4108450,2001,6,1,1 +4248525,2019,5,1,1 +4353843,2021,10,1,1 +3001079,2020,5,1,1 +4248525,2015,4,1,1 +4354252,2021,6,1,1 +4353843,2021,9,1,1 +4354252,2020,8,1,1 +4354252,2018,1,1,1 4354252,2021,11,1,1 4248525,2019,10,1,1 4128111,2020,11,1,1 @@ -12028,21 +12035,14 @@ concept_id,date_year,date_month,person_count,records_per_person 4353843,2015,9,1,1 4108450,2019,9,1,1 4128111,2020,12,1,1 -4248525,2019,5,1,1 -4353843,2021,10,1,1 -3001079,2020,5,1,1 -4354252,2020,8,1,1 -4354252,2018,1,1,1 -4354252,2021,6,1,1 -4353843,2021,9,1,1 -4257036,2017,2,1,1 -4216746,2011,3,1,1 -4353713,2019,2,1,1 +45766147,2022,6,1,1 4257036,2014,11,1,1 4353717,2022,12,1,1 4353713,2021,7,1,1 -45766147,2022,6,1,1 4353713,2018,1,1,1 +4257036,2017,2,1,1 +4216746,2011,3,1,1 +4353713,2019,2,1,1 4257036,2018,9,1,1 4353717,2021,5,1,1 4216746,2008,9,1,1 From 18d1c383f660a96db7a9dc5ee27c3776385d96b7 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Fri, 16 Aug 2024 17:29:01 +0100 Subject: [PATCH 04/33] Add script to produce the realistic test data. --- dev/test_db/produce_test_data.R | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dev/test_db/produce_test_data.R diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R new file mode 100644 index 0000000..a263eb0 --- /dev/null +++ b/dev/test_db/produce_test_data.R @@ -0,0 +1,38 @@ + +library(tidyverse) + +dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") +name <- Sys.getenv("TEST_DB_NAME") +version <- Sys.getenv("TEST_DB_OMOP_VERSION") + +# Connect to the duckdb test database +con <- DBI::dbConnect( + duckdb::duckdb(dbdir = glue::glue("{dir}/{name}_{version}_1.0.duckdb")) +) + +# Function to write results from a table to the test data folder +write_results <- function(con, table) { + schema <- Sys.getenv("TEST_DB_RESULTS_SCHEMA") + # Get all rows from the table + query <- glue::glue("SELECT * FROM {schema}.{table};") + # Run the query and write results + con |> + DBI::dbGetQuery(query) |> + write_csv(here::here(glue::glue("inst/test_data/{table}.csv"))) +} + +# Write all results to the test data folder +con |> write_results("calypso_concepts") +con |> write_results("calypso_monthly_counts") +con |> write_results("calypso_summary_stats") + +# Clean up +DBI::dbDisconnect(con) +rm(write_results) +rm(con) +rm(dir) +rm(name) +rm(version) + +detach("package:tidyverse", unload = TRUE) + From a4a1fe618b4ecb6e95dc06dca7531a297cee3a20 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Tue, 20 Aug 2024 15:50:10 +0100 Subject: [PATCH 05/33] Update dev/test_db/produce_test_data.R Co-authored-by: Milan Malfait <38256462+milanmlft@users.noreply.github.com> --- dev/test_db/produce_test_data.R | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index a263eb0..58cdc85 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -22,9 +22,8 @@ write_results <- function(con, table) { } # Write all results to the test data folder -con |> write_results("calypso_concepts") -con |> write_results("calypso_monthly_counts") -con |> write_results("calypso_summary_stats") +table_names <- c("calypso_concepts", "calypso_monthly_counts", "calypso_summary_stats") +purrr::walk(table_names, write_results, con = con) # Clean up DBI::dbDisconnect(con) From 79dcdfebef028e8c3c1acc853eeb555b4c592384 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Tue, 20 Aug 2024 16:21:35 +0100 Subject: [PATCH 06/33] Update README to explain how the reproduce test data. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e99f92..4ab6ef0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ as it has good support for R package development and Shiny. The `dev/02_dev.R` script contains a few helper functions to get you started. -Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/inst/data). +Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/inst/data). These data have been generated by using the synthetic dataset '[synthea-allergies-10k](https://darwin-eu.github.io/CDMConnector/reference/eunomiaDir.html)', and adding some [dummy data](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/dev/test_db/dummy) for the MEASUREMENT and OBSERVATION tables (to have some records in the 'calypso-summary-stats' table). ### Updating the `renv` lockfile From dcc0ab015b9d616d3bfbf93ee6c639201a7fa67e Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Thu, 22 Aug 2024 11:03:48 +0100 Subject: [PATCH 07/33] Add 'ORDER BY' clause to produce results. --- dev/test_db/produce_test_data.R | 9 +- inst/test_data/calypso_concepts.csv | 82 +- inst/test_data/calypso_monthly_counts.csv | 23762 ++++++++++---------- inst/test_data/calypso_summary_stats.csv | 16 +- 4 files changed, 11935 insertions(+), 11934 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 58cdc85..f93391f 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -11,10 +11,10 @@ con <- DBI::dbConnect( ) # Function to write results from a table to the test data folder -write_results <- function(con, table) { +write_results <- function(con, table, order_by = "") { schema <- Sys.getenv("TEST_DB_RESULTS_SCHEMA") # Get all rows from the table - query <- glue::glue("SELECT * FROM {schema}.{table};") + query <- glue::glue("SELECT * FROM {schema}.{table} {order_by};") # Run the query and write results con |> DBI::dbGetQuery(query) |> @@ -22,8 +22,9 @@ write_results <- function(con, table) { } # Write all results to the test data folder -table_names <- c("calypso_concepts", "calypso_monthly_counts", "calypso_summary_stats") -purrr::walk(table_names, write_results, con = con) +con |> write_results("calypso_concepts", "ORDER BY concept_id") +con |> write_results("calypso_monthly_counts", "ORDER BY concept_id, date_year, date_month") +con |> write_results("calypso_summary_stats", "ORDER BY concept_id, summary_attribute") # Clean up DBI::dbDisconnect(con) diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv index 5a74ec4..3e12724 100644 --- a/inst/test_data/calypso_concepts.csv +++ b/inst/test_data/calypso_concepts.csv @@ -1,58 +1,58 @@ concept_id,concept_name,domain_id,vocabulary_id,concept_class_id,standard_concept,concept_code -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 +313217,Atrial fibrillation,Condition,SNOMED,Clinical Finding,S,49436004 +317576,Coronary arteriosclerosis,Condition,SNOMED,Clinical Finding,S,53741008 +321042,Cardiac arrest,Condition,SNOMED,Clinical Finding,S,410429000 +381316,Cerebrovascular accident,Condition,SNOMED,Clinical Finding,S,230690007 1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,Drug,RxNorm,Quant Clinical Drug,S,834357 +1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 +1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 +1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 +4057420,Catheter ablation of tissue of heart,Procedure,SNOMED,Procedure,S,18286008 +4078793,Direct current cardioversion,Procedure,SNOMED,Procedure,S,180325003 +4108450,Inspiration/expiration time ratio,Measurement,SNOMED,Observable Entity,S,250822000 +4128111,T - Tumor stage,Observation,SNOMED,Attribute,S,260878002 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,Procedure,SNOMED,Procedure,S,433112001 +4216130,Percutaneous coronary intervention,Procedure,SNOMED,Procedure,S,415070008 +4216746,Positive end expiratory pressure setting,Observation,SNOMED,Observable Entity,S,416595007 +4217646,Implantable defibrillator,Device,SNOMED,Physical Object,S,72506001 +4230911,Echocardiography,Procedure,SNOMED,Procedure,S,40701008 +4248525,Lying systolic blood pressure,Measurement,SNOMED,Observable Entity,S,407556006 +4257036,Antenatal hepatitis B blood screening test status,Observation,SNOMED,Clinical Finding,S,408823004 +4329847,Myocardial infarction,Condition,SNOMED,Clinical Finding,S,22298006 +4336464,Coronary artery bypass graft,Procedure,SNOMED,Procedure,S,232717009 +4353713,Positive end expiratory pressure,Observation,SNOMED,Observable Entity,S,250854009 +4353717,Ventilator delivered minute volume,Observation,SNOMED,Observable Entity,S,250875001 +4353843,Invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251071003 +4354252,Non-invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251070002 +19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 +19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 40163554,warfarin sodium 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,855332 40171902,verapamil hydrochloride 40 MG,Drug,RxNorm,Clinical Drug Comp,S,897718 -40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 +40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 40213160,"poliovirus vaccine, inactivated",Drug,CVX,CVX,S,10 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",Drug,CVX,CVX,S,114 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 +40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 +40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 40213216,"rotavirus, live, monovalent vaccine",Drug,CVX,CVX,S,119 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 +40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 40213260,"zoster vaccine, live",Drug,CVX,CVX,S,121 -40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 -40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",Drug,CVX,CVX,S,20 -40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 +40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 40213306,"hepatitis B vaccine, adult dosage",Drug,CVX,CVX,S,43 40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",Drug,CVX,CVX,S,49 -40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 40213320,"human papilloma virus vaccine, quadrivalent",Drug,CVX,CVX,S,62 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 -4078793,Direct current cardioversion,Procedure,SNOMED,Procedure,S,180325003 -4057420,Catheter ablation of tissue of heart,Procedure,SNOMED,Procedure,S,18286008 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 -4329847,Myocardial infarction,Condition,SNOMED,Clinical Finding,S,22298006 -381316,Cerebrovascular accident,Condition,SNOMED,Clinical Finding,S,230690007 -4336464,Coronary artery bypass graft,Procedure,SNOMED,Procedure,S,232717009 -4108450,Inspiration/expiration time ratio,Measurement,SNOMED,Observable Entity,S,250822000 -4353713,Positive end expiratory pressure,Observation,SNOMED,Observable Entity,S,250854009 -4353717,Ventilator delivered minute volume,Observation,SNOMED,Observable Entity,S,250875001 -4354252,Non-invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251070002 -4353843,Invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251071003 -4128111,T - Tumor stage,Observation,SNOMED,Attribute,S,260878002 -4230911,Echocardiography,Procedure,SNOMED,Procedure,S,40701008 -4248525,Lying systolic blood pressure,Measurement,SNOMED,Observable Entity,S,407556006 -4257036,Antenatal hepatitis B blood screening test status,Observation,SNOMED,Clinical Finding,S,408823004 -321042,Cardiac arrest,Condition,SNOMED,Clinical Finding,S,410429000 -4216130,Percutaneous coronary intervention,Procedure,SNOMED,Procedure,S,415070008 -4216746,Positive end expiratory pressure setting,Observation,SNOMED,Observable Entity,S,416595007 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,Procedure,SNOMED,Procedure,S,433112001 +40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 +40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 40492359,Insertion of biventricular implantable cardioverter defibrillator,Procedure,SNOMED,Procedure,S,447365002 -313217,Atrial fibrillation,Condition,SNOMED,Clinical Finding,S,49436004 -317576,Coronary arteriosclerosis,Condition,SNOMED,Clinical Finding,S,53741008 45766147,Appearance,Observation,SNOMED,Observable Entity,S,703248002 45767945,Coronary artery stent,Device,SNOMED,Physical Object,S,705643001 45772840,Implantable cardiac pacemaker,Device,SNOMED,Physical Object,S,706004007 -4217646,Implantable defibrillator,Device,SNOMED,Physical Object,S,72506001 -1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 -19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 -1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 -40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 46275916,1 ML epinephrine 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1660014 -40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 -1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 -19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index a9a1ad4..1b0f1b2 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -1,12049 +1,12049 @@ concept_id,date_year,date_month,person_count,records_per_person -313217,2020,11,5,1 -381316,2011,7,4,1 -317576,1986,5,1,1 -321042,1967,12,2,1 -4329847,2005,10,1,1 -317576,1974,9,1,1 -313217,2020,3,2,1 -381316,2003,4,1,1 -313217,2018,11,3,1 -4329847,2009,9,1,1 -381316,2012,5,2,1 -381316,1998,12,2,1 -321042,1989,6,1,1 -321042,2014,5,2,1 -381316,2022,7,6,1 -317576,2012,4,5,1 -317576,1997,7,4,1 -313217,1984,5,1,1 -4329847,2011,12,1,1 -317576,1987,1,2,1 -317576,2014,4,4,1 -321042,1994,9,2,1 -4329847,1999,12,3,1 -4329847,2018,3,3,1 -381316,1992,1,1,1 -317576,2003,3,3,1 -317576,2000,7,1,1 -381316,2023,4,4,1 -4329847,1972,4,1,1 -4329847,1975,11,2,1 -313217,2012,9,5,1 -321042,2004,6,2,1 -4329847,1990,10,1,1 -321042,1998,4,1,1 -381316,2020,11,5,1 -313217,1993,7,1,1 -317576,2022,2,5,1 -381316,2015,5,6,1 -317576,2005,2,8,1 -313217,1989,4,1,1 -321042,2017,12,4,1 -317576,2001,4,3,1 -381316,2022,4,5,1 -381316,1997,4,1,1 -321042,1995,3,2,1 -317576,1997,4,1,1 -4329847,1967,11,1,1 -4329847,1975,3,1,1 -313217,2021,11,3,1 -313217,2016,3,1,1 -317576,2012,7,6,1 -381316,2018,4,6,1 -4329847,2019,10,3,1 -317576,1965,9,2,1 -321042,1949,8,1,1 -313217,2000,2,4,1 -4329847,2021,6,2,1 -317576,2013,2,1,1 -4329847,1987,1,1,1 -4329847,2000,4,1,1 -381316,1997,7,1,1 -381316,2005,4,2,1 -317576,2015,7,4,1 -317576,2019,7,4,1 -313217,2018,3,5,1 -317576,1996,11,4,1 -4329847,2013,6,2,1 -4329847,2007,6,2,1 -317576,1971,4,1,1 -317576,2018,12,6,1 -313217,2022,9,2,1 -313217,1997,5,3,1 -313217,2008,8,2,1 -317576,1993,5,2,1 -317576,1988,11,2,1 -381316,2006,1,2,1 -381316,2016,1,3,1 -313217,1995,9,2,1 -317576,1992,9,2,1 -313217,2014,11,3,1 -317576,2010,2,3,1 -4329847,2004,2,3,1 -381316,1971,7,2,1 -321042,1990,9,1,1 -317576,1988,3,3,1 -313217,2012,8,1,1 -313217,2013,12,3,1 -381316,1970,4,1,1 -381316,1993,6,1,1 -381316,1999,10,2,1 -381316,1977,2,1,1 -381316,2001,1,1,1 -381316,2019,5,6,1 -317576,1992,8,1,1 -4329847,2005,6,2,1 -317576,1968,12,1,1 -381316,1999,6,4,1 -381316,1995,3,3,1 -321042,1961,11,3,1 +313217,1970,3,1,1 +313217,1970,9,1,1 +313217,1971,9,1,1 313217,1974,10,1,1 -321042,1947,10,1,1 -321042,2020,1,1,1 -381316,1993,10,1,1 -317576,1995,4,4,1 +313217,1975,7,1,1 +313217,1975,12,2,1 +313217,1977,5,2,1 +313217,1977,6,1,1 313217,1977,7,1,1 -381316,2014,5,3,1 -313217,1990,6,2,1 -321042,1995,11,2,1 -317576,2003,11,4,1 -321042,1997,2,1,1 -321042,2000,9,1,1 -317576,2001,7,5,1 -317576,1989,12,1,1 +313217,1978,12,1,1 +313217,1979,4,2,1 +313217,1979,11,1,1 +313217,1980,3,1,1 +313217,1980,11,1,1 +313217,1981,3,1,1 +313217,1981,4,1,1 +313217,1981,7,1,1 +313217,1981,12,1,1 +313217,1982,6,1,1 +313217,1982,8,1,1 +313217,1982,12,2,1 +313217,1983,1,1,1 +313217,1983,7,2,1 +313217,1983,12,2,1 +313217,1984,2,1,1 +313217,1984,3,1,1 +313217,1984,5,1,1 +313217,1984,7,1,1 +313217,1984,8,1,1 +313217,1984,10,1,1 +313217,1984,11,1,1 +313217,1984,12,1,1 +313217,1985,3,1,1 313217,1985,4,1,1 -317576,2018,1,6,1 -317576,1966,7,1,1 -313217,2005,12,2,1 -321042,2006,9,2,1 -381316,2003,7,2,1 -321042,2018,10,1,1 -317576,2000,4,1,1 -4329847,2016,12,4,1 -317576,1969,1,1,1 -321042,1992,8,1,1 +313217,1985,5,1,1 +313217,1985,6,1,1 +313217,1986,4,1,1 +313217,1986,5,1,1 +313217,1986,9,1,1 +313217,1986,11,1,1 +313217,1987,1,2,1 +313217,1987,5,3,1 +313217,1987,10,1,1 +313217,1987,11,1,1 +313217,1988,1,1,1 +313217,1988,6,1,1 +313217,1989,4,1,1 +313217,1989,5,1,1 +313217,1989,6,1,1 +313217,1989,7,1,1 +313217,1989,10,1,1 +313217,1990,1,2,1 +313217,1990,2,1,1 +313217,1990,5,3,1 +313217,1990,6,2,1 +313217,1990,8,1,1 +313217,1990,12,2,1 +313217,1991,1,1,1 +313217,1991,2,1,1 +313217,1991,3,1,1 +313217,1991,4,1,1 +313217,1991,5,1,1 +313217,1991,6,2,1 +313217,1991,7,1,1 +313217,1991,8,4,1 +313217,1991,10,2,1 +313217,1992,1,1,1 +313217,1992,3,1,1 +313217,1992,7,1,1 +313217,1992,8,2,1 +313217,1992,9,2,1 313217,1992,10,1,1 -381316,2018,7,2,1 -313217,1982,6,1,1 -317576,2016,2,3,1 -321042,1958,12,1,1 -317576,2021,8,4,1 -381316,1985,10,2,1 -313217,2002,2,1,1 -317576,2020,3,5,1 -381316,1970,7,1,1 -313217,1980,11,1,1 -381316,2017,6,5,1 -4329847,1993,11,1,1 -313217,1979,4,2,1 -4329847,2013,10,1,1 -381316,2006,12,2,1 +313217,1993,1,1,1 +313217,1993,2,2,1 +313217,1993,5,1,1 +313217,1993,6,1,1 +313217,1993,7,1,1 +313217,1993,10,2,1 +313217,1993,11,1,1 +313217,1994,3,1,1 +313217,1994,4,1,1 +313217,1994,6,2,1 +313217,1994,8,1,1 +313217,1994,9,1,1 +313217,1994,12,2,1 +313217,1995,3,1,1 +313217,1995,6,1,1 +313217,1995,7,1,1 +313217,1995,9,2,1 +313217,1995,11,1,1 +313217,1995,12,3,1 313217,1996,3,1,1 -313217,2019,5,4,1 -313217,2021,3,3,1 -321042,1962,3,1,1 -4329847,1997,10,1,1 -317576,2015,4,8,1 -4329847,1951,10,1,1 -4329847,2018,11,2,1 -381316,2016,12,2,1 -313217,1991,2,1,1 -381316,1981,1,1,1 -321042,1998,7,2,1 -381316,1975,8,1,1 -317576,1991,8,4,1 -313217,2006,9,3,1 -381316,2001,12,4,1 -381316,2000,8,1,1 -313217,2006,8,1,1 -317576,1998,2,2,1 -317576,2008,2,1,1 -321042,2013,6,1,1 -317576,1947,3,1,1 -317576,1980,6,2,1 -321042,2021,11,1,1 -321042,1957,12,1,1 -321042,1939,3,1,1 -321042,1931,12,1,1 -317576,1994,2,3,1 -321042,1955,6,1,1 -381316,2011,4,1,1 -381316,1988,5,2,1 -321042,2018,6,1,1 -317576,2020,11,3,1 -321042,2012,11,2,1 -313217,2017,4,3,1 +313217,1996,6,2,1 +313217,1996,7,1,1 +313217,1996,8,1,1 +313217,1996,10,3,1 +313217,1996,12,1,1 +313217,1997,1,1,1 +313217,1997,5,3,1 +313217,1997,6,2,1 +313217,1997,8,2,1 +313217,1997,9,5,1 +313217,1997,10,1,1 +313217,1998,2,3,1 +313217,1998,3,2,1 +313217,1998,4,2,1 +313217,1998,6,2,1 +313217,1998,8,3,1 +313217,1998,10,1,1 +313217,1998,11,1,1 +313217,1998,12,1,1 +313217,1999,2,1,1 +313217,1999,4,1,1 +313217,1999,5,2,1 +313217,1999,6,1,1 +313217,1999,7,2,1 +313217,1999,9,1,1 +313217,1999,11,2,1 +313217,2000,1,2,1 +313217,2000,2,4,1 +313217,2000,3,5,1 +313217,2000,6,2,1 +313217,2000,7,1,1 +313217,2000,8,2,1 +313217,2000,10,1,1 +313217,2000,11,3,1 +313217,2000,12,1,1 +313217,2001,2,1,1 +313217,2001,4,2,1 +313217,2001,6,4,1 +313217,2001,7,2,1 +313217,2001,9,1,1 +313217,2001,10,1,1 +313217,2001,12,1,1 +313217,2002,1,3,1 +313217,2002,2,1,1 +313217,2002,3,3,1 +313217,2002,5,3,1 +313217,2002,6,3,1 +313217,2002,7,1,1 +313217,2002,8,1,1 +313217,2002,9,1,1 +313217,2002,12,4,1 +313217,2003,1,3,1 +313217,2003,2,4,1 +313217,2003,5,4,1 +313217,2003,6,3,1 +313217,2003,8,2,1 +313217,2003,9,2,1 +313217,2003,10,1,1 +313217,2003,11,1,1 +313217,2003,12,1,1 +313217,2004,1,3,1 +313217,2004,2,1,1 313217,2004,3,2,1 -321042,2016,8,2,1 -317576,2004,1,1,1 -317576,1991,9,1,1 -317576,1999,3,2,1 +313217,2004,4,2,1 +313217,2004,5,2,1 +313217,2004,6,1,1 +313217,2004,7,3,1 +313217,2004,8,3,1 +313217,2004,10,2,1 +313217,2004,11,2,1 +313217,2004,12,2,1 +313217,2005,1,1,1 +313217,2005,2,1,1 +313217,2005,3,3,1 +313217,2005,4,2,1 +313217,2005,5,1,1 +313217,2005,6,1,1 +313217,2005,7,1,1 +313217,2005,9,3,1 +313217,2005,10,1,1 +313217,2005,12,2,1 +313217,2006,1,2,1 +313217,2006,2,2,1 +313217,2006,3,1,1 +313217,2006,4,4,1 +313217,2006,6,1,1 +313217,2006,7,2,1 +313217,2006,8,1,1 +313217,2006,9,3,1 +313217,2006,10,2,1 +313217,2006,11,1,1 +313217,2006,12,2,1 +313217,2007,2,2,1 +313217,2007,3,1,1 +313217,2007,4,3,1 +313217,2007,6,3,1 +313217,2007,9,1,1 +313217,2007,10,2,1 +313217,2007,11,2,1 +313217,2007,12,4,1 +313217,2008,1,1,1 +313217,2008,2,1,1 +313217,2008,3,4,1 +313217,2008,5,3,1 +313217,2008,6,1,1 +313217,2008,7,2,1 +313217,2008,8,2,1 313217,2008,9,2,1 -4329847,1988,2,2,1 -317576,1970,7,1,1 -321042,1985,11,1,1 -4329847,2001,7,1,1 -381316,1984,2,1,1 +313217,2008,10,2,1 +313217,2008,11,1,1 +313217,2009,1,5,1 +313217,2009,2,1,1 +313217,2009,3,4,1 +313217,2009,4,4,1 +313217,2009,5,1,1 313217,2009,6,2,1 -313217,1989,7,1,1 -317576,1962,3,1,1 -321042,2009,11,3,1 -321042,1982,1,1,1 -317576,1999,11,3,1 -317576,1982,10,2,1 -317576,1979,12,1,1 -4329847,2012,9,2,1 -381316,1990,4,1,1 -317576,2017,8,3,1 -317576,2006,5,4,1 -321042,1970,9,1,1 -313217,2015,6,2,1 -4329847,2001,4,2,1 -381316,2017,10,2,1 -317576,2011,7,3,1 -381316,2000,9,1,1 -4329847,1999,1,2,1 -4329847,1998,3,2,1 -4329847,2019,6,2,1 -313217,1978,12,1,1 -381316,2013,5,1,1 -381316,1971,4,1,1 -321042,1975,9,1,1 -4329847,2000,7,1,1 -313217,2004,11,2,1 -4329847,2014,5,2,1 -313217,1980,3,1,1 -321042,2010,11,2,1 -317576,1984,6,1,1 -321042,2017,1,2,1 -4329847,2015,9,1,1 -313217,2010,1,1,1 -321042,2000,8,1,1 -317576,1965,8,1,1 -4329847,1990,6,1,1 -317576,2019,4,4,1 -321042,1964,12,1,1 -321042,2020,12,2,1 -381316,2009,6,2,1 -4329847,2003,12,1,1 -317576,1982,6,1,1 -317576,1943,3,1,1 -4329847,1943,8,1,1 +313217,2009,7,2,1 +313217,2009,8,2,1 +313217,2009,9,4,1 313217,2009,10,2,1 -313217,2022,8,4,1 -321042,1938,12,1,1 -4329847,2015,8,3,1 -317576,1955,9,1,1 -321042,1953,4,1,1 -317576,2021,9,1,1 -381316,1974,8,1,1 -321042,2022,12,1,1 -4329847,2010,12,2,1 -313217,2007,2,2,1 -317576,2004,12,3,1 -381316,2004,3,1,1 -381316,1974,9,1,1 -317576,1962,11,1,1 -313217,2015,10,2,1 -321042,1947,6,1,1 -4329847,1996,10,1,1 -321042,1966,11,1,1 -317576,1963,6,1,1 -317576,2007,6,1,1 -4329847,2021,10,2,1 -4329847,2006,5,1,1 -317576,1985,12,1,1 -4329847,1998,11,1,1 -321042,1991,10,1,1 -381316,2008,5,1,1 +313217,2009,11,2,1 +313217,2009,12,3,1 +313217,2010,1,1,1 +313217,2010,2,3,1 +313217,2010,3,1,1 +313217,2010,4,2,1 +313217,2010,5,4,1 +313217,2010,6,2,1 +313217,2010,7,1,1 +313217,2010,9,3,1 +313217,2010,10,2,1 +313217,2010,11,1,1 +313217,2011,1,6,1 +313217,2011,2,1,1 +313217,2011,3,1,1 +313217,2011,4,2,1 +313217,2011,5,1,1 +313217,2011,6,2,1 +313217,2011,7,4,1 +313217,2011,8,2,1 +313217,2011,9,4,1 +313217,2011,10,3,1 +313217,2011,11,1,1 +313217,2011,12,2,1 +313217,2012,1,3,1 +313217,2012,2,1,1 +313217,2012,3,2,1 +313217,2012,4,3,1 +313217,2012,5,2,1 +313217,2012,6,1,1 +313217,2012,7,2,1 +313217,2012,8,1,1 +313217,2012,9,5,1 +313217,2012,10,2,1 +313217,2012,11,2,1 +313217,2012,12,5,1 +313217,2013,2,2,1 +313217,2013,3,3,1 +313217,2013,4,2,1 +313217,2013,6,2,1 +313217,2013,7,2,1 +313217,2013,8,1,1 +313217,2013,9,1,1 +313217,2013,10,3,1 +313217,2013,11,2,1 +313217,2013,12,3,1 +313217,2014,1,2,1 +313217,2014,2,4,1 313217,2014,3,1,1 -321042,2004,10,1,1 -321042,1967,1,1,1 -381316,1992,12,1,1 -321042,1953,7,1,1 -321042,2007,6,1,1 -317576,1984,10,1,1 -321042,2009,3,1,1 -381316,1969,8,1,1 -321042,2013,10,2,1 -4329847,2002,3,1,1 -313217,2005,1,1,1 -317576,2017,9,2,1 -381316,2020,3,1,1 -381316,2009,10,1,1 -317576,1944,8,1,1 -313217,1999,9,1,1 -4329847,2009,8,1,1 -381316,1998,1,1,1 -321042,1970,8,1,1 -317576,2000,5,1,1 -321042,1983,10,1,1 -381316,1996,10,2,1 -321042,2006,2,1,1 -313217,2022,2,8,1 -317576,1952,12,1,1 -321042,1971,7,1,1 -381316,1982,3,1,1 -317576,2005,9,4,1 -381316,2002,11,2,1 -313217,1993,5,1,1 -381316,2012,7,3,1 -321042,1992,2,1,1 -313217,1990,1,2,1 -381316,1984,8,1,1 -321042,2013,1,2,1 -313217,2013,10,3,1 -381316,2023,5,4,1 -381316,1993,1,4,1 -381316,2006,10,1,1 -317576,1978,6,2,1 -381316,2012,4,1,1 -317576,2009,11,2,1 -381316,2019,7,10,1 -321042,2019,3,1,1 -381316,2019,4,4,1 -321042,1999,8,3,1 -321042,1997,8,4,1 -321042,1949,2,1,1 -321042,2005,5,1,1 -4329847,2019,12,3,1 -317576,1982,12,3,1 -321042,2007,1,2,1 -317576,2014,5,5,1 -321042,1974,6,1,1 -381316,2018,5,7,1 -317576,2006,7,3,1 -381316,1992,6,2,1 -381316,1986,11,1,1 -317576,2004,6,4,1 -4329847,2007,1,3,1 -321042,1986,6,2,1 -317576,1990,3,2,1 -4329847,1996,12,2,1 -4329847,2014,4,2,1 -313217,1998,4,2,1 -4329847,2020,8,2,1 -313217,2009,1,5,1 -381316,2021,8,5,1 -381316,1990,5,2,1 -381316,2009,12,4,1 -317576,2016,9,2,1 -317576,2022,9,3,1 -313217,2012,2,1,1 -317576,2013,9,2,1 -381316,1994,7,1,1 -381316,2015,7,6,1 -317576,1983,3,4,1 -4329847,2020,9,1,1 -317576,1964,6,2,1 -4329847,1968,6,2,1 -4329847,1981,1,1,1 -321042,1991,12,2,1 -317576,1970,5,2,1 -317576,1990,11,1,1 -317576,2010,9,3,1 -381316,1996,6,2,1 -317576,1998,8,5,1 -381316,2015,4,2,1 -317576,2008,9,3,1 -317576,1960,11,1,1 -317576,2022,8,3,1 -313217,2003,11,1,1 -317576,1986,7,2,1 -321042,2013,12,2,1 -381316,1999,1,3,1 -4329847,2001,5,3,1 -381316,1998,6,2,1 -381316,2008,7,1,1 -317576,2011,5,2,1 -317576,1969,10,2,1 -381316,2010,3,6,1 -321042,2017,6,1,1 -381316,2022,5,6,1 -321042,1955,12,1,1 -317576,1978,10,1,1 -4329847,2003,10,2,1 -313217,2009,12,3,1 -317576,1994,9,4,1 +313217,2014,4,2,1 +313217,2014,5,3,1 +313217,2014,6,2,1 +313217,2014,7,6,1 +313217,2014,8,6,1 +313217,2014,9,1,1 +313217,2014,10,1,1 +313217,2014,11,3,1 +313217,2014,12,4,1 313217,2015,1,2,1 -317576,1957,11,2,1 -317576,1984,1,1,1 -381316,2011,5,3,1 -317576,2007,1,3,1 -321042,1987,6,2,1 -317576,2005,8,3,1 -317576,1950,7,1,1 -321042,2008,11,1,1 -313217,2010,10,2,1 -381316,2003,5,3,1 -317576,1998,9,2,1 -4329847,2015,2,1,1 -317576,2018,6,4,1 -321042,1988,12,1,1 -321042,1965,1,1,1 -321042,2018,12,1,1 -321042,1989,12,1,1 -381316,2014,7,2,1 -321042,2016,2,1,1 -381316,2017,1,6,1 -313217,1977,5,2,1 -313217,2010,6,2,1 -313217,2011,3,1,1 -317576,2012,5,4,1 -317576,1964,10,3,1 -321042,2015,9,1,1 -4329847,1948,7,1,1 -317576,2023,3,2,1 -381316,1955,5,1,1 -381316,1950,10,1,1 -313217,1990,12,2,1 -321042,2004,1,1,1 -317576,2016,8,3,1 -313217,2023,2,3,1 -381316,1998,10,1,1 -317576,2002,8,2,1 -317576,2002,9,1,1 -313217,1994,3,1,1 -4329847,2021,12,1,1 -317576,2013,8,2,1 -381316,2016,10,3,1 -381316,1972,1,2,1 -317576,2010,8,4,1 +313217,2015,2,3,1 +313217,2015,3,6,1 +313217,2015,4,2,1 +313217,2015,5,5,1 +313217,2015,6,2,1 +313217,2015,7,4,1 +313217,2015,8,1,1 +313217,2015,9,5,1 +313217,2015,10,2,1 +313217,2015,11,3,1 +313217,2015,12,1,1 +313217,2016,1,4,1 +313217,2016,2,2,1 +313217,2016,3,1,1 +313217,2016,4,2,1 +313217,2016,5,6,1 +313217,2016,6,3,1 +313217,2016,7,3,1 +313217,2016,8,4,1 +313217,2016,9,1,1 +313217,2016,10,2,1 +313217,2016,12,1,1 +313217,2017,1,2,1 +313217,2017,2,1,1 +313217,2017,3,4,1 +313217,2017,4,3,1 313217,2017,5,4,1 +313217,2017,6,5,1 +313217,2017,8,4,1 +313217,2017,9,1,1 +313217,2017,10,4,1 +313217,2017,11,3,1 +313217,2017,12,2,1 +313217,2018,1,1,1 +313217,2018,2,2,1 +313217,2018,3,5,1 +313217,2018,4,4,1 +313217,2018,5,1,1 +313217,2018,6,2,1 +313217,2018,7,2,1 +313217,2018,8,7,1 +313217,2018,9,1,1 +313217,2018,10,4,1 +313217,2018,11,3,1 +313217,2018,12,4,1 +313217,2019,1,3,1 +313217,2019,2,2,1 +313217,2019,3,2,1 313217,2019,4,2,1 +313217,2019,5,4,1 +313217,2019,6,3,1 313217,2019,7,3,1 -321042,1946,9,1,1 -313217,1991,8,4,1 -317576,1958,3,1,1 -317576,2018,10,5,1 -317576,1969,6,1,1 -317576,1989,10,3,1 -4329847,2010,10,1,1 -317576,2001,5,2,1 -317576,1954,5,1,1 -313217,2013,6,2,1 -313217,1982,12,2,1 -4329847,1994,4,1,1 -317576,1997,5,1,1 -321042,2007,12,1,1 -381316,2008,4,1,1 -317576,1994,8,1,1 -321042,1984,8,1,1 -381316,1958,6,1,1 -317576,1987,6,2,1 -4329847,1990,12,2,1 -317576,1973,6,1,1 -4329847,2021,1,2,1 -313217,2011,11,1,1 -4329847,2022,11,1,1 -4329847,2019,1,1,1 -321042,1982,10,1,1 -381316,2014,4,3,1 -313217,1984,7,1,1 -317576,1971,5,1,1 -4329847,2011,10,1,1 -4329847,2016,10,3,1 -317576,1977,3,1,1 -381316,2007,9,2,1 -381316,1985,1,1,1 -381316,1999,12,1,1 -381316,1993,12,1,1 -381316,2002,3,1,1 -321042,1987,10,1,1 -381316,1977,8,1,1 -381316,2001,10,1,1 -317576,2021,2,3,1 -317576,2015,5,4,1 -321042,1981,4,1,1 -313217,2002,9,1,1 -321042,2015,8,1,1 -4329847,2004,8,2,1 -381316,2017,12,3,1 -321042,1947,1,2,1 -321042,2001,9,2,1 -321042,2008,3,1,1 -381316,2005,5,1,1 -317576,2009,3,2,1 -381316,1975,2,2,1 -321042,2003,3,1,1 -317576,2017,2,2,1 -313217,2005,10,1,1 -317576,2019,5,3,1 -381316,1965,12,1,1 -381316,2006,6,3,1 -4329847,1960,7,1,1 -313217,1999,2,1,1 -317576,1983,11,1,1 -321042,2022,10,1,1 -4329847,2017,5,1,1 -4329847,2023,2,2,1 -321042,1990,2,1,1 -4329847,1999,6,1,1 -381316,2013,7,3,1 -313217,1981,12,1,1 -313217,2007,9,1,1 -317576,1975,2,1,1 -4329847,1990,1,1,1 -317576,2007,12,2,1 -317576,1993,4,1,1 -381316,1962,10,1,1 -313217,2008,2,1,1 -313217,2000,8,2,1 -4329847,1969,6,1,1 -4329847,1994,7,1,1 -313217,1985,5,1,1 -313217,2005,6,1,1 -4329847,2007,12,1,1 -381316,1982,11,1,1 -317576,1995,5,1,1 -313217,1989,5,1,1 -381316,1991,8,1,1 -313217,1992,1,1,1 -313217,2002,8,1,1 -4329847,1963,5,2,1 -317576,1987,10,2,1 -313217,2006,2,2,1 -381316,2021,9,2,1 -321042,1980,2,1,1 -381316,2010,11,1,1 -321042,1959,2,1,1 -321042,1991,1,1,1 -381316,2009,1,1,1 -381316,2016,6,1,1 -317576,1946,11,1,1 -317576,1993,7,1,1 -4329847,2003,6,1,1 -4329847,1980,11,1,1 -381316,1983,3,1,1 -321042,2014,7,1,1 -321042,2014,4,1,1 -321042,2020,6,1,1 -381316,1966,7,1,1 -317576,1985,10,1,1 -4329847,2006,4,1,1 -381316,2013,4,1,1 -381316,1948,2,1,1 -317576,1981,8,1,1 -4329847,1947,7,1,1 -4329847,2011,6,1,1 -4329847,2010,6,1,1 -313217,2015,12,1,1 +313217,2019,8,4,1 313217,2019,9,3,1 +313217,2019,10,4,1 +313217,2019,11,2,1 +313217,2019,12,2,1 +313217,2020,1,6,1 +313217,2020,2,1,1 +313217,2020,3,2,1 +313217,2020,4,1,1 +313217,2020,5,3,1 +313217,2020,6,5,1 +313217,2020,7,2,1 +313217,2020,8,7,1 +313217,2020,9,2,1 313217,2020,10,4,1 -313217,2009,11,2,1 -4329847,2002,10,2,1 -321042,1962,10,1,1 -313217,2016,6,3,1 -321042,1976,7,1,1 -313217,2003,12,1,1 -381316,2009,3,2,1 -317576,2002,7,6,1 -313217,2018,10,4,1 -381316,2000,5,2,1 -321042,2015,4,1,1 -317576,2008,4,4,1 -4329847,2007,3,2,1 -381316,1994,8,1,1 -381316,2015,9,2,1 -317576,2016,7,2,1 -317576,1977,1,2,1 -321042,1959,5,1,1 -317576,1943,10,1,1 -313217,1997,9,5,1 -313217,1983,7,2,1 -381316,2008,9,1,1 -317576,2020,10,3,1 -317576,2013,4,4,1 -317576,1960,12,2,1 +313217,2020,11,5,1 +313217,2020,12,5,1 +313217,2021,1,3,1 +313217,2021,2,1,1 +313217,2021,3,3,1 +313217,2021,4,3,1 +313217,2021,5,4,1 +313217,2021,6,1,1 +313217,2021,7,6,1 +313217,2021,8,2,1 +313217,2021,9,3,1 313217,2021,10,4,1 -313217,1994,12,2,1 -381316,1999,11,1,1 -381316,2003,2,2,1 -321042,1989,11,1,1 -317576,2009,12,1,1 -321042,1960,7,1,1 -4329847,2008,2,2,1 -313217,2002,7,1,1 -317576,1984,3,1,1 -317576,2020,6,5,1 -321042,1991,3,1,1 -313217,1996,6,2,1 -381316,1960,12,2,1 -381316,2002,12,2,1 -321042,1955,3,1,1 +313217,2021,11,3,1 +313217,2021,12,3,1 +313217,2022,1,4,1 +313217,2022,2,8,1 +313217,2022,3,4,1 +313217,2022,4,7,1 313217,2022,5,7,1 -313217,2015,11,3,1 -381316,2010,12,5,1 -381316,2015,8,2,1 -381316,1993,3,1,1 -4329847,2021,11,4,1 -4329847,1979,1,1,1 -321042,2006,5,1,1 -381316,1988,9,2,1 -381316,2017,3,5,1 -321042,2004,11,1,1 -313217,2019,8,4,1 -321042,1985,6,1,1 -321042,2018,11,1,1 -313217,1997,8,2,1 -313217,2020,6,5,1 -381316,2013,8,4,1 -321042,1990,5,1,1 -321042,1980,5,1,1 -317576,2012,2,2,1 -4329847,1989,8,1,1 -381316,2007,7,2,1 -381316,2021,7,3,1 -381316,2010,1,1,1 -321042,1979,8,2,1 -381316,2004,6,3,1 -381316,1974,5,1,1 -381316,2017,11,5,1 -321042,1995,10,1,1 -317576,2019,2,5,1 -317576,2023,1,6,1 -317576,1995,2,1,1 -317576,2002,4,3,1 -317576,1994,4,2,1 -381316,2022,2,5,1 -381316,2007,4,1,1 -317576,1986,8,1,1 -381316,2008,8,3,1 -317576,1991,5,1,1 -4329847,1993,10,2,1 -321042,1948,10,1,1 -317576,2009,1,2,1 -4329847,2019,11,1,1 -317576,1963,3,1,1 -321042,1999,7,1,1 -4329847,1958,12,1,1 -317576,1993,9,2,1 -4329847,2009,5,1,1 -317576,1993,8,1,1 -317576,2016,4,2,1 -381316,1980,9,1,1 -321042,2008,1,1,1 -313217,2021,6,1,1 -313217,1999,5,2,1 -381316,2011,2,2,1 -4329847,2022,12,2,1 -317576,2013,7,2,1 -317576,2022,4,4,1 -321042,2013,11,1,1 -313217,1992,3,1,1 -381316,2004,10,1,1 -317576,2008,7,4,1 -4329847,2020,4,3,1 -4329847,1986,5,1,1 -321042,2007,3,1,1 -4329847,2020,7,3,1 -317576,2017,5,2,1 -321042,2021,6,2,1 -317576,2005,4,3,1 -317576,2010,7,3,1 -313217,2008,5,3,1 -321042,2005,2,1,1 -313217,1998,8,3,1 -313217,2011,1,6,1 -4329847,1967,6,1,1 -381316,2019,9,2,1 -4329847,2004,7,2,1 -381316,2020,6,2,1 -317576,1990,1,1,1 -317576,2001,2,3,1 -4329847,2004,4,1,1 -317576,2021,5,5,1 -313217,1996,10,3,1 -313217,2012,5,2,1 -381316,1989,10,1,1 -313217,2015,3,6,1 -313217,2014,6,2,1 -4329847,2015,5,2,1 -317576,2006,8,2,1 -321042,2003,1,1,1 -321042,2008,12,2,1 -313217,2016,10,2,1 -313217,2003,1,3,1 -321042,1963,12,2,1 -321042,1951,12,1,1 -4329847,2023,5,1,1 -317576,1999,6,2,1 -381316,2019,8,5,1 -321042,2009,10,2,1 -381316,1982,1,2,1 -317576,1986,9,1,1 -381316,2018,2,1,1 -381316,1977,7,1,1 -317576,1990,12,1,1 -4329847,2019,3,1,1 -317576,1996,6,4,1 -317576,2007,11,3,1 -4329847,2013,11,1,1 -317576,1999,10,3,1 -381316,2014,9,4,1 -321042,1965,11,1,1 -4329847,1995,5,1,1 -381316,1985,3,4,1 -317576,1967,3,2,1 -317576,2022,7,1,1 +313217,2022,6,3,1 +313217,2022,7,5,1 +313217,2022,8,4,1 +313217,2022,9,2,1 +313217,2022,10,6,1 +313217,2022,11,2,1 +313217,2022,12,4,1 +313217,2023,1,1,1 +313217,2023,2,3,1 +313217,2023,3,3,1 +313217,2023,4,4,1 313217,2023,5,3,1 -313217,2011,12,2,1 -313217,2014,10,1,1 -317576,2010,4,1,1 -321042,1941,5,1,1 -317576,1998,7,1,1 -313217,2007,4,3,1 -381316,2020,10,1,1 -317576,1983,1,2,1 -381316,2021,4,1,1 -317576,2007,3,4,1 -321042,1992,5,1,1 -317576,2006,9,1,1 -321042,1971,8,1,1 -321042,1966,10,2,1 -4329847,1978,11,1,1 -4329847,2018,6,3,1 -313217,2009,3,4,1 -313217,1991,7,1,1 -317576,2003,10,4,1 -313217,1993,2,2,1 -4329847,2001,2,1,1 -381316,1991,4,2,1 -317576,1996,10,2,1 -381316,1994,9,1,1 -4329847,1994,8,1,1 -317576,1961,8,1,1 -381316,2012,8,2,1 -317576,1952,3,1,1 -4329847,1982,4,1,1 -317576,2003,6,1,1 -381316,1989,6,1,1 -317576,1997,2,1,1 -313217,2017,2,1,1 -321042,1960,4,1,1 -317576,1988,10,1,1 -313217,2001,12,1,1 -321042,1955,11,1,1 +313217,2023,6,2,1 +317576,1933,3,1,1 +317576,1933,6,1,1 +317576,1934,6,1,1 +317576,1934,12,1,1 +317576,1935,10,1,1 +317576,1935,11,1,1 317576,1936,4,1,1 -4329847,1941,6,1,1 -381316,1988,8,1,1 -4329847,1994,9,2,1 -317576,1992,5,1,1 -321042,1997,4,1,1 -321042,1981,8,1,1 -4329847,1958,1,1,1 -381316,1991,7,1,1 -313217,2018,6,2,1 -4329847,2013,3,1,1 -317576,1994,7,1,1 -381316,2012,9,1,1 -321042,2016,5,1,1 -317576,1972,10,1,1 -381316,2014,8,1,1 -4329847,1988,7,1,1 -313217,2004,10,2,1 -4329847,1974,7,1,1 -4329847,1996,11,1,1 -313217,2000,7,1,1 -321042,1946,7,1,1 -381316,1993,11,1,1 -317576,1967,11,1,1 -321042,1989,3,1,1 -4329847,2012,5,1,1 -317576,2015,2,2,1 -4329847,2007,11,1,1 -4329847,2005,3,1,1 -4329847,2017,2,1,1 -4329847,2005,11,2,1 -4329847,2006,8,2,1 -381316,2013,9,1,1 -317576,1981,4,1,1 -321042,1998,2,1,1 -313217,1984,8,1,1 -381316,2005,2,1,1 -321042,1991,11,1,1 -381316,1977,4,1,1 -321042,1944,5,1,1 -4329847,1955,6,1,1 -381316,1999,3,1,1 -313217,1981,3,1,1 -381316,1995,6,1,1 -313217,1991,4,1,1 -321042,1977,7,1,1 -321042,2018,3,1,1 -313217,1986,11,1,1 -321042,2021,10,1,1 -4329847,1991,2,1,1 -313217,2004,6,1,1 -381316,1978,11,1,1 -321042,1997,5,1,1 -317576,2018,11,7,1 -317576,2014,8,2,1 -313217,2018,12,4,1 -4329847,2023,4,2,1 -321042,1969,2,1,1 -317576,2001,8,3,1 -313217,1987,5,3,1 -317576,2004,3,4,1 -381316,1990,8,1,1 -321042,2021,1,2,1 -317576,1969,3,1,1 -313217,1994,6,2,1 -317576,2019,8,2,1 -381316,2018,9,5,1 -313217,2013,11,2,1 -317576,2006,2,3,1 -317576,2019,9,3,1 -313217,2020,12,5,1 -313217,2002,5,3,1 -317576,2011,9,6,1 -317576,2013,5,4,1 -313217,2001,6,4,1 -381316,2018,8,2,1 -317576,2010,5,2,1 -313217,2012,4,3,1 -381316,2006,11,4,1 -381316,2011,9,1,1 -321042,2012,1,2,1 -381316,1997,9,3,1 -313217,2014,1,2,1 -4329847,2017,8,4,1 -317576,1995,9,1,1 -321042,1980,4,2,1 -313217,1996,12,1,1 -381316,2022,8,8,1 -381316,2005,8,1,1 -317576,2009,6,3,1 -381316,2015,2,3,1 -313217,2017,8,4,1 -321042,1982,3,1,1 -317576,1971,9,3,1 +317576,1939,3,1,1 +317576,1939,10,1,1 +317576,1940,8,1,1 +317576,1941,3,1,1 +317576,1941,4,1,1 +317576,1942,6,1,1 +317576,1943,3,1,1 +317576,1943,4,1,1 +317576,1943,8,1,1 +317576,1943,10,1,1 +317576,1944,8,1,1 +317576,1945,10,1,1 +317576,1946,11,1,1 +317576,1947,3,1,1 +317576,1948,2,1,1 +317576,1948,10,1,1 +317576,1950,3,1,1 +317576,1950,7,1,1 +317576,1951,3,1,1 +317576,1951,10,3,1 +317576,1952,2,2,1 +317576,1952,3,1,1 +317576,1952,12,1,1 +317576,1953,3,2,1 +317576,1954,5,1,1 +317576,1954,6,1,1 +317576,1954,9,1,1 +317576,1954,10,1,1 +317576,1954,12,1,1 +317576,1955,3,1,1 +317576,1955,4,1,1 +317576,1955,6,1,1 +317576,1955,9,1,1 +317576,1957,11,2,1 +317576,1958,3,1,1 +317576,1958,6,1,1 +317576,1959,5,1,1 317576,1959,6,2,1 -317576,2012,9,3,1 -4329847,2009,4,1,1 +317576,1960,9,1,1 +317576,1960,11,1,1 +317576,1960,12,2,1 317576,1961,2,2,1 -317576,1996,1,3,1 -317576,2020,12,2,1 -321042,1963,6,2,1 -321042,1941,4,1,1 -381316,1996,3,1,1 -4329847,2002,1,2,1 -321042,2005,8,2,1 -313217,2003,6,3,1 -317576,2021,4,2,1 -321042,1959,4,1,1 -4329847,1965,7,2,1 -321042,1979,2,1,1 -4329847,2008,8,1,1 -381316,2022,9,2,1 -313217,2018,1,1,1 -317576,1955,4,1,1 -4329847,1986,4,1,1 -313217,2022,4,7,1 -313217,2011,6,2,1 -381316,2019,2,5,1 -4329847,2010,3,2,1 -321042,2003,10,2,1 -313217,2021,1,3,1 -317576,2018,3,3,1 -317576,2003,1,3,1 -381316,1960,10,2,1 -313217,2021,12,3,1 -313217,2013,3,3,1 -381316,2004,1,2,1 -313217,2006,4,4,1 -313217,2016,1,4,1 -317576,2005,5,2,1 -313217,2011,10,3,1 -381316,2007,5,2,1 -313217,2014,12,4,1 -381316,1974,4,1,1 -381316,1984,5,1,1 -317576,2004,11,2,1 -4329847,2003,11,1,1 -321042,1942,5,1,1 -317576,1983,6,2,1 -381316,2005,9,1,1 -313217,2023,4,4,1 -381316,1995,12,2,1 -317576,1997,9,2,1 -317576,2022,5,4,1 -313217,2008,7,2,1 -381316,2016,3,3,1 -321042,2005,9,1,1 -317576,1978,11,1,1 -313217,1998,2,3,1 -317576,2011,8,3,1 -381316,2000,4,2,1 +317576,1961,8,1,1 +317576,1962,3,1,1 +317576,1962,4,1,1 +317576,1962,11,1,1 +317576,1963,3,1,1 +317576,1963,6,1,1 +317576,1963,7,1,1 +317576,1964,5,1,1 +317576,1964,6,2,1 +317576,1964,7,1,1 +317576,1964,10,3,1 +317576,1964,11,1,1 +317576,1965,7,1,1 +317576,1965,8,1,1 +317576,1965,9,2,1 +317576,1966,7,1,1 +317576,1966,12,1,1 +317576,1967,3,2,1 +317576,1967,5,1,1 +317576,1967,7,1,1 +317576,1967,9,1,1 +317576,1967,11,1,1 +317576,1968,2,1,1 317576,1968,3,1,1 -381316,1986,10,1,1 -4329847,2022,6,1,1 -321042,1937,10,1,1 -317576,1991,7,5,1 -317576,2012,8,6,1 -313217,2020,1,6,1 -381316,1997,8,3,1 -317576,1999,12,3,1 -313217,2022,7,5,1 -381316,2020,1,4,1 -4329847,2004,5,1,1 +317576,1968,8,1,1 +317576,1968,12,1,1 +317576,1969,1,1,1 +317576,1969,3,1,1 +317576,1969,5,1,1 +317576,1969,6,1,1 +317576,1969,8,2,1 +317576,1969,10,2,1 +317576,1970,1,1,1 +317576,1970,5,2,1 +317576,1970,7,1,1 +317576,1970,10,1,1 +317576,1970,12,1,1 +317576,1971,3,1,1 +317576,1971,4,1,1 +317576,1971,5,1,1 +317576,1971,9,3,1 +317576,1971,11,1,1 +317576,1972,4,1,1 +317576,1972,9,1,1 +317576,1972,10,1,1 +317576,1973,6,1,1 +317576,1973,7,1,1 +317576,1973,8,2,1 +317576,1973,9,1,1 +317576,1974,1,2,1 +317576,1974,3,2,1 +317576,1974,9,1,1 +317576,1974,10,2,1 +317576,1975,2,1,1 +317576,1975,12,1,1 +317576,1976,2,1,1 +317576,1976,4,1,1 +317576,1976,5,1,1 +317576,1976,8,1,1 +317576,1977,1,2,1 +317576,1977,3,1,1 +317576,1978,6,2,1 +317576,1978,10,1,1 +317576,1978,11,1,1 +317576,1979,8,1,1 +317576,1979,12,1,1 +317576,1980,2,2,1 +317576,1980,4,1,1 +317576,1980,5,2,1 +317576,1980,6,2,1 +317576,1980,7,1,1 +317576,1981,3,1,1 +317576,1981,4,1,1 +317576,1981,6,1,1 +317576,1981,8,1,1 +317576,1981,10,1,1 +317576,1981,11,1,1 +317576,1982,4,2,1 +317576,1982,6,1,1 +317576,1982,7,1,1 +317576,1982,9,1,1 +317576,1982,10,2,1 +317576,1982,12,3,1 +317576,1983,1,2,1 +317576,1983,3,4,1 +317576,1983,4,1,1 +317576,1983,5,1,1 +317576,1983,6,2,1 +317576,1983,7,2,1 +317576,1983,8,2,1 +317576,1983,9,1,1 +317576,1983,11,1,1 +317576,1984,1,1,1 +317576,1984,3,1,1 +317576,1984,4,1,1 +317576,1984,5,1,1 +317576,1984,6,1,1 +317576,1984,8,1,1 +317576,1984,9,1,1 +317576,1984,10,1,1 +317576,1985,4,3,1 +317576,1985,7,1,1 +317576,1985,8,1,1 +317576,1985,9,1,1 +317576,1985,10,1,1 +317576,1985,12,1,1 +317576,1986,1,1,1 +317576,1986,3,1,1 +317576,1986,5,1,1 +317576,1986,7,2,1 +317576,1986,8,1,1 +317576,1986,9,1,1 +317576,1986,11,1,1 +317576,1986,12,3,1 +317576,1987,1,2,1 +317576,1987,2,1,1 +317576,1987,4,2,1 +317576,1987,5,2,1 +317576,1987,6,2,1 +317576,1987,7,2,1 +317576,1987,8,1,1 +317576,1987,9,1,1 +317576,1987,10,2,1 +317576,1988,2,1,1 +317576,1988,3,3,1 +317576,1988,4,1,1 +317576,1988,5,2,1 +317576,1988,8,2,1 +317576,1988,10,1,1 +317576,1988,11,2,1 317576,1988,12,1,1 -381316,2016,11,4,1 317576,1989,3,3,1 -321042,1972,10,1,1 -321042,2020,11,2,1 -317576,2002,5,5,1 -321042,1962,1,1,1 -317576,2017,7,3,1 -313217,2012,7,2,1 -313217,2005,3,3,1 -381316,2002,10,2,1 -317576,1964,11,1,1 -381316,1970,8,1,1 -317576,2015,8,4,1 -317576,2020,1,2,1 -317576,1965,7,1,1 -381316,2003,8,3,1 -381316,2010,6,3,1 -313217,1999,7,2,1 -317576,2008,5,3,1 -4329847,2003,3,1,1 -313217,1991,5,1,1 -321042,2002,2,1,1 -381316,1987,8,1,1 -4329847,2016,11,1,1 -313217,1995,7,1,1 -321042,2020,3,1,1 -4329847,2022,10,2,1 -321042,1978,8,1,1 -381316,2006,3,3,1 -321042,2021,12,2,1 -321042,2009,1,1,1 -317576,1999,1,4,1 -381316,2003,9,1,1 -313217,1984,2,1,1 -313217,2017,9,1,1 -4329847,1980,6,1,1 -381316,2021,5,6,1 -381316,1989,12,1,1 -4329847,2014,2,1,1 -317576,2001,9,2,1 -4329847,2015,4,1,1 -321042,2015,5,1,1 -321042,1998,8,1,1 -317576,2009,10,2,1 -381316,1991,5,2,1 -321042,1931,3,1,1 -321042,1983,11,1,1 -381316,1982,6,1,1 -4329847,2001,9,1,1 -317576,2014,9,4,1 -321042,1985,12,1,1 -321042,1940,1,1,1 -4329847,2006,2,2,1 -321042,1974,3,1,1 -381316,1949,10,1,1 -381316,1982,10,2,1 -317576,2016,5,3,1 -321042,1992,4,2,1 -4329847,1991,9,2,1 -4329847,2018,12,1,1 -317576,1992,7,1,1 -381316,2001,11,1,1 -4329847,1950,12,1,1 -313217,2004,1,3,1 -317576,1990,6,4,1 -321042,1971,2,1,1 -4329847,1987,3,1,1 -321042,2012,12,1,1 -381316,1975,4,1,1 -381316,1962,11,1,1 -317576,2000,9,1,1 -321042,1949,4,1,1 -313217,2010,3,1,1 -321042,2019,10,1,1 -381316,2012,2,2,1 -4329847,2017,9,3,1 -321042,1953,8,1,1 -317576,2000,8,2,1 -321042,1952,6,1,1 +317576,1989,4,2,1 +317576,1989,5,2,1 +317576,1989,7,1,1 +317576,1989,8,1,1 +317576,1989,9,2,1 +317576,1989,10,3,1 317576,1989,11,2,1 +317576,1989,12,1,1 +317576,1990,1,1,1 +317576,1990,2,1,1 +317576,1990,3,2,1 +317576,1990,5,2,1 +317576,1990,6,4,1 +317576,1990,7,1,1 +317576,1990,8,2,1 +317576,1990,9,1,1 +317576,1990,11,1,1 +317576,1990,12,1,1 +317576,1991,3,1,1 +317576,1991,5,1,1 +317576,1991,6,3,1 +317576,1991,7,5,1 +317576,1991,8,4,1 +317576,1991,9,1,1 +317576,1991,10,3,1 +317576,1991,11,1,1 +317576,1991,12,3,1 +317576,1992,1,2,1 +317576,1992,3,3,1 317576,1992,4,1,1 -321042,1934,6,1,1 -321042,2008,10,1,1 -317576,2003,12,3,1 -321042,2022,3,1,1 -313217,1970,3,1,1 -4329847,2009,7,1,1 -381316,2011,8,3,1 -321042,2000,7,1,1 -321042,2000,4,3,1 -4329847,1985,3,2,1 -321042,1978,9,1,1 -381316,1947,2,1,1 -381316,2014,2,1,1 -4329847,1998,1,2,1 -321042,1936,3,1,1 -321042,1987,11,1,1 -4329847,1974,5,1,1 -313217,2004,12,2,1 -381316,1959,2,1,1 -317576,1941,4,1,1 -381316,1990,9,1,1 -313217,2003,10,1,1 -317576,1995,8,1,1 -321042,2010,1,1,1 -313217,2019,2,2,1 -381316,2020,12,1,1 -321042,1948,1,1,1 -313217,2006,7,2,1 -321042,1994,7,1,1 -321042,2001,5,1,1 -313217,2010,11,1,1 -313217,2001,10,1,1 -381316,2000,7,1,1 -321042,1980,7,2,1 -321042,1960,5,1,1 -313217,2016,12,1,1 -321042,1951,6,2,1 -317576,1948,10,1,1 +317576,1992,5,1,1 +317576,1992,6,4,1 +317576,1992,7,1,1 +317576,1992,8,1,1 +317576,1992,9,2,1 +317576,1992,10,1,1 +317576,1992,11,1,1 +317576,1992,12,1,1 +317576,1993,1,2,1 317576,1993,2,1,1 -4329847,2012,7,1,1 -381316,1973,8,2,1 -381316,2004,12,1,1 -321042,1999,5,1,1 -381316,1953,2,1,1 -321042,1944,4,1,1 -321042,2011,8,1,1 -321042,1990,7,1,1 -313217,1999,4,1,1 -381316,2013,2,1,1 -4329847,1967,1,1,1 -381316,1983,10,1,1 -321042,2016,7,1,1 -317576,1958,6,1,1 -321042,1958,11,1,1 -317576,1954,9,1,1 -381316,1998,11,1,1 -4329847,1969,11,1,1 -313217,1975,7,1,1 -4329847,2008,9,1,1 -4329847,2001,8,1,1 -4329847,1977,5,1,1 -381316,1992,3,1,1 -317576,2017,11,4,1 -317576,1999,9,2,1 -313217,2012,3,2,1 -321042,1992,3,1,1 -321042,1962,8,1,1 -381316,2020,8,5,1 -321042,2011,1,2,1 -381316,2008,10,4,1 -381316,2006,4,1,1 -317576,2021,3,4,1 -321042,1979,10,1,1 -317576,2014,1,6,1 -313217,2014,8,6,1 -321042,2002,10,1,1 -4329847,1987,4,1,1 -381316,2018,1,4,1 -317576,2020,8,5,1 -313217,2020,8,7,1 -4329847,1953,10,1,1 -313217,2017,1,2,1 -317576,2023,2,3,1 -317576,2019,1,3,1 -317576,2011,12,5,1 -313217,2019,10,4,1 -321042,2016,3,3,1 -4329847,2017,12,4,1 -381316,2009,5,4,1 +317576,1993,3,2,1 +317576,1993,4,1,1 +317576,1993,5,2,1 +317576,1993,6,2,1 +317576,1993,7,1,1 +317576,1993,8,1,1 +317576,1993,9,2,1 +317576,1993,11,1,1 +317576,1994,1,1,1 +317576,1994,2,3,1 +317576,1994,4,2,1 +317576,1994,7,1,1 +317576,1994,8,1,1 +317576,1994,9,4,1 +317576,1994,10,2,1 +317576,1994,11,5,1 +317576,1994,12,1,1 +317576,1995,1,3,1 +317576,1995,2,1,1 +317576,1995,4,4,1 +317576,1995,5,1,1 +317576,1995,6,4,1 +317576,1995,8,1,1 +317576,1995,9,1,1 +317576,1995,10,1,1 +317576,1995,11,3,1 +317576,1995,12,3,1 +317576,1996,1,3,1 +317576,1996,2,2,1 +317576,1996,4,3,1 +317576,1996,5,1,1 +317576,1996,6,4,1 +317576,1996,7,2,1 +317576,1996,8,1,1 +317576,1996,9,3,1 +317576,1996,10,2,1 +317576,1996,11,4,1 317576,1997,1,4,1 -313217,2013,7,2,1 -313217,2022,3,4,1 -313217,2008,11,1,1 -381316,2002,2,1,1 -321042,2012,8,3,1 -317576,2019,12,4,1 -313217,2005,7,1,1 -317576,1973,7,1,1 +317576,1997,2,1,1 +317576,1997,3,1,1 +317576,1997,4,1,1 +317576,1997,5,1,1 +317576,1997,6,2,1 +317576,1997,7,4,1 +317576,1997,9,2,1 +317576,1997,11,1,1 +317576,1997,12,1,1 +317576,1998,1,2,1 +317576,1998,2,2,1 +317576,1998,3,3,1 +317576,1998,6,2,1 +317576,1998,7,1,1 +317576,1998,8,5,1 +317576,1998,9,2,1 +317576,1998,10,1,1 +317576,1998,11,1,1 +317576,1998,12,3,1 +317576,1999,1,4,1 +317576,1999,2,2,1 +317576,1999,3,2,1 +317576,1999,4,1,1 +317576,1999,5,3,1 +317576,1999,6,2,1 +317576,1999,7,1,1 +317576,1999,8,3,1 +317576,1999,9,2,1 +317576,1999,10,3,1 +317576,1999,11,3,1 +317576,1999,12,3,1 317576,2000,1,4,1 -317576,1988,8,2,1 -381316,2010,2,5,1 -313217,2008,3,4,1 -381316,2005,12,2,1 -4329847,1985,7,2,1 -317576,1989,7,1,1 -321042,1972,2,1,1 -313217,1995,3,1,1 -381316,2012,6,4,1 -313217,2004,8,3,1 -321042,1938,4,1,1 -4329847,2003,7,1,1 -317576,1996,9,3,1 -313217,2019,6,3,1 -381316,2023,1,4,1 -313217,1997,6,2,1 -381316,1996,7,3,1 +317576,2000,3,2,1 +317576,2000,4,1,1 +317576,2000,5,1,1 +317576,2000,6,4,1 +317576,2000,7,1,1 +317576,2000,8,2,1 +317576,2000,9,1,1 +317576,2000,10,3,1 +317576,2000,11,2,1 317576,2000,12,4,1 -321042,1949,11,1,1 -4329847,1993,9,1,1 -321042,1967,7,2,1 +317576,2001,1,3,1 +317576,2001,2,3,1 +317576,2001,3,2,1 +317576,2001,4,3,1 +317576,2001,5,2,1 +317576,2001,6,3,1 +317576,2001,7,5,1 +317576,2001,8,3,1 +317576,2001,9,2,1 +317576,2001,10,2,1 +317576,2001,11,1,1 317576,2001,12,5,1 -317576,2020,9,8,1 -317576,1993,6,2,1 -4329847,1976,3,1,1 -321042,1971,10,1,1 +317576,2002,3,3,1 +317576,2002,4,3,1 +317576,2002,5,5,1 +317576,2002,6,1,1 +317576,2002,7,6,1 +317576,2002,8,2,1 +317576,2002,9,1,1 +317576,2002,10,1,1 +317576,2002,11,3,1 +317576,2002,12,2,1 +317576,2003,1,3,1 +317576,2003,2,1,1 +317576,2003,3,3,1 +317576,2003,4,2,1 +317576,2003,5,2,1 +317576,2003,6,1,1 +317576,2003,7,3,1 317576,2003,8,1,1 -381316,2014,10,3,1 -381316,2015,10,6,1 -317576,2012,1,3,1 -317576,1964,7,1,1 -381316,1998,7,1,1 -381316,2011,12,3,1 -381316,2008,6,3,1 -4329847,1991,12,2,1 -321042,2010,9,2,1 -313217,2003,2,4,1 -381316,2019,10,5,1 -381316,2001,7,2,1 -313217,2014,9,1,1 -4329847,1997,5,2,1 -313217,1999,11,2,1 -317576,1984,5,1,1 -317576,2001,1,3,1 -4329847,1993,8,1,1 -381316,2015,6,5,1 -313217,2013,4,2,1 -381316,2003,1,2,1 -313217,2006,11,1,1 -381316,1971,12,1,1 -317576,1995,12,3,1 +317576,2003,9,5,1 +317576,2003,10,4,1 +317576,2003,11,4,1 +317576,2003,12,3,1 +317576,2004,1,1,1 +317576,2004,2,2,1 +317576,2004,3,4,1 +317576,2004,5,3,1 +317576,2004,6,4,1 +317576,2004,7,4,1 +317576,2004,8,1,1 +317576,2004,9,2,1 +317576,2004,11,2,1 +317576,2004,12,3,1 +317576,2005,2,8,1 +317576,2005,3,2,1 +317576,2005,4,3,1 +317576,2005,5,2,1 +317576,2005,6,4,1 +317576,2005,8,3,1 +317576,2005,9,4,1 +317576,2005,10,2,1 +317576,2005,11,6,1 +317576,2006,1,5,1 +317576,2006,2,3,1 +317576,2006,3,2,1 +317576,2006,5,4,1 317576,2006,6,4,1 -4329847,2010,7,1,1 -317576,1991,3,1,1 -321042,1995,9,2,1 -321042,2020,7,3,1 -381316,1993,5,2,1 -381316,2020,9,3,1 -313217,2018,8,7,1 -4329847,2019,5,2,1 -4329847,2016,7,1,1 -317576,2017,3,2,1 -321042,2007,5,1,1 -317576,1987,7,2,1 -381316,1987,1,1,1 -381316,1969,3,1,1 -381316,2018,12,3,1 -4329847,1980,2,2,1 -313217,2021,9,3,1 -4329847,2002,8,1,1 -317576,1976,4,1,1 -313217,2023,3,3,1 -317576,1989,4,2,1 -321042,2005,12,1,1 -381316,2006,7,2,1 -381316,1985,5,1,1 -4329847,1951,5,1,1 -381316,2022,12,6,1 -313217,2009,5,1,1 -317576,2018,4,3,1 -381316,1975,11,1,1 -381316,1997,1,1,1 -313217,2021,8,2,1 -381316,1974,3,1,1 -4329847,1967,8,1,1 -313217,1990,5,3,1 -4329847,2012,3,1,1 -313217,2017,12,2,1 -313217,2010,4,2,1 -317576,2004,7,4,1 -321042,2019,2,1,1 -381316,2011,1,3,1 -381316,1981,7,1,1 -313217,2005,4,2,1 -313217,1998,6,2,1 -317576,2003,9,5,1 -381316,1995,9,1,1 -4329847,2016,4,2,1 -321042,2011,12,1,1 -321042,1981,6,1,1 -321042,1998,12,2,1 -4329847,2006,6,2,1 -317576,1997,12,1,1 -381316,1968,8,1,1 -321042,2004,5,3,1 -321042,1944,3,1,1 -317576,1992,3,3,1 -313217,1998,10,1,1 -321042,1961,9,1,1 -321042,1996,3,3,1 -321042,1992,11,1,1 -4329847,1952,9,1,1 -4329847,2009,3,1,1 -321042,1944,11,1,1 -381316,1983,2,1,1 -321042,1987,7,1,1 -317576,2014,12,2,1 -317576,1934,12,1,1 -317576,1985,4,3,1 -4329847,2017,1,1,1 -317576,1972,9,1,1 -381316,1966,10,1,1 -317576,2015,12,1,1 -313217,2020,9,2,1 -4329847,2006,10,5,1 -381316,2012,10,3,1 -381316,1970,12,1,1 -317576,1987,4,2,1 -317576,1999,8,3,1 -381316,2005,1,2,1 -381316,1997,12,1,1 -4329847,2001,1,1,1 -321042,2003,2,2,1 -381316,2014,6,1,1 -317576,1948,2,1,1 -4329847,2018,8,2,1 -4329847,2018,9,1,1 -381316,2000,11,2,1 -381316,1999,5,1,1 -313217,2016,8,4,1 -321042,1965,5,1,1 -381316,2016,4,4,1 -317576,2011,1,5,1 -4329847,1983,4,1,1 -313217,2015,5,5,1 -321042,1988,5,1,1 -381316,2001,4,1,1 -317576,1970,1,1,1 -317576,1980,5,2,1 -381316,1994,10,1,1 -317576,1933,3,1,1 -381316,2013,10,1,1 -4329847,1969,7,1,1 -313217,2011,2,1,1 -321042,1949,3,1,1 -381316,2017,5,2,1 -4329847,2011,7,1,1 -4329847,1998,9,2,1 -4329847,1955,8,1,1 -321042,1958,7,1,1 -313217,1996,8,1,1 -321042,2014,10,1,1 -313217,1997,10,1,1 -381316,2013,6,3,1 -321042,1956,8,1,1 -381316,1994,6,1,1 -313217,2016,9,1,1 -381316,1982,2,1,1 -313217,2022,11,2,1 -321042,2017,7,2,1 -313217,1984,10,1,1 -321042,1983,4,2,1 -321042,1994,3,1,1 -321042,2009,8,1,1 -381316,2016,7,2,1 -321042,1983,7,1,1 -317576,1995,1,3,1 -317576,1955,3,1,1 -321042,1985,8,1,1 -381316,2019,6,2,1 -313217,1995,11,1,1 -321042,2021,9,1,1 -317576,1943,8,1,1 -321042,2014,6,2,1 -317576,1941,3,1,1 -317576,2009,2,2,1 -317576,2012,12,2,1 -317576,1974,3,2,1 -317576,1991,11,1,1 +317576,2006,7,3,1 +317576,2006,8,2,1 +317576,2006,9,1,1 +317576,2006,11,1,1 +317576,2006,12,4,1 +317576,2007,1,3,1 +317576,2007,2,1,1 +317576,2007,3,4,1 +317576,2007,4,5,1 317576,2007,5,4,1 -317576,1954,12,1,1 -4329847,1968,4,1,1 -317576,2021,11,2,1 -381316,1996,4,1,1 -4329847,1975,9,1,1 -313217,2006,3,1,1 -317576,1996,8,1,1 -317576,2015,1,3,1 -317576,2018,7,2,1 -321042,1982,7,1,1 -4329847,1994,10,1,1 -321042,1970,11,2,1 -321042,2008,2,1,1 -313217,2018,9,1,1 -4329847,2022,2,1,1 -321042,1975,3,1,1 -313217,1986,5,1,1 -313217,2012,11,2,1 -321042,2023,4,1,1 -317576,1970,12,1,1 -321042,2013,5,1,1 -317576,1990,2,1,1 -381316,2022,1,1,1 -4329847,1994,6,1,1 -321042,1969,6,1,1 -321042,2016,11,1,1 -4329847,1956,1,1,1 -317576,1966,12,1,1 -4329847,2008,1,1,1 -321042,1967,4,1,1 -313217,2010,7,1,1 -317576,1992,11,1,1 -313217,1993,1,1,1 -321042,1975,11,1,1 -313217,2001,2,1,1 -317576,1985,7,1,1 -4329847,2007,5,1,1 -317576,1967,5,1,1 -321042,2006,3,1,1 -381316,2019,11,2,1 -381316,2015,3,5,1 -381316,2017,9,6,1 -317576,2007,9,3,1 -317576,1996,5,1,1 -381316,1995,5,3,1 -321042,2015,12,2,1 -313217,2005,2,1,1 -4329847,1982,1,2,1 -4329847,2004,1,2,1 -317576,1991,6,3,1 -317576,1967,9,1,1 -313217,2011,7,4,1 -317576,2023,4,4,1 -313217,2013,2,2,1 -321042,1991,8,2,1 +317576,2007,6,1,1 +317576,2007,7,2,1 317576,2007,8,5,1 -321042,2021,5,3,1 -313217,2022,6,3,1 -321042,1973,6,1,1 -313217,2022,10,6,1 -381316,2008,11,5,1 -313217,1990,8,1,1 -4329847,2003,2,2,1 -313217,2009,9,4,1 -317576,2017,10,3,1 -4329847,2013,9,1,1 -317576,2017,6,3,1 -321042,1929,12,1,1 -317576,1933,6,1,1 -313217,2015,9,5,1 -381316,1992,2,1,1 -4329847,2012,10,2,1 -317576,2002,12,2,1 -317576,1998,1,2,1 -321042,1989,9,1,1 -313217,2002,1,3,1 -317576,2021,6,4,1 -381316,1983,7,1,1 -317576,2013,1,3,1 -321042,2002,11,1,1 -381316,1999,9,1,1 -317576,1987,2,1,1 -381316,2016,2,5,1 -317576,1953,3,2,1 -381316,2017,8,2,1 -381316,2012,3,2,1 -321042,2016,6,1,1 -381316,1977,1,1,1 -4329847,1989,3,2,1 -381316,2014,3,1,1 -313217,2011,4,2,1 -317576,1986,11,1,1 -4329847,1990,8,1,1 -317576,2003,5,2,1 -381316,2008,3,1,1 -321042,1996,10,1,1 -381316,1993,9,2,1 -313217,1984,11,1,1 +317576,2007,9,3,1 +317576,2007,11,3,1 +317576,2007,12,2,1 +317576,2008,1,2,1 +317576,2008,2,1,1 +317576,2008,3,3,1 +317576,2008,4,4,1 +317576,2008,5,3,1 +317576,2008,6,1,1 +317576,2008,7,4,1 +317576,2008,9,3,1 +317576,2008,10,6,1 +317576,2008,11,2,1 +317576,2008,12,1,1 +317576,2009,1,2,1 +317576,2009,2,2,1 +317576,2009,3,2,1 317576,2009,4,2,1 -313217,2016,5,6,1 -317576,1983,4,1,1 -321042,2006,10,1,1 -381316,2015,11,4,1 -321042,1993,6,1,1 -381316,2002,7,3,1 -381316,1979,1,1,1 -317576,1974,10,2,1 -313217,2007,12,4,1 -313217,1992,9,2,1 -321042,2019,4,2,1 -313217,2004,5,2,1 -4329847,2022,4,3,1 -313217,2000,12,1,1 -381316,2009,9,1,1 -381316,1999,8,2,1 -313217,2015,8,1,1 -381316,2019,3,3,1 -4329847,2021,9,3,1 -321042,2020,2,1,1 -4329847,1996,8,3,1 +317576,2009,6,3,1 317576,2009,7,2,1 -321042,2018,9,2,1 -313217,2001,7,2,1 -313217,2021,5,4,1 -381316,2002,4,2,1 -321042,1967,2,1,1 -317576,1993,3,2,1 -317576,2008,1,2,1 -313217,2002,12,4,1 -313217,1988,1,1,1 -4329847,2005,8,2,1 -381316,2009,8,3,1 -313217,2023,6,2,1 -313217,1983,12,2,1 -381316,2007,12,2,1 -4329847,2020,1,3,1 -321042,2015,1,2,1 -317576,2022,12,2,1 -381316,2021,12,4,1 -381316,1988,3,1,1 -313217,2010,2,3,1 -381316,2012,11,2,1 -4329847,1976,6,1,1 -317576,2016,12,2,1 -321042,1983,2,1,1 -313217,2006,10,2,1 -317576,2020,5,4,1 -381316,2020,5,2,1 -313217,2020,5,3,1 -321042,1990,6,3,1 -381316,2010,7,2,1 -317576,1992,6,4,1 -4329847,2004,12,1,1 -313217,2009,8,2,1 +317576,2009,8,2,1 +317576,2009,9,3,1 +317576,2009,10,2,1 +317576,2009,11,2,1 +317576,2009,12,1,1 +317576,2010,2,3,1 +317576,2010,3,2,1 +317576,2010,4,1,1 +317576,2010,5,2,1 +317576,2010,6,4,1 +317576,2010,7,3,1 +317576,2010,8,4,1 +317576,2010,9,3,1 +317576,2010,10,4,1 +317576,2010,11,4,1 317576,2010,12,4,1 -321042,2002,3,2,1 -317576,2006,3,2,1 -4329847,2012,6,1,1 -317576,2016,1,2,1 -4329847,2021,8,3,1 -317576,1998,12,3,1 -313217,1999,6,1,1 -381316,1975,6,1,1 +317576,2011,1,5,1 +317576,2011,3,3,1 +317576,2011,5,2,1 +317576,2011,6,2,1 +317576,2011,7,3,1 +317576,2011,8,3,1 +317576,2011,9,6,1 +317576,2011,10,2,1 +317576,2011,11,1,1 +317576,2011,12,5,1 +317576,2012,1,3,1 +317576,2012,2,2,1 +317576,2012,3,4,1 +317576,2012,4,5,1 +317576,2012,5,4,1 +317576,2012,6,1,1 +317576,2012,7,6,1 +317576,2012,8,6,1 +317576,2012,9,3,1 +317576,2012,10,4,1 +317576,2012,11,4,1 +317576,2012,12,2,1 +317576,2013,1,3,1 +317576,2013,2,1,1 +317576,2013,3,6,1 +317576,2013,4,4,1 +317576,2013,5,4,1 +317576,2013,6,4,1 +317576,2013,7,2,1 +317576,2013,8,2,1 +317576,2013,9,2,1 +317576,2013,10,4,1 +317576,2013,11,2,1 317576,2013,12,1,1 -313217,2019,3,2,1 -4329847,2019,8,2,1 -4329847,2007,9,1,1 -4329847,2009,10,1,1 -317576,1991,10,3,1 -317576,1999,5,3,1 -321042,1945,7,1,1 -321042,2000,6,1,1 -321042,2007,9,2,1 +317576,2014,1,6,1 +317576,2014,3,2,1 +317576,2014,4,4,1 +317576,2014,5,5,1 +317576,2014,6,4,1 +317576,2014,8,2,1 +317576,2014,9,4,1 +317576,2014,10,5,1 +317576,2014,11,4,1 +317576,2014,12,2,1 +317576,2015,1,3,1 +317576,2015,2,2,1 +317576,2015,3,7,1 +317576,2015,4,8,1 +317576,2015,5,4,1 +317576,2015,6,2,1 +317576,2015,7,4,1 +317576,2015,8,4,1 +317576,2015,11,4,1 +317576,2015,12,1,1 +317576,2016,1,2,1 +317576,2016,2,3,1 +317576,2016,3,2,1 +317576,2016,4,2,1 +317576,2016,5,3,1 +317576,2016,6,4,1 +317576,2016,7,2,1 +317576,2016,8,3,1 +317576,2016,9,2,1 +317576,2016,10,3,1 +317576,2016,11,3,1 +317576,2016,12,2,1 +317576,2017,1,1,1 +317576,2017,2,2,1 +317576,2017,3,2,1 +317576,2017,5,2,1 +317576,2017,6,3,1 +317576,2017,7,3,1 +317576,2017,8,3,1 +317576,2017,9,2,1 +317576,2017,10,3,1 +317576,2017,11,4,1 +317576,2017,12,3,1 +317576,2018,1,6,1 317576,2018,2,5,1 -321042,1995,5,1,1 -313217,2019,11,2,1 -317576,2004,2,2,1 -381316,2021,1,3,1 -313217,1994,4,1,1 -4329847,1997,9,2,1 -313217,1984,3,1,1 -321042,1952,4,2,1 -317576,1976,2,1,1 -4329847,1976,10,2,1 -4329847,1942,12,1,1 -317576,1983,7,2,1 -317576,1942,6,1,1 -4329847,2015,6,1,1 -381316,1994,3,1,1 -313217,1992,8,2,1 -313217,2008,6,1,1 -313217,1998,11,1,1 -321042,1966,5,1,1 -4329847,1996,9,1,1 -321042,2016,10,1,1 -321042,1947,8,1,1 +317576,2018,3,3,1 +317576,2018,4,3,1 +317576,2018,5,3,1 +317576,2018,6,4,1 +317576,2018,7,2,1 +317576,2018,8,2,1 +317576,2018,9,9,1 +317576,2018,10,5,1 +317576,2018,11,7,1 +317576,2018,12,6,1 +317576,2019,1,3,1 +317576,2019,2,5,1 +317576,2019,3,5,1 +317576,2019,4,4,1 +317576,2019,5,3,1 +317576,2019,6,1,1 +317576,2019,7,4,1 +317576,2019,8,2,1 +317576,2019,9,3,1 +317576,2019,10,5,1 +317576,2019,12,4,1 +317576,2020,1,2,1 +317576,2020,2,2,1 +317576,2020,3,5,1 +317576,2020,4,3,1 +317576,2020,5,4,1 +317576,2020,6,5,1 +317576,2020,7,6,1 +317576,2020,8,5,1 +317576,2020,9,8,1 +317576,2020,10,3,1 +317576,2020,11,3,1 +317576,2020,12,2,1 +317576,2021,1,5,1 +317576,2021,2,3,1 +317576,2021,3,4,1 +317576,2021,4,2,1 +317576,2021,5,5,1 +317576,2021,6,4,1 +317576,2021,8,4,1 +317576,2021,9,1,1 317576,2021,10,2,1 -313217,1998,3,2,1 -4329847,1958,4,1,1 -313217,2000,1,2,1 -317576,1984,8,1,1 -321042,2019,7,1,1 -4329847,1966,12,1,1 -321042,1956,5,1,1 +317576,2021,11,2,1 +317576,2021,12,4,1 +317576,2022,2,5,1 +317576,2022,3,5,1 +317576,2022,4,4,1 +317576,2022,5,4,1 +317576,2022,6,6,1 +317576,2022,7,1,1 +317576,2022,8,3,1 +317576,2022,9,3,1 +317576,2022,10,1,1 +317576,2022,11,2,1 +317576,2022,12,2,1 +317576,2023,1,6,1 +317576,2023,2,3,1 +317576,2023,3,2,1 +317576,2023,4,4,1 +317576,2023,5,6,1 +321042,1926,8,1,1 +321042,1929,12,1,1 +321042,1931,3,1,1 +321042,1931,12,1,1 321042,1933,11,1,1 -313217,1991,1,1,1 -317576,1984,9,1,1 -321042,1994,6,1,1 -4329847,2005,9,1,1 -381316,1985,8,1,1 -317576,1992,10,1,1 -313217,2014,5,3,1 -313217,2012,6,1,1 -321042,2022,2,1,1 -4329847,1998,5,1,1 -321042,1943,10,1,1 -321042,1970,6,1,1 -313217,1982,8,1,1 -313217,1971,9,1,1 -321042,1974,2,2,1 -321042,1969,11,1,1 -321042,2018,8,1,1 -381316,2010,4,1,1 -313217,2001,4,2,1 -321042,1994,10,1,1 +321042,1934,6,1,1 +321042,1936,2,1,1 +321042,1936,3,1,1 +321042,1936,5,1,1 +321042,1937,10,1,1 +321042,1938,4,1,1 +321042,1938,12,1,1 +321042,1939,3,1,1 +321042,1940,1,1,1 +321042,1940,7,1,1 +321042,1941,4,1,1 +321042,1941,5,1,1 321042,1942,1,1,1 -313217,2012,10,2,1 -317576,2008,12,1,1 -4329847,2022,7,2,1 -381316,1982,7,1,1 -317576,1950,3,1,1 -4329847,1989,11,2,1 +321042,1942,5,1,1 +321042,1942,11,1,1 +321042,1943,10,1,1 +321042,1944,3,1,1 +321042,1944,4,1,1 +321042,1944,5,1,1 +321042,1944,11,1,1 +321042,1944,12,1,1 +321042,1945,5,1,1 +321042,1945,7,1,1 +321042,1945,9,1,1 +321042,1946,7,1,1 +321042,1946,9,1,1 +321042,1947,1,2,1 +321042,1947,6,1,1 +321042,1947,8,1,1 +321042,1947,10,1,1 +321042,1948,1,1,1 +321042,1948,10,1,1 +321042,1949,2,1,1 +321042,1949,3,1,1 +321042,1949,4,1,1 +321042,1949,8,1,1 +321042,1949,11,1,1 321042,1950,8,1,1 -317576,1988,5,2,1 -321042,1999,12,1,1 -317576,1994,12,1,1 -313217,2008,10,2,1 -321042,2010,5,1,1 -381316,2000,6,1,1 -4329847,1980,7,1,1 -381316,2014,11,3,1 -4329847,1980,4,1,1 -313217,1986,9,1,1 -313217,1987,1,2,1 -317576,1986,3,1,1 -321042,1954,5,1,1 -321042,1988,8,1,1 -381316,2004,5,1,1 -317576,1990,7,1,1 -321042,1996,6,1,1 -321042,1997,1,1,1 -317576,1994,1,1,1 +321042,1951,4,1,1 +321042,1951,6,2,1 +321042,1951,8,1,1 +321042,1951,9,2,1 +321042,1951,12,1,1 +321042,1952,4,2,1 +321042,1952,6,1,1 321042,1952,7,1,1 -381316,1991,1,1,1 -321042,2023,2,1,1 -381316,2013,3,2,1 -4329847,2002,5,1,1 -381316,2001,2,1,1 -381316,2007,1,1,1 -381316,1986,7,1,1 -317576,2006,11,1,1 -317576,1968,2,1,1 +321042,1953,4,1,1 +321042,1953,6,2,1 +321042,1953,7,1,1 +321042,1953,8,1,1 +321042,1954,5,1,1 +321042,1955,3,1,1 +321042,1955,4,2,1 +321042,1955,6,1,1 +321042,1955,11,1,1 +321042,1955,12,1,1 +321042,1956,2,1,1 +321042,1956,5,1,1 +321042,1956,7,1,1 +321042,1956,8,1,1 +321042,1957,8,1,1 +321042,1957,12,1,1 +321042,1958,5,1,1 +321042,1958,7,1,1 +321042,1958,9,2,1 +321042,1958,11,1,1 +321042,1958,12,1,1 +321042,1959,2,1,1 +321042,1959,4,1,1 +321042,1959,5,1,1 +321042,1960,4,1,1 +321042,1960,5,1,1 +321042,1960,7,1,1 +321042,1960,10,2,1 +321042,1960,11,1,1 +321042,1961,9,1,1 +321042,1961,11,3,1 +321042,1962,1,1,1 +321042,1962,3,1,1 +321042,1962,7,1,1 +321042,1962,8,1,1 +321042,1962,10,1,1 +321042,1963,6,2,1 +321042,1963,12,2,1 321042,1964,2,1,1 -4329847,2020,12,2,1 -321042,1951,4,1,1 -381316,1985,9,1,1 -381316,1981,2,1,1 -321042,1936,2,1,1 -321042,2004,9,1,1 -4329847,2019,9,1,1 -313217,2018,5,1,1 -313217,1995,6,1,1 -4329847,2018,5,1,1 -321042,1926,8,1,1 +321042,1964,12,1,1 +321042,1965,1,1,1 +321042,1965,5,1,1 +321042,1965,11,1,1 +321042,1966,5,1,1 +321042,1966,10,2,1 +321042,1966,11,1,1 +321042,1967,1,1,1 +321042,1967,2,1,1 +321042,1967,4,1,1 +321042,1967,5,1,1 +321042,1967,7,2,1 +321042,1967,9,1,1 +321042,1967,12,2,1 +321042,1968,4,1,1 +321042,1969,2,1,1 321042,1969,3,1,1 -313217,2006,6,1,1 -4329847,2009,6,1,1 -313217,1983,1,1,1 -317576,1982,9,1,1 -317576,1993,11,1,1 -317576,1955,6,1,1 -321042,2000,10,1,1 -381316,2013,11,1,1 -4329847,2000,3,1,1 -313217,2021,4,3,1 -317576,1998,6,2,1 -381316,1998,8,3,1 -313217,2016,7,3,1 -381316,2000,12,3,1 -317576,2022,6,6,1 -317576,1973,9,1,1 -381316,1992,8,1,1 -317576,1991,12,3,1 -317576,2020,4,3,1 -381316,2022,11,6,1 -317576,1973,8,2,1 -313217,2004,4,2,1 -317576,1995,11,3,1 -317576,2000,3,2,1 -4329847,2002,7,4,1 -381316,1989,7,2,1 -317576,2004,9,2,1 -313217,2022,1,4,1 -321042,2010,4,2,1 -321042,1999,6,1,1 -317576,1959,5,1,1 -317576,2021,1,5,1 -321042,2000,12,1,1 -4329847,1993,4,1,1 -317576,1980,2,2,1 -317576,2014,11,4,1 -317576,2002,10,1,1 -317576,2018,9,9,1 -4329847,2023,1,3,1 -4329847,2015,1,2,1 -313217,2017,11,3,1 -317576,2017,12,3,1 -4329847,1982,10,1,1 -317576,2008,10,6,1 -321042,2011,3,2,1 -321042,1960,10,2,1 -313217,2007,6,3,1 -317576,1969,8,2,1 -4329847,1970,9,1,1 -317576,2010,6,4,1 -313217,1990,2,1,1 -381316,2001,9,4,1 -317576,2011,3,3,1 +321042,1969,6,1,1 +321042,1969,11,1,1 +321042,1970,1,1,1 +321042,1970,6,1,1 +321042,1970,8,1,1 +321042,1970,9,1,1 +321042,1970,11,2,1 +321042,1971,1,1,1 +321042,1971,2,1,1 +321042,1971,7,1,1 +321042,1971,8,1,1 +321042,1971,10,1,1 +321042,1972,2,1,1 +321042,1972,10,1,1 +321042,1973,6,1,1 +321042,1974,2,2,1 +321042,1974,3,1,1 +321042,1974,6,1,1 +321042,1975,3,1,1 +321042,1975,9,1,1 +321042,1975,11,1,1 321042,1976,6,1,1 -313217,2020,7,2,1 -321042,2003,5,1,1 -313217,2016,4,2,1 -4329847,1979,5,1,1 -313217,2006,1,2,1 -313217,2000,10,1,1 -381316,1995,4,3,1 -317576,1988,4,1,1 -381316,2022,3,7,1 -4329847,2016,9,2,1 -4329847,2003,9,1,1 -313217,2002,6,3,1 +321042,1976,7,1,1 +321042,1976,10,1,1 +321042,1977,3,1,1 +321042,1977,7,1,1 +321042,1977,11,1,1 321042,1978,3,2,1 -4329847,2010,8,2,1 -321042,1998,3,1,1 -313217,2015,2,3,1 -313217,2012,12,5,1 -381316,2004,4,4,1 -381316,1990,11,1,1 -317576,1994,10,2,1 -381316,2007,6,3,1 -321042,2012,7,1,1 -381316,2004,7,3,1 -313217,2017,3,4,1 -313217,2000,6,2,1 -321042,2021,7,3,1 -317576,1996,4,3,1 -381316,1973,3,1,1 -313217,2004,7,3,1 -313217,2023,1,1,1 -317576,2003,7,3,1 -381316,1996,9,1,1 -317576,2016,10,3,1 -4329847,2001,11,1,1 -313217,1991,6,2,1 -317576,2015,11,4,1 -317576,1951,10,3,1 -4329847,2005,2,1,1 -317576,2000,11,2,1 -381316,1984,6,1,1 -321042,1958,9,2,1 -321042,1967,9,1,1 -317576,1990,5,2,1 -321042,2009,7,2,1 -313217,2014,7,6,1 -317576,1998,10,1,1 -317576,1981,6,1,1 -313217,2022,12,4,1 -381316,1997,11,1,1 -317576,1987,8,1,1 -317576,2005,6,4,1 -321042,2013,2,1,1 -313217,2005,9,3,1 -321042,1996,1,1,1 -317576,2013,6,4,1 -4329847,1993,7,3,1 -313217,2010,9,3,1 -381316,2011,3,4,1 -317576,2015,3,7,1 -317576,2001,11,1,1 -317576,2003,4,2,1 -4329847,2018,7,3,1 -381316,2001,8,1,1 -317576,2020,7,6,1 -4329847,1986,12,1,1 -321042,1998,11,1,1 -317576,2016,6,4,1 -313217,2012,1,3,1 -313217,2013,9,1,1 +321042,1978,8,1,1 +321042,1978,9,1,1 +321042,1978,10,1,1 +321042,1979,2,1,1 +321042,1979,8,2,1 +321042,1979,10,1,1 +321042,1979,12,2,1 321042,1980,1,1,1 -317576,2001,3,2,1 -381316,2011,11,3,1 -313217,1970,9,1,1 -313217,2006,12,2,1 -317576,1976,8,1,1 -381316,2016,9,3,1 -321042,2005,3,2,1 -317576,2019,3,5,1 -313217,1993,11,1,1 -381316,2020,7,3,1 -381316,2006,8,5,1 -313217,1985,3,1,1 -313217,2021,7,6,1 -4329847,2018,4,1,1 -381316,1977,10,1,1 -381316,1975,1,1,1 -317576,2011,11,1,1 -313217,2009,2,1,1 -317576,1987,9,1,1 +321042,1980,2,1,1 +321042,1980,4,2,1 +321042,1980,5,1,1 +321042,1980,7,2,1 +321042,1980,12,1,1 +321042,1981,1,1,1 +321042,1981,4,1,1 +321042,1981,6,1,1 +321042,1981,8,1,1 +321042,1982,1,1,1 +321042,1982,3,1,1 +321042,1982,7,1,1 +321042,1982,9,1,1 +321042,1982,10,1,1 +321042,1983,2,1,1 +321042,1983,4,2,1 +321042,1983,7,1,1 +321042,1983,10,1,1 +321042,1983,11,1,1 +321042,1984,6,1,1 +321042,1984,8,1,1 +321042,1984,10,3,1 +321042,1984,11,2,1 +321042,1985,6,1,1 +321042,1985,8,1,1 +321042,1985,11,1,1 +321042,1985,12,1,1 +321042,1986,6,2,1 +321042,1986,9,2,1 +321042,1987,5,1,1 +321042,1987,6,2,1 +321042,1987,7,1,1 +321042,1987,10,1,1 +321042,1987,11,1,1 +321042,1988,5,1,1 +321042,1988,8,1,1 +321042,1988,12,1,1 +321042,1989,2,1,1 +321042,1989,3,1,1 +321042,1989,4,2,1 +321042,1989,6,1,1 +321042,1989,7,1,1 +321042,1989,9,1,1 +321042,1989,11,1,1 +321042,1989,12,1,1 +321042,1990,2,1,1 +321042,1990,5,1,1 +321042,1990,6,3,1 +321042,1990,7,1,1 +321042,1990,9,1,1 +321042,1990,12,1,1 +321042,1991,1,1,1 +321042,1991,3,1,1 +321042,1991,8,2,1 +321042,1991,10,1,1 +321042,1991,11,1,1 +321042,1991,12,2,1 +321042,1992,1,1,1 +321042,1992,2,1,1 +321042,1992,3,1,1 +321042,1992,4,2,1 +321042,1992,5,1,1 +321042,1992,8,1,1 +321042,1992,11,1,1 +321042,1993,6,1,1 +321042,1993,12,1,1 +321042,1994,3,1,1 +321042,1994,6,1,1 +321042,1994,7,1,1 +321042,1994,9,2,1 +321042,1994,10,1,1 +321042,1995,3,2,1 +321042,1995,5,1,1 321042,1995,7,1,1 -321042,1944,12,1,1 -317576,1999,7,1,1 -381316,2007,10,3,1 +321042,1995,9,2,1 +321042,1995,10,1,1 +321042,1995,11,2,1 +321042,1996,1,1,1 +321042,1996,3,3,1 +321042,1996,6,1,1 +321042,1996,10,1,1 +321042,1997,1,1,1 +321042,1997,2,1,1 +321042,1997,4,1,1 +321042,1997,5,1,1 +321042,1997,6,1,1 +321042,1997,8,4,1 +321042,1998,2,1,1 +321042,1998,3,1,1 +321042,1998,4,1,1 +321042,1998,6,1,1 +321042,1998,7,2,1 +321042,1998,8,1,1 +321042,1998,11,1,1 +321042,1998,12,2,1 +321042,1999,3,1,1 +321042,1999,5,1,1 +321042,1999,6,1,1 +321042,1999,7,1,1 +321042,1999,8,3,1 +321042,1999,11,1,1 +321042,1999,12,1,1 321042,2000,1,1,1 -317576,2023,5,6,1 -313217,2014,4,2,1 -317576,2018,8,2,1 -381316,2006,9,3,1 -313217,1995,12,3,1 -4329847,2002,4,1,1 -381316,2018,3,3,1 -4329847,2007,2,2,1 -381316,1960,5,1,1 -317576,1968,8,1,1 -381316,2003,11,2,1 -4329847,2004,10,2,1 -4329847,2000,11,2,1 +321042,2000,4,3,1 +321042,2000,6,1,1 +321042,2000,7,1,1 +321042,2000,8,1,1 +321042,2000,9,1,1 +321042,2000,10,1,1 +321042,2000,12,1,1 +321042,2001,3,1,1 +321042,2001,5,1,1 +321042,2001,6,1,1 +321042,2001,9,2,1 321042,2001,10,1,1 -317576,2010,10,4,1 -4329847,2016,8,3,1 -317576,2012,3,4,1 -317576,1997,11,1,1 -317576,2012,11,4,1 -313217,2007,10,2,1 -4329847,1998,7,1,1 -313217,1975,12,2,1 -317576,1975,12,1,1 +321042,2002,1,3,1 +321042,2002,2,1,1 +321042,2002,3,2,1 +321042,2002,10,1,1 +321042,2002,11,1,1 +321042,2003,1,1,1 +321042,2003,2,2,1 +321042,2003,3,1,1 +321042,2003,5,1,1 +321042,2003,8,2,1 +321042,2003,9,4,1 +321042,2003,10,2,1 +321042,2004,1,1,1 +321042,2004,5,3,1 +321042,2004,6,2,1 +321042,2004,9,1,1 +321042,2004,10,1,1 +321042,2004,11,1,1 +321042,2005,2,1,1 +321042,2005,3,2,1 +321042,2005,5,1,1 +321042,2005,8,2,1 +321042,2005,9,1,1 +321042,2005,10,1,1 321042,2005,11,2,1 -321042,1970,1,1,1 -381316,2002,5,2,1 -381316,2021,6,4,1 -381316,1974,12,1,1 -317576,1983,5,1,1 -321042,1984,10,3,1 -381316,2018,11,3,1 -381316,1998,9,2,1 -313217,1988,6,1,1 -317576,2022,10,1,1 +321042,2005,12,1,1 +321042,2006,1,1,1 +321042,2006,2,1,1 +321042,2006,3,1,1 +321042,2006,5,1,1 +321042,2006,9,2,1 +321042,2006,10,1,1 +321042,2007,1,2,1 321042,2007,2,2,1 -321042,1956,7,1,1 -317576,2021,12,4,1 -313217,2011,5,1,1 -317576,1935,10,1,1 -317576,1985,9,1,1 -313217,1991,10,2,1 -381316,1981,8,1,1 -4329847,1976,1,1,1 -317576,2002,6,1,1 -321042,2016,12,1,1 +321042,2007,3,1,1 +321042,2007,5,1,1 +321042,2007,6,1,1 +321042,2007,9,2,1 +321042,2007,12,1,1 +321042,2008,1,1,1 +321042,2008,2,1,1 +321042,2008,3,1,1 +321042,2008,10,1,1 +321042,2008,11,1,1 +321042,2008,12,2,1 +321042,2009,1,1,1 +321042,2009,2,2,1 +321042,2009,3,1,1 321042,2009,4,2,1 -321042,1986,9,2,1 -313217,2018,4,4,1 -321042,1993,12,1,1 -381316,2023,3,2,1 -317576,1945,10,1,1 -317576,1996,7,2,1 -317576,1985,8,1,1 -381316,2020,4,3,1 -4329847,2010,9,2,1 -313217,2003,5,4,1 -321042,1990,12,1,1 -317576,2013,10,4,1 -321042,1957,8,1,1 -381316,2016,8,2,1 -317576,1992,12,1,1 -381316,2005,3,2,1 -381316,1992,9,1,1 -317576,2005,10,2,1 -313217,2020,4,1,1 -4329847,1991,11,2,1 -313217,1996,7,1,1 -317576,1972,4,1,1 -317576,2017,1,1,1 -313217,1987,10,1,1 -317576,1981,10,1,1 -381316,1979,6,1,1 -381316,1975,12,1,1 -321042,1982,9,1,1 -4329847,1998,4,1,1 -381316,2009,2,4,1 -317576,2008,6,1,1 -4329847,1997,2,3,1 -317576,1952,2,2,1 -4329847,2022,5,1,1 -4329847,1999,8,1,1 -381316,1982,5,1,1 -313217,2008,1,1,1 -317576,1971,11,1,1 -317576,1989,9,2,1 -317576,1992,1,2,1 -317576,2004,8,1,1 -321042,2001,6,1,1 -317576,2014,3,2,1 -321042,2006,1,1,1 -313217,2018,7,2,1 -317576,1943,4,1,1 +321042,2009,7,2,1 +321042,2009,8,1,1 +321042,2009,10,2,1 +321042,2009,11,3,1 +321042,2010,1,1,1 +321042,2010,2,1,1 +321042,2010,4,2,1 +321042,2010,5,1,1 +321042,2010,9,2,1 +321042,2010,11,2,1 +321042,2011,1,2,1 +321042,2011,3,2,1 +321042,2011,6,1,1 +321042,2011,8,1,1 +321042,2011,12,1,1 +321042,2012,1,2,1 +321042,2012,7,1,1 +321042,2012,8,3,1 +321042,2012,11,2,1 +321042,2012,12,1,1 +321042,2013,1,2,1 +321042,2013,2,1,1 +321042,2013,4,2,1 +321042,2013,5,1,1 +321042,2013,6,1,1 +321042,2013,7,1,1 +321042,2013,10,2,1 +321042,2013,11,1,1 +321042,2013,12,2,1 +321042,2014,1,1,1 +321042,2014,4,1,1 +321042,2014,5,2,1 +321042,2014,6,2,1 +321042,2014,7,1,1 +321042,2014,10,1,1 +321042,2014,12,2,1 +321042,2015,1,2,1 +321042,2015,4,1,1 +321042,2015,5,1,1 +321042,2015,8,1,1 +321042,2015,9,1,1 +321042,2015,10,1,1 +321042,2015,12,2,1 +321042,2016,2,1,1 +321042,2016,3,3,1 +321042,2016,5,1,1 +321042,2016,6,1,1 +321042,2016,7,1,1 +321042,2016,8,2,1 +321042,2016,10,1,1 +321042,2016,11,1,1 +321042,2016,12,1,1 +321042,2017,1,2,1 +321042,2017,5,1,1 +321042,2017,6,1,1 +321042,2017,7,2,1 321042,2017,8,1,1 -317576,1974,1,2,1 -317576,1971,3,1,1 +321042,2017,12,4,1 +321042,2018,3,1,1 +321042,2018,4,1,1 +321042,2018,6,1,1 +321042,2018,8,1,1 +321042,2018,9,2,1 +321042,2018,10,1,1 +321042,2018,11,1,1 +321042,2018,12,1,1 +321042,2019,2,1,1 +321042,2019,3,1,1 +321042,2019,4,2,1 +321042,2019,7,1,1 +321042,2019,9,1,1 +321042,2019,10,1,1 +321042,2020,1,1,1 +321042,2020,2,1,1 +321042,2020,3,1,1 +321042,2020,6,1,1 +321042,2020,7,3,1 321042,2020,8,1,1 -381316,1996,8,1,1 -317576,1999,4,1,1 -4329847,2011,8,1,1 -4329847,2011,9,2,1 -4329847,1984,11,1,1 -317576,1997,3,1,1 -4329847,2012,1,1,1 -4329847,1983,9,1,1 -381316,1964,12,1,1 -321042,1945,5,1,1 -321042,1984,6,1,1 -381316,2017,2,1,1 321042,2020,9,1,1 -321042,1976,10,1,1 -313217,2013,8,1,1 -321042,1940,7,1,1 -321042,2015,10,1,1 -321042,1989,2,1,1 -321042,1992,1,1,1 -317576,1962,4,1,1 -317576,1939,10,1,1 -4329847,1977,10,1,1 -321042,1997,6,1,1 -317576,1989,8,1,1 -313217,1979,11,1,1 -321042,1962,7,1,1 -321042,1980,12,1,1 -317576,2007,2,1,1 -381316,1991,6,1,1 -381316,2021,10,1,1 -4329847,2004,6,1,1 -317576,1979,8,1,1 -317576,2007,4,5,1 -313217,2014,2,4,1 -313217,2002,3,3,1 -381316,1994,1,1,1 -317576,2000,6,4,1 -321042,2018,4,1,1 -4329847,2007,7,4,1 -381316,1990,6,1,1 -321042,2017,5,1,1 -321042,2003,9,4,1 +321042,2020,11,2,1 +321042,2020,12,2,1 +321042,2021,1,2,1 +321042,2021,2,2,1 +321042,2021,5,3,1 +321042,2021,6,2,1 +321042,2021,7,3,1 +321042,2021,9,1,1 +321042,2021,10,1,1 +321042,2021,11,1,1 +321042,2021,12,2,1 +321042,2022,2,1,1 +321042,2022,3,1,1 +321042,2022,5,1,1 +321042,2022,10,1,1 +321042,2022,12,1,1 +321042,2023,2,1,1 +321042,2023,4,1,1 +381316,1947,2,1,1 +381316,1948,2,1,1 +381316,1949,10,1,1 +381316,1950,10,1,1 +381316,1953,2,1,1 +381316,1955,5,1,1 +381316,1958,6,1,1 +381316,1959,2,1,1 +381316,1960,5,1,1 +381316,1960,10,2,1 +381316,1960,12,2,1 +381316,1962,10,1,1 +381316,1962,11,1,1 +381316,1964,12,1,1 +381316,1965,12,1,1 +381316,1966,7,1,1 +381316,1966,10,1,1 +381316,1968,8,1,1 +381316,1969,3,1,1 +381316,1969,8,1,1 +381316,1970,4,1,1 +381316,1970,7,1,1 +381316,1970,8,1,1 +381316,1970,12,1,1 +381316,1971,4,1,1 +381316,1971,6,1,1 +381316,1971,7,2,1 +381316,1971,12,1,1 +381316,1972,1,2,1 +381316,1973,3,1,1 +381316,1973,8,2,1 +381316,1974,3,1,1 +381316,1974,4,1,1 +381316,1974,5,1,1 +381316,1974,8,1,1 +381316,1974,9,1,1 +381316,1974,12,1,1 +381316,1975,1,1,1 +381316,1975,2,2,1 +381316,1975,4,1,1 +381316,1975,6,1,1 +381316,1975,8,1,1 +381316,1975,11,1,1 +381316,1975,12,1,1 381316,1976,7,2,1 -321042,2003,8,2,1 -321042,1979,12,2,1 -317576,1951,3,1,1 -381316,2014,1,3,1 -313217,2007,3,1,1 -4329847,2017,10,1,1 +381316,1977,1,1,1 +381316,1977,2,1,1 +381316,1977,4,1,1 +381316,1977,7,1,1 +381316,1977,8,1,1 +381316,1977,10,1,1 +381316,1978,7,1,1 +381316,1978,11,1,1 +381316,1979,1,1,1 +381316,1979,3,1,1 +381316,1979,6,1,1 +381316,1980,9,1,1 +381316,1981,1,1,1 +381316,1981,2,1,1 +381316,1981,7,1,1 +381316,1981,8,1,1 +381316,1982,1,2,1 +381316,1982,2,1,1 +381316,1982,3,1,1 +381316,1982,5,1,1 +381316,1982,6,1,1 +381316,1982,7,1,1 +381316,1982,8,1,1 +381316,1982,10,2,1 +381316,1982,11,1,1 +381316,1983,2,1,1 +381316,1983,3,1,1 +381316,1983,7,1,1 381316,1983,9,2,1 -381316,1994,12,2,1 -317576,1994,11,5,1 -317576,2014,6,4,1 -313217,2018,2,2,1 -381316,2015,12,4,1 -317576,2011,10,2,1 -381316,2019,1,6,1 -381316,2022,10,6,1 -381316,2019,12,6,1 -313217,2003,8,2,1 -4329847,1987,5,1,1 -317576,1982,4,2,1 -317576,2014,10,5,1 -321042,2014,12,2,1 -381316,2021,3,6,1 -313217,2004,2,1,1 -4329847,2005,4,4,1 -317576,1980,4,1,1 -317576,2005,11,6,1 -317576,1995,10,1,1 -317576,2020,2,2,1 -321042,1989,4,2,1 -321042,2005,10,1,1 -381316,2009,7,1,1 -4329847,2003,5,1,1 -317576,2006,12,4,1 +381316,1983,10,1,1 +381316,1984,2,1,1 +381316,1984,5,1,1 +381316,1984,6,1,1 +381316,1984,8,1,1 +381316,1984,11,1,1 +381316,1985,1,1,1 +381316,1985,3,4,1 +381316,1985,4,1,1 +381316,1985,5,1,1 +381316,1985,7,1,1 +381316,1985,8,1,1 +381316,1985,9,1,1 +381316,1985,10,2,1 +381316,1986,7,1,1 381316,1986,8,3,1 -381316,2003,6,1,1 -313217,1992,7,1,1 -317576,2016,3,2,1 -381316,1982,8,1,1 -321042,1967,5,1,1 -4329847,2014,1,1,1 -313217,2015,7,4,1 -317576,2003,2,1,1 -4329847,2020,11,2,1 -313217,2000,11,3,1 -317576,2019,10,5,1 +381316,1986,9,2,1 +381316,1986,10,1,1 +381316,1986,11,1,1 +381316,1987,1,1,1 +381316,1987,8,1,1 +381316,1988,3,1,1 +381316,1988,5,2,1 +381316,1988,8,1,1 +381316,1988,9,2,1 +381316,1989,6,1,1 +381316,1989,7,2,1 +381316,1989,10,1,1 +381316,1989,12,1,1 +381316,1990,4,1,1 +381316,1990,5,2,1 +381316,1990,6,1,1 +381316,1990,8,1,1 +381316,1990,9,1,1 +381316,1990,11,1,1 +381316,1991,1,1,1 +381316,1991,4,2,1 +381316,1991,5,2,1 +381316,1991,6,1,1 +381316,1991,7,1,1 +381316,1991,8,1,1 +381316,1992,1,1,1 +381316,1992,2,1,1 +381316,1992,3,1,1 +381316,1992,5,1,1 +381316,1992,6,2,1 +381316,1992,8,1,1 +381316,1992,9,1,1 +381316,1992,12,1,1 +381316,1993,1,4,1 +381316,1993,3,1,1 +381316,1993,4,1,1 +381316,1993,5,2,1 +381316,1993,6,1,1 +381316,1993,9,2,1 +381316,1993,10,1,1 +381316,1993,11,1,1 +381316,1993,12,1,1 +381316,1994,1,1,1 +381316,1994,3,1,1 +381316,1994,6,1,1 +381316,1994,7,1,1 +381316,1994,8,1,1 +381316,1994,9,1,1 +381316,1994,10,1,1 +381316,1994,12,2,1 +381316,1995,2,1,1 +381316,1995,3,3,1 +381316,1995,4,3,1 +381316,1995,5,3,1 +381316,1995,6,1,1 +381316,1995,9,1,1 +381316,1995,12,2,1 +381316,1996,3,1,1 +381316,1996,4,1,1 +381316,1996,5,2,1 +381316,1996,6,2,1 +381316,1996,7,3,1 +381316,1996,8,1,1 +381316,1996,9,1,1 +381316,1996,10,2,1 +381316,1997,1,1,1 +381316,1997,4,1,1 +381316,1997,7,1,1 +381316,1997,8,3,1 +381316,1997,9,3,1 +381316,1997,11,1,1 +381316,1997,12,1,1 +381316,1998,1,1,1 +381316,1998,5,2,1 +381316,1998,6,2,1 +381316,1998,7,1,1 +381316,1998,8,3,1 +381316,1998,9,2,1 +381316,1998,10,1,1 +381316,1998,11,1,1 +381316,1998,12,2,1 +381316,1999,1,3,1 +381316,1999,3,1,1 381316,1999,4,2,1 -317576,2000,10,3,1 -317576,1934,6,1,1 -321042,1956,2,1,1 -313217,2003,9,2,1 -317576,1998,3,3,1 -381316,2017,7,4,1 -4329847,2021,4,2,1 -313217,1991,3,1,1 -313217,2009,4,4,1 -317576,2002,11,3,1 -317576,1986,12,3,1 -313217,2017,6,5,1 +381316,1999,5,1,1 +381316,1999,6,4,1 +381316,1999,8,2,1 +381316,1999,9,1,1 +381316,1999,10,2,1 +381316,1999,11,1,1 +381316,1999,12,1,1 +381316,2000,4,2,1 +381316,2000,5,2,1 +381316,2000,6,1,1 +381316,2000,7,1,1 +381316,2000,8,1,1 +381316,2000,9,1,1 +381316,2000,11,2,1 +381316,2000,12,3,1 +381316,2001,1,1,1 +381316,2001,2,1,1 +381316,2001,4,1,1 381316,2001,5,2,1 -317576,2022,3,5,1 -381316,2010,9,4,1 -313217,2000,3,5,1 -317576,1996,2,2,1 -381316,2017,4,8,1 -317576,2001,6,3,1 +381316,2001,7,2,1 +381316,2001,8,1,1 +381316,2001,9,4,1 +381316,2001,10,1,1 +381316,2001,11,1,1 +381316,2001,12,4,1 +381316,2002,2,1,1 +381316,2002,3,1,1 +381316,2002,4,2,1 +381316,2002,5,2,1 +381316,2002,7,3,1 +381316,2002,8,1,1 381316,2002,9,3,1 -381316,2018,6,3,1 -4329847,2008,6,2,1 -321042,1953,6,2,1 -4329847,1994,12,3,1 -317576,2008,3,3,1 -317576,2009,9,3,1 -313217,1989,6,1,1 -317576,2016,11,3,1 -317576,2015,6,2,1 -317576,1954,10,1,1 -313217,2011,8,2,1 -321042,1942,11,1,1 -317576,2010,11,4,1 -317576,2019,6,1,1 -381316,2020,2,6,1 -317576,2005,3,2,1 -317576,2013,11,2,1 -317576,1999,2,2,1 -381316,2010,8,3,1 -4329847,1983,5,1,1 -381316,2021,11,2,1 -313217,2007,11,2,1 -4329847,2013,7,2,1 -317576,2011,6,2,1 +381316,2002,10,2,1 +381316,2002,11,2,1 +381316,2002,12,2,1 +381316,2003,1,2,1 +381316,2003,2,2,1 +381316,2003,4,1,1 +381316,2003,5,3,1 +381316,2003,6,1,1 +381316,2003,7,2,1 +381316,2003,8,3,1 +381316,2003,9,1,1 +381316,2003,10,6,1 +381316,2003,11,2,1 +381316,2004,1,2,1 381316,2004,2,3,1 -4329847,2011,5,3,1 -317576,2006,1,5,1 -381316,2012,1,2,1 -321042,2013,4,2,1 -381316,1984,11,1,1 -321042,2009,2,2,1 -381316,2012,12,1,1 -317576,1969,5,1,1 +381316,2004,3,1,1 +381316,2004,4,4,1 +381316,2004,5,1,1 +381316,2004,6,3,1 +381316,2004,7,3,1 +381316,2004,10,1,1 +381316,2004,12,1,1 +381316,2005,1,2,1 +381316,2005,2,1,1 +381316,2005,3,2,1 +381316,2005,4,2,1 +381316,2005,5,1,1 +381316,2005,6,2,1 +381316,2005,8,1,1 +381316,2005,9,1,1 +381316,2005,10,3,1 +381316,2005,12,2,1 +381316,2006,1,2,1 +381316,2006,3,3,1 +381316,2006,4,1,1 +381316,2006,5,2,1 +381316,2006,6,3,1 +381316,2006,7,2,1 +381316,2006,8,5,1 +381316,2006,9,3,1 +381316,2006,10,1,1 +381316,2006,11,4,1 +381316,2006,12,2,1 +381316,2007,1,1,1 +381316,2007,3,1,1 +381316,2007,4,1,1 +381316,2007,5,2,1 +381316,2007,6,3,1 +381316,2007,7,2,1 +381316,2007,9,2,1 +381316,2007,10,3,1 +381316,2007,11,1,1 +381316,2007,12,2,1 +381316,2008,1,1,1 +381316,2008,3,1,1 +381316,2008,4,1,1 +381316,2008,5,1,1 +381316,2008,6,3,1 +381316,2008,7,1,1 +381316,2008,8,3,1 +381316,2008,9,1,1 +381316,2008,10,4,1 +381316,2008,11,5,1 +381316,2009,1,1,1 +381316,2009,2,4,1 +381316,2009,3,2,1 +381316,2009,4,2,1 +381316,2009,5,4,1 +381316,2009,6,2,1 +381316,2009,7,1,1 +381316,2009,8,3,1 +381316,2009,9,1,1 +381316,2009,10,1,1 +381316,2009,12,4,1 +381316,2010,1,1,1 +381316,2010,2,5,1 +381316,2010,3,6,1 +381316,2010,4,1,1 +381316,2010,6,3,1 +381316,2010,7,2,1 +381316,2010,8,3,1 +381316,2010,9,4,1 +381316,2010,11,1,1 +381316,2010,12,5,1 +381316,2011,1,3,1 +381316,2011,2,2,1 +381316,2011,3,4,1 +381316,2011,4,1,1 +381316,2011,5,3,1 +381316,2011,6,1,1 +381316,2011,7,4,1 +381316,2011,8,3,1 +381316,2011,9,1,1 +381316,2011,10,3,1 +381316,2011,11,3,1 +381316,2011,12,3,1 +381316,2012,1,2,1 +381316,2012,2,2,1 +381316,2012,3,2,1 +381316,2012,4,1,1 +381316,2012,5,2,1 +381316,2012,6,4,1 +381316,2012,7,3,1 +381316,2012,8,2,1 +381316,2012,9,1,1 +381316,2012,10,3,1 +381316,2012,11,2,1 +381316,2012,12,1,1 381316,2013,1,2,1 -317576,1983,9,1,1 +381316,2013,2,1,1 +381316,2013,3,2,1 +381316,2013,4,1,1 +381316,2013,5,1,1 +381316,2013,6,3,1 +381316,2013,7,3,1 +381316,2013,8,4,1 +381316,2013,9,1,1 +381316,2013,10,1,1 +381316,2013,11,1,1 +381316,2013,12,2,1 +381316,2014,1,3,1 +381316,2014,2,1,1 +381316,2014,3,1,1 +381316,2014,4,3,1 +381316,2014,5,3,1 +381316,2014,6,1,1 +381316,2014,7,2,1 +381316,2014,8,1,1 +381316,2014,9,4,1 +381316,2014,10,3,1 +381316,2014,11,3,1 381316,2014,12,2,1 -317576,1995,6,4,1 -381316,2011,6,1,1 -321042,2002,1,3,1 -313217,1987,11,1,1 -317576,2018,5,3,1 -381316,2006,5,2,1 -313217,2011,9,4,1 -321042,1951,8,1,1 -313217,2010,5,4,1 -317576,1935,11,1,1 -4329847,1991,10,1,1 -381316,1979,3,1,1 -317576,2001,10,2,1 -313217,1993,6,1,1 -321042,1977,11,1,1 -321042,1978,10,1,1 -317576,1940,8,1,1 -321042,2021,2,2,1 -317576,2007,7,2,1 -321042,2013,7,1,1 -313217,1994,9,1,1 -313217,2017,10,4,1 -321042,1981,1,1,1 -4329847,1970,5,1,1 -4329847,2021,7,2,1 -4329847,2001,10,1,1 -313217,1998,12,1,1 -381316,2003,10,6,1 -381316,1978,7,1,1 -321042,2001,3,1,1 -321042,1951,9,2,1 -317576,2004,5,3,1 -321042,1955,4,2,1 -381316,1998,5,2,1 -4329847,2004,3,2,1 -313217,1986,4,1,1 -317576,2022,11,2,1 -321042,2010,2,1,1 -317576,1981,11,1,1 -313217,1994,8,1,1 -317576,2010,3,2,1 -313217,1985,6,1,1 -4329847,1980,8,1,1 -4329847,2022,8,2,1 -381316,2016,5,3,1 -317576,1982,7,1,1 -321042,2019,9,1,1 -313217,2001,9,1,1 -381316,2005,6,2,1 381316,2015,1,5,1 -321042,1984,11,2,1 -317576,1987,5,2,1 -317576,2002,3,3,1 -317576,2008,11,2,1 -317576,1983,8,2,1 -381316,1993,4,1,1 -317576,1993,1,2,1 -317576,1960,9,1,1 -4329847,2022,9,1,1 -4329847,2020,3,1,1 -317576,1986,1,1,1 +381316,2015,2,3,1 +381316,2015,3,5,1 +381316,2015,4,2,1 +381316,2015,5,6,1 +381316,2015,6,5,1 +381316,2015,7,6,1 +381316,2015,8,2,1 +381316,2015,9,2,1 +381316,2015,10,6,1 +381316,2015,11,4,1 +381316,2015,12,4,1 +381316,2016,1,3,1 +381316,2016,2,5,1 +381316,2016,3,3,1 +381316,2016,4,4,1 +381316,2016,5,3,1 +381316,2016,6,1,1 +381316,2016,7,2,1 +381316,2016,8,2,1 +381316,2016,9,3,1 +381316,2016,10,3,1 +381316,2016,11,4,1 +381316,2016,12,2,1 +381316,2017,1,6,1 +381316,2017,2,1,1 +381316,2017,3,5,1 +381316,2017,4,8,1 +381316,2017,5,2,1 +381316,2017,6,5,1 +381316,2017,7,4,1 +381316,2017,8,2,1 +381316,2017,9,6,1 +381316,2017,10,2,1 +381316,2017,11,5,1 +381316,2017,12,3,1 +381316,2018,1,4,1 +381316,2018,2,1,1 +381316,2018,3,3,1 +381316,2018,4,6,1 +381316,2018,5,7,1 +381316,2018,6,3,1 +381316,2018,7,2,1 +381316,2018,8,2,1 +381316,2018,9,5,1 381316,2018,10,2,1 -4329847,2019,7,2,1 -317576,1981,3,1,1 -313217,1993,10,2,1 -381316,1996,5,2,1 -317576,1989,5,2,1 -317576,1967,7,1,1 -317576,2013,3,6,1 -313217,1981,4,1,1 -317576,1954,6,1,1 -4329847,2008,10,2,1 -4329847,2016,5,4,1 -317576,1970,10,1,1 -317576,2012,6,1,1 -4329847,2018,2,1,1 -313217,2009,7,2,1 -381316,1971,6,1,1 -313217,2019,12,2,1 -313217,1989,10,1,1 -321042,2011,6,1,1 -317576,1988,2,1,1 -317576,2012,10,4,1 -321042,2022,5,1,1 -313217,2015,4,2,1 -321042,1960,11,1,1 -317576,1990,8,2,1 -381316,2022,6,3,1 -381316,1985,4,1,1 -381316,2011,10,3,1 -4329847,2013,4,1,1 -381316,2009,4,2,1 -317576,1984,4,1,1 -313217,2019,1,3,1 -381316,1995,2,1,1 -381316,2013,12,2,1 -321042,1987,5,1,1 -381316,2002,8,1,1 -313217,1977,6,1,1 -381316,2008,1,1,1 -321042,2014,1,1,1 -313217,2016,2,2,1 -317576,1997,6,2,1 -321042,1999,3,1,1 -313217,1981,7,1,1 -4329847,1996,7,1,1 -381316,2007,3,1,1 -321042,1958,5,1,1 -321042,1977,3,1,1 -317576,1980,7,1,1 -313217,2005,5,1,1 -313217,1984,12,1,1 -4329847,1996,4,1,1 -4329847,2000,10,1,1 -321042,1936,5,1,1 -313217,2021,2,1,1 -381316,2005,10,3,1 -381316,1992,5,1,1 -321042,1968,4,1,1 -321042,1971,1,1,1 -4329847,1997,7,1,1 -4329847,2000,6,1,1 -313217,2020,2,1,1 -317576,1939,3,1,1 -317576,2009,8,2,1 -321042,1998,6,1,1 -381316,2007,11,1,1 +381316,2018,11,3,1 +381316,2018,12,3,1 +381316,2019,1,6,1 +381316,2019,2,5,1 +381316,2019,3,3,1 +381316,2019,4,4,1 +381316,2019,5,6,1 +381316,2019,6,2,1 +381316,2019,7,10,1 +381316,2019,8,5,1 +381316,2019,9,2,1 +381316,2019,10,5,1 +381316,2019,11,2,1 +381316,2019,12,6,1 +381316,2020,1,4,1 +381316,2020,2,6,1 +381316,2020,3,1,1 +381316,2020,4,3,1 +381316,2020,5,2,1 +381316,2020,6,2,1 +381316,2020,7,3,1 +381316,2020,8,5,1 +381316,2020,9,3,1 +381316,2020,10,1,1 +381316,2020,11,5,1 +381316,2020,12,1,1 +381316,2021,1,3,1 +381316,2021,3,6,1 +381316,2021,4,1,1 +381316,2021,5,6,1 +381316,2021,6,4,1 +381316,2021,7,3,1 +381316,2021,8,5,1 +381316,2021,9,2,1 +381316,2021,10,1,1 +381316,2021,11,2,1 +381316,2021,12,4,1 +381316,2022,1,1,1 +381316,2022,2,5,1 +381316,2022,3,7,1 +381316,2022,4,5,1 +381316,2022,5,6,1 +381316,2022,6,3,1 +381316,2022,7,6,1 +381316,2022,8,8,1 +381316,2022,9,2,1 +381316,2022,10,6,1 +381316,2022,11,6,1 +381316,2022,12,6,1 +381316,2023,1,4,1 +381316,2023,3,2,1 +381316,2023,4,4,1 +381316,2023,5,4,1 381316,2023,6,1,1 -381316,1986,9,2,1 -317576,1976,5,1,1 -321042,1945,9,1,1 -4329847,1999,5,1,1 -321042,1989,7,1,1 -4329847,1963,10,1,1 -4329847,2019,4,1,1 -317576,1963,7,1,1 -317576,1990,9,1,1 -313217,1997,1,1,1 -4329847,1963,6,1,1 -317576,1998,11,1,1 -381316,1985,7,1,1 -4329847,2014,12,1,1 -321042,1999,11,1,1 -317576,1964,5,1,1 -40213154,2022,5,655,2.4198473282442747 -40213154,2020,4,642,2.3068535825545173 -40213154,2019,11,656,2.4878048780487805 -40213154,2014,4,593,2.2124789207419897 -40213154,2016,2,593,2.5160202360876895 -40213154,2019,3,673,2.4695393759286777 -40213154,2014,7,615,2.3934959349593496 -40213198,2018,11,43,2.302325581395349 -40213154,2020,7,656,2.278963414634146 -40213154,2017,2,566,2.454063604240283 -40213320,2017,5,26,1.7692307692307692 -40213180,2021,6,23,2.0434782608695654 -40213320,2018,5,29,1.8275862068965518 -40213154,2015,5,601,2.1663893510815306 -40213180,2018,2,20,2.75 -40213154,2018,2,602,2.4485049833887045 -40213227,2015,9,58,2.6379310344827585 -19126352,2017,11,4,1.75 -19075601,2000,3,3,2 -40171902,2009,11,2,1.5 -19075601,2008,8,6,1.6666666666666667 -40213154,2012,11,21,2.1904761904761907 -40213227,2020,6,70,2.1857142857142855 -40213320,2022,5,28,3.107142857142857 -40213160,2015,3,44,2.2045454545454546 -40213154,2021,2,636,2.3710691823899372 -40213180,2016,6,24,2.2083333333333335 -40213304,2017,5,27,3.2962962962962963 -40213314,2017,8,20,2.65 -40213227,2018,6,66,2.0757575757575757 -40213251,2021,3,17,2.176470588235294 -40213299,2017,6,19,2.3157894736842106 -40213314,2016,9,24,2.25 -40213227,2013,8,60,1.9666666666666666 -40213183,2014,3,17,3.4705882352941178 -40213314,2014,3,21,2.0476190476190474 -40213216,2017,3,23,2.5217391304347827 -40213183,2021,9,23,3.5217391304347827 -40213304,2016,11,32,2.40625 -40213227,2020,10,65,2.276923076923077 -40213183,2022,9,17,1.588235294117647 -40213160,2022,3,32,2.28125 -40213160,2021,10,44,1.8409090909090908 -40213281,2022,12,42,1.9285714285714286 -40213154,2023,2,665,2.308270676691729 -19075601,2002,10,4,1 -1332419,1994,7,23,2.217391304347826 -40213154,2001,8,17,1.6470588235294117 -40213154,1998,8,12,2.3333333333333335 -40213320,2020,11,23,1.826086956521739 -40213281,2015,1,40,3.4 -40213198,2015,6,51,2.4705882352941178 -40213260,2014,1,22,1.9545454545454546 -19126352,2007,4,7,3.142857142857143 -1545959,2005,10,1,1 -1539411,1991,7,17,2.823529411764706 -40213154,1998,9,13,2.076923076923077 -40213154,1997,8,8,2.625 -40213154,2001,9,13,2.076923076923077 -40213320,2013,12,22,2.1818181818181817 -40213227,2023,1,57,2.3859649122807016 -40213299,2014,8,24,3.5416666666666665 -40213281,2014,11,38,2.5526315789473686 -40213281,2018,5,57,1.5789473684210527 -40213260,2019,4,18,1.9444444444444444 -40213227,2019,4,75,2.44 -40213296,2019,12,17,1.8823529411764706 -46275916,2000,12,1,1 -19075601,1997,1,22,2.227272727272727 -40213306,2015,8,13,1.5384615384615385 -40213227,2015,8,66,1.9090909090909092 -40213320,2016,8,17,2.9411764705882355 -40213320,2015,8,16,2.75 -40213281,2019,10,52,1.9423076923076923 -40213260,2017,7,14,1.8571428571428572 -40213260,2016,7,20,2.7 -40213216,2022,7,20,2.4 -40213314,2023,6,7,1.7142857142857142 -40213251,2018,3,23,2.0434782608695654 -40213183,2018,3,23,2.0434782608695654 -40213198,2018,3,43,1.8837209302325582 -40213160,2017,4,30,1.8 -40213281,2017,4,38,1.894736842105263 -40213296,2020,4,16,1.9375 -40213296,2016,9,22,2.909090909090909 -40213227,2016,9,75,2.2266666666666666 -40213320,2014,2,19,2.1578947368421053 -40213260,2020,1,10,1.8 -19126352,2018,11,9,1.6666666666666667 -40213180,2017,12,17,3.3529411764705883 -40213227,2014,5,56,3 -19018935,2018,11,3,1.3333333333333333 -19126352,2009,9,6,1.8333333333333333 -1332419,2000,6,4,1.75 -40213183,2022,8,27,1.9259259259259258 -40213299,2015,7,12,4.416666666666667 -40213299,2019,4,20,1.75 -40213260,2018,5,15,2 -40213180,2019,1,30,2.3333333333333335 -40171902,2021,4,3,2.6666666666666665 -19075601,2014,8,4,1.25 -1332419,2014,8,2,1.5 -40213260,2021,10,19,1.7894736842105263 -40213251,2014,5,17,2.235294117647059 -40213160,2018,2,32,2.46875 -40213180,2020,7,24,1.75 -40213180,2015,6,22,1.8181818181818181 -40213281,2015,12,48,1.9583333333333333 -40163554,2018,12,4,1.5 -40213154,2010,9,28,2.2857142857142856 -40213260,2019,7,26,2.0384615384615383 -40213227,2019,7,74,2.108108108108108 -19075601,2017,9,12,1.0833333333333333 -40213201,2015,9,14,2 -40213251,2021,11,23,2.5217391304347827 -40213198,2021,2,32,3.0625 -40213281,2021,5,40,2.525 -19126352,2007,7,6,1.3333333333333333 -40220960,2023,1,6,1 -40171902,2003,12,1,2 -40213251,2016,10,20,2.35 -40213160,2015,11,47,2.6382978723404253 -40213216,2017,11,13,2.8461538461538463 -40213314,2017,9,24,2.5416666666666665 -40213314,2018,8,28,2.7142857142857144 -40213227,2021,6,47,1.9787234042553192 -40220960,2022,10,8,1 -40171902,2016,7,3,1.6666666666666667 -40213251,2017,2,22,2.8181818181818183 -40213198,2017,2,43,2.372093023255814 -40213160,2016,5,38,1.7105263157894737 -40213281,2016,5,50,1.88 -19126352,2023,4,7,1.7142857142857142 -40171902,2018,10,4,1.75 -40213227,2018,10,81,2.3703703703703702 -40213320,2019,5,19,1.8421052631578947 -40213227,2013,9,66,2.227272727272727 -40213230,2016,10,5,1.8 -40213180,2016,10,22,2.909090909090909 -40213296,2018,9,21,2.4285714285714284 -40213230,2017,11,3,2.6666666666666665 -40213227,1992,10,4,1.75 -40213154,1994,11,16,2 -40213154,1990,10,10,2.2 -1539411,2007,9,3,6.666666666666667 -40213154,1995,8,11,2.8181818181818183 -40213154,1997,9,13,1.8461538461538463 -40213296,2019,1,14,2.142857142857143 -40213281,2014,3,40,3.1 -40213216,2014,1,16,1.8125 -40213160,2014,1,36,1.8611111111111112 -40213260,2020,12,10,5.2 -40213296,2015,6,20,3.35 -40213160,2022,11,31,1.4838709677419355 -40213180,2019,12,28,2.607142857142857 -40213180,2013,12,26,2.1538461538461537 -40171902,1987,5,3,3 -40213180,2020,4,30,2.2333333333333334 -40220960,2002,11,1,1 -40213260,2017,4,13,1.5384615384615385 -40213251,2022,6,11,2.5454545454545454 -40213314,2018,9,17,2 -1539411,2004,3,4,2 -1310034,2017,5,1,1 -1310034,2015,4,1,1 -46275916,2015,4,1,1 -40213296,2021,2,11,2.4545454545454546 -1332419,1996,5,1,2 -19018935,2014,8,6,2 -40171902,2014,8,6,2 -40213216,2021,4,13,2.5384615384615383 -40213160,2021,6,30,2.2333333333333334 -40213304,2021,2,25,2.04 -40213251,2016,6,17,2.176470588235294 -46275916,2014,5,2,1 -40243436,2014,5,2,1 -40213314,2014,11,25,2.88 -40213281,2019,6,47,2.127659574468085 -40213160,2014,12,38,2.210526315789474 -40213260,2023,4,9,2.111111111111111 -40213260,2022,11,12,1.75 -40213201,2021,1,9,1.7777777777777777 -40213260,2022,3,16,3.3125 -1332419,2008,4,4,1.25 -40213154,2013,5,23,1.608695652173913 -40213314,2016,8,28,2.857142857142857 -19126352,1987,4,3,1 -19126352,2012,4,5,1.2 -19075601,2012,4,5,1.2 -40213306,2018,1,7,2.7142857142857144 -40213183,1973,11,1,2 -40213160,1973,11,1,2 -40213154,1977,12,5,2.2 -40213154,1971,11,3,1.6666666666666667 -40213154,1975,12,3,2 -40213296,2020,7,14,1.6428571428571428 -40243436,2015,12,2,1 -40213180,2017,1,29,3.4482758620689653 -19133768,2007,3,1,1 -19018935,2005,2,1,2 -40171902,2005,2,1,2 -40213227,2022,5,72,2.361111111111111 -1332419,2020,8,5,2 -40213183,2016,4,16,1.75 -40213198,2015,10,33,2.515151515151515 -40213154,1978,9,3,1.6666666666666667 -40213154,1979,9,3,1.6666666666666667 -40213154,1973,8,5,2 -40213299,2020,6,15,1.9333333333333333 -40213216,2018,6,20,2.45 -40213304,2018,4,25,1.92 -40171902,1990,1,2,3.5 -40213154,2008,5,15,1.9333333333333333 -40213154,2009,5,13,2.1538461538461537 -40213180,2021,10,22,2.3181818181818183 -1332419,2019,8,2,3.5 -40213201,2020,2,7,2.2857142857142856 -40213198,2019,2,44,1.7045454545454546 -40213251,2013,10,21,1.8095238095238095 -40213160,2017,7,48,1.9166666666666667 -40213281,2017,7,57,1.8771929824561404 -40213320,2016,9,27,1.8148148148148149 -40213304,2019,1,35,1.8857142857142857 -40213320,2021,2,32,2.25 -40213296,2018,8,19,2.263157894736842 -40213296,2016,8,22,1.7727272727272727 -40213230,2015,12,5,2.4 -40213299,2015,4,17,3.823529411764706 -1545959,2017,10,1,1 -40213198,2010,6,2,1.5 -1332419,2011,12,5,1.6 +1310034,1962,1,1,1 +1310034,1963,6,1,1 +1310034,1967,4,1,1 +1310034,1973,6,1,1 +1310034,1979,12,1,1 +1310034,1984,11,1,1 +1310034,1986,6,1,1 +1310034,1988,5,1,1 +1310034,1988,6,1,1 +1310034,1990,6,1,1 +1310034,1990,9,1,1 +1310034,1991,1,1,1 +1310034,1991,3,1,1 +1310034,1991,8,1,1 +1310034,1991,9,1,1 +1310034,1992,5,1,1 +1310034,1992,11,1,1 +1310034,1994,6,1,1 +1310034,1994,9,1,1 +1310034,1995,7,1,1 +1310034,1996,6,1,1 +1310034,1996,10,1,1 +1310034,1997,2,1,1 +1310034,1997,8,1,1 +1310034,1998,7,1,1 +1310034,1998,9,1,1 +1310034,1999,8,1,1 +1310034,2000,4,1,1 +1310034,2000,6,1,1 +1310034,2000,10,1,1 +1310034,2000,12,1,1 +1310034,2001,6,1,1 +1310034,2001,9,2,1 +1310034,2002,1,1,1 +1310034,2002,2,1,1 +1310034,2002,3,1,1 +1310034,2003,2,1,1 +1310034,2003,4,1,1 +1310034,2003,9,1,1 +1310034,2004,4,1,1 +1310034,2004,5,1,1 +1310034,2004,10,1,1 +1310034,2004,11,1,1 +1310034,2005,3,1,1 +1310034,2005,8,2,1 +1310034,2005,11,1,1 +1310034,2006,1,1,1 +1310034,2006,3,1,1 +1310034,2006,5,1,1 +1310034,2006,10,1,1 +1310034,2007,1,1,1 +1310034,2007,2,1,1 +1310034,2008,2,1,1 +1310034,2008,12,1,1 +1310034,2009,7,1,1 +1310034,2009,10,1,1 +1310034,2009,11,1,1 +1310034,2010,4,2,1 +1310034,2010,5,1,1 +1310034,2010,9,1,3 +1310034,2011,1,1,1 +1310034,2011,3,1,1 +1310034,2011,6,1,1 +1310034,2012,1,1,1 +1310034,2012,7,1,1 +1310034,2012,11,1,1 +1310034,2012,12,2,1 1310034,2013,1,1,1 -40213154,2011,12,22,1.8636363636363635 -40213154,2005,11,16,1.5625 -40213183,2016,7,17,4.117647058823529 -40213306,2022,5,12,2.0833333333333335 -40213180,2022,5,28,2.0714285714285716 -1545959,2004,1,2,1 -40213154,2002,12,18,2.888888888888889 -40213216,2015,9,25,2.24 -40213304,2015,5,29,2.413793103448276 -40213216,2023,5,17,3.3529411764705883 -40213304,2023,1,20,3.35 -40213281,2023,5,36,2.6944444444444446 +1310034,2013,2,1,1 +1310034,2013,4,1,1 +1310034,2013,7,1,1 +1310034,2013,10,2,1 +1310034,2013,11,1,1 +1310034,2013,12,2,1.5 +1310034,2014,1,1,1 +1310034,2014,4,1,1 +1310034,2014,5,2,1 +1310034,2014,6,2,1 +1310034,2014,7,1,1 +1310034,2014,10,1,1 +1310034,2014,12,2,1 +1310034,2015,1,2,1 +1310034,2015,4,1,1 +1310034,2015,5,1,1 +1310034,2015,8,1,1 +1310034,2015,9,1,1 +1310034,2015,10,1,1 +1310034,2015,12,2,1 +1310034,2016,2,1,1 +1310034,2016,3,3,1 +1310034,2016,5,2,1 +1310034,2016,6,1,1 +1310034,2016,7,1,1 +1310034,2016,8,2,1.5 +1310034,2016,10,1,1 +1310034,2016,11,1,1 +1310034,2016,12,1,1 +1310034,2017,1,2,1 +1310034,2017,5,1,1 +1310034,2017,6,1,1 +1310034,2017,7,2,1 +1310034,2017,8,1,1 +1310034,2017,12,4,1 +1310034,2018,3,2,1 +1310034,2018,4,1,1 +1310034,2018,6,1,1 +1310034,2018,8,1,1 +1310034,2018,9,2,1 +1310034,2018,10,1,1 +1310034,2018,11,1,2 +1310034,2018,12,1,1 +1310034,2019,2,1,1 +1310034,2019,3,1,1 +1310034,2019,4,2,1 +1310034,2019,7,1,1 +1310034,2019,9,1,1 +1310034,2019,10,1,1 +1310034,2020,1,1,1 +1310034,2020,2,1,1 +1310034,2020,3,1,1 +1310034,2020,6,1,1 +1310034,2020,7,3,1 +1310034,2020,8,1,1 +1310034,2020,9,1,1 +1310034,2020,10,1,1 +1310034,2020,11,2,1 +1310034,2020,12,2,1 +1310034,2021,1,2,1 +1310034,2021,2,2,1 +1310034,2021,5,3,1 +1310034,2021,6,2,1 +1310034,2021,7,3,1 +1310034,2021,9,1,1 +1310034,2021,10,2,1 +1310034,2021,11,1,1 +1310034,2021,12,2,1 +1310034,2022,2,1,1 +1310034,2022,3,1,1 +1310034,2022,5,1,1 +1310034,2022,10,1,1 +1310034,2022,12,1,1 +1310034,2023,2,1,1 +1310034,2023,4,1,1 +1332419,1994,1,12,2 +1332419,1994,2,22,1.9545454545454546 +1332419,1994,3,12,2 1332419,1994,4,20,2.1 -40213216,2014,12,20,2.15 -19126352,1999,12,6,1.5 -40213154,1992,2,6,3.5 -40213314,2022,12,21,2.0476190476190474 -40213314,2022,1,25,2.2 -40213281,2022,1,50,1.96 -40213296,2000,3,1,3 -40213227,2000,3,1,3 -19075601,2004,9,2,1.5 -40213304,2022,8,25,2.16 -40213198,2023,2,37,2.6486486486486487 -40213299,2014,9,14,1.6428571428571428 -1332419,2019,9,3,1.3333333333333333 -40213227,2016,8,71,2.056338028169014 -19126352,1994,11,5,2.2 -40213154,1989,10,8,1.75 -40163554,2022,1,4,1.25 -40163554,2013,10,3,3.6666666666666665 -40213216,2020,6,20,2.35 -40213299,2022,6,15,2.2666666666666666 -40213160,2020,6,36,2.5555555555555554 -19126352,2018,3,6,1.5 -40213198,2016,2,50,2.02 -19075601,2003,3,4,1.5 -40213320,2015,9,23,1.9565217391304348 -40213299,2021,5,23,2.260869565217391 -40213304,2020,11,29,2.793103448275862 -40213304,2020,3,28,2.2857142857142856 -19075601,2023,5,12,1.4166666666666667 -40213306,2017,9,14,2 -40213216,2021,7,22,2.272727272727273 -1539411,2023,4,4,2.25 -40171902,2013,2,2,1.5 -19126352,1997,1,4,2.25 -40213154,1970,7,4,1.25 -40213183,2014,11,17,2.3529411764705883 -40213183,2019,12,20,2.05 -40213314,2015,6,30,2.6333333333333333 -40213154,1971,3,3,1.3333333333333333 -40213154,1969,3,3,1.3333333333333333 -40220960,2016,9,4,1 -40213230,2016,6,13,1.6923076923076923 -19075601,2020,10,7,1.4285714285714286 -1539411,2007,8,5,2.8 -40213260,2021,6,15,1.6 -40213299,2020,10,23,1.7391304347826086 -40213183,2020,10,22,1.8636363636363635 -1332419,2013,5,4,2.25 -1332419,2021,1,5,2 -19126352,1978,6,2,2.5 -40171902,2001,6,4,1.5 -40163554,1983,7,2,1 -40213183,2015,4,20,3.75 -40213304,2016,3,25,1.96 -19018935,2008,11,1,1 -40213183,2021,8,17,2.764705882352941 -40213154,1983,2,3,1 -1539411,2014,11,4,2.5 -40213296,2017,3,21,1.7619047619047619 -40213216,2018,10,17,1.7058823529411764 -40213299,2019,7,24,1.8333333333333333 -40213183,2023,4,24,1.875 -40213160,2023,4,34,2.3529411764705883 -40213216,2019,5,23,1.9565217391304348 -40213299,2023,1,20,1.8 -40213154,1972,4,5,1.4 -40213154,1966,4,2,1 -40213216,2022,4,18,1.6111111111111112 -40213314,2020,2,29,1.8620689655172413 -40213198,2020,2,47,2.1914893617021276 -19075601,2008,9,6,2 -40213201,2019,3,5,1.4 -40171902,2012,4,3,1.3333333333333333 -1539411,2018,9,9,2 -19126352,2020,10,3,1.3333333333333333 -40163554,2005,7,1,2 -40213154,1986,4,14,4.214285714285714 -19133768,2015,1,2,1 -40213154,2004,1,15,1.9333333333333333 -40213227,2005,2,4,3.25 -40213154,2012,3,24,2.75 -19018935,2017,11,3,4.333333333333333 -40213160,2020,10,41,3.048780487804878 -19018935,2004,2,1,3 -19075601,2017,8,13,1.4615384615384615 -19133768,1982,10,1,1 -40213154,1976,5,3,2.6666666666666665 -40213201,2016,1,10,3.1 -40213304,2022,9,20,1.6 -40213201,2022,6,10,2.8 -40213154,1995,9,11,1.3636363636363635 -40213154,2005,3,10,2.5 -40213227,1992,6,1,4 -40213154,1989,6,5,5 -40213154,1990,6,6,4.5 -40213154,1988,5,7,6.428571428571429 -40213230,2014,1,11,2.909090909090909 -40243436,2011,3,1,1 -40213154,2011,1,15,1.6666666666666667 -40213154,2004,12,12,2.0833333333333335 -40213201,2015,8,8,4 -19075601,2015,5,12,1.25 -40213320,2020,3,30,2.8333333333333335 -40213154,1964,8,2,1.5 -40220960,2015,2,3,1 -40213296,2014,7,15,1.6666666666666667 -19018935,1990,2,1,2 -40163554,2017,8,4,2.25 -19018935,2008,3,4,1.25 -40163554,2009,9,4,2 -19126352,2003,5,3,1.6666666666666667 -40213154,1999,7,13,1.7692307692307692 -40213304,2019,12,21,1.8571428571428572 -40213281,2020,2,51,2.0784313725490198 -40213216,2020,10,21,4 -40213198,2022,5,40,2.05 -40213230,2013,11,5,6.2 -19126352,2014,5,7,1.5714285714285714 -40213154,1961,5,1,2 -40213154,1959,4,4,1.75 -40171902,2015,9,5,2 -19075601,2006,7,3,2 -1332419,2006,7,3,2 -1539411,2006,7,3,2 -1545959,2007,1,3,1 -19126352,1959,6,2,4 -40213154,1966,7,1,5 -19075601,2016,3,5,2 -40213230,2023,1,7,1.7142857142857142 -40213154,2010,8,15,2.2666666666666666 -19126352,2012,7,7,1.5714285714285714 -19018935,2015,7,4,2.5 -19075601,2012,7,9,1.4444444444444444 -1539411,2003,2,1,1 -40213230,2008,3,1,1 -40213251,2002,2,1,1 -40213227,2021,10,57,2.0526315789473686 -19018935,2020,7,2,3 -40213260,2013,11,8,2.125 -40213296,1996,4,1,1 -40213227,1997,4,5,2.4 -40213154,1994,3,6,2.6666666666666665 -40213154,1999,4,13,2.076923076923077 -40213180,2015,10,20,2.05 -40171902,2016,4,2,3 -1332419,2009,12,1,2 -40213304,2018,7,20,1.75 -40213230,2015,1,10,3.1 -19126352,1988,4,1,2 -1539411,1991,4,11,2 -40213304,1994,3,1,2 +1332419,1994,5,12,1.9166666666666667 +1332419,1994,6,22,2.272727272727273 +1332419,1994,7,23,2.217391304347826 +1332419,1994,8,16,2.5625 +1332419,1994,9,32,1.71875 +1332419,1994,10,18,2.611111111111111 +1332419,1994,11,21,2.2857142857142856 +1332419,1994,12,17,2.1176470588235294 +1332419,1995,1,7,3.2857142857142856 +1332419,1995,2,1,3 +1332419,1995,4,4,1.5 +1332419,1995,5,1,2 +1332419,1995,6,4,4.5 +1332419,1995,8,1,2 +1332419,1995,9,1,2 +1332419,1995,10,1,1 +1332419,1995,11,3,1 +1332419,1995,12,3,1.3333333333333333 +1332419,1996,1,3,2 +1332419,1996,2,2,1.5 +1332419,1996,4,3,1.6666666666666667 +1332419,1996,5,1,2 +1332419,1996,6,4,1.75 +1332419,1996,7,2,1.5 +1332419,1996,8,1,2 +1332419,1996,9,3,3 +1332419,1996,10,2,1 +1332419,1996,11,4,1.75 +1332419,1997,1,4,2.25 +1332419,1997,2,1,2 +1332419,1997,3,1,3 +1332419,1997,4,1,4 +1332419,1997,5,1,1 +1332419,1997,6,2,2 +1332419,1997,7,4,2 +1332419,1997,9,2,1 +1332419,1997,11,1,3 +1332419,1997,12,1,1 +1332419,1998,1,2,1 +1332419,1998,2,2,1.5 +1332419,1998,3,3,2.3333333333333335 +1332419,1998,6,2,3 +1332419,1998,7,1,2 +1332419,1998,8,5,2.2 +1332419,1998,9,2,2.5 +1332419,1998,10,1,2 +1332419,1998,11,1,2 +1332419,1998,12,3,1.3333333333333333 +1332419,1999,1,4,9.75 +1332419,1999,2,2,1.5 +1332419,1999,3,2,2 +1332419,1999,4,1,7 +1332419,1999,5,3,2.6666666666666665 +1332419,1999,6,2,8 +1332419,1999,7,1,2 +1332419,1999,8,3,1.6666666666666667 +1332419,1999,9,2,3.5 +1332419,1999,10,3,11.666666666666666 +1332419,1999,11,3,1.3333333333333333 +1332419,1999,12,3,2 +1332419,2000,1,4,3.25 +1332419,2000,3,2,2.5 +1332419,2000,4,1,1 +1332419,2000,5,1,4 +1332419,2000,6,4,1.75 +1332419,2000,7,1,2 +1332419,2000,8,2,1.5 +1332419,2000,9,1,1 1332419,2000,10,3,1.6666666666666667 -46275916,1963,6,1,1 -40213154,1958,11,1,1 -40213154,1953,10,1,1 -40213251,2019,2,13,2.076923076923077 -40213260,2014,12,20,2.5 -40213230,2019,2,9,1.4444444444444444 -40171902,1997,6,2,2 -19126352,2013,2,1,2 -19075601,2013,2,2,2.5 -40213260,2015,2,16,3.0625 -40213296,2022,2,14,2.2857142857142856 -40213183,2020,6,17,2.0588235294117645 -19126352,2020,6,5,3 -19075601,2020,6,8,3 -40243436,1991,3,1,1 -1545959,2000,4,1,1 -40163554,2015,2,3,2 -40213154,1985,10,5,1.4 -19126352,2015,7,4,2 -19018935,2018,3,5,2.2 -40213201,2017,9,8,2.5 -1332419,2020,9,8,1.625 -1545959,2020,8,2,1 -19018935,2003,6,3,2.6666666666666665 -1310034,2012,7,1,1 -1539411,1993,6,2,2 -19126352,2021,4,4,1.25 -19075601,2021,4,5,1.2 -40213230,2022,10,14,4.285714285714286 -1545959,2013,6,2,1 -40213306,2021,9,9,2.3333333333333335 -40213306,2015,9,7,1.8571428571428572 -40213227,1997,7,1,2 -19018935,2017,3,4,1.75 -40213227,2006,11,3,1.3333333333333333 -40213306,2017,8,12,2.3333333333333335 -40213306,2019,8,11,2.4545454545454546 -19126352,1953,3,1,1 -40213306,2018,12,10,3 -40220960,2014,10,3,1 -40213306,2019,9,5,1.2 -1310034,2021,7,3,1 -19126352,1996,4,3,1.6666666666666667 -40213260,2016,4,10,3.9 -40171902,2022,9,2,1.5 -40213154,1972,7,4,2.25 -40213183,2015,7,17,4.764705882352941 -19133768,2021,11,4,1 -19018935,2009,4,4,1.75 -1332419,2002,11,3,1.3333333333333333 -19126352,1990,8,3,2 -40213154,1984,12,3,1.6666666666666667 -40213154,1980,12,4,2 -1332419,2003,7,3,4.333333333333333 -1545959,2020,9,1,1 -40213201,2017,8,16,1.75 -40213183,2019,1,18,3.5 -40213154,1987,4,13,4 -40213154,2002,1,10,2 -19126352,1964,6,2,1 -40163554,2018,1,1,1 -19126352,1981,1,2,1.5 -19133768,1981,1,1,1 -40213154,1981,10,5,2 -40213154,1985,6,4,2 -19018935,2016,5,6,3 -19018935,1995,9,2,1 -40213230,2014,12,10,3.2 -19126352,2004,2,5,1.2 -40213299,1995,2,1,2 -40213154,1996,2,11,2.272727272727273 -40220960,2019,2,7,1 -40243436,2010,9,1,3 -40213227,2010,9,3,2 -1539411,1996,2,2,1.5 -40213201,2013,12,12,2.6666666666666665 -40213251,2013,6,4,1.75 -40163554,2003,2,4,1.5 -40213320,2023,6,11,1.8181818181818181 -1310034,2006,10,1,1 -19126352,2001,6,3,3.3333333333333335 +1332419,2000,11,2,2.5 +1332419,2000,12,4,6.5 +1332419,2001,1,3,1.6666666666666667 +1332419,2001,2,3,1.6666666666666667 +1332419,2001,3,2,1 +1332419,2001,4,3,1.6666666666666667 +1332419,2001,5,2,4.5 1332419,2001,6,3,3.3333333333333335 -40213201,1989,11,1,2 -40213306,2020,6,10,1.8 -19126352,2010,3,4,2 -40213227,2001,5,1,1 -40213201,2018,1,12,2.1666666666666665 -40213201,2016,12,11,6 -19075601,2021,7,7,1 -19075601,2000,11,4,1.75 -19075601,2018,6,11,1.1818181818181819 -19018935,2014,9,1,1 -40171902,2014,9,1,1 -40213201,2019,11,11,1.7272727272727273 -19133768,1997,5,2,1 -19018935,1999,11,2,2.5 -40213201,2023,4,6,1.6666666666666667 -19075601,2004,8,4,1.25 -40163554,2014,7,6,2.3333333333333335 -40163554,2022,12,4,1.75 -40213201,2021,12,9,1.5555555555555556 -40171902,1992,9,2,1 -19075601,2019,5,12,2.3333333333333335 -1539411,2019,2,5,2.4 -40213154,1986,7,2,1.5 -40213154,1987,7,1,2 -19126352,2022,4,7,1.4285714285714286 -19018935,2006,11,1,1 -40171902,1989,6,1,3 -19075601,2016,11,8,1.5 -40171902,2015,8,1,1 -1310034,2013,12,2,1.5 -1539411,1995,12,3,1.3333333333333333 -19075601,1997,12,18,2 -40213299,2016,5,18,2.5555555555555554 -40213216,2015,8,19,3 -19126352,2006,6,6,6 -1545959,2005,6,2,1 -40243436,2013,2,1,1 -40213230,2020,8,7,1.8571428571428572 -40213296,2015,10,18,1.8888888888888888 -40213296,2014,4,9,2 -19075601,2010,7,5,1.4 -40213230,2021,2,10,3.3 -1332419,2023,1,6,3 -40213251,2018,11,15,1.7333333333333334 -40213183,2018,11,15,1.7333333333333334 -1332419,1995,2,1,3 -1332419,2003,4,2,4 -40171902,2011,8,2,1.5 -1539411,1994,4,2,1.5 -1545959,1996,8,3,1 -40213306,2014,12,5,3 -19126352,2011,5,5,1.2 -1539411,2011,5,2,1.5 -1545959,2018,7,4,1.25 -1539411,2004,11,2,4 -1545959,2003,11,1,1 -19075601,2003,11,7,1.5714285714285714 -19133768,2003,11,1,1 -40213230,2017,3,4,2.5 -19126352,2010,11,4,3 -40213299,2017,10,8,2.75 -40213314,2015,10,19,2.789473684210526 -19126352,1991,5,1,2 -19126352,1993,3,2,3.5 -40213251,1986,6,1,1 -40213314,1985,9,1,1 -19075601,2022,5,12,1.0833333333333333 -19126352,2017,3,2,6.5 -19018935,2013,9,1,2 -19126352,1987,7,2,1.5 -40213296,2017,11,17,2.9411764705882355 -19126352,1978,10,1,2 -1332419,2009,1,2,2 -40163554,1990,6,2,2 -40213299,2022,10,19,3.5789473684210527 -40213154,1979,8,3,1.6666666666666667 -40213154,1978,8,3,1.6666666666666667 -40213251,2022,10,14,2.142857142857143 -19126352,2019,11,1,1 -40213304,2010,9,1,1 -40213198,2011,11,2,2 -40163554,2021,9,3,1.3333333333333333 -1332419,1999,2,2,1.5 -40213227,2006,3,2,1.5 -40243436,2003,4,1,1 -40213154,1957,11,2,1.5 -40213154,1954,11,2,1.5 -40171902,1983,12,2,15 -1545959,2008,3,1,1 -19126352,2019,3,7,3.4285714285714284 -40243436,2015,1,2,1 -40213230,2020,9,5,1.6 -19126352,1966,7,1,1 -40213154,1949,6,1,1 -40213154,1950,7,2,1.5 -40163554,1999,5,2,3.5 -19018935,2010,10,2,1 -1539411,2022,4,4,1.75 -40213180,2005,7,1,1 -40213180,2009,8,1,1 -40213306,2020,10,5,2.6 -40213260,2011,5,1,2 -19133768,2022,3,1,1 -1332419,2008,7,4,2.25 -1332419,2016,12,2,2.5 -40213154,1973,9,1,1 -40163554,1992,10,1,2 -19018935,1982,6,1,11 -40163554,2021,8,2,2.5 -40213154,1963,12,1,3 -1539411,1999,12,3,2 -40171902,2011,9,4,2.25 -19133768,2004,5,1,1 -19018935,1977,5,2,4 -40213227,1996,9,2,3.5 -40163554,2020,5,3,3.6666666666666665 -40171902,2021,7,6,5.833333333333333 -40213306,2021,8,5,2.2 -40163554,2002,2,1,1 -19018935,2002,2,1,1 -40171902,2002,2,1,1 -40213201,1996,7,1,5 -19018935,2010,6,2,2.5 -1545959,2018,4,1,1 -19126352,1964,10,3,1.3333333333333333 -19126352,1992,6,4,2.75 -1545959,2004,12,1,1 -1332419,2004,7,4,2 -19126352,2001,10,3,2 +1332419,2001,7,5,2.6 +1332419,2001,8,3,1.6666666666666667 +1332419,2001,9,2,1.5 1332419,2001,10,2,2.5 -40163554,2009,8,2,1 -40163554,1980,11,1,1 -40220960,2017,6,6,1 -1539411,2010,12,4,1.5 -40163554,2005,4,2,2 -19126352,1993,11,2,1 -40213154,1984,1,2,3 -40171902,1990,12,2,4 -1539411,2001,2,3,1.6666666666666667 -1332419,2016,1,2,2 -46275916,2020,11,2,1 -40163554,1998,6,2,2.5 -1545959,2013,10,1,1 -1539411,2021,5,5,1.6 -40163554,2023,2,3,1.6666666666666667 -40243436,1962,1,1,1 -40171902,2012,7,2,2.5 -40213201,2018,12,5,1.6 -19018935,2019,5,4,4.25 -40171902,2019,5,4,4.25 -19075601,1999,7,1,2 -1539411,2002,8,2,1 -19126352,2015,4,9,5.444444444444445 -40213154,1951,10,1,1 -40163554,2014,4,2,19 -1545959,2019,8,2,1 -1539411,2002,9,1,1 -1545959,2021,12,1,1 -1539411,2018,8,2,2 -40213306,2011,8,1,1 -1545959,2007,12,1,1 -40213201,2022,10,5,1.8 -1332419,2021,12,4,2.25 -19126352,2016,5,7,1.2857142857142858 -1332419,1997,6,2,2 -1545959,2010,12,2,1 -40171902,2018,6,2,2 -40163554,2008,1,1,1 -40163554,2012,10,2,1.5 -1539411,1994,7,1,1 -19075601,2018,10,8,1.375 -40163554,2007,2,2,1.5 -19126352,1996,7,3,1.3333333333333333 -40220960,2021,10,2,1 -40171902,2022,8,4,2 -19018935,2009,7,2,3 -40163554,2019,7,3,1.3333333333333333 -1332419,2015,1,3,3.3333333333333335 -19126352,1988,7,1,1 -40163554,2004,11,2,4 -40171902,2004,11,2,4 -19126352,1971,11,1,3 -1539411,2009,2,2,3 -1545959,2023,2,2,1 -19133768,2007,11,2,1 -40213296,2002,11,1,2 -40171902,2010,11,1,2 -40213201,1991,8,1,1 -40171902,2001,10,1,2 -1310034,2001,6,1,1 -46275916,2001,6,1,1 -1539411,2014,3,2,2.5 +1332419,2001,11,1,25 +1332419,2001,12,5,1.8 1332419,2002,3,3,1.6666666666666667 -19018935,1992,1,1,2 -1539411,1995,1,3,3.3333333333333335 -40163554,2013,6,2,1.5 -1332419,2011,1,5,1.2 -19126352,1943,4,1,5 -40213154,1953,6,1,5 -40213154,1959,7,1,5 -40163554,2016,8,4,1.5 -19133768,2006,6,2,1 -40213306,2014,1,5,1.8 -40243436,2017,8,1,1 -1310034,2023,2,1,1 -1332419,2017,8,3,1.6666666666666667 -40213154,1977,1,2,1 -19126352,1971,3,1,1 -40213227,1996,8,1,1 -40171902,2006,2,2,1 -40243436,2020,8,1,1 -19126352,1963,6,2,1.5 -40213227,2011,7,1,2 -40213198,2011,3,1,1 -40171902,1982,12,2,2 -19018935,2023,5,3,1.6666666666666667 -40213198,2010,10,1,2 -1539411,2015,2,2,2 -19075601,1999,4,2,4 -40213227,1999,3,3,1.6666666666666667 -40213306,2006,9,1,2 -1332419,2007,5,4,2 -1539411,1999,1,4,9.75 -19126352,1999,1,6,6.833333333333333 -1545959,2011,8,1,1 -40243436,2023,4,1,1 -1545959,2011,9,2,1 -40213296,1996,7,1,2 -40213154,1975,1,1,2 -40213227,2011,4,2,2.5 -19126352,2009,8,3,1.3333333333333333 -40243436,2020,9,1,1 -19018935,2013,8,1,1 -40220960,2009,9,1,1 -1545959,2012,9,3,1 -40171902,2009,3,4,1.75 -19126352,2022,7,3,1.3333333333333333 -1545959,2019,9,1,1 -40213227,2007,11,2,1.5 -1310034,2004,4,1,1 -40213201,2003,1,1,2 -19018935,2015,4,2,1.5 -19075601,2002,6,2,1.5 -19018935,1991,8,4,2.75 -19126352,1980,11,1,1 -40171902,1995,6,1,2 -1332419,2018,2,5,1.8 -19126352,2006,10,5,1 -19133768,2006,10,4,1 -19126352,1963,10,1,1 -40213154,1954,3,2,1 -19075601,2014,9,8,1.5 -1332419,2014,9,4,2 -19133768,2008,1,1,1 -40171902,1991,4,1,1 -40171902,2017,5,4,1.25 -19126352,1977,10,1,1 -40213154,1970,4,1,1 -40171902,1992,8,2,1.5 -40213227,2012,9,1,1 -40220960,2022,6,4,1 -19126352,1990,9,1,2 -40163554,1993,1,1,1 -40171902,1993,1,1,1 -19126352,1954,9,1,5 -19133768,1991,2,1,1 -19133768,2002,3,1,1 -1332419,2017,9,2,1 -1545959,2009,6,1,1 -40171902,1983,1,1,2 -40220960,2021,6,4,1 -1545959,2006,4,1,1 -19075601,2006,4,1,1 -40213154,1967,8,1,1 -1545959,1998,9,2,1 -40220960,2013,6,2,1 -19075601,2010,4,2,2 -1545959,2009,10,1,1 -19126352,2008,5,3,2 -19126352,1997,12,2,1.5 -40171902,2003,1,3,2 -40163554,2019,4,2,3 -40213154,1974,6,1,2 -1545959,2003,3,1,1 -19133768,2003,3,1,1 -40163554,2006,9,3,2 -40163554,1991,5,1,15 -19126352,1968,8,1,3 -1310034,2002,2,1,1 -40213306,1996,4,1,2 -40213154,1969,11,2,1.5 -40163554,1998,10,1,2 -19126352,2021,7,2,1 -40213230,2022,6,7,1.1428571428571428 -40163554,2006,8,1,2 -46275916,2020,3,1,1 -19075601,1998,2,3,1.6666666666666667 -40213201,2002,2,1,1 -40213227,2007,3,1,1 -1539411,2008,2,1,2 -40213154,1950,4,3,3.3333333333333335 -40243436,1992,11,1,1 -19018935,1986,4,1,2 -46275916,2021,11,1,1 -40171902,1985,6,1,2 -19126352,1976,2,1,1 -40163554,1984,2,1,1 -40163554,2017,9,1,2 -40213201,2007,9,2,2 -1545959,2015,6,1,1 -40220960,2016,8,3,1 -40213201,2001,2,1,1 -1332419,2015,12,1,1 -1539411,2022,7,1,2 -19133768,1990,12,2,1 -40213154,1981,6,1,4 -1545959,2021,1,2,1 -40220960,1988,5,1,1 -1545959,1996,9,1,1 -19133768,2022,11,1,1 -46275916,2012,11,1,1 -19018935,1984,7,1,2 -40163554,2004,3,2,2 -40171902,2004,3,2,2 -19133768,2016,10,3,1 -40213260,2007,1,3,3 -1310034,2016,8,2,1.5 -46275916,2016,8,2,1.5 -46275916,2003,2,1,1 -46275916,1998,9,1,1 -40220960,2014,6,1,1 -19126352,1960,9,1,2 -1332419,1998,7,1,2 -40213299,2003,12,1,1 -40220960,2002,3,1,1 -40213260,2009,2,1,1 -19126352,1945,10,1,2 -40213154,1963,1,2,2 -40213227,2012,8,1,7 -40213306,1993,5,1,5 -19133768,2018,12,1,1 -19126352,1992,10,1,2 -40220960,2013,10,1,1 -40213320,2008,9,1,2 -40213320,2006,9,1,2 -40163554,2011,2,1,1 -40213306,2005,4,1,1 -40213180,2005,4,1,1 -40163554,2012,6,1,2 -19126352,1998,5,1,1 +1332419,2002,4,3,2 +1332419,2002,5,5,2.2 +1332419,2002,6,1,2 +1332419,2002,7,6,1.6666666666666667 +1332419,2002,8,2,1 +1332419,2002,9,1,1 +1332419,2002,10,1,1 +1332419,2002,11,3,1.3333333333333333 +1332419,2002,12,2,2 +1332419,2003,1,3,3 +1332419,2003,2,1,1 +1332419,2003,3,3,1.6666666666666667 +1332419,2003,4,2,4 +1332419,2003,5,2,2 +1332419,2003,6,1,2 +1332419,2003,7,3,4.333333333333333 +1332419,2003,8,1,5 +1332419,2003,9,5,1.4 +1332419,2003,10,4,1.5 +1332419,2003,11,4,1.5 +1332419,2003,12,3,2 +1332419,2004,1,1,2 +1332419,2004,2,2,1.5 +1332419,2004,3,4,2 +1332419,2004,5,3,1.3333333333333333 +1332419,2004,6,4,2.5 +1332419,2004,7,4,2 +1332419,2004,8,1,1 +1332419,2004,9,2,1.5 +1332419,2004,11,2,4 +1332419,2004,12,3,2.6666666666666665 +1332419,2005,2,8,2 +1332419,2005,3,2,1.5 +1332419,2005,4,3,1.6666666666666667 +1332419,2005,5,2,2 +1332419,2005,6,4,2.5 +1332419,2005,8,3,1.3333333333333333 +1332419,2005,9,4,2.75 +1332419,2005,10,2,1.5 +1332419,2005,11,6,2.1666666666666665 +1332419,2006,1,5,1.8 +1332419,2006,2,3,1.6666666666666667 +1332419,2006,3,2,2 +1332419,2006,5,4,2.25 +1332419,2006,6,4,8.5 +1332419,2006,7,3,2 +1332419,2006,8,2,1.5 +1332419,2006,9,1,2 +1332419,2006,11,1,3 +1332419,2006,12,4,1.75 +1332419,2007,1,3,2.3333333333333335 +1332419,2007,2,1,1 +1332419,2007,3,4,3.75 +1332419,2007,4,5,3 +1332419,2007,5,4,2 +1332419,2007,6,1,2 +1332419,2007,7,2,2 +1332419,2007,8,5,2.8 +1332419,2007,9,3,6.666666666666667 +1332419,2007,11,3,6.666666666666667 +1332419,2007,12,2,1.5 +1332419,2008,1,2,1 +1332419,2008,2,1,2 +1332419,2008,3,3,1.6666666666666667 +1332419,2008,4,4,1.25 +1332419,2008,5,3,2 +1332419,2008,6,1,3 +1332419,2008,7,4,2.25 +1332419,2008,9,3,2.6666666666666665 +1332419,2008,10,6,1.8333333333333333 +1332419,2008,11,2,1.5 +1332419,2008,12,1,2 +1332419,2009,1,2,2 +1332419,2009,2,2,3 +1332419,2009,3,2,1 +1332419,2009,4,2,2.5 +1332419,2009,6,3,1.3333333333333333 +1332419,2009,7,2,2 +1332419,2009,8,2,1.5 +1332419,2009,9,3,1.6666666666666667 +1332419,2009,10,2,1 +1332419,2009,11,2,3.5 +1332419,2009,12,1,2 +1332419,2010,2,3,1.3333333333333333 +1332419,2010,3,2,3 +1332419,2010,4,1,2 +1332419,2010,5,2,1.5 +1332419,2010,6,4,2.5 +1332419,2010,7,4,1.5 +1332419,2010,8,3,1.6666666666666667 +1332419,2010,9,3,2 +1332419,2010,10,4,1.75 +1332419,2010,11,4,3 +1332419,2010,12,4,1.5 +1332419,2011,1,5,1.2 +1332419,2011,3,3,1.3333333333333333 +1332419,2011,5,2,1.5 +1332419,2011,6,2,1 +1332419,2011,7,3,2.3333333333333335 +1332419,2011,8,3,1.3333333333333333 +1332419,2011,9,6,1.5 +1332419,2011,10,2,1.5 +1332419,2011,11,1,2 +1332419,2011,12,5,1.6 +1332419,2012,1,3,1.6666666666666667 +1332419,2012,2,2,6 +1332419,2012,3,4,1.75 +1332419,2012,4,5,1.2 +1332419,2012,5,4,2 1332419,2012,6,1,2 -40171902,2010,3,1,2 -40213227,2009,5,1,2 -40243436,2019,10,1,1 -40171902,1997,10,1,2 -40220960,2017,10,2,1 -40171902,1991,7,1,2 -19018935,1993,2,2,2 -19133768,2001,2,1,1 -40171902,1989,10,1,1 -46275916,2011,6,1,1 -40163554,2016,9,1,2 -19133768,1994,8,1,1 -19018935,2020,4,1,2 +1332419,2012,7,6,1.6666666666666667 +1332419,2012,8,6,1.8333333333333333 +1332419,2012,9,4,1.75 1332419,2012,10,3,1.6666666666666667 -19018935,1978,12,1,2 -1310034,2022,5,1,1 -40213227,1993,9,1,2 -1545959,2000,7,1,1 -40163554,1980,3,1,1 -40213154,1957,3,2,1.5 -40213154,1958,3,1,2 -40213201,2011,1,1,2 -40213216,2006,2,1,1 -40213304,2002,4,1,1 -40213160,2002,9,1,1 -40213314,2003,6,1,1 -40213281,2003,9,1,1 -46275916,2022,10,1,1 -40163554,2010,1,1,1 -40243436,2021,9,1,1 -40243436,1960,4,1,1 -46275916,1994,9,1,1 -19126352,1974,3,2,1 -40213160,1965,12,1,1 -19126352,1984,4,1,2 -40213227,2010,8,1,1 -40171902,2007,9,1,1 -19133768,1990,1,1,1 -40213227,1995,9,2,1 -19126352,1941,4,1,2 -1310034,2008,12,1,1 -40171902,2008,2,1,1 -40213154,1974,10,1,1 -19018935,2003,10,1,2 -40213154,1960,10,1,2 -19133768,1994,9,1,1 -19018935,2006,3,1,2 -1545959,2022,5,1,1 -40213154,2014,5,612,2.119281045751634 -40171902,2020,11,5,2 -40213154,2022,4,651,2.4546850998463903 -40213227,2017,3,75,2.36 -40213180,2018,8,17,1.8823529411764706 -40213154,2013,7,612,2.392156862745098 -40213154,2018,8,678,2.4528023598820057 -40213154,2021,8,680,2.363235294117647 -40213154,2015,7,618,2.4190938511326863 -40213183,2019,10,18,2.5 -40213281,2019,1,44,2.522727272727273 -40213154,2022,7,672,2.3035714285714284 -40213154,2018,9,652,2.3773006134969323 -40213154,2016,8,643,2.4292379471228616 -40213154,2021,9,642,2.4501557632398754 -40213154,2017,8,675,2.414814814814815 -40213154,2020,5,640,2.41875 -40213306,2019,2,6,2 -40213306,2017,2,10,5.3 -40213154,2017,9,596,2.1426174496644297 -40213154,2016,9,594,2.1717171717171717 -1539411,2017,11,4,1.75 -40213230,2022,12,12,2.3333333333333335 -19126352,2000,3,3,2 -1332419,1999,9,2,3.5 -40213251,2015,3,19,1.9473684210526316 -40213180,2020,5,24,3 -40213154,2015,4,605,2.4033057851239668 -40213180,2015,1,29,2.310344827586207 -40213306,2022,7,6,4 -40213180,2022,7,21,2.5238095238095237 -40213227,2022,7,67,2.0597014925373136 -40213198,2017,8,49,2.3877551020408165 -40213160,2016,7,42,2.7142857142857144 -40213281,2016,7,47,2.6382978723404253 -40213198,2016,9,43,2.558139534883721 -40213198,2013,9,49,2.020408163265306 -40213198,2014,3,39,1.8205128205128205 -40213299,2017,12,23,2.782608695652174 -40213304,2021,8,20,2.05 -40213160,2021,12,34,2 -40171902,2022,2,8,2.5 -40213251,2019,9,14,2.142857142857143 -40213314,2015,12,29,2.0689655172413794 -40213314,2015,1,24,2.5416666666666665 -40213304,2014,11,23,2.869565217391304 -40213198,2015,12,50,2.94 -40213198,2015,1,38,3.4473684210526314 -40213281,2015,6,45,2.977777777777778 -40213227,2022,4,63,1.9841269841269842 -19018935,2012,3,2,1.5 -1332419,2007,4,5,3 -40213227,2014,4,38,2.1578947368421053 -19126352,2005,10,3,1.3333333333333333 -40213227,2002,9,2,3 -40213154,1996,8,8,2.5 -40213154,2004,10,13,1.6923076923076923 -40213180,2016,12,28,2.142857142857143 -40213227,2018,1,79,2.1392405063291138 -40213216,2013,9,22,2.090909090909091 -40213160,2013,11,40,2 -40213227,2021,12,66,1.9696969696969697 -40213227,2020,1,64,2.09375 -40213160,2017,5,45,2.2666666666666666 -40213281,2017,5,60,2.216666666666667 -40213198,2013,8,51,2.0980392156862746 -19018935,2014,2,4,9 -40171902,2014,2,4,9 -40213320,2018,7,28,2.5714285714285716 -40213251,2016,1,23,2.347826086956522 -40213216,2015,2,23,2.4347826086956523 -40213304,2015,7,40,2.3 -40213281,2016,4,60,2.5166666666666666 -40213299,2023,6,8,1.5 -40213198,2022,7,46,2.130434782608696 -40213180,2017,10,20,1.9 -40213299,2018,3,22,2 -40213198,2017,9,39,2.230769230769231 -40213183,2015,5,13,2.6923076923076925 -40213230,2014,6,5,3.4 -40213216,2018,1,19,1.5263157894736843 -40213320,2016,2,27,2.4074074074074074 -40213227,2023,6,35,2.3714285714285714 -40171902,2020,3,2,1.5 -40213320,2022,4,35,2.2 -40213180,2022,4,20,2.05 -40213180,2016,1,38,2.1052631578947367 -40213227,2014,7,51,1.9215686274509804 -40213154,2009,7,19,1.8421052631578947 -40213154,2008,7,19,1.7894736842105263 -40213154,2004,6,18,2.111111111111111 -40213154,2002,6,13,2.076923076923077 -40213314,2021,11,35,2.6857142857142855 -40213304,2022,2,35,1.9142857142857144 -40213198,2021,9,53,2.6792452830188678 -40213314,2013,7,24,2.2916666666666665 -40213251,2014,4,12,2.75 -40213281,2013,7,40,2.525 -40213281,2018,7,42,1.7380952380952381 -40213183,2020,12,17,3.5294117647058822 -40213183,2017,3,20,3.95 -40213160,2020,12,42,3.2142857142857144 -40213160,2016,4,46,2.5 -40213296,2022,8,14,2.2857142857142856 -40213227,2016,2,60,2.533333333333333 -40213260,2017,5,16,1.8125 -40213216,2013,8,19,2.1578947368421053 -40213304,2013,11,27,2.111111111111111 -40213230,2015,6,7,2.2857142857142856 -40213296,2021,8,15,4.133333333333334 -40213230,2022,1,10,2 -40213320,2023,1,21,1.9523809523809523 -40171902,2018,12,4,1.5 -46275916,2018,4,1,1 -40213227,2017,11,60,2.5833333333333335 -40213198,2021,8,34,1.7647058823529411 -40213260,2018,7,17,2.235294117647059 -40213260,2015,9,20,1.8 -40213216,2020,12,23,3.5217391304347827 -40213227,2018,12,52,3.4038461538461537 -19018935,2003,12,1,2 -40213304,2017,7,24,1.9166666666666667 -40213201,2022,12,12,4.333333333333333 -19075601,2021,5,14,1.3571428571428572 -19018935,2016,7,3,1.6666666666666667 -40213320,2015,2,18,2.111111111111111 -40213251,2020,11,25,2 -40213314,2017,2,32,2.40625 -40213216,2016,3,23,2.130434782608696 -40213198,2016,8,56,2.4642857142857144 -40213320,2017,7,24,2.75 -40213201,2021,10,8,2.125 -40213198,2020,9,35,1.9714285714285715 -40163554,2018,10,4,1.75 -19075601,2023,4,18,1.3333333333333333 -40213260,2015,8,21,2.3333333333333335 -40220960,2000,5,1,1 -40213180,2013,10,26,2.4615384615384617 -40213154,1996,9,15,1.8666666666666667 -40213154,1992,8,8,2.25 -40213227,2021,1,58,1.8103448275862069 -40213160,2014,6,25,2.08 -40213160,2018,9,32,1.875 -1539411,2001,8,3,1.6666666666666667 -40213260,2021,12,11,2.1818181818181817 -40213180,2019,10,28,1.5714285714285714 -40213183,2023,5,14,1.5714285714285714 -40213314,2022,6,26,1.7692307692307692 -40213281,2022,6,37,1.864864864864865 -40213260,2014,10,16,2.375 -40163554,1987,5,3,3 -40213154,2002,10,16,1.875 -40213260,2018,4,20,1.9 -40213306,2013,11,8,1.5 -40213260,2016,5,14,4.142857142857143 -19126352,1996,5,1,2 -46275916,2003,9,1,1 -40213304,2021,9,22,2.5454545454545454 -40213281,2021,4,43,2.558139534883721 -40213320,2022,7,25,1.84 -40213180,2014,3,25,1.96 -40213183,2019,6,13,2.1538461538461537 -40213198,2014,11,30,2.966666666666667 -19075601,2022,7,10,1.1 -40213180,2021,1,20,2.35 -40213320,2019,4,19,3 -40213296,2020,5,13,2.769230769230769 -19126352,2008,4,4,1.25 -40213251,2015,11,18,2.4444444444444446 -40213180,2021,12,31,2.2903225806451615 -19126352,1973,9,1,1 -40213154,1982,11,6,5.5 -40213154,1977,10,5,1.4 -40213154,1980,10,6,5.666666666666667 -19126352,1969,3,1,2 -40213154,1974,12,6,2.6666666666666665 -19075601,2018,1,13,1.8461538461538463 -40213201,2014,11,8,2.125 -40213306,2023,2,9,2 -40213180,2023,2,30,2.3666666666666667 -19075601,2007,3,8,2.625 -40213154,2006,3,11,1.9090909090909092 -40213154,2001,2,15,4.333333333333333 -40213154,2007,3,18,2.2222222222222223 -40213306,2014,10,8,2 -40213299,2016,4,13,2.076923076923077 -40213183,2020,1,13,1.6923076923076923 -40213160,2020,1,32,2.0625 -40213281,2015,10,46,3.217391304347826 -40213251,2014,7,14,2.0714285714285716 -40213281,2018,4,43,1.930232558139535 -19133768,1982,1,2,1 -19126352,1973,8,2,1.5 -40213251,2022,12,20,1.9 -40213314,2019,3,32,1.9375 -40213260,2014,6,21,2.238095238095238 -40213251,2023,3,15,2 -40213304,2018,5,30,1.7666666666666666 -40213154,1948,2,3,1.3333333333333333 -40220960,2014,1,3,1 -19018935,1984,5,1,1 -40163554,1990,1,2,3.5 -1539411,2019,8,2,3.5 -40213201,2018,6,13,3.1538461538461537 -19126352,2014,4,7,1.5714285714285714 -40213320,2014,8,14,2.357142857142857 -40213251,2020,3,25,2.28 -40213198,2019,9,38,2.1578947368421053 -40213216,2019,4,21,2 -40213230,2020,2,16,1.625 -40213180,2015,12,30,2.1666666666666665 -40213296,2022,9,15,5.133333333333334 -40220960,2015,9,2,1 -40213251,2017,9,18,3.5 -40213251,2013,12,23,3.347826086956522 -19126352,2016,7,4,1.25 -40213154,2011,6,13,2 -40213227,2008,11,3,2 -40213154,2007,11,17,1.6470588235294117 -40213154,2006,11,20,1.55 -40213154,2003,11,15,1.6 -19126352,1995,11,3,1 -40213180,2014,11,27,2.111111111111111 -40213304,2019,6,24,1.9166666666666667 -40213198,2019,8,41,2.073170731707317 -40243436,2016,3,3,1 -40213160,2023,5,28,2.8214285714285716 -19126352,1977,1,2,2 -40213216,2014,10,13,4.384615384615385 -40213160,2014,10,32,3.78125 -40213154,1990,1,12,2.3333333333333335 -40213154,1995,2,13,2.4615384615384617 -40213230,2014,10,9,2.7777777777777777 -40213180,2013,6,13,1.4615384615384615 -40213299,2022,12,18,2.8333333333333335 -1539411,2000,3,2,2.5 -40213296,1998,3,2,2.5 -40213154,2000,3,15,2 -19126352,2004,9,2,1.5 -19075601,2018,12,14,1.3571428571428572 -40213180,2019,6,22,1.6818181818181819 -40213227,2020,12,58,2.586206896551724 -40213201,2018,10,10,1.9 -1539411,2019,9,3,1.3333333333333333 -40220960,1994,12,1,1 -40213154,1993,11,18,1.9444444444444444 -40213320,2018,4,14,1.9285714285714286 -40213314,2021,3,23,2.5217391304347827 -40213281,2020,9,38,2.026315789473684 -40213314,2016,2,28,2.0357142857142856 -40213281,2020,8,42,2.642857142857143 -40213260,2021,1,15,2.4 -1545959,2017,12,4,1 -40213154,2008,4,11,2.1818181818181817 -40213154,2009,4,16,1.875 -40213314,2020,8,32,3.03125 -40213198,2020,8,46,2.652173913043478 -40213304,2017,4,26,2.6153846153846154 -40213281,2021,7,44,2.159090909090909 -40213306,2018,10,19,2.1052631578947367 -19018935,2013,2,2,1.5 -1332419,1997,1,4,2.25 -40213227,2019,5,74,2.2027027027027026 -40213154,1963,6,1,1 -40213160,2018,8,41,2.024390243902439 -40213281,2019,12,36,1.9166666666666667 -19126352,1975,11,2,1 -40213154,1967,2,2,2 -19018935,2022,3,4,1.5 -1332419,2011,10,2,1.5 -40213260,2020,6,14,1.8571428571428572 -40213230,2016,12,7,1.4285714285714286 -1310034,2021,5,3,1 -40213299,2022,1,19,2 -40213216,2020,1,18,2.3333333333333335 -40213314,2019,11,35,1.8571428571428572 -40213160,2019,11,36,2.111111111111111 -40213296,2014,5,20,2.45 -40213296,2021,9,19,2.1578947368421053 -19075601,1997,10,27,1.5925925925925926 -40213230,2018,11,6,2 -40213299,2013,11,15,2.066666666666667 -19018935,1983,7,2,1 -40213296,2023,2,13,2.3076923076923075 -40213320,2017,4,17,2.1176470588235294 -40213299,2014,2,20,2.45 -40163554,2022,6,3,2.3333333333333335 -40213154,1988,4,13,2.1538461538461537 -40213314,2020,9,18,1.8888888888888888 -40213183,2017,11,22,2.6363636363636362 -19133768,1990,10,1,1 -40213160,1981,2,1,1 -40213281,2023,4,43,2.2093023255813953 -40213180,2017,6,24,2.1666666666666665 -40213216,2019,7,21,1.8571428571428572 -40213299,2021,7,25,2.96 -40213304,2019,10,34,2.2058823529411766 -40213296,2016,2,19,1.7894736842105263 -40213160,2021,1,44,2.75 -1310034,1973,6,1,1 -40213314,2023,1,26,1.7692307692307692 -40213198,2022,4,43,1.9069767441860466 -40213281,2022,10,44,2.1818181818181817 -40213251,2022,1,17,2.176470588235294 -40213320,2013,10,23,2.347826086956522 -40220960,2020,11,6,1 -40213160,2019,3,36,1.9166666666666667 -19075601,2010,5,2,1.5 -19075601,2009,11,2,3.5 -1332419,2018,9,9,2 -40163554,2003,8,2,2 -40213296,2018,2,13,2.3076923076923075 -19126352,1982,4,3,2.6666666666666665 -19126352,1987,5,3,1.3333333333333333 -40213154,1987,5,5,3.6 -1545959,2015,1,2,1 -40213201,2016,10,9,2.2222222222222223 -40163554,2022,10,6,2 -1332419,2013,4,4,1.75 -40213154,2010,2,15,2.3333333333333335 -40213306,2016,11,10,2.1 -40213183,2016,5,19,2.4210526315789473 -1332419,2000,1,4,3.25 -40213299,2017,1,15,2.466666666666667 -40213320,2021,8,22,2.5454545454545454 -19133768,2005,4,5,1 -40213154,2000,11,8,2 -19075601,2019,7,19,1.263157894736842 -40213227,2015,2,61,1.8688524590163935 -19075601,2019,4,9,1.3333333333333333 -1332419,1995,9,1,2 -40213154,2003,3,12,2.5833333333333335 -19075601,2005,11,8,1.875 -19018935,1990,8,1,2 -1310034,2011,3,1,1 -1539411,1995,10,1,1 -1332419,2020,2,2,1 -40213227,2001,4,2,3 -40213201,2020,8,10,2.8 -40213154,1961,7,6,3.1666666666666665 -1539411,2010,6,4,2.5 -1332419,2009,6,3,1.3333333333333333 -40213304,2023,6,8,1.375 -40220960,2013,12,4,1 -40213154,1975,10,3,1.3333333333333333 -40213296,2013,7,15,1.8 -40213216,2022,5,19,2.1052631578947367 -19126352,2006,12,4,1.75 -19126352,2013,9,4,1.25 -19133768,2013,9,2,1 -19075601,2013,9,6,1.3333333333333333 -19075601,2022,4,13,1.2307692307692308 -40163554,2015,9,5,2 -40213154,1999,5,12,2.25 -19126352,1975,3,1,1 -40213154,1991,11,8,2 -1539411,2016,3,2,3.5 -19075601,2011,3,5,1.2 -40213180,2018,9,21,2.1904761904761907 -19018935,2021,11,3,1.6666666666666667 -40213251,2016,12,17,2 -19018935,2004,8,3,2.6666666666666665 -40213227,2004,7,1,3 -40213160,2002,2,1,1 -40213320,2019,7,26,2.730769230769231 -40213260,2019,5,14,2 -40163554,2020,7,2,3 -40163554,2000,11,3,1 -19126352,2003,7,4,3.5 -40213296,1997,4,1,1 -40213216,2018,12,17,1.5294117647058822 -40213296,2015,12,15,1.7333333333333334 -19018935,2016,4,2,3 -19126352,1979,5,1,1 -19075601,2002,12,6,1.8333333333333333 -40213251,2019,8,20,2.25 -1332419,1994,5,12,1.9166666666666667 -19075601,2008,2,3,1.3333333333333333 -1539411,1996,9,3,3 -40213216,2016,11,9,2.111111111111111 -40213299,2018,11,15,2 -40213251,2017,8,15,2.2 -19126352,2020,12,5,2.2 -19075601,2020,12,7,1.8571428571428572 -40213154,1962,11,3,2.6666666666666665 -40213320,2014,9,21,2 -40213306,2020,12,9,2.5555555555555554 -40213296,2019,10,9,1.7777777777777777 -40213299,2020,12,9,3 -40213306,2016,3,6,3.3333333333333335 -40213183,2022,2,12,2 -40213304,2014,3,28,3.357142857142857 -1545959,2021,6,2,1 -1332419,2021,6,4,1.25 -40213154,1982,3,11,3.727272727272727 -1545959,2016,9,2,1 -40213230,2015,10,10,2.2 -40213201,2022,1,12,1.5 -40163554,2003,9,2,2 -1310034,1991,3,1,1 -40213299,2019,5,19,2.263157894736842 -1332419,2000,12,4,6.5 -19133768,2010,8,2,1 -1539411,1998,3,3,2.3333333333333335 -40213216,2021,5,17,2.0588235294117645 -40171902,2015,2,3,2 -40213154,1984,10,4,1.75 -40213154,1983,9,4,1.75 -19075601,2015,7,11,1.3636363636363635 -40220960,2017,1,7,1 -40163554,2012,12,5,2 -19126352,2001,12,6,2 -19075601,2002,1,2,1 -1332419,2001,12,5,1.8 -40213154,1983,8,1,2 -40243436,2005,8,2,1 -40171902,2003,6,3,2.6666666666666665 -40213227,2002,8,1,2 -40213154,2011,10,24,2.3333333333333335 -1539411,2021,4,2,1.5 -40213201,2012,2,1,1 -1545959,2007,6,2,1 -40220960,2016,2,6,1 -40213154,1961,4,1,1 -40213154,1956,3,3,1.3333333333333333 -40213314,2022,10,25,2.68 -1539411,2003,8,1,5 -40213260,2020,10,22,2 -1332419,1996,4,3,1.6666666666666667 -40213216,2014,6,10,2.9 -40213296,2007,2,1,2 -40213306,2014,6,5,1.2 -19126352,1989,3,5,1.4 -1332419,2012,1,3,1.6666666666666667 -40220960,2015,8,3,1 -40171902,2008,8,2,1.5 -19126352,2001,1,5,1.6 -46275916,2011,1,1,1 -19075601,2014,2,4,1.5 -19126352,2002,11,3,1.3333333333333333 -40213154,1989,12,5,1.2 -40213154,1990,12,8,1.375 -19126352,1986,12,3,1.3333333333333333 -40213299,2016,7,18,4.055555555555555 -1332419,2003,5,2,2 -40213304,2015,4,29,2.689655172413793 -40213299,2021,4,19,1.7894736842105263 -46275916,1996,10,1,1 -40171902,2018,1,1,1 -19126352,1955,4,1,2 -1332419,2022,3,5,3.4 -40213154,1988,7,6,2.1666666666666665 -40213154,1984,6,4,2.5 -40171902,1984,11,1,3 -40171902,2016,5,6,3 -40213320,2013,6,6,1.6666666666666667 -1539411,1992,9,2,1.5 -40213306,2021,2,7,2.4285714285714284 -1539411,1991,5,19,3.473684210526316 -19075601,2004,2,5,1.2 -40213251,1995,2,1,2 -40213154,1997,2,14,2.2142857142857144 -40213299,2015,5,15,2.4 -1332419,2016,10,3,1.3333333333333333 -19075601,2001,11,4,7.25 -40163554,2000,3,5,1.6 -19126352,2002,3,5,1.4 -40213201,2021,6,9,2 -40213230,2023,6,6,1.6666666666666667 -40213183,2013,7,12,1.8333333333333333 -19126352,1951,10,3,2.6666666666666665 -19075601,2013,8,6,1.5 -19075601,1998,8,5,2.2 -19075601,2015,4,12,4.333333333333333 -1310034,1990,9,1,1 -40213230,2019,9,6,1.6666666666666667 -40213201,2006,6,1,1 -40163554,2013,12,3,2 -19126352,2000,11,4,1.75 -1539411,2000,11,2,2.5 -40213296,2015,1,14,3.0714285714285716 -40213201,2017,2,3,1.3333333333333333 -1539411,2008,9,3,2.6666666666666665 -19133768,2008,6,2,1 -40220960,2004,1,2,1 -40213227,2005,8,1,2 -19126352,1984,5,2,1.5 -40213230,2021,9,11,2.1818181818181817 -40213320,2021,9,23,1.8695652173913044 -40213201,2016,6,10,2.3 -19126352,1981,6,1,2 -1332419,2001,1,3,1.6666666666666667 -40213154,2013,4,17,1.7058823529411764 -1539411,2009,9,3,1.6666666666666667 -1332419,2019,2,5,2.4 -1310034,2019,4,2,1 -1545959,2022,4,3,1 -1539411,1992,8,1,1 -40213183,2021,2,8,1.875 -1539411,2016,11,3,2.3333333333333335 -40163554,2015,8,1,1 -19126352,2005,6,7,2 -1332419,2005,6,4,2.5 -46275916,2013,2,1,1 -1539411,2005,6,4,2.5 -19018935,2005,9,3,2.6666666666666665 -40171902,2005,9,3,2.6666666666666665 -40213230,2021,8,9,3.3333333333333335 -19126352,2011,7,6,1.8333333333333333 -40213314,2018,2,23,1.608695652173913 -1332419,2015,6,2,2.5 -40243436,2020,2,1,1 -19075601,1997,6,20,1.95 -19126352,2003,4,2,4 -40163554,2011,8,2,1.5 -40213306,2020,1,8,2.75 -40213201,2023,5,7,2.142857142857143 -40213306,2018,6,10,2.1 -40213227,1994,11,3,1.6666666666666667 -40243436,2018,9,2,1 -1310034,2018,9,2,1 -40171902,2021,5,4,1.75 -40213227,2005,9,3,1.6666666666666667 -19126352,2006,1,6,1.6666666666666667 -19133768,2006,1,1,1 -1332419,2010,11,4,3 -1332419,2016,6,4,3.25 -40220960,2008,8,2,1 -19018935,1977,7,1,1 -40213314,1986,6,1,1 -40213160,1985,9,1,1 -40213154,1993,3,5,2.6 -40213154,1991,3,4,1.25 -40213154,1985,12,4,2.25 -40163554,2012,1,3,1.3333333333333333 -1539411,2017,3,2,6.5 -40171902,2013,9,1,2 -19018935,2023,4,4,2.75 -19075601,2001,3,1,1 -19075601,2005,3,3,1.3333333333333333 -1539411,2013,11,2,1.5 -40213154,1998,2,11,2.6363636363636362 -40213216,2023,4,15,3.2 -40171902,1990,6,2,2 -40171902,1981,11,4,1.5 -19126352,1976,8,1,2 -19133768,2019,11,1,1 -40213183,2011,11,1,1 -40213160,2011,2,1,1 -40213198,2010,12,2,1.5 -40213281,2012,2,1,1 -40213201,2014,3,6,6.333333333333333 -19126352,2022,5,5,1.2 -1539411,2022,5,4,1.25 -1310034,2009,7,1,1 -40213201,2013,10,10,2.1 -40213160,1955,11,1,1 -40213154,1956,11,2,1.5 -40213306,2001,4,1,1 -40171902,2023,3,3,1.3333333333333333 -19133768,2020,1,3,1.3333333333333333 -19126352,2020,1,5,1.6 -19075601,2020,1,9,1.3333333333333333 -40213201,2015,2,7,3.142857142857143 -40220960,2021,12,5,1 -19126352,2016,4,4,1.5 -40213296,2019,6,7,2 -1332419,2011,6,2,1 -40213306,2015,2,11,2.090909090909091 -40220960,2022,12,6,1 -1332419,2013,7,2,1.5 -40163554,2010,10,2,1 -40213299,2020,1,13,1.4615384615384615 -19018935,2009,5,1,1 -19075601,1998,9,5,1.6 -40213227,2011,5,2,2.5 -19133768,2016,12,4,1 -40213154,1976,4,3,1.3333333333333333 -40213154,1968,3,3,1 -19126352,2008,7,4,2.25 -19018935,1992,10,1,2 -40171902,1982,6,1,11 -40213230,2019,8,4,2 -19126352,1991,7,5,2.6 -19126352,1983,9,2,1.5 -40220960,2014,12,2,6 -1539411,1995,6,4,4.5 -40213160,1959,6,1,3 -40213154,1960,12,2,2.5 -19018935,1987,11,1,1 -40213201,2005,4,1,2 -40213227,2009,7,3,1.6666666666666667 -19075601,2006,5,7,1.7142857142857142 -1310034,2016,2,1,1 -46275916,2016,2,1,1 -40213260,2023,5,12,2.25 -40163554,2011,9,4,2.25 -40220960,2017,12,4,1 -19018935,2020,5,3,3.6666666666666665 -40163554,2010,6,2,2.5 -19018935,2011,3,1,2 -40213230,2016,1,7,1.7142857142857142 -40213230,2018,3,12,1.9166666666666667 -19126352,2012,5,5,1.8 -19075601,2012,5,5,1.8 -1539411,2020,3,5,3 -40213201,2020,9,5,2.4 -40213154,1976,7,2,2.5 -40163554,1993,6,1,6 -40171902,1993,6,1,6 -40220960,2019,9,2,1 -19133768,2004,7,1,1 -19075601,2011,11,3,3 -40163554,2009,2,1,1 -19133768,1993,11,1,1 -40213154,1985,1,5,2.8 -40243436,2002,3,1,1 -40163554,1990,12,2,4 -40213227,2009,4,1,2 -1310034,2020,11,2,1 -19133768,2004,4,1,1 -1539411,2003,9,5,1.4 -19126352,2021,5,5,1.6 -40213227,1992,1,5,1.8 -40213154,1989,1,8,2.625 -19126352,1940,8,1,2 -46275916,1962,1,1,1 -40213154,1952,10,1,2 -40171902,2012,5,2,2 -40171902,1996,3,1,2 -40171902,1999,6,1,2 -40163554,2019,5,4,4.25 -40243436,2021,2,2,1 -19018935,2021,3,3,2 -1332419,2007,7,2,2 -19126352,1997,10,1,1 -19126352,1998,4,2,1 -19126352,2023,5,7,1.7142857142857142 -1539411,2023,5,6,1.8333333333333333 -40171902,1994,3,1,2 -19126352,2015,5,6,1.5 -1539411,2015,8,4,2 -1332419,2018,8,2,2 -19126352,2013,8,2,2.5 -40171902,1995,12,3,1.6666666666666667 -1539411,2012,3,4,1.75 -40163554,1986,9,1,1 -19018935,2015,5,5,3.8 -40213227,1998,9,1,2 -1539411,1996,8,1,2 -19018935,2007,4,3,1.6666666666666667 -46275916,2022,12,1,1 -19126352,1997,6,2,2 -40163554,2018,6,2,2 -40171902,2007,2,2,1.5 -1332419,2022,11,2,4.5 -40213201,1992,5,1,5 -40213306,2022,4,6,1.6666666666666667 -19126352,1972,10,1,3 -19018935,2019,7,3,1.3333333333333333 -40171902,2019,7,3,1.3333333333333333 -1539411,2013,3,6,2.6666666666666665 -1545959,2016,8,3,1 -40163554,2005,5,1,1 -19126352,2009,2,2,3 -19133768,2023,2,2,1 -40213154,1974,1,1,1 -19075601,2007,11,5,4.4 -19133768,2018,6,3,1 -19126352,1992,1,2,1.5 -40220960,2013,1,1,1 -40213260,2007,10,1,2 -19126352,2004,8,3,1 -46275916,1996,6,1,1 -40213154,1992,9,6,1.5 -40213201,2000,12,1,2 -40163554,2021,2,1,2 -1310034,2006,1,1,1 -40163554,1992,1,1,2 -19018935,2000,7,1,2 -40171902,2000,7,1,2 -1539411,2011,7,3,2.3333333333333335 -40243436,2008,2,1,1 -40163554,2002,8,1,2 -19018935,2002,8,1,2 -40171902,2002,8,1,2 -19075601,2017,2,5,1.6 -1539411,2020,11,3,1.6666666666666667 -40220960,2018,11,4,1 -19018935,1986,5,1,1 -46275916,2017,8,1,1 -1332419,2010,3,2,3 -40213154,1979,2,2,1.5 -40213201,2001,9,1,1 -40163554,2006,2,2,1 -1332419,2017,2,2,2 -19133768,1997,7,1,1 -19075601,2009,3,3,1 -19018935,1982,12,2,2 -40213227,1996,2,3,3.6666666666666665 -40220960,1996,8,1,1 -19126352,1999,10,3,11.666666666666666 -1539411,1999,10,3,11.666666666666666 -1332419,1996,7,2,1.5 -40213201,2011,10,1,2 -1545959,2021,10,2,1 -1545959,2006,5,1,1 -19126352,2007,5,5,1.8 -19018935,2012,11,2,1.5 -40213227,2012,2,1,2 -40163554,1993,10,2,2 -40171902,1993,10,2,2 -19133768,2011,8,1,1 -19133768,2011,9,2,1 -19126352,1968,2,1,2 -40213296,1997,7,1,2 -40213154,1978,2,3,1.6666666666666667 -19133768,2008,10,2,1 -1539411,1997,3,1,3 -19133768,2020,12,2,1 -19126352,1990,2,1,2 -19133768,2019,3,2,1 -40213154,1964,2,2,1.5 -40213154,1960,1,3,1.6666666666666667 -1310034,1998,7,1,1 -40213154,1981,12,3,2.3333333333333335 -1539411,2009,8,2,1.5 -19126352,1985,3,2,1 -40213154,1977,6,1,2 -40213154,1980,6,2,2 -1332419,2006,5,4,2.25 -1539411,2006,5,4,2.25 -40213296,2011,2,1,1 -40213227,2013,2,3,1.3333333333333333 -40171902,2013,8,1,1 -40220960,2022,1,1,1 -19133768,2012,9,3,1 -40163554,2014,5,3,1.6666666666666667 -1545959,2022,7,2,1 -40163554,1984,8,1,1 -40220960,2023,6,1,1 -40163554,1999,4,1,2 -19126352,1989,11,4,1.5 -40243436,2015,10,1,1 -40213227,2008,3,2,1.5 -40213154,1972,5,2,2 -40213154,1951,1,1,1 -19126352,1988,5,2,3.5 -40171902,1981,3,2,3 -40220960,2007,9,1,1 -19075601,1999,5,6,1.8333333333333333 -19133768,1999,5,2,1 -40213227,1992,12,2,17.5 -40243436,2016,11,1,1 -40243436,2014,7,1,1 -46275916,2014,7,1,1 -46275916,2014,4,1,1 -40243436,2014,4,1,1 -1545959,2018,5,1,2 -1539411,2018,2,5,1.8 -40213198,2010,1,3,2.6666666666666665 -40163554,2016,2,2,2 -19126352,1967,1,1,1 -40163554,1991,4,1,1 -1332419,2009,10,2,1 -40163554,2008,10,2,2 -40163554,1979,11,1,2 -40171902,1986,11,1,1 -1310034,2013,10,2,1 -40171902,1997,1,1,2 -1332419,2005,10,2,1.5 -1539411,2005,10,2,1.5 -1545959,2002,3,1,1 -1539411,1998,11,1,2 -1332419,2004,5,3,1.3333333333333333 -40220960,2021,1,3,1 -40220960,2019,8,6,1 -40213227,2003,12,1,1 -40220960,2020,3,1,1 -1539411,2007,2,1,1 -19126352,1969,11,1,1 -46275916,2000,10,1,1 -19133768,1998,9,2,1 -40213201,1998,7,1,2 -19133768,2001,8,1,1 -1545959,2010,6,2,1 -40243436,2006,3,1,1 -40213201,1998,4,1,2 -40171902,2008,9,2,1.5 -1332419,2012,12,2,2 -1545959,2004,6,1,1 -40163554,1999,7,2,3 -1332419,2008,5,3,2 -40163554,1994,9,1,1 -19018935,1994,9,1,1 -19018935,1991,2,1,2 -40220960,2018,3,3,1 -19018935,2003,1,3,2 -1332419,1997,12,1,1 -40213201,1999,12,1,1 -19018935,2019,4,2,3 -40171902,2019,4,2,3 -40213154,1970,5,1,2 -40213154,1966,5,1,2 -40171902,2006,9,3,2 -19126352,1999,6,3,5.666666666666667 -46275916,2000,6,1,1 -40171902,1991,5,1,15 -1539411,1999,6,2,8 -40163554,1995,7,1,5 -40171902,2006,8,1,2 -1310034,2020,3,1,1 -40163554,1998,12,1,2 -1545959,2010,10,1,1 -1545959,2004,10,2,1 -1310034,1992,11,1,1 -46275916,1992,11,1,1 -19133768,2009,3,1,1 -1539411,2010,10,4,1.75 -40213201,2013,6,1,2 -40171902,1984,3,1,1 -40163554,1994,8,1,1 -19018935,1994,8,1,1 -40213227,2003,1,1,2 -1539411,1997,11,1,3 -40213154,1981,1,1,7 -1539411,2012,11,4,7 -1545959,2017,1,1,1 -19126352,1982,7,1,1 -19126352,1998,7,2,1.5 -19133768,2015,6,1,1 -40163554,1975,12,2,2 -40213201,2009,7,1,2 -40163554,2008,6,1,1 -1310034,2004,5,1,1 -1539411,2001,9,2,1.5 -19018935,1998,11,1,1 -40171902,1998,11,1,1 -1310034,2015,5,1,1 -46275916,2015,5,1,1 -19018935,2011,11,1,1 -1332419,2021,10,2,1 -19018935,1998,3,2,5 -40171902,1998,3,2,5 -40220960,2011,1,2,1 -1332419,1999,8,3,1.6666666666666667 -19133768,2001,9,1,1 -40213306,1996,5,1,2 -40171902,2017,4,3,2 -19126352,1983,8,2,1.5 -40220960,1997,9,2,1 -1310034,2019,7,1,1 -1539411,1993,1,2,3 -19126352,1935,10,1,2 -40213154,1962,3,2,1.5 -40213154,1965,3,2,1.5 -19126352,1948,2,1,2 -19126352,1986,1,1,3 -40213251,2002,9,1,1 -40213304,2001,6,1,1 -40213281,2002,3,1,1 -40213260,2010,2,1,1 -40213227,2010,2,2,1 -40243436,1988,6,1,1 -19133768,2010,9,2,1 -40213230,2005,9,1,2 -40163554,2002,9,1,1 -19018935,2002,9,1,1 -40171902,2002,9,1,1 -40171902,2011,2,1,1 -40220960,2010,6,1,1 -19133768,1987,3,1,1 -40213154,1950,5,1,2 -40243436,2022,2,1,1 -40213227,1997,5,1,2 -19126352,1992,12,1,2 -46275916,2019,10,1,1 -40163554,1991,7,1,2 -40163554,2020,4,1,2 -40243436,2009,11,1,1 -46275916,2009,10,1,1 -19126352,1952,3,1,2 -1310034,1986,6,1,1 -40163554,1996,7,1,2 -19018935,1996,7,1,2 -40243436,2018,8,1,1 -1310034,2018,8,1,1 -19018935,2022,11,2,2.5 -1310034,2017,7,2,1 -40163554,1970,3,1,1 -19018935,1970,3,1,1 -40243436,1990,6,1,1 -40220960,2003,7,1,1 -40213154,1973,2,1,2 -40213299,2003,6,1,1 -40213281,2007,3,1,1 -40163554,2017,2,1,2 -19018935,2010,1,1,1 -19126352,1981,10,1,2 -19126352,1950,3,1,1 -40213154,1959,5,1,1 -40213154,1975,6,1,2 -19133768,1990,6,1,1 -40220960,1999,8,1,1 -40163554,1981,12,1,1 -40171902,2001,12,1,2 -40213183,1971,3,1,1 -40163554,2007,9,1,1 -19133768,1991,9,1,1 -46275916,2008,12,1,1 -40171902,2003,10,1,2 -40213201,1996,5,1,2 -40213154,1965,11,1,2 -1332419,1995,8,1,2 -40213154,1986,5,1,2 -40213154,2021,4,646,2.331269349845201 -40213227,2020,11,62,2.1129032258064515 -40213154,2013,9,599,2.350584307178631 -40213154,2023,4,691,2.470332850940666 -40213154,2018,4,596,2.511744966442953 -40213154,2016,4,606,2.402640264026403 -40213260,2016,2,15,3.466666666666667 -40213227,2017,12,64,2.296875 -40213216,2018,11,14,2.2857142857142856 -40213314,2019,1,19,1.8421052631578947 -40213160,2019,1,37,2.72972972972973 -40213198,2019,4,45,1.8888888888888888 -40213154,2021,7,668,2.2365269461077846 -19018935,2019,9,3,10 -40171902,2019,9,3,10 -40213227,2014,8,52,2.5 -40213154,2022,9,696,2.57183908045977 -40213154,2015,8,646,2.346749226006192 -40213154,2013,8,635,2.141732283464567 -40213183,2015,2,16,1.9375 -40213180,2021,3,30,1.9 -40213154,2014,2,598,2.5183946488294313 -40213154,2019,10,640,2.1453125 -40213320,2016,5,27,1.8148148148148149 -40213154,2019,6,616,2.168831168831169 -40213154,2020,2,646,2.5619195046439627 -40213154,2015,9,592,2.206081081081081 -40213251,2016,11,22,1.9545454545454546 -40213299,2014,5,24,2.3333333333333335 -19126352,2008,8,2,1 -40213180,2018,7,25,1.76 -40213154,2018,7,617,2.340356564019449 -40213227,2022,8,81,2.45679012345679 -40213154,2022,8,700,2.38 -40213154,2016,7,646,2.3544891640866874 -40213154,2017,7,635,2.3070866141732282 -40213230,2021,4,13,1.8461538461538463 -40213320,2021,4,31,2.2903225806451615 -40213154,2017,4,598,2.4498327759197323 -40213216,2017,10,12,2.5 -40213260,2015,7,21,2.142857142857143 -40213160,2021,3,37,2.864864864864865 -40213160,2016,9,40,3.025 -40213198,2016,7,50,2.42 -40213281,2016,9,50,2.86 -40213201,2014,1,7,2.2857142857142856 -40213227,2019,2,76,2.013157894736842 -40213296,2013,8,23,1.6956521739130435 -40213183,2017,12,25,2.76 -40213281,2014,6,35,2.1714285714285713 -40213281,2013,9,45,2.022222222222222 -1310034,2016,5,2,1 -46275916,2016,5,2,1 -40213260,2018,8,27,2.185185185185185 -40213281,2021,9,51,2.4901960784313726 -40213304,2021,7,29,2.103448275862069 -40213314,2021,12,26,2.3846153846153846 -40213198,2022,9,38,1.894736842105263 -19133768,2002,10,2,1 -40213154,1996,7,14,1.9285714285714286 -40213183,2013,9,20,1.7 -40213251,2015,12,23,2.0869565217391304 -40213299,2017,3,22,3.0454545454545454 -40213314,2015,3,29,2.3448275862068964 -40213160,2015,6,39,3.076923076923077 -40213198,2015,3,45,2.2888888888888888 -40163554,2012,3,2,1.5 -19126352,1952,12,1,5 -40213251,2014,8,17,1.588235294117647 -40213314,2013,9,33,1.9696969696969697 -40213260,2022,10,16,2.75 -40213183,2013,8,20,2 -40213314,2013,8,30,2.1666666666666665 -40243436,2000,12,1,1 -1310034,2000,12,1,1 -40213154,1999,2,10,3.3 -40213154,1993,1,9,1.7777777777777777 -40213154,1991,12,9,5.333333333333333 -40163554,2014,2,4,9 -40213227,2020,3,72,2.2222222222222223 -40213320,2019,8,16,1.6875 -40213296,2021,4,12,2 -40213320,2017,8,21,2.3333333333333335 -40213304,2014,12,32,2.46875 -40213304,2022,5,22,2.4545454545454546 -40213216,2017,6,22,2.3636363636363638 -40213304,2017,9,24,1.75 -40213198,2017,4,45,1.7555555555555555 -40213216,2018,3,21,1.4761904761904763 -40213299,2020,3,24,2.0416666666666665 -40213299,2018,12,16,1.6875 -40213281,2019,3,46,1.8695652173913044 -40213198,2018,6,44,2.8181818181818183 -40213306,2021,5,14,1.7857142857142858 -40213260,2022,6,14,2.357142857142857 -40213227,2017,1,81,2.9012345679012346 -40213251,2016,3,19,2.210526315789474 -19075601,2018,11,13,1.4615384615384615 -40213180,2015,11,25,1.96 -40213227,2014,9,62,2.161290322580645 -40213227,2016,5,63,2.6984126984126986 -40171902,2018,11,3,1.3333333333333333 -19075601,2000,6,5,1.6 -40213160,2021,11,40,2 -40213198,2022,8,48,1.9166666666666667 -40213216,2013,7,17,2.4705882352941178 -40213198,2013,7,41,2.1463414634146343 -40213251,2023,1,20,1.7 -40213251,2019,4,17,3.6470588235294117 -40213304,2018,2,27,2.5925925925925926 -40213314,2018,5,32,1.96875 -40213160,2018,7,31,1.6774193548387097 -40213198,2018,10,47,1.6382978723404256 -40213251,2020,12,17,3.5294117647058822 -40213198,2016,4,49,2.489795918367347 -19126352,2014,8,2,1.5 -40213281,2013,8,52,2.7884615384615383 -40213320,2014,7,22,2.409090909090909 -40213296,2015,11,15,2.1333333333333333 -40213180,2020,2,34,2.1470588235294117 -40213180,2014,1,23,2.4782608695652173 -40243436,2018,4,1,1 -1310034,2018,4,1,1 -40213154,2008,8,21,2.3333333333333335 -40213154,2009,9,26,2 -40213216,2021,2,18,3.111111111111111 -40213304,2020,10,35,2.6857142857142855 -40213227,2018,11,73,2.671232876712329 -40213216,2016,1,23,2.4347826086956523 -40213299,2018,1,24,2.3333333333333335 -40213314,2015,11,40,2.4 -40213198,2015,11,60,2.433333333333333 -40213304,2015,9,31,2.3548387096774195 -40213304,2015,8,35,2.4857142857142858 -40213281,2020,7,58,2.0689655172413794 -40213296,2022,7,19,1.8421052631578947 -40213201,2023,2,8,1.875 -40213183,2022,5,15,2.6666666666666665 -40213183,2020,11,25,2 -40213314,2016,5,36,2.2777777777777777 -40213160,2020,11,43,2.0930232558139537 -40213160,2016,8,37,2.864864864864865 -40213281,2016,8,50,2.88 -40213180,2022,8,33,3.303030303030303 -1545959,2023,4,2,1 -19018935,2018,10,4,1.75 -40213227,2022,9,68,2.9411764705882355 -40213180,2021,11,28,2.2857142857142856 -40213320,2020,6,24,1.9583333333333333 -1332419,2007,9,3,6.666666666666667 -40213198,2014,12,45,2.088888888888889 -40213281,2018,9,42,1.9285714285714286 -40213198,2014,1,37,1.8918918918918919 -40213183,2014,6,22,2.1363636363636362 -40213304,2013,12,25,2.24 -40213314,2014,6,22,2.727272727272727 -40213160,2013,12,42,2.261904761904762 -40213160,2022,6,29,1.7241379310344827 -40213230,2017,10,9,1.8888888888888888 -40213320,2014,4,23,2.739130434782609 -40213260,2013,10,18,2 -40213180,2015,3,30,2.1666666666666665 -19075601,2002,11,4,1.25 -40213201,2020,4,12,1.5833333333333333 -40213227,2021,3,58,2.810344827586207 -40213304,2017,8,25,1.72 -40220960,2016,5,4,1 -40243436,2017,5,1,1 -40213320,2023,3,29,3.0689655172413794 -40213160,2017,2,36,2.9166666666666665 -40213281,2017,2,45,2.6222222222222222 -40213230,2022,3,8,1.5 -40213183,2016,2,19,2.1578947368421053 -40213260,2015,4,22,2.6363636363636362 -40213154,1998,5,10,2.1 -40213154,1997,5,7,1.8571428571428572 -40213154,1995,5,7,4 -40213299,2022,3,14,2.9285714285714284 -40213251,2022,3,17,2.8823529411764706 -40213198,2021,4,42,2.0714285714285716 -40213299,2013,12,19,3.473684210526316 -40213260,2021,3,12,1.75 -40213230,2019,4,7,4.428571428571429 -1539411,2008,4,4,1.25 -40213183,2021,5,19,2.473684210526316 -40213251,2017,7,23,2.6956521739130435 -40213304,2016,6,23,3.130434782608696 -40213198,2017,7,55,2.5090909090909093 -40213154,1985,11,8,4.75 -40213154,1981,11,4,7.5 -1310034,1979,12,1,1 -40220960,2018,1,5,1 -40163554,2005,2,1,2 -40213154,2000,1,14,4.428571428571429 -40220960,2022,11,6,1 -40163554,2020,8,7,2.142857142857143 -40213296,2021,7,13,1.7692307692307692 -40213216,2015,5,18,2.2777777777777777 -40213251,2020,1,13,1.6923076923076923 -40213160,2015,10,39,2.641025641025641 -40213304,2014,1,20,2.1 -40213160,2018,4,31,1.967741935483871 -40213281,2014,10,40,3.475 -40213154,1976,8,6,2.1666666666666665 -40213230,2018,12,7,1.8571428571428572 -19018935,2004,4,2,1.5 -40213306,2015,5,9,1.4444444444444444 -40213227,2015,5,59,2.6271186440677967 -19126352,1953,10,1,1 -40213154,1953,3,3,1 -40213154,1951,3,2,1 -19075601,2011,12,7,1.4285714285714286 -1332419,1994,2,22,1.9545454545454546 -40213154,2010,5,17,1.8235294117647058 -19075601,2019,8,10,1.5 -40213180,2016,3,26,2.1153846153846154 -19126352,2023,2,5,1.4 -1539411,2023,2,3,1.6666666666666667 -40213227,2018,3,56,2.107142857142857 -40213180,2016,11,30,1.7666666666666666 -40213183,2020,3,25,2.28 -19075601,2015,9,5,2 -19126352,2017,10,4,1.75 -19133768,2017,10,1,1 -40213154,2012,6,14,1.7857142857142858 -40213320,2022,8,29,4.0344827586206895 -40213154,2003,12,12,3.3333333333333335 -40213154,1994,10,9,2 -40213154,2000,12,19,2.789473684210526 -40213306,2020,11,12,1.5833333333333333 -40213183,2014,10,15,1.6666666666666667 -40213314,2014,10,21,3.4285714285714284 -40213216,2019,8,13,1.7692307692307692 -40213314,2020,7,28,1.8571428571428572 -40213198,2020,7,44,1.8181818181818181 -40213251,2014,9,17,1.8235294117647058 -40213320,2020,10,17,1.7058823529411764 -40213160,2020,3,27,2.4814814814814814 -40213314,2023,3,24,1.7083333333333333 -40213251,2019,7,18,2.0555555555555554 -1539411,1991,2,14,2.0714285714285716 -1332419,2000,3,2,2.5 -40213320,2017,9,26,2.1923076923076925 -40213320,2018,8,17,1.9411764705882353 -40213320,2018,9,23,1.9565217391304348 -40163554,2013,11,2,2 -1332419,2006,2,3,1.6666666666666667 -1539411,2006,2,3,1.6666666666666667 -19075601,2006,2,6,1.5 -40213160,2023,2,23,2.869565217391304 -19075601,2019,9,7,1.4285714285714286 -19018935,2022,1,4,1.25 -40163554,2011,7,4,1.75 -40213180,2023,5,20,2.05 -40213180,2018,4,19,1.894736842105263 -40213314,2020,4,32,1.875 -40213198,2020,4,53,2.3962264150943398 -40213281,2020,4,44,1.9090909090909092 -19075601,2018,3,11,1.5454545454545454 -1539411,2014,6,4,1.75 -40213281,2021,8,45,2.3333333333333335 -40213201,2019,10,13,1.7692307692307692 -40213154,2008,9,20,2.2 -40213230,2016,11,10,1.6 -40213306,2022,8,12,1.6666666666666667 -40171902,2020,12,5,2.6 -40213306,2023,5,8,2.125 -40213198,2021,7,48,2.7291666666666665 -40213183,2018,6,19,1.9473684210526316 -40213251,2018,6,19,1.9473684210526316 -1539411,1997,1,4,2.25 -40213281,2018,8,51,2.215686274509804 -40213160,2019,12,32,1.96875 -19126352,2011,9,9,1.4444444444444444 -1539411,2011,9,6,1.5 -40213227,2021,11,63,2.3333333333333335 -40213154,1974,3,3,1.3333333333333333 -40213154,1966,2,3,3 -40171902,2013,7,2,1.5 -40213296,2023,5,9,5.777777777777778 -40213296,2022,4,20,2.6 -40213296,2018,5,23,2.1739130434782608 -1332419,2007,8,5,2.8 -40243436,2021,5,3,1 -40213281,2019,11,44,2.0681818181818183 -40213260,2019,2,20,1.95 -40213296,2016,5,24,2.0416666666666665 -40213251,2013,11,16,2.3125 -40213260,2021,11,15,3.2 -40213320,2022,9,22,2.0454545454545454 -40213180,2022,9,19,2.0526315789473686 -40213154,1992,4,9,1.6666666666666667 -40213154,1985,3,9,1.3333333333333333 -40213299,2022,11,13,2.230769230769231 -40213299,2021,8,11,1.8181818181818181 -40213216,2020,11,16,1.8125 -40213216,2016,12,17,2.764705882352941 -40213299,2019,2,20,2.3 -40213299,2017,11,26,2.730769230769231 -40213304,2016,10,30,2.6333333333333333 -40213299,2016,8,19,2.5789473684210527 -40213296,2015,3,17,1.7058823529411764 -40213198,2019,7,50,1.98 -40213230,2017,6,5,1.6 -40213251,2021,10,21,1.8571428571428572 -40213304,2021,4,25,2.08 -40213314,2021,1,33,2.212121212121212 -40213306,2016,1,15,2.1333333333333333 -1332419,2002,10,1,1 -19075601,2020,11,12,1.1666666666666667 -40213230,2022,11,6,1.6666666666666667 -19018935,1993,7,1,1 -19018935,2005,7,1,2 -40171902,2005,7,1,2 -40213154,1981,3,5,2.4 -40213154,1983,4,5,7 -1539411,2014,10,5,1.8 -19126352,2013,4,5,1.6 -19075601,2013,4,7,1.4285714285714286 -19126352,1973,7,1,2 -40213154,2007,1,20,2 -40213154,2006,1,15,1.8 -19126352,2000,1,4,3.25 -1539411,2000,1,4,3.25 -1310034,2014,12,2,1 -40213183,2017,1,21,2.7142857142857144 -40220960,2021,3,7,1 -1539411,2017,12,3,1.6666666666666667 -40213154,2009,8,17,2.5294117647058822 -40213154,1978,5,1,5 -40220960,2019,7,10,1 -40213198,2023,4,38,2.3157894736842106 -40243436,2019,3,1,1 -40220960,2019,4,4,1 -40243436,1999,8,1,1 -46275916,2011,3,1,1 -19126352,2022,2,7,2 -1539411,2022,2,5,2.4 -40213230,2021,7,10,4.1 -40213320,2021,7,30,2.466666666666667 -40213296,2014,2,15,1.6666666666666667 -40171902,1996,12,1,2 -19075601,2010,2,4,1.25 -40213230,2018,1,11,1.7272727272727273 -40213201,2022,3,11,2.727272727272727 -19075601,2022,8,14,1.3571428571428572 -19018935,1989,4,1,1 -19126352,2010,6,6,2 -40171902,1994,12,2,5 -1539411,2001,4,3,1.6666666666666667 -40213201,1999,3,1,1 -40171902,2017,8,4,2.25 -40213314,2019,12,24,1.7916666666666667 -40213227,1998,7,2,2 -40213260,2023,2,17,1.7058823529411764 -40213299,2021,9,18,2.9444444444444446 -40213160,2022,10,34,2.264705882352941 -40213154,2007,12,13,1.6923076923076923 -40213154,2006,12,12,1.9166666666666667 -19126352,2017,6,3,1.3333333333333333 -40213296,2017,6,19,2.526315789473684 -40213320,2019,9,27,2 -19133768,2019,12,4,1 -40171902,1995,3,1,2 -19075601,2014,5,10,1.4 -1332419,2014,5,5,1.8 -19126352,1967,11,2,3 -40213154,1964,5,2,1.5 -40213183,2023,2,13,2.3846153846153846 -1539411,2004,6,4,2.5 -19075601,2007,1,8,1.75 -40213227,2005,7,1,4 -40213227,1992,11,3,2 -19075601,2021,2,7,1.4285714285714286 -1545959,2014,1,1,1 -19126352,2019,10,10,1.7 -40163554,2015,7,4,2.5 -40213304,2020,6,22,3.6363636363636362 -1332419,2003,2,1,1 -19126352,2020,11,6,1.3333333333333333 -19133768,2020,11,2,1 -40213230,2019,7,9,1.8888888888888888 -40213201,2019,6,5,7.6 -40213154,2001,5,16,2.0625 -40213154,1996,4,9,2.2222222222222223 -19126352,2002,12,4,2.25 -19075601,2009,12,4,1.5 -40213180,2014,12,21,2.857142857142857 -40213299,2020,11,20,1.85 -40213304,1994,10,1,2 -40213299,1995,4,1,2 -40213160,1994,10,1,2 -1539411,1998,1,2,1 -1332419,1996,9,3,3 -19075601,2000,10,5,1.4 -40213230,2016,3,14,2 -1539411,2020,12,2,1.5 -40213154,1960,11,2,3 -40213154,1957,10,2,3 -40213154,1954,10,1,1 -40213251,2022,11,18,1.7222222222222223 -40213296,2017,10,16,2.3125 -40213296,2013,9,16,2.625 -40213306,2016,12,12,2.9166666666666665 -40213216,2020,3,12,3 -40163554,2002,7,1,1 -19018935,2002,7,1,1 -40171902,2002,7,1,1 -40213299,2015,2,11,2.090909090909091 -19133768,2021,6,2,1 -19133768,1987,1,1,1 -40220960,2022,3,8,1 -19126352,2016,9,4,1.75 -1539411,2013,1,3,2 -19126352,2003,9,6,1.3333333333333333 -40220960,1996,7,2,1 -19126352,2000,12,4,6.5 -1539411,2000,12,4,6.5 -19133768,2000,4,1,1 -40213201,1992,2,1,2 -40220960,1997,7,1,1 -40213201,1991,5,4,3.5 -19018935,2015,2,3,2 -40213154,1989,11,11,1.5454545454545454 -40213154,1990,11,12,1.5 -1539411,2015,7,4,2 -1539411,2019,7,4,1.75 -19018935,2012,12,5,2 -19126352,2002,1,2,1 -19075601,2001,12,9,1.6666666666666667 -40171902,2018,3,5,2.2 -19126352,1994,10,3,2.3333333333333335 -19126352,1993,6,2,2 -40171902,2022,5,7,1.7142857142857142 -19133768,2007,6,2,1 -40213227,2000,6,4,2.25 -40213230,2020,5,8,5.875 -40213216,2019,9,14,2.0714285714285716 -19126352,1987,2,2,1.5 -40213227,2009,9,1,3 -40213154,2012,10,21,2.2857142857142856 -19075601,2022,9,7,1.5714285714285714 -40171902,2012,2,1,2 -19126352,2003,8,1,5 -1332419,2013,9,2,1.5 -19075601,2015,8,13,1.6153846153846154 -40220960,2014,11,4,1 -1539411,1996,4,3,1.6666666666666667 -40213251,2017,4,14,1.7142857142857142 -40213154,1969,10,2,3 -19018935,2004,7,3,4.333333333333333 -40171902,2023,1,1,1 -1539411,2012,1,3,1.6666666666666667 -40213251,2018,10,18,1.8333333333333333 -40213183,2018,10,18,1.8333333333333333 -40220960,2015,7,7,1 -40220960,2014,3,2,1 -19075601,2001,1,5,1.6 -1310034,2011,1,1,1 -40213320,2015,5,21,1.8095238095238095 -40163554,2011,4,2,1 -40213260,2018,9,19,3.4210526315789473 -19126352,1986,11,1,2 -40213201,1990,12,1,2 -40213154,1993,12,9,5.222222222222222 -40213154,1982,12,2,1.5 -1539411,2003,7,3,4.333333333333333 -46275916,2006,5,1,1 -19018935,2017,6,5,3 -40220960,2017,3,5,1 -40213201,2020,7,9,3 -40213154,1976,9,2,1.5 -40213260,2017,2,19,2.8947368421052633 -19018935,2019,8,4,1.25 -40171902,2019,8,4,1.25 -40220960,1993,9,1,1 -40213154,1992,7,7,2.142857142857143 -1539411,2009,4,2,2.5 -40163554,2016,5,6,3 -40213230,2013,6,3,1.3333333333333333 -40163554,1995,9,2,1 -19126352,1983,4,2,2 -40213201,2005,8,1,3 -19075601,2016,10,11,1.1818181818181819 -19126352,1996,2,2,1.5 -19126352,2001,11,3,9.333333333333334 -19075601,2002,3,6,1.3333333333333333 -40213227,2002,7,1,4 -40213198,2010,3,2,2 -19126352,1998,8,5,2.2 -40220960,2015,4,3,1 -19126352,2012,2,2,6 -19075601,2012,2,2,6 -40213230,2013,10,10,2.7 -40213154,2005,6,18,1.6111111111111112 -40213216,2022,2,12,2.1666666666666665 -40220960,2020,12,2,1 -1332419,2000,11,2,2.5 -19018935,2021,1,3,2 -40213260,2013,6,5,1.6 -19126352,2008,9,5,2.2 -19018935,2021,12,3,1.3333333333333333 -40163554,2013,3,3,2 -19126352,1990,5,2,3.5 -1545959,2008,6,2,1 -40171902,2006,4,4,2 -40213227,2007,6,2,4 -40220960,2017,11,5,1 -19126352,1974,10,2,2.5 -40213201,2015,5,6,1.5 -19018935,2022,12,4,1.75 -19018935,2003,11,1,2 -40171902,2013,4,2,1.5 -40213251,2015,1,19,2.789473684210526 -40213314,2017,5,26,1.7307692307692308 -40163554,2000,12,1,1 -40213201,2014,12,10,1.5 -19126352,1995,12,3,1.3333333333333333 -40213227,2006,6,1,2 -1332419,2001,11,1,25 -40213227,2010,5,4,2 -40171902,1981,12,3,1.3333333333333333 -40213306,2022,9,4,2 -1539411,2003,4,2,4 -40213201,1989,10,3,1.3333333333333333 -1539411,2009,7,2,2 -46275916,2018,9,2,1 -40220960,2007,4,1,1 -40163554,2021,5,4,1.75 -40220960,2008,7,1,1 -40213154,2003,1,11,1.8181818181818181 -19075601,2016,6,6,2.5 -1310034,2020,1,1,1 -40213201,2002,4,2,1 -1545959,2019,5,2,1 -19126352,2019,6,3,1.3333333333333333 -40213296,2020,2,13,2.5384615384615383 -1332419,1995,4,4,1.5 -40213154,2005,10,11,1.6363636363636365 -40213306,2013,12,10,2.1 -19126352,1993,10,2,1 -1539411,1993,3,2,3.5 -40213160,1990,3,1,1 -40213160,1985,7,1,1 -40213154,1990,3,4,1.25 -40213154,1989,3,5,1.2 -1545959,2016,7,2,1 -19018935,2012,1,3,1.3333333333333333 -40163554,1988,1,1,2 -40163554,2023,4,4,2.75 -19126352,2001,3,1,1 -19133768,2005,8,2,1 -1332419,2001,3,2,1 -40213154,1961,8,1,1 -19133768,2003,10,2,1 -1545959,2003,10,2,1 -19075601,2003,10,10,1.4 -40213296,2001,2,1,2 -19075601,2009,1,3,1.6666666666666667 -40213227,2000,10,3,1.6666666666666667 -40220960,2018,12,6,1 -40213160,2011,5,1,1 -40213281,2010,12,1,1 -40213306,2019,5,12,1.9166666666666667 -19075601,1999,2,2,1.5 -19126352,1963,3,1,1 -46275916,2003,4,1,1 -40213154,1953,11,2,1.5 -40213227,2002,4,1,1 -1539411,2001,7,5,2.6 -40213154,1994,6,10,2.6 -40220960,2021,11,2,1 -19126352,1989,12,1,5 -19126352,2009,5,2,1.5 -40163554,1985,4,1,2 -19018935,1985,4,1,2 -40171902,2008,7,2,2 -1332419,2022,12,2,1.5 -19126352,2013,7,4,1.25 -19075601,2013,7,7,1.1428571428571428 -19133768,2013,7,2,1 -40213306,2017,5,4,1.5 -40171902,2010,10,2,1 -40213198,2011,10,1,1 -19126352,1978,11,2,1 -40163554,2009,5,1,1 -40213201,2022,11,8,2.875 -19126352,1998,9,4,1.75 -1545959,2011,5,2,1 -1332419,2018,4,3,6 -19126352,2011,8,4,1.25 -1539411,2011,8,3,1.3333333333333333 -40213230,2005,7,1,1 -19126352,2015,2,3,1.6666666666666667 -40163554,1992,3,1,4 -40213251,2021,6,13,1.9230769230769231 -19126352,2018,6,7,1.2857142857142858 -40213260,2010,5,1,2 -1539411,2008,7,4,2.25 -40243436,2013,4,1,1 -19126352,1969,1,1,1 -1539411,2016,12,2,2.5 -40213154,1968,12,4,2.25 -40213154,1965,12,3,1.6666666666666667 -19133768,2022,6,1,1 -40163554,1982,6,1,11 -46275916,2021,10,2,1 -19018935,2006,10,2,1.5 -40171902,2020,1,6,3.6666666666666665 -1332419,2020,5,4,2.5 -40213154,1962,12,1,3 -19075601,2017,5,6,1 -1332419,2017,5,2,1 -1539411,2018,5,3,2.3333333333333335 -40213201,2017,5,11,2.4545454545454546 -46275916,2021,6,2,1 -40220960,2020,1,4,1 -1539411,2021,8,4,1.25 -19075601,2004,5,4,1.25 -40171902,1985,3,1,2 -40171902,2010,6,2,2.5 -19126352,2020,3,6,2.6666666666666665 -19075601,2020,3,8,2.25 -19018935,2011,1,6,1.5 -19126352,2004,7,6,1.6666666666666667 -19075601,2011,1,9,1.1111111111111112 -19018935,1980,11,1,1 -1332419,2010,12,4,1.5 -19018935,2009,2,1,1 -19018935,2005,4,2,2 -40171902,2005,4,2,2 -40213306,1990,1,1,4 -19126352,2006,3,2,2 -1539411,2016,1,2,2 -19126352,2004,4,1,1 -40213154,1988,9,4,2.5 -19126352,2016,8,6,1.6666666666666667 -1539411,2002,5,5,2.2 -40213154,1991,1,9,2.3333333333333335 -46275916,2020,10,1,1 -1539411,1998,12,3,1.3333333333333333 -40213201,1994,2,2,2 -19018935,1999,6,1,2 -1332419,1999,7,1,2 -1310034,2021,2,2,1 -19126352,1964,11,1,1 -19075601,1998,4,4,1.5 -1539411,2015,4,8,6 -40213299,2016,9,15,2.4 -1539411,2013,12,1,2 -1545959,2016,4,2,1 -46275916,1991,8,1,1 -1539411,2020,1,2,2 -1332419,2013,8,2,2.5 -40171902,2006,7,2,1 -40171902,2015,5,5,3.8 -19075601,2007,12,3,1.3333333333333333 -1332419,1996,8,1,2 -40213227,2004,9,2,2 -40163554,2007,4,3,1.6666666666666667 -40213201,2002,7,1,2 -19018935,2018,6,2,2 -19126352,2018,10,6,1.5 -19018935,1987,1,2,3 -19126352,1986,3,1,1 -40213306,2020,3,10,1.7 -1332419,2018,7,2,1 -1545959,2006,2,2,1 -40163554,2004,10,2,3.5 -40171902,2004,10,2,3.5 -40171902,1984,12,1,17 -1332419,2019,5,3,6 -19126352,1976,7,1,1 -19018935,2010,11,1,2 -40213227,2007,10,1,2 -19126352,1991,8,4,1.5 -40213154,1988,8,5,1.6 -40243436,2001,6,1,1 -40171902,2021,2,1,2 -40243436,2006,1,1,1 -40213227,1997,2,3,2 -19126352,1995,1,3,3.3333333333333335 -19133768,1996,10,1,1 -19133768,2022,10,2,1 -40213154,1954,6,2,3.5 -19018935,2016,8,4,1.5 -1310034,2017,8,1,1 -40243436,2023,2,1,1 -40163554,2000,1,2,1.5 -1539411,2019,4,4,1.75 -40213227,2012,5,2,3 -19133768,2012,7,1,1 -1545959,2012,5,1,1 -1539411,1996,7,2,1.5 -1332419,1999,4,1,7 -40220960,2001,12,3,1 -19133768,2021,10,2,1 -1539411,2007,5,4,2 -40213306,2001,9,1,7 -40213306,2000,9,1,7 -40213227,2001,9,2,4 -1545959,2005,3,1,1 -40163554,2012,11,2,1.5 -19018935,2000,8,2,1.5 -40171902,2000,8,2,1.5 -40220960,2002,10,1,1 -40163554,2020,9,2,1.5 -1545959,2005,11,2,1 -1310034,1991,1,1,1 -19126352,1985,12,1,1 -1310034,2023,4,1,1 -19126352,2006,11,1,3 -1545959,2008,10,2,1 -1332419,1997,3,1,3 -19018935,2020,2,1,1 -40213154,1956,1,1,2 -19075601,2008,5,4,1.75 -19133768,2003,6,1,1 -1545959,2003,6,1,1 -19075601,2003,6,2,1.5 -19133768,1985,3,2,1 -40213154,1983,7,3,2 -19133768,1997,9,2,1 -19018935,2014,5,3,1.6666666666666667 -40171902,2014,5,3,1.6666666666666667 -19075601,2005,12,2,1 -40163554,2019,2,2,2 -46275916,2004,4,1,1 -40163554,2015,4,2,1.5 -19126352,1994,6,1,1 -40171902,2009,10,2,3 -19126352,2021,2,3,2 -40163554,1991,8,4,2.75 -40163554,1981,3,1,5 -19133768,2004,8,2,1 -19126352,1962,4,1,2 -40171902,2016,2,2,2 -19126352,2014,9,4,2 -19126352,1988,2,3,1.6666666666666667 -40243436,2002,1,1,1 -40213154,1958,6,2,4.5 -40213154,1957,6,2,4.5 -40163554,2017,5,4,1.25 -19126352,1992,11,1,4 -46275916,2020,6,1,1 -19018935,2008,10,2,2 -1332419,2012,3,4,1.75 -46275916,1991,9,1,1 -19018935,2006,6,1,2 -40163554,1997,1,1,2 -19018935,1997,1,1,2 -19018935,2017,10,4,1.75 -40213154,1958,10,1,5 -40213201,2008,1,1,2 -19126352,1982,9,1,1 -1545959,2014,12,1,1 -19018935,2011,12,2,1 -1539411,1993,11,1,1 -19126352,2007,2,3,1 -19133768,2001,4,2,1 -40213154,1945,8,1,2 -40213154,1946,9,1,2 -40163554,1999,9,1,1 -40213154,1971,6,1,4 -40213154,1967,5,1,4 -40213154,1969,6,1,4 -40213227,2013,5,1,1 -40163554,2004,6,1,2 -40171902,2004,6,1,2 -19126352,1992,3,3,2 -1310034,2006,3,1,1 -40220960,2013,11,1,1 -1310034,2020,12,2,1 -1539411,2012,12,2,2 -40171902,2009,6,2,9.5 -40243436,2013,7,1,1 -40171902,1991,2,1,2 -1539411,1997,12,1,1 -19133768,2023,5,1,1 -40213227,1994,12,1,1 -19018935,1991,5,1,15 -1545959,2002,1,1,1 -19133768,2016,11,1,1 -19018935,1998,12,1,2 -40171902,1998,12,1,2 -1332419,1998,2,2,1.5 -19126352,2010,10,5,1.6 -1332419,2004,2,2,1.5 -1332419,2008,2,1,2 -19126352,1954,5,1,2 -40163554,1994,4,1,2 -19018935,1994,4,1,2 -40213227,2008,12,3,1.3333333333333333 -40163554,1986,4,1,2 -1310034,2005,3,1,1 -1545959,2009,3,1,1 -19126352,1980,6,2,1 -1332419,1997,11,1,3 -1545959,2013,11,1,1 -40213154,1972,2,2,1.5 -40213154,1970,2,2,1.5 -19133768,2014,10,1,1 -40213154,1974,11,2,2 -40213154,1971,10,1,2 -19126352,1934,12,1,2 -1545959,2022,8,2,1 -1332419,2012,11,4,7 -19018935,1984,2,1,1 -40171902,2017,9,1,2 -19126352,1983,7,2,1.5 -19133768,1998,7,1,1 -19075601,1998,7,2,1.5 -19133768,1995,5,1,1 -1539411,1994,2,3,2.6666666666666665 -19018935,1975,12,2,2 -40171902,1981,1,2,2 -19126352,1975,12,1,2 -40220960,2008,4,1,1 -1310034,2005,11,1,1 -1310034,2019,9,1,1 -19018935,2008,6,1,1 -40243436,2004,5,1,1 -19126352,1967,3,2,2 -40163554,1998,11,1,1 -1545959,2002,12,1,1 -19018935,1988,6,1,1 -40163554,1998,3,2,5 -40213198,2010,11,1,1 -19133768,2019,1,1,1 -19126352,1958,4,1,1 -40213154,1955,4,2,1 -40213154,1949,3,1,1 -40243436,2007,2,1,1 -40163554,1984,7,1,2 -1310034,2007,2,1,1 -1545959,2001,1,1,1 -40213227,1996,5,1,2 -40171902,2011,5,1,2 -40243436,2003,2,1,1 -40213299,1996,3,1,2 -40213251,1996,3,1,2 -1310034,1998,9,1,1 -19126352,1991,9,2,2 -40213154,1959,2,1,2 -19133768,2011,7,1,1 -19126352,1977,3,1,4 -1545959,2022,9,1,1 -19133768,2020,3,1,1 -40213314,2001,12,1,1 -40213160,2001,12,1,1 -40213281,2002,12,2,1 -40213227,1992,3,2,2 -40213227,1993,5,1,1 -1332419,2002,6,1,2 -40243436,2016,12,1,1 -19133768,2001,7,1,1 -40213154,1965,1,2,2 -40213154,1962,1,2,2 -40213154,1956,12,1,2 -46275916,1988,6,1,1 -1310034,1994,6,1,1 -40213260,2006,1,1,2 -19018935,1989,7,1,1 -19133768,2005,9,1,1 -1539411,1992,7,1,1 -19126352,1950,12,1,1 -19126352,1955,8,1,1 -40213227,2005,4,1,1 -40163554,1996,8,1,1 -19018935,1996,8,1,1 -1545959,1998,5,1,1 -19126352,1970,10,1,2 -19018935,2010,3,1,2 -1545959,2018,2,1,1 -40213227,2006,10,1,2 -40213227,2008,1,1,3 -40243436,2011,6,1,1 -1539411,1992,4,1,2 -19018935,2016,9,1,2 -46275916,2018,8,1,1 -40220960,2009,5,1,1 -46275916,2017,7,2,1 -46275916,2022,3,1,1 -40243436,2022,5,1,1 -46275916,1990,6,1,1 -40213154,1982,1,1,4 -1539411,2017,1,1,11 -19133768,2000,7,1,1 -19018935,1980,3,1,1 -40213227,2009,8,1,1 -40171902,1995,11,1,2 -40213154,1968,1,1,2 -40213296,2008,3,1,2 -1545959,1999,6,1,1 -19133768,2013,4,1,1 -40163554,2001,12,1,2 -19018935,2001,12,1,2 -19018935,2007,9,1,1 -40213306,1988,5,1,24 -40243436,2010,5,1,1 -19133768,1998,4,1,1 -40213201,2001,4,1,2 -40220960,2013,3,1,1 -19126352,1965,3,1,2 -19126352,1955,9,1,2 -40213154,1950,2,1,1 -1310034,2014,1,1,1 -1539411,2021,9,1,1 -40163554,2020,11,5,2 -40213154,2022,11,658,2.4574468085106385 -40213154,2023,1,638,2.324451410658307 -40213154,2017,12,577,2.3015597920277298 -40213154,2013,11,560,2.330357142857143 -40213154,2021,12,666,2.3063063063063063 -40213154,2018,12,601,2.3410981697171382 -40213154,2015,11,606,2.2293729372937294 -40213227,2018,8,78,2.282051282051282 -40213160,2019,4,32,3.03125 -40213281,2018,11,36,2.6944444444444446 -40213281,2020,1,39,2.1538461538461537 -40213198,2019,1,36,1.7777777777777777 -40213320,2022,3,30,2.6 -40213281,2015,2,52,2.4423076923076925 -40213154,2022,3,700,2.4514285714285715 -40213227,2022,11,62,2.596774193548387 -19075601,2000,5,3,2.3333333333333335 -40213306,2018,2,13,3.5384615384615383 -40213160,2016,11,26,2.1153846153846154 -40213281,2016,11,41,2.1707317073170733 -19126352,2008,11,3,1.3333333333333333 -46275916,2018,3,2,1 -40213154,2016,12,583,2.221269296740995 -40213154,2008,11,19,1.7894736842105263 -40213154,2009,11,15,1.8 -40213154,2015,3,631,2.316957210776545 -19075601,2019,11,6,1.5 -40213180,2014,4,27,1.8888888888888888 -40213154,2018,1,683,2.288433382137628 -40213154,2021,1,644,2.2857142857142856 -40213299,2018,7,15,2.1333333333333333 -40213314,2017,10,15,2.3333333333333335 -40213160,2018,1,30,1.8 -40213216,2016,7,22,2 -40213304,2016,5,28,2.7142857142857144 -40213314,2017,6,32,2.3125 -40213198,2016,12,42,2.357142857142857 -40213281,2021,3,42,3.0238095238095237 -40213154,2016,1,679,2.43740795287187 -40213260,2021,8,20,1.8 -40213251,2017,12,25,2.76 -40213251,2014,3,17,3.4705882352941178 -40213160,2021,9,43,2.5813953488372094 -40213198,2017,12,41,2.4146341463414633 -40213281,2018,3,47,2.234042553191489 -40213198,2017,1,49,2.9183673469387754 -40213299,2022,9,16,1.75 -40213251,2022,9,17,1.588235294117647 -40213198,2022,3,40,2.175 -40213198,2021,12,46,2.282608695652174 -40163554,2022,2,8,2.5 -40213154,2017,1,694,2.537463976945245 -40213154,1993,7,11,2.3636363636363638 -40213251,2013,9,20,1.7 -40213320,2019,11,26,2.1538461538461537 -40213281,2019,9,45,2.1555555555555554 -40213281,2016,3,52,2.173076923076923 -40213260,2015,1,16,1.875 -40213296,2022,1,14,2.142857142857143 -40213227,2021,8,71,2.183098591549296 -40213227,2014,3,67,2.4776119402985075 -19075601,2007,4,8,2.875 -40213198,2018,5,48,1.9583333333333333 -40213201,2019,5,5,2.8 -40213154,2019,5,659,2.289833080424886 -40213183,2018,5,23,2.217391304347826 -40213251,2018,5,23,2.217391304347826 -40213304,2013,7,25,1.56 -40213314,2013,11,27,1.8888888888888888 -40213160,2014,2,39,2.6153846153846154 -40213281,2013,11,51,2.0392156862745097 -40213260,2018,3,18,2 -40213296,2021,12,10,2 -40213251,2013,8,20,2 -40213154,1996,1,14,4.785714285714286 -40213230,2018,7,11,2 -40213227,2016,6,65,2.1538461538461537 -40213180,2015,8,34,2.0294117647058822 -40213198,2016,1,52,2.4423076923076925 -40213227,2017,7,74,2.0135135135135136 -40213306,2017,10,8,1.625 -40213160,2015,5,40,2.225 -40213320,2016,6,27,1.8518518518518519 -40213320,2015,6,22,1.9545454545454546 -40213304,2017,11,27,2.074074074074074 -40213306,2022,3,7,1.5714285714285714 -40213180,2022,3,22,1.5454545454545454 -40213227,2022,3,78,1.8717948717948718 -40213227,2015,10,69,2.0434782608695654 -40213320,2018,3,35,2.057142857142857 -40163554,2020,3,2,1.5 -40213160,2016,3,42,2.119047619047619 -40213180,2014,7,19,2 -40213201,2020,12,9,3.111111111111111 -40213198,2019,12,39,2.1025641025641026 -40213320,2017,11,20,2.05 -40213227,2016,10,79,2.759493670886076 -1545959,2009,9,2,1 -40213154,2007,7,17,1.8235294117647058 -40213154,2006,7,15,1.9333333333333333 -40213154,2001,6,13,2.1538461538461537 -40213251,2022,8,27,1.9259259259259258 -40213299,2022,8,29,2.2758620689655173 -40213281,2021,11,46,1.9565217391304348 -40213281,2022,2,49,2.4081632653061225 -40213227,2021,9,66,2.4696969696969697 -40213160,2013,7,27,2.2962962962962963 -40213198,2014,4,35,2.1142857142857143 -19075601,2020,8,13,1.4615384615384615 -40213314,2019,4,31,1.903225806451613 -40213216,2016,4,21,2.857142857142857 -40213314,2016,6,25,2.64 -40213281,2020,12,45,3.088888888888889 -40213320,2021,1,28,2.357142857142857 -40213230,2019,1,10,2.8 -19018935,2021,4,3,2.6666666666666665 -40213227,2013,10,53,2.811320754716981 -40213183,2014,5,17,2.235294117647059 -40213314,2014,5,29,3.103448275862069 -40213201,2017,6,9,2.3333333333333335 -40163554,2016,6,3,1.3333333333333333 -40213180,2017,2,23,3.217391304347826 -19075601,2015,3,12,1.5833333333333333 -40213201,2022,8,7,2.142857142857143 -40220960,2017,9,6,1 -40213227,2020,9,87,2.2873563218390807 -40213299,2023,2,19,2.9473684210526314 -40213299,2021,11,20,2.9 -40213314,2020,12,29,3.5517241379310347 -40213198,2020,12,49,2.816326530612245 -19075601,2007,7,6,1.3333333333333333 -40163554,2003,12,1,2 -40213314,2016,10,30,2.966666666666667 -40213251,2020,7,23,2.217391304347826 -40213160,2022,5,34,2.5588235294117645 -40213230,2015,2,7,2 -40213320,2017,3,25,2.28 -19126352,2002,7,10,1.4 -40213320,2020,5,23,3.217391304347826 -40213320,2016,10,22,2.3636363636363638 -40213227,2018,9,72,3 -40213320,2018,11,18,2 -40213227,2014,11,63,2.253968253968254 -40213227,1992,8,5,2.8 -40213296,2021,1,14,1.9285714285714286 -40213299,2016,3,17,2.1176470588235294 -40213299,2014,6,19,2.263157894736842 -40213198,2013,12,54,2.6481481481481484 -19126352,2001,8,4,1.5 -1332419,2001,8,3,1.6666666666666667 -40213306,2019,10,10,1.2 -40213227,2015,6,70,2.585714285714286 -40213198,2022,11,40,2.4 -40213180,2022,11,22,1.9545454545454546 -40213306,2023,6,4,3.25 -40213180,2023,6,13,2.076923076923077 -40213227,1993,10,2,1.5 -40213154,2001,10,20,1.75 -40213154,1995,10,9,2.2222222222222223 -40213154,1997,10,14,1.5714285714285714 -1539411,2021,3,4,5 -40213183,2022,6,11,2.5454545454545454 -19075601,2016,5,11,1.2727272727272727 -40213296,2019,2,17,2.1176470588235294 -40213296,2022,12,12,1.9166666666666667 -40213154,1994,5,10,3.2 -40213201,2014,7,9,2.111111111111111 -40213314,2021,4,24,2.2916666666666665 -40213299,2016,11,19,2.3157894736842106 -40213304,2015,3,25,2.08 -40213304,2014,7,26,2.5 -40213314,2015,8,30,3 -40213198,2015,8,51,2.7058823529411766 -40213230,2021,1,11,2.3636363636363638 -40213296,2013,11,16,2 -40213198,2020,1,43,1.9069767441860466 -40213251,2021,5,19,2.473684210526316 -40213183,2017,7,23,2.6956521739130435 -40213230,2021,12,11,3.1818181818181817 -40213320,2021,12,30,2.533333333333333 -19133768,1987,4,1,1 -40213154,1978,10,4,1.5 -40213154,1979,10,5,6.4 -1539411,2012,4,5,1.2 -40213180,2018,1,27,2.074074074074074 -40213320,2014,1,25,2.28 -40213227,2023,2,71,1.8309859154929577 -19075601,2008,10,10,1.5 -1539411,1997,7,4,2 -1332419,1995,1,7,3.2857142857142856 -40213154,2004,2,16,2.4375 -40213154,2002,2,14,2.5 -1539411,2020,4,3,1.6666666666666667 -19075601,2022,11,11,1.8181818181818181 -19126352,2020,8,7,1.7142857142857142 -40213198,2014,7,41,3.2195121951219514 -40213201,2020,1,7,1.8571428571428572 -40213154,1981,9,4,1.75 -40213154,1974,8,6,2.5 -40213314,2018,6,30,2.3333333333333335 -40213216,2018,9,14,1.7857142857142858 -40213299,2020,9,12,1.5833333333333333 -40213160,2018,12,30,1.7333333333333334 -40213281,2023,3,38,2.0789473684210527 -40213304,2021,1,22,3.3636363636363638 -40213180,2018,12,21,3.1904761904761907 -40213296,2015,8,20,1.75 -19133768,2011,12,1,1 -19018935,1990,1,2,3.5 -40213154,2006,4,9,2 -40213154,2003,4,15,1.9333333333333333 -1332419,2023,2,3,1.6666666666666667 -19018935,2007,3,1,2 -40213198,2023,1,40,2.45 -40213304,2019,2,32,2.125 -19075601,2017,10,7,1.8571428571428572 -1539411,2016,7,2,1.5 -40213154,2010,6,13,2.3846153846153846 -1539411,2019,1,3,1.6666666666666667 -40243436,2013,1,1,1 -40213230,2022,8,10,4.9 -19126352,2004,1,3,1.3333333333333333 -40213201,2001,12,2,1.5 -40213304,2014,4,19,2.3157894736842106 -40213299,2014,10,15,1.8666666666666667 -40213281,2019,8,42,2.2857142857142856 -40213230,2020,10,5,2.2 -40213320,2022,11,28,2.1785714285714284 -40213299,2017,9,17,2 -40213314,2015,9,31,2.193548387096774 -40213198,2015,9,44,2.159090909090909 -40213216,2023,3,15,1.8 -40213160,2019,7,34,1.911764705882353 -19126352,1967,9,1,2 -40213320,2015,10,28,2.357142857142857 -40213304,2022,6,21,1.6666666666666667 -1545959,2002,7,4,1 -40213154,1995,6,13,2.3846153846153846 -40213180,2021,8,21,2.4285714285714284 -40213230,2016,8,4,2 -40213180,2016,8,19,1.9473684210526316 -40213180,2021,9,24,2.2083333333333335 -19075601,2018,9,16,1.625 -40213306,2016,7,9,1.8888888888888888 -40213227,2017,4,59,1.9491525423728813 -40213304,2022,10,24,1.875 -40213201,1991,10,2,2.5 -40213154,1985,9,6,2 -40213227,2020,8,56,2.25 -19018935,2011,7,4,1.75 -40213230,2018,4,6,2.1666666666666665 -40213180,2016,9,25,1.64 -19018935,2013,10,3,3.6666666666666665 -40213299,2021,3,16,1.9375 -40213160,2020,9,31,2.096774193548387 -1332419,2014,6,4,1.75 -19075601,2014,6,5,1.6 -40213227,2013,6,25,2.12 -40213201,2017,10,8,4.25 -40213183,2020,8,16,1.8125 -40213160,2020,8,37,2.72972972972973 -19126352,2003,3,4,1.5 -40213154,2012,5,20,1.9 -40213180,2015,9,19,2.6315789473684212 -40213216,2020,8,24,3.2916666666666665 -19126352,2000,7,2,1.5 -1539411,2000,7,1,2 -40213227,2003,8,2,2 -40213154,2000,7,13,1.9230769230769231 -40213201,2022,9,10,2.7 -40213314,2021,7,33,2.9393939393939394 -40213304,2021,12,25,2.16 -40163554,2018,2,2,1.5 -40213154,1968,7,3,2.3333333333333335 -40213154,1967,6,3,1.3333333333333333 -40213154,1964,6,1,1 -40213216,2014,2,16,2.25 -40213251,2014,11,17,2.3529411764705883 -40213216,2013,12,19,2.1052631578947367 -40213281,2014,5,46,2.652173913043478 -40213216,2015,6,22,2.727272727272727 -40213251,2019,12,20,2.05 -40171902,1997,9,5,2 -40220960,2015,12,4,1 -40163554,2012,9,5,1.2 -46275916,2021,5,3,1 -40213216,2019,11,20,1.9 -40213314,2020,1,26,2.076923076923077 -40220960,2019,1,6,1 -19075601,2018,8,8,1.75 -40213230,2019,12,8,2.375 -40213183,2013,11,16,2.3125 -40213251,2015,4,20,3.75 -40213230,2022,9,8,1.875 -40213251,2016,8,24,2.625 -40171902,2022,6,3,2.3333333333333335 -19133768,1993,4,1,1 -40213154,1991,4,8,1.75 -40213216,2020,9,15,2 -40213304,2020,5,30,1.8666666666666667 -40213160,2021,8,32,2.28125 -19126352,1990,10,1,1 -40213183,1981,2,1,1 -40213154,1988,3,8,1.375 -40220960,2019,12,7,1 -19126352,2014,11,5,2.4 -40213251,2023,4,24,1.875 -40213314,2019,7,34,1.8235294117647058 -40213314,2018,10,25,1.6 -40213216,2018,8,20,2.3 -40213251,2020,4,20,2.3 -40213183,2021,10,21,1.8571428571428572 -40213198,2021,1,55,2.5454545454545454 -46275916,1973,6,1,1 -1539411,2002,10,1,1 -40213216,2019,3,20,1.9 -19126352,2010,5,2,1.5 -19018935,2012,4,3,1.3333333333333333 -40213304,2015,11,33,2.4545454545454546 -1539411,2019,12,4,2.5 -1332419,2020,10,3,1.3333333333333333 -1545959,2023,1,3,1 -19018935,2003,8,2,2 -40213154,1982,4,5,2.4 -19075601,2014,10,9,1.4444444444444444 -1332419,2014,10,5,1.8 -40171902,2022,10,6,2 -40213304,2023,2,17,2.0588235294117645 -1539411,2013,4,4,1.75 -40213227,2005,1,3,1.3333333333333333 -40213154,2011,2,15,1.8 -40213154,2009,3,19,2.6315789473684212 -40213154,2013,3,22,3.090909090909091 -40213154,2008,3,16,2.6875 -40171902,2017,11,3,4.333333333333333 -40213201,2015,6,7,1.8571428571428572 -40213251,2017,1,21,2.7142857142857144 -40213299,2018,4,19,2 -19075601,2005,4,8,1.25 -40213227,1996,10,1,2 -40213154,1998,10,15,1.6 -1545959,2017,8,4,1 -1310034,2019,3,1,1 -40213260,2018,11,14,3.5714285714285716 -40213154,1990,8,7,1.5714285714285714 -40213296,2016,6,16,2.8125 -40163554,1990,8,1,2 -40243436,1997,8,1,1 -1310034,1997,8,1,1 -40213180,2019,2,24,2.0833333333333335 -40213201,2021,2,10,2.7 -19126352,2005,2,9,1.8888888888888888 -1332419,2005,2,8,2 -1539411,2005,2,8,2 -40220960,2010,2,1,1 -40213320,2014,12,23,2.739130434782609 -40171902,2007,6,3,1.6666666666666667 -40213306,2022,11,7,2.2857142857142856 -40220960,2022,8,8,1 -40163554,1989,4,1,1 -40163554,2021,10,4,2 -19126352,2009,6,4,1.25 -46275916,2017,12,4,1 -40213230,2023,2,11,3.272727272727273 -40163554,1994,12,2,5 -19018935,1994,12,2,5 -40213306,2020,8,10,1.7 -19075601,2001,4,7,1.1428571428571428 -40171902,1990,2,1,2 -19075601,2013,12,7,1.4285714285714286 -1545959,2003,5,1,1 -19075601,2003,5,5,1.4 -19133768,2003,5,1,1 -19126352,1985,7,3,1 -1332419,2017,10,3,2 -1545959,2013,9,2,1 -40213198,2013,1,1,2 -1332419,2017,6,3,1.3333333333333333 -19075601,2017,6,9,1.2222222222222223 -40213296,2018,6,14,3.4285714285714284 -40213201,2014,4,9,2.6666666666666665 -19126352,1989,7,2,3.5 -40213306,2019,6,7,2 -40163554,1995,3,1,2 -40213154,2005,5,16,1.9375 -40213154,2000,4,18,2.0555555555555554 -1539411,2014,5,5,1.8 -1539411,1997,4,1,4 -40220960,2012,6,2,1 -19075601,2004,6,7,2.2857142857142856 -40213154,1965,7,1,5 -40213154,1996,12,15,1.8666666666666667 -19126352,2016,3,2,3.5 -19126352,2011,3,3,1.3333333333333333 -1539411,2011,3,3,1.3333333333333333 -19018935,2016,3,1,3 -1545959,2012,10,2,1 -1332419,2012,9,4,1.75 -40213198,2010,9,3,3 -40213154,2003,7,10,1.8 -40213306,2013,7,11,3 -40213260,2021,9,15,4.666666666666667 -1545959,2019,10,3,1 -40220960,2018,4,7,1 -1539411,2012,7,6,1.6666666666666667 -19133768,2009,4,1,1 -19075601,2009,4,4,1.75 -40213299,1999,8,1,1 -40213180,2008,3,1,1 -40213320,2009,4,1,1 -40171902,2020,7,2,3 -19018935,2000,11,3,1 -40171902,2000,11,3,1 -19126352,1965,9,2,2 -40213306,2015,10,7,1.8571428571428572 -19126352,1961,2,2,1 -1332419,2019,10,5,2.2 -40171902,2006,1,2,1.5 -1539411,2009,12,1,2 -40213306,2020,9,9,2.111111111111111 -19133768,2008,2,2,1 -40213154,1998,6,7,3.5714285714285716 -1539411,1996,1,3,2 -40213314,1994,7,1,2 -40213160,1994,5,1,2 -19075601,1998,1,9,2.111111111111111 -40213230,2020,6,6,2.6666666666666665 -40213299,2017,8,19,2.736842105263158 -40213154,1961,11,2,3 -40213183,2019,2,13,2.076923076923077 -40163554,2002,1,3,1.6666666666666667 -19018935,2002,1,3,1.6666666666666667 -40171902,2002,1,3,1.6666666666666667 -40213304,2017,3,25,2.24 -19075601,2022,3,15,1.8 -19133768,2016,9,2,1 -19126352,2013,1,3,2 -19075601,2013,1,5,1.6 -1332419,2020,6,5,3 -40213306,2021,10,6,3.8333333333333335 -19018935,2003,9,2,2 -40213260,2020,2,16,2.125 -46275916,1991,3,1,1 -40213154,1993,4,11,1.7272727272727273 -40213299,2020,8,16,2.6875 -19126352,2000,4,2,1 -19126352,1998,3,5,1.8 -40213296,2018,10,16,2.4375 -40213296,2016,10,15,3.2 -40213227,1996,6,3,2 -40213154,1997,6,10,3.6 -1545959,2014,4,2,1 -40213296,2017,5,17,1.4705882352941178 -1539411,2001,12,5,1.8 -40220960,2014,8,2,1 -19018935,1998,4,2,2 -40171902,1998,4,2,2 -19126352,2020,9,9,1.5555555555555556 -19075601,2020,9,12,1.4166666666666667 -1310034,2005,8,2,1 -1332419,1996,11,4,1.75 -19133768,2020,8,2,1 -40213306,2016,4,14,1.8571428571428572 -40220960,2021,8,7,1 -40213230,2016,9,8,1.75 -40213251,2016,9,20,3.1 -40171902,2017,3,4,1.75 -40213201,2018,2,6,2.6666666666666665 -1332419,2018,12,6,1.6666666666666667 -40220960,2017,8,4,1 -40213260,2022,5,13,1.6923076923076923 -1310034,2016,6,1,1 -46275916,2016,6,1,1 -40213306,2017,6,8,2.875 -40213183,2017,4,14,1.7142857142857142 -40163554,2023,1,1,1 -40213251,2015,7,17,4.764705882352941 -40163554,1991,3,1,2 -40220960,2022,9,2,1 -19018935,2011,4,2,1 -40213154,1988,11,7,1.7142857142857142 -40213154,1992,12,7,6.142857142857143 -19133768,2020,9,1,1 -40213251,2019,1,18,3.5 -40163554,2017,6,5,3 -19126352,1993,5,2,2 -40220960,2006,1,1,1 -19126352,1968,6,2,1 -19133768,1986,4,1,1 -19126352,1970,5,3,2.3333333333333335 -40213154,1991,7,7,3.5714285714285716 -19018935,2022,4,7,1.8571428571428572 -40171902,2011,6,2,2.5 -19126352,1992,9,2,1.5 -40171902,1995,9,2,1 -40213227,2004,11,2,1.5 -1539411,2010,2,3,1.3333333333333333 -19133768,1991,12,2,1 -1545959,2004,2,3,1 -19075601,1997,2,21,2.238095238095238 -40213183,1995,2,1,2 -40213281,1997,2,2,1.5 -40213320,2019,3,28,1.75 -46275916,2010,9,1,3 -19018935,2000,3,5,1.6 -40171902,2000,3,5,1.6 -46275916,2018,11,1,2 -19018935,1991,6,2,2.5 -40171902,1997,8,2,1.5 -40171902,2003,2,4,1.5 -19075601,2015,11,10,2.4 -40213299,2013,7,14,2 -46275916,2006,10,1,1 -40220960,2013,8,4,1 -40213201,2016,2,4,4.25 -40213306,2015,6,11,1.7272727272727273 -40213260,2014,2,16,1.6875 -19075601,2002,9,2,1 -40213296,2015,9,16,1.75 -40213154,2010,10,18,2.111111111111111 -40213314,2022,2,15,2.1333333333333333 -40213306,2014,2,7,1.5714285714285714 -40163554,2012,8,1,1 -40171902,2013,12,3,2 -1539411,2003,1,3,3 -40163554,1999,11,2,2.5 -19075601,2008,6,5,1.4 -19126352,2008,3,4,1.5 -40213183,2020,9,12,2 -40213296,2023,6,10,4 -40163554,2007,12,4,1.75 -1539411,2001,1,3,1.6666666666666667 -40163554,1992,9,2,1 -40163554,2004,5,2,2 -40171902,2004,5,2,2 -19126352,1992,8,1,1 -19126352,2016,11,4,2 -40213260,2015,12,13,1.4615384615384615 -1332419,1995,12,3,1.3333333333333333 -40243436,2013,12,2,1.5 -1310034,2013,2,1,1 -19075601,2019,3,12,2.5 -19133768,1993,7,3,1 -19018935,2010,9,3,2 -19126352,1991,3,1,2 -19075601,2011,7,11,1.7272727272727273 -40213216,2017,5,22,1.7727272727272727 -40171902,2011,10,3,1.3333333333333333 -1539411,1995,2,1,3 -1310034,2020,7,3,1 -19126352,2002,4,4,1.75 -19126352,1954,10,1,1 -40213201,2015,10,3,1.3333333333333333 -19075601,2023,3,7,2.5714285714285716 -19075601,2009,7,4,1.5 -40163554,2001,7,2,2 -19018935,2001,7,2,2 -40171902,2018,8,7,4.428571428571429 -19126352,2003,11,5,1.4 -40220960,2016,10,4,1 -1539411,2020,7,6,2 -19126352,1986,8,1,2 -19126352,2019,5,5,4 -1332419,2019,6,1,2 -40213216,2015,10,14,2.642857142857143 -19126352,1995,4,4,1.5 -40243436,2017,6,1,1 -40163554,1977,7,1,1 -40171902,1981,7,3,2.3333333333333335 -40213304,1985,12,1,1 -40213160,1985,12,1,1 -1539411,2008,1,2,1 -40163554,2002,12,4,1.75 -19018935,2002,12,4,1.75 -40171902,2002,12,4,1.75 -40163554,2013,9,1,2 -40171902,2023,4,4,2.75 -1545959,2005,8,2,1 -1332419,2013,11,2,1.5 -1539411,1992,1,4,1.5 -1539411,2009,1,2,2 -1332419,1997,9,2,1 -40171902,2006,12,2,1.5 -40213183,2022,10,14,2.142857142857143 -40213216,2011,2,1,1 -40213251,2011,11,1,1 -40213314,2011,11,1,1 -40213304,2010,10,1,1 -40213198,2011,5,1,1 -40243436,2009,7,1,1 -1539411,1999,2,2,1.5 -19126352,1999,2,2,1.5 -40163554,2015,1,2,2 -19126352,1958,12,1,1 -40213154,1951,8,1,1 -19075601,2001,7,7,2.142857142857143 -19075601,2002,8,4,1 -40213227,1995,6,2,1.5 -19018935,2023,3,3,1.3333333333333333 -1539411,1993,9,3,2 -19126352,1989,4,2,2 -19018935,2007,11,2,1.5 -1539411,1993,8,1,1 -1332419,2018,1,6,2.5 -1539411,2016,4,2,2 -19126352,1950,7,1,1 -40213154,1948,6,2,1.5 -19018935,2005,12,2,2 -40171902,2005,12,2,2 -40163554,2021,6,1,5 -19018935,1999,5,2,3.5 -1539411,2013,7,2,1.5 -40213201,2012,10,1,1 -40171902,2009,5,1,1 -40163554,2010,2,3,1.6666666666666667 -1332419,2022,4,4,1.75 -19133768,2015,2,1,1 -40213183,2021,6,13,1.9230769230769231 -40220960,2020,7,3,1 -1539411,2018,6,4,1.5 -1545959,2022,3,1,1 -1539411,2000,4,1,1 -1545959,2016,12,4,1 -40213201,2012,6,1,1 -40220960,2018,7,3,1 -40171902,1992,10,1,2 -40163554,2006,10,2,1.5 -40243436,2021,10,2,1 -40243436,2018,12,1,1 -1310034,2018,12,1,1 -1332419,2012,8,6,1.8333333333333333 -19126352,1967,8,1,1 -40213160,1963,12,1,3 -1332419,2016,2,3,2 -19126352,2017,5,3,1 -40171902,1987,11,1,1 -1332419,1999,12,3,2 -19126352,2018,5,3,3 -40243436,2021,6,2,1 -1332419,2010,7,4,1.5 -19018935,2022,7,5,3.4 -19018935,2008,5,3,2.3333333333333335 -19018935,2021,7,6,5.833333333333333 -40163554,1998,8,3,2.6666666666666665 -40171902,2010,5,4,2 -40163554,2011,1,6,1.5 -19126352,2004,12,4,2.25 -40213296,1997,3,1,2 -46275916,2019,2,1,1 -40213201,1995,5,1,2 -19126352,2011,11,1,2 -1539411,2011,11,1,2 -46275916,2002,3,1,1 -19018935,1990,12,2,4 -1545959,2012,6,1,1 -40213154,2007,4,8,1.875 -40213154,1990,9,4,2 -40213154,1989,9,4,2.5 -40163554,1979,4,2,1.5 -1332419,2002,5,5,2.2 -40220960,2006,12,2,1 -40213154,1992,1,11,2 -19075601,1998,12,4,1.25 -40243436,2020,10,1,1 -40213227,2008,7,2,1.5 -1539411,2017,7,3,3 -19018935,2012,7,2,2.5 -40213227,2009,3,5,4.6 -40163554,1996,3,1,2 -19018935,1996,3,1,2 -19018935,2014,6,2,1.5 -40171902,2014,6,2,1.5 -40213154,1948,10,1,1 -19126352,2013,12,2,2 -19018935,2019,3,2,1.5 -40171902,2019,3,2,1.5 -1545959,2002,4,1,1 -40213306,2021,6,5,2.2 -40213201,1999,8,1,2 -40213227,2008,4,1,2 -19133768,2010,12,2,1 -40171902,2008,1,1,1 -40220960,2021,9,3,1 -1539411,2015,1,3,3.3333333333333335 -40213154,1984,2,1,1 -40213154,1980,2,3,1.3333333333333333 -19126352,1980,5,2,8.5 -19126352,1997,2,4,1.5 -1545959,1997,2,3,1.3333333333333333 -1332419,2013,3,6,2.6666666666666665 -19133768,2016,8,3,1 -40163554,1984,12,1,17 -1332419,2009,2,2,3 -40171902,2015,10,2,1.5 -40213154,1989,8,6,1.5 -19018935,1991,10,2,2.5 -19133768,1994,10,1,1 -19126352,2014,3,2,2.5 -40163554,2000,7,1,2 -1545959,2015,8,3,1 -40213227,2009,11,2,1.5 -1310034,2008,2,1,1 -40213227,2007,5,2,1.5 -40171902,2018,9,1,1 -1539411,2021,11,2,4 -19018935,2013,6,2,1.5 -1545959,1996,10,1,1 -40213154,1956,7,1,5 -19126352,1991,11,3,1.3333333333333333 -1539411,2003,12,3,2 -40213201,2002,12,1,2 -40163554,2016,10,2,1.5 -40220960,2020,4,4,1 -1332419,2000,8,2,1.5 -40213230,2014,2,2,6 -19133768,2002,5,1,1 -19126352,1948,10,1,2 -1539411,2007,6,1,2 -19018935,2004,12,2,1.5 -40243436,2000,4,1,1 -1310034,2000,4,1,1 -19133768,2004,3,2,1 -19126352,1990,6,5,3 -19126352,1995,7,1,1 -1332419,2015,2,2,2 -40213154,1971,5,1,2 -40220960,2001,4,1,1 -40220960,2007,1,1,1 -40213201,1997,4,2,1.5 -19133768,2005,3,1,1 -1332419,1999,1,4,9.75 -40213227,2005,12,1,1 -40171902,2015,6,2,2 -40220960,1999,1,1,1 -40213227,2001,3,1,2 -19133768,2005,11,2,1 -40213230,2017,5,5,1.8 -46275916,2017,1,2,1 -40213154,1977,2,2,1.5 -19133768,2019,7,2,1 -40213198,2012,10,1,2 -19126352,1998,11,2,1.5 -19133768,2012,1,2,1 -1332419,2007,3,4,3.75 -40220960,2016,6,1,1 -40220960,2013,9,1,1 -40213154,1976,3,2,1.5 -40213227,1999,5,3,1.3333333333333333 -40213154,1963,2,2,1.5 -19126352,1983,1,1,2 -19126352,1939,3,1,2 -40213227,1993,6,2,3.5 -40213154,1979,6,2,2 -40213154,1982,7,1,2 -40213154,1978,6,2,2 -19126352,1985,4,3,2 -40243436,2004,10,1,1 -40213296,2013,3,1,1 -40163554,2013,8,1,1 -40213227,2004,3,1,6 -19018935,2018,5,1,2 -19133768,1994,6,1,1 -40163554,2009,10,2,3 -1332419,2021,2,3,2 -19018935,1995,6,1,2 -1545959,1999,5,2,1 -1545959,2017,9,3,1 -1310034,2014,7,1,1 -1310034,2014,4,1,1 -1539411,2018,10,5,1.4 -40213154,1962,4,1,2 -40213154,1956,4,2,1.5 -40213154,1952,2,2,1 -1310034,2002,1,1,1 -19133768,2019,4,1,1 -40213154,1962,7,3,3.3333333333333335 -19018935,2017,5,4,1.25 -40163554,1992,8,2,1.5 -40243436,2016,7,1,1 -19126352,2009,10,3,1 -19126352,2006,8,4,1.25 -40243436,2020,6,1,1 -1545959,2019,6,2,1 -40213154,1954,5,3,3.6666666666666665 -40213154,1985,8,2,2 -40163554,2006,6,1,2 -46275916,2013,10,2,1 -40220960,2009,6,1,1 -40213260,2006,7,1,2 -19018935,1993,1,1,1 -40163554,2017,10,4,1.75 -40213296,2005,10,1,2 -1539411,2004,5,3,1.3333333333333333 -19133768,2006,8,2,1 -19018935,2005,1,1,3 -40171902,2005,1,1,3 -40213201,2002,1,2,2.5 -40220960,2014,9,4,1 -40213201,1998,11,1,1 -40163554,2011,12,2,1 -19133768,2014,5,2,1 -1545959,2001,4,2,1 -19133768,2007,5,1,1 -40213201,2005,11,1,1 -19018935,1975,7,1,2 -40163554,2001,4,2,2.5 -19018935,2001,4,2,2.5 -40220960,2015,1,5,1 -40213154,1973,6,2,3 -1545959,2011,6,1,1 -1545959,2009,8,1,1 -40163554,2015,12,1,1 -40163554,2009,6,2,9.5 -40163554,2003,1,3,2 -1545959,2007,2,2,1 -40213306,1994,4,1,2 -40213154,1964,10,1,2 -40213154,1967,10,2,1.5 -19018935,2019,11,2,1 -40171902,2019,11,2,1 -19075601,2004,10,2,1 -40213260,2006,4,1,2 -19126352,1986,9,1,1 -40171902,1994,4,1,2 -40171902,1986,4,1,2 -40213154,1946,3,2,4 -40213154,1945,3,1,2 -40213201,2007,6,1,2 -1332419,2007,11,3,6.666666666666667 -40213201,2008,7,1,2 -40213154,1976,11,1,2 -40213154,1973,10,1,2 -40213227,2012,10,4,2 -40171902,2007,10,2,2.5 -40243436,2019,9,1,1 -40171902,2001,9,1,1 -19075601,2011,4,1,1 -1539411,2015,12,1,1 -19126352,2001,9,3,1.3333333333333333 -1332419,2001,9,2,1.5 -1332419,2022,7,1,2 -40213227,1995,10,1,2 -40213227,1994,7,1,1 -1310034,2016,10,1,1 -46275916,2016,10,1,1 -40213260,2007,2,1,2 -1545959,2022,11,1,1 -19018935,2014,10,1,2 -40171902,2014,10,1,2 -40171902,1984,7,1,2 -19133768,2001,1,1,1 -19126352,1971,5,1,2 -1332419,2010,4,1,2 -1310034,2003,2,1,1 -1539411,1998,7,1,2 -40213281,2001,12,1,1 -19126352,1976,1,1,1 -1539411,2002,6,1,2 -1545959,2001,7,1,1 -40213227,2000,5,1,2 -40213154,1955,12,1,2 -46275916,1988,5,1,1 -46275916,1994,6,1,1 -40213306,1992,5,1,5 -40243436,1992,5,1,1 -40163554,1989,7,1,1 -1545959,2005,9,1,1 -19018935,2004,1,3,1.3333333333333333 -19126352,1969,7,1,1 -40213154,1968,4,1,1 -19126352,2006,9,1,2 -40213227,2002,1,1,2 -40213154,1983,12,2,3 -40171902,1981,4,1,2 -19126352,1954,6,1,2 -40213306,2004,4,1,1 -1332419,2000,9,1,1 -1310034,2001,9,2,1 -46275916,2001,9,2,1 -1539411,1992,12,1,2 -19133768,2018,2,1,1 -40163554,1993,2,2,2 -40171902,1993,2,2,2 -1545959,1998,10,1,1 -40213227,1992,9,1,1 -19018935,1982,8,1,2 -40171902,2020,4,1,2 -1310034,2009,11,1,1 -40243436,1986,6,1,1 -40171902,1996,7,1,2 -40213201,2009,11,1,2 -40213154,1975,2,1,1 -1310034,2022,3,1,1 -19133768,2009,7,1,1 -40220960,2002,5,1,1 -19126352,1955,3,1,2 -40163554,1995,11,1,2 -40171902,1999,2,1,1 -40213201,2003,2,1,1 -40213227,1998,1,1,1 -1539411,2008,12,1,2 -40213160,2007,3,1,1 -40213281,2002,7,1,1 -1545959,2015,9,1,1 -40243436,2022,10,1,1 -19133768,2017,5,1,1 -40213154,1958,5,1,1 -40213154,1957,5,1,1 -19126352,1965,8,1,1 -19133768,1998,1,1,1 -19126352,1974,5,1,1 -40213306,1987,4,1,24 -40213154,1983,1,1,2 -1310034,2010,5,1,1 -40213227,2006,5,1,2 -40163554,2008,2,1,1 -40213306,2011,10,1,2 -19126352,1958,1,1,1 -19133768,2022,5,1,1 -40213154,2018,5,665,2.2330827067669174 -40213154,2023,5,618,2.5064724919093853 -40213154,2016,5,625,2.3232 -40213154,2019,12,636,2.279874213836478 -40213304,2018,9,28,2 -40213304,2018,8,24,1.75 -40213314,2019,10,16,1.75 -40163554,2019,9,3,10 -40213154,2020,9,676,2.36094674556213 -40213154,2014,8,624,2.2131410256410255 -40213154,2015,2,594,2.4494949494949494 -40213154,2017,5,648,2.1527777777777777 -40171902,2020,10,4,1.75 -40213154,2014,9,597,2.2562814070351758 -19075601,1999,9,3,2.6666666666666665 -40213154,2011,11,14,2.2857142857142856 -40213281,2015,3,51,2.1372549019607843 -40213154,2019,1,680,2.320588235294118 -40213183,2022,4,21,2.238095238095238 -40213314,2018,7,23,2 -40213160,2017,8,34,2.235294117647059 -40213198,2018,1,43,2.0697674418604652 -40213281,2017,8,38,2.1578947368421053 -40213227,2015,7,64,2.34375 -40213154,2020,8,663,2.4615384615384617 -40213183,2017,6,20,2 -40213314,2016,7,28,2.25 -40213304,2016,12,31,1.8387096774193548 -40213281,2017,9,51,2.8627450980392157 -40213160,2013,6,13,2 -40213260,2017,8,23,3.1739130434782608 -40213216,2017,1,18,2.8333333333333335 -40213314,2021,10,29,1.7586206896551724 -40213281,2022,3,44,2.4545454545454546 -40213154,2022,2,660,2.3636363636363638 -19126352,2002,10,3,1 -1545959,2002,10,2,1 -40213154,1999,8,14,1.8571428571428572 -40213154,1997,7,18,2 -40213154,1995,7,13,1.9230769230769231 -40213180,2019,11,21,2.3333333333333335 -40213160,2015,1,32,3.78125 -40213304,2014,10,37,3.081081081081081 -1539411,2007,4,5,3 -40213154,2021,5,641,2.4726989079563184 -19075601,2005,10,6,1.1666666666666667 -1332419,1994,8,16,2.5625 -40213154,2003,10,16,2.0625 -40213154,1999,9,15,2.3333333333333335 -40213260,2018,2,20,2.15 -40213160,2018,5,46,1.565217391304348 -40213227,2016,7,76,2.1842105263157894 -40213251,2017,5,16,2 -40213227,2014,2,46,1.7608695652173914 -40213154,1994,1,8,2.5 -40213296,2023,4,21,3.0476190476190474 -40213180,2020,9,20,2.3 -40213216,2015,4,22,2.5454545454545454 -40213160,2019,10,40,2 -40213251,2023,6,11,1.6363636363636365 -40213304,2022,4,24,2.3333333333333335 -40213216,2022,9,14,1.7142857142857142 -40213160,2022,12,34,2.0294117647058822 -40213227,2017,10,82,2.5853658536585367 -40213251,2021,12,24,2.375 -40213304,2017,2,27,1.962962962962963 -40213314,2017,4,31,1.7741935483870968 -40213160,2017,9,41,3.024390243902439 -40213180,2014,6,16,2.125 -40213251,2018,12,16,1.9375 -40213183,2018,12,16,1.9375 -40213198,2018,12,44,1.7272727272727273 -40213296,2018,4,14,1.7142857142857142 -40213320,2017,2,25,1.88 -40213227,2023,3,65,3.3384615384615386 -40213296,2014,8,21,1.9047619047619047 -40213180,2017,3,20,2.9 -40213230,2017,12,4,1.5 -40213320,2020,1,30,2.2333333333333334 -40213230,2015,11,9,2.111111111111111 -40213180,2018,5,24,2.5 -40163554,2018,11,3,1.3333333333333333 -19126352,2000,6,5,1.6 -1539411,2000,6,4,1.75 -40213154,2000,6,13,2.076923076923077 -40213154,2003,6,16,1.9375 -40213216,2021,9,23,2.260869565217391 -40213198,2022,2,39,2.1794871794871793 -40213281,2022,11,47,1.702127659574468 -40213304,2013,10,20,2.15 -40213299,2014,4,9,1.6666666666666667 -40213160,2013,10,30,2 -40213251,2018,1,16,1.8125 -40213183,2018,1,16,1.8125 -40213216,2016,6,15,2.933333333333333 -40213299,2018,6,22,2.8181818181818183 -40213304,2016,1,29,2.206896551724138 -40213314,2016,4,26,2.6923076923076925 -40213296,2020,8,19,2.6842105263157894 -40163554,2021,4,3,2.6666666666666665 -40213299,2015,8,23,2.652173913043478 -40213281,2018,2,43,2.697674418604651 -40213160,2015,12,42,1.9523809523809523 -19018935,2018,12,4,1.5 -40213227,2019,9,77,2.2987012987012987 -1539411,1998,6,2,3 -40213260,2019,8,20,2.5 -40213227,2019,8,66,3.015151515151515 -40213304,2021,5,33,2.6363636363636362 -40213198,2021,5,50,2.44 -40213281,2021,2,39,2.3846153846153846 -19075601,2007,10,1,2 -40213306,2018,11,13,4.153846153846154 -40213281,2015,11,58,2.706896551724138 -40213227,2017,6,65,3.0153846153846153 -40163554,2016,7,3,1.6666666666666667 -40213198,2016,5,56,2.1964285714285716 -40213201,2018,3,8,2.125 -19133768,2023,4,2,1 -1539411,2002,7,6,1.6666666666666667 -40213230,2019,5,8,1.625 -40213260,2016,9,23,2.217391304347826 -40213230,2018,6,9,1.8888888888888888 -40213180,2017,11,15,2.066666666666667 -19126352,2007,9,4,5.25 -19075601,2000,12,6,4.666666666666667 -40213216,2014,3,11,1.7272727272727273 -40213183,2014,12,17,2 -40213304,2014,6,21,4 -40213314,2014,12,27,2.037037037037037 -40213160,2014,3,28,2.5357142857142856 -40213198,2014,6,33,2.393939393939394 -40213314,2014,1,21,1.9047619047619047 -40213281,2014,1,49,1.7755102040816326 -40213299,2015,9,18,2.5555555555555554 -40213306,2017,7,14,2.2857142857142856 -40213216,2022,8,14,1.5 -40213198,2023,5,40,2.6 -40213230,2015,3,7,2.7142857142857144 -40213154,1993,10,9,2 -1332419,2021,3,4,5 -1539411,2014,1,6,1.5 -40213320,2018,2,13,1.6153846153846154 -40213216,2017,12,12,2.0833333333333335 -46275916,2017,5,1,1 -40213230,2023,3,12,3.4166666666666665 -40213180,2013,11,17,3.0588235294117645 -40213160,2016,2,37,1.945945945945946 -40213281,2016,2,49,2.020408163265306 -1332419,2022,6,6,1.8333333333333333 -40213227,2015,4,72,2.5694444444444446 -40213260,2015,5,15,2.3333333333333335 -19018935,1993,5,1,2 -40243436,2003,9,1,1 -1539411,1996,5,1,2 -40213154,1996,5,11,3.090909090909091 -40163554,2014,8,6,2 -40213304,2020,12,22,2.090909090909091 -40213314,2022,3,24,2.125 -40213314,2021,6,21,1.8571428571428572 -40213306,2014,3,9,1.4444444444444444 -40213320,2016,4,19,1.8421052631578947 -40213320,2015,4,24,2.375 -40213216,2014,11,16,3.0625 -40213183,2015,8,23,2.347826086956522 -40213160,2019,6,35,2.1714285714285713 -40213160,2014,11,27,2.962962962962963 -40213320,2022,2,36,2.388888888888889 -40213281,2014,12,48,2.1041666666666665 -40213296,2017,1,20,2.95 -19075601,2016,12,10,1.3 -46275916,2021,1,2,1 -19075601,2008,4,5,1.2 -40213299,2018,10,17,3 -40213216,2016,10,16,3.25 -40213314,2017,7,33,2.787878787878788 -40213296,2014,9,25,3.04 -40213154,1984,11,9,4.333333333333333 -40171902,1994,6,2,1.5 -1545959,2007,3,1,1 -40213227,2000,1,3,12.666666666666666 -1332419,2020,4,3,1.6666666666666667 -40213180,2014,10,25,2.08 -19018935,2020,8,7,2.142857142857143 -40213216,2015,7,15,2.1333333333333333 -40213299,2014,7,20,2.75 -40213183,2019,3,21,2.0952380952380953 -40213314,2018,4,28,1.8571428571428572 -40213296,2018,7,15,1.8 -40213296,2016,7,19,1.6842105263157894 -40213314,2019,6,25,2.08 -40213320,2020,12,24,2.1666666666666665 -19126352,1951,3,1,1 -40213154,1952,3,2,1.5 -40163554,1984,5,1,1 -19075601,2022,2,15,1.6 -40213183,2015,9,14,1.9285714285714286 -19018935,2017,1,2,1 -19075601,2023,2,6,1.5 -1332419,2014,4,4,2 -19075601,2014,4,10,1.4 -40213299,2013,10,24,1.5416666666666667 -40213320,2013,11,23,2.9565217391304346 -40213183,2014,1,17,1.8235294117647058 -40213198,2017,5,48,2.0625 -40213183,2017,10,8,2 -40213296,2020,9,20,2.3 -40213304,2013,6,10,2.4 -19126352,2019,1,4,1.5 -40213227,2016,4,70,2.142857142857143 -40213154,2012,12,24,1.6666666666666667 -40213154,2004,11,18,1.6666666666666667 -1539411,1995,11,3,1 -19075601,1997,11,25,2.16 -40213198,2014,10,36,3.638888888888889 -40213304,2020,1,26,1.9230769230769231 -40213299,2013,6,10,1.6 -1545959,1999,12,3,1 -19075601,1997,3,17,1.8823529411764706 -40213306,2019,7,10,2.3 -40213160,2022,1,40,1.975 -40213154,2001,4,19,1.8421052631578947 -40213320,2016,7,23,2.217391304347826 -40213296,2019,3,18,1.8888888888888888 -1332419,2004,9,2,1.5 -40213320,2014,5,30,1.8666666666666667 -40213216,2023,2,12,3.5833333333333335 -40213281,2023,2,29,2.793103448275862 -40213180,2023,4,22,2.909090909090909 -40213154,1986,9,4,2 -40213154,1991,10,14,2 -40213306,2023,4,7,2 -40171902,2011,7,4,1.75 -19133768,2018,3,3,1 -40213260,2022,1,15,2.466666666666667 -19126352,2017,12,7,1.2857142857142858 -19133768,2017,12,4,1 -40213299,2019,9,15,2.2666666666666666 -40243436,2010,4,2,1 -40213306,2019,4,3,1.6666666666666667 -40163554,2002,5,3,4.666666666666667 -19018935,2002,5,3,4.666666666666667 -40171902,2002,5,3,4.666666666666667 -40213251,2015,10,25,2.88 -40213154,1965,6,1,1 -40213260,2017,9,16,2.625 -40213299,2016,2,21,2.4761904761904763 -40213304,2015,2,23,3 -19018935,2013,7,2,1.5 -40213306,2017,4,10,2.4 -19126352,2007,8,5,2.8 -40171902,2012,9,5,1.2 -40163554,2022,3,4,1.5 -19075601,2011,10,4,1.5 -40213201,2016,11,7,1.7142857142857142 -40213227,2013,7,84,2.1666666666666665 -40213296,2022,5,10,1.4 -40213251,2020,10,22,1.8636363636363635 -19126352,2013,5,4,2.25 -19075601,2013,5,4,2.25 -1332419,1994,9,32,1.71875 -1539411,1991,9,19,1.7894736842105263 -40213260,2013,12,23,2.4782608695652173 -40163554,2001,6,4,1.5 -19018935,2001,6,4,1.5 -40213201,2016,3,9,1.8888888888888888 -40213260,2020,11,11,4.454545454545454 -40213230,2021,5,8,2.5 -40213320,2021,5,23,3.4347826086956523 -40213183,2016,8,24,2.625 -19018935,2022,6,3,2.3333333333333335 -40163554,2008,11,1,1 -40213154,1984,3,11,1.4545454545454546 -40213281,2020,5,50,2.08 -40213304,2019,3,23,1.8695652173913044 -40213198,2019,5,54,2.537037037037037 -40213304,2022,7,22,2 -40213304,2023,3,32,2.9375 -40213306,2018,3,8,1.75 -40213183,2022,7,16,1.75 -40213216,2021,8,18,1.6666666666666667 -1332419,2009,11,2,3.5 -19126352,2019,12,8,1.75 -1539411,2020,10,3,1.3333333333333333 -40213154,1980,3,6,2 -19018935,2022,10,6,2 -40213314,2022,11,17,2 -46275916,2012,1,1,1 -40213154,2005,1,14,2.0714285714285716 -19075601,2000,1,4,3.25 -40213154,2011,3,24,2.75 -40213183,2021,4,20,3.1 -40213230,2020,7,11,1.6363636363636365 -40213154,2012,1,18,1.8333333333333333 -40213251,2019,5,17,2.9411764705882355 -40213320,2019,2,17,1.7058823529411764 -19126352,1988,8,2,1.5 -40213154,2002,11,11,1.5454545454545454 -46275916,2019,3,1,1 -40213154,2004,3,10,2.5 -40213154,2002,3,15,2.6 -19126352,2005,11,8,1.875 -1332419,2005,11,6,2.1666666666666665 -1539411,2005,11,6,2.1666666666666665 -40213154,1993,6,11,2.8181818181818183 -40213154,1991,6,6,3.1666666666666665 -19126352,1995,10,1,1 -40213154,2005,12,12,1.75 -40220960,2015,5,6,1 -40213251,2015,6,15,3.6666666666666665 -40213251,2014,2,24,2.9583333333333335 -40213154,1966,8,3,3 -40213154,1970,9,3,1.6666666666666667 -1332419,2010,6,4,2.5 -19018935,2021,10,4,2 -19075601,2009,6,6,1.3333333333333333 -19075601,2015,2,6,1.3333333333333333 -40213260,2022,12,9,1.6666666666666667 -40213180,2020,8,26,1.7307692307692308 -19126352,2003,2,3,1 -40163554,2008,3,4,1.25 -19018935,2009,9,4,2 -40213154,1998,7,17,1.8235294117647058 -40213201,2019,1,8,3 -40213251,2021,1,22,1.7727272727272727 -1539411,2017,10,3,2 -40213230,2018,10,3,1.6666666666666667 -1539411,2017,6,3,1.3333333333333333 -40213260,2014,11,8,1.875 -1539411,1991,8,23,1.9565217391304348 -40213201,2013,11,6,3.6666666666666665 -40213306,2021,7,8,1.75 -46275916,2007,1,1,1 -40213306,2016,10,9,4.222222222222222 -40213180,2022,2,29,1.9655172413793103 -19018935,2015,9,5,2 -40171902,1992,7,1,3 -19133768,2007,1,3,1 -40213154,1972,8,2,3 -40213154,1970,8,1,5 -40213154,1967,7,4,2.25 -40213227,1999,12,1,2 -40213154,1994,12,14,3 -1332419,2016,3,2,3.5 -1332419,2011,3,3,1.3333333333333333 -19126352,2012,9,7,1.4285714285714286 -19075601,2012,9,8,2.5 -19133768,2014,1,1,1 -19133768,2019,10,3,1 -40171902,2015,7,4,2.5 -19126352,2009,4,3,2 -40213201,2021,3,13,2.076923076923077 -40213154,1997,4,16,1.875 -40213154,1998,4,16,2.25 -40213154,1995,4,8,2.125 -40213299,2021,2,15,1.7333333333333334 -40213216,2019,2,22,1.6818181818181819 -40213183,2019,11,26,2.1153846153846154 -40213296,2017,12,15,1.8666666666666667 -40163554,2016,4,2,3 -19018935,2006,1,2,1.5 -1332419,2002,12,2,2 -40163554,2000,10,1,2 -40213227,2022,2,68,2.2205882352941178 -40213299,2019,8,19,2.4210526315789473 -19126352,2008,2,3,1.3333333333333333 -19018935,2000,2,4,2.25 -40171902,2000,2,4,2.25 -19133768,1996,12,2,1 -40213304,1994,1,1,2 -40213251,1995,4,1,2 -19126352,1996,9,4,2.5 -40213180,2019,3,20,3.35 -19126352,2000,10,4,1.5 -1539411,2000,10,3,1.6666666666666667 -19126352,1934,6,1,1 -40213154,1956,10,2,3 -40213304,2019,11,17,1.8823529411764706 -40213306,2022,2,14,2 -40163554,1997,6,2,2 -19018935,1997,6,2,2 -1332419,2013,2,1,2 -40213154,2013,2,19,1.4736842105263157 -40213183,2021,7,16,3.375 -40213251,2020,6,17,2.0588235294117645 -1539411,2020,6,5,3 -19075601,2010,8,6,1.3333333333333333 -40213227,2007,1,4,2.25 -40171902,1996,6,2,2 -40213154,1992,5,13,3.5384615384615383 -19075601,2016,1,6,1.3333333333333333 -1332419,2019,7,4,1.75 -40163554,2018,3,5,2.2 -40213306,2015,4,13,3 -40213306,2014,11,9,2 -40220960,1990,11,1,1 -40213154,1986,8,4,1.75 -19075601,2003,12,6,2 -40220960,2002,12,2,1 -40171902,2009,1,5,1.8 -40243436,2012,7,1,1 -40213260,2020,3,11,1.7272727272727273 -19075601,2021,8,14,1.0714285714285714 -40213183,2016,9,20,3.1 -19075601,2007,6,5,1.4 -19075601,2004,7,8,1.5 -40213154,2001,7,12,1.8333333333333333 -40213154,2000,10,15,1.5333333333333334 -40213154,1973,4,5,1.6 -40213154,1968,6,1,3 -40213201,2014,10,7,1.8571428571428572 -19126352,2018,12,7,1.5714285714285714 -40213201,2017,4,8,1.75 -19126352,2022,9,5,1.8 -1539411,2022,9,3,2 -1332419,2003,8,1,5 -40243436,2016,6,1,1 -40163554,2000,6,2,1 -40243436,2021,7,3,1 -19075601,2005,6,9,2 -19075601,2017,7,9,1.6666666666666667 -40213227,2012,4,3,1.6666666666666667 -19133768,1989,3,2,1 -40213260,2019,9,19,3.5789473684210527 -1545959,2021,11,4,1 -40243436,2011,1,1,1 -19126352,2014,2,2,1 -40213154,2008,2,18,2.388888888888889 -40171902,2011,4,2,1 -40163554,2009,4,4,1.75 -40220960,2016,4,5,1 -1539411,2003,5,2,2 -40213201,2002,5,3,1.6666666666666667 -40213314,2020,5,21,2.0476190476190474 -40213198,2020,5,44,1.8863636363636365 -40243436,1996,10,1,1 -19126352,1968,7,1,1 -19018935,2018,1,1,1 -40213230,2020,4,8,1.5 -40163554,2019,8,4,1.25 -40213320,2015,7,22,2.3181818181818183 -40171902,2022,4,7,1.8571428571428572 -19018935,2011,6,2,2.5 -19075601,2010,9,8,1.375 -19133768,2004,2,3,1 -19075601,2019,2,12,1.5833333333333333 -1539411,2016,10,3,1.3333333333333333 -1332419,1996,2,2,1.5 -19075601,2017,4,10,1.1 -40213306,1990,6,1,2 -1332419,2015,11,4,4.25 -40243436,2006,10,1,1 -19075601,2001,6,3,3.3333333333333335 -40171902,2020,6,5,2.8 -40213201,2009,2,2,2 -40213154,2009,2,18,2.388888888888889 -19133768,2005,2,1,1 -1332419,1998,8,5,2.2 -40213306,2021,4,9,1.7777777777777777 -40213154,1982,10,4,2.25 -40213306,2016,6,4,2 -40213260,2016,8,16,2.75 -40213154,2010,7,19,1.894736842105263 -40213154,2006,6,15,2.1333333333333333 -40213154,2007,6,12,2.3333333333333335 -1545959,2010,3,2,1 -40171902,2012,8,1,1 -1332419,2008,9,3,2.6666666666666665 -40220960,2018,6,4,1 -40163554,2014,9,1,1 -19075601,2003,1,4,2.5 -40171902,1999,11,2,2.5 -19126352,1994,12,4,2.25 -40213201,1991,7,1,2 -40163554,2006,4,4,2 -19018935,2014,7,6,2.3333333333333335 -40171902,2014,7,6,2.3333333333333335 -1539411,1998,10,1,2 -40213306,2015,7,6,1.8333333333333333 -19126352,2022,8,5,1.8 -1539411,2022,8,3,2.3333333333333335 -40213299,2023,3,21,2.3333333333333335 -40171902,2003,11,1,2 -40220960,2019,5,6,1.1666666666666667 -19018935,2004,5,2,2 -19018935,2013,4,2,1.5 -40213201,2019,12,11,2.3636363636363638 -40213306,2013,10,8,1.625 -1332419,2016,11,3,2.3333333333333335 -40163554,1989,6,1,3 -40213201,2018,11,7,3.2857142857142856 -19018935,2015,8,1,1 -19126352,1987,8,1,2 -40213227,1997,9,2,1.5 -40163554,2005,9,3,2.6666666666666665 -40213260,2014,3,17,2.3529411764705883 -1539411,2013,6,4,1.5 -40213230,2014,3,7,1.5714285714285714 -40213230,2017,1,6,2 -19126352,2021,9,4,1 -19075601,2021,9,7,1 -1332419,2015,3,7,2 -19018935,2011,10,3,1.3333333333333333 -40243436,2020,7,3,1 -19018935,1974,10,1,1 -1539411,2002,4,3,2 -40220960,2023,3,4,1 -19126352,1996,8,4,1.25 -19126352,2009,7,3,1.6666666666666667 -19075601,2008,7,5,2 -46275916,2020,1,1,1 -1332419,2020,7,6,2 -1539411,2010,11,4,3 -1539411,2016,6,4,3.25 -40213296,2019,11,17,3.2941176470588234 -40213154,2007,10,11,2.090909090909091 -40213154,2006,10,9,1.6666666666666667 -19133768,1993,10,1,1 -40213183,1990,3,1,1 -40213304,1985,5,1,1 -40213314,1985,7,1,1 -19018935,1988,1,1,2 -19126352,2005,3,3,1.3333333333333333 -1332419,2005,3,2,1.5 -1539411,2005,3,2,1.5 -40213227,2001,2,3,1.6666666666666667 -19018935,2006,12,2,1.5 -40213227,2006,12,1,2 -40213154,1973,7,2,1.5 -40213230,2014,11,9,1.6666666666666667 -40213299,2011,11,1,1 -40213304,2011,5,1,1 -40213314,2011,2,1,1 -40171902,2009,12,3,3.6666666666666665 -40171902,2021,9,3,1.3333333333333333 -1539411,1994,9,4,1.5 -40213154,1958,12,4,1.75 -40213154,1952,11,1,1 -40171902,2023,6,2,2 -19133768,2008,3,1,1 -40163554,1993,11,1,1 -40171902,1993,11,1,1 -19126352,2018,1,7,2.4285714285714284 -40213154,1971,12,1,2 -40213201,2015,4,9,2.111111111111111 -19075601,2014,7,4,1 -19075601,2011,6,3,1 -19018935,2021,6,1,5 -19133768,2022,12,2,1 -1332419,1998,9,2,2.5 -19133768,2011,5,2,1 -1539411,2018,4,3,6 -1310034,2013,11,1,1 -40213320,2006,7,1,1 -40213201,2013,3,1,5 -19018935,1992,3,1,4 -46275916,2013,4,1,1 -40213227,2010,7,6,1.3333333333333333 -1545959,2020,4,3,1 -40213154,1978,4,2,1.5 -19075601,2006,8,6,1.1666666666666667 -19126352,2012,8,6,1.8333333333333333 -19075601,2012,8,8,1.75 -40171902,2021,8,2,2.5 -19126352,1995,6,4,4.5 -1545959,2020,7,3,1 -40213227,2011,9,1,7 -40213154,1972,9,1,1 -40213154,1966,9,1,1 -40213154,1959,9,1,3 -19126352,2016,2,3,2 -19018935,1990,5,3,1.6666666666666667 -1332419,2018,5,3,2.3333333333333335 -40213296,2021,5,11,4.636363636363637 -40220960,2006,5,2,1 -19018935,2017,12,2,2 -40171902,2022,7,5,3.4 -19126352,2021,8,7,1.1428571428571428 -19126352,2004,5,4,1.25 -40171902,1981,6,2,3.5 -40171902,2008,5,3,2.3333333333333335 -40163554,2021,7,6,5.833333333333333 -40213154,2010,4,13,1.6153846153846154 -1310034,2015,9,1,1 -46275916,2015,9,1,1 -19126352,1948,7,1,1 -19126352,1935,11,1,6 -19075601,2001,10,3,2 -1310034,2019,2,1,1 -19126352,1969,6,3,3.6666666666666665 -19018935,2009,8,2,1 -40213230,2013,12,7,2.2857142857142856 -19126352,2010,12,6,1.3333333333333333 -1332419,2011,11,1,2 -1332419,2023,3,2,5.5 -40220960,2020,6,2,1 -19075601,2004,4,2,1 -19126352,1987,9,1,2 -46275916,1995,7,1,1 -40213154,1987,9,4,2.5 -19018935,1998,6,2,2.5 -40171902,1998,6,2,2.5 -1332419,2003,9,5,1.4 -40213227,2012,7,2,2 -40213201,2021,11,4,1.5 -40213306,2004,10,1,2 -19018935,2023,2,3,1.6666666666666667 -40171902,1996,10,3,2.3333333333333335 -1310034,2020,10,1,1 -40213260,2008,7,1,1 -1332419,2017,7,3,3 -40213201,2017,7,7,4.142857142857143 -40220960,2010,3,1,1 -1539411,2007,7,2,2 -19018935,2014,4,2,19 -40171902,2014,4,2,19 -19126352,2015,8,7,1.5714285714285714 -19133768,2018,11,2,1 -19133768,2021,12,1,1 -40213227,1993,7,1,1 -19018935,1986,9,1,1 -40163554,2006,7,2,1 -40163554,2015,5,5,3.8 -19133768,1999,8,1,1 -19075601,1999,8,5,1.4 -40213296,1996,9,1,2 -19133768,2007,12,1,1 -1545959,2016,5,4,1 -40171902,2007,4,3,1.6666666666666667 -1539411,1997,6,2,2 -1539411,2015,5,4,1.75 -19018935,2008,1,1,1 -19018935,2012,10,2,1.5 -19018935,2007,2,2,1.5 -19018935,1981,7,1,4 -1539411,2004,12,3,2.6666666666666665 -1545959,1996,7,1,1 -40163554,2009,7,2,3 -19133768,1997,2,3,1.3333333333333333 -1539411,2018,7,2,1 -40213296,2016,4,9,1.7777777777777777 -19018935,2005,5,1,1 -40171902,2005,5,1,1 -1539411,2019,5,3,6 -40213201,2020,5,7,5.428571428571429 -40213154,1969,12,1,1 -1545959,2007,11,2,1 -19126352,1990,7,1,3 -40163554,2010,11,1,2 -40213260,2006,10,2,1.5 -1332419,2004,8,1,1 -1332419,1995,5,1,2 -40243436,1996,6,1,1 -40213154,1987,8,6,2.3333333333333335 -40163554,2001,10,1,2 -19018935,2001,10,1,2 -19126352,1994,1,1,1 -19018935,1989,5,1,2 -19075601,2006,9,2,2 -1539411,2001,5,2,4.5 -40213201,2007,7,1,3 -40213201,2014,6,6,1.8333333333333333 -1332419,2021,11,2,4 -1545959,2022,2,2,1 -40213201,1990,10,1,2 -19126352,1999,11,3,1.3333333333333333 -1539411,1999,11,3,1.3333333333333333 -40243436,1955,4,2,1 -46275916,1955,4,2,1 -40171902,2016,8,4,1.5 -40213227,2013,4,1,2 -40163554,1986,5,1,1 -1539411,2010,3,2,3 -40213227,1997,8,1,2 -19126352,1974,1,2,1 -1332419,2019,4,4,1.75 -19126352,1989,10,3,1.6666666666666667 -1545959,2012,7,1,1 -1332419,2009,3,2,1 -40163554,1982,12,2,2 -40163554,2004,12,2,1.5 -40171902,2004,12,2,1.5 -40220960,1998,9,1,1 -1545959,2004,3,2,1 -40213227,1994,6,1,2 -40163554,2023,5,3,1.6666666666666667 -19133768,2012,5,1,1 -40213227,1999,1,1,2 -1539411,2013,10,4,3 -40213227,2002,5,4,1.5 -1310034,2014,6,2,1 -40213180,2006,9,1,2 -40220960,2007,5,1,1 -19018935,2020,9,2,1.5 -40163554,2003,5,4,1.75 -40213201,1995,12,1,1 -40243436,1991,1,1,1 -40213227,1995,7,3,1.6666666666666667 -19126352,1970,12,1,2 -1545959,2019,7,2,1 -19126352,1997,3,1,3 -40213260,2010,4,1,1 -40213227,2010,4,1,1 -40163554,2020,2,1,1 -40213154,1975,3,4,1.75 -40213154,1977,3,2,1.5 -40213154,1961,2,3,1.6666666666666667 -40213154,1958,1,2,1.5 -40213154,1957,1,1,2 -46275916,1998,7,1,1 -40213154,1980,11,2,2 -40220960,2008,5,1,1 -40220960,2009,7,1,1 -1545959,2018,8,2,1 -40213296,2013,2,1,1 -40220960,2003,2,1,1 -40213227,2000,12,1,2 -40213227,2007,12,1,1 -19018935,1984,8,1,1 -19018935,2019,2,2,2 -40171902,2019,2,2,2 -40243436,2004,4,1,1 -40171902,2015,4,2,1.5 -40213201,2015,7,2,1.5 -1539411,2021,2,3,2 -40171902,1991,8,4,2.75 -40213227,1995,4,2,1.5 -19126352,1976,5,1,2 -40213154,1954,1,1,1 -40213306,2013,6,5,1.6 -40213227,2006,1,2,3 -40213154,1946,2,1,1 -19018935,2016,2,2,2 -1545959,2008,1,1,1 -19018935,1991,4,1,1 -1545959,2019,4,1,1 -40213154,1964,7,3,3 -40213227,2009,2,1,1 -40220960,2018,10,2,1 -1310034,2016,7,1,1 -46275916,2016,7,1,1 -46275916,2012,12,2,1 -19075601,2009,10,4,1 -1332419,2006,8,2,1.5 -1539411,2006,8,2,1.5 -1310034,2020,6,1,1 -19133768,2019,6,2,1 -19126352,1999,3,2,2 -1539411,1999,3,2,2 -40213154,1956,6,1,3 -19018935,1979,11,1,2 -19126352,1991,2,1,1 -40213227,1996,7,1,1 -1545959,2006,8,2,1 -19133768,2009,6,1,1 -19126352,1985,10,1,2 -19133768,2014,12,1,1 -1545959,1999,1,2,1 -1332419,2007,2,1,1 -1310034,2000,10,1,1 -40243436,2000,10,1,1 -19126352,1947,7,1,1 -40220960,2016,7,2,1 -40213227,2005,5,2,2 -46275916,2020,12,2,1 -19126352,1979,8,1,5 -46275916,2013,7,1,1 -19133768,2009,10,1,1 -1539411,2008,5,3,2 -40163554,1991,2,1,2 -1332419,1999,5,3,2.6666666666666665 -1545959,2023,5,1,1 -40243436,2000,6,1,1 -1310034,2000,6,1,1 -19133768,2002,1,1,1 -19126352,1982,2,1,2 -46275916,2002,2,1,1 -40213154,1965,10,2,1.5 -40213154,1968,10,2,1.5 -19018935,1998,10,1,2 -40171902,1998,10,1,2 -19018935,1995,7,1,5 -1545959,2001,10,1,1 -19126352,1998,2,3,1.6666666666666667 -40213154,1948,4,3,3.3333333333333335 -46275916,2021,12,2,1 -46275916,2005,3,1,1 -1332419,2010,10,4,1.75 -19126352,1981,11,1,2 -40213154,1979,4,1,2 -19075601,1998,5,2,1 -1539411,2014,12,2,1.5 -19126352,1997,11,1,3 -40213154,1976,2,2,1 -40213154,1967,4,2,1 -19126352,2015,9,2,3.5 -1545959,2014,10,1,1 -19126352,1969,10,1,2 -40213154,1977,11,1,2 -40213154,1975,11,2,2 -19133768,1994,4,1,1 -40213201,1993,9,1,1 -19126352,2017,1,2,6 -19133768,2017,1,1,1 -1545959,1998,7,1,1 -40220960,2020,10,2,1 -46275916,2005,11,1,1 -1539411,1994,8,1,3 -46275916,2004,5,1,1 -19126352,1983,5,1,2 -19126352,1973,5,1,1 -19133768,2021,1,2,1 -19133768,2001,5,2,1 -19133768,2002,12,1,1 -40163554,1988,6,1,1 -40243436,2016,10,1,1 -1332419,2022,10,1,2 -40213201,2011,11,1,1 -19126352,1984,8,1,2 -40163554,2017,4,3,2 -1539411,2004,1,1,2 -40163554,2011,5,1,2 -40213227,2011,8,2,2.5 -19126352,1993,1,2,3 -40213201,1998,2,1,1 -40213154,1963,3,2,1.5 -1545959,2011,7,1,1 -40220960,2012,7,2,1 -1545959,2018,9,1,2 -40220960,1999,5,1,1 -40213314,2001,10,1,1 -40213160,2001,10,1,1 -40213296,2000,12,1,1 -19126352,2002,6,1,2 -40213260,2010,7,1,2 -19126352,1981,3,1,4 -40213154,1957,12,1,2 -19126352,1984,9,1,2 -1310034,1988,6,1,1 -40213306,1982,3,1,1 -19126352,1970,1,1,1 -40213154,1983,5,2,7.5 -40163554,2004,1,3,1.3333333333333333 -40171902,2004,1,3,1.3333333333333333 -1332419,2006,9,1,2 -1539411,2006,9,1,2 -40213180,2005,9,1,2 -40213201,1992,8,1,2 -1310034,2015,8,1,1 -46275916,2015,8,1,1 -19018935,1981,4,1,2 -40213160,1955,6,1,2 -40213306,2006,4,1,1 -19018935,2012,6,1,2 -1310034,2022,2,1,1 -19133768,1998,5,1,1 -1539411,2012,6,1,2 -1310034,2014,10,1,1 -40163554,2010,3,1,2 -40163554,1997,10,1,2 -19018935,1997,10,1,2 -40213201,1995,1,1,34 -19018935,1991,7,1,2 -40213296,1997,2,1,2 -40163554,1989,10,1,1 -1310034,2011,6,1,1 -40171902,2016,9,1,2 -46275916,2009,11,1,1 -40243436,2009,10,1,1 -1539411,2012,10,3,1.6666666666666667 -40163554,2022,11,2,2.5 -40243436,2017,7,2,1 -40171902,1984,10,1,1 -19018935,1987,10,1,2 -19126352,1960,7,1,1 -40213154,1969,1,1,2 -40163554,1999,2,1,1 -40213160,2002,7,1,1 -40213183,2003,6,1,1 -40171902,2017,2,1,2 -40213180,2009,7,1,1 -40171902,2010,1,1,1 -1310034,2021,9,1,1 -19126352,1943,8,2,1.5 -19133768,1989,11,2,1 -40243436,1994,9,1,1 -40213154,1988,2,2,1.5 -1545959,2003,12,1,1 -19133768,2003,12,1,1 -1545959,1998,4,1,1 -40213154,1955,5,1,6 -19126352,1968,4,1,1 -40220960,2009,4,1,1 -40213306,2012,10,1,2 -40213154,1963,11,1,2 -1539411,1992,5,1,5 -40163554,1977,6,1,2 -19133768,1994,7,1,1 -40163554,1985,5,1,3 -19018935,1985,5,1,3 -19018935,2020,11,5,2 -40213154,2020,11,697,2.3873744619799138 -40213154,2017,10,645,2.3767441860465115 -40213154,2018,10,617,2.2901134521880064 -40213154,2016,10,661,2.514372163388805 -40213260,2017,3,10,3 -40213154,2020,3,679,2.444771723122239 -40213154,2014,3,618,2.5372168284789645 -40213154,2014,11,591,2.3214890016920475 -40213306,2018,8,9,1.7777777777777777 -40213251,2019,10,18,2.5 -40213198,2019,10,39,1.9487179487179487 -40213154,2019,4,615,2.538211382113821 -40213227,2017,5,66,1.9696969696969697 -40213260,2016,3,15,2.2666666666666666 -40213154,2021,6,600,2.295 -19126352,2000,5,1,4 -1539411,2000,5,1,4 -40213227,2018,2,68,2.823529411764706 -40213154,2021,10,662,2.098187311178248 -40213183,2016,11,22,1.9545454545454546 -19126352,1999,9,2,3.5 -19133768,2008,8,2,1 -19018935,2009,11,2,1.5 -1539411,1999,9,2,3.5 -40213154,2017,6,628,2.390127388535032 -40213154,2023,6,324,2.2623456790123457 -40213154,2019,7,662,2.3595166163141994 -40213183,2015,3,19,1.9473684210526316 -40213306,2015,1,13,1.6923076923076923 -40213227,2015,1,65,1.8307692307692307 -40213227,2016,12,73,1.821917808219178 -40213154,2016,6,616,2.262987012987013 -40213251,2018,7,13,2.230769230769231 -40213183,2018,7,13,2.230769230769231 -40213160,2022,4,34,2.0294117647058822 -40213198,2017,10,37,2.081081081081081 -40213198,2018,7,42,1.9285714285714286 -40213154,2018,6,627,2.2264752791068583 -40213251,2017,6,20,2 -40213304,2016,4,26,2.3461538461538463 -40213198,2017,6,57,2.7017543859649122 -40213216,2013,6,9,1.7777777777777777 -40213198,2013,6,18,2 -40243436,2016,5,2,1 -40213299,2019,3,26,2.6153846153846154 -40213314,2017,12,26,2.6538461538461537 -40213314,2017,1,27,2.6296296296296298 -40213160,2017,3,36,2.888888888888889 -40213281,2017,3,45,2.7333333333333334 -40213314,2022,9,22,1.6363636363636365 -40213198,2021,10,49,1.836734693877551 -40213296,2020,11,25,1.8 -40213227,2015,12,74,2.027027027027027 -40213227,2019,11,60,3 -40213154,1994,7,8,2.375 -40213154,2002,8,19,1.736842105263158 -40213216,2015,1,15,2.8 -40213183,2019,9,14,2.142857142857143 -40213260,2020,8,19,2.263157894736842 -40171902,2012,3,2,1.5 -40213201,2019,4,5,3.2 -40213198,2018,4,38,1.763157894736842 -19075601,1997,8,18,2 -40213154,2002,9,11,1.8181818181818181 -40213306,2023,1,10,2 -40213180,2023,1,22,1.8181818181818181 -40213299,2015,11,22,1.9090909090909092 -40213296,2022,6,20,1.65 -40213183,2017,5,16,2 -40213227,1995,1,1,4 -40213154,1998,1,16,4.125 -40213154,1997,1,13,4.846153846153846 -40213154,1995,1,8,6 -40213230,2015,8,9,2.6666666666666665 -40213314,2016,1,37,2.4864864864864864 -40213314,2015,2,28,2.2857142857142856 -40213160,2015,7,38,2.6842105263157894 -40213160,2015,4,35,2.657142857142857 -40213198,2015,2,42,2.5714285714285716 -40213304,2022,12,24,2.6666666666666665 -40213160,2022,7,35,2.057142857142857 -40213198,2023,6,15,1.6666666666666667 -40213281,2022,9,40,1.8 -40213216,2017,4,22,1.8181818181818181 -40213183,2021,12,24,2.375 -40213230,2021,6,8,2.25 -40213320,2021,6,21,2.142857142857143 -40213251,2015,5,13,2.6923076923076925 -40213320,2014,6,21,2.1904761904761907 -40213314,2018,12,27,1.5925925925925926 -40213314,2018,1,30,1.6666666666666667 -40213160,2018,6,38,2.1052631578947367 -40213180,2016,2,19,1.894736842105263 -40213230,2016,2,9,1.7777777777777777 -19018935,2020,3,2,1.5 -40213227,2016,1,72,2.2222222222222223 -40213183,2016,3,19,2.210526315789474 -40213227,2021,2,58,3.1551724137931036 -40213306,2016,5,8,2.5 -40213296,2004,6,1,1 -40213154,2005,7,12,2.0833333333333335 -40213216,2021,11,23,2.347826086956522 -40213304,2021,6,34,2.1470588235294117 -40213314,2022,8,30,1.8333333333333333 -40213183,2014,4,12,2.75 -40213314,2014,4,21,2.0952380952380953 -40213198,2013,10,42,1.8333333333333333 -40213281,2014,7,41,2.8048780487804876 -40213304,2018,3,21,2.4285714285714284 -40213160,2018,10,37,1.837837837837838 -40213198,2016,6,41,2.5121951219512195 -40213227,2020,2,62,2.5806451612903225 -40213201,2023,3,7,3.5714285714285716 -40213198,2014,5,46,2.6956521739130435 -40213299,2014,12,19,1.6842105263157894 -40213180,2017,8,27,2.2962962962962963 -40213306,2020,2,8,2 -40213296,2019,8,13,2 -19075601,1998,6,3,2.3333333333333335 -40213154,2011,9,30,2.3 -40213296,2016,12,10,2.2 -40213296,2014,11,12,2.9166666666666665 -40213260,2014,9,13,1.9230769230769231 -40213160,2021,2,28,2.5714285714285716 -19126352,2005,9,5,2.4 -1332419,2005,9,4,2.75 -1539411,2005,9,4,2.75 -40213198,2016,10,49,3.306122448979592 -40213299,2019,11,23,2.4782608695652173 -40213160,2017,11,34,2.588235294117647 -40213281,2017,11,40,2.55 -40213180,2020,3,26,3.1153846153846154 -40213180,2015,2,23,1.9565217391304348 -40213299,2018,5,24,2.4583333333333335 -40213299,2017,2,25,2.16 -40213216,2016,5,23,1.9130434782608696 -40213230,2017,7,12,3.5 -1332419,2002,7,6,1.6666666666666667 -40213180,2013,9,18,2.2222222222222223 -40213180,2018,6,29,1.9655172413793103 -40213154,1992,10,14,2 -40213251,2023,5,14,1.5714285714285714 -40213281,2022,8,39,1.6666666666666667 -40213306,2019,12,11,2.1818181818181817 -19018935,1987,5,3,3 -40213227,2019,3,69,2.1884057971014492 -19126352,2021,3,4,5 -19075601,2021,3,12,2.3333333333333335 -40213296,2014,3,24,3.4583333333333335 -19075601,2014,1,11,1.3636363636363635 -1332419,2014,1,6,1.5 -1332419,2004,3,4,2 -40213260,2016,11,10,2 -40213251,2016,2,19,2.1578947368421053 -1310034,2003,9,1,1 -40213227,2002,6,2,2.5 -40213260,2015,10,12,2.75 -40213306,2017,12,6,5.166666666666667 -40213198,2021,6,42,2.380952380952381 -1310034,2014,5,2,1 -40213216,2014,9,19,2.736842105263158 -40213251,2019,6,13,2.1538461538461537 -40213160,2014,9,32,2.5 -40213320,2023,2,33,2.4242424242424243 -40213320,2020,4,19,2.6315789473684212 -40220960,2016,12,4,1 -40243436,2021,1,2,1 -40213154,2012,4,21,1.6666666666666667 -40213183,2015,11,18,2.4444444444444446 -46275916,1979,12,1,1 -40213183,1971,5,1,2 -40213154,1978,12,2,2.5 -40213154,1972,11,3,1.6666666666666667 -40213154,1970,11,2,1.5 -40163554,1994,6,2,1.5 -19018935,1994,6,2,1.5 -19126352,2007,3,6,2.8333333333333335 -40213183,2014,7,14,2.0714285714285716 -40213216,2013,10,17,1.9411764705882353 -40213251,2018,4,19,2.210526315789474 -40213183,2018,4,19,2.210526315789474 -40213314,2014,7,26,3.3846153846153846 -40213154,1977,9,1,1 -40213154,1980,9,3,1.6666666666666667 -40213154,1975,8,5,1.2 -40213183,2022,12,20,1.9 -40213183,2023,3,15,2 -40213160,2023,3,30,2.1666666666666665 -40213198,2019,6,37,1.972972972972973 -40163554,2004,4,2,1.5 -40171902,2004,4,2,1.5 -40213154,1949,2,3,1 -40213154,1947,3,3,3 -40213154,1950,3,2,1 -40171902,1984,5,1,1 -1545959,2011,12,1,1 -40213227,2006,4,3,2.6666666666666665 -40213154,2007,5,13,2 -40213154,2005,4,12,1.75 -40220960,2022,2,6,1 -40213230,2021,10,8,1.75 -40213320,2021,10,23,1.7826086956521738 -40213281,2015,9,49,2.2653061224489797 -40163554,2017,1,2,1 -1539411,2014,4,4,2 -40213230,2014,8,7,2.7142857142857144 -40213180,2019,9,18,1.9444444444444444 -40213304,2019,9,37,2.27027027027027 -40213281,2020,6,49,2.489795918367347 -40213320,2015,12,19,2.6842105263157894 -40213320,2016,12,25,2.28 -40213299,2014,1,15,4 -40213251,2017,10,8,2 -40213281,2014,4,35,2.4571428571428573 -40213299,2015,3,18,3.7222222222222223 -19075601,2016,7,7,1.4285714285714286 -40213296,2021,10,13,1.9230769230769231 -1332419,2019,1,3,1.6666666666666667 -46275916,2013,1,1,1 -40213198,2012,12,2,2.5 -40213154,2010,12,24,2.0416666666666665 -40213260,2023,3,20,2.9 -19075601,2004,1,6,1.1666666666666667 -40213154,2001,12,20,2.7 -40213154,1999,11,10,3.4 -40213306,2015,12,15,2.2666666666666666 -40213180,2020,11,30,1.7666666666666666 -40213281,2020,10,49,2.816326530612245 -1539411,1991,3,15,1.8666666666666667 -40213154,1999,3,18,1.6666666666666667 -40213320,2014,10,24,2.5 -40213216,2022,3,16,2 -19133768,2002,7,4,1 -40213180,2017,9,31,2.129032258064516 -40213230,2018,5,8,1.625 -40213180,2014,5,22,2.090909090909091 -19126352,2006,2,5,1.4 -40213314,2023,2,19,3.1052631578947367 -40213201,2021,9,9,1.8888888888888888 -1332419,1994,11,21,2.2857142857142856 -1539411,1994,11,5,2.2 -40213306,2017,1,13,5.153846153846154 -40171902,2022,1,4,1.25 -40171902,2013,10,3,3.6666666666666665 -40213314,2020,6,26,2.230769230769231 -40213198,2020,6,39,2.4615384615384617 -1545959,2018,3,3,1 -40213201,2008,5,2,2 -40213216,2015,12,19,1.894736842105263 -1332419,2003,3,3,1.6666666666666667 -19075601,2017,12,13,1.3076923076923077 -40213230,2015,9,8,2.25 -40213304,2020,4,33,2.8484848484848486 -40213314,2021,5,30,2.2333333333333334 -40213216,2017,7,23,2.1739130434782608 -1310034,2010,4,2,1 -19075601,2000,7,3,1.6666666666666667 -40213154,2004,8,16,2 -40213320,2013,9,19,1.9473684210526316 -40171902,2018,2,2,1.5 -40213180,2018,10,28,2.0357142857142856 -40163554,2013,2,2,1.5 -40213154,1971,7,5,1.2 -40213154,1969,7,2,1 -40213154,1962,5,3,1.3333333333333333 -40213304,2014,5,25,3.48 -1332419,2011,9,6,1.5 -40213154,1972,3,4,2.75 -40213154,1970,3,4,1.25 -40213296,2017,4,21,2.761904761904762 -40213260,2013,7,21,2.0476190476190474 -40213296,2018,1,16,1.9375 -40213296,2016,1,11,2.3636363636363638 -40213314,2020,10,34,3.1176470588235294 -40213198,2020,10,51,2.7450980392156863 -1539411,2013,5,4,2.25 -40213227,2013,12,53,2.018867924528302 -40213306,2014,9,10,2.3 -40213306,2019,1,13,2 -19126352,1993,4,2,1.5 -40213154,1987,3,9,1.5555555555555556 -40213154,1986,3,7,1.4285714285714286 -40213304,2020,7,27,2.5185185185185186 -40213314,2016,12,27,2.5555555555555554 -40213296,2018,12,18,2.2222222222222223 -40213154,1981,2,4,1.25 -40213260,2019,3,16,1.8125 -40213251,2020,5,17,2.235294117647059 -40213260,2022,4,14,2.142857142857143 -40213260,2015,6,20,2.05 -40213314,2019,5,31,2.2580645161290325 -40213160,2019,5,47,2.0638297872340425 -40213154,1969,4,3,1 -40213304,2021,10,30,2.033333333333333 -40213304,2022,1,27,1.8888888888888888 -40213183,2022,1,17,2.176470588235294 -40213296,2019,9,17,2.2941176470588234 -40213230,2020,1,9,2.3333333333333335 -40213304,2019,8,24,1.75 -40213304,2018,11,24,2.125 -40213183,2020,2,21,2.5238095238095237 -40213299,2020,2,18,1.8888888888888888 -1332419,2010,5,2,1.5 -40213201,2019,7,11,1.9090909090909092 -1332419,2019,12,4,2.5 -19133768,2023,1,3,1 -40171902,2003,8,2,2 -19133768,1987,5,1,1 -40213216,2022,11,11,1.7272727272727273 -40213296,2015,2,12,1.6666666666666667 -40243436,2012,1,1,1 -19075601,1997,9,30,1.8666666666666667 -40213251,2021,4,20,3.1 -40213304,2016,7,22,2 -40213320,2020,7,32,1.84375 -19018935,2014,1,2,2 -40171902,2014,1,2,2 -1332419,2017,12,3,1.6666666666666667 -40213201,2018,8,19,2.526315789473684 -40213154,1996,10,7,1.7142857142857142 -19126352,1980,4,2,3 -40213154,1982,5,1,5 -1539411,2008,10,6,1.8333333333333333 -40213260,2019,11,10,4.5 -1310034,1999,8,1,1 -1539411,1995,9,1,2 -40213201,2000,2,1,5 -40171902,1990,8,1,2 -19126352,1960,12,2,3 -40213154,1992,6,7,2.142857142857143 -40213320,2015,1,24,2.9583333333333335 -1332419,1995,10,1,1 -40213154,2010,1,16,1.875 -40213296,2023,1,16,1.625 -19126352,2020,2,3,4.333333333333333 -19075601,2020,2,11,2 -40213154,2006,5,13,2 -40163554,2007,6,3,1.6666666666666667 -40213154,1963,8,1,2 -1539411,2009,6,3,1.3333333333333333 -40243436,2017,12,4,1 -40163554,1990,2,1,2 -40213180,2013,8,20,1.9 -40213216,2020,2,20,1.8 -40213160,2020,2,39,2.230769230769231 -40213183,2021,1,22,1.7727272727272727 -40213260,2017,11,11,1.8181818181818181 -40213260,2022,7,20,1.6 -40213296,2017,7,11,1.5454545454545454 -40213201,2015,12,8,1.875 -19075601,2007,5,9,1.6666666666666667 -1332419,1994,3,12,2 -1545959,2019,12,4,1 -40213227,1997,3,3,1.6666666666666667 -40213296,2021,6,13,2.1538461538461537 -40213230,2022,2,9,1.8888888888888888 -40220960,2018,5,7,1 -19126352,1933,6,1,2 -40213154,1958,4,2,1.5 -40213154,1965,5,3,1.6666666666666667 -40213201,2013,8,11,4.7272727272727275 -19126352,2004,6,7,2.142857142857143 -40213154,2001,1,17,2.588235294117647 -40213154,1997,12,14,2 -40213154,1995,12,17,1.7647058823529411 -40213154,1998,12,18,1.9444444444444444 -19075601,2021,11,10,1.8 -40220960,2021,2,4,1 -40171902,2021,11,3,1.6666666666666667 -40171902,2016,3,1,3 -19133768,2012,10,2,1 -40213201,2015,1,6,2 -40213260,2020,9,14,3.7142857142857144 -40213154,2012,7,19,2.1578947368421053 -1545959,2003,7,1,1 -19075601,2003,7,6,2.6666666666666665 -19133768,2003,7,1,1 -40213154,2003,5,16,1.875 -40213281,2019,2,38,2 -40213201,2020,6,3,1.6666666666666667 -40213320,2016,1,24,2.5833333333333335 -1539411,2019,10,5,2.2 -40163554,2006,1,2,1.5 -1539411,2002,12,2,2 -19126352,2009,12,1,2 -40213306,2021,1,3,2.6666666666666665 -40213183,2019,8,20,2.25 -1545959,1996,12,2,1 -40213314,1994,5,1,2 -40213160,1994,7,1,2 -1332419,2020,12,2,1.5 -40243436,1963,6,1,1 -40213154,1959,11,1,1 -40213154,1955,10,2,3 -40213251,2022,2,12,2 -40213296,2020,3,15,1.9333333333333333 -40213251,2021,7,16,3.375 -19126352,1984,3,1,1 -40213230,2019,10,11,1.7272727272727273 -40213306,2018,9,8,3 -40163554,2002,6,3,1.6666666666666667 -19018935,2002,6,3,1.6666666666666667 -40171902,2002,6,3,1.6666666666666667 -40171902,2003,9,2,2 -40213260,2021,2,16,2.125 -19075601,2006,11,2,2 -1545959,2010,8,2,1 -19075601,2000,4,2,1 -1332419,1998,3,3,2.3333333333333335 -40213154,1996,6,11,2.090909090909091 -40213154,1993,5,9,3.7777777777777777 -40213154,1991,5,14,5.214285714285714 -19133768,2014,4,2,1 -40220960,2016,1,4,1 -19126352,2019,7,6,1.5 -19075601,2017,1,9,2.111111111111111 -40213260,2014,8,14,2.5714285714285716 -40213306,2021,12,11,1.9090909090909092 -46275916,2005,8,2,1 -19126352,1996,11,5,1.6 -40163554,2009,1,5,1.8 -40163554,2003,6,3,2.6666666666666665 -46275916,2012,7,1,1 -19018935,2022,5,7,1.7142857142857142 -19126352,2013,6,6,1.3333333333333333 -19133768,2013,6,2,1 -19075601,2013,6,9,1.4444444444444444 -40220960,2009,12,2,1 -40213201,2001,10,1,2 -40213180,2019,8,20,2.4 -40213154,2000,5,13,2 -40213154,1994,4,6,1.6666666666666667 -19126352,1971,4,1,3 -40213154,1971,4,4,1.5 -1332419,2016,9,2,2.5 -40213154,1957,4,1,1 -1539411,2018,12,6,1.6666666666666667 -40163554,2012,2,1,2 -40220960,2015,10,7,1 -46275916,2021,7,3,1 -19075601,2005,5,3,1.6666666666666667 -40213296,2022,10,14,2 -40163554,2022,9,2,1.5 -19018935,2015,11,3,3.6666666666666665 -40213154,1986,11,4,8.5 -40163554,2004,7,3,4.333333333333333 -40171902,2004,7,3,4.333333333333333 -40163554,1997,5,3,1.6666666666666667 -19018935,1997,5,3,1.6666666666666667 -40213216,2014,8,10,5.9 -40213160,2014,8,21,3.6666666666666665 -19133768,2021,4,2,1 -40220960,2020,5,4,1 -19126352,2021,11,6,2 -40171902,1991,3,1,2 -40163554,2008,8,2,1.5 -40213201,2021,8,7,1.5714285714285714 -1539411,1991,11,11,1.8181818181818181 -40171902,2009,4,4,1.75 -40213227,1996,1,3,1.6666666666666667 -40213154,1987,11,7,2.142857142857143 -19133768,1990,8,1,1 -19075601,2016,4,10,1.2 -40243436,2006,5,1,1 -1310034,1996,10,1,1 -19126352,1988,11,2,2 -1310034,2004,11,1,1 -19133768,2007,7,2,1 -19126352,1976,10,3,1 -40213154,1977,8,6,1.6666666666666667 -19126352,2022,3,7,2.7142857142857144 -1539411,2022,3,5,3.4 -19018935,1984,11,1,3 -40163554,2011,6,2,2.5 -40220960,2010,9,2,1 -40220960,2011,2,1,1 -40163554,2014,11,3,1.6666666666666667 -40213180,2021,2,22,2.6363636363636362 -1539411,2010,9,3,2 -40213281,2015,8,48,2.5833333333333335 -40220960,1996,6,1,1 -40213299,2022,2,14,1.9285714285714286 -19018935,2003,2,4,1.5 -19126352,2015,11,4,4.25 -1539411,2001,6,3,3.3333333333333335 -40220960,2019,10,6,1 -1545959,2005,2,1,1 -40213154,2004,9,12,1.6666666666666667 -1332419,2012,2,2,6 -19133768,1989,8,1,1 -40243436,1990,9,1,1 -40213154,1983,10,5,2 -19126352,1988,3,3,1 -19075601,2010,3,7,1.5714285714285714 -19018935,2013,12,3,2 -40163554,2021,1,3,2 -40163554,2021,12,3,1.3333333333333333 -19133768,1994,12,3,1 -1332419,2008,3,3,1.6666666666666667 -19018935,2006,4,4,2 -19075601,1998,10,5,1.6 -40213230,2019,6,10,1.6 -40213230,2020,12,8,1.75 -40171902,2007,12,4,1.75 -40213230,2014,9,8,1.75 -40171902,2022,12,4,1.75 -40213201,2022,2,7,4.428571428571429 -40163554,2016,1,4,2.25 -40213230,2017,4,6,2.5 -1332419,2009,9,3,1.6666666666666667 -19018935,1992,9,2,1 -40220960,2015,6,5,1 -40213227,2006,7,2,2 -40213154,2011,8,13,2.4615384615384617 -19133768,2022,4,3,1 -19018935,1989,6,1,3 -46275916,2013,12,2,1.5 -19126352,1993,7,4,1 -19126352,1968,12,1,1 -40163554,2010,9,3,2 -19126352,2010,7,5,1.4 -1545959,2021,9,3,1 -19126352,2015,3,7,2 -19075601,2001,5,6,2.1666666666666665 -40163554,2011,10,3,1.3333333333333333 -1539411,2015,6,2,2.5 -19018935,2014,12,4,2.5 -40171902,2014,12,4,2.5 -40213320,2013,8,17,1.8823529411764706 -19075601,1999,3,3,2.3333333333333335 -46275916,2020,7,3,1 -1332419,2002,4,3,2 -19075601,2003,4,3,3.6666666666666665 -19126352,1994,4,3,1.3333333333333333 -19018935,2021,5,4,1.75 -40163554,2018,8,7,4.428571428571429 -19075601,2011,5,7,1.1428571428571428 -40243436,2020,1,1,1 -19126352,2018,7,6,1.1666666666666667 -19075601,2018,2,9,2.111111111111111 -1332419,2004,11,2,4 -40213201,2017,12,6,1.5 -40213227,1998,6,1,1 -19075601,2010,11,5,2.6 -19133768,2019,5,2,1 -1539411,2019,6,1,2 -40213201,2016,9,5,1.2 -19126352,1983,6,2,1 -46275916,2017,6,1,1 -40213216,2021,3,16,2.6875 -19075601,2008,1,3,1 -40213201,2007,1,2,1.5 -40213227,2012,1,4,1.75 -19126352,2005,8,5,1.2 -40213201,2014,5,8,1.875 -19126352,2009,1,2,2 -19018935,1990,6,2,2 -40213201,2018,9,5,1.8 -19126352,1997,9,4,1 -40213230,2013,7,4,2.25 -40163554,2006,12,2,1.5 -1332419,2003,11,4,1.5 -40213216,2018,2,14,1.7142857142857142 -40213281,2011,2,1,1 -40163554,2009,12,3,3.6666666666666665 -40213201,2017,1,10,1.7 -1332419,2022,5,4,1.25 -1310034,1997,2,1,1 -40243436,1997,2,1,1 -40171902,2015,1,2,2 -19126352,1957,11,2,1 -40163554,2023,6,2,2 -19133768,2009,5,1,1 -1539411,2007,1,3,2.3333333333333335 -19075601,2009,5,3,1.3333333333333333 -1545959,2020,1,3,1.3333333333333333 -40213201,2013,9,10,1.6 -19018935,2008,7,2,2 -1332419,2005,8,3,1.3333333333333333 -1539411,2005,8,3,1.3333333333333333 -1539411,2018,1,6,2.5 -40213201,2020,10,10,2.3 -19018935,2010,2,3,1.6666666666666667 -40163554,1998,2,3,1.3333333333333333 -19126352,2018,4,4,4.75 -1332419,2011,8,3,1.3333333333333333 -1545959,2015,2,1,1 -1332419,2018,6,4,1.5 -40243436,2018,10,1,1 -1310034,2018,10,1,1 -19126352,2017,7,4,2.5 -19126352,1976,6,1,1 -40220960,2012,12,1,1 -40171902,2006,10,2,1.5 -19126352,1969,5,1,2 -19133768,1986,5,1,1 -40213154,1984,9,4,1.75 -1539411,2020,5,4,2.5 -19075601,2014,12,5,3.2 -1332419,1995,6,4,4.5 -40213160,1959,9,1,3 -40213154,1964,12,1,3 -40163554,1987,11,1,1 -1539411,2017,5,2,1 -19126352,2012,3,5,1.6 -19075601,2012,3,6,1.5 -40213227,1999,7,1,1 -40163554,2017,12,2,2 -1332419,2021,8,4,1.25 -40163554,1977,5,2,4 -40171902,2020,5,3,3.6666666666666665 -40213227,2011,3,1,1 -40220960,1999,10,1,1 -40171902,2010,4,2,1 -1539411,2012,5,4,2 -1539411,1992,6,4,2.75 -40243436,2015,9,1,1 -40213154,1948,1,2,3.5 -40171902,2011,1,6,1.5 -19133768,1991,10,1,1 -19075601,2004,12,4,2.25 -1539411,2004,7,4,2 -1539411,2001,10,2,2.5 -40213227,2010,12,3,2 -40243436,2019,2,1,1 -19126352,1979,11,1,1 -19018935,1993,6,1,6 -19126352,2023,3,2,5.5 -1539411,2023,3,2,5.5 -19126352,1990,1,2,2.5 -40213227,1992,2,2,3.5 -19126352,2001,2,4,1.5 -1332419,2001,2,3,1.6666666666666667 -19133768,2012,6,1,1 -1332419,2006,3,2,2 -1539411,2006,3,2,2 -19075601,2006,3,2,2 -40243436,1995,7,1,1 -40171902,1981,5,2,1.5 -1332419,2016,8,3,2.3333333333333335 -19126352,2002,5,6,2 -19126352,2013,10,5,2.6 -19075601,2013,10,6,2.3333333333333335 -19133768,2013,10,1,1 -1545959,2021,8,3,1 -40163554,2005,3,3,2.6666666666666665 -19018935,2012,5,2,2 -40213227,2012,12,1,2 -40171902,2021,3,3,2 -19018935,2015,3,6,6.5 -40163554,2019,3,2,1.5 -1545959,2018,11,2,1 -1332419,2015,8,4,2 -1332419,2020,1,2,2 -19018935,1995,12,3,1.6666666666666667 -19133768,2002,4,1,1 -19018935,2005,6,1,25 -40171902,2005,6,1,25 -40213306,2010,7,1,1 -19018935,2006,7,2,1 -19126352,1999,8,4,1.5 -40243436,2022,12,1,1 -19126352,1994,7,2,1 -19126352,2022,11,4,3 -1539411,2022,11,2,4.5 -19133768,1996,7,1,1 -40163554,2022,8,4,2 -40171902,2009,7,2,3 -19133768,1988,7,1,1 -40213154,1979,1,2,4 -19126352,1980,7,2,1 -19133768,2006,2,2,1 -19018935,2004,10,2,3.5 -1539411,2003,10,4,1.5 -19126352,1974,7,1,1 -40213154,1973,1,2,1 -40213154,1967,12,3,1.3333333333333333 -19126352,2007,11,5,4.4 -40213296,2001,11,1,2 -19133768,2000,10,1,1 -40163554,2015,10,2,1.5 -19126352,1995,5,2,1.5 -1310034,1996,6,1,1 -40163554,1989,5,1,2 -1539411,2016,5,3,1.6666666666666667 -46275916,2006,1,1,1 -40171902,1992,1,1,2 -19133768,2015,8,3,1 -46275916,2008,2,1,1 -40163554,2018,9,1,1 -19018935,2018,7,2,2 -40171902,2013,6,2,1.5 -40163554,2016,12,1,2 -19075601,1999,11,4,1.5 -40213154,1958,7,2,3.5 -40213154,1957,7,1,5 -40213154,1955,6,3,3.3333333333333335 -40213227,1997,11,3,7 -40171902,1986,5,1,1 -40213227,1994,5,2,2 -46275916,2023,2,1,1 -40213154,1978,1,1,1 -1545959,2002,5,1,1 -19126352,2019,4,5,1.6 -40220960,1992,6,1,1 -40213227,1996,12,5,2.4 -1539411,1993,2,1,1 -40213201,1991,1,1,2 -1539411,1996,6,4,1.75 -40171902,2023,5,3,1.6666666666666667 -19075601,2012,11,5,5.8 -1332419,1999,10,3,11.666666666666666 -40213154,1968,5,3,2.6666666666666665 -40213306,2014,8,6,1.3333333333333333 -40171902,2012,11,2,1.5 -1545959,2017,2,1,1 -40163554,2015,6,2,2 -19018935,1993,10,2,2 -1332419,2006,11,1,3 -1539411,2006,11,1,3 -19133768,2000,6,1,1 -40243436,2017,1,2,1 -19126352,1984,11,1,1 -40213154,1990,2,3,3 -40213154,1989,2,2,2.5 -1545959,2012,1,2,1 -1545959,2020,12,2,1 -19126352,2017,4,1,2 -19133768,1983,9,1,1 -40213154,1974,2,4,1.25 -19126352,1946,11,1,2 -19126352,1989,5,2,1.5 -40243436,1998,7,1,1 -40213201,2016,8,9,2 -40213154,1973,12,2,2 -1332419,2009,8,2,1.5 -40163554,2014,3,1,1 -40220960,2017,2,1,1 -19133768,2018,8,2,1 -1539411,2007,12,2,1.5 -46275916,2004,10,1,1 -1545959,1997,9,2,1 -19018935,2018,4,4,1.25 -40213227,1993,12,1,2 -19018935,2009,3,4,1.75 -19133768,2022,7,2,1 -19018935,1999,4,1,2 -40220960,2008,10,1,1 -1545959,2004,8,2,1 -40213227,2005,10,3,1.6666666666666667 -1332419,2018,10,5,1.4 -40213154,1966,3,2,1.5 -40243436,1967,4,1,1 -1310034,1967,4,1,1 -19018935,1992,8,2,1.5 -40243436,2012,12,2,1 -40171902,2010,7,1,1 -40213227,2005,6,2,1.5 -1539411,2009,10,2,1 -40171902,2008,10,2,2 -19126352,1958,6,1,3 -40213154,1984,8,2,2 -40171902,2006,6,1,2 -19018935,1986,11,1,1 -40243436,2013,10,2,1 -1332419,1998,11,1,2 -40220960,2006,6,2,1 -40171902,2001,2,1,2 -40171902,2011,12,2,1 -1545959,2014,5,2,1 -1539411,1996,10,2,1 -40220960,1999,6,1,1 -19126352,1981,8,2,1.5 -19133768,2008,9,1,1 -1539411,2010,8,3,1.6666666666666667 -40171902,1999,9,1,1 -19018935,2004,6,1,2 -19133768,2011,6,1,1 -19133768,2010,6,2,1 -40163554,2008,9,2,1.5 -40243436,2020,12,2,1 -40171902,2015,12,1,1 -19018935,1999,7,2,3 -40213201,2002,10,1,1 -40213227,2011,11,1,3 -1332419,1999,6,2,8 -19133768,2021,7,2,1 -19133768,2001,10,1,1 -40163554,2019,11,2,1 -19133768,2010,10,1,1 -19126352,2004,10,2,1 -1545959,2000,11,2,1 -40243436,2021,12,2,1 -19126352,1990,12,3,1.3333333333333333 -40213201,1991,12,1,2 -1310034,2021,11,1,1 -19018935,1984,3,1,1 -40163554,1985,6,1,2 -19018935,1985,6,1,2 -40220960,2008,6,1,1 -1332419,2014,12,2,1.5 -40213154,1979,12,2,2 -19126352,2012,11,4,7 -19126352,1972,9,1,1 -40163554,2007,10,2,2.5 -1539411,1997,5,1,1 -46275916,2019,9,1,1 -40171902,2008,6,1,1 -40243436,2018,6,1,1 -1310034,2018,6,1,1 -1545959,2001,5,2,1 -40213227,2007,4,1,2 -1545959,2019,1,1,1 -40213154,1954,4,2,1 -1310034,2012,11,1,1 -1539411,1999,8,3,1.6666666666666667 -1332419,2008,11,2,1.5 -40213227,1998,10,1,2 -40220960,2010,8,1,1 -40213227,2000,4,1,2 -19018935,2017,4,3,2 -1545959,2016,10,3,1 -19126352,2010,4,1,2 -19018935,2011,5,1,2 -40213227,1993,1,1,1 -40213154,1960,2,1,2 -19133768,2018,9,1,2 -40213304,2002,3,2,1 -40213304,2001,8,1,1 -40213281,2001,10,1,1 -19126352,1970,7,1,1 -1310034,2016,12,1,1 -46275916,2016,12,1,1 -19018935,1991,1,1,1 -40213201,1995,4,1,2 -40213154,1964,1,2,2 -1310034,1988,5,1,1 -40213306,1991,5,1,5 -1310034,1992,5,1,1 -46275916,1992,5,1,1 -40213260,2012,1,1,2 -40213154,1983,6,1,3 -1539411,1992,10,1,2 -1545959,2010,9,2,1 -40213320,2007,9,1,2 -40220960,1996,10,1,1 -40243436,2015,8,1,1 -19126352,1987,3,1,1 -46275916,2022,2,1,1 -40220960,2002,7,1,1 -40213201,2002,6,1,2 -19018935,1989,10,1,1 -19018935,2005,10,1,1 -40171902,2005,10,1,1 -19133768,1998,10,1,1 -40171902,1982,8,1,2 -19126352,1961,8,1,2 -46275916,1986,6,1,1 -40163554,1984,10,1,1 -1539411,2003,6,1,2 -1332419,1997,2,1,2 -1310034,1990,6,1,1 -1332419,2017,1,1,11 -40213296,2002,7,1,2 -40220960,2019,6,2,1 -40213154,1967,1,1,2 -19075601,2008,12,1,2 -40213227,2013,1,1,2 -40213251,2007,3,1,1 -40213183,2007,3,1,1 -40213299,2004,8,1,1 -40213314,2002,7,1,1 -40213160,2002,12,1,1 -19133768,2015,9,1,1 -40213154,1975,9,1,1 -46275916,1960,4,1,1 -19126352,1941,3,1,3 -19018935,1981,12,1,1 -40220960,2014,2,1,1 -1545959,1998,1,1,1 -40213201,1993,3,1,1 -40213201,1992,11,1,2 -40213160,1965,9,1,1 -40213160,1970,3,1,1 -19126352,1943,3,1,6 -40243436,2008,12,1,1 -19126352,1954,12,1,2 -1539411,2008,6,1,3 -40213201,2011,9,1,2 -40163554,2003,10,1,2 -40213180,2012,10,1,2 -40213154,1966,11,1,2 -1539411,1995,8,1,2 -40213154,1951,2,1,1 -1332419,2021,9,1,1 -40213260,2020,4,15,1.9333333333333333 -40213154,2015,10,658,2.360182370820669 -40213154,2020,12,636,2.3710691823899372 -40213304,2019,4,17,2 -40213314,2018,11,23,2.0869565217391304 -40213154,2019,9,666,2.304804804804805 -40213251,2015,2,16,1.9375 -40163554,2020,10,4,1.75 -40213230,2016,5,11,1.8181818181818181 -40213180,2016,5,34,2.088235294117647 -40213154,2022,6,626,2.2044728434504792 -1332419,2000,5,1,4 -40213154,2014,1,643,2.4339035769828925 -40213154,2022,10,664,2.128012048192771 -1332419,2017,11,4,1.75 -19075601,2017,11,11,1.6363636363636365 -40213154,2013,10,656,2.3673780487804876 -19075601,2000,9,2,1 -40163554,2009,11,2,1.5 -19075601,2008,11,8,1.25 -1545959,2008,8,2,1 -40213154,2014,12,578,2.2975778546712804 -40213154,2010,11,17,2.176470588235294 -40213306,2018,7,7,1.7142857142857142 -40213154,2013,6,245,2.4326530612244897 -40213154,2015,6,612,2.2941176470588234 -40213320,2023,5,25,1.88 -40213306,2020,5,11,1.7272727272727273 -40213227,2020,5,62,1.903225806451613 -40213154,2020,1,650,2.207692307692308 -40213216,2017,8,14,2.7857142857142856 -40213304,2018,1,30,1.9 -40213304,2017,6,24,3.2916666666666665 -40213281,2018,10,43,1.9767441860465116 -40213281,2022,4,40,2.125 -40213227,2015,11,65,2.0615384615384613 -40213260,2014,7,17,1.6470588235294117 -40213154,2019,8,659,2.4764795144157814 -40213183,2021,3,17,2.176470588235294 -40213260,2022,8,18,2.1666666666666665 -40213314,2013,6,12,1.75 -40213160,2017,12,33,2.1515151515151514 -40213281,2013,6,17,1.8823529411764706 -40213281,2017,12,39,2.076923076923077 -40213299,2014,3,24,2.9583333333333335 -40213304,2016,9,27,3.4444444444444446 -40213251,2021,9,23,3.5217391304347827 -40213314,2017,3,36,2.8055555555555554 -40213160,2017,1,40,3.25 -40213281,2017,1,54,3.0925925925925926 -40213216,2021,12,14,1.9285714285714286 -40213304,2022,3,28,1.6785714285714286 -40213281,2021,10,55,2.327272727272727 -19018935,2022,2,8,2.5 -19126352,1986,5,2,1.5 -19075601,1997,7,31,2.4838709677419355 -40213227,1999,8,3,1.3333333333333333 -40213216,2015,3,23,2.347826086956522 -40213183,2015,12,23,2.0869565217391304 -40213299,2015,12,20,2.05 -40213304,2015,6,27,2.5925925925925926 -40213296,2020,1,14,2.2142857142857144 -19133768,2005,10,1,1 -40213260,2017,1,25,1.64 -40213183,2014,8,17,1.588235294117647 -40213314,2014,8,22,3.5454545454545454 -40213304,2014,2,28,2.9642857142857144 -40213198,2014,2,45,2.1555555555555554 -40213227,2017,2,67,3.014925373134328 -40213227,2014,10,75,2.1866666666666665 -40213201,2017,3,16,1.5 -40213201,2016,7,16,1.6875 -40213227,2022,6,70,2.3714285714285714 -40213299,2014,11,20,2.35 -19126352,1974,9,1,4 -1332419,1994,1,12,2 -1539411,1991,12,19,2.210526315789474 -40213154,2000,2,11,2.6363636363636362 -40213320,2020,8,13,1.8461538461538463 -40213227,2023,4,58,2.8793103448275863 -40213183,2016,1,23,2.347826086956522 -40213281,2015,7,50,3.12 -40213281,2015,4,43,2.558139534883721 -40213314,2022,7,30,2.2333333333333334 -40213160,2022,9,32,1.65625 -40213281,2022,7,49,2.061224489795918 -40213227,2016,11,64,1.984375 -40213314,2018,3,33,1.606060606060606 -40213281,2018,6,49,2.0408163265306123 -40213320,2022,6,18,2.0555555555555554 -40213180,2019,7,25,2.36 -40213304,2017,10,31,1.7419354838709677 -40213180,2021,5,30,1.9666666666666666 -40213227,2021,5,67,2.4477611940298507 -40213227,2014,6,63,2.492063492063492 -40213306,2023,3,8,1.625 -40213180,2023,3,25,2.56 -40213260,2019,1,11,2.272727272727273 -1539411,2018,11,7,1.8571428571428572 -40213306,2014,7,8,1.875 -40213296,2023,3,15,2.2 -40213320,2016,11,25,1.84 -40213320,2015,11,24,3.125 -40213180,2020,12,23,2 -40213227,2018,5,67,2.1492537313432836 -40213296,2003,6,1,1 -40213227,2004,6,1,1 -40213281,2013,10,37,1.972972972972973 -40213216,2018,5,22,1.5 -40213183,2023,1,20,1.7 -40213183,2019,4,17,3.6470588235294117 -40213160,2023,1,33,2.0606060606060606 -40213260,2020,7,15,2.066666666666667 -40213160,2016,6,30,2.566666666666667 -40213281,2016,6,39,2.5384615384615383 -40213227,2016,3,71,3.323943661971831 -1539411,2014,8,2,1.5 -40213201,2019,9,10,3.3 -40213198,2018,9,42,2.261904761904762 -40213296,2013,10,20,2.2 -40213227,2022,10,60,1.7833333333333334 -40213281,2014,8,33,3.1818181818181817 -40213260,2019,12,12,4.25 -40213227,2019,12,68,2.6029411764705883 -40213320,2013,7,27,2.111111111111111 -40213320,2017,6,26,1.7692307692307692 -19018935,2016,6,3,1.3333333333333333 -19075601,2015,10,11,1.5454545454545454 -19126352,1998,6,2,3 -40213154,2012,9,30,2.2666666666666666 -40213183,2021,11,23,2.5217391304347827 -40213304,2020,9,28,2.4642857142857144 -40213314,2021,2,22,2.9545454545454546 -40213160,2021,5,35,2.5714285714285716 -40213216,2015,11,28,2.4642857142857144 -40213299,2016,10,22,3.8181818181818183 -40213216,2017,9,18,2.8333333333333335 -40213251,2022,5,15,2.6666666666666665 -40213251,2018,8,18,2.9444444444444446 -40213183,2018,8,18,2.9444444444444446 -40213314,2017,11,24,3.0833333333333335 -40213198,2018,8,47,2.297872340425532 -19075601,2022,10,12,1.1666666666666667 -40220960,2021,5,7,1 -40213183,2017,2,22,2.8181818181818183 -40213304,2016,8,26,1.9615384615384615 -40213314,2016,3,32,2.21875 -40213180,2017,7,32,2.8125 -40213320,2018,10,22,1.8181818181818181 -40213320,2017,10,29,1.8620689655172413 -40213320,2019,6,25,1.72 -40213320,2018,6,29,1.8275862068965518 -40213201,2013,7,6,1.8333333333333333 -40213154,1998,11,10,3.2 -40213306,2019,11,5,4.6 -40213306,2017,11,8,3.875 -40213306,2022,6,15,1.9333333333333333 -40213180,2022,6,26,1.7307692307692308 -40220960,2000,12,1,1 -40213201,1995,8,2,2 -40213227,2000,9,5,1.6 -40213154,1994,8,9,3.2222222222222223 -40213183,2018,9,9,2.2222222222222223 -40213251,2018,9,9,2.2222222222222223 -40213251,2014,6,22,2.1363636363636362 -40213281,2014,9,43,2.5348837209302326 -40213260,2018,6,22,1.6363636363636365 -40213304,2022,11,25,2.6 -40213314,2023,5,25,2.72 -40213160,2022,8,33,1.7272727272727273 -40213198,2022,6,42,1.7857142857142858 -40213201,2014,2,8,2.25 -40213320,2016,3,27,2 -40213320,2015,3,26,2.6538461538461537 -40213201,2018,4,11,4.454545454545454 -40213227,2015,3,84,1.9166666666666667 -40213296,2016,3,24,2.5833333333333335 -40213306,2021,3,9,1.8888888888888888 -40213299,2019,12,15,1.9333333333333333 -19075601,2004,3,6,1.6666666666666667 -40243436,2015,4,1,1 -40213227,2013,11,45,2.1555555555555554 -19075601,2022,6,13,1.5384615384615385 -40213260,2014,4,21,1.5714285714285714 -40213183,2022,3,17,2.8823529411764706 -40213281,2021,6,37,2.2162162162162162 -40213230,2014,4,10,2 -40213314,2014,9,29,2.3793103448275863 -40213227,2012,11,2,1.5 -40213306,2014,4,3,2.3333333333333335 -40213180,2019,4,17,2.764705882352941 -40213227,2019,1,80,2.2125 -1310034,2021,1,2,1 -40213154,2011,4,17,1.7058823529411764 -40213160,2016,10,31,2.4838709677419355 -40213281,2016,10,37,2.5945945945945947 -40213260,2022,9,20,3.2 -40213296,2016,11,16,1.875 -40213154,1986,12,9,1.6666666666666667 -40213154,1973,11,3,1.6666666666666667 -1310034,2015,12,2,1 -46275916,2015,12,2,1 -19126352,1997,7,5,1.8 -40213154,1999,1,16,4.0625 -40213154,2003,2,16,2.375 -40213304,2020,8,27,2.7777777777777777 -40213296,2019,7,16,1.9375 -40213304,2015,10,23,1.826086956521739 -40213314,2015,5,21,2.619047619047619 -40213198,2015,5,36,2.4166666666666665 -40213201,2015,3,9,1.5555555555555556 -40213314,2013,10,30,1.7333333333333334 -40213304,2018,12,27,1.8888888888888888 -40213201,2023,1,12,2.3333333333333335 -40213296,2017,8,15,1.8 -40213180,2015,5,24,1.875 -19126352,1987,1,3,2 -1539411,1991,1,10,2 -40213154,2004,4,15,1.7333333333333334 -40213154,2002,4,17,1.8823529411764706 -40213320,2022,10,29,3.0344827586206895 -40213160,2015,9,42,2.2142857142857144 -19126352,2019,8,4,2.25 -40171902,2007,3,1,2 -40213299,2015,1,22,1.7727272727272727 -40213183,2013,10,21,1.8095238095238095 -40213299,2021,6,21,2.1904761904761907 -40213216,2019,6,19,2.210526315789474 -40213201,2016,4,8,2 -1332419,2016,7,2,1.5 -40213201,2009,6,1,1 -40213154,2009,6,12,2.25 -19018935,2019,10,4,2 -40171902,2019,10,4,2 -40213227,1996,11,4,1.75 -40213154,1997,11,12,2.9166666666666665 -40213154,1995,11,14,1.8571428571428572 -40213160,2014,4,30,2.5 -40213251,2014,10,15,1.6666666666666667 -40213216,2019,10,12,1.5 -40213299,2021,10,18,1.7777777777777777 -1310034,2016,3,3,1 -46275916,2016,3,3,1 -40213183,2014,9,17,1.8235294117647058 -40213299,2016,6,16,2.25 -19126352,1991,6,3,3.6666666666666665 -40213183,2019,7,18,2.0555555555555554 -19075601,1999,12,7,1.4285714285714286 -19133768,1999,12,3,1 -40213227,1994,2,3,1.6666666666666667 -40213154,1998,3,18,1.8333333333333333 -40213154,1993,2,9,2.6666666666666665 -40213154,1997,3,14,2.2142857142857144 -40213154,1991,2,4,2.75 -40213216,2022,1,19,2.0526315789473686 -40213230,2017,9,13,2.076923076923077 -40213320,2019,10,22,1.7272727272727273 -40213180,2022,10,34,2.823529411764706 -40220960,2023,4,10,1 -19018935,2013,11,2,2 -1539411,2004,9,2,1.5 -40213216,2022,12,13,2.230769230769231 -40213230,2023,4,5,6.4 -19126352,2019,9,4,1.25 -40213154,1988,10,7,1.8571428571428572 -40213201,2017,11,9,4.333333333333333 -19126352,2014,6,4,1.75 -40213198,2010,5,1,2 -40213216,2016,2,16,1.75 -40213299,2018,2,18,1.4444444444444444 -40213314,2016,11,18,1.7777777777777777 -40213154,2005,8,15,2.066666666666667 -19018935,2020,12,5,2.6 -40213260,2018,10,10,3.4 -40213180,2017,4,27,2.3333333333333335 -40213260,2016,1,17,1.9411764705882353 -1332419,2023,4,4,2.25 -19075601,2023,6,4,1.75 -19126352,1972,4,2,2 -19126352,1959,5,1,1 -40213154,1975,4,4,1.25 -40213154,1968,2,3,1.6666666666666667 -40213154,1973,3,3,1.3333333333333333 -19075601,2016,9,9,1.3333333333333333 -40171902,2022,3,4,1.5 -19126352,2011,10,3,1.3333333333333333 -1539411,2011,10,2,1.5 -40213304,2019,7,23,1.7826086956521738 -19126352,2021,1,7,1.7142857142857142 -19075601,2021,1,11,1.5454545454545454 -40171902,1983,7,2,1 -40213251,2021,8,17,2.764705882352941 -40213201,2021,4,11,6.363636363636363 -40213251,1984,3,1,1 -40213154,1982,2,3,1 -40213183,2020,5,17,2.235294117647059 -40213160,2020,5,40,2.1 -19075601,2014,11,10,2.1 -1332419,2014,11,4,2.5 -40213281,2019,5,58,1.9137931034482758 -40213296,2018,3,15,2.2 -40213216,2021,1,22,2.4545454545454546 -40243436,1973,6,1,1 -40213314,2022,4,31,1.8064516129032258 -40213304,2023,4,23,1.9130434782608696 -40213299,2023,4,17,2.235294117647059 -40213296,2018,11,23,2.782608695652174 -40213180,2020,1,26,2.269230769230769 -40213251,2020,2,21,2.5238095238095237 -40213198,2022,10,45,2.422222222222222 -40163554,1993,7,1,1 -40171902,1993,7,1,1 -19126352,2009,11,2,3.5 -19126352,2018,9,10,2 -19126352,2023,1,9,2.3333333333333335 -40213154,1979,3,6,2 -40213154,1978,3,4,2.25 -40213154,1984,4,7,6 -19126352,2014,10,6,1.6666666666666667 -19126352,2015,1,5,2.4 -40213296,2017,9,15,2.066666666666667 -1310034,2012,1,1,1 -40213251,2016,5,19,2.4210526315789473 -40213154,2010,3,25,2.64 -40213154,2007,2,21,2.6666666666666665 -40213154,2006,2,24,2.8333333333333335 -40163554,2017,11,3,4.333333333333333 -40163554,2014,1,2,2 -19126352,2005,4,8,1.25 -40213154,2001,11,6,1.8333333333333333 -19126352,2017,8,7,1.2857142857142858 -19133768,2017,8,4,1 -19126352,1982,10,3,2 -40213154,1980,4,5,2.6 -40213154,1974,5,4,2.75 -19126352,2008,10,8,1.625 -46275916,1999,8,1,1 -40213154,1994,9,9,1.4444444444444444 -46275916,1997,8,1,1 -40213296,2014,1,11,2.5454545454545454 -40213260,2023,1,8,1.875 -40213227,2011,1,3,1.6666666666666667 -40213296,2020,12,13,2 -1539411,2020,2,2,1 -1332419,2022,2,5,2.4 -19075601,2005,2,10,1.8 -40213230,2020,3,9,5.555555555555555 -19018935,2007,6,3,1.6666666666666667 -19126352,1970,9,1,2 -40213154,1969,8,3,2.6666666666666665 -40213281,2023,6,18,1.7222222222222223 -40213154,1995,3,10,2.4 -19018935,2017,8,4,2.25 -40171902,2009,9,4,2 -40213306,2016,2,4,2.25 -19126352,1971,9,3,1.6666666666666667 -40213154,1976,10,2,1.5 -1332419,2006,12,4,1.75 -1539411,2006,12,4,1.75 -19075601,2006,12,7,1.4285714285714286 -40213230,2017,8,6,2.5 -40213296,2015,5,18,1.3888888888888888 -1310034,2007,1,1,1 -19018935,1995,3,1,2 -40243436,2007,1,1,1 -19126352,1997,4,1,4 -19075601,1997,4,24,2.1666666666666665 -19075601,2018,5,11,1.5454545454545454 -40213154,1960,5,1,2 -19018935,1992,7,1,3 -40213251,2023,2,13,2.3846153846153846 -19126352,2007,1,6,1.6666666666666667 -40213154,1971,8,1,5 -40213201,1994,12,3,1.6666666666666667 -40213154,1999,12,17,1.8823529411764706 -40213320,2020,9,23,1.6521739130434783 -40163554,2021,11,3,1.6666666666666667 -40213183,2016,12,17,2 -40163554,2016,3,1,3 -40213154,2004,7,9,1.7777777777777777 -40213180,2013,7,26,2.8461538461538463 -40163554,2004,8,3,2.6666666666666665 -40171902,2004,8,3,2.6666666666666665 -19075601,2019,10,17,1.411764705882353 -40213154,2011,7,19,1.8421052631578947 -40213320,2008,3,1,1 -40213281,2002,2,1,1 -1545959,2020,11,2,1 -19126352,1990,3,2,1 -40213201,2018,7,9,2.2222222222222223 -40213314,2019,2,33,1.5454545454545454 -40213160,2019,2,29,2.0689655172413794 -19126352,1979,12,2,1.5 -40213306,2022,10,9,1.3333333333333333 -19018935,2000,10,1,2 -40171902,2000,10,1,2 -40213230,2022,5,10,1.8 -40163554,2000,2,4,2.25 -19126352,1996,12,3,1 -19126352,1996,1,3,2 -40213183,1995,4,1,2 -40213314,1995,4,1,2 -1332419,1998,1,2,1 -40213306,2019,3,10,4.3 -19018935,2019,6,3,2.3333333333333335 -40171902,2019,6,3,2.3333333333333335 -40213230,2013,9,4,2 -40213299,2020,5,19,1.5789473684210527 -40213183,2022,11,18,1.7222222222222223 -1539411,2013,2,1,2 -1539411,2021,6,4,1.25 -40213306,2021,11,7,2 -1545959,2003,9,1,1 -19075601,2003,9,7,1.2857142857142858 -19133768,2003,9,1,1 -40213227,2001,6,1,2 -19126352,2010,8,5,1.4 -40163554,1996,6,2,2 -19018935,1996,6,2,2 -40213154,1990,5,15,4.133333333333334 -19126352,1993,9,4,1.75 -1332419,2015,7,4,2 -40171902,2012,12,5,2 -40213260,2017,12,14,2.142857142857143 -40213260,2016,12,15,1.7333333333333334 -40213154,1989,5,12,4.75 -19018935,2009,1,5,1.8 -1332419,2021,4,2,1.5 -40213299,2022,5,12,1.75 -40213296,2019,4,17,2.2941176470588234 -40213306,2015,11,9,1.6666666666666667 -40163554,2017,3,4,1.75 -19018935,2012,2,1,2 -40213260,2021,5,13,2 -19075601,2003,8,2,3 -40213201,2010,9,1,5 -19018935,2000,6,2,1 -40171902,2000,6,2,1 -40213227,2007,8,2,1.5 -40213216,2014,4,16,2.25 -40171902,2015,11,3,3.6666666666666665 -40213154,1987,12,9,4.222222222222222 -40171902,1997,5,3,1.6666666666666667 -19126352,2012,1,7,1.2857142857142858 -19075601,2012,1,8,1.5 -1545959,2021,4,2,1 -19075601,2020,5,8,1.75 -19018935,1991,3,1,2 -19075601,2014,3,4,1.75 -19018935,2008,8,2,1.5 -1332419,1994,12,17,2.1176470588235294 -1545959,2014,2,2,1 -40213227,2012,3,1,2 -1539411,2002,11,3,1.3333333333333333 -40213216,2014,7,19,3.789473684210526 -40213160,2014,7,36,2.9722222222222223 -1310034,2006,5,1,1 -40171902,2017,6,5,3 -19075601,2008,3,5,1.4 -40213216,2020,5,16,2.0625 -19075601,2017,3,7,2.5714285714285716 -1539411,1993,5,2,2 -40243436,2004,11,1,1 -19075601,2006,1,7,1.5714285714285714 -1545959,2007,7,2,1 -40213306,2017,3,8,4.375 -40213230,2014,7,6,2.5 -1332419,2009,4,2,2.5 -40163554,2022,4,7,1.8571428571428572 -19075601,2011,2,2,1 -19075601,2010,12,9,1.2222222222222223 -19018935,2014,11,3,1.6666666666666667 -40171902,2014,11,3,1.6666666666666667 -1332419,2010,2,3,1.3333333333333333 -19126352,1990,11,1,2 -40213160,1995,2,1,2 -40213154,2001,3,9,2.2222222222222223 -19126352,2010,9,5,1.6 -1310034,2010,9,1,3 -40213180,2014,2,18,2.1666666666666665 -19126352,2016,10,6,1.1666666666666667 -40213183,2013,6,4,1.75 -40163554,1991,6,2,2.5 -40213154,2002,7,10,2.1 -40163554,2020,6,5,2.8 -40213230,2015,4,5,1.2 -1539411,2012,2,2,6 -46275916,1990,9,1,1 -40213154,2008,6,10,2.5 -40213201,2019,8,8,2.125 -40171902,2021,1,3,2 -1539411,2018,3,3,2 -1332419,2003,1,3,3 -40213306,2018,4,7,1.8571428571428572 -19126352,1960,11,1,2 -40171902,2021,12,3,1.3333333333333333 -19018935,2013,3,3,2 -19126352,2008,6,3,1.6666666666666667 -40213154,1988,6,3,5.333333333333333 -19126352,1998,10,2,1.5 -40213160,2015,8,44,2.477272727272727 -40171902,2016,1,4,2.25 -40213299,2017,5,16,2.1875 -46275916,2019,4,2,1 -19126352,1993,8,2,1.5 -19075601,2015,6,8,1.375 -40213154,2012,8,20,1.95 -40213183,2015,1,19,2.789473684210526 -40163554,2006,11,1,1 -40213227,2008,2,4,3 -19133768,2005,6,2,1 -1332419,2013,6,4,1.5 -40213260,2013,8,11,1.9090909090909092 -40171902,2010,9,3,2 -19133768,2021,9,3,1 -40213260,2013,9,13,2.3846153846153846 -19126352,2001,5,5,2.4 -1539411,2023,1,6,3 -40163554,2014,12,4,2.5 -40213230,2013,8,6,1.8333333333333333 -19126352,1995,2,1,3 -1310034,2020,2,1,1 -40213201,2021,7,6,2.1666666666666665 -19133768,1996,8,3,1 -1332419,2009,7,2,2 -40213227,2006,8,5,1.8 -19018935,2018,8,7,4.428571428571429 -19075601,2009,2,4,2 -40213154,2005,9,15,1.6 -19075601,2004,11,3,3.3333333333333335 -19133768,2018,7,4,1.25 -1545959,2006,1,1,1 -40213230,2015,7,7,1.7142857142857142 -19075601,2019,6,5,1.2 -19126352,2016,6,4,3.25 -1539411,1995,4,4,1.5 -40220960,2020,2,7,1 -40213227,1999,9,1,1 -1310034,2017,6,1,1 -40213251,1990,3,1,1 -40171902,2012,1,3,1.3333333333333333 -1332419,2008,1,2,1 -40220960,2022,5,7,1 -1332419,2017,3,2,6.5 -40220960,2014,5,3,1 -19126352,2003,10,6,1.3333333333333333 -40213299,2019,1,11,1.7272727272727273 -1545959,2019,11,1,1 -40213299,2013,2,1,1 -40213314,2010,12,1,1 -40213281,2011,5,1,1 -19018935,2009,12,3,3.6666666666666665 -46275916,2009,7,1,1 -1310034,2003,4,1,1 -19126352,1994,9,7,1.4285714285714286 -19018935,2015,1,2,2 -19018935,2023,6,2,2 -19126352,1984,1,1,1 -40213306,2002,4,1,1 -40220960,2011,5,2,1 -19133768,2002,8,1,1 -40163554,1983,12,2,15 -40213227,2000,8,1,1 -1332419,2019,3,5,4.4 -1545959,2009,5,1,1 -40213230,2018,2,3,1.6666666666666667 -40163554,2008,7,2,2 -40171902,2007,11,2,1.5 -40213296,2013,6,8,2.125 -40220960,2016,3,3,1 -1310034,2015,1,2,1 -46275916,2015,1,2,1 -19126352,2022,12,4,1.25 -19075601,2021,12,10,1.5 -1539411,2022,12,2,1.5 -40213216,2023,6,3,2 -1332419,2016,4,2,2 -40213154,1946,6,2,1.5 -40213154,1945,6,2,1.5 -40213201,2022,5,8,2 -19126352,2011,6,3,1 -1539411,2011,6,2,1 -40163554,2005,12,2,2 -40213154,2009,10,15,2.533333333333333 -1332419,2006,1,5,1.8 -1539411,2006,1,5,1.8 -19018935,1998,2,3,1.3333333333333333 -40171902,1998,2,3,1.3333333333333333 -46275916,2013,11,1,1 -40213320,2007,7,1,1 -40213198,2012,3,1,5 -40171902,1992,3,1,4 -46275916,2018,10,1,1 -19126352,1968,3,1,1 -40213154,1967,3,3,1 -1310034,2013,4,1,1 -40213154,1971,9,1,1 -1545959,2022,6,1,1 -19075601,2012,12,6,1.8333333333333333 -19018935,2020,1,6,3.6666666666666665 -19126352,2020,5,4,2.5 -40213160,1959,4,1,3 -40213154,1966,12,2,2 -1539411,2016,2,3,2 -40163554,1990,5,3,1.6666666666666667 -1332419,2005,4,3,1.6666666666666667 -1539411,2005,4,3,1.6666666666666667 -1539411,2010,7,4,1.5 -1545959,2012,3,1,1 -40243436,2016,2,1,1 -40163554,2022,7,5,3.4 -40171902,2011,3,1,2 -19126352,1988,12,1,1 -40163554,2010,4,2,1 -40220960,2016,11,4,1 -40213306,2015,3,14,1.8571428571428572 -1332419,2012,5,4,2 -19133768,2018,4,1,1 -40213296,2014,12,6,1.6666666666666667 -1332419,2020,3,5,3 -19018935,2010,5,4,2 -40213154,1947,1,3,3 -19126352,1991,10,4,2.25 -40213154,1975,7,2,2.5 -40171902,2009,8,2,1 -40213230,2020,11,7,1.5714285714285714 -1545959,2004,7,1,1 -40213201,2012,11,1,3 -40213306,1991,2,1,4 -40213154,1987,1,5,2.8 -40213154,1986,1,4,3 -19075601,2001,2,4,1.5 -40243436,2020,11,2,1 -1545959,2004,4,1,1 -19018935,1979,4,2,1.5 -19075601,2016,8,9,1.4444444444444444 -19075601,2002,5,7,1.8571428571428572 -40213227,2004,10,2,2.5 -40171902,2023,2,3,1.6666666666666667 -19133768,2021,8,3,1 -40163554,1996,10,3,2.3333333333333335 -19018935,1996,10,3,2.3333333333333335 -1310034,1962,1,1,1 -40213154,1959,12,2,2 -1332419,1998,12,3,1.3333333333333333 -40213260,2007,7,2,1.5 -40163554,2012,5,2,2 -40163554,1999,6,1,2 -19126352,1999,7,1,2 -1539411,1999,7,1,2 -40213227,2006,9,4,2.5 -40163554,2021,3,3,2 -40171902,2015,3,6,6.5 -1332419,2002,8,2,1 -1332419,2015,4,8,6 -40213154,1945,10,1,1 -40243436,1991,8,1,1 -1332419,2002,9,1,1 -1545959,2015,5,2,1 -40213296,2009,7,1,3 -19126352,2018,8,4,1.5 -19126352,2021,12,5,2 -1545959,1999,8,1,1 -19126352,2007,12,3,1.3333333333333333 -19133768,2016,5,4,1 -1332419,2004,12,3,2.6666666666666665 -40163554,1987,1,2,3 -40213227,2001,10,2,1.5 -19018935,1984,12,1,17 -40213154,1972,1,2,1 -40213154,1970,12,2,3 -40213154,2008,10,10,2.5 -1539411,2004,8,1,1 -40163554,1991,10,2,2.5 -40213227,1995,11,4,2.5 -1539411,1994,1,1,1 -40213201,1992,1,1,1 -19018935,2021,2,1,2 -40171902,1989,5,1,2 -1332419,2014,3,2,2.5 -1332419,2001,5,2,4.5 -1539411,2002,3,3,1.6666666666666667 -1332419,2011,7,3,2.3333333333333335 -19018935,2018,9,1,1 -40163554,2018,7,2,2 -40171902,2016,12,1,2 -1545959,2022,10,2,1 -19126352,1963,5,2,1 -1332419,2003,12,3,2 -1332419,2020,11,3,1.6666666666666667 -19018935,2016,10,2,1.5 -19075601,2000,8,2,1.5 -46275916,2020,8,1,1 -1539411,2017,2,2,2 -1545959,1997,7,1,1 -1332419,2007,6,1,2 -19126352,2009,3,3,1 -40213201,2012,3,1,1 -1332419,1996,6,4,1.75 -46275916,2000,4,1,1 -40213227,1992,5,4,5.5 -19126352,1999,4,1,7 -1539411,1999,4,1,7 -40213227,1995,3,1,7 -40213201,2004,2,1,2 -1332419,2013,10,4,3 -19126352,2006,5,5,2 -19133768,2006,5,1,1 -40243436,2014,6,2,1 -46275916,2014,6,2,1 -40163554,2019,1,3,1.6666666666666667 -19075601,1999,1,7,6 -40213201,2015,11,1,2 -40213201,2005,10,1,2 -40213227,2010,11,3,2 -19018935,2003,5,4,1.75 -19133768,1984,11,1,1 -1545959,1998,11,1,1 -40171902,2020,2,1,1 -1539411,2007,3,4,3.75 -1545959,2019,3,2,1 -19126352,1981,4,1,1 -40213154,1959,1,2,1.5 -40213154,1962,2,2,1.5 -40213154,1979,11,3,2.6666666666666665 -19018935,2014,3,1,1 -40171902,2014,3,1,1 -19126352,2003,6,2,1.5 -40213154,1976,6,1,2 -40213154,1984,7,2,1.5 -46275916,2020,9,1,1 -40213296,2012,3,1,1 -40213227,2013,3,2,2.5 -40163554,2018,4,4,1.25 -40163554,2009,3,4,1.75 -40220960,2017,5,3,1 -40213198,2012,11,2,4.5 -40171902,2018,5,1,2 -40171902,1999,4,1,2 -40213227,1997,12,2,2 -1545959,1998,3,2,1 -40213154,1977,4,1,2 -19126352,1955,6,2,1 -40163554,1995,6,1,2 -19018935,1981,3,1,5 -19133768,2017,9,3,1 -19126352,2017,9,5,1 -1310034,2016,11,1,1 -46275916,2016,11,1,1 -19126352,1952,2,2,1 -19126352,1956,1,1,1 -1539411,2014,9,4,2 -19126352,1966,12,2,1.5 -19126352,1939,10,1,1 -40213154,1965,2,1,1 -40213154,1963,7,2,3.5 -40163554,2010,7,1,1 -1310034,2012,12,2,1 -40243436,1991,9,1,1 -40171902,2017,10,4,1.75 -40213154,1954,9,1,5 -40213296,2003,10,1,2 -40163554,2005,1,1,3 -40163554,1983,1,1,2 -40163554,2001,2,1,2 -19018935,2001,2,1,2 -19133768,1999,1,2,1 -19075601,2007,2,3,1 -40213227,2010,3,1,1 -19126352,1964,5,1,4 -1332419,1996,10,2,1 -1545959,2008,9,1,1 -19126352,1944,8,1,2 -19018935,1999,9,1,1 -19126352,1977,5,1,1 -19126352,1967,5,1,4 -46275916,2006,3,1,1 -40220960,1998,1,1,1 -40213227,2003,5,1,2 -19018935,2008,9,2,1.5 -40213227,2009,10,1,2 -40213201,1991,11,1,2 -19126352,2012,12,2,2 -19018935,2015,12,1,1 -19133768,2004,6,1,1 -1310034,2013,7,1,1 -40171902,1999,7,2,3 -19018935,2006,9,3,2 -40243436,2002,2,1,1 -40213306,1995,4,1,2 -40213154,1961,10,2,2 -1545959,2021,7,2,1 -19018935,2006,8,1,2 -40243436,2020,3,1,1 -1539411,1998,2,2,1.5 -40220960,2003,10,1,1 -19133768,2004,10,2,1 -40213260,2007,4,1,2 -40213154,1952,4,5,2.4 -40220960,2018,2,1,1 -1310034,2021,12,2,1 -19126352,1947,3,1,2 -40213227,1997,1,1,2 -40213227,2011,12,1,1 -40243436,2021,11,1,1 -1539411,2007,11,3,6.666666666666667 -19126352,1980,8,1,1 -40213154,1978,11,2,1.5 -19133768,2022,8,2,1 -40171902,1984,2,1,1 -19018935,2017,9,1,2 -19018935,2007,10,2,2.5 -1332419,1997,5,1,1 -19126352,1981,7,1,2 -19126352,2015,12,1,1 -40213154,1972,12,2,4 -19126352,1994,8,2,2 -19133768,2015,4,1,1 -40220960,2012,3,1,1 -40243436,1984,11,1,1 -46275916,1984,11,1,1 -46275916,2018,6,1,1 -40171902,2011,11,1,1 -19133768,1996,9,1,1 -40171902,1988,6,1,1 -1539411,2021,10,2,1 -40243436,2012,11,1,1 -40213227,2009,6,1,2 -1332419,2004,1,1,2 -1539411,2010,4,1,2 -40213160,1996,3,1,2 -40213281,1997,4,1,2 -46275916,2019,7,1,1 -40243436,1998,9,1,1 -40213154,1964,3,2,1.5 -19133768,2022,9,1,1 -1545959,2020,3,1,1 -40213183,2002,9,1,1 -40213299,2002,9,1,1 -40213314,2002,9,2,1 -40213160,2002,3,1,1 -40171902,1991,1,1,1 -19126352,1985,2,1,4 -40213154,1985,5,2,7.5 -40213154,1970,1,1,1 -1545959,2018,12,1,1 -19018935,2011,2,1,1 -40213201,1996,1,1,1 -40213154,1953,5,2,4 -40213154,1949,5,1,2 -40213154,1951,5,1,2 -40213227,2007,9,1,1 -40243436,2001,9,2,1 -40243436,2014,10,1,1 -46275916,2014,10,1,1 -1310034,2019,10,1,1 -40163554,2019,12,2,2.5 -1545959,2001,2,1,1 -40163554,1982,8,1,2 -19018935,1971,9,1,1 -1310034,2009,10,1,1 -40171902,2022,11,2,2.5 -40243436,2022,3,1,1 -46275916,2022,5,1,1 -1539411,1997,2,1,2 -40171902,1987,10,1,2 -19018935,1995,11,1,2 -40213154,1966,1,1,2 -1332419,2008,12,1,2 -40213304,2002,12,1,1 -1310034,2022,10,1,1 -46275916,2021,9,1,1 -1545959,2017,5,1,1 -40213154,1977,7,1,2 -40213154,1981,5,1,2 -1310034,1994,9,1,1 -1539411,1994,12,1,6 -40213260,2006,2,1,4 -40213160,1965,7,1,1 -19126352,1975,2,1,24 -40213306,1986,4,1,24 -46275916,2010,5,1,1 -19126352,1982,6,1,1 -40243436,1955,11,1,1 -46275916,1955,11,1,1 -40213201,2005,6,1,1 -40213154,1964,11,1,2 -19126352,1992,5,1,5 -19018935,1977,6,1,2 -40163554,2006,3,1,2 -40213201,1997,2,1,2 -40171902,1985,5,1,3 -40213260,2021,4,11,1.7272727272727273 -40213227,2021,4,58,2.1379310344827585 -40213154,2014,10,635,2.4803149606299213 -40213154,2021,11,671,2.5126676602086437 -40213154,2021,3,688,2.4680232558139537 -40213154,2018,3,657,2.415525114155251 -40213154,2017,3,647,2.401854714064915 -40213154,2016,11,618,2.2896440129449838 -40213216,2019,1,13,2 -40213299,2021,1,19,2.0526315789473686 -40213299,2019,10,8,2.375 -40213160,2018,11,28,2.392857142857143 -40213281,2019,4,38,2.789473684210526 -40213230,2021,3,11,2.090909090909091 -40213320,2023,4,32,2.65625 -40213320,2021,3,31,2.774193548387097 -40213160,2015,2,43,2.4186046511627906 -40213154,2016,3,666,2.388888888888889 -19018935,2020,10,4,1.75 -40213154,2020,10,617,2.1815235008103726 -40213154,2020,6,624,2.2868589743589745 -40213154,2019,2,617,2.2771474878444082 -40213154,2015,1,661,2.4462934947049924 -40213154,2023,3,664,2.3795180722891565 -40213180,2022,12,26,2.076923076923077 -40213320,2022,12,36,2.4166666666666665 -40213154,2022,12,695,2.2762589928057553 -40213154,2018,11,665,2.406015037593985 -40213154,2017,11,662,2.308157099697885 -19126352,2000,9,2,1 -40243436,2018,3,2,1 -1310034,2018,3,2,1 -40213154,2015,12,602,2.2524916943521593 -40213154,2013,12,630,2.226984126984127 -40213227,2018,7,53,2.6226415094339623 -40213154,2014,6,581,2.4733218588640273 -40213180,2021,4,35,1.9142857142857144 -40220960,2019,11,2,1 -40213154,2022,1,652,2.2392638036809815 -40213251,2022,4,21,2.238095238095238 -40213160,2017,10,28,2.2142857142857144 -40213281,2018,1,33,1.7878787878787878 -40213281,2017,10,38,2.736842105263158 -40213299,2018,9,12,2.4166666666666665 -40213216,2016,9,16,2.25 -40213160,2016,12,34,2.3823529411764706 -40213281,2016,12,42,2.357142857142857 -40213299,2015,6,18,2.388888888888889 -40213304,2013,9,29,2.206896551724138 -40213160,2013,9,41,2.073170731707317 -40213160,2017,6,44,2.5 -40213281,2017,6,56,2.6964285714285716 -40213198,2017,3,51,3.1372549019607843 -40213216,2021,10,19,1.6842105263157894 -40213281,2021,12,45,2.422222222222222 -40213296,2022,11,21,2.6666666666666665 -40213227,2014,1,58,2.3275862068965516 -1539411,1991,6,16,2.6875 -40213154,2000,8,14,1.5714285714285714 -40213230,2019,11,9,2.2222222222222223 -40213320,2021,11,28,2.2142857142857144 -40213160,2019,9,38,2.236842105263158 -40213227,2022,1,60,2.8333333333333335 -40213154,2000,9,17,2.1176470588235294 -40213260,2018,1,20,1.95 -40213216,2013,11,20,1.7 -40213198,2014,8,37,3.081081081081081 -40213198,2013,11,45,1.9777777777777779 -40213281,2014,2,45,2.6 -40213296,2014,10,11,2 -40213198,2016,3,52,2.0576923076923075 -40213198,2015,7,52,2.673076923076923 -40213296,2020,6,16,2.875 -40213299,2013,8,20,2 -40163554,2002,3,3,1.6666666666666667 -19018935,2002,3,3,1.6666666666666667 -40171902,2002,3,3,1.6666666666666667 -40213299,2016,1,22,2.3181818181818183 -40213299,2017,4,22,2.1363636363636362 -40213314,2015,4,34,3.235294117647059 -40213198,2015,4,48,3 -40213183,2023,6,11,1.6363636363636365 -40213198,2022,12,38,2 -40213299,2019,6,17,1.7647058823529411 -40213304,2017,1,31,2.5161290322580645 -40213281,2015,5,46,2.152173913043478 -40213304,2018,6,25,1.6 -40213160,2018,3,35,1.8571428571428572 -40213180,2015,4,31,2.161290322580645 -40213227,2020,4,70,2.357142857142857 -40213201,2020,11,8,2.25 -40213198,2019,11,48,1.9375 -40213260,2023,6,10,3.9 -40213296,2014,6,19,2.8421052631578947 -40213230,2022,4,10,2.1 -40213299,2013,9,19,1.8421052631578947 -1332419,2018,11,7,1.8571428571428572 -40213306,2022,1,12,2.3333333333333335 -40213180,2022,1,29,2 -40213320,2017,12,18,1.6666666666666667 -40213320,2018,12,21,1.5714285714285714 -40213306,2018,5,5,2.2 -19075601,2009,9,8,1.75 -19133768,2009,9,2,1 -40213314,2021,9,34,2.735294117647059 -40213160,2022,2,37,2.108108108108108 -40213198,2021,11,49,3.122448979591837 -40220960,2020,8,6,1.1666666666666667 -40213216,2018,7,17,1.7058823529411764 -40213299,2020,7,19,1.631578947368421 -40213304,2018,10,31,1.6774193548387097 -40213281,2023,1,41,2.1707317073170733 -40213281,2019,7,44,1.8636363636363635 -40213260,2021,7,14,1.6428571428571428 -40213227,2021,7,58,2.586206896551724 -40213251,2017,3,20,3.95 -40213304,2016,2,34,2.4705882352941178 -40213320,2019,1,25,2.12 -40213160,2013,8,40,1.975 -40213183,2018,2,19,2 -40213251,2018,2,19,2 -40213260,2018,12,11,2 -40213281,2013,12,54,2.1296296296296298 -40213227,2019,6,65,1.6615384615384616 -40171902,2016,6,3,1.3333333333333333 -40213320,2022,1,25,2.04 -40213201,2014,8,11,1.9090909090909092 -40220960,2015,3,5,1 -1332419,1998,6,2,3 -19126352,2007,10,1,2 -19075601,2005,9,5,2.4 -19075601,2023,1,15,1.8 -40213180,2018,11,27,3.2962962962962963 -40213183,2016,10,20,2.35 -40213160,2016,1,38,2.4473684210526314 -40213281,2016,1,43,2.5348837209302326 -40213183,2020,7,23,2.217391304347826 -40213160,2020,7,44,2.1136363636363638 -40213299,2018,8,14,2.857142857142857 -40213281,2022,5,37,2.5135135135135136 -40213198,2018,2,38,2.1315789473684212 -40213198,2017,11,40,3.125 -40213260,2017,6,16,4 -40213260,2016,6,17,2.0588235294117645 -40213304,2015,12,34,2.6470588235294117 -40213281,2020,11,51,2.1176470588235294 -19075601,2002,7,11,1.3636363636363635 -40213180,2019,5,32,1.84375 -40213306,2013,9,8,3.125 -40213198,2014,9,46,2.152173913043478 -40213154,1996,11,19,2.789473684210526 -19075601,2007,9,7,4.142857142857143 -40213154,1991,8,9,2.111111111111111 -40213154,1993,8,7,2.2857142857142856 -40213251,2014,12,17,2 -19075601,2001,8,4,1.5 -40213227,2019,10,65,1.9384615384615385 -40213216,2022,6,18,1.5 -40213299,2023,5,12,1.5833333333333333 -40213180,2017,5,16,2.125 -40213227,2023,5,56,3.0892857142857144 -40213198,2019,3,45,1.8222222222222222 -40213227,2018,4,63,2.888888888888889 -19126352,2014,1,7,1.4285714285714286 -40213281,2018,12,34,1.8235294117647058 -19126352,2004,3,6,1.6666666666666667 -40213227,2022,12,72,2.2916666666666665 -40213260,2015,11,5,1.6 -40213320,2019,12,17,2.0588235294117645 -19126352,2022,6,7,1.8571428571428572 -1539411,2022,6,6,1.8333333333333333 -40163554,1993,5,1,2 -40171902,1993,5,1,2 -19075601,1997,5,19,1.736842105263158 -40213154,1999,6,11,3.1818181818181817 -40213260,2016,10,15,2.3333333333333335 -40213216,2021,6,13,1.7692307692307692 -40213160,2021,4,32,2.875 -40213230,2022,7,9,2.111111111111111 -40213183,2016,6,17,2.176470588235294 -40213251,2015,8,23,2.347826086956522 -40220960,2022,7,7,1 -40213296,2015,4,16,2.1875 -40213216,2016,8,13,3.5384615384615383 -40213299,2017,7,15,3.466666666666667 -40213154,1983,11,7,4.857142857142857 -1332419,2012,4,5,1.2 -40243436,1979,12,1,1 -40213154,1976,12,4,3.5 -19075601,2022,12,12,1.1666666666666667 -1332419,1997,7,4,2 -19126352,1991,12,5,1.6 -40213154,2005,2,21,2.142857142857143 -19126352,2020,4,6,1.3333333333333333 -19075601,2020,4,10,1.2 -40171902,2020,8,7,2.142857142857143 -1539411,2020,8,5,2 -40213251,2016,4,16,1.75 -40213304,2015,1,30,3.3666666666666667 -40213314,2015,7,22,3.5 -40213299,2015,10,13,2.3846153846153846 -40213227,2014,12,58,2.8448275862068964 -19126352,1982,1,2,1 -40213216,2018,4,17,1.8235294117647058 -40213251,2019,3,21,2.0952380952380953 -40213198,2022,1,46,2.1739130434782608 -40213227,2017,8,70,2.7285714285714286 -40213154,1945,12,1,1 -19126352,2011,12,6,1.5 -19075601,1998,3,6,1.6666666666666667 -40213154,2011,5,20,1.9 -40213251,2015,9,14,1.9285714285714286 -40171902,2017,1,2,1 -40163554,2007,3,1,2 -40213306,2022,12,12,1.6666666666666667 -40213180,2014,8,26,1.8846153846153846 -40213314,2020,3,26,2.6153846153846154 -40213198,2020,3,45,2.6444444444444444 -40213251,2014,1,17,1.8235294117647058 -40213320,2020,2,28,1.6428571428571428 -40213201,2018,5,10,1.6 -40213183,2017,9,18,3.5 -40213183,2013,12,23,3.347826086956522 -40213314,2013,12,31,3 -19075601,2019,1,10,1.2 -1539411,2011,12,5,1.6 -40213154,2009,12,21,2.0952380952380953 -40213251,2016,7,17,4.117647058823529 -40213180,2016,4,33,1.878787878787879 -40163554,2019,10,4,2 -1332419,1995,11,3,1 -19133768,2004,1,2,1 -40213304,2019,5,30,1.7 -40213314,2019,8,21,1.8095238095238095 -40213160,2019,8,34,2.088235294117647 -40213180,2020,10,18,2.3333333333333335 -40213281,2020,3,36,2.3055555555555554 -40213198,2023,3,43,1.8604651162790697 -40213299,2016,12,16,2.125 -40213304,2014,8,17,2.176470588235294 -40213154,1994,2,14,2 -40213154,1996,3,10,2.3 -40213304,2021,11,22,1.5454545454545454 -40213230,2016,7,9,1.8888888888888888 -40213180,2016,7,28,1.8928571428571428 -40213296,2021,3,13,2.1538461538461537 -40220960,2018,9,6,1 -40171902,2013,11,2,2 -40213230,2014,5,8,1.5 -40213201,2016,5,3,1.3333333333333333 -40213306,2020,4,15,2.4 -40213304,2023,5,19,2.210526315789474 -40213154,1987,10,9,1.6666666666666667 -40213320,2014,3,29,2.413793103448276 -40213306,2016,9,9,1.7777777777777777 -40213304,2020,2,23,2 -40213198,2021,3,47,2.7872340425531914 -40213216,2020,4,18,1.8333333333333333 -40213160,2020,4,36,2 -40213251,2020,8,16,1.8125 -40213198,2016,11,29,1.7586206896551724 -40213227,2017,9,59,1.9661016949152543 -1539411,2003,3,3,1.6666666666666667 -40213198,2020,11,44,2 -46275916,2010,4,2,1 -1332419,2000,7,1,2 -40213154,2006,9,18,2.2222222222222223 -40213154,2003,8,19,2 -40213154,2007,9,20,2.3 -40163554,2020,12,5,2.6 -40220960,2023,5,4,1 -40213260,2017,10,13,2.8461538461538463 -40213304,2021,3,32,2.46875 -40213160,2021,7,33,2.212121212121212 -40213230,2021,11,16,2.5625 -40213183,2015,10,25,2.88 -40213304,2017,12,27,1.7777777777777777 -19018935,2018,2,2,1.5 -40213154,1966,6,2,1.5 -40213314,2014,2,28,2.0714285714285716 -40213160,2014,5,34,2.9411764705882355 -19075601,2011,9,9,1.4444444444444444 -40213296,2021,11,22,3.409090909090909 -19126352,1943,10,1,2 -40163554,1997,9,5,2 -19018935,1997,9,5,2 -19075601,2015,12,5,1 -40213180,2021,7,32,2.59375 -40163554,2013,7,2,1.5 -19075601,2007,8,5,2.8 -19018935,2012,9,5,1.2 -40213281,2021,1,57,2.508771929824561 -1539411,2021,1,5,2 -40213201,2019,2,7,2 -40213180,2014,9,26,2.230769230769231 -40220960,2018,8,2,1 -40213154,1990,4,9,1.5555555555555556 -40213154,1989,4,13,1.6923076923076923 -40171902,2008,11,1,1 -40213314,2021,8,24,1.6666666666666667 -40213314,2020,11,27,1.8518518518518519 -40213251,2017,11,22,2.6363636363636362 -40213216,2017,2,20,2.65 -19126352,1980,2,4,1.25 -19075601,2019,12,17,1.4705882352941178 -40213304,2013,8,26,1.8461538461538463 -40213183,2020,4,20,2.3 -40213299,2020,4,20,1.8 -40213180,2018,3,31,2.3225806451612905 -40213251,2022,7,16,1.75 -40213299,2022,7,21,1.9523809523809523 -40213227,2020,7,74,2.081081081081081 -40213201,2022,7,8,2 -1539411,2010,5,2,1.5 -40163554,2012,4,3,1.3333333333333333 -1539411,2009,11,2,3.5 -40213154,1985,4,13,4.461538461538462 -19126352,2015,10,2,3 -19075601,2015,1,10,1.7 -40213296,2017,2,18,1.6666666666666667 -1539411,1991,10,17,2.7058823529411766 -40213154,2009,1,19,1.9473684210526316 -40213154,2008,1,19,1.894736842105263 -46275916,2014,12,2,1 -40243436,2014,12,2,1 -40213154,2013,1,18,2.1666666666666665 -40213183,2019,5,17,2.9411764705882355 -40163554,2004,2,1,3 -40171902,2004,2,1,3 -40213230,2017,2,7,1.5714285714285714 -1545959,2005,4,5,1 -40213154,1999,10,15,1.5333333333333334 -40213154,1981,4,4,2.5 -40213216,2023,1,16,1.8125 -1332419,2008,10,6,1.8333333333333333 -19126352,1995,9,1,2 -40220960,2008,11,4,1 -40213227,2005,3,2,3 -40213201,2005,12,2,2 -40213183,2015,6,15,3.6666666666666665 -40163554,1996,12,1,2 -19018935,1996,12,1,2 -40213183,2014,2,24,2.9583333333333335 -40213201,2006,5,1,2 -40213320,2018,1,24,1.7916666666666667 -19126352,1969,8,2,14 -40213154,1965,8,3,3 -40213154,1962,8,2,3.5 -40171902,1989,4,1,1 -40213260,2014,5,15,2.7333333333333334 -19075601,2010,6,8,1.75 -40171902,2021,10,4,2 -1310034,2017,12,4,1 -40213160,2023,6,15,1.6666666666666667 -40213296,2013,12,16,1.5 -40213320,2014,11,21,3 -19126352,2001,4,5,1.4 -1545959,2003,2,2,1 -19075601,2003,2,4,1 -1332419,2001,4,3,1.6666666666666667 -19133768,2003,2,2,1 -40171902,2008,3,4,1.25 -40213306,2013,8,8,1.75 -40213299,2022,4,23,1.9130434782608696 -40213296,2015,7,12,2.0833333333333335 -19133768,1985,7,2,1 -40213260,2022,2,15,2 -40213314,2023,4,26,2.6923076923076925 -40213314,2022,5,26,1.9230769230769231 -40213306,2016,8,9,2 -40213227,2009,1,1,2 -40220960,2022,4,6,1 -40213306,2014,5,6,3.3333333333333335 -19126352,1982,12,3,2 -1332419,1997,4,1,4 -19075601,2012,6,4,1.25 -40213227,2003,4,1,2 -40213154,2004,5,16,1.875 -40213154,1963,5,3,1.6666666666666667 -19126352,2006,7,3,2 -40163554,1992,7,1,3 -1332419,2004,6,4,2.5 -19075601,2001,9,4,1.25 -40220960,2001,9,1,1 -40213154,1992,11,11,1.9090909090909092 -40213230,2018,9,7,1.5714285714285714 -19126352,2012,10,5,1.4 -19075601,2012,10,7,1.2857142857142858 -1539411,2012,9,4,1.75 -40213201,2008,8,1,2 -40213227,2003,7,3,2 -40213154,2007,8,15,2.466666666666667 -40213154,2006,8,16,1.9375 -40213260,2006,8,1,3 -19075601,2018,4,11,2.3636363636363638 -1332419,2012,7,6,1.6666666666666667 -1545959,2009,4,1,1 -40213183,2002,2,1,1 -40213154,2002,5,17,1.8823529411764706 -40213251,2019,11,26,2.1153846153846154 -1545959,2008,2,2,1 -1332419,1996,1,3,2 -40213299,1996,7,1,2 -19126352,1998,1,4,1.5 -40213180,2020,6,22,2.090909090909091 -40213183,2017,8,15,2.2 -1310034,1963,6,1,1 -40163554,2019,6,3,2.3333333333333335 -40213201,2022,4,9,1.3333333333333333 -40213296,2022,3,24,2.5416666666666665 -19126352,2021,6,6,1.1666666666666667 -19075601,2021,6,10,1.1 -40213154,2012,2,15,1.7333333333333334 -1332419,2013,1,3,2 -40213154,2008,12,15,2 -40213227,1992,4,4,1.75 -40220960,2006,11,1,1 -19133768,1993,9,1,1 -40213154,1986,10,5,1.6 -40163554,1998,4,2,2 -40213230,2018,8,5,1.6 -1539411,2020,9,8,1.625 -1332419,1994,10,18,2.611111111111111 -1539411,1994,10,2,3 -1539411,1996,11,4,1.75 -1332419,1994,6,22,2.272727272727273 -40163554,2022,5,7,1.7142857142857142 -40213198,2011,2,3,1.6666666666666667 -19126352,2007,6,4,1.5 -40220960,2004,7,2,1 -40213314,2019,9,18,1.9444444444444444 -19126352,1976,3,1,1 -40213154,1975,5,3,2 -1539411,2016,9,2,2.5 -19075601,2016,2,10,1.3 -19126352,1965,7,3,1.3333333333333333 -40213154,1960,4,2,1.5 -40213216,2022,10,17,2.7058823529411766 -1332419,2022,9,3,2 -40213260,2019,10,20,2.3 -1539411,2013,9,2,1.5 -40213304,2014,9,26,2.3846153846153846 -40220960,2017,7,5,1 -40213296,2020,10,16,2.3125 -19018935,2022,9,2,1.5 -40163554,2015,11,3,3.6666666666666665 -40213154,1988,12,8,4.25 -19018935,2023,1,1,1 -19133768,2014,2,2,1 -19126352,1983,3,4,2 -40213216,2014,5,18,3.5555555555555554 -40220960,2008,3,1,1 -40213216,2020,7,19,2 -40213260,2020,5,12,1.75 -46275916,2004,11,1,1 -19126352,1986,4,1,1 -40213154,1990,7,6,3 -40213154,1987,6,6,4.166666666666667 -40213154,1986,6,4,4.75 -40213154,1989,7,5,3.2 -40163554,1984,11,1,3 -19126352,2010,2,3,1.3333333333333333 -1332419,2010,9,3,2 -40220960,2017,4,9,1 -40213216,2019,12,15,1.8 -40243436,2018,11,1,2 -1310034,2018,11,1,2 -40213260,2019,6,18,1.7222222222222223 -40213230,2023,5,6,1.8333333333333333 -40171902,1991,6,2,2.5 -40213230,2019,3,8,1.5 -40163554,1997,8,2,1.5 -19018935,1997,8,2,1.5 -1539411,2015,11,4,4.25 -40213251,2013,7,12,1.8333333333333333 -19018935,2020,6,5,2.8 -40213227,2004,1,3,2.3333333333333335 -1539411,1998,8,5,2.2 -40213154,2003,9,11,1.5454545454545454 -19126352,1989,8,2,2 -40213154,1983,3,7,1.7142857142857142 -40220960,2015,11,4,1 -19133768,2010,3,2,1 -19018935,2012,8,1,1 -40220960,2021,7,5,1 -1332419,2018,3,3,2 -19126352,2003,1,3,3 -40213201,2023,6,6,1.3333333333333333 -19126352,1997,5,3,1 -1545959,1997,5,2,1 -40171902,2013,3,3,2 -40213201,2000,7,2,2 -1539411,2008,3,3,1.6666666666666667 -40213299,2021,12,15,2.6 -40213251,2020,9,12,2 -1332419,1998,10,1,2 -40213180,2015,7,18,2.0555555555555554 -40213260,2015,3,19,1.4736842105263157 -19018935,2007,12,4,1.75 -1332419,2022,8,3,2.3333333333333335 -19018935,2016,1,4,2.25 -40163554,2003,11,1,2 -19126352,2019,2,5,2.4 -40243436,2019,4,2,1 -19126352,1986,7,2,2 -19133768,1993,8,1,2 -40163554,2013,4,2,1.5 -40171902,2006,11,1,1 -40213251,2021,2,8,1.875 -19018935,2000,12,1,1 -40171902,2000,12,1,1 -40213296,2019,5,16,2.0625 -1332419,2006,6,4,8.5 -19075601,2006,6,8,4.75 -1539411,2006,6,4,8.5 -40220960,1997,11,1,1 -40220960,2019,3,4,1.25 -19075601,1999,6,7,3 -40213320,2017,1,21,2.238095238095238 -19126352,2005,5,2,2 -1332419,2005,5,2,2 -1539411,2005,5,2,2 -40213201,2014,9,7,2.142857142857143 -1539411,2015,3,7,2 -1539411,2001,11,1,25 -19126352,2015,6,3,2 -46275916,2020,2,1,1 -19075601,2002,4,4,1.75 -40163554,1974,10,1,1 -19018935,2011,8,2,1.5 -40213201,2021,5,10,1.4 -40171902,2001,7,2,2 -40220960,2020,9,3,1 -1332419,2011,5,2,1.5 -19126352,2004,11,3,3.3333333333333335 -19075601,2018,7,9,1.3333333333333333 -19126352,2020,7,9,1.6666666666666667 -19075601,2020,7,12,1.5 -40213183,1986,6,1,1 -40213304,1985,3,1,1 -40213154,1992,3,4,1.5 -19133768,2016,7,2,1 -19126352,2008,1,3,1 -40171902,1988,1,1,2 -19075601,2005,8,4,1.25 -1539411,2001,3,2,1 -19126352,2013,11,4,1.25 -19075601,2013,11,6,1.1666666666666667 -40213296,2000,2,1,2 -40213230,2016,4,8,1.75 -40163554,1970,9,1,2 -19018935,1970,9,1,2 -1539411,1997,9,2,1 -1539411,2003,11,4,1.5 -40213216,2010,12,1,1 -40213160,2010,12,1,1 -19018935,2021,9,3,1.3333333333333333 -46275916,1997,2,1,1 -40213227,1997,10,2,1.5 -40213154,1993,9,10,1.4 -40213201,2020,3,4,1.5 -40213154,1955,11,2,1.5 -19126352,2001,7,6,2.3333333333333335 -19126352,2002,8,3,1 -1545959,2002,8,1,1 -1332419,2001,7,5,2.6 -19018935,1983,12,2,15 -1539411,2019,3,5,4.4 -40163554,2023,3,3,1.3333333333333333 -1332419,2007,1,3,2.3333333333333335 -40171902,1985,4,1,2 -40163554,2007,11,2,1.5 -19018935,1993,11,1,1 -1545959,2013,7,2,1 -19126352,1951,5,1,1 -40213154,1947,6,2,1.5 -40171902,2021,6,1,5 -40171902,1999,5,2,3.5 -1545959,2022,12,2,1 -40171902,2010,2,3,1.6666666666666667 -1539411,1998,9,2,2.5 -19075601,2011,8,4,1.25 -40243436,2013,11,1,1 -19126352,2016,12,6,1.5 -1332419,2000,4,1,1 -40213154,1974,4,2,1 -19133768,2020,4,3,1 -40220960,2013,4,1,1 -1310034,2021,10,2,1 -46275916,2018,12,1,1 -1539411,2012,8,6,1.8333333333333333 -40163554,2020,1,6,3.6666666666666665 -40213230,2015,5,7,1.8571428571428572 -19018935,2021,8,2,2.5 -19133768,2020,7,3,1 -40213154,1968,9,1,1 -40213154,1961,12,2,2.5 -40171902,1990,5,3,1.6666666666666667 -1310034,2021,6,2,1 -40220960,2014,7,3,1 -19133768,2012,3,1,1 -40213201,2004,8,1,1 -40171902,2017,12,2,2 -19018935,2011,9,4,2.25 -1545959,2004,5,1,1 -40163554,2008,5,3,2.3333333333333335 -40163554,1985,3,1,2 -19018935,1985,3,1,2 -19018935,1998,8,3,2.6666666666666665 -40171902,1998,8,3,2.6666666666666665 -19075601,1999,10,4,9 -40213227,1992,7,4,2.75 -40163554,2011,3,1,2 -19018935,2010,4,2,1 -40163554,2010,5,4,2 -40213154,1946,1,2,3.5 -40213154,1982,9,3,1.3333333333333333 -19133768,2004,12,1,1 -40213227,1998,3,1,2 -40213227,2001,1,2,4 -40213154,1974,7,2,2.5 -40213154,1970,6,2,2.5 -40171902,2009,2,1,1 -1310034,2002,3,1,1 -19126352,2012,6,2,1.5 -19126352,2016,1,2,2 -1310034,1995,7,1,1 -40213154,1991,9,6,1.8333333333333333 -1539411,2016,8,3,2.3333333333333335 -1332419,2021,5,5,1.6 -40220960,1993,1,2,1 -19126352,1998,12,3,1.3333333333333333 -40163554,2012,7,2,2.5 -40220960,1998,10,1,1 -19018935,2005,3,3,2.6666666666666665 -40171902,2005,3,3,2.6666666666666665 -19075601,2021,10,8,1.25 -46275916,2021,2,2,1 -40163554,2015,3,6,6.5 -40163554,2014,6,2,1.5 -1332419,2013,12,1,2 -19133768,2016,4,2,1 -1332419,2023,5,6,1.8333333333333333 -1310034,1991,8,1,1 -19126352,2002,9,1,1 -19133768,2019,8,2,1 -40163554,1994,3,1,2 -19018935,1994,3,1,2 -19133768,2015,5,2,1 -40213227,2011,10,2,3 -1539411,2013,8,2,2.5 -40163554,1995,12,3,1.6666666666666667 -40163554,2005,6,1,25 -40171902,1986,9,1,1 -40213180,2010,7,1,1 -40213296,1998,9,1,2 -1539411,2021,12,4,2.25 -1310034,2022,12,1,1 -1332419,2015,5,4,1.75 -40171902,2012,10,2,1.5 -19126352,2013,3,7,2.4285714285714284 -19075601,2013,3,10,2 -40163554,1981,7,1,4 -40171902,1987,1,2,3 -19018935,2022,8,4,2 -40213227,2008,8,3,2.6666666666666665 -19018935,2004,11,2,4 -1332419,2003,10,4,1.5 -19126352,1962,11,1,1 -19126352,1996,10,4,1.25 -40213227,2002,11,1,2 -1545959,2018,6,3,1 -1545959,2000,10,1,1 -19018935,2015,10,2,1.5 -1539411,1995,5,1,2 -40171902,1991,10,2,2.5 -1332419,2016,5,3,1.6666666666666667 -40213306,2020,7,7,1.4285714285714286 -40171902,2018,7,2,2 -19133768,2022,2,2,1 -19126352,2011,1,5,1.2 -1539411,2011,1,5,1.2 -19018935,2016,12,1,2 -19126352,2022,10,3,1.3333333333333333 -1332419,1999,11,3,1.3333333333333333 -40213154,1960,7,4,3.75 -19126352,1987,10,2,1 -19133768,1991,11,1,1 -19126352,2003,12,4,1.75 -1545959,2006,6,2,1 -40171902,2016,10,2,1.5 -1539411,2000,8,2,1.5 -19126352,2000,8,2,1.5 -1539411,2017,8,3,1.6666666666666667 -40213154,1976,1,2,1.5 -19018935,2000,1,2,1.5 -40171902,2000,1,2,1.5 -19018935,2006,2,2,1 -1310034,2020,8,1,1 -19126352,2017,2,3,1.6666666666666667 -19126352,1993,2,1,1 -1539411,2009,3,2,1 -40213227,2007,2,3,1.3333333333333333 -19126352,1996,6,4,1.75 -40213201,1996,6,1,1 -40213201,1999,7,1,2 -19126352,2021,10,4,1 -19018935,2019,1,3,1.6666666666666667 -40171902,2019,1,3,1.6666666666666667 -19126352,1989,9,1,2 -19133768,2017,2,1,1 -19018935,2015,6,2,2 -40163554,2000,8,2,1.5 -40171902,2020,9,2,1.5 -40171902,2003,5,4,1.75 -46275916,1991,1,1,1 -46275916,2023,4,1,1 -1545959,2000,6,1,1 -1310034,2017,1,2,1 -19075601,1998,11,3,1.3333333333333333 -19133768,1998,11,1,1 -1539411,1993,7,1,1 -19075601,2009,8,4,2 -40213227,2005,11,1,2 -40213154,1981,7,1,2 -1310034,2020,9,1,1 -1332419,2007,12,2,1.5 -1310034,2004,10,1,1 -40220960,2013,7,3,1 -40220960,2005,10,2,1 -19075601,2022,1,1,1 -40171902,2018,4,4,1.25 -40171902,1984,8,1,1 -19133768,2019,9,1,1 -40163554,2018,5,1,2 -1310034,2015,10,1,1 -46275916,2015,10,1,1 -19018935,2009,10,2,3 -19133768,1998,3,2,1 -40213154,1977,5,2,1.5 -19126352,1984,10,1,1 -19126352,1999,5,5,2 -19133768,2018,5,1,2 -19126352,2018,2,6,1.6666666666666667 -1545959,2006,10,4,1 -19075601,2006,10,6,1.1666666666666667 -40213154,1955,3,3,1.3333333333333333 -19133768,1988,2,1,1 -40213227,2001,12,2,1.5 -46275916,2002,1,1,1 -19126352,1963,7,1,6 -46275916,1967,4,1,1 -40213154,1959,6,2,4.5 -19018935,2010,7,1,1 -1539411,1992,11,1,4 -1332419,1999,3,2,2 -1310034,1991,9,1,1 -40163554,1986,11,1,1 -40213154,1959,10,2,3.5 -1539411,2017,9,2,1 -19018935,1983,1,1,2 -40220960,1994,4,1,1 -19126352,2006,4,1,1 -19133768,2006,4,1,1 -19126352,2014,12,3,1.3333333333333333 -40213154,1968,8,1,1 -1545959,2007,5,1,1 -40163554,1975,7,1,2 -40171902,1981,8,1,2 -40213201,1993,10,1,2 -40213227,1998,11,2,2 -40171902,2001,4,2,2.5 -1332419,2010,8,3,1.6666666666666667 -1545959,2001,8,1,1 -40213154,1972,6,1,4 -19133768,2009,8,1,1 -40213201,2008,9,1,2 -1539411,1992,3,3,2 -40220960,1992,3,1,1 -19018935,2009,6,2,9.5 -40171902,1994,9,1,1 -19133768,2007,2,2,1 -1539411,1999,5,3,2.6666666666666665 -19126352,1958,3,1,3 -40220960,2003,1,1,1 -40213201,2001,3,2,4.5 -40213154,1966,10,2,1.5 -1545959,2016,11,1,1 -40171902,1995,7,1,5 -1539411,2004,2,2,1.5 -19075601,2010,10,5,1.6 -40213154,1972,10,3,1.3333333333333333 -40213154,1951,4,4,2.75 -40213154,1953,4,3,1.3333333333333333 -40213154,1949,4,3,3.3333333333333335 -19133768,2000,11,2,1 -40243436,2005,3,1,1 -19126352,1952,9,1,1 -40163554,1984,3,1,1 -40171902,1994,8,1,1 -19133768,2013,11,1,1 -40213198,2010,7,2,2 -40213154,1970,10,3,1.6666666666666667 -19126352,1942,12,1,1 -40213154,1985,7,2,1.5 -19126352,1994,2,3,2.6666666666666665 -40213154,1988,1,3,3.6666666666666665 -40243436,2005,11,1,1 -40163554,2001,9,1,1 -19018935,2001,9,1,1 -40213227,2008,9,1,1 -40213227,1994,8,1,1 -1545959,2015,4,1,1 -19126352,1987,6,2,2.5 -40243436,2015,5,1,1 -1310034,1984,11,1,1 -40163554,2011,11,1,1 -1539411,2022,10,1,2 -40213201,1994,6,1,1 -40220960,2014,4,3,1 -40163554,2014,10,1,2 -1539411,2008,11,2,1.5 -46275916,2007,2,1,1 -1545959,2001,9,1,1 -19018935,2004,3,2,2 -40243436,2016,8,2,1.5 -40213227,2011,6,1,1 -40213299,1995,3,1,2 -40213183,1996,3,1,2 -40243436,2019,7,1,1 -40213154,1957,2,1,2 -40213154,1958,2,1,2 -19126352,1985,9,1,2 -40213201,1993,6,1,3 -40220960,1993,12,1,1 -40163554,1991,1,1,1 -40220960,2021,4,1,1 -40213154,1961,1,2,2 -40243436,1988,5,1,1 -40243436,1994,6,1,1 -40213154,1984,5,1,13 -40213260,2011,1,1,2 -19126352,1992,7,3,1 -19133768,1992,7,1,1 -40171902,1989,7,1,1 -40213201,1997,8,1,1 -19126352,1933,3,1,2 -40213154,1949,7,1,2 -19126352,1962,3,1,1 -19126352,1967,7,1,2 -40163554,1981,4,1,2 -40213154,1952,5,1,2 -40171902,1996,8,1,1 -1539411,2000,9,1,1 -40171902,2012,6,1,2 -40213201,1992,10,1,1 -19126352,2023,6,1,2 -19018935,2019,12,2,2.5 -40171902,2019,12,2,2.5 -40163554,2005,10,1,1 -19126352,1992,4,1,2 -40163554,1971,9,1,1 -19133768,1982,4,1,1 -19018935,1984,10,1,1 -40163554,1978,12,1,2 -1332419,2003,6,1,2 -1545959,2009,7,1,1 -40213296,1996,6,1,1 -40163554,1987,10,1,2 -19126352,1984,6,1,2 -40213154,1971,2,1,2 -19018935,1999,2,1,1 -19126352,2008,12,1,2 -40213251,2003,6,1,1 -40213281,2002,9,1,1 -19126352,1983,11,1,1 -19018935,2017,2,1,2 -40213306,2009,7,1,1 -19133768,1999,6,1,1 -19126352,1988,10,1,1 -1545959,2013,4,1,1 -40213154,1969,2,1,1 -40213296,2010,8,1,1 -1539411,1993,4,1,2 -40213201,1990,8,1,1 -19018935,2008,2,1,1 -1332419,2008,6,1,3 -19126352,1995,8,1,2 -19126352,1975,9,1,1 -40171902,2006,3,1,2 -40243436,2014,1,1,1 -46275916,2014,1,1,1 -4078793,2022,9,60,2.7 -4078793,2012,11,3,1.3333333333333333 -4216130,2008,8,2,1 -4057420,2013,12,10,2.3 -4078793,2021,4,43,2.4651162790697674 -4078793,2014,2,35,2.4285714285714284 -4078793,2017,6,47,2.8085106382978724 -4078793,2018,6,50,2.92 -4078793,2015,6,38,2.0526315789473686 -4336464,2009,9,2,1 -4202451,2020,8,6,1.1666666666666667 -4057420,2022,4,12,1.8333333333333333 -4078793,2016,2,34,2.676470588235294 -4230911,2022,10,11,1 -4078793,2022,8,42,2.2857142857142856 -4230911,2023,4,13,1 -4078793,2015,10,38,2.3684210526315788 -4078793,2017,10,36,1.8888888888888888 -4078793,2018,10,42,2.0238095238095237 -40492359,2003,9,1,1 -4230911,2003,9,2,1 -4078793,1998,5,1,2 -4078793,1996,5,2,8.5 -4078793,1995,5,2,8.5 -4230911,1979,12,1,1 -4230911,2007,3,1,1 -4078793,2021,7,57,3.263157894736842 -4230911,1953,10,1,1 -4078793,2007,5,2,1.5 -4216130,2011,12,1,1 -4057420,2002,4,1,1 -4057420,2009,5,1,1 -4057420,2018,1,7,1.1428571428571428 -4078793,2019,5,37,1.837837837837838 -4230911,2015,9,4,1 -40492359,2013,1,1,1 -4057420,2013,1,2,1 -4202451,1994,12,1,1 -4078793,2013,10,39,2.282051282051282 -4336464,2018,3,3,1 -4336464,2017,12,4,1 -4216130,2017,12,4,1 -4202451,2023,5,4,1 -4078793,2020,2,33,1.878787878787879 -4057420,2015,2,7,1.7142857142857142 -4216130,1972,4,1,1 -4057420,2014,7,4,1.25 -4057420,2020,10,9,1.7777777777777777 -4057420,2019,10,10,2.8 -4230911,1973,6,1,1 -4057420,2017,9,10,2 -4230911,2008,11,4,1 -4057420,2021,10,14,1.5714285714285714 -4078793,2013,6,10,2 -4057420,2017,8,13,4.153846153846154 -4057420,2016,4,9,1.5555555555555556 -4078793,1997,3,1,2 -4078793,2002,4,2,2 -4078793,2005,5,1,2 -4057420,2006,5,2,1.5 -4230911,2018,5,8,1.125 -4202451,2012,6,2,1 -4216130,2007,1,3,1 -4216130,2014,1,1,1 -4216130,2003,7,1,1 -4078793,2023,6,22,1.7727272727272727 -4057420,1963,6,1,1 -4230911,2021,6,8,1 -4230911,1991,3,1,1 -4230911,2006,11,1,1 -4230911,2002,12,3,1 -4230911,2013,6,4,1 -4230911,2009,12,2,1 -4230911,2016,2,7,1 -40492359,2016,6,1,1 -4078793,2006,8,5,1.8 -4202451,2014,10,3,1 -4230911,2014,11,4,1 -4230911,2017,7,7,1 -4336464,2021,4,2,1 -4230911,2015,8,7,1 -4230911,2020,5,4,1 -4230911,2014,3,2,1 -4230911,2008,3,2,1 -4336464,2007,7,2,1 -4336464,1981,1,1,1 -4336464,1986,4,1,1 -4057420,2016,7,8,1.5 -4202451,2010,9,2,1 -4216130,1991,12,2,1 -4230911,2004,2,3,1 -4202451,2019,2,7,1 -4057420,2019,6,10,2.8 -4230911,2017,4,9,1 -4202451,1996,6,1,1 -40492359,2006,10,1,1 -4057420,2021,6,10,2.9 -4336464,2010,3,2,1 -4216130,2010,3,2,1 -4202451,2021,7,5,1 -4202451,2004,1,2,1 -4057420,2014,4,11,1.3636363636363635 -40492359,2013,12,2,1.5 -40492359,2020,2,1,1 -4057420,2022,7,13,4.076923076923077 -4202451,2020,9,3,1 -4057420,2018,12,8,2 -4202451,2008,8,2,1 -4336464,1993,10,1,1 -4057420,2020,6,10,1.4 -4202451,1980,9,1,1 -4230911,1951,5,1,1 -4216130,2022,12,2,1 -4078793,2010,10,3,1.3333333333333333 -4216130,2016,12,4,1 -4230911,2022,6,5,1 -4230911,2021,10,6,1 -4230911,1986,5,1,1 -4216130,2012,3,1,1 -4230911,2019,9,4,1 -4230911,1993,11,1,1 -4216130,1993,11,1,1 -4078793,2001,2,2,4 -4230911,2013,10,4,1 -40492359,1962,1,1,1 -4230911,1998,10,2,1 -4078793,2006,9,1,2 -4057420,2004,8,1,2 -4336464,2019,8,2,1 -4230911,2019,8,8,1 -4336464,2018,11,2,1 -4216130,2009,10,1,1 -4078793,2003,1,1,1 -4057420,1995,9,1,1 -4230911,2000,6,2,1 -4230911,2002,1,2,1 -4230911,1970,5,1,1 -4336464,2021,7,2,1 -4336464,2004,10,2,1 -4336464,2000,11,2,1 -4202451,2018,2,1,1 -4078793,2002,7,2,2 -4230911,1994,4,2,1 -4336464,2017,1,1,1 -4216130,2017,1,1,1 -4336464,1998,7,1,1 -40492359,2004,5,1,1 -40492359,2015,5,1,1 -4230911,1988,5,2,1 -4078793,1991,6,1,1 -40492359,2016,10,1,1 -4078793,2009,2,2,2.5 -4216130,1958,4,1,1 -4202451,2010,8,1,1 -4336464,2016,10,3,1 -4202451,2014,6,1,1 -4202451,1999,5,1,1 -4336464,2006,2,2,1 -4216130,1999,5,2,1 -4336464,2001,7,1,1 -4202451,2021,4,1,1 -40492359,1992,5,1,1 -4202451,1977,8,1,1 -4230911,1992,7,1,1 -4202451,1996,10,1,1 -4216130,2004,8,2,1 -4216130,1998,9,2,1 -4057420,2003,10,1,1 -4336464,2001,4,2,1 -4230911,2001,2,1,1 -4216130,1994,8,1,1 -4202451,1982,2,1,1 -40492359,2009,10,1,1 -40492359,2017,7,2,1 -4202451,2002,5,1,1 -4202451,2003,7,1,1 -4078793,1991,10,2,2 -40492359,2021,9,1,1 -4336464,2023,2,2,1 -4336464,1999,6,1,1 -40492359,2010,5,1,1 -4336464,2003,12,1,1 -4336464,1998,4,1,1 -4078793,2008,2,1,1 -4078793,2011,2,1,1 -40492359,2008,12,1,1 -4216130,1980,7,1,1 -4216130,1994,9,1,1 -4230911,1994,7,1,1 -4336464,2022,5,1,1 -4216130,1980,4,1,1 -4216130,2007,12,1,1 -4230911,2010,12,2,1 -4336464,1974,7,1,1 -4230911,1976,7,1,1 -4216130,1974,7,1,1 -4230911,2007,11,2,1 -4230911,2000,10,2,1 -4057420,1991,10,1,2 -4230911,1991,11,1,1 -4336464,2012,7,1,1 -40492359,2000,4,1,1 -4202451,1998,9,1,1 -4230911,2012,5,1,1 -4202451,2001,4,1,1 -4216130,2006,5,1,1 -4230911,2011,8,1,1 -40492359,2023,4,1,1 -4230911,2011,9,2,1 -4057420,2011,9,2,2 -40492359,1998,7,1,1 -4202451,2017,2,1,1 -4078793,2010,6,1,3 -4057420,2000,2,1,6 -4336464,2019,9,1,1 -4336464,1980,11,1,1 -4057420,1979,6,1,2 -4216130,2018,5,1,2 -4336464,2008,1,1,1 -4230911,1967,4,1,1 -4336464,1977,10,1,1 -4216130,2009,6,1,1 -4216130,2014,12,1,1 -4216130,1969,11,1,1 -4078793,1993,10,1,2 -4078793,1997,11,1,2 -4216130,2008,9,1,1 -4230911,1947,7,1,1 -4336464,2011,6,1,1 -4336464,2009,8,1,1 -4230911,2006,3,1,1 -4078793,1999,7,1,2 -4336464,2004,6,1,1 -4057420,2018,3,9,1.4444444444444444 -4230911,2016,5,10,1 -4216130,2002,10,2,1 -4336464,2005,10,1,1 -4230911,2005,10,3,1 -4078793,2022,4,42,2.4523809523809526 -4078793,2022,7,59,2.9322033898305087 -4057420,2018,11,8,2.125 -4230911,2017,9,9,1 -4202451,2022,10,8,1 -4202451,2000,12,1,1 -4230911,2002,11,1,1 -4230911,2015,4,5,1 -4057420,2014,8,7,2.142857142857143 -4078793,2021,9,56,3 -40492359,2014,5,2,1 -4230911,1987,4,1,1 -4216130,2007,3,1,1 -4078793,2005,2,1,2 -4078793,2021,8,36,2.4444444444444446 -4336464,1982,1,2,1 -4078793,2014,5,33,1.696969696969697 -4230911,2014,1,5,1 -4078793,2008,5,1,1 -4078793,2011,5,2,1 -4078793,2016,5,38,2.973684210526316 -4078793,2020,5,39,2.5641025641025643 -4078793,2019,2,30,2.066666666666667 -4216130,1975,11,2,1 -4057420,2016,9,8,2.5 -4057420,2016,8,6,2 -4336464,1990,10,1,1 -40492359,1973,6,1,1 -4057420,1973,6,1,1 -4216130,1987,5,1,1 -4230911,2014,12,5,3 -4230911,2017,8,9,1 -4230911,2019,7,13,1 -40492359,2019,3,1,1 -4230911,2019,4,7,1 -4230911,1999,8,3,1 -40492359,1997,8,1,1 -4230911,1985,7,3,1 -4230911,2007,1,5,1 -4202451,2018,5,7,1 -4216130,1975,3,1,1 -4202451,2001,9,1,1 -4336464,2014,1,1,1 -4216130,2019,10,3,1 -4336464,2009,4,1,1 -4230911,2003,7,2,1 -4057420,2017,4,11,1.7272727272727273 -4230911,1996,12,2,1 -4078793,2006,7,1,2 -4216130,2003,9,1,1 -4057420,1997,6,2,2 -4202451,2021,8,7,1 -4202451,2015,10,7,1 -40492359,2021,7,3,1 -4230911,1989,3,2,1 -4078793,2012,1,5,1.2 -4230911,2015,7,7,1 -4057420,2015,5,9,5.555555555555555 -4230911,2006,1,3,1 -4336464,1968,6,2,1 -4057420,2022,9,12,4.333333333333333 -4078793,2003,11,3,1.6666666666666667 -4230911,1991,12,2,1 -4216130,2005,2,1,1 -4336464,1989,8,1,1 -4230911,2010,3,3,1 -4202451,2019,5,6,1.1666666666666667 -4202451,2015,6,5,1 -4336464,2005,6,2,1 -4230911,1997,11,1,1 -4230911,2005,6,2,1 -4336464,2021,9,3,1 -4230911,2020,2,8,1 -4057420,2002,8,1,2 -4202451,2008,7,1,1 -4336464,2003,11,1,1 -4202451,2016,10,4,1 -4230911,1969,3,1,1 -4230911,1980,2,1,1 -40492359,2003,4,1,1 -4230911,2003,4,1,1 -4230911,1958,12,1,1 -4336464,2008,3,1,1 -4057420,2014,9,9,2.5555555555555554 -40492359,2013,11,1,1 -4057420,2013,11,7,1.4285714285714286 -4202451,2020,7,3,1 -40492359,2018,10,1,1 -4216130,2022,3,1,1 -4230911,1967,8,1,1 -4230911,2004,5,2,1 -4078793,1999,9,2,3.5 -4078793,1999,8,2,3.5 -4336464,1948,7,1,1 -4230911,1979,11,1,1 -4057420,2023,6,4,1.75 -4216130,2004,7,1,1 -4057420,2017,7,8,1.875 -4078793,1997,1,2,4 -4230911,2002,3,3,1 -4057420,1998,2,1,2 -4216130,2004,4,1,1 -40492359,1995,7,1,1 -4057420,1995,7,1,1 -4230911,2006,12,2,1 -4202451,1993,1,2,1 -4230911,1993,1,2,1 -4336464,2021,8,3,1 -4078793,2002,8,3,2 -4057420,2022,8,9,2.3333333333333335 -4336464,2003,3,1,1 -4078793,2000,10,2,1.5 -4336464,2023,5,1,1 -4057420,2013,3,2,3 -4336464,1970,5,1,1 -4216130,1970,5,1,1 -4216130,2016,11,1,1 -40492359,1955,4,2,1 -4202451,2020,4,4,1 -4230911,2018,2,2,1 -4057420,2005,3,1,1 -4230911,2009,3,1,1 -4336464,2013,11,1,1 -4202451,2022,6,4,1 -4216130,1980,8,1,1 -4216130,1994,4,1,1 -4216130,1998,7,1,1 -4336464,2015,6,1,1 -4216130,2015,6,1,1 -4336464,1995,5,1,1 -4202451,2008,4,1,1 -4057420,2005,11,1,1 -40492359,1984,11,1,1 -40492359,2018,6,1,1 -4230911,2001,5,2,1 -4216130,2022,11,1,1 -4202451,2011,1,2,1 -4336464,2022,2,2,1 -4057420,2007,2,1,1 -4216130,2001,1,1,1 -4336464,2001,9,1,1 -40492359,1998,9,1,1 -4230911,2011,7,1,1 -4216130,2006,2,2,1 -4202451,1993,12,1,1 -4230911,1993,12,1,1 -4336464,2019,7,2,1 -4057420,2011,7,1,2 -4336464,2018,12,1,1 -4202451,2017,5,3,1 -4336464,1998,9,2,1 -4336464,1978,11,1,1 -4336464,2012,9,3,1 -40492359,2001,9,2,1 -4216130,2018,2,1,1 -4216130,2019,6,2,1 -4230911,1994,8,1,1 -4230911,2009,11,1,1 -4202451,2009,5,1,1 -4230911,1982,4,1,1 -4216130,1982,4,1,1 -4336464,2009,7,1,1 -4078793,2006,4,2,2 -4078793,1997,12,1,2 -4230911,1989,11,2,1 -4336464,1990,6,1,1 -40492359,1994,9,1,1 -4230911,1994,9,2,1 -4336464,1991,9,1,1 -4216130,1998,4,1,1 -4216130,1943,8,1,1 -4230911,2008,12,1,1 -4230911,1968,4,1,1 -4216130,1968,4,1,1 -4216130,2012,1,2,1 -4230911,1958,1,1,1 -4216130,1994,7,1,1 -4078793,1995,2,1,2 -4078793,1996,2,1,2 -4230911,2007,12,1,1 -4336464,2010,12,2,1 -4216130,2010,12,2,1 -4202451,2021,9,3,1 -4230911,1974,7,1,1 -4216130,2007,11,2,1 -4057420,1999,12,1,2 -4336464,1994,10,1,1 -4057420,2008,2,1,1 -4078793,2012,12,1,1 -4216130,1991,11,1,1 -40492359,2017,8,1,1 -4336464,2002,5,1,1 -4202451,1973,8,1,1 -4336464,2006,5,1,1 -4230911,1991,1,1,1 -4336464,1984,11,1,1 -4202451,2016,6,1,1 -4336464,1983,9,1,1 -4078793,2004,5,1,1 -4078793,2009,5,1,3 -4078793,1998,2,1,6 -4078793,2003,3,1,6 -4057420,2004,4,1,1 -4336464,1994,6,1,1 -4078793,1978,6,1,2 -4230911,1983,3,1,1 -4230911,1955,6,1,1 -4057420,1990,5,1,5 -4230911,1988,2,1,1 -4230911,2008,1,1,1 -4336464,2019,4,1,1 -4230911,1977,10,1,1 -4336464,2014,12,1,1 -4230911,1969,11,1,1 -4336464,1947,7,1,1 -4336464,2001,8,1,1 -4202451,1992,3,1,1 -4057420,2020,11,12,2 -4078793,2019,9,34,2.5588235294117645 -4078793,2010,11,2,1.5 -4078793,2015,3,37,2.5945945945945947 -4078793,2022,5,49,1.8775510204081634 -4078793,2017,3,33,2.5454545454545454 -4078793,2018,3,46,2.3260869565217392 -4057420,2020,3,12,1.6666666666666667 -4078793,2020,7,42,2.6666666666666665 -4057420,2021,3,14,1.8571428571428572 -4078793,2023,3,42,2.4761904761904763 -4057420,2019,11,11,2.4545454545454546 -4230911,2020,8,9,1.1111111111111112 -4078793,2016,7,30,2.6666666666666665 -4336464,2023,4,2,1 -4057420,2017,5,9,6.777777777777778 -4057420,2015,4,6,1.3333333333333333 -4057420,2001,6,2,1.5 -4202451,2016,12,4,1 -4216130,1987,4,1,1 -4078793,2018,11,50,2.38 -4078793,2017,11,43,2.1627906976744184 -4230911,2022,11,7,1 -4078793,2013,11,25,1.72 -4078793,2015,11,39,2 -4078793,2004,4,4,1.75 -4078793,2021,2,29,2.3793103448275863 -4078793,2014,4,21,3.2857142857142856 -40492359,2016,3,3,1 -4336464,2002,7,4,1 -4230911,2018,9,9,1.1111111111111112 -4078793,2014,7,39,2.717948717948718 -4078793,2019,8,47,2.5106382978723403 -4230911,1972,4,1,1 -4202451,2015,12,4,1 -40492359,2021,5,3,1 -4230911,2018,8,5,1 -4216130,2023,1,3,1 -4230911,1987,5,1,1 -4336464,2015,1,2,1 -4216130,2015,1,2,1 -4230911,2021,3,7,1 -4078793,2016,4,24,1.9583333333333333 -4336464,1982,10,1,1 -4202451,2019,7,10,1 -4057420,2019,3,6,1.6666666666666667 -4202451,2019,4,4,1 -4230911,2015,5,9,1 -4078793,2020,4,40,1.85 -4230911,1970,9,1,2 -4216130,2003,2,2,1 -4230911,2003,5,1,1 -4216130,2013,9,2,1 -4216130,2019,12,4,1 -4057420,2021,11,14,2.2857142857142856 -4202451,2021,2,4,1 -4216130,2012,10,2,1 -4202451,2018,4,7,1 -4057420,2014,2,7,1.4285714285714286 -4336464,1987,1,1,1 -4230911,2022,3,10,1 -4078793,2008,7,1,2 -4078793,2009,7,1,2 -4057420,1991,3,1,1 -4202451,1997,7,1,1 -4202451,2016,1,4,1 -4057420,2016,2,11,1.7272727272727273 -4216130,2020,8,2,1 -40492359,2012,7,1,1 -4230911,2007,6,2,1 -4230911,2004,7,3,1 -4230911,2014,10,5,1 -4057420,2007,8,2,1.5 -4202451,2014,11,4,1 -4202451,2017,7,5,1 -4230911,1977,1,1,1 -4202451,2020,5,4,1 -4216130,2021,4,2,1 -4230911,2021,11,7,1 -4202451,2014,3,2,1 -4230911,1990,8,1,1 -4230911,2020,9,5,1 -4216130,2020,9,1,1 -4230911,2016,4,7,1 -4230911,1996,10,3,1 -4057420,2022,2,6,1.5 -40492359,2010,9,1,3 -4202451,2017,4,9,1 -4230911,1996,6,2,1 -4230911,2006,10,5,1 -4230911,1990,9,1,1 -4230911,2008,6,3,1 -4336464,1994,12,3,1 -4057420,2015,7,7,1.7142857142857142 -4230911,2019,5,8,1.125 -40492359,2020,7,3,1 -4336464,1996,8,3,1 -4216130,1996,8,3,1 -4078793,2001,7,3,2 -4078793,2005,8,3,2 -4336464,2019,5,2,1 -4230911,1993,10,1,1 -4216130,1993,10,1,1 -4230911,2016,7,5,1 -4216130,2005,8,2,1 -4202451,1969,3,1,1 -4216130,1980,2,1,1 -40492359,1997,2,1,1 -4230911,2011,5,4,1 -4336464,2009,5,1,1 -4336464,2020,1,3,1.3333333333333333 -4230911,1980,9,1,1 -4336464,1951,5,1,1 -4216130,1951,5,1,1 -4202451,2022,12,6,1 -4078793,2012,10,5,2 -4230911,2013,11,3,1 -4202451,2018,7,3,1 -4057420,2023,1,6,3.3333333333333335 -4202451,2013,4,1,1 -40492359,2018,12,1,1 -4202451,2006,5,2,1 -4078793,1995,8,1,6 -4078793,1998,9,2,3.5 -4216130,2004,5,1,1 -4078793,1996,9,2,3.5 -4078793,2011,4,2,1 -4078793,2009,4,2,1 -4057420,1998,8,1,5 -40492359,2015,9,1,1 -4216130,1948,7,1,1 -4230911,1991,10,1,1 -4336464,1993,11,1,1 -4078793,1994,1,1,2 -4078793,2002,2,1,2 -4216130,2012,6,1,1 -4230911,2004,4,2,1 -4057420,2008,9,1,2 -4078793,2007,9,2,2 -4336464,2002,4,1,1 -4230911,2006,6,4,1 -4336464,2007,2,2,1 -4230911,1975,8,1,1 -4078793,1997,6,2,8.5 -4216130,2002,1,1,1 -4057420,2002,2,1,1 -4336464,2016,11,1,1 -4216130,2021,7,2,1 -4078793,2000,12,1,2 -4216130,2001,10,1,1 -4336464,2010,10,1,1 -4216130,2010,10,1,1 -4202451,1978,7,1,1 -4230911,2000,11,2,1 -4336464,2004,3,2,1 -40492359,2005,3,1,1 -4057420,1999,6,1,2 -4078793,2004,7,1,2 -4216130,2009,3,1,1 -4336464,2014,10,1,1 -4230911,1980,8,1,1 -4336464,2022,8,2,1 -40492359,2005,11,1,1 -4202451,2015,1,5,1 -4202451,1974,12,1,1 -4057420,2004,5,1,1 -4336464,1990,12,2,1 -4202451,2012,3,1,1 -4202451,1988,5,1,1 -4057420,1984,11,1,1 -4216130,2002,12,1,1 -4078793,1990,6,1,1 -4336464,1996,9,1,1 -4216130,1996,9,1,1 -4078793,1992,6,1,1 -4216130,2019,1,1,1 -4057420,2012,3,1,4 -4057420,2012,11,1,1 -4078793,1997,10,1,2 -4078793,2011,7,2,1.5 -4057420,1998,9,1,1 -4230911,2014,6,3,1 -4336464,2022,9,1,1 -4216130,2018,8,2,1 -4216130,2018,9,1,2 -4230911,2001,7,1,1 -4057420,1994,6,1,1 -4216130,2005,9,1,1 -40492359,2015,8,1,1 -4078793,2007,8,1,2 -4216130,1955,8,1,1 -4230911,2008,10,3,1 -4078793,1996,8,1,1 -40492359,2022,2,1,1 -4216130,1998,5,1,1 -4230911,2012,9,3,1 -4336464,2018,6,3,1 -4078793,2010,3,1,2 -4230911,2001,4,3,1 -4336464,2001,2,1,1 -4336464,2010,6,2,1 -4216130,2010,6,2,1 -4230911,1998,3,2,1 -40492359,2009,11,1,1 -4078793,2005,9,1,2 -4078793,1998,8,1,2 -4078793,2012,6,2,2.5 -4216130,2006,8,2,1 -4078793,1993,11,2,2 -4078793,1990,10,1,2 -4230911,2023,2,3,1 -4202451,1999,8,1,1 -4202451,2013,7,3,1 -4230911,1974,5,1,1 -4336464,1990,1,1,1 -4202451,2009,4,1,1 -4230911,2013,3,1,1 -4216130,1969,6,1,1 -4336464,1975,9,1,1 -4230911,1975,9,1,1 -4216130,1999,8,1,1 -4336464,1976,7,1,1 -4336464,2000,10,1,1 -4078793,1992,10,2,2 -4230911,1963,5,2,1 -40492359,2023,2,1,1 -4057420,2000,4,1,1 -4202451,2007,1,1,1 -4230911,2017,2,2,1 -40492359,1991,1,1,1 -4336464,2000,6,1,1 -4216130,1984,11,1,1 -4230911,1998,11,1,1 -4336464,2020,12,2,1 -4057420,2008,8,1,2 -4202451,2008,5,1,1 -4202451,2009,7,1,1 -4202451,2022,1,1,1 -4202451,2003,2,1,1 -4202451,1983,3,1,1 -4078793,1988,5,1,5 -4057420,1986,4,1,5 -4057420,1993,6,1,5 -4057420,1989,5,1,5 -40492359,2016,11,1,1 -40492359,2014,7,1,1 -40492359,2014,4,1,1 -4336464,1963,10,1,1 -4336464,1967,1,1,1 -4216130,1967,1,1,1 -40492359,2002,1,1,1 -40492359,1967,4,1,1 -4336464,1963,6,1,1 -4336464,1991,2,1,1 -4202451,1985,7,1,1 -4336464,2006,4,1,1 -4057420,1994,10,1,2 -4216130,1947,7,1,1 -4216130,1977,5,1,1 -40492359,2006,3,1,1 -4078793,2020,9,48,2.3541666666666665 -4078793,2015,12,31,2.129032258064516 -4078793,2017,12,28,2.107142857142857 -40492359,2018,3,2,1 -4057420,2016,5,13,1.9230769230769231 -4078793,2022,2,45,2.2888888888888888 -4230911,2002,10,3,1 -4078793,2019,4,40,1.875 -4230911,2000,12,2,1 -4078793,2019,7,38,2.473684210526316 -4057420,2020,1,20,2.5 -4078793,2018,12,33,1.7272727272727273 -4078793,2023,1,40,1.975 -4202451,2015,3,5,1 -4230911,2018,4,9,1 -4202451,2017,9,6,1 -4202451,2021,5,7,1 -4057420,2018,10,5,1 -40492359,2017,5,1,1 -4230911,2017,5,5,1 -40492359,2015,4,1,1 -4078793,2003,6,2,2 -4078793,2016,9,29,1.6206896551724137 -4057420,2014,5,15,1.6666666666666667 -4230911,2021,1,7,1 -4057420,2021,1,10,1.7 -4057420,1979,12,1,1 -4057420,2013,10,11,2.090909090909091 -4202451,2022,11,6,1 -4078793,2020,8,42,2.8095238095238093 -4057420,2018,6,9,1.4444444444444444 -4202451,2014,1,3,1 -4336464,2011,12,1,1 -4057420,2006,4,2,1 -4078793,2017,1,31,1.8387096774193548 -4057420,2019,1,12,2 -4336464,2017,10,1,1 -4216130,2017,10,1,1 -4230911,2013,1,2,1 -4336464,2004,1,2,1 -4336464,1999,12,3,1 -4202451,2018,9,6,1 -4202451,2023,4,10,1 -4078793,2016,8,46,2.5869565217391304 -40492359,2010,4,2,1 -4230911,2023,5,5,1 -4057420,2023,3,15,1.9333333333333333 -4078793,2013,12,27,2.2222222222222223 -4230911,2016,9,6,1 -4057420,2015,8,6,1.5 -4078793,2014,9,27,1.5925925925925926 -4078793,2014,8,26,2.769230769230769 -4078793,2015,1,21,1.9523809523809523 -4202451,2018,8,2,1 -4057420,2019,12,11,2 -4057420,2020,12,15,1.6 -4057420,2012,1,1,1 -4216130,2005,4,5,1 -4078793,2018,1,39,2.1794871794871793 -4202451,2010,2,1,1 -4336464,1970,9,1,2 -4216130,1970,9,1,2 -4078793,2021,5,41,1.6341463414634145 -4230911,2015,2,4,1 -4230911,2003,2,4,1 -4230911,2013,12,6,1.1666666666666667 -4216130,2003,5,1,1 -4336464,1985,7,2,1 -4216130,1985,7,2,1 -4336464,1967,11,1,1 -4216130,1967,11,1,1 -4230911,2001,9,4,1 -4336464,2020,11,2,1 -4216130,2008,2,2,1 -4202451,2022,3,8,1 -4078793,2005,7,1,2 -4078793,2007,7,1,2 -40492359,1991,3,1,1 -4216130,2000,4,1,1 -4230911,2012,7,4,1 -4336464,2013,6,2,1 -4216130,2007,6,2,1 -4216130,1965,7,2,1 -4202451,2017,8,4,1 -4078793,2008,8,1,1 -4078793,2009,8,2,1.5 -4078793,2011,9,2,1.5 -4057420,2021,12,15,2.1333333333333333 -4216130,1989,3,2,1 -4078793,2013,1,2,1.5 -4216130,1990,8,1,1 -40492359,1996,10,1,1 -4230911,1986,4,1,1 -4230911,2011,2,1,1 -4057420,2010,12,2,1.5 -4216130,2004,2,3,1 -4230911,2019,2,8,1 -40492359,2018,11,1,2 -4202451,2013,8,4,1 -40492359,1990,9,1,1 -4057420,1990,9,1,1 -4202451,2015,11,4,1 -4336464,2008,6,2,1 -4336464,2022,4,3,1 -4057420,2012,12,4,1.25 -4216130,2021,9,3,1 -4230911,2020,7,9,1 -4057420,2015,9,4,1 -4078793,2004,8,3,2 -4230911,2018,7,7,1.1428571428571428 -4216130,2018,7,4,1.25 -4202451,2020,2,7,1 -4057420,2017,2,7,5.857142857142857 -4336464,2003,10,2,1 -4216130,2019,11,1,1 -4057420,2009,7,1,1 -4336464,2002,8,1,1 -4202451,2016,3,3,1 -4230911,2021,12,8,1 -4216130,2013,7,2,1 -4230911,2022,12,9,1 -4336464,2016,12,4,1 -4230911,2020,4,7,1 -4216130,2020,4,3,1 -4230911,1984,11,3,1 -4216130,2022,6,1,1 -4202451,2012,12,1,1 -4336464,1986,5,1,1 -4202451,2014,12,2,6 -4216130,2020,7,3,1 -4202451,1974,3,1,1 -4078793,2003,10,2,4 -4057420,2022,5,10,1.5 -4202451,2016,11,4,1 -4216130,2018,4,1,1 -4216130,1991,10,1,1 -4336464,2004,12,1,1 -4202451,2019,9,2,1 -40492359,2002,3,1,1 -4078793,1993,1,1,2 -4336464,2013,10,1,1 -4216130,2021,8,3,1 -4078793,2001,8,3,2 -4078793,2009,9,2,2 -40492359,2021,2,2,1 -4230911,2009,10,2,1 -4202451,1975,8,1,1 -4202451,2019,8,6,1 -4216130,2022,10,2,1 -4230911,2010,10,1,1 -4057420,1992,11,2,1.5 -4230911,2005,3,2,1 -4230911,1952,9,1,1 -4216130,1952,9,1,1 -4216130,2019,3,2,1 -4230911,2016,8,8,1.125 -4216130,2014,10,1,1 -4336464,1942,12,1,1 -4230911,1942,12,1,1 -4216130,1942,12,1,1 -4230911,2005,11,3,1 -4078793,2010,1,1,1 -4057420,2011,2,1,1 -4078793,2010,12,2,1.5 -4336464,2001,5,2,1 -4078793,1995,7,1,1 -4078793,1996,7,2,1.5 -4336464,1958,4,1,1 -40492359,2007,2,1,1 -4078793,2005,4,2,1.5 -4057420,2007,4,1,1 -4057420,2008,4,1,1 -4216130,2016,10,3,1 -40492359,2003,2,1,1 -4202451,1997,9,2,1 -4230911,1966,12,1,1 -4336464,2020,3,1,1 -4230911,1999,5,3,1 -40492359,2016,12,1,1 -40492359,1988,5,1,1 -4057420,1988,5,1,1 -4230911,1992,5,1,1 -4336464,1950,12,1,1 -4230911,1950,12,1,1 -4216130,1950,12,1,1 -4336464,1969,7,1,1 -4230911,2004,8,2,1 -4230911,2010,6,3,1 -4336464,1987,3,1,1 -4078793,2008,9,3,2 -4336464,2008,10,2,1 -4078793,2001,9,1,1 -4336464,1998,5,1,1 -4230911,1978,11,1,1 -4202451,2002,7,1,1 -40492359,2019,10,1,1 -4336464,1999,1,2,1 -4230911,1982,2,1,1 -4078793,2004,9,1,2 -40492359,2022,5,1,1 -4336464,2006,8,2,1 -4216130,2000,7,1,1 -4078793,1994,11,2,2 -4216130,1960,7,1,1 -4336464,2022,7,2,1 -4230911,1979,6,1,1 -4216130,1989,11,2,1 -4216130,2013,4,1,1 -4230911,1998,1,2,1 -4336464,1974,5,1,1 -4216130,1974,5,1,1 -4230911,1955,11,1,1 +1332419,2012,11,4,7 +1332419,2012,12,2,2 +1332419,2013,1,3,2 +1332419,2013,2,1,2 +1332419,2013,3,6,2.6666666666666665 +1332419,2013,4,4,1.75 +1332419,2013,5,4,2.25 +1332419,2013,6,4,1.5 +1332419,2013,7,2,1.5 +1332419,2013,8,2,2.5 +1332419,2013,9,2,1.5 +1332419,2013,10,4,3 +1332419,2013,11,2,1.5 +1332419,2013,12,1,2 +1332419,2014,1,6,1.5 +1332419,2014,3,2,2.5 +1332419,2014,4,4,2 +1332419,2014,5,5,1.8 +1332419,2014,6,4,1.75 +1332419,2014,8,2,1.5 +1332419,2014,9,4,2 +1332419,2014,10,5,1.8 +1332419,2014,11,4,2.5 +1332419,2014,12,2,1.5 +1332419,2015,1,3,3.3333333333333335 +1332419,2015,2,2,2 +1332419,2015,3,7,2 +1332419,2015,4,8,6 +1332419,2015,5,4,1.75 +1332419,2015,6,2,2.5 +1332419,2015,7,4,2 +1332419,2015,8,4,2 +1332419,2015,11,4,4.25 +1332419,2015,12,1,1 +1332419,2016,1,2,2 +1332419,2016,2,3,2 +1332419,2016,3,2,3.5 +1332419,2016,4,2,2 +1332419,2016,5,3,1.6666666666666667 +1332419,2016,6,4,3.25 +1332419,2016,7,2,1.5 +1332419,2016,8,3,2.3333333333333335 +1332419,2016,9,2,2.5 +1332419,2016,10,3,1.3333333333333333 +1332419,2016,11,3,2.3333333333333335 +1332419,2016,12,2,2.5 +1332419,2017,1,1,11 +1332419,2017,2,2,2 +1332419,2017,3,2,6.5 +1332419,2017,5,2,1 +1332419,2017,6,3,1.3333333333333333 +1332419,2017,7,3,3 +1332419,2017,8,3,1.6666666666666667 +1332419,2017,9,2,1 +1332419,2017,10,3,2 +1332419,2017,11,4,1.75 +1332419,2017,12,3,1.6666666666666667 +1332419,2018,1,6,2.5 +1332419,2018,2,5,1.8 +1332419,2018,3,3,2 +1332419,2018,4,3,6 +1332419,2018,5,3,2.3333333333333335 +1332419,2018,6,4,1.5 +1332419,2018,7,2,1 +1332419,2018,8,2,2 +1332419,2018,9,9,2 +1332419,2018,10,5,1.4 +1332419,2018,11,7,1.8571428571428572 +1332419,2018,12,6,1.6666666666666667 +1332419,2019,1,3,1.6666666666666667 +1332419,2019,2,5,2.4 +1332419,2019,3,5,4.4 +1332419,2019,4,4,1.75 +1332419,2019,5,3,6 +1332419,2019,6,1,2 +1332419,2019,7,4,1.75 +1332419,2019,8,2,3.5 +1332419,2019,9,3,1.3333333333333333 +1332419,2019,10,5,2.2 +1332419,2019,12,4,2.5 +1332419,2020,1,2,2 +1332419,2020,2,2,1 +1332419,2020,3,5,3 +1332419,2020,4,3,1.6666666666666667 +1332419,2020,5,4,2.5 +1332419,2020,6,5,3 +1332419,2020,7,6,2 +1332419,2020,8,5,2 +1332419,2020,9,8,1.625 +1332419,2020,10,3,1.3333333333333333 +1332419,2020,11,3,1.6666666666666667 +1332419,2020,12,2,1.5 +1332419,2021,1,5,2 +1332419,2021,2,3,2 +1332419,2021,3,4,5 +1332419,2021,4,2,1.5 +1332419,2021,5,5,1.6 +1332419,2021,6,4,1.25 +1332419,2021,8,4,1.25 +1332419,2021,9,1,1 +1332419,2021,10,2,1 +1332419,2021,11,2,4 +1332419,2021,12,4,2.25 +1332419,2022,2,5,2.4 +1332419,2022,3,5,3.4 +1332419,2022,4,4,1.75 +1332419,2022,5,4,1.25 +1332419,2022,6,6,1.8333333333333333 +1332419,2022,7,1,2 +1332419,2022,8,3,2.3333333333333335 +1332419,2022,9,3,2 +1332419,2022,10,1,2 +1332419,2022,11,2,4.5 +1332419,2022,12,2,1.5 +1332419,2023,1,6,3 +1332419,2023,2,3,1.6666666666666667 +1332419,2023,3,2,5.5 +1332419,2023,4,4,2.25 +1332419,2023,5,6,1.8333333333333333 +1539411,1991,1,10,2 +1539411,1991,2,14,2.0714285714285716 +1539411,1991,3,15,1.8666666666666667 +1539411,1991,4,11,2 +1539411,1991,5,19,3.473684210526316 +1539411,1991,6,16,2.6875 +1539411,1991,7,17,2.823529411764706 +1539411,1991,8,23,1.9565217391304348 +1539411,1991,9,19,1.7894736842105263 +1539411,1991,10,17,2.7058823529411766 +1539411,1991,11,11,1.8181818181818181 +1539411,1991,12,19,2.210526315789474 +1539411,1992,1,4,1.5 +1539411,1992,3,3,2 +1539411,1992,4,1,2 +1539411,1992,5,1,5 +1539411,1992,6,4,2.75 +1539411,1992,7,1,1 +1539411,1992,8,1,1 +1539411,1992,9,2,1.5 +1539411,1992,10,1,2 +1539411,1992,11,1,4 +1539411,1992,12,1,2 +1539411,1993,1,2,3 +1539411,1993,2,1,1 +1539411,1993,3,2,3.5 +1539411,1993,4,1,2 +1539411,1993,5,2,2 +1539411,1993,6,2,2 +1539411,1993,7,1,1 +1539411,1993,8,1,1 +1539411,1993,9,3,2 +1539411,1993,11,1,1 +1539411,1994,1,1,1 +1539411,1994,2,3,2.6666666666666665 +1539411,1994,4,2,1.5 +1539411,1994,7,1,1 +1539411,1994,8,1,3 +1539411,1994,9,4,1.5 +1539411,1994,10,2,3 +1539411,1994,11,5,2.2 +1539411,1994,12,1,6 +1539411,1995,1,3,3.3333333333333335 +1539411,1995,2,1,3 +1539411,1995,4,4,1.5 +1539411,1995,5,1,2 +1539411,1995,6,4,4.5 +1539411,1995,8,1,2 +1539411,1995,9,1,2 +1539411,1995,10,1,1 +1539411,1995,11,3,1 +1539411,1995,12,3,1.3333333333333333 +1539411,1996,1,3,2 +1539411,1996,2,2,1.5 +1539411,1996,4,3,1.6666666666666667 +1539411,1996,5,1,2 +1539411,1996,6,4,1.75 +1539411,1996,7,2,1.5 +1539411,1996,8,1,2 +1539411,1996,9,3,3 +1539411,1996,10,2,1 +1539411,1996,11,4,1.75 +1539411,1997,1,4,2.25 +1539411,1997,2,1,2 +1539411,1997,3,1,3 +1539411,1997,4,1,4 +1539411,1997,5,1,1 +1539411,1997,6,2,2 +1539411,1997,7,4,2 +1539411,1997,9,2,1 +1539411,1997,11,1,3 +1539411,1997,12,1,1 +1539411,1998,1,2,1 +1539411,1998,2,2,1.5 +1539411,1998,3,3,2.3333333333333335 +1539411,1998,6,2,3 +1539411,1998,7,1,2 +1539411,1998,8,5,2.2 +1539411,1998,9,2,2.5 +1539411,1998,10,1,2 +1539411,1998,11,1,2 +1539411,1998,12,3,1.3333333333333333 +1539411,1999,1,4,9.75 +1539411,1999,2,2,1.5 +1539411,1999,3,2,2 +1539411,1999,4,1,7 +1539411,1999,5,3,2.6666666666666665 +1539411,1999,6,2,8 +1539411,1999,7,1,2 +1539411,1999,8,3,1.6666666666666667 +1539411,1999,9,2,3.5 +1539411,1999,10,3,11.666666666666666 +1539411,1999,11,3,1.3333333333333333 +1539411,1999,12,3,2 +1539411,2000,1,4,3.25 +1539411,2000,3,2,2.5 +1539411,2000,4,1,1 +1539411,2000,5,1,4 +1539411,2000,6,4,1.75 +1539411,2000,7,1,2 +1539411,2000,8,2,1.5 +1539411,2000,9,1,1 +1539411,2000,10,3,1.6666666666666667 +1539411,2000,11,2,2.5 +1539411,2000,12,4,6.5 +1539411,2001,1,3,1.6666666666666667 +1539411,2001,2,3,1.6666666666666667 +1539411,2001,3,2,1 +1539411,2001,4,3,1.6666666666666667 +1539411,2001,5,2,4.5 +1539411,2001,6,3,3.3333333333333335 +1539411,2001,7,5,2.6 +1539411,2001,8,3,1.6666666666666667 +1539411,2001,9,2,1.5 +1539411,2001,10,2,2.5 +1539411,2001,11,1,25 +1539411,2001,12,5,1.8 +1539411,2002,3,3,1.6666666666666667 +1539411,2002,4,3,2 +1539411,2002,5,5,2.2 +1539411,2002,6,1,2 +1539411,2002,7,6,1.6666666666666667 +1539411,2002,8,2,1 +1539411,2002,9,1,1 +1539411,2002,10,1,1 +1539411,2002,11,3,1.3333333333333333 +1539411,2002,12,2,2 +1539411,2003,1,3,3 +1539411,2003,2,1,1 +1539411,2003,3,3,1.6666666666666667 +1539411,2003,4,2,4 +1539411,2003,5,2,2 +1539411,2003,6,1,2 +1539411,2003,7,3,4.333333333333333 +1539411,2003,8,1,5 +1539411,2003,9,5,1.4 +1539411,2003,10,4,1.5 +1539411,2003,11,4,1.5 +1539411,2003,12,3,2 +1539411,2004,1,1,2 +1539411,2004,2,2,1.5 +1539411,2004,3,4,2 +1539411,2004,5,3,1.3333333333333333 +1539411,2004,6,4,2.5 +1539411,2004,7,4,2 +1539411,2004,8,1,1 +1539411,2004,9,2,1.5 +1539411,2004,11,2,4 +1539411,2004,12,3,2.6666666666666665 +1539411,2005,2,8,2 +1539411,2005,3,2,1.5 +1539411,2005,4,3,1.6666666666666667 +1539411,2005,5,2,2 +1539411,2005,6,4,2.5 +1539411,2005,8,3,1.3333333333333333 +1539411,2005,9,4,2.75 +1539411,2005,10,2,1.5 +1539411,2005,11,6,2.1666666666666665 +1539411,2006,1,5,1.8 +1539411,2006,2,3,1.6666666666666667 +1539411,2006,3,2,2 +1539411,2006,5,4,2.25 +1539411,2006,6,4,8.5 +1539411,2006,7,3,2 +1539411,2006,8,2,1.5 +1539411,2006,9,1,2 +1539411,2006,11,1,3 +1539411,2006,12,4,1.75 +1539411,2007,1,3,2.3333333333333335 +1539411,2007,2,1,1 +1539411,2007,3,4,3.75 +1539411,2007,4,5,3 +1539411,2007,5,4,2 +1539411,2007,6,1,2 +1539411,2007,7,2,2 +1539411,2007,8,5,2.8 +1539411,2007,9,3,6.666666666666667 +1539411,2007,11,3,6.666666666666667 +1539411,2007,12,2,1.5 +1539411,2008,1,2,1 +1539411,2008,2,1,2 +1539411,2008,3,3,1.6666666666666667 +1539411,2008,4,4,1.25 +1539411,2008,5,3,2 +1539411,2008,6,1,3 +1539411,2008,7,4,2.25 +1539411,2008,9,3,2.6666666666666665 +1539411,2008,10,6,1.8333333333333333 +1539411,2008,11,2,1.5 +1539411,2008,12,1,2 +1539411,2009,1,2,2 +1539411,2009,2,2,3 +1539411,2009,3,2,1 +1539411,2009,4,2,2.5 +1539411,2009,6,3,1.3333333333333333 +1539411,2009,7,2,2 +1539411,2009,8,2,1.5 +1539411,2009,9,3,1.6666666666666667 +1539411,2009,10,2,1 +1539411,2009,11,2,3.5 +1539411,2009,12,1,2 +1539411,2010,2,3,1.3333333333333333 +1539411,2010,3,2,3 +1539411,2010,4,1,2 +1539411,2010,5,2,1.5 +1539411,2010,6,4,2.5 +1539411,2010,7,4,1.5 +1539411,2010,8,3,1.6666666666666667 +1539411,2010,9,3,2 +1539411,2010,10,4,1.75 +1539411,2010,11,4,3 +1539411,2010,12,4,1.5 +1539411,2011,1,5,1.2 +1539411,2011,3,3,1.3333333333333333 +1539411,2011,5,2,1.5 +1539411,2011,6,2,1 +1539411,2011,7,3,2.3333333333333335 +1539411,2011,8,3,1.3333333333333333 +1539411,2011,9,6,1.5 +1539411,2011,10,2,1.5 +1539411,2011,11,1,2 +1539411,2011,12,5,1.6 +1539411,2012,1,3,1.6666666666666667 +1539411,2012,2,2,6 +1539411,2012,3,4,1.75 +1539411,2012,4,5,1.2 +1539411,2012,5,4,2 +1539411,2012,6,1,2 +1539411,2012,7,6,1.6666666666666667 +1539411,2012,8,6,1.8333333333333333 +1539411,2012,9,4,1.75 +1539411,2012,10,3,1.6666666666666667 +1539411,2012,11,4,7 +1539411,2012,12,2,2 +1539411,2013,1,3,2 +1539411,2013,2,1,2 +1539411,2013,3,6,2.6666666666666665 +1539411,2013,4,4,1.75 +1539411,2013,5,4,2.25 +1539411,2013,6,4,1.5 +1539411,2013,7,2,1.5 +1539411,2013,8,2,2.5 +1539411,2013,9,2,1.5 +1539411,2013,10,4,3 +1539411,2013,11,2,1.5 +1539411,2013,12,1,2 +1539411,2014,1,6,1.5 +1539411,2014,3,2,2.5 +1539411,2014,4,4,2 +1539411,2014,5,5,1.8 +1539411,2014,6,4,1.75 +1539411,2014,8,2,1.5 +1539411,2014,9,4,2 +1539411,2014,10,5,1.8 +1539411,2014,11,4,2.5 +1539411,2014,12,2,1.5 +1539411,2015,1,3,3.3333333333333335 +1539411,2015,2,2,2 +1539411,2015,3,7,2 +1539411,2015,4,8,6 +1539411,2015,5,4,1.75 +1539411,2015,6,2,2.5 +1539411,2015,7,4,2 +1539411,2015,8,4,2 +1539411,2015,11,4,4.25 +1539411,2015,12,1,1 +1539411,2016,1,2,2 +1539411,2016,2,3,2 +1539411,2016,3,2,3.5 +1539411,2016,4,2,2 +1539411,2016,5,3,1.6666666666666667 +1539411,2016,6,4,3.25 +1539411,2016,7,2,1.5 +1539411,2016,8,3,2.3333333333333335 +1539411,2016,9,2,2.5 +1539411,2016,10,3,1.3333333333333333 +1539411,2016,11,3,2.3333333333333335 +1539411,2016,12,2,2.5 +1539411,2017,1,1,11 +1539411,2017,2,2,2 +1539411,2017,3,2,6.5 +1539411,2017,5,2,1 +1539411,2017,6,3,1.3333333333333333 +1539411,2017,7,3,3 +1539411,2017,8,3,1.6666666666666667 +1539411,2017,9,2,1 +1539411,2017,10,3,2 +1539411,2017,11,4,1.75 +1539411,2017,12,3,1.6666666666666667 +1539411,2018,1,6,2.5 +1539411,2018,2,5,1.8 +1539411,2018,3,3,2 +1539411,2018,4,3,6 +1539411,2018,5,3,2.3333333333333335 +1539411,2018,6,4,1.5 +1539411,2018,7,2,1 +1539411,2018,8,2,2 +1539411,2018,9,9,2 +1539411,2018,10,5,1.4 +1539411,2018,11,7,1.8571428571428572 +1539411,2018,12,6,1.6666666666666667 +1539411,2019,1,3,1.6666666666666667 +1539411,2019,2,5,2.4 +1539411,2019,3,5,4.4 +1539411,2019,4,4,1.75 +1539411,2019,5,3,6 +1539411,2019,6,1,2 +1539411,2019,7,4,1.75 +1539411,2019,8,2,3.5 +1539411,2019,9,3,1.3333333333333333 +1539411,2019,10,5,2.2 +1539411,2019,12,4,2.5 +1539411,2020,1,2,2 +1539411,2020,2,2,1 +1539411,2020,3,5,3 +1539411,2020,4,3,1.6666666666666667 +1539411,2020,5,4,2.5 +1539411,2020,6,5,3 +1539411,2020,7,6,2 +1539411,2020,8,5,2 +1539411,2020,9,8,1.625 +1539411,2020,10,3,1.3333333333333333 +1539411,2020,11,3,1.6666666666666667 +1539411,2020,12,2,1.5 +1539411,2021,1,5,2 +1539411,2021,2,3,2 +1539411,2021,3,4,5 +1539411,2021,4,2,1.5 +1539411,2021,5,5,1.6 +1539411,2021,6,4,1.25 +1539411,2021,8,4,1.25 +1539411,2021,9,1,1 +1539411,2021,10,2,1 +1539411,2021,11,2,4 +1539411,2021,12,4,2.25 +1539411,2022,2,5,2.4 +1539411,2022,3,5,3.4 +1539411,2022,4,4,1.75 +1539411,2022,5,4,1.25 +1539411,2022,6,6,1.8333333333333333 +1539411,2022,7,1,2 +1539411,2022,8,3,2.3333333333333335 +1539411,2022,9,3,2 +1539411,2022,10,1,2 +1539411,2022,11,2,4.5 +1539411,2022,12,2,1.5 +1539411,2023,1,6,3 +1539411,2023,2,3,1.6666666666666667 +1539411,2023,3,2,5.5 +1539411,2023,4,4,2.25 +1539411,2023,5,6,1.8333333333333333 +1545959,1996,7,1,1 +1545959,1996,8,3,1 +1545959,1996,9,1,1 +1545959,1996,10,1,1 +1545959,1996,12,2,1 +1545959,1997,2,3,1.3333333333333333 +1545959,1997,5,2,1 +1545959,1997,7,1,1 +1545959,1997,9,2,1 +1545959,1998,1,1,1 +1545959,1998,3,2,1 +1545959,1998,4,1,1 +1545959,1998,5,1,1 +1545959,1998,7,1,1 +1545959,1998,9,2,1 +1545959,1998,10,1,1 +1545959,1998,11,1,1 +1545959,1999,1,2,1 +1545959,1999,5,2,1 +1545959,1999,6,1,1 +1545959,1999,8,1,1 +1545959,1999,12,3,1 +1545959,2000,4,1,1 +1545959,2000,6,1,1 +1545959,2000,7,1,1 +1545959,2000,10,1,1 +1545959,2000,11,2,1 +1545959,2001,1,1,1 +1545959,2001,2,1,1 +1545959,2001,4,2,1 +1545959,2001,5,2,1 +1545959,2001,7,1,1 +1545959,2001,8,1,1 +1545959,2001,9,1,1 +1545959,2001,10,1,1 +1545959,2002,1,1,1 +1545959,2002,3,1,1 +1545959,2002,4,1,1 +1545959,2002,5,1,1 +1545959,2002,7,4,1 +1545959,2002,8,1,1 +1545959,2002,10,2,1 +1545959,2002,12,1,1 +1545959,2003,2,2,1 +1545959,2003,3,1,1 +1545959,2003,5,1,1 +1545959,2003,6,1,1 +1545959,2003,7,1,1 +1545959,2003,9,1,1 +1545959,2003,10,2,1 +1545959,2003,11,1,1 +1545959,2003,12,1,1 +1545959,2004,1,2,1 +1545959,2004,2,3,1 +1545959,2004,3,2,1 +1545959,2004,4,1,1 +1545959,2004,5,1,1 +1545959,2004,6,1,1 +1545959,2004,7,1,1 +1545959,2004,8,2,1 +1545959,2004,10,2,1 +1545959,2004,12,1,1 +1545959,2005,2,1,1 +1545959,2005,3,1,1 +1545959,2005,4,5,1 +1545959,2005,6,2,1 +1545959,2005,8,2,1 +1545959,2005,9,1,1 +1545959,2005,10,1,1 +1545959,2005,11,2,1 +1545959,2006,1,1,1 +1545959,2006,2,2,1 +1545959,2006,4,1,1 +1545959,2006,5,1,1 +1545959,2006,6,2,1 +1545959,2006,8,2,1 +1545959,2006,10,4,1 +1545959,2007,1,3,1 +1545959,2007,2,2,1 +1545959,2007,3,1,1 +1545959,2007,5,1,1 +1545959,2007,6,2,1 +1545959,2007,7,2,1 +1545959,2007,11,2,1 +1545959,2007,12,1,1 +1545959,2008,1,1,1 +1545959,2008,2,2,1 +1545959,2008,3,1,1 +1545959,2008,6,2,1 +1545959,2008,8,2,1 +1545959,2008,9,1,1 +1545959,2008,10,2,1 +1545959,2009,3,1,1 +1545959,2009,4,1,1 +1545959,2009,5,1,1 +1545959,2009,6,1,1 +1545959,2009,7,1,1 +1545959,2009,8,1,1 +1545959,2009,9,2,1 +1545959,2009,10,1,1 +1545959,2010,3,2,1 +1545959,2010,6,2,1 +1545959,2010,8,2,1 +1545959,2010,9,2,1 +1545959,2010,10,1,1 +1545959,2010,12,2,1 +1545959,2011,5,2,1 +1545959,2011,6,1,1 +1545959,2011,7,1,1 +1545959,2011,8,1,1 +1545959,2011,9,2,1 +1545959,2011,12,1,1 +1545959,2012,1,2,1 +1545959,2012,3,1,1 +1545959,2012,5,1,1 +1545959,2012,6,1,1 +1545959,2012,7,1,1 +1545959,2012,9,3,1 +1545959,2012,10,2,1 +1545959,2013,4,1,1 +1545959,2013,6,2,1 +1545959,2013,7,2,1 +1545959,2013,9,2,1 +1545959,2013,10,1,1 +1545959,2013,11,1,1 +1545959,2014,1,1,1 +1545959,2014,2,2,1 +1545959,2014,4,2,1 +1545959,2014,5,2,1 +1545959,2014,10,1,1 +1545959,2014,12,1,1 +1545959,2015,1,2,1 +1545959,2015,2,1,1 +1545959,2015,4,1,1 +1545959,2015,5,2,1 +1545959,2015,6,1,1 +1545959,2015,8,3,1 +1545959,2015,9,1,1 +1545959,2016,4,2,1 +1545959,2016,5,4,1 +1545959,2016,7,2,1 +1545959,2016,8,3,1 +1545959,2016,9,2,1 +1545959,2016,10,3,1 +1545959,2016,11,1,1 +1545959,2016,12,4,1 +1545959,2017,1,1,1 +1545959,2017,2,1,1 +1545959,2017,5,1,1 +1545959,2017,8,4,1 +1545959,2017,9,3,1 +1545959,2017,10,1,1 +1545959,2017,12,4,1 +1545959,2018,2,1,1 +1545959,2018,3,3,1 +1545959,2018,4,1,1 +1545959,2018,5,1,2 +1545959,2018,6,3,1 +1545959,2018,7,4,1.25 +1545959,2018,8,2,1 +1545959,2018,9,1,2 +1545959,2018,11,2,1 +1545959,2018,12,1,1 +1545959,2019,1,1,1 +1545959,2019,3,2,1 +1545959,2019,4,1,1 +1545959,2019,5,2,1 +1545959,2019,6,2,1 +1545959,2019,7,2,1 +1545959,2019,8,2,1 +1545959,2019,9,1,1 +1545959,2019,10,3,1 +1545959,2019,11,1,1 +1545959,2019,12,4,1 +1545959,2020,1,3,1.3333333333333333 +1545959,2020,3,1,1 +1545959,2020,4,3,1 +1545959,2020,7,3,1 +1545959,2020,8,2,1 +1545959,2020,9,1,1 +1545959,2020,11,2,1 +1545959,2020,12,2,1 +1545959,2021,1,2,1 +1545959,2021,4,2,1 +1545959,2021,6,2,1 +1545959,2021,7,2,1 +1545959,2021,8,3,1 +1545959,2021,9,3,1 +1545959,2021,10,2,1 +1545959,2021,11,4,1 +1545959,2021,12,1,1 +1545959,2022,2,2,1 +1545959,2022,3,1,1 +1545959,2022,4,3,1 +1545959,2022,5,1,1 +1545959,2022,6,1,1 +1545959,2022,7,2,1 +1545959,2022,8,2,1 +1545959,2022,9,1,1 +1545959,2022,10,2,1 +1545959,2022,11,1,1 +1545959,2022,12,2,1 +1545959,2023,1,3,1 +1545959,2023,2,2,1 +1545959,2023,4,2,1 +1545959,2023,5,1,1 +3001079,2018,3,1,1 +3001079,2020,5,1,1 +4057420,1955,4,2,1 4057420,1955,11,1,1 -4230911,1980,7,1,1 -4057420,2005,10,1,2 -4230911,1969,6,1,1 -4078793,2000,3,2,2 -4230911,1980,4,1,1 -4336464,1996,7,1,1 -4216130,1996,7,1,1 -4230911,1988,7,1,1 -4216130,1976,7,1,1 -40492359,1996,6,1,1 -4057420,1997,11,1,2 -40492359,2006,1,1,1 -4202451,1992,6,1,1 -40492359,2020,8,1,1 -4336464,2012,5,1,1 -4336464,2005,3,1,1 -4336464,2005,11,2,1 -4057420,1991,1,1,1 -4202451,2013,9,1,1 -4216130,1983,9,1,1 -4057420,1998,7,1,1 -4336464,2003,6,1,1 -40492359,2020,9,1,1 -4230911,2022,1,1,1 -4202451,2009,9,1,1 -40492359,2004,4,1,1 -4336464,1955,6,1,1 -4057420,1985,4,1,5 -4216130,1963,10,1,1 -4336464,1956,1,1,1 -40492359,2013,10,2,1 -4230911,2009,6,2,1 -4216130,1963,6,1,1 -4216130,2002,3,1,1 -4078793,2006,2,1,3 -4216130,2006,4,1,1 -4336464,2007,5,1,1 -4230911,2001,8,1,1 -4216130,2011,6,1,1 -4078793,1998,7,1,2 -4078793,2022,11,52,2.0961538461538463 -4230911,2008,8,4,1 -4230911,2019,11,3,1 -40492359,2016,5,2,1 -4057420,2023,2,14,1.7857142857142858 -4078793,2023,5,51,1.8627450980392157 -4216130,2005,10,1,1 -40492359,2000,12,1,1 -4057420,2022,1,8,1.625 -4078793,2021,1,43,2.046511627906977 -4230911,2015,3,5,1 -4057420,2018,4,7,1.4285714285714286 -4078793,2022,3,49,2.4693877551020407 -4230911,2023,1,9,1 -4230911,2021,5,10,1 -4078793,2019,10,39,1.564102564102564 -4230911,2000,5,1,1 -40492359,1979,12,1,1 -4078793,2006,3,1,2 -4078793,2019,6,49,1.9795918367346939 -4078793,2021,12,51,2.019607843137255 -4078793,2010,5,1,1 -4057420,2005,4,2,1.5 -4202451,2022,2,6,1 -4078793,2017,5,42,1.7142857142857142 -4078793,2015,5,37,2.081081081081081 -4230911,1999,12,3,1 -4230911,2002,7,5,1 -4230911,1994,12,4,1 -4230911,2017,12,12,1 -4230911,2010,4,2,1 -4057420,2014,12,8,1.375 -4057420,2021,5,9,2.4444444444444446 -4230911,1990,10,1,1 -4202451,2020,11,6,1 -4057420,2014,1,9,1.6666666666666667 -4057420,2019,5,12,4.833333333333333 -4230911,2019,3,7,1.1428571428571428 -4057420,1999,8,1,1 -4202451,2008,11,4,1 -4230911,2011,3,1,1 -4057420,2011,3,1,1 -40492359,2017,12,4,1 -4078793,2018,5,39,2.58974358974359 -4202451,2015,2,3,1 -4057420,2020,5,6,2.3333333333333335 -4078793,2003,4,2,2 -4230911,2012,6,3,1 -4336464,2007,1,3,1 -4230911,2012,10,2,1 -4230911,2009,4,2,1 -4336464,2003,7,1,1 -4057420,2017,11,14,2.2857142857142856 -4336464,2010,8,2,1 -4202451,2006,11,1,1 -4216130,2010,8,2,1 -4078793,1996,6,2,2 -4230911,1997,7,2,1 -4216130,2014,4,2,1 -4230911,1993,9,2,1 -4216130,1993,9,1,1 -4230911,2017,1,10,1 -4230911,2014,8,2,1 -4216130,2013,6,2,1 -4202451,2004,7,2,1 -4057420,2017,3,12,1.6666666666666667 -4202451,2016,2,6,1 -4230911,1965,7,2,1 -40492359,2006,5,1,1 -4202451,2008,3,1,1 -4057420,2004,11,2,1 -4216130,2007,7,2,1 -4216130,1976,10,3,1 -4216130,1981,1,1,1 -4202451,1993,9,1,1 -4078793,2006,11,4,1.75 -4336464,1991,12,2,1 -4057420,2022,12,16,2 -4057420,2006,10,1,1 -4336464,2005,2,1,1 -4230911,2005,2,1,1 -4230911,2015,11,4,1 -4230911,2018,6,8,1 -4057420,2018,7,8,2.125 -4057420,2013,7,7,3 -4057420,2016,1,6,1.3333333333333333 -40492359,2019,4,2,1 -4230911,1993,8,1,2 -4216130,1993,8,1,2 -4216130,2022,4,3,1 -4216130,2005,6,2,1 -4230911,1996,8,4,1 -4230911,2003,11,1,1 -4216130,2016,7,2,1 -4230911,2022,5,9,1 -4202451,2014,5,3,1 -4336464,2019,11,1,1 -4230911,2009,7,3,1 -4057420,1997,2,1,1 -4216130,1958,12,1,1 -4216130,2008,3,1,1 -4216130,2009,5,1,1 -4202451,2021,12,5,1 -4336464,2013,7,2,1 -4336464,2011,5,2,1 -4336464,2015,2,1,1 -4216130,2015,2,1,1 -4230911,2018,10,3,1 -4216130,1976,6,1,1 -40492359,2013,4,1,1 -4057420,2013,4,2,1.5 -4336464,2022,6,1,1 -4057420,2016,12,10,3.3 -4230911,1974,3,1,1 -4336464,2004,5,1,1 -4057420,1994,8,1,6 -4078793,1997,9,3,2.6666666666666665 -4202451,1999,10,1,1 -4230911,2020,6,3,1 -4078793,2000,2,1,2 -4216130,2013,10,1,1 +4057420,1960,4,1,1 4057420,1962,1,1,1 -4230911,2020,10,3,1 -4202451,2010,3,1,1 -4230911,1951,10,1,1 -4216130,2016,4,2,1 -4230911,1991,8,1,1 -4336464,2021,12,1,1 -4230911,2002,4,1,1 -40492359,2013,7,1,1 -4216130,2006,6,2,1 -4230911,2003,3,1,1 +4057420,1963,6,1,1 +4057420,1967,4,1,1 +4057420,1973,6,1,1 +4057420,1979,6,1,2 +4057420,1979,12,1,1 +4057420,1984,11,1,1 +4057420,1985,4,1,5 +4057420,1986,4,1,5 +4057420,1986,6,1,1 +4057420,1988,5,1,1 +4057420,1988,6,1,1 +4057420,1989,5,1,5 +4057420,1990,5,1,5 +4057420,1990,6,1,1 +4057420,1990,9,1,1 +4057420,1991,1,1,1 +4057420,1991,3,1,1 +4057420,1991,8,1,1 +4057420,1991,9,1,1 +4057420,1991,10,1,2 +4057420,1992,5,2,3 +4057420,1992,11,2,1.5 +4057420,1993,2,1,2 +4057420,1993,6,1,5 +4057420,1994,2,1,2 +4057420,1994,5,1,15 +4057420,1994,6,1,1 +4057420,1994,8,1,6 +4057420,1994,9,1,1 +4057420,1994,10,1,2 +4057420,1995,6,2,2 +4057420,1995,7,1,1 +4057420,1995,9,1,1 +4057420,1996,6,2,1.5 +4057420,1996,10,1,1 +4057420,1996,11,2,2 +4057420,1997,2,1,1 +4057420,1997,6,2,2 +4057420,1997,8,1,1 +4057420,1997,11,1,2 +4057420,1998,2,1,2 +4057420,1998,7,1,1 +4057420,1998,8,1,5 +4057420,1998,9,1,1 4057420,1998,10,1,1 -4202451,2001,12,3,1 -4078793,1991,5,2,10 -4078793,1993,5,1,15 -4078793,1998,6,2,8.5 -4202451,2003,1,1,1 -40492359,2002,2,1,1 -4078793,1999,12,2,2 -4336464,2022,10,2,1 -4202451,2021,1,3,1 -4216130,2004,3,2,1 -4078793,2003,7,2,2 -4336464,2009,3,1,1 -4336464,1997,9,2,1 -4216130,1997,9,2,1 -4336464,2019,3,2,1 -4078793,2012,8,2,1.5 -40492359,2021,11,1,1 -4230911,2014,9,4,1 -4336464,1980,8,1,1 -4216130,2006,10,4,1 -4336464,2021,1,2,1 -4230911,1996,9,1,1 -4078793,1998,10,1,2 -4057420,2010,5,2,1 -4078793,2013,5,2,1 -4336464,2001,1,1,1 -4216130,2001,9,1,1 -4057420,2007,6,1,2 -40492359,2019,7,1,1 -4336464,1966,12,1,1 -4216130,2011,7,1,1 -4336464,2018,8,2,1 -4336464,2018,9,1,2 -4336464,1999,5,2,1 -4230911,1976,1,1,1 -4230911,1988,6,1,1 -4230911,1969,7,1,1 -4336464,2010,9,2,1 -4216130,2010,9,2,1 -4230911,1987,3,1,1 -4336464,2016,5,4,1 -4230911,1998,5,1,1 -4216130,2012,9,3,1 +4057420,1999,2,2,4 +4057420,1999,6,1,2 +4057420,1999,8,1,1 +4057420,1999,12,1,2 +4057420,2000,2,1,6 +4057420,2000,4,1,1 +4057420,2000,6,2,1.5 +4057420,2000,10,1,1 +4057420,2000,12,2,1.5 +4057420,2001,4,1,2 +4057420,2001,6,2,1.5 4057420,2001,9,2,1 -4216130,2018,6,3,1 -40492359,2011,6,1,1 -4230911,1999,1,3,1 -4216130,1998,3,2,1 -4057420,2012,5,1,1 -4057420,2009,10,1,1 -4230911,1986,6,1,1 -4230911,2006,8,2,1 -4230911,1990,6,2,1 -4336464,1960,7,1,1 -40492359,2017,1,2,1 -4230911,1985,3,2,1 -4216130,2022,7,2,1 -40492359,1960,4,1,1 -4216130,2023,2,2,1 -4216130,1999,6,1,1 -4057420,1994,9,1,1 -4336464,2013,4,1,1 -4336464,1998,1,1,1 -4230911,1991,9,2,1 -4216130,2003,12,1,1 -40492359,1955,11,1,1 -4336464,2012,1,2,1 -4336464,1969,6,1,1 -4216130,1958,1,1,1 -4336464,2007,12,1,1 -40492359,2022,12,1,1 -4336464,1988,7,1,1 -4216130,1988,7,1,1 -4216130,2000,10,1,1 -4336464,1996,10,1,1 -4216130,1996,10,1,1 -4202451,2002,10,1,1 -4216130,2000,6,1,1 -4216130,1998,11,1,1 -4078793,2005,6,1,1 -40492359,2004,10,1,1 -4202451,2023,6,1,1 -40492359,2015,10,1,1 -4078793,1980,6,1,2 -4216130,1955,6,1,1 -4230911,2007,9,1,1 -4230911,1967,1,1,1 4057420,2002,1,1,1 -4202451,1994,4,1,1 -4202451,2020,3,1,1 -4202451,1999,6,1,1 -4078793,1995,10,1,2 -4230911,2008,9,1,1 -4216130,2001,8,1,1 -4336464,1977,5,1,1 -4078793,2011,11,2,1 -4078793,2009,11,2,1.5 -4202451,2019,11,2,1 -4078793,2014,3,24,1.9166666666666667 -4078793,2016,3,36,2.5277777777777777 -4078793,2017,4,30,1.9333333333333333 -4078793,2018,4,36,1.9166666666666667 -4057420,2020,4,9,1.7777777777777777 -4078793,2023,4,53,2.3962264150943398 -4057420,2021,7,20,1.65 -4078793,2020,3,48,3 -4078793,2018,7,36,2.4166666666666665 -4057420,2016,6,13,2.230769230769231 -4202451,2023,1,6,1 -4078793,2017,7,34,1.9705882352941178 -4078793,2020,11,54,2.1296296296296298 -4057420,2014,10,8,2.625 -4078793,1999,6,2,8.5 -4078793,2002,6,2,2 -4230911,2022,7,9,1 -40492359,2015,12,2,1 -4230911,2018,1,5,1 -4057420,2020,7,16,2.9375 -4216130,1953,10,1,1 -4078793,2019,12,41,1.975609756097561 -4078793,2014,11,38,1.8157894736842106 +4057420,2002,2,1,1 +4057420,2002,3,1,1 +4057420,2002,4,1,1 +4057420,2002,8,1,2 +4057420,2003,2,1,1 4057420,2003,4,2,1 -4057420,2018,5,12,1.5833333333333333 -4078793,2021,6,51,3 -4202451,2015,9,2,1 -4230911,2017,10,3,1 -4078793,2021,10,38,1.868421052631579 -4057420,2022,10,10,1.6 -4230911,2016,3,6,1 -4216130,1999,12,3,1 +4057420,2003,8,2,2 +4057420,2003,9,1,1 +4057420,2003,10,1,1 +4057420,2004,4,1,1 +4057420,2004,5,1,1 +4057420,2004,6,1,2 +4057420,2004,8,1,2 +4057420,2004,10,1,1 +4057420,2004,11,2,1 +4057420,2005,3,1,1 +4057420,2005,4,2,1.5 +4057420,2005,8,3,1.3333333333333333 +4057420,2005,10,1,2 +4057420,2005,11,1,1 +4057420,2006,1,3,1 +4057420,2006,3,2,1 +4057420,2006,4,2,1 +4057420,2006,5,2,1.5 +4057420,2006,10,1,1 +4057420,2006,12,1,2 +4057420,2007,1,1,1 +4057420,2007,2,1,1 +4057420,2007,4,1,1 +4057420,2007,6,1,2 +4057420,2007,8,2,1.5 +4057420,2007,11,1,2 +4057420,2007,12,1,1 +4057420,2008,2,1,1 +4057420,2008,3,1,1 +4057420,2008,4,1,1 +4057420,2008,8,1,2 +4057420,2008,9,1,2 +4057420,2008,12,2,1 +4057420,2009,5,1,1 +4057420,2009,7,1,1 +4057420,2009,10,1,1 +4057420,2009,11,1,1 +4057420,2010,4,3,1 +4057420,2010,5,2,1 +4057420,2010,7,1,2 +4057420,2010,9,2,2.5 +4057420,2010,12,2,1.5 +4057420,2011,1,1,1 +4057420,2011,2,1,1 +4057420,2011,3,1,1 +4057420,2011,6,2,2 +4057420,2011,7,1,2 +4057420,2011,9,2,2 +4057420,2011,10,1,2 +4057420,2011,12,1,1 +4057420,2012,1,1,1 +4057420,2012,3,1,4 +4057420,2012,4,1,2 +4057420,2012,5,1,1 +4057420,2012,7,1,1 +4057420,2012,8,1,1 +4057420,2012,9,4,1.75 +4057420,2012,11,1,1 +4057420,2012,12,4,1.25 +4057420,2013,1,2,1 +4057420,2013,2,2,1 +4057420,2013,3,2,3 +4057420,2013,4,2,1.5 +4057420,2013,7,7,3 +4057420,2013,8,4,2.25 +4057420,2013,9,10,1.5 +4057420,2013,10,11,2.090909090909091 +4057420,2013,11,7,1.4285714285714286 +4057420,2013,12,10,2.3 +4057420,2014,1,9,1.6666666666666667 +4057420,2014,2,7,1.4285714285714286 +4057420,2014,3,7,1.7142857142857142 +4057420,2014,4,11,1.3636363636363635 +4057420,2014,5,15,1.6666666666666667 +4057420,2014,6,9,2.111111111111111 +4057420,2014,7,4,1.25 +4057420,2014,8,7,2.142857142857143 +4057420,2014,9,9,2.5555555555555554 +4057420,2014,10,8,2.625 +4057420,2014,11,7,1.8571428571428572 +4057420,2014,12,8,1.375 +4057420,2015,1,15,2 +4057420,2015,2,7,1.7142857142857142 +4057420,2015,3,6,1.8333333333333333 +4057420,2015,4,6,1.3333333333333333 +4057420,2015,5,9,5.555555555555555 +4057420,2015,6,9,6.444444444444445 +4057420,2015,7,7,1.7142857142857142 +4057420,2015,8,6,1.5 +4057420,2015,9,4,1 +4057420,2015,10,10,1.8 4057420,2015,11,9,1.5555555555555556 -4057420,2010,4,3,1 -4078793,2013,7,29,2.6206896551724137 -4202451,2016,9,4,1 -4078793,2019,1,37,2.1621621621621623 -4057420,2022,6,8,2.5 -4336464,1993,4,1,1 -4078793,2016,11,40,2.15 -4230911,2012,1,3,1 -4078793,2015,4,25,1.56 -4057420,1997,8,1,1 -4202451,2022,8,8,1 -4078793,2015,7,25,2.84 -4336464,2003,5,1,1 -4230911,2022,4,9,1 -4057420,2007,1,1,1 -4336464,2012,10,2,1 -4216130,2009,4,1,1 -4230911,2008,2,3,1 -4336464,1996,12,2,1 -4216130,1996,12,2,1 -4057420,2019,4,7,1.4285714285714286 +4057420,2015,12,9,1.7777777777777777 +4057420,2016,1,6,1.3333333333333333 +4057420,2016,2,11,1.7272727272727273 +4057420,2016,3,13,1.4615384615384615 +4057420,2016,4,9,1.5555555555555556 +4057420,2016,5,13,1.9230769230769231 +4057420,2016,6,13,2.230769230769231 +4057420,2016,7,8,1.5 +4057420,2016,8,6,2 +4057420,2016,9,8,2.5 4057420,2016,10,9,2.111111111111111 -4336464,2021,6,2,1 -4202451,1996,7,2,1 -4230911,2000,4,2,1 -4202451,2002,12,2,1 -4230911,2005,8,4,1 -4336464,2020,8,2,1 -4078793,2012,2,3,1 -4057420,2012,7,1,1 -4336464,2007,6,2,1 -4336464,1976,3,1,1 -4230911,2021,7,10,1 -4230911,2021,4,3,1 -4202451,2015,8,3,1 -4216130,2021,11,4,1 -4202451,2022,9,2,1 -40492359,2011,1,1,1 -4336464,2014,2,2,1 -4230911,2014,2,3,1 -4336464,1990,8,1,1 -4336464,2020,9,1,1 -4202451,2017,3,5,1 -4057420,1996,10,1,1 -4230911,2004,11,1,1 -4230911,1976,10,3,1 -4230911,1981,1,1,1 -4057420,2014,6,9,2.111111111111111 -4202451,2011,2,1,1 -4078793,2007,12,2,1.5 -4216130,1989,8,1,1 -4230911,2020,12,6,1 -4230911,1997,5,2,1 +4057420,2016,11,13,1.4615384615384615 +4057420,2016,12,10,3.3 +4057420,2017,1,14,1.8571428571428572 +4057420,2017,2,7,5.857142857142857 +4057420,2017,3,12,1.6666666666666667 +4057420,2017,4,11,1.7272727272727273 +4057420,2017,5,9,6.777777777777778 +4057420,2017,6,9,3.111111111111111 +4057420,2017,7,8,1.875 +4057420,2017,8,13,4.153846153846154 +4057420,2017,9,10,2 +4057420,2017,10,12,2.8333333333333335 +4057420,2017,11,14,2.2857142857142856 +4057420,2017,12,10,1.7 +4057420,2018,1,7,1.1428571428571428 +4057420,2018,2,1,2 +4057420,2018,3,9,1.4444444444444444 +4057420,2018,4,7,1.4285714285714286 +4057420,2018,5,12,1.5833333333333333 +4057420,2018,6,9,1.4444444444444444 +4057420,2018,7,8,2.125 +4057420,2018,8,14,2.2142857142857144 +4057420,2018,9,6,5.333333333333333 +4057420,2018,10,5,1 +4057420,2018,11,8,2.125 +4057420,2018,12,8,2 +4057420,2019,1,12,2 +4057420,2019,2,8,1.375 +4057420,2019,3,6,1.6666666666666667 +4057420,2019,4,7,1.4285714285714286 +4057420,2019,5,12,4.833333333333333 +4057420,2019,6,10,2.8 4057420,2019,7,13,4.230769230769231 -4202451,2017,11,5,1 -4202451,1997,11,1,1 -4202451,2019,3,4,1.25 -4336464,1993,7,3,1 -40492359,2018,9,2,1 -4230911,2020,1,8,1.125 -4216130,2006,1,1,1 -40492359,2017,6,1,1 -4230911,2017,6,7,1 -4336464,2016,7,2,1 -4336464,2005,8,2,1 -4216130,2003,10,2,1 -4230911,2018,12,8,1 -4057420,2006,12,1,2 -4336464,1980,2,1,1 -40492359,2009,7,1,1 -4336464,1958,12,1,1 -4216130,2002,8,1,1 -4230911,2009,5,2,1 -4216130,2020,1,3,1.3333333333333333 -40492359,2015,1,2,1 -4230911,2013,7,6,1 -4336464,2022,12,2,1 +4057420,2019,8,13,3.1538461538461537 +4057420,2019,9,11,4.2727272727272725 +4057420,2019,10,10,2.8 +4057420,2019,11,11,2.4545454545454546 +4057420,2019,12,11,2 +4057420,2020,1,20,2.5 +4057420,2020,2,5,1.8 +4057420,2020,3,12,1.6666666666666667 +4057420,2020,4,9,1.7777777777777777 +4057420,2020,5,6,2.3333333333333335 +4057420,2020,6,10,1.4 +4057420,2020,7,16,2.9375 +4057420,2020,8,14,2.7142857142857144 +4057420,2020,9,9,4.222222222222222 +4057420,2020,10,9,1.7777777777777777 +4057420,2020,11,12,2 +4057420,2020,12,15,1.6 +4057420,2021,1,10,1.7 +4057420,2021,2,11,1.8181818181818181 +4057420,2021,3,14,1.8571428571428572 4057420,2021,4,10,1.6 -4216130,2011,5,2,1 -4230911,1976,6,1,1 -4230911,2013,4,3,1 -4202451,1975,11,1,1 -4230911,2012,12,3,1 -4336464,1967,8,1,1 -4216130,1967,8,1,1 -4078793,2013,4,5,1.4 -4202451,2014,7,3,1 -4078793,2000,9,2,3.5 -4078793,2002,10,3,2.6666666666666665 -4078793,2010,4,1,1 -4078793,2008,3,1,1 -4230911,1999,10,1,1 -4230911,2016,11,6,1 -4336464,1991,10,1,1 -4336464,2004,7,1,1 -4078793,1996,1,2,4 -4078793,1995,1,1,2 -4057420,1999,2,2,4 -4336464,2012,6,1,1 -40492359,2020,11,2,1 -4336464,2004,4,1,1 -4230911,1962,1,1,1 -4336464,2016,4,2,1 -40492359,1991,8,1,1 -4216130,2019,8,2,1 -4202451,2018,3,3,1 -4078793,2005,1,3,1.6666666666666667 -4230911,2007,2,3,1 -4078793,1999,10,2,1.5 +4057420,2021,5,9,2.4444444444444446 +4057420,2021,6,10,2.9 +4057420,2021,7,20,1.65 +4057420,2021,8,10,3.4 +4057420,2021,9,11,1.7272727272727273 +4057420,2021,10,14,1.5714285714285714 +4057420,2021,11,14,2.2857142857142856 +4057420,2021,12,15,2.1333333333333333 +4057420,2022,1,8,1.625 +4057420,2022,2,6,1.5 +4057420,2022,3,13,1.9230769230769231 +4057420,2022,4,12,1.8333333333333333 +4057420,2022,5,10,1.5 +4057420,2022,6,8,2.5 +4057420,2022,7,13,4.076923076923077 +4057420,2022,8,9,2.3333333333333335 +4057420,2022,9,12,4.333333333333333 +4057420,2022,10,10,1.6 +4057420,2022,11,12,2.1666666666666665 +4057420,2022,12,16,2 +4057420,2023,1,6,3.3333333333333335 +4057420,2023,2,14,1.7857142857142858 +4057420,2023,3,15,1.9333333333333333 +4057420,2023,4,8,1.5 +4057420,2023,5,12,1.75 +4057420,2023,6,4,1.75 +4078793,1977,5,1,2 +4078793,1978,6,1,2 +4078793,1980,6,1,2 +4078793,1984,4,1,5 +4078793,1987,5,1,5 +4078793,1988,5,1,5 +4078793,1988,6,1,1 +4078793,1989,6,1,1 +4078793,1990,6,1,1 +4078793,1990,10,1,2 +4078793,1991,5,2,10 +4078793,1991,6,1,1 +4078793,1991,10,2,2 +4078793,1992,5,1,15 +4078793,1992,6,1,1 +4078793,1992,10,2,2 +4078793,1993,1,1,2 +4078793,1993,5,1,15 +4078793,1993,7,1,1 +4078793,1993,9,1,1 +4078793,1993,10,1,2 +4078793,1993,11,2,2 +4078793,1994,1,1,2 +4078793,1994,5,1,2 +4078793,1994,7,1,1 4078793,1994,9,1,1 -40492359,2000,6,1,1 -40492359,2020,3,1,1 +4078793,1994,11,2,2 +4078793,1995,1,1,2 +4078793,1995,2,1,2 +4078793,1995,5,2,8.5 +4078793,1995,7,1,1 +4078793,1995,8,1,6 +4078793,1995,10,1,2 +4078793,1995,11,2,2 +4078793,1996,1,2,4 +4078793,1996,2,1,2 +4078793,1996,5,2,8.5 +4078793,1996,6,2,2 +4078793,1996,7,2,1.5 +4078793,1996,8,1,1 +4078793,1996,9,2,3.5 +4078793,1996,11,1,2 +4078793,1997,1,2,4 +4078793,1997,2,1,2 +4078793,1997,3,1,2 +4078793,1997,5,1,2 +4078793,1997,6,2,8.5 +4078793,1997,7,1,2 +4078793,1997,9,3,2.6666666666666665 +4078793,1997,10,1,2 +4078793,1997,11,1,2 +4078793,1997,12,1,2 +4078793,1998,2,1,6 +4078793,1998,3,2,2 +4078793,1998,5,1,2 +4078793,1998,6,2,8.5 +4078793,1998,7,1,2 +4078793,1998,8,1,2 +4078793,1998,9,2,3.5 +4078793,1998,10,1,2 +4078793,1998,11,1,2 4078793,1998,12,3,2 -4336464,2001,10,1,1 -4202451,2003,10,1,1 -4230911,2004,3,2,1 -4230911,1998,7,2,1 -4202451,2016,8,3,1 -4202451,2021,6,4,1 -4078793,2007,1,2,1 -4057420,2006,1,3,1 -4202451,2018,11,4,1 -4230911,1990,12,2,1 -4057420,2007,12,1,1 -4057420,2008,12,2,1 -4078793,1989,6,1,1 -4078793,1993,7,1,1 -4057420,2015,3,6,1.8333333333333333 -4078793,2011,3,2,3 -4202451,2014,4,3,1 -40492359,2012,11,1,1 -4078793,2001,11,1,2 -4078793,2004,11,2,2 -4057420,2010,7,1,2 -4336464,2011,7,1,1 -4202451,2012,7,2,1 -4230911,2006,2,2,1 -4216130,1976,1,1,1 -40492359,1988,6,1,1 -4057420,1988,6,1,1 -4057420,2012,4,1,2 -40492359,1994,6,1,1 -4230911,1994,6,2,1 -4230911,1977,8,1,1 -4216130,2018,12,1,1 -4336464,2005,9,1,1 -4230911,2005,9,1,1 -4216130,1987,3,1,1 -4230911,1955,8,1,1 -4216130,2016,5,4,1 -4078793,2009,3,1,1 -4216130,1978,11,1,1 -4336464,2018,2,1,1 -4216130,2001,2,1,1 -4216130,1999,1,2,1 -4336464,1998,10,1,1 -4336464,1994,8,1,1 +4078793,1999,3,2,2 +4078793,1999,6,2,8.5 +4078793,1999,7,1,2 +4078793,1999,8,2,3.5 +4078793,1999,9,2,3.5 +4078793,1999,10,2,1.5 +4078793,1999,11,1,2 +4078793,1999,12,2,2 +4078793,2000,2,1,2 +4078793,2000,3,2,2 +4078793,2000,4,1,2 +4078793,2000,7,4,2 4078793,2000,8,1,2 -40492359,2018,8,1,1 -4216130,2009,7,1,1 -4230911,2002,5,2,1 -4230911,2000,7,1,1 -4216130,2014,5,2,1 -4336464,2015,9,1,1 -4216130,2015,9,1,1 -40492359,2022,10,1,1 -4336464,2017,5,1,1 -4216130,2017,5,1,1 -4230911,1999,6,2,1 -4230911,1990,1,1,1 -4230911,2010,5,1,1 -4230911,1998,4,1,1 -4336464,2015,8,3,1 -4202451,2013,3,1,1 -4216130,2015,8,3,1 -4078793,2008,11,1,2 -4336464,1997,2,3,1.3333333333333333 -4216130,1997,2,3,1.3333333333333333 -4336464,1994,9,1,1 -4336464,1958,1,1,1 -4078793,1997,2,1,2 -4057420,1993,2,1,2 -4057420,1994,2,1,2 -4216130,2022,5,1,1 -4202451,2021,10,2,1 -4057420,1996,6,2,1.5 -40492359,2001,6,1,1 -4230911,1994,10,1,1 -4216130,1963,5,2,1 -4230911,1992,6,1,1 -4336464,2021,10,2,1 -4202451,1999,1,1,1 +4078793,2000,9,2,3.5 +4078793,2000,10,2,1.5 +4078793,2000,12,1,2 +4078793,2001,2,2,4 4078793,2001,3,1,2 -4216130,2020,12,2,1 +4078793,2001,7,3,2 +4078793,2001,8,3,2 +4078793,2001,9,1,1 +4078793,2001,10,3,2.6666666666666665 +4078793,2001,11,1,2 +4078793,2002,2,1,2 +4078793,2002,3,1,6 +4078793,2002,4,2,2 +4078793,2002,6,2,2 +4078793,2002,7,2,2 +4078793,2002,8,3,2 +4078793,2002,10,3,2.6666666666666665 +4078793,2002,11,2,1.5 +4078793,2003,1,1,1 +4078793,2003,3,1,6 +4078793,2003,4,2,2 4078793,2003,5,1,1 -4216130,2003,6,1,1 -4202451,2005,10,2,1 +4078793,2003,6,2,2 +4078793,2003,7,2,2 +4078793,2003,8,3,2 +4078793,2003,10,2,4 +4078793,2003,11,3,1.6666666666666667 +4078793,2004,1,2,1 4078793,2004,3,1,6 -4216130,2019,9,1,1 -4230911,2023,6,1,1 -4078793,1977,5,1,2 -4202451,2007,9,1,1 -4230911,1956,1,1,1 -4057420,1967,4,1,1 -40492359,2016,7,1,1 +4078793,2004,4,4,1.75 +4078793,2004,5,1,1 +4078793,2004,7,1,2 +4078793,2004,8,3,2 +4078793,2004,9,1,2 +4078793,2004,10,2,1.5 +4078793,2004,11,2,2 +4078793,2005,1,3,1.6666666666666667 +4078793,2005,2,1,2 +4078793,2005,3,1,6 +4078793,2005,4,2,1.5 +4078793,2005,5,1,2 +4078793,2005,6,1,1 +4078793,2005,7,1,2 +4078793,2005,8,3,2 +4078793,2005,9,1,2 +4078793,2005,11,3,1.6666666666666667 +4078793,2006,1,1,1 +4078793,2006,2,1,3 +4078793,2006,3,1,2 +4078793,2006,4,2,2 +4078793,2006,6,1,1 +4078793,2006,7,1,2 +4078793,2006,8,5,1.8 +4078793,2006,9,1,2 +4078793,2006,11,4,1.75 +4078793,2006,12,1,1 +4078793,2007,1,2,1 +4078793,2007,3,3,1.3333333333333333 +4078793,2007,5,2,1.5 +4078793,2007,7,1,2 +4078793,2007,8,1,2 +4078793,2007,9,2,2 +4078793,2007,11,1,2 +4078793,2007,12,2,1.5 +4078793,2008,1,1,1 +4078793,2008,2,1,1 +4078793,2008,3,1,1 +4078793,2008,5,1,1 +4078793,2008,6,1,2 +4078793,2008,7,1,2 +4078793,2008,8,1,1 +4078793,2008,9,3,2 +4078793,2008,11,1,2 +4078793,2008,12,3,1.6666666666666667 +4078793,2009,1,1,1 +4078793,2009,2,2,2.5 +4078793,2009,3,1,1 +4078793,2009,4,2,1 +4078793,2009,5,1,3 +4078793,2009,6,1,2 +4078793,2009,7,1,2 +4078793,2009,8,2,1.5 +4078793,2009,9,2,2 +4078793,2009,10,1,2 +4078793,2009,11,2,1.5 +4078793,2009,12,4,1.5 +4078793,2010,1,1,1 +4078793,2010,2,2,2.5 +4078793,2010,3,1,2 +4078793,2010,4,1,1 +4078793,2010,5,1,1 +4078793,2010,6,1,3 4078793,2010,7,1,1 -40492359,1991,9,1,1 -4230911,1991,2,1,1 -4336464,2002,3,1,1 -4216130,2007,5,1,1 -40492359,2000,10,1,1 -4202451,2013,11,1,1 -4057420,2021,9,11,1.7272727272727273 -4078793,2014,12,29,2.2413793103448274 -4230911,2018,3,8,1 -4078793,2016,12,25,1.88 -4057420,2000,12,2,1.5 -4078793,2019,3,52,2.8076923076923075 -4216130,2009,9,2,1 -40492359,2018,4,1,1 -4057420,2021,8,10,3.4 -4216130,2023,4,2,1 -4202451,2000,5,1,1 +4078793,2010,8,1,1 +4078793,2010,9,2,2 +4078793,2010,10,3,1.3333333333333333 +4078793,2010,11,2,1.5 +4078793,2010,12,2,1.5 +4078793,2011,1,2,1 +4078793,2011,2,1,1 +4078793,2011,3,2,3 +4078793,2011,4,2,1 +4078793,2011,5,2,1 +4078793,2011,7,2,1.5 +4078793,2011,9,2,1.5 +4078793,2011,10,3,2.3333333333333335 +4078793,2011,11,2,1 +4078793,2011,12,2,2 +4078793,2012,1,5,1.2 +4078793,2012,2,3,1 +4078793,2012,4,5,1.4 +4078793,2012,5,1,1 +4078793,2012,6,2,2.5 +4078793,2012,7,1,2 +4078793,2012,8,2,1.5 +4078793,2012,10,5,2 +4078793,2012,11,3,1.3333333333333333 +4078793,2012,12,1,1 +4078793,2013,1,2,1.5 +4078793,2013,2,4,1 +4078793,2013,4,5,1.4 +4078793,2013,5,2,1 +4078793,2013,6,10,2 +4078793,2013,7,29,2.6206896551724137 +4078793,2013,8,28,2.5357142857142856 4078793,2013,9,22,2.227272727272727 -4078793,2019,11,44,2.1818181818181817 -4202451,2002,11,1,1 -4057420,2003,9,1,1 -4078793,1997,5,1,2 +4078793,2013,10,39,2.282051282051282 +4078793,2013,11,25,1.72 +4078793,2013,12,27,2.2222222222222223 +4078793,2014,1,27,1.962962962962963 +4078793,2014,2,35,2.4285714285714284 +4078793,2014,3,24,1.9166666666666667 +4078793,2014,4,21,3.2857142857142856 +4078793,2014,5,33,1.696969696969697 +4078793,2014,6,32,3.46875 +4078793,2014,7,39,2.717948717948718 +4078793,2014,8,26,2.769230769230769 +4078793,2014,9,27,1.5925925925925926 +4078793,2014,10,35,2.1714285714285713 +4078793,2014,11,38,1.8157894736842106 +4078793,2014,12,29,2.2413793103448274 +4078793,2015,1,21,1.9523809523809523 +4078793,2015,2,38,2.4473684210526314 +4078793,2015,3,37,2.5945945945945947 +4078793,2015,4,25,1.56 +4078793,2015,5,37,2.081081081081081 +4078793,2015,6,38,2.0526315789473686 +4078793,2015,7,25,2.84 4078793,2015,8,43,2.7906976744186047 +4078793,2015,9,33,1.8181818181818181 +4078793,2015,10,38,2.3684210526315788 +4078793,2015,11,39,2 +4078793,2015,12,31,2.129032258064516 +4078793,2016,1,28,2.2142857142857144 +4078793,2016,2,34,2.676470588235294 +4078793,2016,3,36,2.5277777777777777 +4078793,2016,4,24,1.9583333333333333 +4078793,2016,5,38,2.973684210526316 +4078793,2016,6,39,3 +4078793,2016,7,30,2.6666666666666665 +4078793,2016,8,46,2.5869565217391304 +4078793,2016,9,29,1.6206896551724137 +4078793,2016,10,35,2.1142857142857143 +4078793,2016,11,40,2.15 +4078793,2016,12,25,1.88 +4078793,2017,1,31,1.8387096774193548 +4078793,2017,2,32,1.90625 +4078793,2017,3,33,2.5454545454545454 +4078793,2017,4,30,1.9333333333333333 +4078793,2017,5,42,1.7142857142857142 +4078793,2017,6,47,2.8085106382978724 +4078793,2017,7,34,1.9705882352941178 +4078793,2017,8,40,2.525 4078793,2017,9,26,1.5769230769230769 -4078793,2022,10,43,1.7906976744186047 -4057420,2019,9,11,4.2727272727272725 +4078793,2017,10,36,1.8888888888888888 +4078793,2017,11,43,2.1627906976744184 +4078793,2017,12,28,2.107142857142857 +4078793,2018,1,39,2.1794871794871793 +4078793,2018,2,36,2.6944444444444446 +4078793,2018,3,46,2.3260869565217392 +4078793,2018,4,36,1.9166666666666667 +4078793,2018,5,39,2.58974358974359 +4078793,2018,6,50,2.92 +4078793,2018,7,36,2.4166666666666665 +4078793,2018,8,46,2.891304347826087 4078793,2018,9,38,1.736842105263158 -4230911,2014,5,7,1 -4202451,2022,7,7,1 -4230911,2016,12,9,1 -4336464,1987,4,1,1 -4202451,2018,1,5,1 -4057420,2015,12,9,1.7777777777777777 -4078793,2007,3,3,1.3333333333333333 -4336464,1953,10,1,1 +4078793,2018,10,42,2.0238095238095237 +4078793,2018,11,50,2.38 +4078793,2018,12,33,1.7272727272727273 +4078793,2019,1,37,2.1621621621621623 +4078793,2019,2,30,2.066666666666667 +4078793,2019,3,52,2.8076923076923075 +4078793,2019,4,40,1.875 +4078793,2019,5,37,1.837837837837838 +4078793,2019,6,49,1.9795918367346939 +4078793,2019,7,38,2.473684210526316 +4078793,2019,8,47,2.5106382978723403 +4078793,2019,9,34,2.5588235294117645 +4078793,2019,10,39,1.564102564102564 +4078793,2019,11,44,2.1818181818181817 +4078793,2019,12,41,1.975609756097561 +4078793,2020,1,35,2.085714285714286 +4078793,2020,2,33,1.878787878787879 +4078793,2020,3,48,3 +4078793,2020,4,40,1.85 +4078793,2020,5,39,2.5641025641025643 +4078793,2020,6,58,2.4655172413793105 +4078793,2020,7,42,2.6666666666666665 +4078793,2020,8,42,2.8095238095238093 +4078793,2020,9,48,2.3541666666666665 +4078793,2020,10,40,1.8 +4078793,2020,11,54,2.1296296296296298 4078793,2020,12,45,2.2 +4078793,2021,1,43,2.046511627906977 +4078793,2021,2,29,2.3793103448275863 +4078793,2021,3,49,2.3877551020408165 +4078793,2021,4,43,2.4651162790697674 +4078793,2021,5,41,1.6341463414634145 +4078793,2021,6,51,3 +4078793,2021,7,57,3.263157894736842 +4078793,2021,8,36,2.4444444444444446 +4078793,2021,9,56,3 +4078793,2021,10,38,1.868421052631579 +4078793,2021,11,48,1.9375 +4078793,2021,12,51,2.019607843137255 +4078793,2022,1,44,2.1818181818181817 +4078793,2022,2,45,2.2888888888888888 +4078793,2022,3,49,2.4693877551020407 +4078793,2022,4,42,2.4523809523809526 +4078793,2022,5,49,1.8775510204081634 4078793,2022,6,54,2.925925925925926 -4230911,2004,1,4,1 -4216130,2002,7,4,1 -4078793,2013,8,28,2.5357142857142856 -4078793,2017,8,40,2.525 -4216130,2018,3,3,1 -4336464,1972,4,1,1 -4336464,1975,11,2,1 -4230911,1975,11,3,1 -4057420,2019,8,13,3.1538461538461537 -4078793,2018,8,46,2.891304347826087 -4078793,2015,9,33,1.8181818181818181 -4202451,2019,1,6,1 -4078793,2016,1,28,2.2142857142857144 -4078793,2014,1,27,1.962962962962963 -4078793,2020,1,35,2.085714285714286 -4202451,2019,12,7,1 -4230911,2020,11,10,1 -4336464,2023,1,3,1 -40492359,2012,1,1,1 -40492359,2014,12,2,1 -4336464,2005,4,5,1 -4230911,2005,4,5,1 -4230911,1982,10,1,1 -4216130,1982,10,1,1 -40492359,2011,3,1,1 -4230911,2010,2,1,1 -4230911,2022,8,10,1 -4057420,2017,10,12,2.8333333333333335 -4336464,2003,2,2,1 -4202451,2013,12,4,1 -4230911,2013,9,3,1 -4202451,2022,4,6,1 -4078793,1998,3,2,2 -4078793,2000,4,1,2 -4336464,1975,3,1,1 -4230911,1975,3,1,1 -4336464,2019,10,3,1 -4230911,2019,10,10,1 -4216130,2020,11,2,1 -4336464,2008,2,2,1 -40492359,1963,6,1,1 -4230911,1963,6,2,1 -4216130,1987,1,1,1 -4336464,2016,9,2,1 -4057420,2004,6,1,2 -4230911,2016,1,4,1 -4336464,1993,9,1,1 -4202451,2017,1,7,1 -4202451,2014,8,2,1 +4078793,2022,7,59,2.9322033898305087 +4078793,2022,8,42,2.2857142857142856 +4078793,2022,9,60,2.7 +4078793,2022,10,43,1.7906976744186047 +4078793,2022,11,52,2.0961538461538463 +4078793,2022,12,56,2.0714285714285716 +4078793,2023,1,40,1.975 +4078793,2023,2,43,2.302325581395349 +4078793,2023,3,42,2.4761904761904763 +4078793,2023,4,53,2.3962264150943398 +4078793,2023,5,51,1.8627450980392157 +4078793,2023,6,22,1.7727272727272727 +4108450,2001,6,1,1 +4108450,2019,9,1,1 +4128111,2020,11,1,1 +4128111,2020,12,1,1 +4202451,1964,12,1,1 +4202451,1969,3,1,1 +4202451,1973,8,1,1 +4202451,1974,3,1,1 +4202451,1974,12,1,1 +4202451,1975,8,1,1 +4202451,1975,11,1,1 +4202451,1977,1,1,1 +4202451,1977,8,1,1 +4202451,1978,7,1,1 +4202451,1979,6,1,1 +4202451,1980,9,1,1 +4202451,1982,1,1,1 +4202451,1982,2,1,1 +4202451,1983,2,1,1 +4202451,1983,3,1,1 +4202451,1984,11,1,1 +4202451,1985,7,1,1 +4202451,1988,5,1,1 4202451,1990,11,1,1 -4230911,1990,11,1,1 -40492359,2005,8,2,1 -4078793,2011,1,2,1 -4057420,2017,6,9,3.111111111111111 -4230911,2021,8,10,1 -4202451,2009,12,2,1 -4216130,1976,3,1,1 -4336464,1965,7,2,1 -4078793,2010,8,1,1 -4230911,2015,10,8,1 -4057420,2012,9,4,1.75 -4202451,2015,7,7,1 -4230911,2022,9,3,1 -4216130,2014,2,2,1 -4202451,2016,4,5,1 -4230911,2006,5,4,1 -40492359,2004,11,1,1 -4230911,1968,6,2,1 -4216130,1968,6,2,1 -4216130,1986,4,1,1 -4057420,2023,4,8,1.5 -4057420,2020,9,9,4.222222222222222 -4078793,2008,12,3,1.6666666666666667 -4078793,2009,12,4,1.5 -4078793,2005,11,3,1.6666666666666667 -4057420,2010,9,2,2.5 -4230911,2018,11,7,1.1428571428571428 -4230911,2013,8,4,1 -4202451,2015,4,3,1 -4336464,1997,5,2,1 -4216130,1997,5,2,1 -4216130,2008,6,2,1 -4057420,2015,1,15,2 -4336464,1993,8,1,2 -4230911,2015,6,6,1 -40492359,2013,2,1,1 -4057420,2013,2,2,1 -4230911,2021,9,7,1 -4057420,2020,8,14,2.7142857142857144 -4202451,2023,3,4,1 -4202451,2007,4,1,1 -4057420,2003,8,2,2 -40492359,2020,1,1,1 -4336464,2006,1,1,1 -4230911,2003,10,3,1 -4202451,2018,12,6,1 -4230911,1997,2,4,1.25 -4202451,2011,5,2,1 -4336464,2022,3,1,1 -4336464,2020,4,3,1 -40492359,2021,10,2,1 -4336464,2020,7,3,1 -40492359,2021,6,2,1 -4230911,2012,3,2,1 -4202451,2017,12,4,1 -4057420,2006,3,2,1 -4230911,1948,7,1,1 -4230911,2004,12,1,1 -40492359,2019,2,1,1 -4336464,1979,11,1,1 -4216130,1979,11,1,1 -4202451,2020,6,2,1 -4230911,1995,7,1,1 +4202451,1992,3,1,1 +4202451,1992,6,1,1 +4202451,1993,1,2,1 +4202451,1993,9,1,1 +4202451,1993,12,1,1 +4202451,1994,4,1,1 +4202451,1994,12,1,1 +4202451,1996,6,1,1 +4202451,1996,7,2,1 +4202451,1996,8,1,1 +4202451,1996,10,1,1 +4202451,1997,7,1,1 +4202451,1997,9,2,1 +4202451,1997,11,1,1 +4202451,1998,1,1,1 +4202451,1998,9,1,1 4202451,1998,10,1,1 -4078793,2000,7,4,2 -4336464,1951,10,1,1 -4216130,1951,10,1,1 -4057420,1991,8,1,1 -4216130,2018,11,2,1 -4216130,2021,12,1,1 -4216130,2002,4,1,1 -4336464,2009,10,1,1 -4078793,2004,1,2,1 -4216130,2007,2,2,1 -4078793,1993,9,1,1 -4230911,2001,12,3,1 -4057420,1994,5,1,15 -4078793,1992,5,1,15 -4336464,2002,1,1,1 -4230911,2002,2,1,1 -4230911,2020,3,3,1 -4216130,2004,10,2,1 -4230911,1978,7,1,1 -4230911,1955,4,2,1 -4057420,1955,4,2,1 -4216130,2000,11,2,1 -40492359,1992,11,1,1 -4057420,1995,6,2,2 -4202451,2008,6,1,1 -4230911,1983,2,1,1 -4336464,2016,8,3,1 -4216130,2013,11,1,1 -4202451,2014,9,4,1 -4336464,1994,4,1,1 -4202451,2020,10,2,1 -4078793,2008,1,1,1 -4078793,2009,1,1,1 -4336464,2015,4,1,1 -4216130,2015,4,1,1 -4216130,1990,12,2,1 -4216130,2021,1,2,1 -4336464,2002,12,1,1 -4216130,2001,5,2,1 -4078793,1988,6,1,1 -4078793,1994,7,1,1 -4336464,2022,11,1,1 -4230911,2012,11,1,1 -4216130,2022,2,2,1 -4078793,2012,5,1,1 -4230911,2001,1,1,1 -40492359,2016,8,2,1.5 -4230911,1998,9,4,1 -4216130,2020,3,1,1 +4202451,1999,1,1,1 +4202451,1999,5,1,1 +4202451,1999,6,1,1 +4202451,1999,8,1,1 +4202451,1999,10,1,1 +4202451,2000,5,1,1 +4202451,2000,12,1,1 +4202451,2001,4,1,1 +4202451,2001,9,1,1 +4202451,2001,12,3,1 4202451,2002,3,1,1 -4336464,1976,1,1,1 -4216130,2019,7,2,1 -4216130,1992,7,1,1 -4057420,2007,11,1,2 -4078793,2011,12,2,2 -4336464,2004,8,2,1 -4202451,2010,6,1,1 -40492359,2012,12,2,1 -4078793,2010,9,2,2 -4216130,2008,10,2,1 -4057420,2008,3,1,1 -4230911,2011,6,2,1 -4057420,2011,6,2,2 -4216130,1998,10,1,1 -4336464,2019,6,2,1 -4230911,2019,6,4,1 -4057420,2009,11,1,1 -40492359,1986,6,1,1 +4202451,2002,5,1,1 +4202451,2002,7,1,1 +4202451,2002,10,1,1 +4202451,2002,11,1,1 +4202451,2002,12,2,1 +4202451,2003,1,1,1 +4202451,2003,2,1,1 +4202451,2003,7,1,1 +4202451,2003,10,1,1 +4202451,2004,1,2,1 +4202451,2004,7,2,1 +4202451,2005,10,2,1 +4202451,2006,1,1,1 +4202451,2006,5,2,1 4202451,2006,6,2,1 -4202451,2016,7,2,1 -4078793,1995,11,2,2 -4336464,2014,5,2,1 -4230911,1960,7,1,1 -4336464,1985,3,2,1 -4216130,1985,3,2,1 -4230911,1960,4,1,1 -4057420,1960,4,1,1 -4202451,1979,6,1,1 -40492359,2020,12,2,1 -4216130,1990,1,1,1 -4336464,1943,8,1,1 -4336464,1968,4,1,1 -4078793,2007,11,1,2 -4057420,2018,2,1,2 -4336464,1994,7,1,1 -40492359,2014,1,1,1 -4336464,1999,8,1,1 -4202451,2013,1,1,1 -4078793,1996,11,1,2 -4216130,1994,10,1,1 -40492359,2008,2,1,1 -4336464,1963,5,2,1 -4202451,1996,8,1,1 -4216130,2012,5,1,1 -4230911,1973,8,1,1 -4216130,2005,3,1,1 -4336464,2017,2,1,1 -4216130,2017,2,1,1 -4230911,2007,5,2,1 -4336464,2011,8,1,1 -4216130,2005,11,2,1 -4336464,2011,9,2,1 -4078793,2006,6,1,1 -4202451,1964,12,1,1 -4202451,1982,1,1,1 -4230911,2008,5,1,1 -4230911,2003,6,1,1 -4057420,2004,10,1,1 -4078793,2005,3,1,6 -4216130,1994,6,1,1 -4230911,1980,11,1,1 -4078793,1987,5,1,5 -4336464,2018,5,1,2 +4202451,2006,11,1,1 +4202451,2006,12,2,1 +4202451,2007,1,1,1 +4202451,2007,4,1,1 +4202451,2007,5,1,1 +4202451,2007,9,1,1 +4202451,2008,3,1,1 +4202451,2008,4,1,1 +4202451,2008,5,1,1 +4202451,2008,6,1,1 +4202451,2008,7,1,1 +4202451,2008,8,2,1 4202451,2008,10,1,1 -4230911,1963,10,1,1 +4202451,2008,11,4,1 +4202451,2009,4,1,1 +4202451,2009,5,1,1 +4202451,2009,6,1,1 +4202451,2009,7,1,1 +4202451,2009,9,1,1 +4202451,2009,12,2,1 +4202451,2010,2,1,1 +4202451,2010,3,1,1 +4202451,2010,6,1,1 +4202451,2010,8,1,1 +4202451,2010,9,2,1 +4202451,2011,1,2,1 +4202451,2011,2,1,1 +4202451,2011,5,2,1 +4202451,2012,3,1,1 +4202451,2012,6,2,1 +4202451,2012,7,2,1 +4202451,2012,12,1,1 +4202451,2013,1,1,1 +4202451,2013,3,1,1 +4202451,2013,4,1,1 +4202451,2013,6,2,1 +4202451,2013,7,3,1 +4202451,2013,8,4,1 +4202451,2013,9,1,1 +4202451,2013,10,1,1 +4202451,2013,11,1,1 +4202451,2013,12,4,1 +4202451,2014,1,3,1 +4202451,2014,2,1,1 +4202451,2014,3,2,1 +4202451,2014,4,3,1 +4202451,2014,5,3,1 +4202451,2014,6,1,1 +4202451,2014,7,3,1 +4202451,2014,8,2,1 +4202451,2014,9,4,1 +4202451,2014,10,3,1 +4202451,2014,11,4,1 +4202451,2014,12,2,6 +4202451,2015,1,5,1 +4202451,2015,2,3,1 +4202451,2015,3,5,1 +4202451,2015,4,3,1 +4202451,2015,5,6,1 +4202451,2015,6,5,1 +4202451,2015,7,7,1 +4202451,2015,8,3,1 +4202451,2015,9,2,1 +4202451,2015,10,7,1 +4202451,2015,11,4,1 +4202451,2015,12,4,1 +4202451,2016,1,4,1 +4202451,2016,2,6,1 +4202451,2016,3,3,1 +4202451,2016,4,5,1 +4202451,2016,5,4,1 +4202451,2016,6,1,1 +4202451,2016,7,2,1 +4202451,2016,8,3,1 +4202451,2016,9,4,1 +4202451,2016,10,4,1 +4202451,2016,11,4,1 +4202451,2016,12,4,1 +4202451,2017,1,7,1 +4202451,2017,2,1,1 +4202451,2017,3,5,1 +4202451,2017,4,9,1 +4202451,2017,5,3,1 +4202451,2017,6,6,1 +4202451,2017,7,5,1 +4202451,2017,8,4,1 +4202451,2017,9,6,1 +4202451,2017,10,2,1 +4202451,2017,11,5,1 +4202451,2017,12,4,1 +4202451,2018,1,5,1 +4202451,2018,2,1,1 +4202451,2018,3,3,1 +4202451,2018,4,7,1 +4202451,2018,5,7,1 +4202451,2018,6,4,1 +4202451,2018,7,3,1 +4202451,2018,8,2,1 +4202451,2018,9,6,1 +4202451,2018,10,2,1 +4202451,2018,11,4,1 +4202451,2018,12,6,1 +4202451,2019,1,6,1 +4202451,2019,2,7,1 +4202451,2019,3,4,1.25 +4202451,2019,4,4,1 +4202451,2019,5,6,1.1666666666666667 +4202451,2019,6,2,1 +4202451,2019,7,10,1 +4202451,2019,8,6,1 +4202451,2019,9,2,1 +4202451,2019,10,6,1 +4202451,2019,11,2,1 +4202451,2019,12,7,1 +4202451,2020,1,4,1 +4202451,2020,2,7,1 +4202451,2020,3,1,1 +4202451,2020,4,4,1 +4202451,2020,5,4,1 +4202451,2020,6,2,1 +4202451,2020,7,3,1 +4202451,2020,8,6,1.1666666666666667 +4202451,2020,9,3,1 +4202451,2020,10,2,1 +4202451,2020,11,6,1 +4202451,2020,12,2,1 +4202451,2021,1,3,1 +4202451,2021,2,4,1 +4202451,2021,3,7,1 +4202451,2021,4,1,1 +4202451,2021,5,7,1 +4202451,2021,6,4,1 +4202451,2021,7,5,1 +4202451,2021,8,7,1 +4202451,2021,9,3,1 +4202451,2021,10,2,1 +4202451,2021,11,2,1 +4202451,2021,12,5,1 +4202451,2022,1,1,1 +4202451,2022,2,6,1 +4202451,2022,3,8,1 +4202451,2022,4,6,1 +4202451,2022,5,7,1 +4202451,2022,6,4,1 +4202451,2022,7,7,1 +4202451,2022,8,8,1 +4202451,2022,9,2,1 +4202451,2022,10,8,1 +4202451,2022,11,6,1 +4202451,2022,12,6,1 +4202451,2023,1,6,1 +4202451,2023,3,4,1 +4202451,2023,4,10,1 +4202451,2023,5,4,1 +4202451,2023,6,1,1 +4216130,1942,12,1,1 +4216130,1943,8,1,1 +4216130,1947,7,1,1 +4216130,1948,7,1,1 +4216130,1950,12,1,1 +4216130,1951,5,1,1 +4216130,1951,10,1,1 +4216130,1952,9,1,1 +4216130,1953,10,1,1 +4216130,1955,6,1,1 +4216130,1955,8,1,1 4216130,1956,1,1,1 -4336464,1988,2,1,1 -4216130,1988,2,1,1 -4216130,2019,4,1,1 +4216130,1958,1,1,1 +4216130,1958,4,1,1 +4216130,1958,12,1,1 +4216130,1960,7,1,1 +4216130,1963,5,2,1 +4216130,1963,6,1,1 +4216130,1963,10,1,1 +4216130,1965,7,2,1 +4216130,1966,12,1,1 +4216130,1967,1,1,1 +4216130,1967,8,1,1 +4216130,1967,11,1,1 +4216130,1968,4,1,1 +4216130,1968,6,2,1 +4216130,1969,6,1,1 +4216130,1969,7,1,1 +4216130,1969,11,1,1 +4216130,1970,5,1,1 +4216130,1970,9,1,2 +4216130,1972,4,1,1 +4216130,1974,5,1,1 +4216130,1974,7,1,1 +4216130,1975,3,1,1 +4216130,1975,9,1,1 +4216130,1975,11,2,1 +4216130,1976,1,1,1 +4216130,1976,3,1,1 +4216130,1976,6,1,1 +4216130,1976,7,1,1 +4216130,1976,10,3,1 +4216130,1977,5,1,1 4216130,1977,10,1,1 -4057420,2012,8,1,1 -4057420,1991,9,1,1 -4216130,1991,2,1,1 -4336464,2009,6,1,1 -4336464,1969,11,1,1 -4078793,1998,11,1,2 -4216130,2009,8,1,1 -4057420,2011,10,1,2 -4216130,2004,6,1,1 -4078793,2021,11,48,1.9375 -4078793,2020,10,40,1.8 -4336464,2008,8,2,1 -4336464,2002,10,2,1 -4078793,2015,2,38,2.4473684210526314 -4078793,2021,3,49,2.3877551020408165 -4078793,2014,6,32,3.46875 -4078793,2016,6,39,3 -4057420,2022,3,13,1.9230769230769231 -4078793,2022,12,56,2.0714285714285716 -4230911,2009,9,3,1 -4078793,2017,2,32,1.90625 -4078793,2016,10,35,2.1142857142857143 -4202451,2016,5,4,1 -4057420,2000,6,2,1.5 -4078793,1994,5,1,2 -40492359,2021,1,2,1 -4230911,2015,12,6,1 -4078793,2014,10,35,2.1714285714285713 -4336464,2007,3,1,1 -4230911,1982,1,3,1 +4216130,1978,11,1,1 +4216130,1979,11,1,1 +4216130,1980,2,1,1 +4216130,1980,4,1,1 +4216130,1980,7,1,1 +4216130,1980,8,1,1 +4216130,1980,11,1,1 +4216130,1981,1,1,1 4216130,1982,1,2,1 -4057420,2016,11,13,1.4615384615384615 -4230911,2011,12,1,1 -4230911,2022,2,9,1 -4078793,2023,2,43,2.302325581395349 -4216130,2004,1,2,1 -4057420,2016,3,13,1.4615384615384615 -4078793,2022,1,44,2.1818181818181817 -4057420,2018,8,14,2.2142857142857144 -4078793,2018,2,36,2.6944444444444446 -4230911,2019,1,7,1 -4057420,2017,1,14,1.8571428571428572 -4230911,1993,4,1,1 -4216130,1993,4,1,1 +4216130,1982,4,1,1 +4216130,1982,10,1,1 +4216130,1983,9,1,1 +4216130,1984,11,1,1 +4216130,1985,3,2,1 +4216130,1985,7,2,1 +4216130,1986,4,1,1 +4216130,1986,5,1,1 +4216130,1987,1,1,1 +4216130,1987,3,1,1 +4216130,1987,4,1,1 +4216130,1987,5,1,1 +4216130,1988,2,1,1 +4216130,1988,7,1,1 +4216130,1989,3,2,1 +4216130,1989,8,1,1 +4216130,1989,11,2,1 +4216130,1990,1,1,1 +4216130,1990,6,1,1 +4216130,1990,8,1,1 4216130,1990,10,1,1 -4230911,2019,12,11,1 -4078793,2020,6,58,2.4655172413793105 -4057420,2017,12,10,1.7 -4336464,1987,5,1,1 -4230911,2015,1,9,1 -4202451,2021,3,7,1 -4336464,2017,8,4,1 -4216130,2017,8,4,1 -40492359,1999,8,1,1 -4230911,1997,8,1,1 -4202451,2015,5,6,1 -4057420,2023,5,12,1.75 -4336464,2013,9,2,1 -4336464,2019,12,4,1 -4078793,1999,3,2,2 -40492359,2007,1,1,1 -4057420,2001,4,1,2 -4057420,2013,9,10,1.5 -4230911,1967,11,1,1 -4230911,2021,2,6,1 -4057420,2022,11,12,2.1666666666666665 -4216130,2021,6,2,1 -4230911,1987,1,1,1 -4216130,2016,9,2,1 -4336464,2003,9,1,1 -4230911,1996,7,3,1 -4230911,2010,8,3,1 -4336464,2000,4,1,1 -4336464,2014,4,2,1 -4230911,2014,4,6,1 -4057420,2005,8,3,1.3333333333333333 -4078793,2013,2,4,1 -4057420,2013,8,4,2.25 -4230911,1976,3,1,1 -4230911,2016,6,2,1 -4202451,1977,1,1,1 -4336464,1989,3,2,1 -4336464,2021,11,4,1 -4230911,2011,1,3,1 -4057420,2011,1,1,1 -4230911,2017,3,5,1 -4202451,2006,1,1,1 -4230911,2007,7,2,1 -4336464,1976,10,3,1 -4057420,2015,6,9,6.444444444444445 -4230911,2010,9,5,1.4 -4078793,2001,10,3,2.6666666666666665 -4078793,2002,11,2,1.5 -4057420,2014,11,7,1.8571428571428572 -4336464,2004,2,3,1 -4202451,2019,10,6,1 -4230911,1989,8,1,1 -4202451,2020,12,2,1 -4202451,2018,6,4,1 -4057420,2014,3,7,1.7142857142857142 -4216130,1994,12,3,1 -4230911,2017,11,5,1 -4057420,2021,2,11,1.8181818181818181 -4057420,2019,2,8,1.375 -4230911,2013,2,1,1 -4230911,1993,7,3,1 +4216130,1990,12,2,1 +4216130,1991,2,1,1 +4216130,1991,9,1,1 +4216130,1991,10,1,1 +4216130,1991,11,1,1 +4216130,1991,12,2,1 +4216130,1992,7,1,1 +4216130,1993,4,1,1 4216130,1993,7,3,1 -4057420,2020,2,5,1.8 -4230911,2023,3,4,1 -4057420,2018,9,6,5.333333333333333 -4230911,2007,4,1,1 -4230911,2008,7,1,1 -4336464,2018,7,4,1.25 +4216130,1993,8,1,2 +4216130,1993,9,1,1 +4216130,1993,10,1,1 +4216130,1993,11,1,1 +4216130,1994,4,1,1 +4216130,1994,6,1,1 +4216130,1994,7,1,1 +4216130,1994,8,1,1 +4216130,1994,9,1,1 +4216130,1994,10,1,1 +4216130,1994,12,3,1 +4216130,1995,5,1,1 +4216130,1996,7,1,1 +4216130,1996,8,3,1 +4216130,1996,9,1,1 +4216130,1996,10,1,1 +4216130,1996,12,2,1 +4216130,1997,2,3,1.3333333333333333 +4216130,1997,5,2,1 +4216130,1997,7,1,1 +4216130,1997,9,2,1 +4216130,1998,1,1,1 +4216130,1998,3,2,1 +4216130,1998,4,1,1 +4216130,1998,5,1,1 +4216130,1998,7,1,1 +4216130,1998,9,2,1 +4216130,1998,10,1,1 +4216130,1998,11,1,1 +4216130,1999,1,2,1 +4216130,1999,5,2,1 +4216130,1999,6,1,1 +4216130,1999,8,1,1 +4216130,1999,12,3,1 +4216130,2000,4,1,1 +4216130,2000,6,1,1 +4216130,2000,7,1,1 +4216130,2000,10,1,1 +4216130,2000,11,2,1 +4216130,2001,1,1,1 +4216130,2001,2,1,1 +4216130,2001,4,2,1 +4216130,2001,5,2,1 +4216130,2001,7,1,1 +4216130,2001,8,1,1 +4216130,2001,9,1,1 +4216130,2001,10,1,1 +4216130,2002,1,1,1 +4216130,2002,3,1,1 +4216130,2002,4,1,1 +4216130,2002,5,1,1 +4216130,2002,7,4,1 +4216130,2002,8,1,1 +4216130,2002,10,2,1 +4216130,2002,12,1,1 +4216130,2003,2,2,1 +4216130,2003,3,1,1 +4216130,2003,5,1,1 +4216130,2003,6,1,1 +4216130,2003,7,1,1 +4216130,2003,9,1,1 +4216130,2003,10,2,1 4216130,2003,11,1,1 -4230911,2016,10,8,1 -4216130,2019,5,2,1 -4202451,2022,5,7,1 -4230911,2002,8,1,1 -4202451,2021,11,2,1 -4057420,2015,10,10,1.8 -4078793,2011,10,3,2.3333333333333335 -4336464,1976,6,1,1 -4202451,1984,11,1,1 -4216130,1986,5,1,1 -4078793,2012,4,5,1.4 -4230911,2014,7,4,1 -4336464,2012,3,1,1 -40492359,2016,2,1,1 -4202451,2020,1,4,1 -4336464,2018,4,1,1 +4216130,2003,12,1,1 +4216130,2004,1,2,1 +4216130,2004,2,3,1 +4216130,2004,3,2,1 +4216130,2004,4,1,1 +4216130,2004,5,1,1 +4216130,2004,6,1,1 +4216130,2004,7,1,1 +4216130,2004,8,2,1 +4216130,2004,10,2,1 4216130,2004,12,1,1 -4202451,2017,6,6,1 -4057420,2002,3,1,1 -4202451,2006,12,2,1 -40492359,2020,10,1,1 -4078793,2003,8,3,2 -4336464,2015,5,2,1 +4216130,2005,2,1,1 +4216130,2005,3,1,1 +4216130,2005,4,5,1 +4216130,2005,6,2,1 +4216130,2005,8,2,1 +4216130,2005,9,1,1 +4216130,2005,10,1,1 +4216130,2005,11,2,1 +4216130,2006,1,1,1 +4216130,2006,2,2,1 +4216130,2006,4,1,1 +4216130,2006,5,1,1 +4216130,2006,6,2,1 +4216130,2006,8,2,1 +4216130,2006,10,4,1 +4216130,2007,1,3,1 +4216130,2007,2,2,1 +4216130,2007,3,1,1 +4216130,2007,5,1,1 +4216130,2007,6,2,1 +4216130,2007,7,2,1 +4216130,2007,11,2,1 +4216130,2007,12,1,1 +4216130,2008,1,1,1 +4216130,2008,2,2,1 +4216130,2008,3,1,1 +4216130,2008,6,2,1 +4216130,2008,8,2,1 +4216130,2008,9,1,1 +4216130,2008,10,2,1 +4216130,2009,3,1,1 +4216130,2009,4,1,1 +4216130,2009,5,1,1 +4216130,2009,6,1,1 +4216130,2009,7,1,1 +4216130,2009,8,1,1 +4216130,2009,9,2,1 +4216130,2009,10,1,1 +4216130,2010,3,2,1 +4216130,2010,6,2,1 +4216130,2010,8,2,1 +4216130,2010,9,2,1 +4216130,2010,10,1,1 +4216130,2010,12,2,1 +4216130,2011,5,2,1 +4216130,2011,6,1,1 +4216130,2011,7,1,1 +4216130,2011,8,1,1 +4216130,2011,9,2,1 +4216130,2011,12,1,1 +4216130,2012,1,2,1 +4216130,2012,3,1,1 +4216130,2012,5,1,1 +4216130,2012,6,1,1 +4216130,2012,7,1,1 +4216130,2012,9,3,1 +4216130,2012,10,2,1 +4216130,2013,4,1,1 +4216130,2013,6,2,1 +4216130,2013,7,2,1 +4216130,2013,9,2,1 +4216130,2013,10,1,1 +4216130,2013,11,1,1 +4216130,2014,1,1,1 +4216130,2014,2,2,1 +4216130,2014,4,2,1 +4216130,2014,5,2,1 +4216130,2014,10,1,1 +4216130,2014,12,1,1 +4216130,2015,1,2,1 +4216130,2015,2,1,1 +4216130,2015,4,1,1 4216130,2015,5,2,1 -4078793,2006,1,1,1 -4336464,2006,6,2,1 -4216130,2003,3,1,1 -4216130,2023,5,1,1 -4230911,2003,1,1,1 -4230911,2001,10,1,1 -4230911,2004,10,3,1 -4230911,1992,11,1,1 -40492359,2021,12,2,1 -4336464,1952,9,1,1 -4230911,1997,9,4,1 -4202451,1983,2,1,1 +4216130,2015,6,1,1 +4216130,2015,8,3,1 +4216130,2015,9,1,1 +4216130,2016,4,2,1 +4216130,2016,5,4,1 +4216130,2016,7,2,1 4216130,2016,8,3,1 -4216130,2022,8,2,1 -4230911,1995,5,1,1 -4216130,1995,5,1,1 -4230911,2008,4,1,1 -40492359,2019,9,1,1 -4230911,1974,12,1,1 -4336464,2006,10,4,1 -4078793,2006,12,1,1 -4336464,2019,1,1,1 -4078793,2010,2,2,2.5 -4230911,1958,4,1,1 -4078793,2008,6,1,2 -4078793,2012,7,1,2 -4078793,2009,6,1,2 -4057420,2003,2,1,1 -4216130,1966,12,1,1 -4216130,2022,9,1,1 -4202451,2018,10,2,1 -4216130,2001,7,1,1 -4057420,1992,5,2,3 -4336464,1992,7,1,1 -4202451,2013,10,1,1 -4216130,1969,7,1,1 -4336464,1955,8,1,1 -4078793,2004,10,2,1.5 -40492359,2014,10,1,1 -4202451,2013,6,2,1 -4216130,2001,4,2,1 -4202451,2017,10,2,1 -4336464,2017,9,3,1 +4216130,2016,9,2,1 +4216130,2016,10,3,1 +4216130,2016,11,1,1 +4216130,2016,12,4,1 +4216130,2017,1,1,1 +4216130,2017,2,1,1 +4216130,2017,5,1,1 +4216130,2017,8,4,1 4216130,2017,9,3,1 -4336464,1998,3,2,1 -4057420,1986,6,1,1 -4078793,1997,7,1,2 -4336464,1982,4,1,1 -40492359,2022,3,1,1 -40492359,1990,6,1,1 -4057420,1990,6,1,1 -4336464,2000,7,1,1 -4057420,1996,11,2,2 -4202451,2019,6,2,1 -4336464,1989,11,2,1 -4216130,1990,6,1,1 -40492359,2014,6,2,1 -4202451,2014,2,1,1 -4216130,1998,1,1,1 -4216130,1991,9,1,1 -4230911,2003,12,1,1 -4230911,1943,8,1,1 -4336464,1980,7,1,1 -4216130,1975,9,1,1 -4336464,1980,4,1,1 -4336464,2007,11,2,1 -4230911,2001,6,1,1 -4057420,2011,12,1,1 -4336464,1991,11,1,1 -4216130,2002,5,1,1 -4336464,1997,7,1,1 -4216130,1997,7,1,1 -4216130,2012,7,1,1 +4216130,2017,10,1,1 +4216130,2017,12,4,1 +4216130,2018,2,1,1 +4216130,2018,3,3,1 +4216130,2018,4,1,1 +4216130,2018,5,1,2 +4216130,2018,6,3,1 +4216130,2018,7,4,1.25 +4216130,2018,8,2,1 +4216130,2018,9,1,2 +4216130,2018,11,2,1 +4216130,2018,12,1,1 +4216130,2019,1,1,1 +4216130,2019,3,2,1 +4216130,2019,4,1,1 +4216130,2019,5,2,1 +4216130,2019,6,2,1 +4216130,2019,7,2,1 +4216130,2019,8,2,1 +4216130,2019,9,1,1 +4216130,2019,10,3,1 +4216130,2019,11,1,1 +4216130,2019,12,4,1 +4216130,2020,1,3,1.3333333333333333 +4216130,2020,3,1,1 +4216130,2020,4,3,1 +4216130,2020,7,3,1 +4216130,2020,8,2,1 +4216130,2020,9,1,1 +4216130,2020,11,2,1 +4216130,2020,12,2,1 +4216130,2021,1,2,1 +4216130,2021,4,2,1 +4216130,2021,6,2,1 +4216130,2021,7,2,1 +4216130,2021,8,3,1 +4216130,2021,9,3,1 4216130,2021,10,2,1 -4202451,2007,5,1,1 -4216130,2011,8,1,1 -4216130,2011,9,2,1 -4336464,1998,11,1,1 -4230911,1983,9,1,1 -4230911,1964,12,1,1 -4078793,2002,3,1,6 -4216130,1980,11,1,1 -4078793,1984,4,1,5 -4216130,2008,1,1,1 -40492359,2020,6,1,1 -4202451,2009,6,1,1 -4230911,2006,4,1,1 -4057420,2000,10,1,1 -4078793,1999,11,1,2 -4336464,2008,9,1,1 -4230911,1977,5,1,1 -4230911,2009,8,1,1 -4202451,1998,1,1,1 -4078793,2009,10,1,2 -4230911,1992,3,1,1 -4230911,2004,6,1,1 -45767945,2023,4,2,1 -4217646,2003,9,4,1 -4217646,2003,8,2,1 -45767945,1982,1,2,1 -45767945,2011,12,1,1 -45767945,2004,1,2,1 -4217646,2016,3,3,1 -4217646,1959,5,1,1 -4217646,1991,8,2,1 -45767945,1975,11,2,1 -4217646,1973,6,1,1 -4217646,2012,8,3,1 -45767945,1970,9,1,2 +4216130,2021,11,4,1 +4216130,2021,12,1,1 +4216130,2022,2,2,1 +4216130,2022,3,1,1 +4216130,2022,4,3,1 +4216130,2022,5,1,1 +4216130,2022,6,1,1 +4216130,2022,7,2,1 +4216130,2022,8,2,1 +4216130,2022,9,1,1 +4216130,2022,10,2,1 +4216130,2022,11,1,1 +4216130,2022,12,2,1 +4216130,2023,1,3,1 +4216130,2023,2,2,1 +4216130,2023,4,2,1 +4216130,2023,5,1,1 +4216746,2008,9,1,1 +4216746,2011,3,1,1 +4217646,1926,8,1,1 4217646,1929,12,1,1 -45767945,1975,3,1,1 -4217646,1949,8,1,1 -45767945,1979,5,1,1 -45772840,2020,4,2,1.5 -4217646,1989,9,1,1 +4217646,1931,3,1,1 +4217646,1931,12,1,1 +4217646,1933,11,1,1 +4217646,1934,6,1,1 +4217646,1936,2,1,1 +4217646,1936,3,1,1 +4217646,1936,5,1,1 +4217646,1937,10,1,1 +4217646,1938,4,1,1 +4217646,1938,12,1,1 +4217646,1939,3,1,1 +4217646,1940,1,1,1 +4217646,1940,7,1,1 4217646,1941,4,1,1 -45772840,2016,10,1,2 -45767945,2021,6,2,1 -45767945,1976,3,1,1 -4217646,1971,10,1,1 -4217646,2021,7,3,1 -45767945,1990,8,1,1 -4217646,2006,5,1,1 -4217646,1996,10,1,1 -4217646,2018,11,1,2 -45767945,2010,3,2,1 -4217646,1993,6,1,1 -4217646,1967,9,1,1 -45767945,1997,5,2,1 -45772840,2021,9,1,2 -4217646,2009,7,2,1 -4217646,1995,10,1,1 -45772840,2014,2,1,1 -45772840,2013,12,1,2 -45767945,2001,5,3,1 -45772840,2022,12,2,1.5 -45767945,2019,5,2,1 -45767945,1983,5,1,1 -45767945,1951,5,1,1 -4217646,2013,11,1,1 -45767945,2015,2,1,1 -4217646,1992,8,1,1 -45767945,2022,6,1,1 -45767945,2004,12,1,1 -45767945,1967,6,1,1 -4217646,2004,1,1,1 +4217646,1941,5,1,1 +4217646,1942,1,1,1 +4217646,1942,5,1,1 +4217646,1942,11,1,1 +4217646,1943,10,1,1 +4217646,1944,3,1,1 +4217646,1944,4,1,1 +4217646,1944,5,1,1 +4217646,1944,11,1,1 4217646,1944,12,1,1 -45767945,2007,2,2,1 -45772840,2020,7,1,2 -4217646,2002,2,1,1 +4217646,1945,5,1,1 +4217646,1945,7,1,1 +4217646,1945,9,1,1 +4217646,1946,7,1,1 +4217646,1946,9,1,1 +4217646,1947,1,2,1 +4217646,1947,6,1,1 +4217646,1947,8,1,1 +4217646,1947,10,1,1 +4217646,1948,1,1,1 +4217646,1948,10,1,1 +4217646,1949,2,1,1 +4217646,1949,3,1,1 +4217646,1949,4,1,1 +4217646,1949,8,1,1 +4217646,1949,11,1,1 +4217646,1950,8,1,1 +4217646,1951,4,1,1 +4217646,1951,6,2,1 +4217646,1951,8,1,1 +4217646,1951,9,2,1 +4217646,1951,12,1,1 +4217646,1952,4,2,1 +4217646,1952,6,1,1 +4217646,1952,7,1,1 +4217646,1953,4,1,1 +4217646,1953,6,2,1 +4217646,1953,7,1,1 +4217646,1953,8,1,1 +4217646,1954,5,1,1 +4217646,1955,3,1,1 +4217646,1955,4,2,1 +4217646,1955,6,1,1 +4217646,1955,11,1,1 +4217646,1955,12,1,1 +4217646,1956,2,1,1 +4217646,1956,5,1,1 +4217646,1956,7,1,1 +4217646,1956,8,1,1 +4217646,1957,8,1,1 +4217646,1957,12,1,1 +4217646,1958,5,1,1 +4217646,1958,7,1,1 +4217646,1958,9,2,1 +4217646,1958,11,1,1 +4217646,1958,12,1,1 +4217646,1959,2,1,1 +4217646,1959,4,1,1 +4217646,1959,5,1,1 +4217646,1960,4,1,1 +4217646,1960,5,1,1 +4217646,1960,7,1,1 +4217646,1960,10,2,1 +4217646,1960,11,1,1 4217646,1961,9,1,1 -45767945,2022,10,2,1 -4217646,2001,10,1,1 +4217646,1961,11,3,1 +4217646,1962,1,1,1 +4217646,1962,3,1,1 +4217646,1962,7,1,1 +4217646,1962,8,1,1 +4217646,1962,10,1,1 +4217646,1963,6,2,1 +4217646,1963,12,2,1 +4217646,1964,2,1,1 +4217646,1964,12,1,1 +4217646,1965,1,1,1 +4217646,1965,5,1,1 4217646,1965,11,1,1 -45767945,1995,5,1,1 -45767945,1958,4,1,1 -4217646,1983,11,1,1 -4217646,1956,5,1,1 -45767945,2006,2,2,1 -4217646,2009,4,2,1 -45772840,2018,8,2,1.5 -45772840,2003,10,1,1 -45767945,1978,11,1,1 -45767945,2012,9,2,1 -45767945,2018,2,1,1 -4217646,2011,6,1,1 -4217646,1969,11,1,1 -4217646,1975,9,1,1 -4217646,2000,7,1,1 -4217646,2000,4,3,1 -4217646,2010,5,1,1 -45772840,2017,2,1,1 -4217646,1997,4,1,1 -45772840,1977,6,1,2 -4217646,1988,8,1,1 -4217646,1996,6,1,1 -4217646,2001,6,1,1 -45767945,1996,10,1,1 -45767945,2021,10,2,1 -45767945,2017,2,1,1 -4217646,1990,7,1,1 -4217646,2007,6,1,1 -45767945,1980,11,1,1 -45767945,1999,5,1,1 -4217646,2016,11,1,1 -4217646,2018,3,1,1 +4217646,1966,5,1,1 +4217646,1966,10,2,1 +4217646,1966,11,1,1 +4217646,1967,1,1,1 +4217646,1967,2,1,1 +4217646,1967,4,1,1 +4217646,1967,5,1,1 +4217646,1967,7,2,1 +4217646,1967,9,1,1 +4217646,1967,12,2,1 +4217646,1968,4,1,1 +4217646,1969,2,1,1 4217646,1969,3,1,1 -4217646,1958,11,1,1 -45767945,1991,2,1,1 -45772840,2021,8,1,2 -45772840,2001,2,1,2 -45767945,1969,11,1,1 -45772840,2023,4,1,2 -4217646,2006,2,1,1 -45767945,2002,10,2,1 -4217646,2015,12,2,1 -4217646,2013,1,2,1 -4217646,2014,12,2,1 -4217646,2019,3,1,1 -4217646,1997,8,4,1 -4217646,1989,4,2,1 +4217646,1969,6,1,1 +4217646,1969,11,1,1 +4217646,1970,1,1,1 +4217646,1970,6,1,1 +4217646,1970,8,1,1 +4217646,1970,9,1,1 +4217646,1970,11,2,1 +4217646,1971,1,1,1 +4217646,1971,2,1,1 +4217646,1971,7,1,1 +4217646,1971,8,1,1 +4217646,1971,10,1,1 4217646,1972,2,1,1 -45767945,2014,1,1,1 -45767945,2008,2,2,1 -4217646,1956,2,1,1 -4217646,1967,7,2,1 -4217646,2005,8,2,1 -4217646,2012,7,1,1 -45767945,2013,6,2,1 -4217646,2004,11,1,1 -45772840,2018,4,2,1.5 -45767945,2005,2,1,1 -4217646,1990,9,1,1 +4217646,1972,10,1,1 +4217646,1973,6,1,1 +4217646,1974,2,2,1 +4217646,1974,3,1,1 +4217646,1974,6,1,1 +4217646,1975,3,1,1 +4217646,1975,9,1,1 +4217646,1975,11,1,1 +4217646,1976,6,1,1 +4217646,1976,7,1,1 +4217646,1976,10,1,1 +4217646,1977,3,1,1 +4217646,1977,7,1,1 +4217646,1977,11,1,1 +4217646,1978,3,2,1 +4217646,1978,8,1,1 +4217646,1978,9,1,1 +4217646,1978,10,1,1 +4217646,1979,2,1,1 4217646,1979,8,2,1 -4217646,2013,12,2,1.5 -4217646,2020,2,1,1 -45767945,1986,12,1,1 -4217646,1942,5,1,1 -4217646,2017,6,1,1 -45767945,1993,10,2,1 -45772840,2015,6,1,2 -45767945,2003,10,2,1 -4217646,2000,8,2,1 -4217646,2015,1,2,1 -4217646,2005,9,1,1 -4217646,1965,1,1,1 -4217646,2018,12,1,1 -4217646,1958,12,1,1 -45772840,2015,10,2,2.5 -45767945,1948,7,1,1 -45767945,2013,10,1,1 -45772840,2004,8,1,2 -45767945,2015,5,2,1 -45767945,2009,10,1,1 +4217646,1979,10,1,1 +4217646,1979,12,2,1 +4217646,1980,1,1,1 +4217646,1980,2,1,1 +4217646,1980,4,2,1 +4217646,1980,5,1,1 +4217646,1980,7,2,1 +4217646,1980,12,1,1 +4217646,1981,1,1,1 +4217646,1981,4,1,1 4217646,1981,6,1,1 -4217646,1963,12,2,1 -4217646,1944,3,1,1 -4217646,1955,4,2,1 -45767945,2004,3,2,1 -4217646,2010,2,1,1 -4217646,1944,11,1,1 -4217646,1939,3,1,1 +4217646,1981,8,1,1 +4217646,1982,1,1,1 +4217646,1982,3,1,2 +4217646,1982,7,1,1 +4217646,1982,9,1,1 +4217646,1982,10,1,1 +4217646,1983,2,1,1 +4217646,1983,4,2,1 +4217646,1983,7,1,1 +4217646,1983,10,1,1 +4217646,1983,11,1,1 +4217646,1984,6,1,1 +4217646,1984,8,1,1 +4217646,1984,10,3,1 4217646,1984,11,2,1 -45767945,2016,10,3,1 -45772840,2021,7,4,1.5 -45772840,2000,2,1,4 -4217646,1933,11,1,1 -45767945,1976,1,1,1 -4217646,2016,12,1,1 -4217646,1992,4,2,1 -45767945,1950,12,1,1 -45767945,1955,8,1,1 -45767945,1998,5,1,1 -4217646,1949,4,1,1 -4217646,1970,9,1,1 -45767945,2001,2,1,1 -45772840,2013,11,1,2 -45772840,2009,9,1,1 -4217646,2009,8,1,1 +4217646,1985,6,1,1 4217646,1985,8,1,1 -45767945,1985,3,2,1 -4217646,2021,9,1,1 -45767945,2017,5,1,1 -4217646,1936,3,1,1 -45767945,1974,5,1,1 -45767945,1968,4,1,1 -4217646,1938,12,1,1 -45767945,1997,2,3,1.3333333333333333 +4217646,1985,11,1,1 +4217646,1985,12,1,1 +4217646,1986,6,2,1 +4217646,1986,9,2,1 4217646,1987,5,1,1 -4217646,2014,1,1,1 -45767945,2010,12,2,1 -45767945,1994,10,1,1 -45772840,2014,5,1,2 -4217646,2008,2,1,1 -4217646,1960,5,1,1 -45772840,2020,8,1,6 -45767945,2012,7,1,1 -45767945,2006,5,1,1 -4217646,1959,2,1,1 -4217646,1999,5,1,1 -45767945,2003,6,1,1 -4217646,1998,6,1,1 -45772840,1999,2,1,6 -4217646,1940,7,1,1 -45767945,1994,6,1,1 -45767945,2018,5,1,2 +4217646,1987,6,2,1 +4217646,1987,7,1,1 +4217646,1987,10,1,1 +4217646,1987,11,1,1 +4217646,1988,5,1,1 +4217646,1988,8,1,1 +4217646,1988,12,1,1 +4217646,1989,2,1,1 +4217646,1989,3,1,1 +4217646,1989,4,2,1 +4217646,1989,6,1,1 4217646,1989,7,1,1 -45767945,1963,10,1,1 -4217646,1967,4,1,1 -45772840,2022,3,1,3 -45767945,1963,6,1,1 -45767945,2009,6,1,1 -45767945,2014,12,1,1 -45767945,2007,5,1,1 -4217646,1970,8,1,1 -4217646,1983,10,1,1 -4217646,1962,8,1,1 -45767945,2007,7,4,1 +4217646,1989,9,1,1 +4217646,1989,11,1,1 +4217646,1989,12,1,1 +4217646,1990,2,1,1 +4217646,1990,5,1,1 +4217646,1990,6,3,1 +4217646,1990,7,1,1 +4217646,1990,9,1,1 +4217646,1990,12,1,1 +4217646,1991,1,1,1 +4217646,1991,3,1,1 +4217646,1991,8,2,1 +4217646,1991,10,1,1 +4217646,1991,11,1,1 +4217646,1991,12,2,1 +4217646,1992,1,1,1 +4217646,1992,2,1,1 +4217646,1992,3,1,1 +4217646,1992,4,2,1 +4217646,1992,5,1,1 +4217646,1992,8,1,1 +4217646,1992,11,1,1 +4217646,1993,6,1,1 +4217646,1993,12,1,1 +4217646,1994,3,1,1 +4217646,1994,6,1,1 +4217646,1994,7,1,1 4217646,1994,9,2,1 -4217646,2011,3,2,1 -4217646,2017,12,4,1 -45772840,2016,11,3,1.6666666666666667 +4217646,1994,10,1,1 4217646,1995,3,2,1 -45767945,1967,11,1,1 -4217646,1967,5,1,1 -4217646,1976,6,1,1 -4217646,2003,5,1,1 -4217646,1960,7,1,1 -4217646,1963,6,2,1 -45767945,1987,1,1,1 -45767945,2000,4,1,1 -45767945,2002,1,2,1 -4217646,1979,2,1,1 -4217646,2016,6,1,1 -45767945,2008,8,1,1 -45767945,2021,11,4,1 -4217646,2010,9,2,2 -45767945,1994,12,3,1 -45767945,2018,7,3,1.3333333333333333 -45767945,2005,8,2,1 +4217646,1995,5,1,1 +4217646,1995,7,1,1 +4217646,1995,9,2,1 +4217646,1995,10,1,1 4217646,1995,11,2,1 +4217646,1996,1,1,1 +4217646,1996,3,3,1 +4217646,1996,6,1,1 +4217646,1996,10,1,1 +4217646,1997,1,1,1 4217646,1997,2,1,1 +4217646,1997,4,1,1 +4217646,1997,5,1,1 +4217646,1997,6,1,1 +4217646,1997,8,4,1 +4217646,1998,2,1,1 +4217646,1998,3,1,1 +4217646,1998,4,1,1 +4217646,1998,6,1,1 +4217646,1998,7,2,1 +4217646,1998,8,1,1 +4217646,1998,11,1,1 +4217646,1998,12,2,1 +4217646,1999,3,1,1 +4217646,1999,5,1,1 +4217646,1999,6,1,1 4217646,1999,7,1,1 -45767945,2020,1,3,1.3333333333333333 +4217646,1999,8,3,1 +4217646,1999,11,1,1 +4217646,1999,12,1,1 +4217646,2000,1,1,1 +4217646,2000,4,3,1 +4217646,2000,6,1,1 +4217646,2000,7,1,1 +4217646,2000,8,2,1 +4217646,2000,10,1,1 +4217646,2000,12,1,1 +4217646,2001,3,1,1 +4217646,2001,5,1,1 +4217646,2001,6,1,1 +4217646,2001,9,2,1 +4217646,2001,10,1,1 +4217646,2002,1,3,1 +4217646,2002,2,1,1 +4217646,2002,3,2,1 +4217646,2002,10,1,1 +4217646,2002,11,1,1 +4217646,2003,1,1,1 +4217646,2003,2,2,1 +4217646,2003,3,1,1 +4217646,2003,5,1,1 +4217646,2003,8,2,1 +4217646,2003,9,4,1 +4217646,2003,10,2,1 +4217646,2004,1,1,1 +4217646,2004,5,3,1 +4217646,2004,6,2,1 +4217646,2004,9,1,1 +4217646,2004,10,1,1 +4217646,2004,11,1,1 +4217646,2005,2,1,1 +4217646,2005,3,2,1 +4217646,2005,5,1,1 +4217646,2005,8,2,1 +4217646,2005,9,1,1 +4217646,2005,10,1,1 +4217646,2005,11,2,1 +4217646,2005,12,1,1 +4217646,2006,1,1,1 +4217646,2006,2,1,1 +4217646,2006,3,1,1 +4217646,2006,5,1,1 4217646,2006,9,2,1 -4217646,2018,10,1,1 -45767945,2016,12,4,1 -45767945,1976,6,1,1 -4217646,2009,2,2,1 +4217646,2006,10,1,1 +4217646,2007,1,2,1 +4217646,2007,2,2,1 4217646,2007,3,1,1 -4217646,2005,2,1,1 -45767945,2018,4,1,1 -45772840,2019,7,3,2 -4217646,2021,2,2,1 -45767945,2019,8,2,1 -4217646,1998,12,2,1 -4217646,1981,1,1,1 -45767945,1970,5,1,1 -4217646,1978,8,1,1 -45767945,2010,10,1,1 -4217646,2001,3,1,1 -4217646,1996,3,3,1 +4217646,2007,5,1,1 +4217646,2007,6,1,1 +4217646,2007,9,2,1 +4217646,2007,12,1,1 +4217646,2008,1,1,1 +4217646,2008,2,1,1 +4217646,2008,3,1,2 +4217646,2008,10,1,1 +4217646,2008,11,1,1 +4217646,2008,12,2,1 +4217646,2009,1,1,1 +4217646,2009,2,2,1 +4217646,2009,3,1,1 +4217646,2009,4,2,1 +4217646,2009,7,2,1 +4217646,2009,8,1,1 +4217646,2009,10,2,1 +4217646,2009,11,3,1 +4217646,2010,1,1,1 +4217646,2010,2,1,1 +4217646,2010,4,2,1 +4217646,2010,5,1,1 +4217646,2010,9,2,2 +4217646,2010,11,2,1 +4217646,2011,1,2,1 +4217646,2011,3,2,1 +4217646,2011,6,1,1 +4217646,2011,8,1,1 +4217646,2011,12,1,1 +4217646,2012,1,2,1 +4217646,2012,7,1,1 +4217646,2012,8,3,1 +4217646,2012,11,2,1 +4217646,2012,12,1,1 +4217646,2013,1,2,1 +4217646,2013,2,1,1 +4217646,2013,4,2,1 +4217646,2013,5,1,1 4217646,2013,6,1,1 -45767945,1997,9,2,1 -4217646,1987,7,1,1 -45767945,1976,10,2,1 -4217646,1931,12,1,1 -45767945,1998,7,1,1 -45767945,1980,6,1,1 -45772840,1997,4,1,2 -45772840,2015,1,2,3.5 -45767945,2015,4,1,1 -4217646,2018,6,1,1 -4217646,2016,10,1,1 -45767945,2022,11,1,1 -45767945,2001,9,1,1 -4217646,1988,5,1,1 -45772840,2012,4,1,2 -4217646,1992,5,1,1 -45767945,2005,9,1,1 -4217646,1957,8,1,1 +4217646,2013,7,1,1 +4217646,2013,10,2,1 +4217646,2013,11,1,1 +4217646,2013,12,2,1.5 +4217646,2014,1,1,1 +4217646,2014,4,1,1 +4217646,2014,5,2,1 +4217646,2014,6,2,1 +4217646,2014,7,1,1 4217646,2014,10,1,1 -45772840,2014,4,1,1 -4217646,1952,6,1,1 -4217646,1956,8,1,1 -4217646,2022,5,1,1 -45772840,2017,4,2,2 -45767945,2000,7,1,1 +4217646,2014,12,2,1 +4217646,2015,1,2,1 +4217646,2015,4,1,1 +4217646,2015,5,1,1 +4217646,2015,8,1,1 +4217646,2015,9,1,1 +4217646,2015,10,1,1 +4217646,2015,12,2,1 +4217646,2016,2,1,1 +4217646,2016,3,3,1 +4217646,2016,5,1,1 +4217646,2016,6,1,1 +4217646,2016,7,1,1 +4217646,2016,8,2,1.5 +4217646,2016,10,1,1 +4217646,2016,11,1,1 +4217646,2016,12,1,1 4217646,2017,1,2,1 -4217646,1978,9,1,1 -4217646,1960,4,1,1 -45767945,2023,2,2,1 -4217646,1990,2,1,1 -4217646,2014,6,2,1 -4217646,1982,9,1,1 -45767945,2003,12,1,1 -45767945,1998,4,1,1 -45767945,1969,6,1,1 -45767945,1999,8,1,1 -45767945,1974,7,1,1 -45772840,1983,12,1,1 -45767945,1996,11,1,1 -4217646,1946,7,1,1 +4217646,2017,5,1,1 +4217646,2017,6,1,1 +4217646,2017,7,2,1 +4217646,2017,8,1,1 +4217646,2017,12,4,1 +4217646,2018,3,1,1 +4217646,2018,4,1,1 +4217646,2018,6,1,1 +4217646,2018,8,1,1 +4217646,2018,9,2,1 +4217646,2018,10,1,1 +4217646,2018,11,1,2 +4217646,2018,12,1,1 +4217646,2019,2,1,1 +4217646,2019,3,1,1 +4217646,2019,4,2,1 +4217646,2019,7,1,1 +4217646,2019,9,1,1 +4217646,2019,10,1,1 +4217646,2020,1,1,1 +4217646,2020,2,1,1 +4217646,2020,3,1,1 +4217646,2020,6,1,1 +4217646,2020,7,3,1 4217646,2020,8,1,1 -45767945,2012,5,1,1 -45767945,2020,12,2,1 -45767945,1983,9,1,1 -4217646,1951,4,1,1 4217646,2020,9,1,1 -4217646,1976,10,1,1 -45767945,2019,9,1,1 -45772840,2018,5,1,2 -4217646,2015,10,1,1 -4217646,1969,6,1,1 -4217646,1926,8,1,1 -4217646,1977,7,1,1 -4217646,2013,10,2,1 -45767945,2006,4,1,1 -45767945,2008,9,1,1 -45772840,2001,4,1,1 -45767945,2001,8,1,1 -45772840,2016,3,1,2 -45767945,2010,6,1,1 -4217646,1989,6,1,1 -4217646,2014,5,2,1 -45767945,1987,4,1,1 -45767945,2002,7,4,1 -45767945,2017,12,4,1 -45772840,2016,9,2,1.5 -45767945,1993,4,1,1 -45767945,1990,10,1,1 -4217646,1998,4,1,1 -45767945,2015,1,2,1 -4217646,1982,3,1,2 -4217646,1974,6,1,1 -45767945,2007,1,3,1 -45767945,2012,10,2,1 -45767945,2009,4,1,1 -45767945,2003,7,1,1 -4217646,1978,3,2,1 -45767945,1968,6,2,1 -45767945,1991,12,2,1 -45767945,2004,2,3,1 -45767945,2001,11,1,1 -4217646,2003,10,2,1 -45767945,1993,7,3,1 -45767945,2021,9,3,1 -4217646,1995,9,2,1 -45767945,1996,8,3,1 -45772840,2003,8,1,2 -45767945,2016,7,1,1 -45767945,2019,11,1,1 -45767945,2013,7,2,1 -4217646,2008,11,1,1 -45767945,2020,4,3,1 -4217646,1937,10,1,1 -45767945,1986,5,1,1 -45767945,2020,7,3,1 -45767945,1967,8,1,1 -4217646,2002,1,3,1 -4217646,2019,2,1,1 -45767945,2012,6,1,1 4217646,2020,11,2,1 -45767945,2021,8,3,1 -45772840,2021,10,1,2 -4217646,1962,3,1,1 -45767945,2016,4,2,1 -45767945,2002,4,1,1 -4217646,1998,7,2,1 -4217646,1951,12,1,1 -4217646,1945,7,1,1 -4217646,2007,9,2,1 -4217646,2020,3,1,1 -45767945,2019,3,1,1 +4217646,2020,12,2,1 +4217646,2021,1,2,1 +4217646,2021,2,2,1 +4217646,2021,5,3,1 +4217646,2021,6,2,1 +4217646,2021,7,3,1 +4217646,2021,9,1,1 +4217646,2021,10,1,1 +4217646,2021,11,1,1 +4217646,2021,12,2,1 +4217646,2022,2,1,1 +4217646,2022,3,1,1 +4217646,2022,5,1,1 +4217646,2022,10,1,1 +4217646,2022,12,1,1 +4217646,2023,2,1,1 +4217646,2023,4,1,1 +4230911,1942,12,1,1 +4230911,1943,8,1,1 +4230911,1947,7,1,1 +4230911,1948,7,1,1 +4230911,1950,12,1,1 +4230911,1951,5,1,1 +4230911,1951,10,1,1 +4230911,1952,9,1,1 +4230911,1953,10,1,1 +4230911,1955,4,2,1 +4230911,1955,6,1,1 +4230911,1955,8,1,1 +4230911,1955,11,1,1 +4230911,1956,1,1,1 +4230911,1958,1,1,1 +4230911,1958,4,1,1 +4230911,1958,12,1,1 +4230911,1960,4,1,1 +4230911,1960,7,1,1 +4230911,1962,1,1,1 +4230911,1963,5,2,1 +4230911,1963,6,2,1 +4230911,1963,10,1,1 +4230911,1964,12,1,1 +4230911,1965,7,2,1 +4230911,1966,12,1,1 +4230911,1967,1,1,1 +4230911,1967,4,1,1 +4230911,1967,8,1,1 +4230911,1967,11,1,1 +4230911,1968,4,1,1 +4230911,1968,6,2,1 +4230911,1969,3,1,1 +4230911,1969,6,1,1 +4230911,1969,7,1,1 +4230911,1969,11,1,1 +4230911,1970,5,1,1 +4230911,1970,9,1,2 +4230911,1972,4,1,1 +4230911,1973,6,1,1 +4230911,1973,8,1,1 +4230911,1974,3,1,1 +4230911,1974,5,1,1 +4230911,1974,7,1,1 +4230911,1974,12,1,1 +4230911,1975,3,1,1 +4230911,1975,8,1,1 +4230911,1975,9,1,1 +4230911,1975,11,3,1 +4230911,1976,1,1,1 +4230911,1976,3,1,1 +4230911,1976,6,1,1 +4230911,1976,7,1,1 +4230911,1976,10,3,1 +4230911,1977,1,1,1 +4230911,1977,5,1,1 +4230911,1977,8,1,1 +4230911,1977,10,1,1 +4230911,1978,7,1,1 +4230911,1978,11,1,1 +4230911,1979,6,1,1 +4230911,1979,11,1,1 +4230911,1979,12,1,1 +4230911,1980,2,1,1 +4230911,1980,4,1,1 +4230911,1980,7,1,1 +4230911,1980,8,1,1 +4230911,1980,9,1,1 +4230911,1980,11,1,1 +4230911,1981,1,1,1 +4230911,1982,1,3,1 +4230911,1982,2,1,1 +4230911,1982,4,1,1 +4230911,1982,10,1,1 +4230911,1983,2,1,1 +4230911,1983,3,1,1 +4230911,1983,9,1,1 +4230911,1984,11,3,1 +4230911,1985,3,2,1 +4230911,1985,7,3,1 +4230911,1986,4,1,1 +4230911,1986,5,1,1 +4230911,1986,6,1,1 +4230911,1987,1,1,1 +4230911,1987,3,1,1 +4230911,1987,4,1,1 +4230911,1987,5,1,1 +4230911,1988,2,1,1 +4230911,1988,5,2,1 +4230911,1988,6,1,1 +4230911,1988,7,1,1 +4230911,1989,3,2,1 +4230911,1989,8,1,1 +4230911,1989,11,2,1 +4230911,1990,1,1,1 +4230911,1990,6,2,1 +4230911,1990,8,1,1 +4230911,1990,9,1,1 +4230911,1990,10,1,1 +4230911,1990,11,1,1 +4230911,1990,12,2,1 +4230911,1991,1,1,1 +4230911,1991,2,1,1 +4230911,1991,3,1,1 +4230911,1991,8,1,1 +4230911,1991,9,2,1 +4230911,1991,10,1,1 +4230911,1991,11,1,1 +4230911,1991,12,2,1 +4230911,1992,3,1,1 +4230911,1992,5,1,1 +4230911,1992,6,1,1 +4230911,1992,7,1,1 +4230911,1992,11,1,1 +4230911,1993,1,2,1 +4230911,1993,4,1,1 +4230911,1993,7,3,1 +4230911,1993,8,1,2 +4230911,1993,9,2,1 +4230911,1993,10,1,1 +4230911,1993,11,1,1 +4230911,1993,12,1,1 +4230911,1994,4,2,1 +4230911,1994,6,2,1 +4230911,1994,7,1,1 +4230911,1994,8,1,1 +4230911,1994,9,2,1 +4230911,1994,10,1,1 +4230911,1994,12,4,1 +4230911,1995,5,1,1 +4230911,1995,7,1,1 +4230911,1996,6,2,1 +4230911,1996,7,3,1 +4230911,1996,8,4,1 +4230911,1996,9,1,1 +4230911,1996,10,3,1 +4230911,1996,12,2,1 +4230911,1997,2,4,1.25 +4230911,1997,5,2,1 +4230911,1997,7,2,1 +4230911,1997,8,1,1 +4230911,1997,9,4,1 +4230911,1997,11,1,1 +4230911,1998,1,2,1 +4230911,1998,3,2,1 +4230911,1998,4,1,1 +4230911,1998,5,1,1 +4230911,1998,7,2,1 +4230911,1998,9,4,1 +4230911,1998,10,2,1 +4230911,1998,11,1,1 +4230911,1999,1,3,1 +4230911,1999,5,3,1 +4230911,1999,6,2,1 +4230911,1999,8,3,1 +4230911,1999,10,1,1 +4230911,1999,12,3,1 +4230911,2000,4,2,1 +4230911,2000,5,1,1 +4230911,2000,6,2,1 +4230911,2000,7,1,1 +4230911,2000,10,2,1 +4230911,2000,11,2,1 +4230911,2000,12,2,1 +4230911,2001,1,1,1 +4230911,2001,2,1,1 +4230911,2001,4,3,1 +4230911,2001,5,2,1 +4230911,2001,6,1,1 +4230911,2001,7,1,1 +4230911,2001,8,1,1 +4230911,2001,9,4,1 +4230911,2001,10,1,1 +4230911,2001,12,3,1 +4230911,2002,1,2,1 +4230911,2002,2,1,1 +4230911,2002,3,3,1 +4230911,2002,4,1,1 +4230911,2002,5,2,1 +4230911,2002,7,5,1 +4230911,2002,8,1,1 +4230911,2002,10,3,1 +4230911,2002,11,1,1 +4230911,2002,12,3,1 +4230911,2003,1,1,1 +4230911,2003,2,4,1 +4230911,2003,3,1,1 +4230911,2003,4,1,1 +4230911,2003,5,1,1 +4230911,2003,6,1,1 +4230911,2003,7,2,1 +4230911,2003,9,2,1 +4230911,2003,10,3,1 +4230911,2003,11,1,1 +4230911,2003,12,1,1 +4230911,2004,1,4,1 +4230911,2004,2,3,1 +4230911,2004,3,2,1 +4230911,2004,4,2,1 +4230911,2004,5,2,1 +4230911,2004,6,1,1 +4230911,2004,7,3,1 +4230911,2004,8,2,1 +4230911,2004,10,3,1 +4230911,2004,11,1,1 +4230911,2004,12,1,1 +4230911,2005,2,1,1 +4230911,2005,3,2,1 +4230911,2005,4,5,1 +4230911,2005,6,2,1 +4230911,2005,8,4,1 +4230911,2005,9,1,1 +4230911,2005,10,3,1 +4230911,2005,11,3,1 +4230911,2006,1,3,1 +4230911,2006,2,2,1 +4230911,2006,3,1,1 +4230911,2006,4,1,1 +4230911,2006,5,4,1 +4230911,2006,6,4,1 +4230911,2006,8,2,1 +4230911,2006,10,5,1 +4230911,2006,11,1,1 +4230911,2006,12,2,1 +4230911,2007,1,5,1 +4230911,2007,2,3,1 +4230911,2007,3,1,1 +4230911,2007,4,1,1 +4230911,2007,5,2,1 +4230911,2007,6,2,1 +4230911,2007,7,2,1 +4230911,2007,9,1,1 +4230911,2007,11,2,1 +4230911,2007,12,1,1 +4230911,2008,1,1,1 +4230911,2008,2,3,1 +4230911,2008,3,2,1 +4230911,2008,4,1,1 +4230911,2008,5,1,1 +4230911,2008,6,3,1 +4230911,2008,7,1,1 +4230911,2008,8,4,1 +4230911,2008,9,1,1 +4230911,2008,10,3,1 +4230911,2008,11,4,1 +4230911,2008,12,1,1 +4230911,2009,3,1,1 +4230911,2009,4,2,1 +4230911,2009,5,2,1 +4230911,2009,6,2,1 +4230911,2009,7,3,1 +4230911,2009,8,1,1 +4230911,2009,9,3,1 +4230911,2009,10,2,1 +4230911,2009,11,1,1 +4230911,2009,12,2,1 +4230911,2010,2,1,1 +4230911,2010,3,3,1 +4230911,2010,4,2,1 +4230911,2010,5,1,1 +4230911,2010,6,3,1 +4230911,2010,8,3,1 +4230911,2010,9,5,1.4 +4230911,2010,10,1,1 +4230911,2010,12,2,1 +4230911,2011,1,3,1 +4230911,2011,2,1,1 +4230911,2011,3,1,1 +4230911,2011,5,4,1 +4230911,2011,6,2,1 +4230911,2011,7,1,1 +4230911,2011,8,1,1 +4230911,2011,9,2,1 +4230911,2011,12,1,1 +4230911,2012,1,3,1 +4230911,2012,3,2,1 +4230911,2012,5,1,1 +4230911,2012,6,3,1 +4230911,2012,7,4,1 +4230911,2012,9,3,1 +4230911,2012,10,2,1 +4230911,2012,11,1,1 +4230911,2012,12,3,1 +4230911,2013,1,2,1 +4230911,2013,2,1,1 +4230911,2013,3,1,1 +4230911,2013,4,3,1 +4230911,2013,6,4,1 +4230911,2013,7,6,1 +4230911,2013,8,4,1 +4230911,2013,9,3,1 +4230911,2013,10,4,1 +4230911,2013,11,3,1 +4230911,2013,12,6,1.1666666666666667 +4230911,2014,1,5,1 +4230911,2014,2,3,1 +4230911,2014,3,2,1 +4230911,2014,4,6,1 +4230911,2014,5,7,1 +4230911,2014,6,3,1 +4230911,2014,7,4,1 +4230911,2014,8,2,1 +4230911,2014,9,4,1 +4230911,2014,10,5,1 +4230911,2014,11,4,1 +4230911,2014,12,5,3 +4230911,2015,1,9,1 +4230911,2015,2,4,1 +4230911,2015,3,5,1 +4230911,2015,4,5,1 +4230911,2015,5,9,1 +4230911,2015,6,6,1 +4230911,2015,7,7,1 +4230911,2015,8,7,1 +4230911,2015,9,4,1 +4230911,2015,10,8,1 +4230911,2015,11,4,1 +4230911,2015,12,6,1 +4230911,2016,1,4,1 +4230911,2016,2,7,1 +4230911,2016,3,6,1 +4230911,2016,4,7,1 +4230911,2016,5,10,1 +4230911,2016,6,2,1 +4230911,2016,7,5,1 +4230911,2016,8,8,1.125 +4230911,2016,9,6,1 +4230911,2016,10,8,1 +4230911,2016,11,6,1 +4230911,2016,12,9,1 +4230911,2017,1,10,1 +4230911,2017,2,2,1 +4230911,2017,3,5,1 +4230911,2017,4,9,1 +4230911,2017,5,5,1 +4230911,2017,6,7,1 +4230911,2017,7,7,1 +4230911,2017,8,9,1 +4230911,2017,9,9,1 +4230911,2017,10,3,1 +4230911,2017,11,5,1 +4230911,2017,12,12,1 +4230911,2018,1,5,1 +4230911,2018,2,2,1 +4230911,2018,3,8,1 +4230911,2018,4,9,1 +4230911,2018,5,8,1.125 +4230911,2018,6,8,1 +4230911,2018,7,7,1.1428571428571428 +4230911,2018,8,5,1 +4230911,2018,9,9,1.1111111111111112 +4230911,2018,10,3,1 +4230911,2018,11,7,1.1428571428571428 +4230911,2018,12,8,1 +4230911,2019,1,7,1 +4230911,2019,2,8,1 +4230911,2019,3,7,1.1428571428571428 +4230911,2019,4,7,1 +4230911,2019,5,8,1.125 +4230911,2019,6,4,1 +4230911,2019,7,13,1 +4230911,2019,8,8,1 +4230911,2019,9,4,1 +4230911,2019,10,10,1 +4230911,2019,11,3,1 +4230911,2019,12,11,1 +4230911,2020,1,8,1.125 +4230911,2020,2,8,1 +4230911,2020,3,3,1 +4230911,2020,4,7,1 +4230911,2020,5,4,1 +4230911,2020,6,3,1 +4230911,2020,7,9,1 +4230911,2020,8,9,1.1111111111111112 +4230911,2020,9,5,1 +4230911,2020,10,3,1 +4230911,2020,11,10,1 +4230911,2020,12,6,1 +4230911,2021,1,7,1 +4230911,2021,2,6,1 +4230911,2021,3,7,1 +4230911,2021,4,3,1 +4230911,2021,5,10,1 +4230911,2021,6,8,1 +4230911,2021,7,10,1 +4230911,2021,8,10,1 +4230911,2021,9,7,1 +4230911,2021,10,6,1 +4230911,2021,11,7,1 +4230911,2021,12,8,1 +4230911,2022,1,1,1 +4230911,2022,2,9,1 +4230911,2022,3,10,1 +4230911,2022,4,9,1 +4230911,2022,5,9,1 +4230911,2022,6,5,1 +4230911,2022,7,9,1 +4230911,2022,8,10,1 +4230911,2022,9,3,1 +4230911,2022,10,11,1 +4230911,2022,11,7,1 +4230911,2022,12,9,1 +4230911,2023,1,9,1 +4230911,2023,2,3,1 +4230911,2023,3,4,1 +4230911,2023,4,13,1 +4230911,2023,5,5,1 +4230911,2023,6,1,1 +4248525,2015,4,1,1 +4248525,2019,5,1,1 +4248525,2019,10,1,1 +4248525,2020,6,1,1 +4248525,2021,10,1,1 +4257036,2014,11,1,1 +4257036,2017,2,1,1 +4257036,2018,9,1,1 +4329847,1941,6,1,1 +4329847,1942,12,1,1 +4329847,1943,8,1,1 +4329847,1947,7,1,1 +4329847,1948,7,1,1 +4329847,1950,12,1,1 +4329847,1951,5,1,1 +4329847,1951,10,1,1 +4329847,1952,9,1,1 +4329847,1953,10,1,1 +4329847,1955,6,1,1 +4329847,1955,8,1,1 +4329847,1956,1,1,1 +4329847,1958,1,1,1 +4329847,1958,4,1,1 +4329847,1958,12,1,1 +4329847,1960,7,1,1 +4329847,1963,5,2,1 +4329847,1963,6,1,1 +4329847,1963,10,1,1 +4329847,1965,7,2,1 +4329847,1966,12,1,1 +4329847,1967,1,1,1 +4329847,1967,6,1,1 +4329847,1967,8,1,1 +4329847,1967,11,1,1 +4329847,1968,4,1,1 +4329847,1968,6,2,1 +4329847,1969,6,1,1 +4329847,1969,7,1,1 +4329847,1969,11,1,1 +4329847,1970,5,1,1 +4329847,1970,9,1,1 +4329847,1972,4,1,1 +4329847,1974,5,1,1 +4329847,1974,7,1,1 +4329847,1975,3,1,1 +4329847,1975,9,1,1 +4329847,1975,11,2,1 +4329847,1976,1,1,1 +4329847,1976,3,1,1 +4329847,1976,6,1,1 +4329847,1976,10,2,1 +4329847,1977,5,1,1 +4329847,1977,10,1,1 +4329847,1978,11,1,1 +4329847,1979,1,1,1 +4329847,1979,5,1,1 +4329847,1980,2,2,1 +4329847,1980,4,1,1 +4329847,1980,6,1,1 +4329847,1980,7,1,1 +4329847,1980,8,1,1 +4329847,1980,11,1,1 +4329847,1981,1,1,1 +4329847,1982,1,2,1 +4329847,1982,4,1,1 +4329847,1982,10,1,1 +4329847,1983,4,1,1 +4329847,1983,5,1,1 +4329847,1983,9,1,1 +4329847,1984,11,1,1 +4329847,1985,3,2,1 +4329847,1985,7,2,1 +4329847,1986,4,1,1 +4329847,1986,5,1,1 +4329847,1986,12,1,1 +4329847,1987,1,1,1 +4329847,1987,3,1,1 +4329847,1987,4,1,1 +4329847,1987,5,1,1 +4329847,1988,2,2,1 +4329847,1988,7,1,1 +4329847,1989,3,2,1 +4329847,1989,8,1,1 +4329847,1989,11,2,1 +4329847,1990,1,1,1 +4329847,1990,6,1,1 +4329847,1990,8,1,1 +4329847,1990,10,1,1 +4329847,1990,12,2,1 +4329847,1991,2,1,1 +4329847,1991,9,2,1 +4329847,1991,10,1,1 +4329847,1991,11,2,1 +4329847,1991,12,2,1 +4329847,1993,4,1,1 +4329847,1993,7,3,1 +4329847,1993,8,1,1 +4329847,1993,9,1,1 +4329847,1993,10,2,1 +4329847,1993,11,1,1 +4329847,1994,4,1,1 +4329847,1994,6,1,1 +4329847,1994,7,1,1 +4329847,1994,8,1,1 +4329847,1994,9,2,1 +4329847,1994,10,1,1 +4329847,1994,12,3,1 +4329847,1995,5,1,1 +4329847,1996,4,1,1 +4329847,1996,7,1,1 +4329847,1996,8,3,1 +4329847,1996,9,1,1 +4329847,1996,10,1,1 +4329847,1996,11,1,1 +4329847,1996,12,2,1 +4329847,1997,2,3,1 +4329847,1997,5,2,1 +4329847,1997,7,1,1 +4329847,1997,9,2,1 +4329847,1997,10,1,1 +4329847,1998,1,2,1 +4329847,1998,3,2,1 +4329847,1998,4,1,1 +4329847,1998,5,1,1 +4329847,1998,7,1,1 +4329847,1998,9,2,1 +4329847,1998,11,1,1 +4329847,1999,1,2,1 +4329847,1999,5,1,1 +4329847,1999,6,1,1 +4329847,1999,8,1,1 +4329847,1999,12,3,1 +4329847,2000,3,1,1 +4329847,2000,4,1,1 +4329847,2000,6,1,1 +4329847,2000,7,1,1 +4329847,2000,10,1,1 +4329847,2000,11,2,1 +4329847,2001,1,1,1 +4329847,2001,2,1,1 +4329847,2001,4,2,1 +4329847,2001,5,3,1 +4329847,2001,7,1,1 +4329847,2001,8,1,1 +4329847,2001,9,1,1 +4329847,2001,10,1,1 +4329847,2001,11,1,1 +4329847,2002,1,2,1 +4329847,2002,3,1,1 +4329847,2002,4,1,1 +4329847,2002,5,1,1 +4329847,2002,7,4,1 +4329847,2002,8,1,1 +4329847,2002,10,2,1 +4329847,2003,2,2,1 +4329847,2003,3,1,1 +4329847,2003,5,1,1 +4329847,2003,6,1,1 +4329847,2003,7,1,1 +4329847,2003,9,1,1 +4329847,2003,10,2,1 +4329847,2003,11,1,1 +4329847,2003,12,1,1 +4329847,2004,1,2,1 +4329847,2004,2,3,1 +4329847,2004,3,2,1 +4329847,2004,4,1,1 +4329847,2004,5,1,1 +4329847,2004,6,1,1 +4329847,2004,7,2,1 +4329847,2004,8,2,1 +4329847,2004,10,2,1 +4329847,2004,12,1,1 +4329847,2005,2,1,1 +4329847,2005,3,1,1 +4329847,2005,4,4,1 +4329847,2005,6,2,1 +4329847,2005,8,2,1 +4329847,2005,9,1,1 +4329847,2005,10,1,1 +4329847,2005,11,2,1 +4329847,2006,2,2,1 +4329847,2006,4,1,1 +4329847,2006,5,1,1 +4329847,2006,6,2,1 +4329847,2006,8,2,1 +4329847,2006,10,5,1 +4329847,2007,1,3,1 +4329847,2007,2,2,1 +4329847,2007,3,2,1 +4329847,2007,5,1,1 +4329847,2007,6,2,1 +4329847,2007,7,4,1 +4329847,2007,9,1,1 +4329847,2007,11,1,1 +4329847,2007,12,1,1 +4329847,2008,1,1,1 +4329847,2008,2,2,1 +4329847,2008,6,2,1 +4329847,2008,8,1,1 +4329847,2008,9,1,1 +4329847,2008,10,2,1 +4329847,2009,3,1,1 +4329847,2009,4,1,1 +4329847,2009,5,1,1 +4329847,2009,6,1,1 +4329847,2009,7,1,1 +4329847,2009,8,1,1 +4329847,2009,9,1,1 +4329847,2009,10,1,1 +4329847,2010,3,2,1 +4329847,2010,6,1,1 +4329847,2010,7,1,1 +4329847,2010,8,2,1 +4329847,2010,9,2,1 +4329847,2010,10,1,1 +4329847,2010,12,2,1 +4329847,2011,5,3,1 +4329847,2011,6,1,1 +4329847,2011,7,1,1 +4329847,2011,8,1,1 +4329847,2011,9,2,1 +4329847,2011,10,1,1 +4329847,2011,12,1,1 +4329847,2012,1,1,1 +4329847,2012,3,1,1 +4329847,2012,5,1,1 +4329847,2012,6,1,1 +4329847,2012,7,1,1 +4329847,2012,9,2,1 +4329847,2012,10,2,1 +4329847,2013,3,1,1 +4329847,2013,4,1,1 +4329847,2013,6,2,1 +4329847,2013,7,2,1 +4329847,2013,9,1,1 +4329847,2013,10,1,1 +4329847,2013,11,1,1 +4329847,2014,1,1,1 +4329847,2014,2,1,1 +4329847,2014,4,2,1 +4329847,2014,5,2,1 +4329847,2014,12,1,1 +4329847,2015,1,2,1 +4329847,2015,2,1,1 +4329847,2015,4,1,1 +4329847,2015,5,2,1 +4329847,2015,6,1,1 +4329847,2015,8,3,1 +4329847,2015,9,1,1 +4329847,2016,4,2,1 +4329847,2016,5,4,1 +4329847,2016,7,1,1 +4329847,2016,8,3,1 +4329847,2016,9,2,1 +4329847,2016,10,3,1 +4329847,2016,11,1,1 +4329847,2016,12,4,1 +4329847,2017,1,1,1 +4329847,2017,2,1,1 +4329847,2017,5,1,1 +4329847,2017,8,4,1 +4329847,2017,9,3,1 +4329847,2017,10,1,1 +4329847,2017,12,4,1 +4329847,2018,2,1,1 +4329847,2018,3,3,1 +4329847,2018,4,1,1 +4329847,2018,5,1,1 +4329847,2018,6,3,1 +4329847,2018,7,3,1 +4329847,2018,8,2,1 +4329847,2018,9,1,1 +4329847,2018,11,2,1 +4329847,2018,12,1,1 +4329847,2019,1,1,1 +4329847,2019,3,1,1 +4329847,2019,4,1,1 +4329847,2019,5,2,1 +4329847,2019,6,2,1 +4329847,2019,7,2,1 +4329847,2019,8,2,1 +4329847,2019,9,1,1 +4329847,2019,10,3,1 +4329847,2019,11,1,1 +4329847,2019,12,3,1 +4329847,2020,1,3,1 +4329847,2020,3,1,1 +4329847,2020,4,3,1 +4329847,2020,7,3,1 +4329847,2020,8,2,1 +4329847,2020,9,1,1 +4329847,2020,11,2,1 +4329847,2020,12,2,1 +4329847,2021,1,2,1 +4329847,2021,4,2,1 +4329847,2021,6,2,1 +4329847,2021,7,2,1 +4329847,2021,8,3,1 +4329847,2021,9,3,1 +4329847,2021,10,2,1 +4329847,2021,11,4,1 +4329847,2021,12,1,1 +4329847,2022,2,1,1 +4329847,2022,4,3,1 +4329847,2022,5,1,1 +4329847,2022,6,1,1 +4329847,2022,7,2,1 +4329847,2022,8,2,1 +4329847,2022,9,1,1 +4329847,2022,10,2,1 +4329847,2022,11,1,1 +4329847,2022,12,2,1 +4329847,2023,1,3,1 +4329847,2023,2,2,1 +4329847,2023,4,2,1 +4329847,2023,5,1,1 +4336464,1942,12,1,1 +4336464,1943,8,1,1 +4336464,1947,7,1,1 +4336464,1948,7,1,1 +4336464,1950,12,1,1 +4336464,1951,5,1,1 +4336464,1951,10,1,1 +4336464,1952,9,1,1 +4336464,1953,10,1,1 +4336464,1955,6,1,1 +4336464,1955,8,1,1 +4336464,1956,1,1,1 +4336464,1958,1,1,1 +4336464,1958,4,1,1 +4336464,1958,12,1,1 +4336464,1960,7,1,1 +4336464,1963,5,2,1 +4336464,1963,6,1,1 +4336464,1963,10,1,1 +4336464,1965,7,2,1 +4336464,1966,12,1,1 +4336464,1967,1,1,1 +4336464,1967,8,1,1 +4336464,1967,11,1,1 +4336464,1968,4,1,1 +4336464,1968,6,2,1 +4336464,1969,6,1,1 +4336464,1969,7,1,1 +4336464,1969,11,1,1 +4336464,1970,5,1,1 +4336464,1970,9,1,2 +4336464,1972,4,1,1 +4336464,1974,5,1,1 +4336464,1974,7,1,1 +4336464,1975,3,1,1 +4336464,1975,9,1,1 +4336464,1975,11,2,1 +4336464,1976,1,1,1 +4336464,1976,3,1,1 +4336464,1976,6,1,1 +4336464,1976,7,1,1 +4336464,1976,10,3,1 +4336464,1977,5,1,1 +4336464,1977,10,1,1 +4336464,1978,11,1,1 +4336464,1979,11,1,1 +4336464,1980,2,1,1 +4336464,1980,4,1,1 +4336464,1980,7,1,1 +4336464,1980,8,1,1 +4336464,1980,11,1,1 +4336464,1981,1,1,1 +4336464,1982,1,2,1 +4336464,1982,4,1,1 +4336464,1982,10,1,1 +4336464,1983,9,1,1 +4336464,1984,11,1,1 +4336464,1985,3,2,1 +4336464,1985,7,2,1 +4336464,1986,4,1,1 +4336464,1986,5,1,1 +4336464,1987,1,1,1 +4336464,1987,3,1,1 +4336464,1987,4,1,1 +4336464,1987,5,1,1 +4336464,1988,2,1,1 +4336464,1988,7,1,1 +4336464,1989,3,2,1 +4336464,1989,8,1,1 +4336464,1989,11,2,1 +4336464,1990,1,1,1 +4336464,1990,6,1,1 +4336464,1990,8,1,1 +4336464,1990,10,1,1 +4336464,1990,12,2,1 +4336464,1991,2,1,1 +4336464,1991,9,1,1 +4336464,1991,10,1,1 +4336464,1991,11,1,1 +4336464,1991,12,2,1 +4336464,1992,7,1,1 +4336464,1993,4,1,1 +4336464,1993,7,3,1 +4336464,1993,8,1,2 +4336464,1993,9,1,1 +4336464,1993,10,1,1 +4336464,1993,11,1,1 +4336464,1994,4,1,1 +4336464,1994,6,1,1 +4336464,1994,7,1,1 +4336464,1994,8,1,1 +4336464,1994,9,1,1 +4336464,1994,10,1,1 +4336464,1994,12,3,1 +4336464,1995,5,1,1 +4336464,1996,7,1,1 +4336464,1996,8,3,1 +4336464,1996,9,1,1 +4336464,1996,10,1,1 +4336464,1996,12,2,1 +4336464,1997,2,3,1.3333333333333333 +4336464,1997,5,2,1 +4336464,1997,7,1,1 +4336464,1997,9,2,1 +4336464,1998,1,1,1 +4336464,1998,3,2,1 +4336464,1998,4,1,1 +4336464,1998,5,1,1 +4336464,1998,7,1,1 +4336464,1998,9,2,1 +4336464,1998,10,1,1 +4336464,1998,11,1,1 +4336464,1999,1,2,1 +4336464,1999,5,2,1 +4336464,1999,6,1,1 +4336464,1999,8,1,1 +4336464,1999,12,3,1 +4336464,2000,4,1,1 +4336464,2000,6,1,1 +4336464,2000,7,1,1 +4336464,2000,10,1,1 +4336464,2000,11,2,1 +4336464,2001,1,1,1 +4336464,2001,2,1,1 +4336464,2001,4,2,1 +4336464,2001,5,2,1 +4336464,2001,7,1,1 +4336464,2001,8,1,1 +4336464,2001,9,1,1 +4336464,2001,10,1,1 +4336464,2002,1,1,1 +4336464,2002,3,1,1 +4336464,2002,4,1,1 +4336464,2002,5,1,1 +4336464,2002,7,4,1 +4336464,2002,8,1,1 +4336464,2002,10,2,1 +4336464,2002,12,1,1 +4336464,2003,2,2,1 +4336464,2003,3,1,1 +4336464,2003,5,1,1 +4336464,2003,6,1,1 +4336464,2003,7,1,1 +4336464,2003,9,1,1 +4336464,2003,10,2,1 +4336464,2003,11,1,1 +4336464,2003,12,1,1 +4336464,2004,1,2,1 +4336464,2004,2,3,1 +4336464,2004,3,2,1 +4336464,2004,4,1,1 +4336464,2004,5,1,1 +4336464,2004,6,1,1 +4336464,2004,7,1,1 +4336464,2004,8,2,1 +4336464,2004,10,2,1 +4336464,2004,12,1,1 +4336464,2005,2,1,1 +4336464,2005,3,1,1 +4336464,2005,4,5,1 +4336464,2005,6,2,1 +4336464,2005,8,2,1 +4336464,2005,9,1,1 +4336464,2005,10,1,1 +4336464,2005,11,2,1 +4336464,2006,1,1,1 +4336464,2006,2,2,1 +4336464,2006,4,1,1 +4336464,2006,5,1,1 +4336464,2006,6,2,1 +4336464,2006,8,2,1 +4336464,2006,10,4,1 +4336464,2007,1,3,1 +4336464,2007,2,2,1 +4336464,2007,3,1,1 +4336464,2007,5,1,1 +4336464,2007,6,2,1 +4336464,2007,7,2,1 +4336464,2007,11,2,1 +4336464,2007,12,1,1 +4336464,2008,1,1,1 +4336464,2008,2,2,1 +4336464,2008,3,1,1 +4336464,2008,6,2,1 +4336464,2008,8,2,1 +4336464,2008,9,1,1 +4336464,2008,10,2,1 +4336464,2009,3,1,1 +4336464,2009,4,1,1 +4336464,2009,5,1,1 +4336464,2009,6,1,1 +4336464,2009,7,1,1 +4336464,2009,8,1,1 +4336464,2009,9,2,1 +4336464,2009,10,1,1 +4336464,2010,3,2,1 +4336464,2010,6,2,1 +4336464,2010,8,2,1 +4336464,2010,9,2,1 +4336464,2010,10,1,1 +4336464,2010,12,2,1 +4336464,2011,5,2,1 +4336464,2011,6,1,1 +4336464,2011,7,1,1 +4336464,2011,8,1,1 +4336464,2011,9,2,1 +4336464,2011,12,1,1 +4336464,2012,1,2,1 +4336464,2012,3,1,1 +4336464,2012,5,1,1 +4336464,2012,6,1,1 +4336464,2012,7,1,1 +4336464,2012,9,3,1 +4336464,2012,10,2,1 +4336464,2013,4,1,1 +4336464,2013,6,2,1 +4336464,2013,7,2,1 +4336464,2013,9,2,1 +4336464,2013,10,1,1 +4336464,2013,11,1,1 +4336464,2014,1,1,1 +4336464,2014,2,2,1 +4336464,2014,4,2,1 +4336464,2014,5,2,1 +4336464,2014,10,1,1 +4336464,2014,12,1,1 +4336464,2015,1,2,1 +4336464,2015,2,1,1 +4336464,2015,4,1,1 +4336464,2015,5,2,1 +4336464,2015,6,1,1 +4336464,2015,8,3,1 +4336464,2015,9,1,1 +4336464,2016,4,2,1 +4336464,2016,5,4,1 +4336464,2016,7,2,1 +4336464,2016,8,3,1 +4336464,2016,9,2,1 +4336464,2016,10,3,1 +4336464,2016,11,1,1 +4336464,2016,12,4,1 +4336464,2017,1,1,1 +4336464,2017,2,1,1 +4336464,2017,5,1,1 +4336464,2017,8,4,1 +4336464,2017,9,3,1 +4336464,2017,10,1,1 +4336464,2017,12,4,1 +4336464,2018,2,1,1 +4336464,2018,3,3,1 +4336464,2018,4,1,1 +4336464,2018,5,1,2 +4336464,2018,6,3,1 +4336464,2018,7,4,1.25 +4336464,2018,8,2,1 +4336464,2018,9,1,2 +4336464,2018,11,2,1 +4336464,2018,12,1,1 +4336464,2019,1,1,1 +4336464,2019,3,2,1 +4336464,2019,4,1,1 +4336464,2019,5,2,1 +4336464,2019,6,2,1 +4336464,2019,7,2,1 +4336464,2019,8,2,1 +4336464,2019,9,1,1 +4336464,2019,10,3,1 +4336464,2019,11,1,1 +4336464,2019,12,4,1 +4336464,2020,1,3,1.3333333333333333 +4336464,2020,3,1,1 +4336464,2020,4,3,1 +4336464,2020,7,3,1 +4336464,2020,8,2,1 +4336464,2020,9,1,1 +4336464,2020,11,2,1 +4336464,2020,12,2,1 +4336464,2021,1,2,1 +4336464,2021,4,2,1 +4336464,2021,6,2,1 +4336464,2021,7,2,1 +4336464,2021,8,3,1 +4336464,2021,9,3,1 +4336464,2021,10,2,1 +4336464,2021,11,4,1 +4336464,2021,12,1,1 +4336464,2022,2,2,1 +4336464,2022,3,1,1 +4336464,2022,4,3,1 +4336464,2022,5,1,1 +4336464,2022,6,1,1 +4336464,2022,7,2,1 +4336464,2022,8,2,1 +4336464,2022,9,1,1 +4336464,2022,10,2,1 +4336464,2022,11,1,1 +4336464,2022,12,2,1 +4336464,2023,1,3,1 +4336464,2023,2,2,1 +4336464,2023,4,2,1 +4336464,2023,5,1,1 +4353713,2018,1,1,1 +4353713,2019,2,1,1 +4353713,2021,7,1,1 +4353717,2016,10,1,1 +4353717,2021,5,1,1 +4353717,2022,12,1,1 +4353843,2002,3,1,1 +4353843,2015,9,1,1 +4353843,2021,9,1,1 +4353843,2021,10,1,1 +4353843,2021,12,1,1 +4353843,2023,4,1,1 +4354252,2018,1,1,1 +4354252,2019,8,1,1 +4354252,2020,8,1,1 +4354252,2021,2,1,1 +4354252,2021,6,1,1 +4354252,2021,11,1,1 +19018935,1970,3,1,1 +19018935,1970,9,1,2 +19018935,1971,9,1,1 +19018935,1974,10,1,1 +19018935,1975,7,1,2 +19018935,1975,12,2,2 +19018935,1977,5,2,4 +19018935,1977,6,1,2 +19018935,1977,7,1,1 +19018935,1978,12,1,2 +19018935,1979,4,2,1.5 +19018935,1979,11,1,2 +19018935,1980,3,1,1 +19018935,1980,11,1,1 +19018935,1981,3,1,5 +19018935,1981,4,1,2 +19018935,1981,7,1,4 +19018935,1981,12,1,1 +19018935,1982,6,1,11 +19018935,1982,8,1,2 +19018935,1982,12,2,2 +19018935,1983,1,1,2 +19018935,1983,7,2,1 +19018935,1983,12,2,15 +19018935,1984,2,1,1 +19018935,1984,3,1,1 +19018935,1984,5,1,1 +19018935,1984,7,1,2 +19018935,1984,8,1,1 +19018935,1984,10,1,1 +19018935,1984,11,1,3 +19018935,1984,12,1,17 +19018935,1985,3,1,2 +19018935,1985,4,1,2 +19018935,1985,5,1,3 +19018935,1985,6,1,2 +19018935,1986,4,1,2 +19018935,1986,5,1,1 +19018935,1986,9,1,1 +19018935,1986,11,1,1 +19018935,1987,1,2,3 +19018935,1987,5,3,3 +19018935,1987,10,1,2 +19018935,1987,11,1,1 +19018935,1988,1,1,2 +19018935,1988,6,1,1 +19018935,1989,4,1,1 +19018935,1989,5,1,2 +19018935,1989,6,1,3 +19018935,1989,7,1,1 +19018935,1989,10,1,1 +19018935,1990,1,2,3.5 +19018935,1990,2,1,2 +19018935,1990,5,3,1.6666666666666667 +19018935,1990,6,2,2 +19018935,1990,8,1,2 +19018935,1990,12,2,4 +19018935,1991,1,1,1 +19018935,1991,2,1,2 +19018935,1991,3,1,2 +19018935,1991,4,1,1 +19018935,1991,5,1,15 +19018935,1991,6,2,2.5 +19018935,1991,7,1,2 +19018935,1991,8,4,2.75 +19018935,1991,10,2,2.5 +19018935,1992,1,1,2 +19018935,1992,3,1,4 +19018935,1992,7,1,3 +19018935,1992,8,2,1.5 +19018935,1992,9,2,1 +19018935,1992,10,1,2 +19018935,1993,1,1,1 +19018935,1993,2,2,2 +19018935,1993,5,1,2 +19018935,1993,6,1,6 +19018935,1993,7,1,1 +19018935,1993,10,2,2 +19018935,1993,11,1,1 +19018935,1994,3,1,2 +19018935,1994,4,1,2 +19018935,1994,6,2,1.5 +19018935,1994,8,1,1 +19018935,1994,9,1,1 +19018935,1994,12,2,5 +19018935,1995,3,1,2 +19018935,1995,6,1,2 +19018935,1995,7,1,5 +19018935,1995,9,2,1 +19018935,1995,11,1,2 +19018935,1995,12,3,1.6666666666666667 +19018935,1996,3,1,2 +19018935,1996,6,2,2 +19018935,1996,7,1,2 +19018935,1996,8,1,1 +19018935,1996,10,3,2.3333333333333335 +19018935,1996,12,1,2 +19018935,1997,1,1,2 +19018935,1997,5,3,1.6666666666666667 +19018935,1997,6,2,2 +19018935,1997,8,2,1.5 +19018935,1997,9,5,2 +19018935,1997,10,1,2 +19018935,1998,2,3,1.3333333333333333 +19018935,1998,3,2,5 +19018935,1998,4,2,2 +19018935,1998,6,2,2.5 +19018935,1998,8,3,2.6666666666666665 +19018935,1998,10,1,2 +19018935,1998,11,1,1 +19018935,1998,12,1,2 +19018935,1999,2,1,1 +19018935,1999,4,1,2 +19018935,1999,5,2,3.5 +19018935,1999,6,1,2 +19018935,1999,7,2,3 +19018935,1999,9,1,1 +19018935,1999,11,2,2.5 +19018935,2000,1,2,1.5 +19018935,2000,2,4,2.25 +19018935,2000,3,5,1.6 +19018935,2000,6,2,1 +19018935,2000,7,1,2 +19018935,2000,8,2,1.5 +19018935,2000,10,1,2 +19018935,2000,11,3,1 +19018935,2000,12,1,1 +19018935,2001,2,1,2 +19018935,2001,4,2,2.5 +19018935,2001,6,4,1.5 +19018935,2001,7,2,2 +19018935,2001,9,1,1 +19018935,2001,10,1,2 +19018935,2001,12,1,2 +19018935,2002,1,3,1.6666666666666667 +19018935,2002,2,1,1 +19018935,2002,3,3,1.6666666666666667 +19018935,2002,5,3,4.666666666666667 +19018935,2002,6,3,1.6666666666666667 +19018935,2002,7,1,1 +19018935,2002,8,1,2 +19018935,2002,9,1,1 +19018935,2002,12,4,1.75 +19018935,2003,1,3,2 +19018935,2003,2,4,1.5 +19018935,2003,5,4,1.75 +19018935,2003,6,3,2.6666666666666665 +19018935,2003,8,2,2 +19018935,2003,9,2,2 +19018935,2003,10,1,2 +19018935,2003,11,1,2 +19018935,2003,12,1,2 +19018935,2004,1,3,1.3333333333333333 +19018935,2004,2,1,3 +19018935,2004,3,2,2 +19018935,2004,4,2,1.5 +19018935,2004,5,2,2 +19018935,2004,6,1,2 +19018935,2004,7,3,4.333333333333333 +19018935,2004,8,3,2.6666666666666665 +19018935,2004,10,2,3.5 +19018935,2004,11,2,4 +19018935,2004,12,2,1.5 +19018935,2005,1,1,3 +19018935,2005,2,1,2 +19018935,2005,3,3,2.6666666666666665 +19018935,2005,4,2,2 +19018935,2005,5,1,1 +19018935,2005,6,1,25 +19018935,2005,7,1,2 +19018935,2005,9,3,2.6666666666666665 +19018935,2005,10,1,1 +19018935,2005,12,2,2 +19018935,2006,1,2,1.5 +19018935,2006,2,2,1 +19018935,2006,3,1,2 +19018935,2006,4,4,2 +19018935,2006,6,1,2 +19018935,2006,7,2,1 +19018935,2006,8,1,2 +19018935,2006,9,3,2 +19018935,2006,10,2,1.5 +19018935,2006,11,1,1 +19018935,2006,12,2,1.5 +19018935,2007,2,2,1.5 +19018935,2007,3,1,2 +19018935,2007,4,3,1.6666666666666667 +19018935,2007,6,3,1.6666666666666667 +19018935,2007,9,1,1 +19018935,2007,10,2,2.5 +19018935,2007,11,2,1.5 +19018935,2007,12,4,1.75 +19018935,2008,1,1,1 +19018935,2008,2,1,1 +19018935,2008,3,4,1.25 +19018935,2008,5,3,2.3333333333333335 +19018935,2008,6,1,1 +19018935,2008,7,2,2 +19018935,2008,8,2,1.5 +19018935,2008,9,2,1.5 +19018935,2008,10,2,2 +19018935,2008,11,1,1 +19018935,2009,1,5,1.8 +19018935,2009,2,1,1 +19018935,2009,3,4,1.75 +19018935,2009,4,4,1.75 +19018935,2009,5,1,1 +19018935,2009,6,2,9.5 +19018935,2009,7,2,3 +19018935,2009,8,2,1 +19018935,2009,9,4,2 +19018935,2009,10,2,3 +19018935,2009,11,2,1.5 +19018935,2009,12,3,3.6666666666666665 +19018935,2010,1,1,1 +19018935,2010,2,3,1.6666666666666667 +19018935,2010,3,1,2 +19018935,2010,4,2,1 +19018935,2010,5,4,2 +19018935,2010,6,2,2.5 +19018935,2010,7,1,1 +19018935,2010,9,3,2 +19018935,2010,10,2,1 +19018935,2010,11,1,2 +19018935,2011,1,6,1.5 +19018935,2011,2,1,1 +19018935,2011,3,1,2 +19018935,2011,4,2,1 +19018935,2011,5,1,2 +19018935,2011,6,2,2.5 +19018935,2011,7,4,1.75 +19018935,2011,8,2,1.5 +19018935,2011,9,4,2.25 +19018935,2011,10,3,1.3333333333333333 +19018935,2011,11,1,1 +19018935,2011,12,2,1 +19018935,2012,1,3,1.3333333333333333 +19018935,2012,2,1,2 +19018935,2012,3,2,1.5 +19018935,2012,4,3,1.3333333333333333 +19018935,2012,5,2,2 +19018935,2012,6,1,2 +19018935,2012,7,2,2.5 +19018935,2012,8,1,1 +19018935,2012,9,5,1.2 +19018935,2012,10,2,1.5 +19018935,2012,11,2,1.5 +19018935,2012,12,5,2 +19018935,2013,2,2,1.5 +19018935,2013,3,3,2 +19018935,2013,4,2,1.5 +19018935,2013,6,2,1.5 +19018935,2013,7,2,1.5 +19018935,2013,8,1,1 +19018935,2013,9,1,2 +19018935,2013,10,3,3.6666666666666665 +19018935,2013,11,2,2 +19018935,2013,12,3,2 +19018935,2014,1,2,2 +19018935,2014,2,4,9 +19018935,2014,3,1,1 +19018935,2014,4,2,19 +19018935,2014,5,3,1.6666666666666667 +19018935,2014,6,2,1.5 +19018935,2014,7,6,2.3333333333333335 +19018935,2014,8,6,2 +19018935,2014,9,1,1 +19018935,2014,10,1,2 +19018935,2014,11,3,1.6666666666666667 +19018935,2014,12,4,2.5 +19018935,2015,1,2,2 +19018935,2015,2,3,2 +19018935,2015,3,6,6.5 +19018935,2015,4,2,1.5 +19018935,2015,5,5,3.8 +19018935,2015,6,2,2 +19018935,2015,7,4,2.5 +19018935,2015,8,1,1 +19018935,2015,9,5,2 +19018935,2015,10,2,1.5 +19018935,2015,11,3,3.6666666666666665 +19018935,2015,12,1,1 +19018935,2016,1,4,2.25 +19018935,2016,2,2,2 +19018935,2016,3,1,3 +19018935,2016,4,2,3 +19018935,2016,5,6,3 +19018935,2016,6,3,1.3333333333333333 +19018935,2016,7,3,1.6666666666666667 +19018935,2016,8,4,1.5 +19018935,2016,9,1,2 +19018935,2016,10,2,1.5 +19018935,2016,12,1,2 +19018935,2017,1,2,1 +19018935,2017,2,1,2 +19018935,2017,3,4,1.75 +19018935,2017,4,3,2 +19018935,2017,5,4,1.25 +19018935,2017,6,5,3 +19018935,2017,8,4,2.25 +19018935,2017,9,1,2 +19018935,2017,10,4,1.75 +19018935,2017,11,3,4.333333333333333 +19018935,2017,12,2,2 +19018935,2018,1,1,1 +19018935,2018,2,2,1.5 +19018935,2018,3,5,2.2 +19018935,2018,4,4,1.25 +19018935,2018,5,1,2 +19018935,2018,6,2,2 +19018935,2018,7,2,2 +19018935,2018,8,7,4.428571428571429 +19018935,2018,9,1,1 +19018935,2018,10,4,1.75 +19018935,2018,11,3,1.3333333333333333 +19018935,2018,12,4,1.5 +19018935,2019,1,3,1.6666666666666667 +19018935,2019,2,2,2 +19018935,2019,3,2,1.5 +19018935,2019,4,2,3 +19018935,2019,5,4,4.25 +19018935,2019,6,3,2.3333333333333335 +19018935,2019,7,3,1.3333333333333333 +19018935,2019,8,4,1.25 +19018935,2019,9,3,10 +19018935,2019,10,4,2 +19018935,2019,11,2,1 +19018935,2019,12,2,2.5 +19018935,2020,1,6,3.6666666666666665 +19018935,2020,2,1,1 +19018935,2020,3,2,1.5 +19018935,2020,4,1,2 +19018935,2020,5,3,3.6666666666666665 +19018935,2020,6,5,2.8 +19018935,2020,7,2,3 +19018935,2020,8,7,2.142857142857143 +19018935,2020,9,2,1.5 +19018935,2020,10,4,1.75 +19018935,2020,11,5,2 +19018935,2020,12,5,2.6 +19018935,2021,1,3,2 +19018935,2021,2,1,2 +19018935,2021,3,3,2 +19018935,2021,4,3,2.6666666666666665 +19018935,2021,5,4,1.75 +19018935,2021,6,1,5 +19018935,2021,7,6,5.833333333333333 +19018935,2021,8,2,2.5 +19018935,2021,9,3,1.3333333333333333 +19018935,2021,10,4,2 +19018935,2021,11,3,1.6666666666666667 +19018935,2021,12,3,1.3333333333333333 +19018935,2022,1,4,1.25 +19018935,2022,2,8,2.5 +19018935,2022,3,4,1.5 +19018935,2022,4,7,1.8571428571428572 +19018935,2022,5,7,1.7142857142857142 +19018935,2022,6,3,2.3333333333333335 +19018935,2022,7,5,3.4 +19018935,2022,8,4,2 +19018935,2022,9,2,1.5 +19018935,2022,10,6,2 +19018935,2022,11,2,2.5 +19018935,2022,12,4,1.75 +19018935,2023,1,1,1 +19018935,2023,2,3,1.6666666666666667 +19018935,2023,3,3,1.3333333333333333 +19018935,2023,4,4,2.75 +19018935,2023,5,3,1.6666666666666667 +19018935,2023,6,2,2 +19075601,1997,1,22,2.227272727272727 +19075601,1997,2,21,2.238095238095238 +19075601,1997,3,17,1.8823529411764706 +19075601,1997,4,24,2.1666666666666665 +19075601,1997,5,19,1.736842105263158 +19075601,1997,6,20,1.95 +19075601,1997,7,31,2.4838709677419355 +19075601,1997,8,18,2 +19075601,1997,9,30,1.8666666666666667 +19075601,1997,10,27,1.5925925925925926 +19075601,1997,11,25,2.16 +19075601,1997,12,18,2 +19075601,1998,1,9,2.111111111111111 +19075601,1998,2,3,1.6666666666666667 +19075601,1998,3,6,1.6666666666666667 +19075601,1998,4,4,1.5 +19075601,1998,5,2,1 +19075601,1998,6,3,2.3333333333333335 +19075601,1998,7,2,1.5 +19075601,1998,8,5,2.2 +19075601,1998,9,5,1.6 +19075601,1998,10,5,1.6 +19075601,1998,11,3,1.3333333333333333 +19075601,1998,12,4,1.25 +19075601,1999,1,7,6 +19075601,1999,2,2,1.5 +19075601,1999,3,3,2.3333333333333335 +19075601,1999,4,2,4 +19075601,1999,5,6,1.8333333333333333 +19075601,1999,6,7,3 +19075601,1999,7,1,2 +19075601,1999,8,5,1.4 +19075601,1999,9,3,2.6666666666666665 +19075601,1999,10,4,9 +19075601,1999,11,4,1.5 +19075601,1999,12,7,1.4285714285714286 +19075601,2000,1,4,3.25 +19075601,2000,3,3,2 +19075601,2000,4,2,1 +19075601,2000,5,3,2.3333333333333335 +19075601,2000,6,5,1.6 +19075601,2000,7,3,1.6666666666666667 +19075601,2000,8,2,1.5 +19075601,2000,9,2,1 +19075601,2000,10,5,1.4 +19075601,2000,11,4,1.75 +19075601,2000,12,6,4.666666666666667 +19075601,2001,1,5,1.6 +19075601,2001,2,4,1.5 +19075601,2001,3,1,1 +19075601,2001,4,7,1.1428571428571428 +19075601,2001,5,6,2.1666666666666665 +19075601,2001,6,3,3.3333333333333335 +19075601,2001,7,7,2.142857142857143 +19075601,2001,8,4,1.5 +19075601,2001,9,4,1.25 +19075601,2001,10,3,2 +19075601,2001,11,4,7.25 +19075601,2001,12,9,1.6666666666666667 +19075601,2002,1,2,1 +19075601,2002,3,6,1.3333333333333333 +19075601,2002,4,4,1.75 +19075601,2002,5,7,1.8571428571428572 +19075601,2002,6,2,1.5 +19075601,2002,7,11,1.3636363636363635 +19075601,2002,8,4,1 +19075601,2002,9,2,1 +19075601,2002,10,4,1 +19075601,2002,11,4,1.25 +19075601,2002,12,6,1.8333333333333333 +19075601,2003,1,4,2.5 +19075601,2003,2,4,1 +19075601,2003,3,4,1.5 +19075601,2003,4,3,3.6666666666666665 +19075601,2003,5,5,1.4 +19075601,2003,6,2,1.5 +19075601,2003,7,6,2.6666666666666665 +19075601,2003,8,2,3 +19075601,2003,9,7,1.2857142857142858 +19075601,2003,10,10,1.4 +19075601,2003,11,7,1.5714285714285714 +19075601,2003,12,6,2 +19075601,2004,1,6,1.1666666666666667 +19075601,2004,2,5,1.2 +19075601,2004,3,6,1.6666666666666667 +19075601,2004,4,2,1 +19075601,2004,5,4,1.25 +19075601,2004,6,7,2.2857142857142856 +19075601,2004,7,8,1.5 +19075601,2004,8,4,1.25 +19075601,2004,9,2,1.5 +19075601,2004,10,2,1 +19075601,2004,11,3,3.3333333333333335 +19075601,2004,12,4,2.25 +19075601,2005,2,10,1.8 +19075601,2005,3,3,1.3333333333333333 +19075601,2005,4,8,1.25 +19075601,2005,5,3,1.6666666666666667 +19075601,2005,6,9,2 +19075601,2005,8,4,1.25 +19075601,2005,9,5,2.4 +19075601,2005,10,6,1.1666666666666667 +19075601,2005,11,8,1.875 +19075601,2005,12,2,1 +19075601,2006,1,7,1.5714285714285714 +19075601,2006,2,6,1.5 +19075601,2006,3,2,2 +19075601,2006,4,1,1 +19075601,2006,5,7,1.7142857142857142 +19075601,2006,6,8,4.75 +19075601,2006,7,3,2 +19075601,2006,8,6,1.1666666666666667 +19075601,2006,9,2,2 +19075601,2006,10,6,1.1666666666666667 +19075601,2006,11,2,2 +19075601,2006,12,7,1.4285714285714286 +19075601,2007,1,8,1.75 +19075601,2007,2,3,1 +19075601,2007,3,8,2.625 +19075601,2007,4,8,2.875 +19075601,2007,5,9,1.6666666666666667 +19075601,2007,6,5,1.4 +19075601,2007,7,6,1.3333333333333333 +19075601,2007,8,5,2.8 +19075601,2007,9,7,4.142857142857143 +19075601,2007,10,1,2 +19075601,2007,11,5,4.4 +19075601,2007,12,3,1.3333333333333333 +19075601,2008,1,3,1 +19075601,2008,2,3,1.3333333333333333 +19075601,2008,3,5,1.4 +19075601,2008,4,5,1.2 +19075601,2008,5,4,1.75 +19075601,2008,6,5,1.4 +19075601,2008,7,5,2 +19075601,2008,8,6,1.6666666666666667 +19075601,2008,9,6,2 +19075601,2008,10,10,1.5 +19075601,2008,11,8,1.25 +19075601,2008,12,1,2 +19075601,2009,1,3,1.6666666666666667 +19075601,2009,2,4,2 +19075601,2009,3,3,1 +19075601,2009,4,4,1.75 +19075601,2009,5,3,1.3333333333333333 +19075601,2009,6,6,1.3333333333333333 +19075601,2009,7,4,1.5 +19075601,2009,8,4,2 +19075601,2009,9,8,1.75 +19075601,2009,10,4,1 +19075601,2009,11,2,3.5 +19075601,2009,12,4,1.5 +19075601,2010,2,4,1.25 +19075601,2010,3,7,1.5714285714285714 +19075601,2010,4,2,2 +19075601,2010,5,2,1.5 +19075601,2010,6,8,1.75 +19075601,2010,7,5,1.4 +19075601,2010,8,6,1.3333333333333333 +19075601,2010,9,8,1.375 +19075601,2010,10,5,1.6 +19075601,2010,11,5,2.6 +19075601,2010,12,9,1.2222222222222223 +19075601,2011,1,9,1.1111111111111112 +19075601,2011,2,2,1 +19075601,2011,3,5,1.2 +19075601,2011,4,1,1 +19075601,2011,5,7,1.1428571428571428 +19075601,2011,6,3,1 +19075601,2011,7,11,1.7272727272727273 +19075601,2011,8,4,1.25 +19075601,2011,9,9,1.4444444444444444 +19075601,2011,10,4,1.5 +19075601,2011,11,3,3 +19075601,2011,12,7,1.4285714285714286 +19075601,2012,1,8,1.5 +19075601,2012,2,2,6 +19075601,2012,3,6,1.5 +19075601,2012,4,5,1.2 +19075601,2012,5,5,1.8 +19075601,2012,6,4,1.25 +19075601,2012,7,9,1.4444444444444444 +19075601,2012,8,8,1.75 +19075601,2012,9,8,2.5 +19075601,2012,10,7,1.2857142857142858 +19075601,2012,11,5,5.8 +19075601,2012,12,6,1.8333333333333333 +19075601,2013,1,5,1.6 +19075601,2013,2,2,2.5 +19075601,2013,3,10,2 +19075601,2013,4,7,1.4285714285714286 +19075601,2013,5,4,2.25 +19075601,2013,6,9,1.4444444444444444 +19075601,2013,7,7,1.1428571428571428 +19075601,2013,8,6,1.5 +19075601,2013,9,6,1.3333333333333333 +19075601,2013,10,6,2.3333333333333335 +19075601,2013,11,6,1.1666666666666667 +19075601,2013,12,7,1.4285714285714286 +19075601,2014,1,11,1.3636363636363635 +19075601,2014,2,4,1.5 +19075601,2014,3,4,1.75 +19075601,2014,4,10,1.4 +19075601,2014,5,10,1.4 +19075601,2014,6,5,1.6 +19075601,2014,7,4,1 +19075601,2014,8,4,1.25 +19075601,2014,9,8,1.5 +19075601,2014,10,9,1.4444444444444444 +19075601,2014,11,10,2.1 +19075601,2014,12,5,3.2 +19075601,2015,1,10,1.7 +19075601,2015,2,6,1.3333333333333333 +19075601,2015,3,12,1.5833333333333333 +19075601,2015,4,12,4.333333333333333 +19075601,2015,5,12,1.25 +19075601,2015,6,8,1.375 +19075601,2015,7,11,1.3636363636363635 +19075601,2015,8,13,1.6153846153846154 +19075601,2015,9,5,2 +19075601,2015,10,11,1.5454545454545454 +19075601,2015,11,10,2.4 +19075601,2015,12,5,1 +19075601,2016,1,6,1.3333333333333333 +19075601,2016,2,10,1.3 +19075601,2016,3,5,2 +19075601,2016,4,10,1.2 +19075601,2016,5,11,1.2727272727272727 +19075601,2016,6,6,2.5 +19075601,2016,7,7,1.4285714285714286 +19075601,2016,8,9,1.4444444444444444 +19075601,2016,9,9,1.3333333333333333 +19075601,2016,10,11,1.1818181818181819 +19075601,2016,11,8,1.5 +19075601,2016,12,10,1.3 +19075601,2017,1,9,2.111111111111111 +19075601,2017,2,5,1.6 +19075601,2017,3,7,2.5714285714285716 +19075601,2017,4,10,1.1 +19075601,2017,5,6,1 +19075601,2017,6,9,1.2222222222222223 +19075601,2017,7,9,1.6666666666666667 +19075601,2017,8,13,1.4615384615384615 +19075601,2017,9,12,1.0833333333333333 +19075601,2017,10,7,1.8571428571428572 +19075601,2017,11,11,1.6363636363636365 +19075601,2017,12,13,1.3076923076923077 +19075601,2018,1,13,1.8461538461538463 +19075601,2018,2,9,2.111111111111111 +19075601,2018,3,11,1.5454545454545454 +19075601,2018,4,11,2.3636363636363638 +19075601,2018,5,11,1.5454545454545454 +19075601,2018,6,11,1.1818181818181819 +19075601,2018,7,9,1.3333333333333333 +19075601,2018,8,8,1.75 +19075601,2018,9,16,1.625 +19075601,2018,10,8,1.375 +19075601,2018,11,13,1.4615384615384615 +19075601,2018,12,14,1.3571428571428572 +19075601,2019,1,10,1.2 +19075601,2019,2,12,1.5833333333333333 +19075601,2019,3,12,2.5 +19075601,2019,4,9,1.3333333333333333 +19075601,2019,5,12,2.3333333333333335 +19075601,2019,6,5,1.2 +19075601,2019,7,19,1.263157894736842 +19075601,2019,8,10,1.5 +19075601,2019,9,7,1.4285714285714286 +19075601,2019,10,17,1.411764705882353 +19075601,2019,11,6,1.5 +19075601,2019,12,17,1.4705882352941178 +19075601,2020,1,9,1.3333333333333333 +19075601,2020,2,11,2 +19075601,2020,3,8,2.25 +19075601,2020,4,10,1.2 +19075601,2020,5,8,1.75 +19075601,2020,6,8,3 +19075601,2020,7,12,1.5 +19075601,2020,8,13,1.4615384615384615 +19075601,2020,9,12,1.4166666666666667 +19075601,2020,10,7,1.4285714285714286 +19075601,2020,11,12,1.1666666666666667 +19075601,2020,12,7,1.8571428571428572 +19075601,2021,1,11,1.5454545454545454 +19075601,2021,2,7,1.4285714285714286 +19075601,2021,3,12,2.3333333333333335 +19075601,2021,4,5,1.2 +19075601,2021,5,14,1.3571428571428572 +19075601,2021,6,10,1.1 +19075601,2021,7,7,1 +19075601,2021,8,14,1.0714285714285714 +19075601,2021,9,7,1 +19075601,2021,10,8,1.25 +19075601,2021,11,10,1.8 +19075601,2021,12,10,1.5 +19075601,2022,1,1,1 +19075601,2022,2,15,1.6 +19075601,2022,3,15,1.8 +19075601,2022,4,13,1.2307692307692308 +19075601,2022,5,12,1.0833333333333333 +19075601,2022,6,13,1.5384615384615385 +19075601,2022,7,10,1.1 +19075601,2022,8,14,1.3571428571428572 +19075601,2022,9,7,1.5714285714285714 +19075601,2022,10,12,1.1666666666666667 +19075601,2022,11,11,1.8181818181818181 +19075601,2022,12,12,1.1666666666666667 +19075601,2023,1,15,1.8 +19075601,2023,2,6,1.5 +19075601,2023,3,7,2.5714285714285716 +19075601,2023,4,18,1.3333333333333333 +19075601,2023,5,12,1.4166666666666667 +19075601,2023,6,4,1.75 +19126352,1933,3,1,2 +19126352,1933,6,1,2 +19126352,1934,6,1,1 +19126352,1934,12,1,2 +19126352,1935,10,1,2 +19126352,1935,11,1,6 +19126352,1939,3,1,2 +19126352,1939,10,1,1 +19126352,1940,8,1,2 +19126352,1941,3,1,3 +19126352,1941,4,1,2 +19126352,1942,12,1,1 +19126352,1943,3,1,6 +19126352,1943,4,1,5 +19126352,1943,8,2,1.5 +19126352,1943,10,1,2 +19126352,1944,8,1,2 +19126352,1945,10,1,2 +19126352,1946,11,1,2 +19126352,1947,3,1,2 +19126352,1947,7,1,1 +19126352,1948,2,1,2 +19126352,1948,7,1,1 +19126352,1948,10,1,2 +19126352,1950,3,1,1 +19126352,1950,7,1,1 +19126352,1950,12,1,1 +19126352,1951,3,1,1 +19126352,1951,5,1,1 +19126352,1951,10,3,2.6666666666666665 +19126352,1952,2,2,1 +19126352,1952,3,1,2 +19126352,1952,9,1,1 +19126352,1952,12,1,5 +19126352,1953,3,1,1 +19126352,1953,10,1,1 +19126352,1954,5,1,2 +19126352,1954,6,1,2 +19126352,1954,9,1,5 +19126352,1954,10,1,1 +19126352,1954,12,1,2 +19126352,1955,3,1,2 +19126352,1955,4,1,2 +19126352,1955,6,2,1 +19126352,1955,8,1,1 +19126352,1955,9,1,2 +19126352,1956,1,1,1 +19126352,1957,11,2,1 +19126352,1958,1,1,1 +19126352,1958,3,1,3 +19126352,1958,4,1,1 +19126352,1958,6,1,3 +19126352,1958,12,1,1 +19126352,1959,5,1,1 +19126352,1959,6,2,4 +19126352,1960,7,1,1 +19126352,1960,9,1,2 +19126352,1960,11,1,2 +19126352,1960,12,2,3 +19126352,1961,2,2,1 +19126352,1961,8,1,2 +19126352,1962,3,1,1 +19126352,1962,4,1,2 +19126352,1962,11,1,1 +19126352,1963,3,1,1 +19126352,1963,5,2,1 +19126352,1963,6,2,1.5 +19126352,1963,7,1,6 +19126352,1963,10,1,1 +19126352,1964,5,1,4 +19126352,1964,6,2,1 +19126352,1964,10,3,1.3333333333333333 +19126352,1964,11,1,1 +19126352,1965,3,1,2 +19126352,1965,7,3,1.3333333333333333 +19126352,1965,8,1,1 +19126352,1965,9,2,2 +19126352,1966,7,1,1 +19126352,1966,12,2,1.5 +19126352,1967,1,1,1 +19126352,1967,3,2,2 +19126352,1967,5,1,4 +19126352,1967,7,1,2 +19126352,1967,8,1,1 +19126352,1967,9,1,2 +19126352,1967,11,2,3 +19126352,1968,2,1,2 +19126352,1968,3,1,1 +19126352,1968,4,1,1 +19126352,1968,6,2,1 +19126352,1968,7,1,1 +19126352,1968,8,1,3 +19126352,1968,12,1,1 +19126352,1969,1,1,1 +19126352,1969,3,1,2 +19126352,1969,5,1,2 +19126352,1969,6,3,3.6666666666666665 +19126352,1969,7,1,1 +19126352,1969,8,2,14 +19126352,1969,10,1,2 +19126352,1969,11,1,1 +19126352,1970,1,1,1 +19126352,1970,5,3,2.3333333333333335 +19126352,1970,7,1,1 +19126352,1970,9,1,2 +19126352,1970,10,1,2 +19126352,1970,12,1,2 +19126352,1971,3,1,1 +19126352,1971,4,1,3 +19126352,1971,5,1,2 +19126352,1971,9,3,1.6666666666666667 +19126352,1971,11,1,3 +19126352,1972,4,2,2 +19126352,1972,9,1,1 +19126352,1972,10,1,3 +19126352,1973,5,1,1 +19126352,1973,7,1,2 +19126352,1973,8,2,1.5 +19126352,1973,9,1,1 +19126352,1974,1,2,1 +19126352,1974,3,2,1 +19126352,1974,5,1,1 +19126352,1974,7,1,1 +19126352,1974,9,1,4 +19126352,1974,10,2,2.5 +19126352,1975,2,1,24 +19126352,1975,3,1,1 +19126352,1975,9,1,1 +19126352,1975,11,2,1 +19126352,1975,12,1,2 +19126352,1976,1,1,1 +19126352,1976,2,1,1 +19126352,1976,3,1,1 +19126352,1976,5,1,2 +19126352,1976,6,1,1 +19126352,1976,7,1,1 +19126352,1976,8,1,2 +19126352,1976,10,3,1 +19126352,1977,1,2,2 +19126352,1977,3,1,4 +19126352,1977,5,1,1 +19126352,1977,10,1,1 +19126352,1978,6,2,2.5 +19126352,1978,10,1,2 +19126352,1978,11,2,1 +19126352,1979,5,1,1 +19126352,1979,8,1,5 +19126352,1979,11,1,1 +19126352,1979,12,2,1.5 +19126352,1980,2,4,1.25 +19126352,1980,4,2,3 +19126352,1980,5,2,8.5 +19126352,1980,6,2,1 +19126352,1980,7,2,1 +19126352,1980,8,1,1 +19126352,1980,11,1,1 +19126352,1981,1,2,1.5 +19126352,1981,3,1,4 +19126352,1981,4,1,1 +19126352,1981,6,1,2 +19126352,1981,7,1,2 +19126352,1981,8,2,1.5 +19126352,1981,10,1,2 +19126352,1981,11,1,2 +19126352,1982,1,2,1 +19126352,1982,2,1,2 +19126352,1982,4,3,2.6666666666666665 +19126352,1982,6,1,1 +19126352,1982,7,1,1 +19126352,1982,9,1,1 +19126352,1982,10,3,2 +19126352,1982,12,3,2 +19126352,1983,1,1,2 +19126352,1983,3,4,2 +19126352,1983,4,2,2 +19126352,1983,5,1,2 +19126352,1983,6,2,1 +19126352,1983,7,2,1.5 +19126352,1983,8,2,1.5 +19126352,1983,9,2,1.5 +19126352,1983,11,1,1 +19126352,1984,1,1,1 +19126352,1984,3,1,1 +19126352,1984,4,1,2 +19126352,1984,5,2,1.5 +19126352,1984,6,1,2 +19126352,1984,8,1,2 +19126352,1984,9,1,2 +19126352,1984,10,1,1 +19126352,1984,11,1,1 +19126352,1985,2,1,4 +19126352,1985,3,2,1 +19126352,1985,4,3,2 +19126352,1985,7,3,1 +19126352,1985,9,1,2 +19126352,1985,10,1,2 +19126352,1985,12,1,1 +19126352,1986,1,1,3 +19126352,1986,3,1,1 +19126352,1986,4,1,1 +19126352,1986,5,2,1.5 +19126352,1986,7,2,2 +19126352,1986,8,1,2 +19126352,1986,9,1,1 +19126352,1986,11,1,2 +19126352,1986,12,3,1.3333333333333333 +19126352,1987,1,3,2 +19126352,1987,2,2,1.5 +19126352,1987,3,1,1 +19126352,1987,4,3,1 +19126352,1987,5,3,1.3333333333333333 +19126352,1987,6,2,2.5 +19126352,1987,7,2,1.5 +19126352,1987,8,1,2 +19126352,1987,9,1,2 +19126352,1987,10,2,1 +19126352,1988,2,3,1.6666666666666667 +19126352,1988,3,3,1 +19126352,1988,4,1,2 +19126352,1988,5,2,3.5 +19126352,1988,7,1,1 +19126352,1988,8,2,1.5 +19126352,1988,10,1,1 +19126352,1988,11,2,2 +19126352,1988,12,1,1 +19126352,1989,3,5,1.4 +19126352,1989,4,2,2 +19126352,1989,5,2,1.5 +19126352,1989,7,2,3.5 +19126352,1989,8,2,2 +19126352,1989,9,1,2 +19126352,1989,10,3,1.6666666666666667 +19126352,1989,11,4,1.5 +19126352,1989,12,1,5 +19126352,1990,1,2,2.5 +19126352,1990,2,1,2 +19126352,1990,3,2,1 +19126352,1990,5,2,3.5 +19126352,1990,6,5,3 +19126352,1990,7,1,3 +19126352,1990,8,3,2 +19126352,1990,9,1,2 +19126352,1990,10,1,1 +19126352,1990,11,1,2 +19126352,1990,12,3,1.3333333333333333 +19126352,1991,2,1,1 +19126352,1991,3,1,2 +19126352,1991,5,1,2 +19126352,1991,6,3,3.6666666666666665 +19126352,1991,7,5,2.6 +19126352,1991,8,4,1.5 +19126352,1991,9,2,2 +19126352,1991,10,4,2.25 +19126352,1991,11,3,1.3333333333333333 +19126352,1991,12,5,1.6 +19126352,1992,1,2,1.5 +19126352,1992,3,3,2 +19126352,1992,4,1,2 +19126352,1992,5,1,5 +19126352,1992,6,4,2.75 +19126352,1992,7,3,1 +19126352,1992,8,1,1 +19126352,1992,9,2,1.5 +19126352,1992,10,1,2 +19126352,1992,11,1,4 +19126352,1992,12,1,2 +19126352,1993,1,2,3 +19126352,1993,2,1,1 +19126352,1993,3,2,3.5 +19126352,1993,4,2,1.5 +19126352,1993,5,2,2 +19126352,1993,6,2,2 +19126352,1993,7,4,1 +19126352,1993,8,2,1.5 +19126352,1993,9,4,1.75 +19126352,1993,10,2,1 +19126352,1993,11,2,1 +19126352,1994,1,1,1 +19126352,1994,2,3,2.6666666666666665 +19126352,1994,4,3,1.3333333333333333 +19126352,1994,6,1,1 +19126352,1994,7,2,1 +19126352,1994,8,2,2 +19126352,1994,9,7,1.4285714285714286 +19126352,1994,10,3,2.3333333333333335 +19126352,1994,11,5,2.2 +19126352,1994,12,4,2.25 +19126352,1995,1,3,3.3333333333333335 +19126352,1995,2,1,3 +19126352,1995,4,4,1.5 +19126352,1995,5,2,1.5 +19126352,1995,6,4,4.5 +19126352,1995,7,1,1 +19126352,1995,8,1,2 +19126352,1995,9,1,2 +19126352,1995,10,1,1 +19126352,1995,11,3,1 +19126352,1995,12,3,1.3333333333333333 +19126352,1996,1,3,2 +19126352,1996,2,2,1.5 +19126352,1996,4,3,1.6666666666666667 +19126352,1996,5,1,2 +19126352,1996,6,4,1.75 +19126352,1996,7,3,1.3333333333333333 +19126352,1996,8,4,1.25 +19126352,1996,9,4,2.5 +19126352,1996,10,4,1.25 +19126352,1996,11,5,1.6 +19126352,1996,12,3,1 +19126352,1997,1,4,2.25 +19126352,1997,2,4,1.5 +19126352,1997,3,1,3 +19126352,1997,4,1,4 +19126352,1997,5,3,1 +19126352,1997,6,2,2 +19126352,1997,7,5,1.8 +19126352,1997,9,4,1 +19126352,1997,10,1,1 +19126352,1997,11,1,3 +19126352,1997,12,2,1.5 +19126352,1998,1,4,1.5 +19126352,1998,2,3,1.6666666666666667 +19126352,1998,3,5,1.8 +19126352,1998,4,2,1 +19126352,1998,5,1,1 +19126352,1998,6,2,3 +19126352,1998,7,2,1.5 +19126352,1998,8,5,2.2 +19126352,1998,9,4,1.75 +19126352,1998,10,2,1.5 +19126352,1998,11,2,1.5 +19126352,1998,12,3,1.3333333333333333 +19126352,1999,1,6,6.833333333333333 +19126352,1999,2,2,1.5 +19126352,1999,3,2,2 +19126352,1999,4,1,7 +19126352,1999,5,5,2 +19126352,1999,6,3,5.666666666666667 +19126352,1999,7,1,2 +19126352,1999,8,4,1.5 +19126352,1999,9,2,3.5 +19126352,1999,10,3,11.666666666666666 +19126352,1999,11,3,1.3333333333333333 +19126352,1999,12,6,1.5 +19126352,2000,1,4,3.25 +19126352,2000,3,3,2 +19126352,2000,4,2,1 +19126352,2000,5,1,4 +19126352,2000,6,5,1.6 +19126352,2000,7,2,1.5 +19126352,2000,8,2,1.5 +19126352,2000,9,2,1 +19126352,2000,10,4,1.5 +19126352,2000,11,4,1.75 +19126352,2000,12,4,6.5 +19126352,2001,1,5,1.6 +19126352,2001,2,4,1.5 +19126352,2001,3,1,1 +19126352,2001,4,5,1.4 +19126352,2001,5,5,2.4 +19126352,2001,6,3,3.3333333333333335 +19126352,2001,7,6,2.3333333333333335 +19126352,2001,8,4,1.5 +19126352,2001,9,3,1.3333333333333333 +19126352,2001,10,3,2 +19126352,2001,11,3,9.333333333333334 +19126352,2001,12,6,2 +19126352,2002,1,2,1 +19126352,2002,3,5,1.4 +19126352,2002,4,4,1.75 +19126352,2002,5,6,2 +19126352,2002,6,1,2 +19126352,2002,7,10,1.4 +19126352,2002,8,3,1 +19126352,2002,9,1,1 +19126352,2002,10,3,1 +19126352,2002,11,3,1.3333333333333333 +19126352,2002,12,4,2.25 +19126352,2003,1,3,3 +19126352,2003,2,3,1 +19126352,2003,3,4,1.5 +19126352,2003,4,2,4 +19126352,2003,5,3,1.6666666666666667 +19126352,2003,6,2,1.5 +19126352,2003,7,4,3.5 +19126352,2003,8,1,5 +19126352,2003,9,6,1.3333333333333333 +19126352,2003,10,6,1.3333333333333333 +19126352,2003,11,5,1.4 +19126352,2003,12,4,1.75 +19126352,2004,1,3,1.3333333333333333 +19126352,2004,2,5,1.2 +19126352,2004,3,6,1.6666666666666667 +19126352,2004,4,1,1 +19126352,2004,5,4,1.25 +19126352,2004,6,7,2.142857142857143 +19126352,2004,7,6,1.6666666666666667 +19126352,2004,8,3,1 +19126352,2004,9,2,1.5 +19126352,2004,10,2,1 +19126352,2004,11,3,3.3333333333333335 +19126352,2004,12,4,2.25 +19126352,2005,2,9,1.8888888888888888 +19126352,2005,3,3,1.3333333333333333 +19126352,2005,4,8,1.25 +19126352,2005,5,2,2 +19126352,2005,6,7,2 +19126352,2005,8,5,1.2 +19126352,2005,9,5,2.4 +19126352,2005,10,3,1.3333333333333333 +19126352,2005,11,8,1.875 +19126352,2006,1,6,1.6666666666666667 +19126352,2006,2,5,1.4 +19126352,2006,3,2,2 +19126352,2006,4,1,1 +19126352,2006,5,5,2 +19126352,2006,6,6,6 +19126352,2006,7,3,2 +19126352,2006,8,4,1.25 +19126352,2006,9,1,2 +19126352,2006,10,5,1 +19126352,2006,11,1,3 +19126352,2006,12,4,1.75 +19126352,2007,1,6,1.6666666666666667 +19126352,2007,2,3,1 +19126352,2007,3,6,2.8333333333333335 +19126352,2007,4,7,3.142857142857143 +19126352,2007,5,5,1.8 +19126352,2007,6,4,1.5 +19126352,2007,7,6,1.3333333333333333 +19126352,2007,8,5,2.8 +19126352,2007,9,4,5.25 +19126352,2007,10,1,2 +19126352,2007,11,5,4.4 +19126352,2007,12,3,1.3333333333333333 +19126352,2008,1,3,1 +19126352,2008,2,3,1.3333333333333333 +19126352,2008,3,4,1.5 +19126352,2008,4,4,1.25 +19126352,2008,5,3,2 +19126352,2008,6,3,1.6666666666666667 +19126352,2008,7,4,2.25 +19126352,2008,8,2,1 +19126352,2008,9,5,2.2 +19126352,2008,10,8,1.625 +19126352,2008,11,3,1.3333333333333333 +19126352,2008,12,1,2 +19126352,2009,1,2,2 +19126352,2009,2,2,3 +19126352,2009,3,3,1 +19126352,2009,4,3,2 +19126352,2009,5,2,1.5 +19126352,2009,6,4,1.25 +19126352,2009,7,3,1.6666666666666667 +19126352,2009,8,3,1.3333333333333333 +19126352,2009,9,6,1.8333333333333333 +19126352,2009,10,3,1 +19126352,2009,11,2,3.5 +19126352,2009,12,1,2 +19126352,2010,2,3,1.3333333333333333 +19126352,2010,3,4,2 +19126352,2010,4,1,2 +19126352,2010,5,2,1.5 +19126352,2010,6,6,2 +19126352,2010,7,5,1.4 +19126352,2010,8,5,1.4 +19126352,2010,9,5,1.6 +19126352,2010,10,5,1.6 +19126352,2010,11,4,3 +19126352,2010,12,6,1.3333333333333333 +19126352,2011,1,5,1.2 +19126352,2011,3,3,1.3333333333333333 +19126352,2011,5,5,1.2 +19126352,2011,6,3,1 +19126352,2011,7,6,1.8333333333333333 +19126352,2011,8,4,1.25 +19126352,2011,9,9,1.4444444444444444 +19126352,2011,10,3,1.3333333333333333 +19126352,2011,11,1,2 +19126352,2011,12,6,1.5 +19126352,2012,1,7,1.2857142857142858 +19126352,2012,2,2,6 +19126352,2012,3,5,1.6 +19126352,2012,4,5,1.2 +19126352,2012,5,5,1.8 +19126352,2012,6,2,1.5 +19126352,2012,7,7,1.5714285714285714 +19126352,2012,8,6,1.8333333333333333 +19126352,2012,9,7,1.4285714285714286 +19126352,2012,10,5,1.4 +19126352,2012,11,4,7 +19126352,2012,12,2,2 +19126352,2013,1,3,2 +19126352,2013,2,1,2 +19126352,2013,3,7,2.4285714285714284 +19126352,2013,4,5,1.6 +19126352,2013,5,4,2.25 +19126352,2013,6,6,1.3333333333333333 +19126352,2013,7,4,1.25 +19126352,2013,8,2,2.5 +19126352,2013,9,4,1.25 +19126352,2013,10,5,2.6 +19126352,2013,11,4,1.25 +19126352,2013,12,2,2 +19126352,2014,1,7,1.4285714285714286 +19126352,2014,2,2,1 +19126352,2014,3,2,2.5 +19126352,2014,4,7,1.5714285714285714 +19126352,2014,5,7,1.5714285714285714 +19126352,2014,6,4,1.75 +19126352,2014,8,2,1.5 +19126352,2014,9,4,2 +19126352,2014,10,6,1.6666666666666667 +19126352,2014,11,5,2.4 +19126352,2014,12,3,1.3333333333333333 +19126352,2015,1,5,2.4 +19126352,2015,2,3,1.6666666666666667 +19126352,2015,3,7,2 +19126352,2015,4,9,5.444444444444445 +19126352,2015,5,6,1.5 +19126352,2015,6,3,2 +19126352,2015,7,4,2 +19126352,2015,8,7,1.5714285714285714 +19126352,2015,9,2,3.5 +19126352,2015,10,2,3 +19126352,2015,11,4,4.25 +19126352,2015,12,1,1 +19126352,2016,1,2,2 +19126352,2016,2,3,2 +19126352,2016,3,2,3.5 +19126352,2016,4,4,1.5 +19126352,2016,5,7,1.2857142857142858 +19126352,2016,6,4,3.25 +19126352,2016,7,4,1.25 +19126352,2016,8,6,1.6666666666666667 +19126352,2016,9,4,1.75 +19126352,2016,10,6,1.1666666666666667 +19126352,2016,11,4,2 +19126352,2016,12,6,1.5 +19126352,2017,1,2,6 +19126352,2017,2,3,1.6666666666666667 +19126352,2017,3,2,6.5 +19126352,2017,4,1,2 +19126352,2017,5,3,1 +19126352,2017,6,3,1.3333333333333333 +19126352,2017,7,4,2.5 +19126352,2017,8,7,1.2857142857142858 +19126352,2017,9,5,1 +19126352,2017,10,4,1.75 +19126352,2017,11,4,1.75 +19126352,2017,12,7,1.2857142857142858 +19126352,2018,1,7,2.4285714285714284 +19126352,2018,2,6,1.6666666666666667 +19126352,2018,3,6,1.5 +19126352,2018,4,4,4.75 +19126352,2018,5,3,3 +19126352,2018,6,7,1.2857142857142858 +19126352,2018,7,6,1.1666666666666667 +19126352,2018,8,4,1.5 +19126352,2018,9,10,2 +19126352,2018,10,6,1.5 +19126352,2018,11,9,1.6666666666666667 +19126352,2018,12,7,1.5714285714285714 +19126352,2019,1,4,1.5 +19126352,2019,2,5,2.4 +19126352,2019,3,7,3.4285714285714284 +19126352,2019,4,5,1.6 +19126352,2019,5,5,4 +19126352,2019,6,3,1.3333333333333333 +19126352,2019,7,6,1.5 +19126352,2019,8,4,2.25 +19126352,2019,9,4,1.25 +19126352,2019,10,10,1.7 +19126352,2019,11,1,1 +19126352,2019,12,8,1.75 +19126352,2020,1,5,1.6 +19126352,2020,2,3,4.333333333333333 +19126352,2020,3,6,2.6666666666666665 +19126352,2020,4,6,1.3333333333333333 +19126352,2020,5,4,2.5 +19126352,2020,6,5,3 +19126352,2020,7,9,1.6666666666666667 +19126352,2020,8,7,1.7142857142857142 +19126352,2020,9,9,1.5555555555555556 +19126352,2020,10,3,1.3333333333333333 +19126352,2020,11,6,1.3333333333333333 +19126352,2020,12,5,2.2 +19126352,2021,1,7,1.7142857142857142 +19126352,2021,2,3,2 +19126352,2021,3,4,5 +19126352,2021,4,4,1.25 +19126352,2021,5,5,1.6 +19126352,2021,6,6,1.1666666666666667 +19126352,2021,7,2,1 +19126352,2021,8,7,1.1428571428571428 +19126352,2021,9,4,1 +19126352,2021,10,4,1 +19126352,2021,11,6,2 +19126352,2021,12,5,2 +19126352,2022,2,7,2 +19126352,2022,3,7,2.7142857142857144 +19126352,2022,4,7,1.4285714285714286 +19126352,2022,5,5,1.2 +19126352,2022,6,7,1.8571428571428572 +19126352,2022,7,3,1.3333333333333333 +19126352,2022,8,5,1.8 +19126352,2022,9,5,1.8 +19126352,2022,10,3,1.3333333333333333 +19126352,2022,11,4,3 +19126352,2022,12,4,1.25 +19126352,2023,1,9,2.3333333333333335 +19126352,2023,2,5,1.4 +19126352,2023,3,2,5.5 +19126352,2023,4,7,1.7142857142857142 +19126352,2023,5,7,1.7142857142857142 +19126352,2023,6,1,2 +19133768,1981,1,1,1 +19133768,1982,1,2,1 +19133768,1982,4,1,1 +19133768,1982,10,1,1 +19133768,1983,9,1,1 +19133768,1984,11,1,1 +19133768,1985,3,2,1 +19133768,1985,7,2,1 +19133768,1986,4,1,1 +19133768,1986,5,1,1 +19133768,1987,1,1,1 +19133768,1987,3,1,1 +19133768,1987,4,1,1 +19133768,1987,5,1,1 +19133768,1988,2,1,1 +19133768,1988,7,1,1 +19133768,1989,3,2,1 +19133768,1989,8,1,1 +19133768,1989,11,2,1 +19133768,1990,1,1,1 +19133768,1990,6,1,1 +19133768,1990,8,1,1 +19133768,1990,10,1,1 +19133768,1990,12,2,1 +19133768,1991,2,1,1 +19133768,1991,9,1,1 +19133768,1991,10,1,1 +19133768,1991,11,1,1 +19133768,1991,12,2,1 +19133768,1992,7,1,1 +19133768,1993,4,1,1 +19133768,1993,7,3,1 +19133768,1993,8,1,2 +19133768,1993,9,1,1 +19133768,1993,10,1,1 +19133768,1993,11,1,1 +19133768,1994,4,1,1 +19133768,1994,6,1,1 +19133768,1994,7,1,1 +19133768,1994,8,1,1 +19133768,1994,9,1,1 +19133768,1994,10,1,1 +19133768,1994,12,3,1 +19133768,1995,5,1,1 +19133768,1996,7,1,1 +19133768,1996,8,3,1 +19133768,1996,9,1,1 +19133768,1996,10,1,1 +19133768,1996,12,2,1 +19133768,1997,2,3,1.3333333333333333 +19133768,1997,5,2,1 +19133768,1997,7,1,1 +19133768,1997,9,2,1 +19133768,1998,1,1,1 +19133768,1998,3,2,1 +19133768,1998,4,1,1 +19133768,1998,5,1,1 +19133768,1998,7,1,1 +19133768,1998,9,2,1 +19133768,1998,10,1,1 +19133768,1998,11,1,1 +19133768,1999,1,2,1 +19133768,1999,5,2,1 +19133768,1999,6,1,1 +19133768,1999,8,1,1 +19133768,1999,12,3,1 +19133768,2000,4,1,1 +19133768,2000,6,1,1 +19133768,2000,7,1,1 +19133768,2000,10,1,1 +19133768,2000,11,2,1 +19133768,2001,1,1,1 +19133768,2001,2,1,1 +19133768,2001,4,2,1 +19133768,2001,5,2,1 +19133768,2001,7,1,1 +19133768,2001,8,1,1 +19133768,2001,9,1,1 +19133768,2001,10,1,1 +19133768,2002,1,1,1 +19133768,2002,3,1,1 +19133768,2002,4,1,1 +19133768,2002,5,1,1 +19133768,2002,7,4,1 +19133768,2002,8,1,1 +19133768,2002,10,2,1 +19133768,2002,12,1,1 +19133768,2003,2,2,1 +19133768,2003,3,1,1 +19133768,2003,5,1,1 +19133768,2003,6,1,1 +19133768,2003,7,1,1 +19133768,2003,9,1,1 +19133768,2003,10,2,1 +19133768,2003,11,1,1 +19133768,2003,12,1,1 +19133768,2004,1,2,1 +19133768,2004,2,3,1 +19133768,2004,3,2,1 +19133768,2004,4,1,1 +19133768,2004,5,1,1 +19133768,2004,6,1,1 +19133768,2004,7,1,1 +19133768,2004,8,2,1 +19133768,2004,10,2,1 +19133768,2004,12,1,1 +19133768,2005,2,1,1 +19133768,2005,3,1,1 +19133768,2005,4,5,1 +19133768,2005,6,2,1 +19133768,2005,8,2,1 +19133768,2005,9,1,1 +19133768,2005,10,1,1 +19133768,2005,11,2,1 +19133768,2006,1,1,1 +19133768,2006,2,2,1 +19133768,2006,4,1,1 +19133768,2006,5,1,1 +19133768,2006,6,2,1 +19133768,2006,8,2,1 +19133768,2006,10,4,1 +19133768,2007,1,3,1 +19133768,2007,2,2,1 +19133768,2007,3,1,1 +19133768,2007,5,1,1 +19133768,2007,6,2,1 +19133768,2007,7,2,1 +19133768,2007,11,2,1 +19133768,2007,12,1,1 +19133768,2008,1,1,1 +19133768,2008,2,2,1 +19133768,2008,3,1,1 +19133768,2008,6,2,1 +19133768,2008,8,2,1 +19133768,2008,9,1,1 +19133768,2008,10,2,1 +19133768,2009,3,1,1 +19133768,2009,4,1,1 +19133768,2009,5,1,1 +19133768,2009,6,1,1 +19133768,2009,7,1,1 +19133768,2009,8,1,1 +19133768,2009,9,2,1 +19133768,2009,10,1,1 +19133768,2010,3,2,1 +19133768,2010,6,2,1 +19133768,2010,8,2,1 +19133768,2010,9,2,1 +19133768,2010,10,1,1 +19133768,2010,12,2,1 +19133768,2011,5,2,1 +19133768,2011,6,1,1 +19133768,2011,7,1,1 +19133768,2011,8,1,1 +19133768,2011,9,2,1 +19133768,2011,12,1,1 +19133768,2012,1,2,1 +19133768,2012,3,1,1 +19133768,2012,5,1,1 +19133768,2012,6,1,1 +19133768,2012,7,1,1 +19133768,2012,9,3,1 +19133768,2012,10,2,1 +19133768,2013,4,1,1 +19133768,2013,6,2,1 +19133768,2013,7,2,1 +19133768,2013,9,2,1 +19133768,2013,10,1,1 +19133768,2013,11,1,1 +19133768,2014,1,1,1 +19133768,2014,2,2,1 +19133768,2014,4,2,1 +19133768,2014,5,2,1 +19133768,2014,10,1,1 +19133768,2014,12,1,1 +19133768,2015,1,2,1 +19133768,2015,2,1,1 +19133768,2015,4,1,1 +19133768,2015,5,2,1 +19133768,2015,6,1,1 +19133768,2015,8,3,1 +19133768,2015,9,1,1 +19133768,2016,4,2,1 +19133768,2016,5,4,1 +19133768,2016,7,2,1 +19133768,2016,8,3,1 +19133768,2016,9,2,1 +19133768,2016,10,3,1 +19133768,2016,11,1,1 +19133768,2016,12,4,1 +19133768,2017,1,1,1 +19133768,2017,2,1,1 +19133768,2017,5,1,1 +19133768,2017,8,4,1 +19133768,2017,9,3,1 +19133768,2017,10,1,1 +19133768,2017,12,4,1 +19133768,2018,2,1,1 +19133768,2018,3,3,1 +19133768,2018,4,1,1 +19133768,2018,5,1,2 +19133768,2018,6,3,1 +19133768,2018,7,4,1.25 +19133768,2018,8,2,1 +19133768,2018,9,1,2 +19133768,2018,11,2,1 +19133768,2018,12,1,1 +19133768,2019,1,1,1 +19133768,2019,3,2,1 +19133768,2019,4,1,1 +19133768,2019,5,2,1 +19133768,2019,6,2,1 +19133768,2019,7,2,1 +19133768,2019,8,2,1 +19133768,2019,9,1,1 +19133768,2019,10,3,1 +19133768,2019,11,1,1 +19133768,2019,12,4,1 +19133768,2020,1,3,1.3333333333333333 +19133768,2020,3,1,1 +19133768,2020,4,3,1 +19133768,2020,7,3,1 +19133768,2020,8,2,1 +19133768,2020,9,1,1 +19133768,2020,11,2,1 +19133768,2020,12,2,1 +19133768,2021,1,2,1 +19133768,2021,4,2,1 +19133768,2021,6,2,1 +19133768,2021,7,2,1 +19133768,2021,8,3,1 +19133768,2021,9,3,1 +19133768,2021,10,2,1 +19133768,2021,11,4,1 +19133768,2021,12,1,1 +19133768,2022,2,2,1 +19133768,2022,3,1,1 +19133768,2022,4,3,1 +19133768,2022,5,1,1 +19133768,2022,6,1,1 +19133768,2022,7,2,1 +19133768,2022,8,2,1 +19133768,2022,9,1,1 +19133768,2022,10,2,1 +19133768,2022,11,1,1 +19133768,2022,12,2,1 +19133768,2023,1,3,1 +19133768,2023,2,2,1 +19133768,2023,4,2,1 +19133768,2023,5,1,1 +40163554,1970,3,1,1 +40163554,1970,9,1,2 +40163554,1971,9,1,1 +40163554,1974,10,1,1 +40163554,1975,7,1,2 +40163554,1975,12,2,2 +40163554,1977,5,2,4 +40163554,1977,6,1,2 +40163554,1977,7,1,1 +40163554,1978,12,1,2 +40163554,1979,4,2,1.5 +40163554,1979,11,1,2 +40163554,1980,3,1,1 +40163554,1980,11,1,1 +40163554,1981,3,1,5 +40163554,1981,4,1,2 +40163554,1981,7,1,4 +40163554,1981,12,1,1 +40163554,1982,6,1,11 +40163554,1982,8,1,2 +40163554,1982,12,2,2 +40163554,1983,1,1,2 +40163554,1983,7,2,1 +40163554,1983,12,2,15 +40163554,1984,2,1,1 +40163554,1984,3,1,1 +40163554,1984,5,1,1 +40163554,1984,7,1,2 +40163554,1984,8,1,1 +40163554,1984,10,1,1 +40163554,1984,11,1,3 +40163554,1984,12,1,17 +40163554,1985,3,1,2 +40163554,1985,4,1,2 +40163554,1985,5,1,3 +40163554,1985,6,1,2 +40163554,1986,4,1,2 +40163554,1986,5,1,1 +40163554,1986,9,1,1 +40163554,1986,11,1,1 +40163554,1987,1,2,3 +40163554,1987,5,3,3 +40163554,1987,10,1,2 +40163554,1987,11,1,1 +40163554,1988,1,1,2 +40163554,1988,6,1,1 +40163554,1989,4,1,1 +40163554,1989,5,1,2 +40163554,1989,6,1,3 +40163554,1989,7,1,1 +40163554,1989,10,1,1 +40163554,1990,1,2,3.5 +40163554,1990,2,1,2 +40163554,1990,5,3,1.6666666666666667 +40163554,1990,6,2,2 +40163554,1990,8,1,2 +40163554,1990,12,2,4 +40163554,1991,1,1,1 +40163554,1991,2,1,2 +40163554,1991,3,1,2 +40163554,1991,4,1,1 +40163554,1991,5,1,15 +40163554,1991,6,2,2.5 +40163554,1991,7,1,2 +40163554,1991,8,4,2.75 +40163554,1991,10,2,2.5 +40163554,1992,1,1,2 +40163554,1992,3,1,4 +40163554,1992,7,1,3 +40163554,1992,8,2,1.5 +40163554,1992,9,2,1 +40163554,1992,10,1,2 +40163554,1993,1,1,1 +40163554,1993,2,2,2 +40163554,1993,5,1,2 +40163554,1993,6,1,6 +40163554,1993,7,1,1 +40163554,1993,10,2,2 +40163554,1993,11,1,1 +40163554,1994,3,1,2 +40163554,1994,4,1,2 +40163554,1994,6,2,1.5 +40163554,1994,8,1,1 +40163554,1994,9,1,1 +40163554,1994,12,2,5 +40163554,1995,3,1,2 +40163554,1995,6,1,2 +40163554,1995,7,1,5 +40163554,1995,9,2,1 +40163554,1995,11,1,2 +40163554,1995,12,3,1.6666666666666667 +40163554,1996,3,1,2 +40163554,1996,6,2,2 +40163554,1996,7,1,2 +40163554,1996,8,1,1 +40163554,1996,10,3,2.3333333333333335 +40163554,1996,12,1,2 +40163554,1997,1,1,2 +40163554,1997,5,3,1.6666666666666667 +40163554,1997,6,2,2 +40163554,1997,8,2,1.5 +40163554,1997,9,5,2 +40163554,1997,10,1,2 +40163554,1998,2,3,1.3333333333333333 +40163554,1998,3,2,5 +40163554,1998,4,2,2 +40163554,1998,6,2,2.5 +40163554,1998,8,3,2.6666666666666665 +40163554,1998,10,1,2 +40163554,1998,11,1,1 +40163554,1998,12,1,2 +40163554,1999,2,1,1 +40163554,1999,4,1,2 +40163554,1999,5,2,3.5 +40163554,1999,6,1,2 +40163554,1999,7,2,3 +40163554,1999,9,1,1 +40163554,1999,11,2,2.5 +40163554,2000,1,2,1.5 +40163554,2000,2,4,2.25 +40163554,2000,3,5,1.6 +40163554,2000,6,2,1 +40163554,2000,7,1,2 +40163554,2000,8,2,1.5 +40163554,2000,10,1,2 +40163554,2000,11,3,1 +40163554,2000,12,1,1 +40163554,2001,2,1,2 +40163554,2001,4,2,2.5 +40163554,2001,6,4,1.5 +40163554,2001,7,2,2 +40163554,2001,9,1,1 +40163554,2001,10,1,2 +40163554,2001,12,1,2 +40163554,2002,1,3,1.6666666666666667 +40163554,2002,2,1,1 +40163554,2002,3,3,1.6666666666666667 +40163554,2002,5,3,4.666666666666667 +40163554,2002,6,3,1.6666666666666667 +40163554,2002,7,1,1 +40163554,2002,8,1,2 +40163554,2002,9,1,1 +40163554,2002,12,4,1.75 +40163554,2003,1,3,2 +40163554,2003,2,4,1.5 +40163554,2003,5,4,1.75 +40163554,2003,6,3,2.6666666666666665 +40163554,2003,8,2,2 +40163554,2003,9,2,2 +40163554,2003,10,1,2 +40163554,2003,11,1,2 +40163554,2003,12,1,2 +40163554,2004,1,3,1.3333333333333333 +40163554,2004,2,1,3 +40163554,2004,3,2,2 +40163554,2004,4,2,1.5 +40163554,2004,5,2,2 +40163554,2004,6,1,2 +40163554,2004,7,3,4.333333333333333 +40163554,2004,8,3,2.6666666666666665 +40163554,2004,10,2,3.5 +40163554,2004,11,2,4 +40163554,2004,12,2,1.5 +40163554,2005,1,1,3 +40163554,2005,2,1,2 +40163554,2005,3,3,2.6666666666666665 +40163554,2005,4,2,2 +40163554,2005,5,1,1 +40163554,2005,6,1,25 +40163554,2005,7,1,2 +40163554,2005,9,3,2.6666666666666665 +40163554,2005,10,1,1 +40163554,2005,12,2,2 +40163554,2006,1,2,1.5 +40163554,2006,2,2,1 +40163554,2006,3,1,2 +40163554,2006,4,4,2 +40163554,2006,6,1,2 +40163554,2006,7,2,1 +40163554,2006,8,1,2 +40163554,2006,9,3,2 +40163554,2006,10,2,1.5 +40163554,2006,11,1,1 +40163554,2006,12,2,1.5 +40163554,2007,2,2,1.5 +40163554,2007,3,1,2 +40163554,2007,4,3,1.6666666666666667 +40163554,2007,6,3,1.6666666666666667 +40163554,2007,9,1,1 +40163554,2007,10,2,2.5 +40163554,2007,11,2,1.5 +40163554,2007,12,4,1.75 +40163554,2008,1,1,1 +40163554,2008,2,1,1 +40163554,2008,3,4,1.25 +40163554,2008,5,3,2.3333333333333335 +40163554,2008,6,1,1 +40163554,2008,7,2,2 +40163554,2008,8,2,1.5 +40163554,2008,9,2,1.5 +40163554,2008,10,2,2 +40163554,2008,11,1,1 +40163554,2009,1,5,1.8 +40163554,2009,2,1,1 +40163554,2009,3,4,1.75 +40163554,2009,4,4,1.75 +40163554,2009,5,1,1 +40163554,2009,6,2,9.5 +40163554,2009,7,2,3 +40163554,2009,8,2,1 +40163554,2009,9,4,2 +40163554,2009,10,2,3 +40163554,2009,11,2,1.5 +40163554,2009,12,3,3.6666666666666665 +40163554,2010,1,1,1 +40163554,2010,2,3,1.6666666666666667 +40163554,2010,3,1,2 +40163554,2010,4,2,1 +40163554,2010,5,4,2 +40163554,2010,6,2,2.5 +40163554,2010,7,1,1 +40163554,2010,9,3,2 +40163554,2010,10,2,1 +40163554,2010,11,1,2 +40163554,2011,1,6,1.5 +40163554,2011,2,1,1 +40163554,2011,3,1,2 +40163554,2011,4,2,1 +40163554,2011,5,1,2 +40163554,2011,6,2,2.5 +40163554,2011,7,4,1.75 +40163554,2011,8,2,1.5 +40163554,2011,9,4,2.25 +40163554,2011,10,3,1.3333333333333333 +40163554,2011,11,1,1 +40163554,2011,12,2,1 +40163554,2012,1,3,1.3333333333333333 +40163554,2012,2,1,2 +40163554,2012,3,2,1.5 +40163554,2012,4,3,1.3333333333333333 +40163554,2012,5,2,2 +40163554,2012,6,1,2 +40163554,2012,7,2,2.5 +40163554,2012,8,1,1 +40163554,2012,9,5,1.2 +40163554,2012,10,2,1.5 +40163554,2012,11,2,1.5 +40163554,2012,12,5,2 +40163554,2013,2,2,1.5 +40163554,2013,3,3,2 +40163554,2013,4,2,1.5 +40163554,2013,6,2,1.5 +40163554,2013,7,2,1.5 +40163554,2013,8,1,1 +40163554,2013,9,1,2 +40163554,2013,10,3,3.6666666666666665 +40163554,2013,11,2,2 +40163554,2013,12,3,2 +40163554,2014,1,2,2 +40163554,2014,2,4,9 +40163554,2014,3,1,1 +40163554,2014,4,2,19 +40163554,2014,5,3,1.6666666666666667 +40163554,2014,6,2,1.5 +40163554,2014,7,6,2.3333333333333335 +40163554,2014,8,6,2 +40163554,2014,9,1,1 +40163554,2014,10,1,2 +40163554,2014,11,3,1.6666666666666667 +40163554,2014,12,4,2.5 +40163554,2015,1,2,2 +40163554,2015,2,3,2 +40163554,2015,3,6,6.5 +40163554,2015,4,2,1.5 +40163554,2015,5,5,3.8 +40163554,2015,6,2,2 +40163554,2015,7,4,2.5 +40163554,2015,8,1,1 +40163554,2015,9,5,2 +40163554,2015,10,2,1.5 +40163554,2015,11,3,3.6666666666666665 +40163554,2015,12,1,1 +40163554,2016,1,4,2.25 +40163554,2016,2,2,2 +40163554,2016,3,1,3 +40163554,2016,4,2,3 +40163554,2016,5,6,3 +40163554,2016,6,3,1.3333333333333333 +40163554,2016,7,3,1.6666666666666667 +40163554,2016,8,4,1.5 +40163554,2016,9,1,2 +40163554,2016,10,2,1.5 +40163554,2016,12,1,2 +40163554,2017,1,2,1 +40163554,2017,2,1,2 +40163554,2017,3,4,1.75 +40163554,2017,4,3,2 +40163554,2017,5,4,1.25 +40163554,2017,6,5,3 +40163554,2017,8,4,2.25 +40163554,2017,9,1,2 +40163554,2017,10,4,1.75 +40163554,2017,11,3,4.333333333333333 +40163554,2017,12,2,2 +40163554,2018,1,1,1 +40163554,2018,2,2,1.5 +40163554,2018,3,5,2.2 +40163554,2018,4,4,1.25 +40163554,2018,5,1,2 +40163554,2018,6,2,2 +40163554,2018,7,2,2 +40163554,2018,8,7,4.428571428571429 +40163554,2018,9,1,1 +40163554,2018,10,4,1.75 +40163554,2018,11,3,1.3333333333333333 +40163554,2018,12,4,1.5 +40163554,2019,1,3,1.6666666666666667 +40163554,2019,2,2,2 +40163554,2019,3,2,1.5 +40163554,2019,4,2,3 +40163554,2019,5,4,4.25 +40163554,2019,6,3,2.3333333333333335 +40163554,2019,7,3,1.3333333333333333 +40163554,2019,8,4,1.25 +40163554,2019,9,3,10 +40163554,2019,10,4,2 +40163554,2019,11,2,1 +40163554,2019,12,2,2.5 +40163554,2020,1,6,3.6666666666666665 +40163554,2020,2,1,1 +40163554,2020,3,2,1.5 +40163554,2020,4,1,2 +40163554,2020,5,3,3.6666666666666665 +40163554,2020,6,5,2.8 +40163554,2020,7,2,3 +40163554,2020,8,7,2.142857142857143 +40163554,2020,9,2,1.5 +40163554,2020,10,4,1.75 +40163554,2020,11,5,2 +40163554,2020,12,5,2.6 +40163554,2021,1,3,2 +40163554,2021,2,1,2 +40163554,2021,3,3,2 +40163554,2021,4,3,2.6666666666666665 +40163554,2021,5,4,1.75 +40163554,2021,6,1,5 +40163554,2021,7,6,5.833333333333333 +40163554,2021,8,2,2.5 +40163554,2021,9,3,1.3333333333333333 +40163554,2021,10,4,2 +40163554,2021,11,3,1.6666666666666667 +40163554,2021,12,3,1.3333333333333333 +40163554,2022,1,4,1.25 +40163554,2022,2,8,2.5 +40163554,2022,3,4,1.5 +40163554,2022,4,7,1.8571428571428572 +40163554,2022,5,7,1.7142857142857142 +40163554,2022,6,3,2.3333333333333335 +40163554,2022,7,5,3.4 +40163554,2022,8,4,2 +40163554,2022,9,2,1.5 +40163554,2022,10,6,2 +40163554,2022,11,2,2.5 +40163554,2022,12,4,1.75 +40163554,2023,1,1,1 +40163554,2023,2,3,1.6666666666666667 +40163554,2023,3,3,1.3333333333333333 +40163554,2023,4,4,2.75 +40163554,2023,5,3,1.6666666666666667 +40163554,2023,6,2,2 +40171902,1981,1,2,2 +40171902,1981,3,2,3 +40171902,1981,4,1,2 +40171902,1981,5,2,1.5 +40171902,1981,6,2,3.5 +40171902,1981,7,3,2.3333333333333335 +40171902,1981,8,1,2 +40171902,1981,11,4,1.5 +40171902,1981,12,3,1.3333333333333333 +40171902,1982,6,1,11 +40171902,1982,8,1,2 +40171902,1982,12,2,2 +40171902,1983,1,1,2 +40171902,1983,7,2,1 +40171902,1983,12,2,15 +40171902,1984,2,1,1 +40171902,1984,3,1,1 +40171902,1984,5,1,1 +40171902,1984,7,1,2 +40171902,1984,8,1,1 +40171902,1984,10,1,1 +40171902,1984,11,1,3 +40171902,1984,12,1,17 +40171902,1985,3,1,2 +40171902,1985,4,1,2 +40171902,1985,5,1,3 +40171902,1985,6,1,2 +40171902,1986,4,1,2 +40171902,1986,5,1,1 +40171902,1986,9,1,1 +40171902,1986,11,1,1 +40171902,1987,1,2,3 +40171902,1987,5,3,3 +40171902,1987,10,1,2 +40171902,1987,11,1,1 +40171902,1988,1,1,2 +40171902,1988,6,1,1 +40171902,1989,4,1,1 +40171902,1989,5,1,2 +40171902,1989,6,1,3 +40171902,1989,7,1,1 +40171902,1989,10,1,1 +40171902,1990,1,2,3.5 +40171902,1990,2,1,2 +40171902,1990,5,3,1.6666666666666667 +40171902,1990,6,2,2 +40171902,1990,8,1,2 +40171902,1990,12,2,4 +40171902,1991,1,1,1 +40171902,1991,2,1,2 +40171902,1991,3,1,2 +40171902,1991,4,1,1 +40171902,1991,5,1,15 +40171902,1991,6,2,2.5 +40171902,1991,7,1,2 +40171902,1991,8,4,2.75 +40171902,1991,10,2,2.5 +40171902,1992,1,1,2 +40171902,1992,3,1,4 +40171902,1992,7,1,3 +40171902,1992,8,2,1.5 +40171902,1992,9,2,1 +40171902,1992,10,1,2 +40171902,1993,1,1,1 +40171902,1993,2,2,2 +40171902,1993,5,1,2 +40171902,1993,6,1,6 +40171902,1993,7,1,1 +40171902,1993,10,2,2 +40171902,1993,11,1,1 +40171902,1994,3,1,2 +40171902,1994,4,1,2 +40171902,1994,6,2,1.5 +40171902,1994,8,1,1 +40171902,1994,9,1,1 +40171902,1994,12,2,5 +40171902,1995,3,1,2 +40171902,1995,6,1,2 +40171902,1995,7,1,5 +40171902,1995,9,2,1 +40171902,1995,11,1,2 +40171902,1995,12,3,1.6666666666666667 +40171902,1996,3,1,2 +40171902,1996,6,2,2 +40171902,1996,7,1,2 +40171902,1996,8,1,1 +40171902,1996,10,3,2.3333333333333335 +40171902,1996,12,1,2 +40171902,1997,1,1,2 +40171902,1997,5,3,1.6666666666666667 +40171902,1997,6,2,2 +40171902,1997,8,2,1.5 +40171902,1997,9,5,2 +40171902,1997,10,1,2 +40171902,1998,2,3,1.3333333333333333 +40171902,1998,3,2,5 +40171902,1998,4,2,2 +40171902,1998,6,2,2.5 +40171902,1998,8,3,2.6666666666666665 +40171902,1998,10,1,2 +40171902,1998,11,1,1 +40171902,1998,12,1,2 +40171902,1999,2,1,1 +40171902,1999,4,1,2 +40171902,1999,5,2,3.5 +40171902,1999,6,1,2 +40171902,1999,7,2,3 +40171902,1999,9,1,1 +40171902,1999,11,2,2.5 +40171902,2000,1,2,1.5 +40171902,2000,2,4,2.25 +40171902,2000,3,5,1.6 +40171902,2000,6,2,1 +40171902,2000,7,1,2 +40171902,2000,8,2,1.5 +40171902,2000,10,1,2 +40171902,2000,11,3,1 +40171902,2000,12,1,1 +40171902,2001,2,1,2 +40171902,2001,4,2,2.5 +40171902,2001,6,4,1.5 +40171902,2001,7,2,2 +40171902,2001,9,1,1 +40171902,2001,10,1,2 +40171902,2001,12,1,2 +40171902,2002,1,3,1.6666666666666667 +40171902,2002,2,1,1 +40171902,2002,3,3,1.6666666666666667 +40171902,2002,5,3,4.666666666666667 +40171902,2002,6,3,1.6666666666666667 +40171902,2002,7,1,1 +40171902,2002,8,1,2 +40171902,2002,9,1,1 +40171902,2002,12,4,1.75 +40171902,2003,1,3,2 +40171902,2003,2,4,1.5 +40171902,2003,5,4,1.75 +40171902,2003,6,3,2.6666666666666665 +40171902,2003,8,2,2 +40171902,2003,9,2,2 +40171902,2003,10,1,2 +40171902,2003,11,1,2 +40171902,2003,12,1,2 +40171902,2004,1,3,1.3333333333333333 +40171902,2004,2,1,3 +40171902,2004,3,2,2 +40171902,2004,4,2,1.5 +40171902,2004,5,2,2 +40171902,2004,6,1,2 +40171902,2004,7,3,4.333333333333333 +40171902,2004,8,3,2.6666666666666665 +40171902,2004,10,2,3.5 +40171902,2004,11,2,4 +40171902,2004,12,2,1.5 +40171902,2005,1,1,3 +40171902,2005,2,1,2 +40171902,2005,3,3,2.6666666666666665 +40171902,2005,4,2,2 +40171902,2005,5,1,1 +40171902,2005,6,1,25 +40171902,2005,7,1,2 +40171902,2005,9,3,2.6666666666666665 +40171902,2005,10,1,1 +40171902,2005,12,2,2 +40171902,2006,1,2,1.5 +40171902,2006,2,2,1 +40171902,2006,3,1,2 +40171902,2006,4,4,2 +40171902,2006,6,1,2 +40171902,2006,7,2,1 +40171902,2006,8,1,2 +40171902,2006,9,3,2 +40171902,2006,10,2,1.5 +40171902,2006,11,1,1 +40171902,2006,12,2,1.5 +40171902,2007,2,2,1.5 +40171902,2007,3,1,2 +40171902,2007,4,3,1.6666666666666667 +40171902,2007,6,3,1.6666666666666667 +40171902,2007,9,1,1 +40171902,2007,10,2,2.5 +40171902,2007,11,2,1.5 +40171902,2007,12,4,1.75 +40171902,2008,1,1,1 +40171902,2008,2,1,1 +40171902,2008,3,4,1.25 +40171902,2008,5,3,2.3333333333333335 +40171902,2008,6,1,1 +40171902,2008,7,2,2 +40171902,2008,8,2,1.5 +40171902,2008,9,2,1.5 +40171902,2008,10,2,2 +40171902,2008,11,1,1 +40171902,2009,1,5,1.8 +40171902,2009,2,1,1 +40171902,2009,3,4,1.75 +40171902,2009,4,4,1.75 +40171902,2009,5,1,1 +40171902,2009,6,2,9.5 +40171902,2009,7,2,3 +40171902,2009,8,2,1 +40171902,2009,9,4,2 +40171902,2009,10,2,3 +40171902,2009,11,2,1.5 +40171902,2009,12,3,3.6666666666666665 +40171902,2010,1,1,1 +40171902,2010,2,3,1.6666666666666667 +40171902,2010,3,1,2 +40171902,2010,4,2,1 +40171902,2010,5,4,2 +40171902,2010,6,2,2.5 +40171902,2010,7,1,1 +40171902,2010,9,3,2 +40171902,2010,10,2,1 +40171902,2010,11,1,2 +40171902,2011,1,6,1.5 +40171902,2011,2,1,1 +40171902,2011,3,1,2 +40171902,2011,4,2,1 +40171902,2011,5,1,2 +40171902,2011,6,2,2.5 +40171902,2011,7,4,1.75 +40171902,2011,8,2,1.5 +40171902,2011,9,4,2.25 +40171902,2011,10,3,1.3333333333333333 +40171902,2011,11,1,1 +40171902,2011,12,2,1 +40171902,2012,1,3,1.3333333333333333 +40171902,2012,2,1,2 +40171902,2012,3,2,1.5 +40171902,2012,4,3,1.3333333333333333 +40171902,2012,5,2,2 +40171902,2012,6,1,2 +40171902,2012,7,2,2.5 +40171902,2012,8,1,1 +40171902,2012,9,5,1.2 +40171902,2012,10,2,1.5 +40171902,2012,11,2,1.5 +40171902,2012,12,5,2 +40171902,2013,2,2,1.5 +40171902,2013,3,3,2 +40171902,2013,4,2,1.5 +40171902,2013,6,2,1.5 +40171902,2013,7,2,1.5 +40171902,2013,8,1,1 +40171902,2013,9,1,2 +40171902,2013,10,3,3.6666666666666665 +40171902,2013,11,2,2 +40171902,2013,12,3,2 +40171902,2014,1,2,2 +40171902,2014,2,4,9 +40171902,2014,3,1,1 +40171902,2014,4,2,19 +40171902,2014,5,3,1.6666666666666667 +40171902,2014,6,2,1.5 +40171902,2014,7,6,2.3333333333333335 +40171902,2014,8,6,2 +40171902,2014,9,1,1 +40171902,2014,10,1,2 +40171902,2014,11,3,1.6666666666666667 +40171902,2014,12,4,2.5 +40171902,2015,1,2,2 +40171902,2015,2,3,2 +40171902,2015,3,6,6.5 +40171902,2015,4,2,1.5 +40171902,2015,5,5,3.8 +40171902,2015,6,2,2 +40171902,2015,7,4,2.5 +40171902,2015,8,1,1 +40171902,2015,9,5,2 +40171902,2015,10,2,1.5 +40171902,2015,11,3,3.6666666666666665 +40171902,2015,12,1,1 +40171902,2016,1,4,2.25 +40171902,2016,2,2,2 +40171902,2016,3,1,3 +40171902,2016,4,2,3 +40171902,2016,5,6,3 +40171902,2016,6,3,1.3333333333333333 +40171902,2016,7,3,1.6666666666666667 +40171902,2016,8,4,1.5 +40171902,2016,9,1,2 +40171902,2016,10,2,1.5 +40171902,2016,12,1,2 +40171902,2017,1,2,1 +40171902,2017,2,1,2 +40171902,2017,3,4,1.75 +40171902,2017,4,3,2 +40171902,2017,5,4,1.25 +40171902,2017,6,5,3 +40171902,2017,8,4,2.25 +40171902,2017,9,1,2 +40171902,2017,10,4,1.75 +40171902,2017,11,3,4.333333333333333 +40171902,2017,12,2,2 +40171902,2018,1,1,1 +40171902,2018,2,2,1.5 +40171902,2018,3,5,2.2 +40171902,2018,4,4,1.25 +40171902,2018,5,1,2 +40171902,2018,6,2,2 +40171902,2018,7,2,2 +40171902,2018,8,7,4.428571428571429 +40171902,2018,9,1,1 +40171902,2018,10,4,1.75 +40171902,2018,11,3,1.3333333333333333 +40171902,2018,12,4,1.5 +40171902,2019,1,3,1.6666666666666667 +40171902,2019,2,2,2 +40171902,2019,3,2,1.5 +40171902,2019,4,2,3 +40171902,2019,5,4,4.25 +40171902,2019,6,3,2.3333333333333335 +40171902,2019,7,3,1.3333333333333333 +40171902,2019,8,4,1.25 +40171902,2019,9,3,10 +40171902,2019,10,4,2 +40171902,2019,11,2,1 +40171902,2019,12,2,2.5 +40171902,2020,1,6,3.6666666666666665 +40171902,2020,2,1,1 +40171902,2020,3,2,1.5 +40171902,2020,4,1,2 +40171902,2020,5,3,3.6666666666666665 +40171902,2020,6,5,2.8 +40171902,2020,7,2,3 +40171902,2020,8,7,2.142857142857143 +40171902,2020,9,2,1.5 +40171902,2020,10,4,1.75 +40171902,2020,11,5,2 +40171902,2020,12,5,2.6 +40171902,2021,1,3,2 +40171902,2021,2,1,2 +40171902,2021,3,3,2 +40171902,2021,4,3,2.6666666666666665 +40171902,2021,5,4,1.75 +40171902,2021,6,1,5 +40171902,2021,7,6,5.833333333333333 +40171902,2021,8,2,2.5 +40171902,2021,9,3,1.3333333333333333 +40171902,2021,10,4,2 +40171902,2021,11,3,1.6666666666666667 +40171902,2021,12,3,1.3333333333333333 +40171902,2022,1,4,1.25 +40171902,2022,2,8,2.5 +40171902,2022,3,4,1.5 +40171902,2022,4,7,1.8571428571428572 +40171902,2022,5,7,1.7142857142857142 +40171902,2022,6,3,2.3333333333333335 +40171902,2022,7,5,3.4 +40171902,2022,8,4,2 +40171902,2022,9,2,1.5 +40171902,2022,10,6,2 +40171902,2022,11,2,2.5 +40171902,2022,12,4,1.75 +40171902,2023,1,1,1 +40171902,2023,2,3,1.6666666666666667 +40171902,2023,3,3,1.3333333333333333 +40171902,2023,4,4,2.75 +40171902,2023,5,3,1.6666666666666667 +40171902,2023,6,2,2 +40213154,1945,3,1,2 +40213154,1945,6,2,1.5 +40213154,1945,8,1,2 +40213154,1945,10,1,1 +40213154,1945,12,1,1 +40213154,1946,1,2,3.5 +40213154,1946,2,1,1 +40213154,1946,3,2,4 +40213154,1946,6,2,1.5 +40213154,1946,9,1,2 +40213154,1947,1,3,3 +40213154,1947,3,3,3 +40213154,1947,6,2,1.5 +40213154,1948,1,2,3.5 +40213154,1948,2,3,1.3333333333333333 +40213154,1948,4,3,3.3333333333333335 +40213154,1948,6,2,1.5 +40213154,1948,10,1,1 +40213154,1949,2,3,1 +40213154,1949,3,1,1 +40213154,1949,4,3,3.3333333333333335 +40213154,1949,5,1,2 +40213154,1949,6,1,1 +40213154,1949,7,1,2 +40213154,1950,2,1,1 +40213154,1950,3,2,1 +40213154,1950,4,3,3.3333333333333335 +40213154,1950,5,1,2 +40213154,1950,7,2,1.5 +40213154,1951,1,1,1 +40213154,1951,2,1,1 +40213154,1951,3,2,1 +40213154,1951,4,4,2.75 +40213154,1951,5,1,2 +40213154,1951,8,1,1 +40213154,1951,10,1,1 +40213154,1952,2,2,1 +40213154,1952,3,2,1.5 +40213154,1952,4,5,2.4 +40213154,1952,5,1,2 +40213154,1952,10,1,2 +40213154,1952,11,1,1 +40213154,1953,3,3,1 +40213154,1953,4,3,1.3333333333333333 +40213154,1953,5,2,4 +40213154,1953,6,1,5 +40213154,1953,10,1,1 +40213154,1953,11,2,1.5 +40213154,1954,1,1,1 +40213154,1954,3,2,1 +40213154,1954,4,2,1 +40213154,1954,5,3,3.6666666666666665 +40213154,1954,6,2,3.5 +40213154,1954,9,1,5 +40213154,1954,10,1,1 +40213154,1954,11,2,1.5 +40213154,1955,3,3,1.3333333333333333 +40213154,1955,4,2,1 +40213154,1955,5,1,6 +40213154,1955,6,3,3.3333333333333335 +40213154,1955,10,2,3 +40213154,1955,11,2,1.5 +40213154,1955,12,1,2 +40213154,1956,1,1,2 +40213154,1956,3,3,1.3333333333333333 +40213154,1956,4,2,1.5 +40213154,1956,6,1,3 +40213154,1956,7,1,5 +40213154,1956,10,2,3 +40213154,1956,11,2,1.5 +40213154,1956,12,1,2 +40213154,1957,1,1,2 +40213154,1957,2,1,2 +40213154,1957,3,2,1.5 +40213154,1957,4,1,1 +40213154,1957,5,1,1 +40213154,1957,6,2,4.5 +40213154,1957,7,1,5 +40213154,1957,10,2,3 +40213154,1957,11,2,1.5 +40213154,1957,12,1,2 +40213154,1958,1,2,1.5 +40213154,1958,2,1,2 +40213154,1958,3,1,2 +40213154,1958,4,2,1.5 +40213154,1958,5,1,1 +40213154,1958,6,2,4.5 +40213154,1958,7,2,3.5 +40213154,1958,10,1,5 +40213154,1958,11,1,1 +40213154,1958,12,4,1.75 +40213154,1959,1,2,1.5 +40213154,1959,2,1,2 +40213154,1959,4,4,1.75 +40213154,1959,5,1,1 +40213154,1959,6,2,4.5 +40213154,1959,7,1,5 +40213154,1959,9,1,3 +40213154,1959,10,2,3.5 +40213154,1959,11,1,1 +40213154,1959,12,2,2 +40213154,1960,1,3,1.6666666666666667 +40213154,1960,2,1,2 +40213154,1960,4,2,1.5 +40213154,1960,5,1,2 +40213154,1960,7,4,3.75 +40213154,1960,10,1,2 +40213154,1960,11,2,3 +40213154,1960,12,2,2.5 +40213154,1961,1,2,2 +40213154,1961,2,3,1.6666666666666667 +40213154,1961,4,1,1 +40213154,1961,5,1,2 +40213154,1961,7,6,3.1666666666666665 +40213154,1961,8,1,1 +40213154,1961,10,2,2 +40213154,1961,11,2,3 +40213154,1961,12,2,2.5 +40213154,1962,1,2,2 +40213154,1962,2,2,1.5 +40213154,1962,3,2,1.5 +40213154,1962,4,1,2 +40213154,1962,5,3,1.3333333333333333 +40213154,1962,7,3,3.3333333333333335 +40213154,1962,8,2,3.5 +40213154,1962,11,3,2.6666666666666665 +40213154,1962,12,1,3 +40213154,1963,1,2,2 +40213154,1963,2,2,1.5 +40213154,1963,3,2,1.5 +40213154,1963,5,3,1.6666666666666667 +40213154,1963,6,1,1 +40213154,1963,7,2,3.5 +40213154,1963,8,1,2 +40213154,1963,11,1,2 +40213154,1963,12,1,3 +40213154,1964,1,2,2 +40213154,1964,2,2,1.5 +40213154,1964,3,2,1.5 +40213154,1964,5,2,1.5 +40213154,1964,6,1,1 +40213154,1964,7,3,3 +40213154,1964,8,2,1.5 +40213154,1964,10,1,2 +40213154,1964,11,1,2 +40213154,1964,12,1,3 +40213154,1965,1,2,2 +40213154,1965,2,1,1 +40213154,1965,3,2,1.5 +40213154,1965,5,3,1.6666666666666667 +40213154,1965,6,1,1 +40213154,1965,7,1,5 +40213154,1965,8,3,3 +40213154,1965,10,2,1.5 +40213154,1965,11,1,2 +40213154,1965,12,3,1.6666666666666667 +40213154,1966,1,1,2 +40213154,1966,2,3,3 +40213154,1966,3,2,1.5 +40213154,1966,4,2,1 +40213154,1966,5,1,2 +40213154,1966,6,2,1.5 +40213154,1966,7,1,5 +40213154,1966,8,3,3 +40213154,1966,9,1,1 +40213154,1966,10,2,1.5 +40213154,1966,11,1,2 +40213154,1966,12,2,2 +40213154,1967,1,1,2 +40213154,1967,2,2,2 +40213154,1967,3,3,1 +40213154,1967,4,2,1 +40213154,1967,5,1,4 +40213154,1967,6,3,1.3333333333333333 +40213154,1967,7,4,2.25 +40213154,1967,8,1,1 +40213154,1967,10,2,1.5 +40213154,1967,12,3,1.3333333333333333 +40213154,1968,1,1,2 +40213154,1968,2,3,1.6666666666666667 +40213154,1968,3,3,1 +40213154,1968,4,1,1 +40213154,1968,5,3,2.6666666666666665 +40213154,1968,6,1,3 +40213154,1968,7,3,2.3333333333333335 +40213154,1968,8,1,1 +40213154,1968,9,1,1 +40213154,1968,10,2,1.5 +40213154,1968,12,4,2.25 +40213154,1969,1,1,2 +40213154,1969,2,1,1 +40213154,1969,3,3,1.3333333333333333 +40213154,1969,4,3,1 +40213154,1969,6,1,4 +40213154,1969,7,2,1 +40213154,1969,8,3,2.6666666666666665 +40213154,1969,10,2,3 +40213154,1969,11,2,1.5 +40213154,1969,12,1,1 +40213154,1970,1,1,1 +40213154,1970,2,2,1.5 +40213154,1970,3,4,1.25 +40213154,1970,4,1,1 +40213154,1970,5,1,2 +40213154,1970,6,2,2.5 +40213154,1970,7,4,1.25 +40213154,1970,8,1,5 +40213154,1970,9,3,1.6666666666666667 +40213154,1970,10,3,1.6666666666666667 +40213154,1970,11,2,1.5 +40213154,1970,12,2,3 +40213154,1971,2,1,2 +40213154,1971,3,3,1.3333333333333333 +40213154,1971,4,4,1.5 +40213154,1971,5,1,2 +40213154,1971,6,1,4 +40213154,1971,7,5,1.2 +40213154,1971,8,1,5 +40213154,1971,9,1,1 +40213154,1971,10,1,2 +40213154,1971,11,3,1.6666666666666667 +40213154,1971,12,1,2 +40213154,1972,1,2,1 +40213154,1972,2,2,1.5 +40213154,1972,3,4,2.75 +40213154,1972,4,5,1.4 +40213154,1972,5,2,2 +40213154,1972,6,1,4 +40213154,1972,7,4,2.25 +40213154,1972,8,2,3 +40213154,1972,9,1,1 +40213154,1972,10,3,1.3333333333333333 +40213154,1972,11,3,1.6666666666666667 +40213154,1972,12,2,4 +40213154,1973,1,2,1 +40213154,1973,2,1,2 +40213154,1973,3,3,1.3333333333333333 +40213154,1973,4,5,1.6 +40213154,1973,6,2,3 +40213154,1973,7,2,1.5 +40213154,1973,8,5,2 +40213154,1973,9,1,1 +40213154,1973,10,1,2 +40213154,1973,11,3,1.6666666666666667 +40213154,1973,12,2,2 +40213154,1974,1,1,1 +40213154,1974,2,4,1.25 +40213154,1974,3,3,1.3333333333333333 +40213154,1974,4,2,1 +40213154,1974,5,4,2.75 +40213154,1974,6,1,2 +40213154,1974,7,2,2.5 +40213154,1974,8,6,2.5 +40213154,1974,10,1,1 +40213154,1974,11,2,2 +40213154,1974,12,6,2.6666666666666665 +40213154,1975,1,1,2 +40213154,1975,2,1,1 +40213154,1975,3,4,1.75 +40213154,1975,4,4,1.25 +40213154,1975,5,3,2 +40213154,1975,6,1,2 +40213154,1975,7,2,2.5 +40213154,1975,8,5,1.2 +40213154,1975,9,1,1 +40213154,1975,10,3,1.3333333333333333 +40213154,1975,11,2,2 +40213154,1975,12,3,2 +40213154,1976,1,2,1.5 +40213154,1976,2,2,1 +40213154,1976,3,2,1.5 +40213154,1976,4,3,1.3333333333333333 +40213154,1976,5,3,2.6666666666666665 +40213154,1976,6,1,2 +40213154,1976,7,2,2.5 +40213154,1976,8,6,2.1666666666666665 +40213154,1976,9,2,1.5 +40213154,1976,10,2,1.5 +40213154,1976,11,1,2 +40213154,1976,12,4,3.5 +40213154,1977,1,2,1 +40213154,1977,2,2,1.5 +40213154,1977,3,2,1.5 +40213154,1977,4,1,2 +40213154,1977,5,2,1.5 +40213154,1977,6,1,2 +40213154,1977,7,1,2 +40213154,1977,8,6,1.6666666666666667 +40213154,1977,9,1,1 +40213154,1977,10,5,1.4 +40213154,1977,11,1,2 +40213154,1977,12,5,2.2 +40213154,1978,1,1,1 +40213154,1978,2,3,1.6666666666666667 +40213154,1978,3,4,2.25 +40213154,1978,4,2,1.5 +40213154,1978,5,1,5 +40213154,1978,6,2,2 +40213154,1978,8,3,1.6666666666666667 +40213154,1978,9,3,1.6666666666666667 +40213154,1978,10,4,1.5 +40213154,1978,11,2,1.5 +40213154,1978,12,2,2.5 +40213154,1979,1,2,4 +40213154,1979,2,2,1.5 +40213154,1979,3,6,2 +40213154,1979,4,1,2 +40213154,1979,6,2,2 +40213154,1979,8,3,1.6666666666666667 +40213154,1979,9,3,1.6666666666666667 +40213154,1979,10,5,6.4 +40213154,1979,11,3,2.6666666666666665 +40213154,1979,12,2,2 +40213154,1980,2,3,1.3333333333333333 +40213154,1980,3,6,2 +40213154,1980,4,5,2.6 +40213154,1980,6,2,2 +40213154,1980,9,3,1.6666666666666667 +40213154,1980,10,6,5.666666666666667 +40213154,1980,11,2,2 +40213154,1980,12,4,2 +40213154,1981,1,1,7 +40213154,1981,2,4,1.25 +40213154,1981,3,5,2.4 +40213154,1981,4,4,2.5 +40213154,1981,5,1,2 +40213154,1981,6,1,4 +40213154,1981,7,1,2 +40213154,1981,9,4,1.75 +40213154,1981,10,5,2 +40213154,1981,11,4,7.5 +40213154,1981,12,3,2.3333333333333335 +40213154,1982,1,1,4 +40213154,1982,2,3,1 +40213154,1982,3,11,3.727272727272727 +40213154,1982,4,5,2.4 +40213154,1982,5,1,5 +40213154,1982,7,1,2 +40213154,1982,9,3,1.3333333333333333 +40213154,1982,10,4,2.25 +40213154,1982,11,6,5.5 +40213154,1982,12,2,1.5 +40213154,1983,1,1,2 +40213154,1983,2,3,1 +40213154,1983,3,7,1.7142857142857142 +40213154,1983,4,5,7 +40213154,1983,5,2,7.5 +40213154,1983,6,1,3 +40213154,1983,7,3,2 +40213154,1983,8,1,2 +40213154,1983,9,4,1.75 +40213154,1983,10,5,2 +40213154,1983,11,7,4.857142857142857 +40213154,1983,12,2,3 +40213154,1984,1,2,3 +40213154,1984,2,1,1 +40213154,1984,3,11,1.4545454545454546 +40213154,1984,4,7,6 +40213154,1984,5,1,13 +40213154,1984,6,4,2.5 +40213154,1984,7,2,1.5 +40213154,1984,8,2,2 +40213154,1984,9,4,1.75 +40213154,1984,10,4,1.75 +40213154,1984,11,9,4.333333333333333 +40213154,1984,12,3,1.6666666666666667 +40213154,1985,1,5,2.8 +40213154,1985,3,9,1.3333333333333333 +40213154,1985,4,13,4.461538461538462 +40213154,1985,5,2,7.5 +40213154,1985,6,4,2 +40213154,1985,7,2,1.5 +40213154,1985,8,2,2 +40213154,1985,9,6,2 +40213154,1985,10,5,1.4 +40213154,1985,11,8,4.75 +40213154,1985,12,4,2.25 +40213154,1986,1,4,3 +40213154,1986,3,7,1.4285714285714286 +40213154,1986,4,14,4.214285714285714 +40213154,1986,5,1,2 +40213154,1986,6,4,4.75 +40213154,1986,7,2,1.5 +40213154,1986,8,4,1.75 +40213154,1986,9,4,2 +40213154,1986,10,5,1.6 +40213154,1986,11,4,8.5 +40213154,1986,12,9,1.6666666666666667 +40213154,1987,1,5,2.8 +40213154,1987,3,9,1.5555555555555556 +40213154,1987,4,13,4 +40213154,1987,5,5,3.6 +40213154,1987,6,6,4.166666666666667 +40213154,1987,7,1,2 +40213154,1987,8,6,2.3333333333333335 +40213154,1987,9,4,2.5 +40213154,1987,10,9,1.6666666666666667 +40213154,1987,11,7,2.142857142857143 +40213154,1987,12,9,4.222222222222222 +40213154,1988,1,3,3.6666666666666665 +40213154,1988,2,2,1.5 +40213154,1988,3,8,1.375 +40213154,1988,4,13,2.1538461538461537 +40213154,1988,5,7,6.428571428571429 +40213154,1988,6,3,5.333333333333333 +40213154,1988,7,6,2.1666666666666665 +40213154,1988,8,5,1.6 +40213154,1988,9,4,2.5 +40213154,1988,10,7,1.8571428571428572 +40213154,1988,11,7,1.7142857142857142 +40213154,1988,12,8,4.25 +40213154,1989,1,8,2.625 +40213154,1989,2,2,2.5 +40213154,1989,3,5,1.2 +40213154,1989,4,13,1.6923076923076923 +40213154,1989,5,12,4.75 +40213154,1989,6,5,5 +40213154,1989,7,5,3.2 +40213154,1989,8,6,1.5 +40213154,1989,9,4,2.5 +40213154,1989,10,8,1.75 +40213154,1989,11,11,1.5454545454545454 +40213154,1989,12,5,1.2 +40213154,1990,1,12,2.3333333333333335 +40213154,1990,2,3,3 +40213154,1990,3,4,1.25 +40213154,1990,4,9,1.5555555555555556 +40213154,1990,5,15,4.133333333333334 +40213154,1990,6,6,4.5 +40213154,1990,7,6,3 +40213154,1990,8,7,1.5714285714285714 +40213154,1990,9,4,2 +40213154,1990,10,10,2.2 +40213154,1990,11,12,1.5 +40213154,1990,12,8,1.375 +40213154,1991,1,9,2.3333333333333335 +40213154,1991,2,4,2.75 +40213154,1991,3,4,1.25 +40213154,1991,4,8,1.75 +40213154,1991,5,14,5.214285714285714 +40213154,1991,6,6,3.1666666666666665 +40213154,1991,7,7,3.5714285714285716 +40213154,1991,8,9,2.111111111111111 +40213154,1991,9,6,1.8333333333333333 +40213154,1991,10,14,2 +40213154,1991,11,8,2 +40213154,1991,12,9,5.333333333333333 +40213154,1992,1,11,2 +40213154,1992,2,6,3.5 +40213154,1992,3,4,1.5 +40213154,1992,4,9,1.6666666666666667 +40213154,1992,5,13,3.5384615384615383 +40213154,1992,6,7,2.142857142857143 +40213154,1992,7,7,2.142857142857143 +40213154,1992,8,8,2.25 +40213154,1992,9,6,1.5 +40213154,1992,10,14,2 +40213154,1992,11,11,1.9090909090909092 +40213154,1992,12,7,6.142857142857143 +40213154,1993,1,9,1.7777777777777777 +40213154,1993,2,9,2.6666666666666665 +40213154,1993,3,5,2.6 +40213154,1993,4,11,1.7272727272727273 +40213154,1993,5,9,3.7777777777777777 +40213154,1993,6,11,2.8181818181818183 +40213154,1993,7,11,2.3636363636363638 +40213154,1993,8,7,2.2857142857142856 +40213154,1993,9,10,1.4 +40213154,1993,10,9,2 +40213154,1993,11,18,1.9444444444444444 +40213154,1993,12,9,5.222222222222222 +40213154,1994,1,8,2.5 +40213154,1994,2,14,2 +40213154,1994,3,6,2.6666666666666665 +40213154,1994,4,6,1.6666666666666667 +40213154,1994,5,10,3.2 +40213154,1994,6,10,2.6 +40213154,1994,7,8,2.375 +40213154,1994,8,9,3.2222222222222223 +40213154,1994,9,9,1.4444444444444444 +40213154,1994,10,9,2 +40213154,1994,11,16,2 +40213154,1994,12,14,3 +40213154,1995,1,8,6 +40213154,1995,2,13,2.4615384615384617 +40213154,1995,3,10,2.4 +40213154,1995,4,8,2.125 +40213154,1995,5,7,4 +40213154,1995,6,13,2.3846153846153846 +40213154,1995,7,13,1.9230769230769231 +40213154,1995,8,11,2.8181818181818183 +40213154,1995,9,11,1.3636363636363635 +40213154,1995,10,9,2.2222222222222223 +40213154,1995,11,14,1.8571428571428572 +40213154,1995,12,17,1.7647058823529411 +40213154,1996,1,14,4.785714285714286 +40213154,1996,2,11,2.272727272727273 +40213154,1996,3,10,2.3 +40213154,1996,4,9,2.2222222222222223 +40213154,1996,5,11,3.090909090909091 +40213154,1996,6,11,2.090909090909091 +40213154,1996,7,14,1.9285714285714286 +40213154,1996,8,8,2.5 +40213154,1996,9,15,1.8666666666666667 +40213154,1996,10,7,1.7142857142857142 +40213154,1996,11,19,2.789473684210526 +40213154,1996,12,15,1.8666666666666667 +40213154,1997,1,13,4.846153846153846 +40213154,1997,2,14,2.2142857142857144 +40213154,1997,3,14,2.2142857142857144 +40213154,1997,4,16,1.875 +40213154,1997,5,7,1.8571428571428572 +40213154,1997,6,10,3.6 +40213154,1997,7,18,2 +40213154,1997,8,8,2.625 +40213154,1997,9,13,1.8461538461538463 +40213154,1997,10,14,1.5714285714285714 +40213154,1997,11,12,2.9166666666666665 +40213154,1997,12,14,2 +40213154,1998,1,16,4.125 +40213154,1998,2,11,2.6363636363636362 +40213154,1998,3,18,1.8333333333333333 +40213154,1998,4,16,2.25 +40213154,1998,5,10,2.1 +40213154,1998,6,7,3.5714285714285716 +40213154,1998,7,17,1.8235294117647058 +40213154,1998,8,12,2.3333333333333335 +40213154,1998,9,13,2.076923076923077 +40213154,1998,10,15,1.6 +40213154,1998,11,10,3.2 +40213154,1998,12,18,1.9444444444444444 +40213154,1999,1,16,4.0625 +40213154,1999,2,10,3.3 +40213154,1999,3,18,1.6666666666666667 +40213154,1999,4,13,2.076923076923077 +40213154,1999,5,12,2.25 +40213154,1999,6,11,3.1818181818181817 +40213154,1999,7,13,1.7692307692307692 +40213154,1999,8,14,1.8571428571428572 +40213154,1999,9,15,2.3333333333333335 +40213154,1999,10,15,1.5333333333333334 +40213154,1999,11,10,3.4 +40213154,1999,12,17,1.8823529411764706 +40213154,2000,1,14,4.428571428571429 +40213154,2000,2,11,2.6363636363636362 +40213154,2000,3,15,2 +40213154,2000,4,18,2.0555555555555554 +40213154,2000,5,13,2 +40213154,2000,6,13,2.076923076923077 +40213154,2000,7,13,1.9230769230769231 +40213154,2000,8,14,1.5714285714285714 +40213154,2000,9,17,2.1176470588235294 +40213154,2000,10,15,1.5333333333333334 +40213154,2000,11,8,2 +40213154,2000,12,19,2.789473684210526 +40213154,2001,1,17,2.588235294117647 +40213154,2001,2,15,4.333333333333333 +40213154,2001,3,9,2.2222222222222223 +40213154,2001,4,19,1.8421052631578947 +40213154,2001,5,16,2.0625 +40213154,2001,6,13,2.1538461538461537 +40213154,2001,7,12,1.8333333333333333 +40213154,2001,8,17,1.6470588235294117 +40213154,2001,9,13,2.076923076923077 +40213154,2001,10,20,1.75 +40213154,2001,11,6,1.8333333333333333 +40213154,2001,12,20,2.7 +40213154,2002,1,10,2 +40213154,2002,2,14,2.5 +40213154,2002,3,15,2.6 +40213154,2002,4,17,1.8823529411764706 +40213154,2002,5,17,1.8823529411764706 +40213154,2002,6,13,2.076923076923077 +40213154,2002,7,10,2.1 +40213154,2002,8,19,1.736842105263158 +40213154,2002,9,11,1.8181818181818181 +40213154,2002,10,16,1.875 +40213154,2002,11,11,1.5454545454545454 +40213154,2002,12,18,2.888888888888889 +40213154,2003,1,11,1.8181818181818181 +40213154,2003,2,16,2.375 +40213154,2003,3,12,2.5833333333333335 +40213154,2003,4,15,1.9333333333333333 +40213154,2003,5,16,1.875 +40213154,2003,6,16,1.9375 +40213154,2003,7,10,1.8 +40213154,2003,8,19,2 +40213154,2003,9,11,1.5454545454545454 +40213154,2003,10,16,2.0625 +40213154,2003,11,15,1.6 +40213154,2003,12,12,3.3333333333333335 +40213154,2004,1,15,1.9333333333333333 +40213154,2004,2,16,2.4375 +40213154,2004,3,10,2.5 +40213154,2004,4,15,1.7333333333333334 +40213154,2004,5,16,1.875 +40213154,2004,6,18,2.111111111111111 +40213154,2004,7,9,1.7777777777777777 +40213154,2004,8,16,2 +40213154,2004,9,12,1.6666666666666667 +40213154,2004,10,13,1.6923076923076923 +40213154,2004,11,18,1.6666666666666667 +40213154,2004,12,12,2.0833333333333335 +40213154,2005,1,14,2.0714285714285716 +40213154,2005,2,21,2.142857142857143 +40213154,2005,3,10,2.5 +40213154,2005,4,12,1.75 +40213154,2005,5,16,1.9375 +40213154,2005,6,18,1.6111111111111112 +40213154,2005,7,12,2.0833333333333335 +40213154,2005,8,15,2.066666666666667 +40213154,2005,9,15,1.6 +40213154,2005,10,11,1.6363636363636365 +40213154,2005,11,16,1.5625 +40213154,2005,12,12,1.75 +40213154,2006,1,15,1.8 +40213154,2006,2,24,2.8333333333333335 +40213154,2006,3,11,1.9090909090909092 +40213154,2006,4,9,2 +40213154,2006,5,13,2 +40213154,2006,6,15,2.1333333333333333 +40213154,2006,7,15,1.9333333333333333 +40213154,2006,8,16,1.9375 +40213154,2006,9,18,2.2222222222222223 +40213154,2006,10,9,1.6666666666666667 +40213154,2006,11,20,1.55 +40213154,2006,12,12,1.9166666666666667 +40213154,2007,1,20,2 +40213154,2007,2,21,2.6666666666666665 +40213154,2007,3,18,2.2222222222222223 +40213154,2007,4,8,1.875 +40213154,2007,5,13,2 +40213154,2007,6,12,2.3333333333333335 +40213154,2007,7,17,1.8235294117647058 +40213154,2007,8,15,2.466666666666667 +40213154,2007,9,20,2.3 +40213154,2007,10,11,2.090909090909091 +40213154,2007,11,17,1.6470588235294117 +40213154,2007,12,13,1.6923076923076923 +40213154,2008,1,19,1.894736842105263 +40213154,2008,2,18,2.388888888888889 +40213154,2008,3,16,2.6875 +40213154,2008,4,11,2.1818181818181817 +40213154,2008,5,15,1.9333333333333333 +40213154,2008,6,10,2.5 +40213154,2008,7,19,1.7894736842105263 +40213154,2008,8,21,2.3333333333333335 +40213154,2008,9,20,2.2 +40213154,2008,10,10,2.5 +40213154,2008,11,19,1.7894736842105263 +40213154,2008,12,15,2 +40213154,2009,1,19,1.9473684210526316 +40213154,2009,2,18,2.388888888888889 +40213154,2009,3,19,2.6315789473684212 +40213154,2009,4,16,1.875 +40213154,2009,5,13,2.1538461538461537 +40213154,2009,6,12,2.25 +40213154,2009,7,19,1.8421052631578947 +40213154,2009,8,17,2.5294117647058822 +40213154,2009,9,26,2 +40213154,2009,10,15,2.533333333333333 +40213154,2009,11,15,1.8 +40213154,2009,12,21,2.0952380952380953 +40213154,2010,1,16,1.875 +40213154,2010,2,15,2.3333333333333335 +40213154,2010,3,25,2.64 +40213154,2010,4,13,1.6153846153846154 +40213154,2010,5,17,1.8235294117647058 +40213154,2010,6,13,2.3846153846153846 +40213154,2010,7,19,1.894736842105263 +40213154,2010,8,15,2.2666666666666666 +40213154,2010,9,28,2.2857142857142856 +40213154,2010,10,18,2.111111111111111 +40213154,2010,11,17,2.176470588235294 +40213154,2010,12,24,2.0416666666666665 +40213154,2011,1,15,1.6666666666666667 +40213154,2011,2,15,1.8 +40213154,2011,3,24,2.75 +40213154,2011,4,17,1.7058823529411764 +40213154,2011,5,20,1.9 +40213154,2011,6,13,2 +40213154,2011,7,19,1.8421052631578947 +40213154,2011,8,13,2.4615384615384617 +40213154,2011,9,30,2.3 +40213154,2011,10,24,2.3333333333333335 +40213154,2011,11,14,2.2857142857142856 +40213154,2011,12,22,1.8636363636363635 +40213154,2012,1,18,1.8333333333333333 +40213154,2012,2,15,1.7333333333333334 +40213154,2012,3,24,2.75 +40213154,2012,4,21,1.6666666666666667 +40213154,2012,5,20,1.9 +40213154,2012,6,14,1.7857142857142858 +40213154,2012,7,19,2.1578947368421053 +40213154,2012,8,20,1.95 +40213154,2012,9,30,2.2666666666666666 +40213154,2012,10,21,2.2857142857142856 +40213154,2012,11,21,2.1904761904761907 +40213154,2012,12,24,1.6666666666666667 +40213154,2013,1,18,2.1666666666666665 +40213154,2013,2,19,1.4736842105263157 +40213154,2013,3,22,3.090909090909091 +40213154,2013,4,17,1.7058823529411764 +40213154,2013,5,23,1.608695652173913 +40213154,2013,6,245,2.4326530612244897 +40213154,2013,7,612,2.392156862745098 +40213154,2013,8,635,2.141732283464567 +40213154,2013,9,599,2.350584307178631 +40213154,2013,10,656,2.3673780487804876 +40213154,2013,11,560,2.330357142857143 +40213154,2013,12,630,2.226984126984127 +40213154,2014,1,643,2.4339035769828925 +40213154,2014,2,598,2.5183946488294313 +40213154,2014,3,618,2.5372168284789645 +40213154,2014,4,593,2.2124789207419897 +40213154,2014,5,612,2.119281045751634 +40213154,2014,6,581,2.4733218588640273 +40213154,2014,7,615,2.3934959349593496 +40213154,2014,8,624,2.2131410256410255 +40213154,2014,9,597,2.2562814070351758 +40213154,2014,10,635,2.4803149606299213 +40213154,2014,11,591,2.3214890016920475 +40213154,2014,12,578,2.2975778546712804 +40213154,2015,1,661,2.4462934947049924 +40213154,2015,2,594,2.4494949494949494 +40213154,2015,3,631,2.316957210776545 +40213154,2015,4,605,2.4033057851239668 +40213154,2015,5,601,2.1663893510815306 +40213154,2015,6,612,2.2941176470588234 +40213154,2015,7,618,2.4190938511326863 +40213154,2015,8,646,2.346749226006192 +40213154,2015,9,592,2.206081081081081 +40213154,2015,10,658,2.360182370820669 +40213154,2015,11,606,2.2293729372937294 +40213154,2015,12,602,2.2524916943521593 +40213154,2016,1,679,2.43740795287187 +40213154,2016,2,593,2.5160202360876895 +40213154,2016,3,666,2.388888888888889 +40213154,2016,4,606,2.402640264026403 +40213154,2016,5,625,2.3232 +40213154,2016,6,616,2.262987012987013 +40213154,2016,7,646,2.3544891640866874 +40213154,2016,8,643,2.4292379471228616 +40213154,2016,9,594,2.1717171717171717 +40213154,2016,10,661,2.514372163388805 +40213154,2016,11,618,2.2896440129449838 +40213154,2016,12,583,2.221269296740995 +40213154,2017,1,694,2.537463976945245 +40213154,2017,2,566,2.454063604240283 +40213154,2017,3,647,2.401854714064915 +40213154,2017,4,598,2.4498327759197323 +40213154,2017,5,648,2.1527777777777777 +40213154,2017,6,628,2.390127388535032 +40213154,2017,7,635,2.3070866141732282 +40213154,2017,8,675,2.414814814814815 +40213154,2017,9,596,2.1426174496644297 +40213154,2017,10,645,2.3767441860465115 +40213154,2017,11,662,2.308157099697885 +40213154,2017,12,577,2.3015597920277298 +40213154,2018,1,683,2.288433382137628 +40213154,2018,2,602,2.4485049833887045 +40213154,2018,3,657,2.415525114155251 +40213154,2018,4,596,2.511744966442953 +40213154,2018,5,665,2.2330827067669174 +40213154,2018,6,627,2.2264752791068583 +40213154,2018,7,617,2.340356564019449 +40213154,2018,8,678,2.4528023598820057 +40213154,2018,9,652,2.3773006134969323 +40213154,2018,10,617,2.2901134521880064 +40213154,2018,11,665,2.406015037593985 +40213154,2018,12,601,2.3410981697171382 +40213154,2019,1,680,2.320588235294118 +40213154,2019,2,617,2.2771474878444082 +40213154,2019,3,673,2.4695393759286777 +40213154,2019,4,615,2.538211382113821 +40213154,2019,5,659,2.289833080424886 +40213154,2019,6,616,2.168831168831169 +40213154,2019,7,662,2.3595166163141994 +40213154,2019,8,659,2.4764795144157814 +40213154,2019,9,666,2.304804804804805 +40213154,2019,10,640,2.1453125 +40213154,2019,11,656,2.4878048780487805 +40213154,2019,12,636,2.279874213836478 +40213154,2020,1,650,2.207692307692308 +40213154,2020,2,646,2.5619195046439627 +40213154,2020,3,679,2.444771723122239 +40213154,2020,4,642,2.3068535825545173 +40213154,2020,5,640,2.41875 +40213154,2020,6,624,2.2868589743589745 +40213154,2020,7,656,2.278963414634146 +40213154,2020,8,663,2.4615384615384617 +40213154,2020,9,676,2.36094674556213 +40213154,2020,10,617,2.1815235008103726 +40213154,2020,11,697,2.3873744619799138 +40213154,2020,12,636,2.3710691823899372 +40213154,2021,1,644,2.2857142857142856 +40213154,2021,2,636,2.3710691823899372 +40213154,2021,3,688,2.4680232558139537 +40213154,2021,4,646,2.331269349845201 +40213154,2021,5,641,2.4726989079563184 +40213154,2021,6,600,2.295 +40213154,2021,7,668,2.2365269461077846 +40213154,2021,8,680,2.363235294117647 +40213154,2021,9,642,2.4501557632398754 +40213154,2021,10,662,2.098187311178248 +40213154,2021,11,671,2.5126676602086437 +40213154,2021,12,666,2.3063063063063063 +40213154,2022,1,652,2.2392638036809815 +40213154,2022,2,660,2.3636363636363638 +40213154,2022,3,700,2.4514285714285715 +40213154,2022,4,651,2.4546850998463903 +40213154,2022,5,655,2.4198473282442747 +40213154,2022,6,626,2.2044728434504792 +40213154,2022,7,672,2.3035714285714284 +40213154,2022,8,700,2.38 +40213154,2022,9,696,2.57183908045977 +40213154,2022,10,664,2.128012048192771 +40213154,2022,11,658,2.4574468085106385 +40213154,2022,12,695,2.2762589928057553 +40213154,2023,1,638,2.324451410658307 +40213154,2023,2,665,2.308270676691729 +40213154,2023,3,664,2.3795180722891565 +40213154,2023,4,691,2.470332850940666 +40213154,2023,5,618,2.5064724919093853 +40213154,2023,6,324,2.2623456790123457 +40213160,1955,6,1,2 +40213160,1955,11,1,1 +40213160,1959,4,1,3 +40213160,1959,6,1,3 +40213160,1959,9,1,3 +40213160,1963,12,1,3 +40213160,1965,7,1,1 +40213160,1965,9,1,1 +40213160,1965,12,1,1 +40213160,1970,3,1,1 +40213160,1973,11,1,2 +40213160,1981,2,1,1 +40213160,1985,7,1,1 +40213160,1985,9,1,1 +40213160,1985,12,1,1 +40213160,1990,3,1,1 +40213160,1994,5,1,2 +40213160,1994,7,1,2 +40213160,1994,10,1,2 +40213160,1995,2,1,2 +40213160,1996,3,1,2 +40213160,2001,10,1,1 +40213160,2001,12,1,1 +40213160,2002,2,1,1 +40213160,2002,3,1,1 +40213160,2002,7,1,1 +40213160,2002,9,1,1 +40213160,2002,12,1,1 +40213160,2007,3,1,1 +40213160,2010,12,1,1 +40213160,2011,2,1,1 +40213160,2011,5,1,1 +40213160,2013,6,13,2 +40213160,2013,7,27,2.2962962962962963 +40213160,2013,8,40,1.975 +40213160,2013,9,41,2.073170731707317 +40213160,2013,10,30,2 +40213160,2013,11,40,2 +40213160,2013,12,42,2.261904761904762 +40213160,2014,1,36,1.8611111111111112 +40213160,2014,2,39,2.6153846153846154 +40213160,2014,3,28,2.5357142857142856 +40213160,2014,4,30,2.5 +40213160,2014,5,34,2.9411764705882355 +40213160,2014,6,25,2.08 +40213160,2014,7,36,2.9722222222222223 +40213160,2014,8,21,3.6666666666666665 +40213160,2014,9,32,2.5 +40213160,2014,10,32,3.78125 +40213160,2014,11,27,2.962962962962963 +40213160,2014,12,38,2.210526315789474 +40213160,2015,1,32,3.78125 +40213160,2015,2,43,2.4186046511627906 +40213160,2015,3,44,2.2045454545454546 +40213160,2015,4,35,2.657142857142857 +40213160,2015,5,40,2.225 +40213160,2015,6,39,3.076923076923077 +40213160,2015,7,38,2.6842105263157894 +40213160,2015,8,44,2.477272727272727 +40213160,2015,9,42,2.2142857142857144 +40213160,2015,10,39,2.641025641025641 +40213160,2015,11,47,2.6382978723404253 +40213160,2015,12,42,1.9523809523809523 +40213160,2016,1,38,2.4473684210526314 +40213160,2016,2,37,1.945945945945946 +40213160,2016,3,42,2.119047619047619 +40213160,2016,4,46,2.5 +40213160,2016,5,38,1.7105263157894737 +40213160,2016,6,30,2.566666666666667 +40213160,2016,7,42,2.7142857142857144 +40213160,2016,8,37,2.864864864864865 +40213160,2016,9,40,3.025 +40213160,2016,10,31,2.4838709677419355 +40213160,2016,11,26,2.1153846153846154 +40213160,2016,12,34,2.3823529411764706 +40213160,2017,1,40,3.25 +40213160,2017,2,36,2.9166666666666665 +40213160,2017,3,36,2.888888888888889 +40213160,2017,4,30,1.8 +40213160,2017,5,45,2.2666666666666666 +40213160,2017,6,44,2.5 +40213160,2017,7,48,1.9166666666666667 +40213160,2017,8,34,2.235294117647059 +40213160,2017,9,41,3.024390243902439 +40213160,2017,10,28,2.2142857142857144 +40213160,2017,11,34,2.588235294117647 +40213160,2017,12,33,2.1515151515151514 +40213160,2018,1,30,1.8 +40213160,2018,2,32,2.46875 +40213160,2018,3,35,1.8571428571428572 +40213160,2018,4,31,1.967741935483871 +40213160,2018,5,46,1.565217391304348 +40213160,2018,6,38,2.1052631578947367 +40213160,2018,7,31,1.6774193548387097 +40213160,2018,8,41,2.024390243902439 +40213160,2018,9,32,1.875 +40213160,2018,10,37,1.837837837837838 +40213160,2018,11,28,2.392857142857143 +40213160,2018,12,30,1.7333333333333334 +40213160,2019,1,37,2.72972972972973 +40213160,2019,2,29,2.0689655172413794 +40213160,2019,3,36,1.9166666666666667 +40213160,2019,4,32,3.03125 +40213160,2019,5,47,2.0638297872340425 +40213160,2019,6,35,2.1714285714285713 +40213160,2019,7,34,1.911764705882353 +40213160,2019,8,34,2.088235294117647 +40213160,2019,9,38,2.236842105263158 +40213160,2019,10,40,2 +40213160,2019,11,36,2.111111111111111 +40213160,2019,12,32,1.96875 +40213160,2020,1,32,2.0625 +40213160,2020,2,39,2.230769230769231 +40213160,2020,3,27,2.4814814814814814 +40213160,2020,4,36,2 +40213160,2020,5,40,2.1 +40213160,2020,6,36,2.5555555555555554 +40213160,2020,7,44,2.1136363636363638 +40213160,2020,8,37,2.72972972972973 +40213160,2020,9,31,2.096774193548387 +40213160,2020,10,41,3.048780487804878 +40213160,2020,11,43,2.0930232558139537 +40213160,2020,12,42,3.2142857142857144 +40213160,2021,1,44,2.75 +40213160,2021,2,28,2.5714285714285716 +40213160,2021,3,37,2.864864864864865 +40213160,2021,4,32,2.875 +40213160,2021,5,35,2.5714285714285716 +40213160,2021,6,30,2.2333333333333334 +40213160,2021,7,33,2.212121212121212 +40213160,2021,8,32,2.28125 +40213160,2021,9,43,2.5813953488372094 +40213160,2021,10,44,1.8409090909090908 +40213160,2021,11,40,2 +40213160,2021,12,34,2 +40213160,2022,1,40,1.975 +40213160,2022,2,37,2.108108108108108 +40213160,2022,3,32,2.28125 +40213160,2022,4,34,2.0294117647058822 +40213160,2022,5,34,2.5588235294117645 +40213160,2022,6,29,1.7241379310344827 +40213160,2022,7,35,2.057142857142857 +40213160,2022,8,33,1.7272727272727273 +40213160,2022,9,32,1.65625 +40213160,2022,10,34,2.264705882352941 +40213160,2022,11,31,1.4838709677419355 +40213160,2022,12,34,2.0294117647058822 +40213160,2023,1,33,2.0606060606060606 +40213160,2023,2,23,2.869565217391304 +40213160,2023,3,30,2.1666666666666665 +40213160,2023,4,34,2.3529411764705883 +40213160,2023,5,28,2.8214285714285716 +40213160,2023,6,15,1.6666666666666667 +40213180,2005,4,1,1 +40213180,2005,7,1,1 +40213180,2005,9,1,2 +40213180,2006,9,1,2 +40213180,2008,3,1,1 +40213180,2009,7,1,1 +40213180,2009,8,1,1 +40213180,2010,7,1,1 +40213180,2012,10,1,2 +40213180,2013,6,13,1.4615384615384615 +40213180,2013,7,26,2.8461538461538463 +40213180,2013,8,20,1.9 +40213180,2013,9,18,2.2222222222222223 +40213180,2013,10,26,2.4615384615384617 +40213180,2013,11,17,3.0588235294117645 +40213180,2013,12,26,2.1538461538461537 +40213180,2014,1,23,2.4782608695652173 +40213180,2014,2,18,2.1666666666666665 +40213180,2014,3,25,1.96 +40213180,2014,4,27,1.8888888888888888 +40213180,2014,5,22,2.090909090909091 +40213180,2014,6,16,2.125 +40213180,2014,7,19,2 +40213180,2014,8,26,1.8846153846153846 +40213180,2014,9,26,2.230769230769231 +40213180,2014,10,25,2.08 +40213180,2014,11,27,2.111111111111111 +40213180,2014,12,21,2.857142857142857 +40213180,2015,1,29,2.310344827586207 +40213180,2015,2,23,1.9565217391304348 +40213180,2015,3,30,2.1666666666666665 +40213180,2015,4,31,2.161290322580645 +40213180,2015,5,24,1.875 +40213180,2015,6,22,1.8181818181818181 +40213180,2015,7,18,2.0555555555555554 +40213180,2015,8,34,2.0294117647058822 +40213180,2015,9,19,2.6315789473684212 +40213180,2015,10,20,2.05 +40213180,2015,11,25,1.96 +40213180,2015,12,30,2.1666666666666665 +40213180,2016,1,38,2.1052631578947367 +40213180,2016,2,19,1.894736842105263 +40213180,2016,3,26,2.1153846153846154 +40213180,2016,4,33,1.878787878787879 +40213180,2016,5,34,2.088235294117647 +40213180,2016,6,24,2.2083333333333335 +40213180,2016,7,28,1.8928571428571428 +40213180,2016,8,19,1.9473684210526316 +40213180,2016,9,25,1.64 +40213180,2016,10,22,2.909090909090909 +40213180,2016,11,30,1.7666666666666666 +40213180,2016,12,28,2.142857142857143 +40213180,2017,1,29,3.4482758620689653 +40213180,2017,2,23,3.217391304347826 +40213180,2017,3,20,2.9 +40213180,2017,4,27,2.3333333333333335 +40213180,2017,5,16,2.125 +40213180,2017,6,24,2.1666666666666665 +40213180,2017,7,32,2.8125 +40213180,2017,8,27,2.2962962962962963 +40213180,2017,9,31,2.129032258064516 +40213180,2017,10,20,1.9 +40213180,2017,11,15,2.066666666666667 +40213180,2017,12,17,3.3529411764705883 +40213180,2018,1,27,2.074074074074074 +40213180,2018,2,20,2.75 +40213180,2018,3,31,2.3225806451612905 +40213180,2018,4,19,1.894736842105263 +40213180,2018,5,24,2.5 +40213180,2018,6,29,1.9655172413793103 +40213180,2018,7,25,1.76 +40213180,2018,8,17,1.8823529411764706 +40213180,2018,9,21,2.1904761904761907 +40213180,2018,10,28,2.0357142857142856 +40213180,2018,11,27,3.2962962962962963 +40213180,2018,12,21,3.1904761904761907 +40213180,2019,1,30,2.3333333333333335 +40213180,2019,2,24,2.0833333333333335 +40213180,2019,3,20,3.35 +40213180,2019,4,17,2.764705882352941 +40213180,2019,5,32,1.84375 +40213180,2019,6,22,1.6818181818181819 +40213180,2019,7,25,2.36 +40213180,2019,8,20,2.4 +40213180,2019,9,18,1.9444444444444444 +40213180,2019,10,28,1.5714285714285714 +40213180,2019,11,21,2.3333333333333335 +40213180,2019,12,28,2.607142857142857 +40213180,2020,1,26,2.269230769230769 +40213180,2020,2,34,2.1470588235294117 +40213180,2020,3,26,3.1153846153846154 +40213180,2020,4,30,2.2333333333333334 +40213180,2020,5,24,3 +40213180,2020,6,22,2.090909090909091 +40213180,2020,7,24,1.75 +40213180,2020,8,26,1.7307692307692308 +40213180,2020,9,20,2.3 +40213180,2020,10,18,2.3333333333333335 +40213180,2020,11,30,1.7666666666666666 +40213180,2020,12,23,2 +40213180,2021,1,20,2.35 +40213180,2021,2,22,2.6363636363636362 +40213180,2021,3,30,1.9 +40213180,2021,4,35,1.9142857142857144 +40213180,2021,5,30,1.9666666666666666 +40213180,2021,6,23,2.0434782608695654 +40213180,2021,7,32,2.59375 +40213180,2021,8,21,2.4285714285714284 +40213180,2021,9,24,2.2083333333333335 +40213180,2021,10,22,2.3181818181818183 +40213180,2021,11,28,2.2857142857142856 +40213180,2021,12,31,2.2903225806451615 +40213180,2022,1,29,2 +40213180,2022,2,29,1.9655172413793103 +40213180,2022,3,22,1.5454545454545454 +40213180,2022,4,20,2.05 +40213180,2022,5,28,2.0714285714285716 +40213180,2022,6,26,1.7307692307692308 +40213180,2022,7,21,2.5238095238095237 +40213180,2022,8,33,3.303030303030303 +40213180,2022,9,19,2.0526315789473686 +40213180,2022,10,34,2.823529411764706 +40213180,2022,11,22,1.9545454545454546 +40213180,2022,12,26,2.076923076923077 +40213180,2023,1,22,1.8181818181818181 +40213180,2023,2,30,2.3666666666666667 +40213180,2023,3,25,2.56 +40213180,2023,4,22,2.909090909090909 +40213180,2023,5,20,2.05 +40213180,2023,6,13,2.076923076923077 +40213183,1971,3,1,1 +40213183,1971,5,1,2 +40213183,1973,11,1,2 +40213183,1981,2,1,1 +40213183,1986,6,1,1 +40213183,1990,3,1,1 +40213183,1995,2,1,2 +40213183,1995,4,1,2 +40213183,1996,3,1,2 +40213183,2002,2,1,1 +40213183,2002,9,1,1 +40213183,2003,6,1,1 +40213183,2007,3,1,1 +40213183,2011,11,1,1 +40213183,2013,6,4,1.75 +40213183,2013,7,12,1.8333333333333333 +40213183,2013,8,20,2 +40213183,2013,9,20,1.7 +40213183,2013,10,21,1.8095238095238095 +40213183,2013,11,16,2.3125 +40213183,2013,12,23,3.347826086956522 +40213183,2014,1,17,1.8235294117647058 +40213183,2014,2,24,2.9583333333333335 +40213183,2014,3,17,3.4705882352941178 +40213183,2014,4,12,2.75 +40213183,2014,5,17,2.235294117647059 +40213183,2014,6,22,2.1363636363636362 +40213183,2014,7,14,2.0714285714285716 +40213183,2014,8,17,1.588235294117647 +40213183,2014,9,17,1.8235294117647058 +40213183,2014,10,15,1.6666666666666667 +40213183,2014,11,17,2.3529411764705883 +40213183,2014,12,17,2 +40213183,2015,1,19,2.789473684210526 +40213183,2015,2,16,1.9375 +40213183,2015,3,19,1.9473684210526316 +40213183,2015,4,20,3.75 +40213183,2015,5,13,2.6923076923076925 +40213183,2015,6,15,3.6666666666666665 +40213183,2015,7,17,4.764705882352941 +40213183,2015,8,23,2.347826086956522 +40213183,2015,9,14,1.9285714285714286 +40213183,2015,10,25,2.88 +40213183,2015,11,18,2.4444444444444446 +40213183,2015,12,23,2.0869565217391304 +40213183,2016,1,23,2.347826086956522 +40213183,2016,2,19,2.1578947368421053 +40213183,2016,3,19,2.210526315789474 +40213183,2016,4,16,1.75 +40213183,2016,5,19,2.4210526315789473 +40213183,2016,6,17,2.176470588235294 +40213183,2016,7,17,4.117647058823529 +40213183,2016,8,24,2.625 +40213183,2016,9,20,3.1 +40213183,2016,10,20,2.35 +40213183,2016,11,22,1.9545454545454546 +40213183,2016,12,17,2 +40213183,2017,1,21,2.7142857142857144 +40213183,2017,2,22,2.8181818181818183 +40213183,2017,3,20,3.95 +40213183,2017,4,14,1.7142857142857142 +40213183,2017,5,16,2 +40213183,2017,6,20,2 +40213183,2017,7,23,2.6956521739130435 +40213183,2017,8,15,2.2 +40213183,2017,9,18,3.5 +40213183,2017,10,8,2 +40213183,2017,11,22,2.6363636363636362 +40213183,2017,12,25,2.76 +40213183,2018,1,16,1.8125 +40213183,2018,2,19,2 +40213183,2018,3,23,2.0434782608695654 +40213183,2018,4,19,2.210526315789474 +40213183,2018,5,23,2.217391304347826 +40213183,2018,6,19,1.9473684210526316 +40213183,2018,7,13,2.230769230769231 +40213183,2018,8,18,2.9444444444444446 +40213183,2018,9,9,2.2222222222222223 +40213183,2018,10,18,1.8333333333333333 +40213183,2018,11,15,1.7333333333333334 +40213183,2018,12,16,1.9375 +40213183,2019,1,18,3.5 +40213183,2019,2,13,2.076923076923077 +40213183,2019,3,21,2.0952380952380953 +40213183,2019,4,17,3.6470588235294117 +40213183,2019,5,17,2.9411764705882355 +40213183,2019,6,13,2.1538461538461537 +40213183,2019,7,18,2.0555555555555554 +40213183,2019,8,20,2.25 +40213183,2019,9,14,2.142857142857143 +40213183,2019,10,18,2.5 +40213183,2019,11,26,2.1153846153846154 +40213183,2019,12,20,2.05 +40213183,2020,1,13,1.6923076923076923 +40213183,2020,2,21,2.5238095238095237 +40213183,2020,3,25,2.28 +40213183,2020,4,20,2.3 +40213183,2020,5,17,2.235294117647059 +40213183,2020,6,17,2.0588235294117645 +40213183,2020,7,23,2.217391304347826 +40213183,2020,8,16,1.8125 +40213183,2020,9,12,2 +40213183,2020,10,22,1.8636363636363635 +40213183,2020,11,25,2 +40213183,2020,12,17,3.5294117647058822 +40213183,2021,1,22,1.7727272727272727 +40213183,2021,2,8,1.875 +40213183,2021,3,17,2.176470588235294 +40213183,2021,4,20,3.1 +40213183,2021,5,19,2.473684210526316 +40213183,2021,6,13,1.9230769230769231 +40213183,2021,7,16,3.375 +40213183,2021,8,17,2.764705882352941 +40213183,2021,9,23,3.5217391304347827 +40213183,2021,10,21,1.8571428571428572 +40213183,2021,11,23,2.5217391304347827 +40213183,2021,12,24,2.375 +40213183,2022,1,17,2.176470588235294 +40213183,2022,2,12,2 +40213183,2022,3,17,2.8823529411764706 +40213183,2022,4,21,2.238095238095238 +40213183,2022,5,15,2.6666666666666665 +40213183,2022,6,11,2.5454545454545454 +40213183,2022,7,16,1.75 +40213183,2022,8,27,1.9259259259259258 +40213183,2022,9,17,1.588235294117647 +40213183,2022,10,14,2.142857142857143 +40213183,2022,11,18,1.7222222222222223 +40213183,2022,12,20,1.9 +40213183,2023,1,20,1.7 +40213183,2023,2,13,2.3846153846153846 +40213183,2023,3,15,2 +40213183,2023,4,24,1.875 +40213183,2023,5,14,1.5714285714285714 +40213183,2023,6,11,1.6363636363636365 +40213198,2010,1,3,2.6666666666666665 +40213198,2010,3,2,2 +40213198,2010,5,1,2 +40213198,2010,6,2,1.5 +40213198,2010,7,2,2 +40213198,2010,9,3,3 +40213198,2010,10,1,2 +40213198,2010,11,1,1 +40213198,2010,12,2,1.5 +40213198,2011,2,3,1.6666666666666667 +40213198,2011,3,1,1 +40213198,2011,5,1,1 +40213198,2011,10,1,1 +40213198,2011,11,2,2 +40213198,2012,3,1,5 +40213198,2012,10,1,2 +40213198,2012,11,2,4.5 +40213198,2012,12,2,2.5 +40213198,2013,1,1,2 +40213198,2013,6,18,2 +40213198,2013,7,41,2.1463414634146343 +40213198,2013,8,51,2.0980392156862746 +40213198,2013,9,49,2.020408163265306 +40213198,2013,10,42,1.8333333333333333 +40213198,2013,11,45,1.9777777777777779 +40213198,2013,12,54,2.6481481481481484 +40213198,2014,1,37,1.8918918918918919 +40213198,2014,2,45,2.1555555555555554 +40213198,2014,3,39,1.8205128205128205 +40213198,2014,4,35,2.1142857142857143 +40213198,2014,5,46,2.6956521739130435 +40213198,2014,6,33,2.393939393939394 +40213198,2014,7,41,3.2195121951219514 +40213198,2014,8,37,3.081081081081081 +40213198,2014,9,46,2.152173913043478 +40213198,2014,10,36,3.638888888888889 +40213198,2014,11,30,2.966666666666667 +40213198,2014,12,45,2.088888888888889 +40213198,2015,1,38,3.4473684210526314 +40213198,2015,2,42,2.5714285714285716 +40213198,2015,3,45,2.2888888888888888 +40213198,2015,4,48,3 +40213198,2015,5,36,2.4166666666666665 +40213198,2015,6,51,2.4705882352941178 +40213198,2015,7,52,2.673076923076923 +40213198,2015,8,51,2.7058823529411766 +40213198,2015,9,44,2.159090909090909 +40213198,2015,10,33,2.515151515151515 +40213198,2015,11,60,2.433333333333333 +40213198,2015,12,50,2.94 +40213198,2016,1,52,2.4423076923076925 +40213198,2016,2,50,2.02 +40213198,2016,3,52,2.0576923076923075 +40213198,2016,4,49,2.489795918367347 +40213198,2016,5,56,2.1964285714285716 +40213198,2016,6,41,2.5121951219512195 +40213198,2016,7,50,2.42 +40213198,2016,8,56,2.4642857142857144 +40213198,2016,9,43,2.558139534883721 +40213198,2016,10,49,3.306122448979592 +40213198,2016,11,29,1.7586206896551724 +40213198,2016,12,42,2.357142857142857 +40213198,2017,1,49,2.9183673469387754 +40213198,2017,2,43,2.372093023255814 +40213198,2017,3,51,3.1372549019607843 +40213198,2017,4,45,1.7555555555555555 +40213198,2017,5,48,2.0625 +40213198,2017,6,57,2.7017543859649122 +40213198,2017,7,55,2.5090909090909093 +40213198,2017,8,49,2.3877551020408165 +40213198,2017,9,39,2.230769230769231 +40213198,2017,10,37,2.081081081081081 +40213198,2017,11,40,3.125 +40213198,2017,12,41,2.4146341463414633 +40213198,2018,1,43,2.0697674418604652 +40213198,2018,2,38,2.1315789473684212 +40213198,2018,3,43,1.8837209302325582 +40213198,2018,4,38,1.763157894736842 +40213198,2018,5,48,1.9583333333333333 +40213198,2018,6,44,2.8181818181818183 +40213198,2018,7,42,1.9285714285714286 +40213198,2018,8,47,2.297872340425532 +40213198,2018,9,42,2.261904761904762 +40213198,2018,10,47,1.6382978723404256 +40213198,2018,11,43,2.302325581395349 +40213198,2018,12,44,1.7272727272727273 +40213198,2019,1,36,1.7777777777777777 +40213198,2019,2,44,1.7045454545454546 +40213198,2019,3,45,1.8222222222222222 +40213198,2019,4,45,1.8888888888888888 +40213198,2019,5,54,2.537037037037037 +40213198,2019,6,37,1.972972972972973 +40213198,2019,7,50,1.98 +40213198,2019,8,41,2.073170731707317 +40213198,2019,9,38,2.1578947368421053 +40213198,2019,10,39,1.9487179487179487 +40213198,2019,11,48,1.9375 +40213198,2019,12,39,2.1025641025641026 +40213198,2020,1,43,1.9069767441860466 +40213198,2020,2,47,2.1914893617021276 +40213198,2020,3,45,2.6444444444444444 +40213198,2020,4,53,2.3962264150943398 +40213198,2020,5,44,1.8863636363636365 +40213198,2020,6,39,2.4615384615384617 +40213198,2020,7,44,1.8181818181818181 +40213198,2020,8,46,2.652173913043478 +40213198,2020,9,35,1.9714285714285715 +40213198,2020,10,51,2.7450980392156863 +40213198,2020,11,44,2 +40213198,2020,12,49,2.816326530612245 +40213198,2021,1,55,2.5454545454545454 +40213198,2021,2,32,3.0625 +40213198,2021,3,47,2.7872340425531914 +40213198,2021,4,42,2.0714285714285716 +40213198,2021,5,50,2.44 +40213198,2021,6,42,2.380952380952381 +40213198,2021,7,48,2.7291666666666665 +40213198,2021,8,34,1.7647058823529411 +40213198,2021,9,53,2.6792452830188678 +40213198,2021,10,49,1.836734693877551 +40213198,2021,11,49,3.122448979591837 +40213198,2021,12,46,2.282608695652174 +40213198,2022,1,46,2.1739130434782608 +40213198,2022,2,39,2.1794871794871793 +40213198,2022,3,40,2.175 +40213198,2022,4,43,1.9069767441860466 +40213198,2022,5,40,2.05 +40213198,2022,6,42,1.7857142857142858 +40213198,2022,7,46,2.130434782608696 +40213198,2022,8,48,1.9166666666666667 +40213198,2022,9,38,1.894736842105263 +40213198,2022,10,45,2.422222222222222 +40213198,2022,11,40,2.4 +40213198,2022,12,38,2 +40213198,2023,1,40,2.45 +40213198,2023,2,37,2.6486486486486487 +40213198,2023,3,43,1.8604651162790697 +40213198,2023,4,38,2.3157894736842106 +40213198,2023,5,40,2.6 +40213198,2023,6,15,1.6666666666666667 +40213201,1989,10,3,1.3333333333333333 +40213201,1989,11,1,2 +40213201,1990,8,1,1 +40213201,1990,10,1,2 +40213201,1990,12,1,2 +40213201,1991,1,1,2 +40213201,1991,5,4,3.5 +40213201,1991,7,1,2 +40213201,1991,8,1,1 +40213201,1991,10,2,2.5 +40213201,1991,11,1,2 +40213201,1991,12,1,2 +40213201,1992,1,1,1 +40213201,1992,2,1,2 +40213201,1992,5,1,5 +40213201,1992,8,1,2 +40213201,1992,10,1,1 +40213201,1992,11,1,2 +40213201,1993,3,1,1 +40213201,1993,6,1,3 +40213201,1993,9,1,1 +40213201,1993,10,1,2 +40213201,1994,2,2,2 +40213201,1994,6,1,1 +40213201,1994,12,3,1.6666666666666667 +40213201,1995,1,1,34 +40213201,1995,4,1,2 +40213201,1995,5,1,2 +40213201,1995,8,2,2 +40213201,1995,12,1,1 +40213201,1996,1,1,1 +40213201,1996,5,1,2 +40213201,1996,6,1,1 +40213201,1996,7,1,5 +40213201,1997,2,1,2 +40213201,1997,4,2,1.5 +40213201,1997,8,1,1 +40213201,1998,2,1,1 +40213201,1998,4,1,2 +40213201,1998,7,1,2 +40213201,1998,11,1,1 +40213201,1999,3,1,1 +40213201,1999,7,1,2 +40213201,1999,8,1,2 +40213201,1999,12,1,1 +40213201,2000,2,1,5 +40213201,2000,7,2,2 +40213201,2000,12,1,2 +40213201,2001,2,1,1 +40213201,2001,3,2,4.5 +40213201,2001,4,1,2 +40213201,2001,9,1,1 +40213201,2001,10,1,2 +40213201,2001,12,2,1.5 +40213201,2002,1,2,2.5 +40213201,2002,2,1,1 +40213201,2002,4,2,1 +40213201,2002,5,3,1.6666666666666667 +40213201,2002,6,1,2 +40213201,2002,7,1,2 +40213201,2002,10,1,1 +40213201,2002,12,1,2 +40213201,2003,1,1,2 +40213201,2003,2,1,1 +40213201,2004,2,1,2 +40213201,2004,8,1,1 +40213201,2005,4,1,2 +40213201,2005,6,1,1 +40213201,2005,8,1,3 +40213201,2005,10,1,2 +40213201,2005,11,1,1 +40213201,2005,12,2,2 +40213201,2006,5,1,2 +40213201,2006,6,1,1 +40213201,2007,1,2,1.5 +40213201,2007,6,1,2 +40213201,2007,7,1,3 +40213201,2007,9,2,2 +40213201,2008,1,1,2 +40213201,2008,5,2,2 +40213201,2008,7,1,2 +40213201,2008,8,1,2 +40213201,2008,9,1,2 +40213201,2009,2,2,2 +40213201,2009,6,1,1 +40213201,2009,7,1,2 +40213201,2009,11,1,2 +40213201,2010,9,1,5 +40213201,2011,1,1,2 +40213201,2011,9,1,2 +40213201,2011,10,1,2 +40213201,2011,11,1,1 +40213201,2012,2,1,1 +40213201,2012,3,1,1 +40213201,2012,6,1,1 +40213201,2012,10,1,1 +40213201,2012,11,1,3 +40213201,2013,3,1,5 +40213201,2013,6,1,2 +40213201,2013,7,6,1.8333333333333333 +40213201,2013,8,11,4.7272727272727275 +40213201,2013,9,10,1.6 +40213201,2013,10,10,2.1 +40213201,2013,11,6,3.6666666666666665 +40213201,2013,12,12,2.6666666666666665 +40213201,2014,1,7,2.2857142857142856 +40213201,2014,2,8,2.25 +40213201,2014,3,6,6.333333333333333 +40213201,2014,4,9,2.6666666666666665 +40213201,2014,5,8,1.875 +40213201,2014,6,6,1.8333333333333333 +40213201,2014,7,9,2.111111111111111 +40213201,2014,8,11,1.9090909090909092 +40213201,2014,9,7,2.142857142857143 +40213201,2014,10,7,1.8571428571428572 +40213201,2014,11,8,2.125 +40213201,2014,12,10,1.5 +40213201,2015,1,6,2 +40213201,2015,2,7,3.142857142857143 +40213201,2015,3,9,1.5555555555555556 +40213201,2015,4,9,2.111111111111111 +40213201,2015,5,6,1.5 +40213201,2015,6,7,1.8571428571428572 +40213201,2015,7,2,1.5 +40213201,2015,8,8,4 +40213201,2015,9,14,2 +40213201,2015,10,3,1.3333333333333333 +40213201,2015,11,1,2 +40213201,2015,12,8,1.875 +40213201,2016,1,10,3.1 +40213201,2016,2,4,4.25 +40213201,2016,3,9,1.8888888888888888 +40213201,2016,4,8,2 +40213201,2016,5,3,1.3333333333333333 +40213201,2016,6,10,2.3 +40213201,2016,7,16,1.6875 +40213201,2016,8,9,2 +40213201,2016,9,5,1.2 +40213201,2016,10,9,2.2222222222222223 +40213201,2016,11,7,1.7142857142857142 +40213201,2016,12,11,6 +40213201,2017,1,10,1.7 +40213201,2017,2,3,1.3333333333333333 +40213201,2017,3,16,1.5 +40213201,2017,4,8,1.75 +40213201,2017,5,11,2.4545454545454546 +40213201,2017,6,9,2.3333333333333335 +40213201,2017,7,7,4.142857142857143 +40213201,2017,8,16,1.75 +40213201,2017,9,8,2.5 +40213201,2017,10,8,4.25 +40213201,2017,11,9,4.333333333333333 +40213201,2017,12,6,1.5 +40213201,2018,1,12,2.1666666666666665 +40213201,2018,2,6,2.6666666666666665 +40213201,2018,3,8,2.125 +40213201,2018,4,11,4.454545454545454 +40213201,2018,5,10,1.6 +40213201,2018,6,13,3.1538461538461537 +40213201,2018,7,9,2.2222222222222223 +40213201,2018,8,19,2.526315789473684 +40213201,2018,9,5,1.8 +40213201,2018,10,10,1.9 +40213201,2018,11,7,3.2857142857142856 +40213201,2018,12,5,1.6 +40213201,2019,1,8,3 +40213201,2019,2,7,2 +40213201,2019,3,5,1.4 +40213201,2019,4,5,3.2 +40213201,2019,5,5,2.8 +40213201,2019,6,5,7.6 +40213201,2019,7,11,1.9090909090909092 +40213201,2019,8,8,2.125 +40213201,2019,9,10,3.3 +40213201,2019,10,13,1.7692307692307692 +40213201,2019,11,11,1.7272727272727273 +40213201,2019,12,11,2.3636363636363638 +40213201,2020,1,7,1.8571428571428572 +40213201,2020,2,7,2.2857142857142856 +40213201,2020,3,4,1.5 +40213201,2020,4,12,1.5833333333333333 +40213201,2020,5,7,5.428571428571429 +40213201,2020,6,3,1.6666666666666667 +40213201,2020,7,9,3 +40213201,2020,8,10,2.8 +40213201,2020,9,5,2.4 +40213201,2020,10,10,2.3 +40213201,2020,11,8,2.25 +40213201,2020,12,9,3.111111111111111 +40213201,2021,1,9,1.7777777777777777 +40213201,2021,2,10,2.7 +40213201,2021,3,13,2.076923076923077 +40213201,2021,4,11,6.363636363636363 +40213201,2021,5,10,1.4 +40213201,2021,6,9,2 +40213201,2021,7,6,2.1666666666666665 +40213201,2021,8,7,1.5714285714285714 +40213201,2021,9,9,1.8888888888888888 +40213201,2021,10,8,2.125 +40213201,2021,11,4,1.5 +40213201,2021,12,9,1.5555555555555556 +40213201,2022,1,12,1.5 +40213201,2022,2,7,4.428571428571429 +40213201,2022,3,11,2.727272727272727 +40213201,2022,4,9,1.3333333333333333 +40213201,2022,5,8,2 +40213201,2022,6,10,2.8 +40213201,2022,7,8,2 +40213201,2022,8,7,2.142857142857143 +40213201,2022,9,10,2.7 +40213201,2022,10,5,1.8 +40213201,2022,11,8,2.875 +40213201,2022,12,12,4.333333333333333 +40213201,2023,1,12,2.3333333333333335 +40213201,2023,2,8,1.875 +40213201,2023,3,7,3.5714285714285716 +40213201,2023,4,6,1.6666666666666667 +40213201,2023,5,7,2.142857142857143 +40213201,2023,6,6,1.3333333333333333 +40213216,2006,2,1,1 +40213216,2010,12,1,1 +40213216,2011,2,1,1 +40213216,2013,6,9,1.7777777777777777 +40213216,2013,7,17,2.4705882352941178 +40213216,2013,8,19,2.1578947368421053 +40213216,2013,9,22,2.090909090909091 +40213216,2013,10,17,1.9411764705882353 +40213216,2013,11,20,1.7 +40213216,2013,12,19,2.1052631578947367 +40213216,2014,1,16,1.8125 +40213216,2014,2,16,2.25 +40213216,2014,3,11,1.7272727272727273 +40213216,2014,4,16,2.25 +40213216,2014,5,18,3.5555555555555554 +40213216,2014,6,10,2.9 +40213216,2014,7,19,3.789473684210526 +40213216,2014,8,10,5.9 +40213216,2014,9,19,2.736842105263158 +40213216,2014,10,13,4.384615384615385 +40213216,2014,11,16,3.0625 +40213216,2014,12,20,2.15 +40213216,2015,1,15,2.8 +40213216,2015,2,23,2.4347826086956523 +40213216,2015,3,23,2.347826086956522 +40213216,2015,4,22,2.5454545454545454 +40213216,2015,5,18,2.2777777777777777 +40213216,2015,6,22,2.727272727272727 +40213216,2015,7,15,2.1333333333333333 +40213216,2015,8,19,3 +40213216,2015,9,25,2.24 +40213216,2015,10,14,2.642857142857143 +40213216,2015,11,28,2.4642857142857144 +40213216,2015,12,19,1.894736842105263 +40213216,2016,1,23,2.4347826086956523 +40213216,2016,2,16,1.75 +40213216,2016,3,23,2.130434782608696 +40213216,2016,4,21,2.857142857142857 +40213216,2016,5,23,1.9130434782608696 +40213216,2016,6,15,2.933333333333333 +40213216,2016,7,22,2 +40213216,2016,8,13,3.5384615384615383 +40213216,2016,9,16,2.25 +40213216,2016,10,16,3.25 +40213216,2016,11,9,2.111111111111111 +40213216,2016,12,17,2.764705882352941 +40213216,2017,1,18,2.8333333333333335 +40213216,2017,2,20,2.65 +40213216,2017,3,23,2.5217391304347827 +40213216,2017,4,22,1.8181818181818181 +40213216,2017,5,22,1.7727272727272727 +40213216,2017,6,22,2.3636363636363638 +40213216,2017,7,23,2.1739130434782608 +40213216,2017,8,14,2.7857142857142856 +40213216,2017,9,18,2.8333333333333335 +40213216,2017,10,12,2.5 +40213216,2017,11,13,2.8461538461538463 +40213216,2017,12,12,2.0833333333333335 +40213216,2018,1,19,1.5263157894736843 +40213216,2018,2,14,1.7142857142857142 +40213216,2018,3,21,1.4761904761904763 +40213216,2018,4,17,1.8235294117647058 +40213216,2018,5,22,1.5 +40213216,2018,6,20,2.45 +40213216,2018,7,17,1.7058823529411764 +40213216,2018,8,20,2.3 +40213216,2018,9,14,1.7857142857142858 +40213216,2018,10,17,1.7058823529411764 +40213216,2018,11,14,2.2857142857142856 +40213216,2018,12,17,1.5294117647058822 +40213216,2019,1,13,2 +40213216,2019,2,22,1.6818181818181819 +40213216,2019,3,20,1.9 +40213216,2019,4,21,2 +40213216,2019,5,23,1.9565217391304348 +40213216,2019,6,19,2.210526315789474 +40213216,2019,7,21,1.8571428571428572 +40213216,2019,8,13,1.7692307692307692 +40213216,2019,9,14,2.0714285714285716 +40213216,2019,10,12,1.5 +40213216,2019,11,20,1.9 +40213216,2019,12,15,1.8 +40213216,2020,1,18,2.3333333333333335 +40213216,2020,2,20,1.8 +40213216,2020,3,12,3 +40213216,2020,4,18,1.8333333333333333 +40213216,2020,5,16,2.0625 +40213216,2020,6,20,2.35 +40213216,2020,7,19,2 +40213216,2020,8,24,3.2916666666666665 +40213216,2020,9,15,2 +40213216,2020,10,21,4 +40213216,2020,11,16,1.8125 +40213216,2020,12,23,3.5217391304347827 +40213216,2021,1,22,2.4545454545454546 +40213216,2021,2,18,3.111111111111111 +40213216,2021,3,16,2.6875 +40213216,2021,4,13,2.5384615384615383 +40213216,2021,5,17,2.0588235294117645 +40213216,2021,6,13,1.7692307692307692 +40213216,2021,7,22,2.272727272727273 +40213216,2021,8,18,1.6666666666666667 +40213216,2021,9,23,2.260869565217391 +40213216,2021,10,19,1.6842105263157894 +40213216,2021,11,23,2.347826086956522 +40213216,2021,12,14,1.9285714285714286 +40213216,2022,1,19,2.0526315789473686 +40213216,2022,2,12,2.1666666666666665 +40213216,2022,3,16,2 +40213216,2022,4,18,1.6111111111111112 +40213216,2022,5,19,2.1052631578947367 +40213216,2022,6,18,1.5 +40213216,2022,7,20,2.4 +40213216,2022,8,14,1.5 +40213216,2022,9,14,1.7142857142857142 +40213216,2022,10,17,2.7058823529411766 +40213216,2022,11,11,1.7272727272727273 +40213216,2022,12,13,2.230769230769231 +40213216,2023,1,16,1.8125 +40213216,2023,2,12,3.5833333333333335 +40213216,2023,3,15,1.8 +40213216,2023,4,15,3.2 +40213216,2023,5,17,3.3529411764705883 +40213216,2023,6,3,2 +40213227,1992,1,5,1.8 +40213227,1992,2,2,3.5 +40213227,1992,3,2,2 +40213227,1992,4,4,1.75 +40213227,1992,5,4,5.5 +40213227,1992,6,1,4 +40213227,1992,7,4,2.75 +40213227,1992,8,5,2.8 +40213227,1992,9,1,1 +40213227,1992,10,4,1.75 +40213227,1992,11,3,2 +40213227,1992,12,2,17.5 +40213227,1993,1,1,1 +40213227,1993,5,1,1 +40213227,1993,6,2,3.5 +40213227,1993,7,1,1 +40213227,1993,9,1,2 +40213227,1993,10,2,1.5 +40213227,1993,12,1,2 +40213227,1994,2,3,1.6666666666666667 +40213227,1994,5,2,2 +40213227,1994,6,1,2 +40213227,1994,7,1,1 +40213227,1994,8,1,1 +40213227,1994,11,3,1.6666666666666667 +40213227,1994,12,1,1 +40213227,1995,1,1,4 +40213227,1995,3,1,7 +40213227,1995,4,2,1.5 +40213227,1995,6,2,1.5 +40213227,1995,7,3,1.6666666666666667 +40213227,1995,9,2,1 +40213227,1995,10,1,2 +40213227,1995,11,4,2.5 +40213227,1996,1,3,1.6666666666666667 +40213227,1996,2,3,3.6666666666666665 +40213227,1996,5,1,2 +40213227,1996,6,3,2 +40213227,1996,7,1,1 +40213227,1996,8,1,1 +40213227,1996,9,2,3.5 +40213227,1996,10,1,2 +40213227,1996,11,4,1.75 +40213227,1996,12,5,2.4 +40213227,1997,1,1,2 +40213227,1997,2,3,2 +40213227,1997,3,3,1.6666666666666667 +40213227,1997,4,5,2.4 +40213227,1997,5,1,2 +40213227,1997,7,1,2 +40213227,1997,8,1,2 +40213227,1997,9,2,1.5 +40213227,1997,10,2,1.5 +40213227,1997,11,3,7 +40213227,1997,12,2,2 +40213227,1998,1,1,1 +40213227,1998,3,1,2 +40213227,1998,6,1,1 +40213227,1998,7,2,2 +40213227,1998,9,1,2 +40213227,1998,10,1,2 +40213227,1998,11,2,2 +40213227,1999,1,1,2 +40213227,1999,3,3,1.6666666666666667 +40213227,1999,5,3,1.3333333333333333 +40213227,1999,7,1,1 +40213227,1999,8,3,1.3333333333333333 +40213227,1999,9,1,1 +40213227,1999,12,1,2 +40213227,2000,1,3,12.666666666666666 +40213227,2000,3,1,3 +40213227,2000,4,1,2 +40213227,2000,5,1,2 +40213227,2000,6,4,2.25 +40213227,2000,8,1,1 +40213227,2000,9,5,1.6 +40213227,2000,10,3,1.6666666666666667 +40213227,2000,12,1,2 +40213227,2001,1,2,4 +40213227,2001,2,3,1.6666666666666667 +40213227,2001,3,1,2 +40213227,2001,4,2,3 +40213227,2001,5,1,1 +40213227,2001,6,1,2 +40213227,2001,9,2,4 +40213227,2001,10,2,1.5 +40213227,2001,12,2,1.5 +40213227,2002,1,1,2 +40213227,2002,4,1,1 +40213227,2002,5,4,1.5 +40213227,2002,6,2,2.5 +40213227,2002,7,1,4 +40213227,2002,8,1,2 +40213227,2002,9,2,3 +40213227,2002,11,1,2 +40213227,2003,1,1,2 +40213227,2003,4,1,2 +40213227,2003,5,1,2 +40213227,2003,7,3,2 +40213227,2003,8,2,2 +40213227,2003,12,1,1 +40213227,2004,1,3,2.3333333333333335 +40213227,2004,3,1,6 +40213227,2004,6,1,1 +40213227,2004,7,1,3 +40213227,2004,9,2,2 +40213227,2004,10,2,2.5 +40213227,2004,11,2,1.5 +40213227,2005,1,3,1.3333333333333333 +40213227,2005,2,4,3.25 +40213227,2005,3,2,3 +40213227,2005,4,1,1 +40213227,2005,5,2,2 +40213227,2005,6,2,1.5 +40213227,2005,7,1,4 +40213227,2005,8,1,2 +40213227,2005,9,3,1.6666666666666667 +40213227,2005,10,3,1.6666666666666667 +40213227,2005,11,1,2 +40213227,2005,12,1,1 +40213227,2006,1,2,3 +40213227,2006,3,2,1.5 +40213227,2006,4,3,2.6666666666666665 +40213227,2006,5,1,2 +40213227,2006,6,1,2 +40213227,2006,7,2,2 +40213227,2006,8,5,1.8 +40213227,2006,9,4,2.5 +40213227,2006,10,1,2 +40213227,2006,11,3,1.3333333333333333 +40213227,2006,12,1,2 +40213227,2007,1,4,2.25 +40213227,2007,2,3,1.3333333333333333 +40213227,2007,3,1,1 +40213227,2007,4,1,2 +40213227,2007,5,2,1.5 +40213227,2007,6,2,4 +40213227,2007,8,2,1.5 +40213227,2007,9,1,1 +40213227,2007,10,1,2 +40213227,2007,11,2,1.5 +40213227,2007,12,1,1 +40213227,2008,1,1,3 +40213227,2008,2,4,3 +40213227,2008,3,2,1.5 +40213227,2008,4,1,2 +40213227,2008,7,2,1.5 +40213227,2008,8,3,2.6666666666666665 +40213227,2008,9,1,1 +40213227,2008,11,3,2 +40213227,2008,12,3,1.3333333333333333 +40213227,2009,1,1,2 +40213227,2009,2,1,1 +40213227,2009,3,5,4.6 +40213227,2009,4,1,2 +40213227,2009,5,1,2 +40213227,2009,6,1,2 +40213227,2009,7,3,1.6666666666666667 +40213227,2009,8,1,1 +40213227,2009,9,1,3 +40213227,2009,10,1,2 +40213227,2009,11,2,1.5 +40213227,2010,2,2,1 +40213227,2010,3,1,1 +40213227,2010,4,1,1 +40213227,2010,5,4,2 +40213227,2010,7,6,1.3333333333333333 +40213227,2010,8,1,1 +40213227,2010,9,3,2 +40213227,2010,11,3,2 +40213227,2010,12,3,2 +40213227,2011,1,3,1.6666666666666667 +40213227,2011,3,1,1 +40213227,2011,4,2,2.5 +40213227,2011,5,2,2.5 +40213227,2011,6,1,1 +40213227,2011,7,1,2 +40213227,2011,8,2,2.5 +40213227,2011,9,1,7 +40213227,2011,10,2,3 +40213227,2011,11,1,3 +40213227,2011,12,1,1 +40213227,2012,1,4,1.75 +40213227,2012,2,1,2 +40213227,2012,3,1,2 +40213227,2012,4,3,1.6666666666666667 +40213227,2012,5,2,3 +40213227,2012,7,2,2 +40213227,2012,8,1,7 +40213227,2012,9,1,1 +40213227,2012,10,4,2 +40213227,2012,11,2,1.5 +40213227,2012,12,1,2 +40213227,2013,1,1,2 +40213227,2013,2,3,1.3333333333333333 +40213227,2013,3,2,2.5 +40213227,2013,4,1,2 +40213227,2013,5,1,1 +40213227,2013,6,25,2.12 +40213227,2013,7,84,2.1666666666666665 +40213227,2013,8,60,1.9666666666666666 +40213227,2013,9,66,2.227272727272727 +40213227,2013,10,53,2.811320754716981 +40213227,2013,11,45,2.1555555555555554 +40213227,2013,12,53,2.018867924528302 +40213227,2014,1,58,2.3275862068965516 +40213227,2014,2,46,1.7608695652173914 +40213227,2014,3,67,2.4776119402985075 +40213227,2014,4,38,2.1578947368421053 +40213227,2014,5,56,3 +40213227,2014,6,63,2.492063492063492 +40213227,2014,7,51,1.9215686274509804 +40213227,2014,8,52,2.5 +40213227,2014,9,62,2.161290322580645 +40213227,2014,10,75,2.1866666666666665 +40213227,2014,11,63,2.253968253968254 +40213227,2014,12,58,2.8448275862068964 +40213227,2015,1,65,1.8307692307692307 +40213227,2015,2,61,1.8688524590163935 +40213227,2015,3,84,1.9166666666666667 +40213227,2015,4,72,2.5694444444444446 +40213227,2015,5,59,2.6271186440677967 +40213227,2015,6,70,2.585714285714286 +40213227,2015,7,64,2.34375 +40213227,2015,8,66,1.9090909090909092 +40213227,2015,9,58,2.6379310344827585 +40213227,2015,10,69,2.0434782608695654 +40213227,2015,11,65,2.0615384615384613 +40213227,2015,12,74,2.027027027027027 +40213227,2016,1,72,2.2222222222222223 +40213227,2016,2,60,2.533333333333333 +40213227,2016,3,71,3.323943661971831 +40213227,2016,4,70,2.142857142857143 +40213227,2016,5,63,2.6984126984126986 +40213227,2016,6,65,2.1538461538461537 +40213227,2016,7,76,2.1842105263157894 +40213227,2016,8,71,2.056338028169014 +40213227,2016,9,75,2.2266666666666666 +40213227,2016,10,79,2.759493670886076 +40213227,2016,11,64,1.984375 +40213227,2016,12,73,1.821917808219178 +40213227,2017,1,81,2.9012345679012346 +40213227,2017,2,67,3.014925373134328 +40213227,2017,3,75,2.36 +40213227,2017,4,59,1.9491525423728813 +40213227,2017,5,66,1.9696969696969697 +40213227,2017,6,65,3.0153846153846153 +40213227,2017,7,74,2.0135135135135136 +40213227,2017,8,70,2.7285714285714286 +40213227,2017,9,59,1.9661016949152543 +40213227,2017,10,82,2.5853658536585367 +40213227,2017,11,60,2.5833333333333335 +40213227,2017,12,64,2.296875 +40213227,2018,1,79,2.1392405063291138 +40213227,2018,2,68,2.823529411764706 +40213227,2018,3,56,2.107142857142857 +40213227,2018,4,63,2.888888888888889 +40213227,2018,5,67,2.1492537313432836 +40213227,2018,6,66,2.0757575757575757 +40213227,2018,7,53,2.6226415094339623 +40213227,2018,8,78,2.282051282051282 +40213227,2018,9,72,3 +40213227,2018,10,81,2.3703703703703702 +40213227,2018,11,73,2.671232876712329 +40213227,2018,12,52,3.4038461538461537 +40213227,2019,1,80,2.2125 +40213227,2019,2,76,2.013157894736842 +40213227,2019,3,69,2.1884057971014492 +40213227,2019,4,75,2.44 +40213227,2019,5,74,2.2027027027027026 +40213227,2019,6,65,1.6615384615384616 +40213227,2019,7,74,2.108108108108108 +40213227,2019,8,66,3.015151515151515 +40213227,2019,9,77,2.2987012987012987 +40213227,2019,10,65,1.9384615384615385 +40213227,2019,11,60,3 +40213227,2019,12,68,2.6029411764705883 +40213227,2020,1,64,2.09375 +40213227,2020,2,62,2.5806451612903225 +40213227,2020,3,72,2.2222222222222223 +40213227,2020,4,70,2.357142857142857 +40213227,2020,5,62,1.903225806451613 +40213227,2020,6,70,2.1857142857142855 +40213227,2020,7,74,2.081081081081081 +40213227,2020,8,56,2.25 +40213227,2020,9,87,2.2873563218390807 +40213227,2020,10,65,2.276923076923077 +40213227,2020,11,62,2.1129032258064515 +40213227,2020,12,58,2.586206896551724 +40213227,2021,1,58,1.8103448275862069 +40213227,2021,2,58,3.1551724137931036 +40213227,2021,3,58,2.810344827586207 +40213227,2021,4,58,2.1379310344827585 +40213227,2021,5,67,2.4477611940298507 +40213227,2021,6,47,1.9787234042553192 +40213227,2021,7,58,2.586206896551724 +40213227,2021,8,71,2.183098591549296 +40213227,2021,9,66,2.4696969696969697 +40213227,2021,10,57,2.0526315789473686 +40213227,2021,11,63,2.3333333333333335 +40213227,2021,12,66,1.9696969696969697 +40213227,2022,1,60,2.8333333333333335 +40213227,2022,2,68,2.2205882352941178 +40213227,2022,3,78,1.8717948717948718 +40213227,2022,4,63,1.9841269841269842 +40213227,2022,5,72,2.361111111111111 +40213227,2022,6,70,2.3714285714285714 +40213227,2022,7,67,2.0597014925373136 +40213227,2022,8,81,2.45679012345679 +40213227,2022,9,68,2.9411764705882355 +40213227,2022,10,60,1.7833333333333334 +40213227,2022,11,62,2.596774193548387 +40213227,2022,12,72,2.2916666666666665 +40213227,2023,1,57,2.3859649122807016 +40213227,2023,2,71,1.8309859154929577 +40213227,2023,3,65,3.3384615384615386 +40213227,2023,4,58,2.8793103448275863 +40213227,2023,5,56,3.0892857142857144 +40213227,2023,6,35,2.3714285714285714 +40213230,2005,7,1,1 +40213230,2005,9,1,2 +40213230,2008,3,1,1 +40213230,2013,6,3,1.3333333333333333 +40213230,2013,7,4,2.25 +40213230,2013,8,6,1.8333333333333333 +40213230,2013,9,4,2 +40213230,2013,10,10,2.7 +40213230,2013,11,5,6.2 +40213230,2013,12,7,2.2857142857142856 +40213230,2014,1,11,2.909090909090909 +40213230,2014,2,2,6 +40213230,2014,3,7,1.5714285714285714 +40213230,2014,4,10,2 +40213230,2014,5,8,1.5 +40213230,2014,6,5,3.4 +40213230,2014,7,6,2.5 +40213230,2014,8,7,2.7142857142857144 +40213230,2014,9,8,1.75 +40213230,2014,10,9,2.7777777777777777 +40213230,2014,11,9,1.6666666666666667 +40213230,2014,12,10,3.2 +40213230,2015,1,10,3.1 +40213230,2015,2,7,2 +40213230,2015,3,7,2.7142857142857144 +40213230,2015,4,5,1.2 +40213230,2015,5,7,1.8571428571428572 +40213230,2015,6,7,2.2857142857142856 +40213230,2015,7,7,1.7142857142857142 +40213230,2015,8,9,2.6666666666666665 +40213230,2015,9,8,2.25 +40213230,2015,10,10,2.2 +40213230,2015,11,9,2.111111111111111 +40213230,2015,12,5,2.4 +40213230,2016,1,7,1.7142857142857142 +40213230,2016,2,9,1.7777777777777777 +40213230,2016,3,14,2 +40213230,2016,4,8,1.75 +40213230,2016,5,11,1.8181818181818181 +40213230,2016,6,13,1.6923076923076923 +40213230,2016,7,9,1.8888888888888888 +40213230,2016,8,4,2 +40213230,2016,9,8,1.75 +40213230,2016,10,5,1.8 +40213230,2016,11,10,1.6 +40213230,2016,12,7,1.4285714285714286 +40213230,2017,1,6,2 +40213230,2017,2,7,1.5714285714285714 +40213230,2017,3,4,2.5 +40213230,2017,4,6,2.5 +40213230,2017,5,5,1.8 +40213230,2017,6,5,1.6 +40213230,2017,7,12,3.5 +40213230,2017,8,6,2.5 +40213230,2017,9,13,2.076923076923077 +40213230,2017,10,9,1.8888888888888888 +40213230,2017,11,3,2.6666666666666665 +40213230,2017,12,4,1.5 +40213230,2018,1,11,1.7272727272727273 +40213230,2018,2,3,1.6666666666666667 +40213230,2018,3,12,1.9166666666666667 +40213230,2018,4,6,2.1666666666666665 +40213230,2018,5,8,1.625 +40213230,2018,6,9,1.8888888888888888 +40213230,2018,7,11,2 +40213230,2018,8,5,1.6 +40213230,2018,9,7,1.5714285714285714 +40213230,2018,10,3,1.6666666666666667 +40213230,2018,11,6,2 +40213230,2018,12,7,1.8571428571428572 +40213230,2019,1,10,2.8 +40213230,2019,2,9,1.4444444444444444 +40213230,2019,3,8,1.5 +40213230,2019,4,7,4.428571428571429 +40213230,2019,5,8,1.625 +40213230,2019,6,10,1.6 +40213230,2019,7,9,1.8888888888888888 +40213230,2019,8,4,2 +40213230,2019,9,6,1.6666666666666667 +40213230,2019,10,11,1.7272727272727273 +40213230,2019,11,9,2.2222222222222223 +40213230,2019,12,8,2.375 +40213230,2020,1,9,2.3333333333333335 +40213230,2020,2,16,1.625 +40213230,2020,3,9,5.555555555555555 +40213230,2020,4,8,1.5 +40213230,2020,5,8,5.875 +40213230,2020,6,6,2.6666666666666665 +40213230,2020,7,11,1.6363636363636365 +40213230,2020,8,7,1.8571428571428572 +40213230,2020,9,5,1.6 +40213230,2020,10,5,2.2 +40213230,2020,11,7,1.5714285714285714 +40213230,2020,12,8,1.75 +40213230,2021,1,11,2.3636363636363638 +40213230,2021,2,10,3.3 +40213230,2021,3,11,2.090909090909091 +40213230,2021,4,13,1.8461538461538463 +40213230,2021,5,8,2.5 +40213230,2021,6,8,2.25 +40213230,2021,7,10,4.1 +40213230,2021,8,9,3.3333333333333335 +40213230,2021,9,11,2.1818181818181817 +40213230,2021,10,8,1.75 +40213230,2021,11,16,2.5625 +40213230,2021,12,11,3.1818181818181817 +40213230,2022,1,10,2 +40213230,2022,2,9,1.8888888888888888 +40213230,2022,3,8,1.5 +40213230,2022,4,10,2.1 +40213230,2022,5,10,1.8 +40213230,2022,6,7,1.1428571428571428 +40213230,2022,7,9,2.111111111111111 +40213230,2022,8,10,4.9 +40213230,2022,9,8,1.875 +40213230,2022,10,14,4.285714285714286 +40213230,2022,11,6,1.6666666666666667 +40213230,2022,12,12,2.3333333333333335 +40213230,2023,1,7,1.7142857142857142 +40213230,2023,2,11,3.272727272727273 +40213230,2023,3,12,3.4166666666666665 +40213230,2023,4,5,6.4 +40213230,2023,5,6,1.8333333333333333 +40213230,2023,6,6,1.6666666666666667 +40213251,1984,3,1,1 +40213251,1986,6,1,1 +40213251,1990,3,1,1 +40213251,1995,2,1,2 +40213251,1995,4,1,2 +40213251,1996,3,1,2 +40213251,2002,2,1,1 +40213251,2002,9,1,1 +40213251,2003,6,1,1 +40213251,2007,3,1,1 +40213251,2011,11,1,1 +40213251,2013,6,4,1.75 +40213251,2013,7,12,1.8333333333333333 +40213251,2013,8,20,2 +40213251,2013,9,20,1.7 +40213251,2013,10,21,1.8095238095238095 +40213251,2013,11,16,2.3125 +40213251,2013,12,23,3.347826086956522 +40213251,2014,1,17,1.8235294117647058 +40213251,2014,2,24,2.9583333333333335 +40213251,2014,3,17,3.4705882352941178 +40213251,2014,4,12,2.75 +40213251,2014,5,17,2.235294117647059 +40213251,2014,6,22,2.1363636363636362 +40213251,2014,7,14,2.0714285714285716 +40213251,2014,8,17,1.588235294117647 +40213251,2014,9,17,1.8235294117647058 +40213251,2014,10,15,1.6666666666666667 +40213251,2014,11,17,2.3529411764705883 +40213251,2014,12,17,2 +40213251,2015,1,19,2.789473684210526 +40213251,2015,2,16,1.9375 +40213251,2015,3,19,1.9473684210526316 +40213251,2015,4,20,3.75 +40213251,2015,5,13,2.6923076923076925 +40213251,2015,6,15,3.6666666666666665 +40213251,2015,7,17,4.764705882352941 +40213251,2015,8,23,2.347826086956522 +40213251,2015,9,14,1.9285714285714286 +40213251,2015,10,25,2.88 +40213251,2015,11,18,2.4444444444444446 +40213251,2015,12,23,2.0869565217391304 +40213251,2016,1,23,2.347826086956522 +40213251,2016,2,19,2.1578947368421053 +40213251,2016,3,19,2.210526315789474 +40213251,2016,4,16,1.75 +40213251,2016,5,19,2.4210526315789473 +40213251,2016,6,17,2.176470588235294 +40213251,2016,7,17,4.117647058823529 +40213251,2016,8,24,2.625 +40213251,2016,9,20,3.1 +40213251,2016,10,20,2.35 +40213251,2016,11,22,1.9545454545454546 +40213251,2016,12,17,2 +40213251,2017,1,21,2.7142857142857144 +40213251,2017,2,22,2.8181818181818183 +40213251,2017,3,20,3.95 +40213251,2017,4,14,1.7142857142857142 +40213251,2017,5,16,2 +40213251,2017,6,20,2 +40213251,2017,7,23,2.6956521739130435 +40213251,2017,8,15,2.2 +40213251,2017,9,18,3.5 +40213251,2017,10,8,2 +40213251,2017,11,22,2.6363636363636362 +40213251,2017,12,25,2.76 +40213251,2018,1,16,1.8125 +40213251,2018,2,19,2 +40213251,2018,3,23,2.0434782608695654 +40213251,2018,4,19,2.210526315789474 +40213251,2018,5,23,2.217391304347826 +40213251,2018,6,19,1.9473684210526316 +40213251,2018,7,13,2.230769230769231 +40213251,2018,8,18,2.9444444444444446 +40213251,2018,9,9,2.2222222222222223 +40213251,2018,10,18,1.8333333333333333 +40213251,2018,11,15,1.7333333333333334 +40213251,2018,12,16,1.9375 +40213251,2019,1,18,3.5 +40213251,2019,2,13,2.076923076923077 +40213251,2019,3,21,2.0952380952380953 +40213251,2019,4,17,3.6470588235294117 +40213251,2019,5,17,2.9411764705882355 +40213251,2019,6,13,2.1538461538461537 +40213251,2019,7,18,2.0555555555555554 +40213251,2019,8,20,2.25 +40213251,2019,9,14,2.142857142857143 +40213251,2019,10,18,2.5 +40213251,2019,11,26,2.1153846153846154 +40213251,2019,12,20,2.05 +40213251,2020,1,13,1.6923076923076923 +40213251,2020,2,21,2.5238095238095237 +40213251,2020,3,25,2.28 +40213251,2020,4,20,2.3 +40213251,2020,5,17,2.235294117647059 +40213251,2020,6,17,2.0588235294117645 +40213251,2020,7,23,2.217391304347826 +40213251,2020,8,16,1.8125 +40213251,2020,9,12,2 +40213251,2020,10,22,1.8636363636363635 +40213251,2020,11,25,2 +40213251,2020,12,17,3.5294117647058822 +40213251,2021,1,22,1.7727272727272727 +40213251,2021,2,8,1.875 +40213251,2021,3,17,2.176470588235294 +40213251,2021,4,20,3.1 +40213251,2021,5,19,2.473684210526316 +40213251,2021,6,13,1.9230769230769231 +40213251,2021,7,16,3.375 +40213251,2021,8,17,2.764705882352941 +40213251,2021,9,23,3.5217391304347827 +40213251,2021,10,21,1.8571428571428572 +40213251,2021,11,23,2.5217391304347827 +40213251,2021,12,24,2.375 +40213251,2022,1,17,2.176470588235294 +40213251,2022,2,12,2 +40213251,2022,3,17,2.8823529411764706 +40213251,2022,4,21,2.238095238095238 +40213251,2022,5,15,2.6666666666666665 +40213251,2022,6,11,2.5454545454545454 +40213251,2022,7,16,1.75 +40213251,2022,8,27,1.9259259259259258 +40213251,2022,9,17,1.588235294117647 +40213251,2022,10,14,2.142857142857143 +40213251,2022,11,18,1.7222222222222223 +40213251,2022,12,20,1.9 +40213251,2023,1,20,1.7 +40213251,2023,2,13,2.3846153846153846 +40213251,2023,3,15,2 +40213251,2023,4,24,1.875 +40213251,2023,5,14,1.5714285714285714 +40213251,2023,6,11,1.6363636363636365 +40213260,2006,1,1,2 +40213260,2006,2,1,4 +40213260,2006,4,1,2 +40213260,2006,7,1,2 +40213260,2006,8,1,3 +40213260,2006,10,2,1.5 +40213260,2007,1,3,3 +40213260,2007,2,1,2 +40213260,2007,4,1,2 +40213260,2007,7,2,1.5 +40213260,2007,10,1,2 +40213260,2008,7,1,1 +40213260,2009,2,1,1 +40213260,2010,2,1,1 +40213260,2010,4,1,1 +40213260,2010,5,1,2 +40213260,2010,7,1,2 +40213260,2011,1,1,2 +40213260,2011,5,1,2 +40213260,2012,1,1,2 +40213260,2013,6,5,1.6 +40213260,2013,7,21,2.0476190476190474 +40213260,2013,8,11,1.9090909090909092 +40213260,2013,9,13,2.3846153846153846 +40213260,2013,10,18,2 +40213260,2013,11,8,2.125 +40213260,2013,12,23,2.4782608695652173 +40213260,2014,1,22,1.9545454545454546 +40213260,2014,2,16,1.6875 +40213260,2014,3,17,2.3529411764705883 +40213260,2014,4,21,1.5714285714285714 +40213260,2014,5,15,2.7333333333333334 +40213260,2014,6,21,2.238095238095238 +40213260,2014,7,17,1.6470588235294117 +40213260,2014,8,14,2.5714285714285716 +40213260,2014,9,13,1.9230769230769231 +40213260,2014,10,16,2.375 +40213260,2014,11,8,1.875 +40213260,2014,12,20,2.5 +40213260,2015,1,16,1.875 +40213260,2015,2,16,3.0625 +40213260,2015,3,19,1.4736842105263157 +40213260,2015,4,22,2.6363636363636362 +40213260,2015,5,15,2.3333333333333335 +40213260,2015,6,20,2.05 +40213260,2015,7,21,2.142857142857143 +40213260,2015,8,21,2.3333333333333335 +40213260,2015,9,20,1.8 +40213260,2015,10,12,2.75 +40213260,2015,11,5,1.6 +40213260,2015,12,13,1.4615384615384615 +40213260,2016,1,17,1.9411764705882353 +40213260,2016,2,15,3.466666666666667 +40213260,2016,3,15,2.2666666666666666 +40213260,2016,4,10,3.9 +40213260,2016,5,14,4.142857142857143 +40213260,2016,6,17,2.0588235294117645 +40213260,2016,7,20,2.7 +40213260,2016,8,16,2.75 +40213260,2016,9,23,2.217391304347826 +40213260,2016,10,15,2.3333333333333335 +40213260,2016,11,10,2 +40213260,2016,12,15,1.7333333333333334 +40213260,2017,1,25,1.64 +40213260,2017,2,19,2.8947368421052633 +40213260,2017,3,10,3 +40213260,2017,4,13,1.5384615384615385 +40213260,2017,5,16,1.8125 +40213260,2017,6,16,4 +40213260,2017,7,14,1.8571428571428572 +40213260,2017,8,23,3.1739130434782608 +40213260,2017,9,16,2.625 +40213260,2017,10,13,2.8461538461538463 +40213260,2017,11,11,1.8181818181818181 +40213260,2017,12,14,2.142857142857143 +40213260,2018,1,20,1.95 +40213260,2018,2,20,2.15 +40213260,2018,3,18,2 +40213260,2018,4,20,1.9 +40213260,2018,5,15,2 +40213260,2018,6,22,1.6363636363636365 +40213260,2018,7,17,2.235294117647059 +40213260,2018,8,27,2.185185185185185 +40213260,2018,9,19,3.4210526315789473 +40213260,2018,10,10,3.4 +40213260,2018,11,14,3.5714285714285716 +40213260,2018,12,11,2 +40213260,2019,1,11,2.272727272727273 +40213260,2019,2,20,1.95 +40213260,2019,3,16,1.8125 +40213260,2019,4,18,1.9444444444444444 +40213260,2019,5,14,2 +40213260,2019,6,18,1.7222222222222223 +40213260,2019,7,26,2.0384615384615383 +40213260,2019,8,20,2.5 +40213260,2019,9,19,3.5789473684210527 +40213260,2019,10,20,2.3 +40213260,2019,11,10,4.5 +40213260,2019,12,12,4.25 +40213260,2020,1,10,1.8 +40213260,2020,2,16,2.125 +40213260,2020,3,11,1.7272727272727273 +40213260,2020,4,15,1.9333333333333333 +40213260,2020,5,12,1.75 +40213260,2020,6,14,1.8571428571428572 +40213260,2020,7,15,2.066666666666667 +40213260,2020,8,19,2.263157894736842 +40213260,2020,9,14,3.7142857142857144 +40213260,2020,10,22,2 +40213260,2020,11,11,4.454545454545454 +40213260,2020,12,10,5.2 +40213260,2021,1,15,2.4 +40213260,2021,2,16,2.125 +40213260,2021,3,12,1.75 +40213260,2021,4,11,1.7272727272727273 +40213260,2021,5,13,2 +40213260,2021,6,15,1.6 +40213260,2021,7,14,1.6428571428571428 +40213260,2021,8,20,1.8 +40213260,2021,9,15,4.666666666666667 +40213260,2021,10,19,1.7894736842105263 +40213260,2021,11,15,3.2 +40213260,2021,12,11,2.1818181818181817 +40213260,2022,1,15,2.466666666666667 +40213260,2022,2,15,2 +40213260,2022,3,16,3.3125 +40213260,2022,4,14,2.142857142857143 +40213260,2022,5,13,1.6923076923076923 +40213260,2022,6,14,2.357142857142857 +40213260,2022,7,20,1.6 +40213260,2022,8,18,2.1666666666666665 +40213260,2022,9,20,3.2 +40213260,2022,10,16,2.75 +40213260,2022,11,12,1.75 +40213260,2022,12,9,1.6666666666666667 +40213260,2023,1,8,1.875 +40213260,2023,2,17,1.7058823529411764 +40213260,2023,3,20,2.9 +40213260,2023,4,9,2.111111111111111 +40213260,2023,5,12,2.25 +40213260,2023,6,10,3.9 +40213281,1997,2,2,1.5 +40213281,1997,4,1,2 +40213281,2001,10,1,1 +40213281,2001,12,1,1 +40213281,2002,2,1,1 +40213281,2002,3,1,1 +40213281,2002,7,1,1 +40213281,2002,9,1,1 +40213281,2002,12,2,1 +40213281,2003,9,1,1 +40213281,2007,3,1,1 +40213281,2010,12,1,1 +40213281,2011,2,1,1 +40213281,2011,5,1,1 +40213281,2012,2,1,1 +40213281,2013,6,17,1.8823529411764706 +40213281,2013,7,40,2.525 +40213281,2013,8,52,2.7884615384615383 +40213281,2013,9,45,2.022222222222222 +40213281,2013,10,37,1.972972972972973 +40213281,2013,11,51,2.0392156862745097 +40213281,2013,12,54,2.1296296296296298 +40213281,2014,1,49,1.7755102040816326 +40213281,2014,2,45,2.6 +40213281,2014,3,40,3.1 +40213281,2014,4,35,2.4571428571428573 +40213281,2014,5,46,2.652173913043478 +40213281,2014,6,35,2.1714285714285713 +40213281,2014,7,41,2.8048780487804876 +40213281,2014,8,33,3.1818181818181817 +40213281,2014,9,43,2.5348837209302326 +40213281,2014,10,40,3.475 +40213281,2014,11,38,2.5526315789473686 +40213281,2014,12,48,2.1041666666666665 +40213281,2015,1,40,3.4 +40213281,2015,2,52,2.4423076923076925 +40213281,2015,3,51,2.1372549019607843 +40213281,2015,4,43,2.558139534883721 +40213281,2015,5,46,2.152173913043478 +40213281,2015,6,45,2.977777777777778 +40213281,2015,7,50,3.12 +40213281,2015,8,48,2.5833333333333335 +40213281,2015,9,49,2.2653061224489797 +40213281,2015,10,46,3.217391304347826 +40213281,2015,11,58,2.706896551724138 +40213281,2015,12,48,1.9583333333333333 +40213281,2016,1,43,2.5348837209302326 +40213281,2016,2,49,2.020408163265306 +40213281,2016,3,52,2.173076923076923 +40213281,2016,4,60,2.5166666666666666 +40213281,2016,5,50,1.88 +40213281,2016,6,39,2.5384615384615383 +40213281,2016,7,47,2.6382978723404253 +40213281,2016,8,50,2.88 +40213281,2016,9,50,2.86 +40213281,2016,10,37,2.5945945945945947 +40213281,2016,11,41,2.1707317073170733 +40213281,2016,12,42,2.357142857142857 +40213281,2017,1,54,3.0925925925925926 +40213281,2017,2,45,2.6222222222222222 +40213281,2017,3,45,2.7333333333333334 +40213281,2017,4,38,1.894736842105263 +40213281,2017,5,60,2.216666666666667 +40213281,2017,6,56,2.6964285714285716 +40213281,2017,7,57,1.8771929824561404 +40213281,2017,8,38,2.1578947368421053 +40213281,2017,9,51,2.8627450980392157 +40213281,2017,10,38,2.736842105263158 +40213281,2017,11,40,2.55 +40213281,2017,12,39,2.076923076923077 +40213281,2018,1,33,1.7878787878787878 +40213281,2018,2,43,2.697674418604651 +40213281,2018,3,47,2.234042553191489 +40213281,2018,4,43,1.930232558139535 +40213281,2018,5,57,1.5789473684210527 +40213281,2018,6,49,2.0408163265306123 +40213281,2018,7,42,1.7380952380952381 +40213281,2018,8,51,2.215686274509804 +40213281,2018,9,42,1.9285714285714286 +40213281,2018,10,43,1.9767441860465116 +40213281,2018,11,36,2.6944444444444446 +40213281,2018,12,34,1.8235294117647058 +40213281,2019,1,44,2.522727272727273 +40213281,2019,2,38,2 +40213281,2019,3,46,1.8695652173913044 +40213281,2019,4,38,2.789473684210526 +40213281,2019,5,58,1.9137931034482758 +40213281,2019,6,47,2.127659574468085 +40213281,2019,7,44,1.8636363636363635 +40213281,2019,8,42,2.2857142857142856 +40213281,2019,9,45,2.1555555555555554 +40213281,2019,10,52,1.9423076923076923 +40213281,2019,11,44,2.0681818181818183 +40213281,2019,12,36,1.9166666666666667 +40213281,2020,1,39,2.1538461538461537 +40213281,2020,2,51,2.0784313725490198 +40213281,2020,3,36,2.3055555555555554 +40213281,2020,4,44,1.9090909090909092 +40213281,2020,5,50,2.08 +40213281,2020,6,49,2.489795918367347 +40213281,2020,7,58,2.0689655172413794 +40213281,2020,8,42,2.642857142857143 +40213281,2020,9,38,2.026315789473684 +40213281,2020,10,49,2.816326530612245 +40213281,2020,11,51,2.1176470588235294 +40213281,2020,12,45,3.088888888888889 +40213281,2021,1,57,2.508771929824561 +40213281,2021,2,39,2.3846153846153846 +40213281,2021,3,42,3.0238095238095237 +40213281,2021,4,43,2.558139534883721 +40213281,2021,5,40,2.525 +40213281,2021,6,37,2.2162162162162162 +40213281,2021,7,44,2.159090909090909 +40213281,2021,8,45,2.3333333333333335 +40213281,2021,9,51,2.4901960784313726 +40213281,2021,10,55,2.327272727272727 +40213281,2021,11,46,1.9565217391304348 +40213281,2021,12,45,2.422222222222222 +40213281,2022,1,50,1.96 +40213281,2022,2,49,2.4081632653061225 +40213281,2022,3,44,2.4545454545454546 +40213281,2022,4,40,2.125 +40213281,2022,5,37,2.5135135135135136 +40213281,2022,6,37,1.864864864864865 +40213281,2022,7,49,2.061224489795918 +40213281,2022,8,39,1.6666666666666667 +40213281,2022,9,40,1.8 +40213281,2022,10,44,2.1818181818181817 +40213281,2022,11,47,1.702127659574468 +40213281,2022,12,42,1.9285714285714286 +40213281,2023,1,41,2.1707317073170733 +40213281,2023,2,29,2.793103448275862 +40213281,2023,3,38,2.0789473684210527 +40213281,2023,4,43,2.2093023255813953 +40213281,2023,5,36,2.6944444444444446 +40213281,2023,6,18,1.7222222222222223 +40213296,1996,4,1,1 +40213296,1996,6,1,1 +40213296,1996,7,1,2 +40213296,1996,9,1,2 +40213296,1997,2,1,2 +40213296,1997,3,1,2 +40213296,1997,4,1,1 +40213296,1997,7,1,2 +40213296,1998,3,2,2.5 +40213296,1998,9,1,2 +40213296,2000,2,1,2 +40213296,2000,3,1,3 +40213296,2000,12,1,1 +40213296,2001,2,1,2 +40213296,2001,11,1,2 +40213296,2002,7,1,2 +40213296,2002,11,1,2 +40213296,2003,6,1,1 +40213296,2003,10,1,2 +40213296,2004,6,1,1 +40213296,2005,10,1,2 +40213296,2007,2,1,2 +40213296,2008,3,1,2 +40213296,2009,7,1,3 +40213296,2010,8,1,1 +40213296,2011,2,1,1 +40213296,2012,3,1,1 +40213296,2013,2,1,1 +40213296,2013,3,1,1 +40213296,2013,6,8,2.125 +40213296,2013,7,15,1.8 +40213296,2013,8,23,1.6956521739130435 +40213296,2013,9,16,2.625 +40213296,2013,10,20,2.2 +40213296,2013,11,16,2 +40213296,2013,12,16,1.5 +40213296,2014,1,11,2.5454545454545454 +40213296,2014,2,15,1.6666666666666667 +40213296,2014,3,24,3.4583333333333335 +40213296,2014,4,9,2 +40213296,2014,5,20,2.45 +40213296,2014,6,19,2.8421052631578947 +40213296,2014,7,15,1.6666666666666667 +40213296,2014,8,21,1.9047619047619047 +40213296,2014,9,25,3.04 +40213296,2014,10,11,2 +40213296,2014,11,12,2.9166666666666665 +40213296,2014,12,6,1.6666666666666667 +40213296,2015,1,14,3.0714285714285716 +40213296,2015,2,12,1.6666666666666667 +40213296,2015,3,17,1.7058823529411764 +40213296,2015,4,16,2.1875 +40213296,2015,5,18,1.3888888888888888 +40213296,2015,6,20,3.35 +40213296,2015,7,12,2.0833333333333335 +40213296,2015,8,20,1.75 +40213296,2015,9,16,1.75 +40213296,2015,10,18,1.8888888888888888 +40213296,2015,11,15,2.1333333333333333 +40213296,2015,12,15,1.7333333333333334 +40213296,2016,1,11,2.3636363636363638 +40213296,2016,2,19,1.7894736842105263 +40213296,2016,3,24,2.5833333333333335 +40213296,2016,4,9,1.7777777777777777 +40213296,2016,5,24,2.0416666666666665 +40213296,2016,6,16,2.8125 +40213296,2016,7,19,1.6842105263157894 +40213296,2016,8,22,1.7727272727272727 +40213296,2016,9,22,2.909090909090909 +40213296,2016,10,15,3.2 +40213296,2016,11,16,1.875 +40213296,2016,12,10,2.2 +40213296,2017,1,20,2.95 +40213296,2017,2,18,1.6666666666666667 +40213296,2017,3,21,1.7619047619047619 +40213296,2017,4,21,2.761904761904762 +40213296,2017,5,17,1.4705882352941178 +40213296,2017,6,19,2.526315789473684 +40213296,2017,7,11,1.5454545454545454 +40213296,2017,8,15,1.8 +40213296,2017,9,15,2.066666666666667 +40213296,2017,10,16,2.3125 +40213296,2017,11,17,2.9411764705882355 +40213296,2017,12,15,1.8666666666666667 +40213296,2018,1,16,1.9375 +40213296,2018,2,13,2.3076923076923075 +40213296,2018,3,15,2.2 +40213296,2018,4,14,1.7142857142857142 +40213296,2018,5,23,2.1739130434782608 +40213296,2018,6,14,3.4285714285714284 +40213296,2018,7,15,1.8 +40213296,2018,8,19,2.263157894736842 +40213296,2018,9,21,2.4285714285714284 +40213296,2018,10,16,2.4375 +40213296,2018,11,23,2.782608695652174 +40213296,2018,12,18,2.2222222222222223 +40213296,2019,1,14,2.142857142857143 +40213296,2019,2,17,2.1176470588235294 +40213296,2019,3,18,1.8888888888888888 +40213296,2019,4,17,2.2941176470588234 +40213296,2019,5,16,2.0625 +40213296,2019,6,7,2 +40213296,2019,7,16,1.9375 +40213296,2019,8,13,2 +40213296,2019,9,17,2.2941176470588234 +40213296,2019,10,9,1.7777777777777777 +40213296,2019,11,17,3.2941176470588234 +40213296,2019,12,17,1.8823529411764706 +40213296,2020,1,14,2.2142857142857144 +40213296,2020,2,13,2.5384615384615383 +40213296,2020,3,15,1.9333333333333333 +40213296,2020,4,16,1.9375 +40213296,2020,5,13,2.769230769230769 +40213296,2020,6,16,2.875 +40213296,2020,7,14,1.6428571428571428 +40213296,2020,8,19,2.6842105263157894 +40213296,2020,9,20,2.3 +40213296,2020,10,16,2.3125 +40213296,2020,11,25,1.8 +40213296,2020,12,13,2 +40213296,2021,1,14,1.9285714285714286 +40213296,2021,2,11,2.4545454545454546 +40213296,2021,3,13,2.1538461538461537 +40213296,2021,4,12,2 +40213296,2021,5,11,4.636363636363637 +40213296,2021,6,13,2.1538461538461537 +40213296,2021,7,13,1.7692307692307692 +40213296,2021,8,15,4.133333333333334 +40213296,2021,9,19,2.1578947368421053 +40213296,2021,10,13,1.9230769230769231 +40213296,2021,11,22,3.409090909090909 +40213296,2021,12,10,2 +40213296,2022,1,14,2.142857142857143 +40213296,2022,2,14,2.2857142857142856 +40213296,2022,3,24,2.5416666666666665 +40213296,2022,4,20,2.6 +40213296,2022,5,10,1.4 +40213296,2022,6,20,1.65 +40213296,2022,7,19,1.8421052631578947 +40213296,2022,8,14,2.2857142857142856 +40213296,2022,9,15,5.133333333333334 +40213296,2022,10,14,2 +40213296,2022,11,21,2.6666666666666665 +40213296,2022,12,12,1.9166666666666667 +40213296,2023,1,16,1.625 +40213296,2023,2,13,2.3076923076923075 +40213296,2023,3,15,2.2 +40213296,2023,4,21,3.0476190476190474 +40213296,2023,5,9,5.777777777777778 +40213296,2023,6,10,4 +40213299,1995,2,1,2 +40213299,1995,3,1,2 +40213299,1995,4,1,2 +40213299,1996,3,1,2 +40213299,1996,7,1,2 +40213299,1999,8,1,1 +40213299,2002,9,1,1 +40213299,2003,6,1,1 +40213299,2003,12,1,1 +40213299,2004,8,1,1 +40213299,2011,11,1,1 +40213299,2013,2,1,1 +40213299,2013,6,10,1.6 +40213299,2013,7,14,2 +40213299,2013,8,20,2 +40213299,2013,9,19,1.8421052631578947 +40213299,2013,10,24,1.5416666666666667 +40213299,2013,11,15,2.066666666666667 +40213299,2013,12,19,3.473684210526316 +40213299,2014,1,15,4 +40213299,2014,2,20,2.45 +40213299,2014,3,24,2.9583333333333335 +40213299,2014,4,9,1.6666666666666667 +40213299,2014,5,24,2.3333333333333335 +40213299,2014,6,19,2.263157894736842 +40213299,2014,7,20,2.75 +40213299,2014,8,24,3.5416666666666665 +40213299,2014,9,14,1.6428571428571428 +40213299,2014,10,15,1.8666666666666667 +40213299,2014,11,20,2.35 +40213299,2014,12,19,1.6842105263157894 +40213299,2015,1,22,1.7727272727272727 +40213299,2015,2,11,2.090909090909091 +40213299,2015,3,18,3.7222222222222223 +40213299,2015,4,17,3.823529411764706 +40213299,2015,5,15,2.4 +40213299,2015,6,18,2.388888888888889 +40213299,2015,7,12,4.416666666666667 +40213299,2015,8,23,2.652173913043478 +40213299,2015,9,18,2.5555555555555554 +40213299,2015,10,13,2.3846153846153846 +40213299,2015,11,22,1.9090909090909092 +40213299,2015,12,20,2.05 +40213299,2016,1,22,2.3181818181818183 +40213299,2016,2,21,2.4761904761904763 +40213299,2016,3,17,2.1176470588235294 +40213299,2016,4,13,2.076923076923077 +40213299,2016,5,18,2.5555555555555554 +40213299,2016,6,16,2.25 +40213299,2016,7,18,4.055555555555555 +40213299,2016,8,19,2.5789473684210527 +40213299,2016,9,15,2.4 +40213299,2016,10,22,3.8181818181818183 +40213299,2016,11,19,2.3157894736842106 +40213299,2016,12,16,2.125 +40213299,2017,1,15,2.466666666666667 +40213299,2017,2,25,2.16 +40213299,2017,3,22,3.0454545454545454 +40213299,2017,4,22,2.1363636363636362 +40213299,2017,5,16,2.1875 +40213299,2017,6,19,2.3157894736842106 +40213299,2017,7,15,3.466666666666667 +40213299,2017,8,19,2.736842105263158 +40213299,2017,9,17,2 +40213299,2017,10,8,2.75 +40213299,2017,11,26,2.730769230769231 +40213299,2017,12,23,2.782608695652174 +40213299,2018,1,24,2.3333333333333335 +40213299,2018,2,18,1.4444444444444444 +40213299,2018,3,22,2 +40213299,2018,4,19,2 +40213299,2018,5,24,2.4583333333333335 +40213299,2018,6,22,2.8181818181818183 +40213299,2018,7,15,2.1333333333333333 +40213299,2018,8,14,2.857142857142857 +40213299,2018,9,12,2.4166666666666665 +40213299,2018,10,17,3 +40213299,2018,11,15,2 +40213299,2018,12,16,1.6875 +40213299,2019,1,11,1.7272727272727273 +40213299,2019,2,20,2.3 +40213299,2019,3,26,2.6153846153846154 +40213299,2019,4,20,1.75 +40213299,2019,5,19,2.263157894736842 +40213299,2019,6,17,1.7647058823529411 +40213299,2019,7,24,1.8333333333333333 +40213299,2019,8,19,2.4210526315789473 +40213299,2019,9,15,2.2666666666666666 +40213299,2019,10,8,2.375 +40213299,2019,11,23,2.4782608695652173 +40213299,2019,12,15,1.9333333333333333 +40213299,2020,1,13,1.4615384615384615 +40213299,2020,2,18,1.8888888888888888 +40213299,2020,3,24,2.0416666666666665 +40213299,2020,4,20,1.8 +40213299,2020,5,19,1.5789473684210527 +40213299,2020,6,15,1.9333333333333333 +40213299,2020,7,19,1.631578947368421 +40213299,2020,8,16,2.6875 +40213299,2020,9,12,1.5833333333333333 +40213299,2020,10,23,1.7391304347826086 +40213299,2020,11,20,1.85 +40213299,2020,12,9,3 +40213299,2021,1,19,2.0526315789473686 +40213299,2021,2,15,1.7333333333333334 +40213299,2021,3,16,1.9375 +40213299,2021,4,19,1.7894736842105263 +40213299,2021,5,23,2.260869565217391 +40213299,2021,6,21,2.1904761904761907 +40213299,2021,7,25,2.96 +40213299,2021,8,11,1.8181818181818181 +40213299,2021,9,18,2.9444444444444446 +40213299,2021,10,18,1.7777777777777777 +40213299,2021,11,20,2.9 +40213299,2021,12,15,2.6 +40213299,2022,1,19,2 +40213299,2022,2,14,1.9285714285714286 +40213299,2022,3,14,2.9285714285714284 +40213299,2022,4,23,1.9130434782608696 +40213299,2022,5,12,1.75 +40213299,2022,6,15,2.2666666666666666 +40213299,2022,7,21,1.9523809523809523 +40213299,2022,8,29,2.2758620689655173 +40213299,2022,9,16,1.75 +40213299,2022,10,19,3.5789473684210527 +40213299,2022,11,13,2.230769230769231 +40213299,2022,12,18,2.8333333333333335 +40213299,2023,1,20,1.8 +40213299,2023,2,19,2.9473684210526314 +40213299,2023,3,21,2.3333333333333335 +40213299,2023,4,17,2.235294117647059 +40213299,2023,5,12,1.5833333333333333 +40213299,2023,6,8,1.5 +40213304,1985,3,1,1 +40213304,1985,5,1,1 +40213304,1985,12,1,1 +40213304,1994,1,1,2 +40213304,1994,3,1,2 +40213304,1994,10,1,2 +40213304,2001,6,1,1 +40213304,2001,8,1,1 +40213304,2002,3,2,1 +40213304,2002,4,1,1 +40213304,2002,12,1,1 +40213304,2010,9,1,1 +40213304,2010,10,1,1 +40213304,2011,5,1,1 +40213304,2013,6,10,2.4 +40213304,2013,7,25,1.56 +40213304,2013,8,26,1.8461538461538463 +40213304,2013,9,29,2.206896551724138 +40213304,2013,10,20,2.15 +40213304,2013,11,27,2.111111111111111 +40213304,2013,12,25,2.24 +40213304,2014,1,20,2.1 +40213304,2014,2,28,2.9642857142857144 +40213304,2014,3,28,3.357142857142857 +40213304,2014,4,19,2.3157894736842106 +40213304,2014,5,25,3.48 +40213304,2014,6,21,4 +40213304,2014,7,26,2.5 +40213304,2014,8,17,2.176470588235294 +40213304,2014,9,26,2.3846153846153846 +40213304,2014,10,37,3.081081081081081 +40213304,2014,11,23,2.869565217391304 +40213304,2014,12,32,2.46875 +40213304,2015,1,30,3.3666666666666667 +40213304,2015,2,23,3 +40213304,2015,3,25,2.08 +40213304,2015,4,29,2.689655172413793 +40213304,2015,5,29,2.413793103448276 +40213304,2015,6,27,2.5925925925925926 +40213304,2015,7,40,2.3 +40213304,2015,8,35,2.4857142857142858 +40213304,2015,9,31,2.3548387096774195 +40213304,2015,10,23,1.826086956521739 +40213304,2015,11,33,2.4545454545454546 +40213304,2015,12,34,2.6470588235294117 +40213304,2016,1,29,2.206896551724138 +40213304,2016,2,34,2.4705882352941178 +40213304,2016,3,25,1.96 +40213304,2016,4,26,2.3461538461538463 +40213304,2016,5,28,2.7142857142857144 +40213304,2016,6,23,3.130434782608696 +40213304,2016,7,22,2 +40213304,2016,8,26,1.9615384615384615 +40213304,2016,9,27,3.4444444444444446 +40213304,2016,10,30,2.6333333333333333 +40213304,2016,11,32,2.40625 +40213304,2016,12,31,1.8387096774193548 +40213304,2017,1,31,2.5161290322580645 +40213304,2017,2,27,1.962962962962963 +40213304,2017,3,25,2.24 +40213304,2017,4,26,2.6153846153846154 +40213304,2017,5,27,3.2962962962962963 +40213304,2017,6,24,3.2916666666666665 +40213304,2017,7,24,1.9166666666666667 +40213304,2017,8,25,1.72 +40213304,2017,9,24,1.75 +40213304,2017,10,31,1.7419354838709677 +40213304,2017,11,27,2.074074074074074 +40213304,2017,12,27,1.7777777777777777 +40213304,2018,1,30,1.9 +40213304,2018,2,27,2.5925925925925926 +40213304,2018,3,21,2.4285714285714284 +40213304,2018,4,25,1.92 +40213304,2018,5,30,1.7666666666666666 +40213304,2018,6,25,1.6 +40213304,2018,7,20,1.75 +40213304,2018,8,24,1.75 +40213304,2018,9,28,2 +40213304,2018,10,31,1.6774193548387097 +40213304,2018,11,24,2.125 +40213304,2018,12,27,1.8888888888888888 +40213304,2019,1,35,1.8857142857142857 +40213304,2019,2,32,2.125 +40213304,2019,3,23,1.8695652173913044 +40213304,2019,4,17,2 +40213304,2019,5,30,1.7 +40213304,2019,6,24,1.9166666666666667 +40213304,2019,7,23,1.7826086956521738 +40213304,2019,8,24,1.75 +40213304,2019,9,37,2.27027027027027 +40213304,2019,10,34,2.2058823529411766 +40213304,2019,11,17,1.8823529411764706 +40213304,2019,12,21,1.8571428571428572 +40213304,2020,1,26,1.9230769230769231 +40213304,2020,2,23,2 +40213304,2020,3,28,2.2857142857142856 +40213304,2020,4,33,2.8484848484848486 +40213304,2020,5,30,1.8666666666666667 +40213304,2020,6,22,3.6363636363636362 +40213304,2020,7,27,2.5185185185185186 +40213304,2020,8,27,2.7777777777777777 +40213304,2020,9,28,2.4642857142857144 +40213304,2020,10,35,2.6857142857142855 +40213304,2020,11,29,2.793103448275862 +40213304,2020,12,22,2.090909090909091 +40213304,2021,1,22,3.3636363636363638 +40213304,2021,2,25,2.04 +40213304,2021,3,32,2.46875 +40213304,2021,4,25,2.08 +40213304,2021,5,33,2.6363636363636362 +40213304,2021,6,34,2.1470588235294117 +40213304,2021,7,29,2.103448275862069 +40213304,2021,8,20,2.05 +40213304,2021,9,22,2.5454545454545454 +40213304,2021,10,30,2.033333333333333 +40213304,2021,11,22,1.5454545454545454 +40213304,2021,12,25,2.16 +40213304,2022,1,27,1.8888888888888888 +40213304,2022,2,35,1.9142857142857144 +40213304,2022,3,28,1.6785714285714286 +40213304,2022,4,24,2.3333333333333335 +40213304,2022,5,22,2.4545454545454546 +40213304,2022,6,21,1.6666666666666667 +40213304,2022,7,22,2 +40213304,2022,8,25,2.16 +40213304,2022,9,20,1.6 +40213304,2022,10,24,1.875 +40213304,2022,11,25,2.6 +40213304,2022,12,24,2.6666666666666665 +40213304,2023,1,20,3.35 +40213304,2023,2,17,2.0588235294117645 +40213304,2023,3,32,2.9375 +40213304,2023,4,23,1.9130434782608696 +40213304,2023,5,19,2.210526315789474 +40213304,2023,6,8,1.375 +40213306,1982,3,1,1 +40213306,1986,4,1,24 +40213306,1987,4,1,24 +40213306,1988,5,1,24 +40213306,1990,1,1,4 +40213306,1990,6,1,2 +40213306,1991,2,1,4 +40213306,1991,5,1,5 +40213306,1992,5,1,5 +40213306,1993,5,1,5 +40213306,1994,4,1,2 +40213306,1995,4,1,2 +40213306,1996,4,1,2 +40213306,1996,5,1,2 +40213306,2000,9,1,7 +40213306,2001,4,1,1 +40213306,2001,9,1,7 +40213306,2002,4,1,1 +40213306,2004,4,1,1 +40213306,2004,10,1,2 +40213306,2005,4,1,1 +40213306,2006,4,1,1 +40213306,2006,9,1,2 +40213306,2009,7,1,1 +40213306,2010,7,1,1 +40213306,2011,8,1,1 +40213306,2011,10,1,2 +40213306,2012,10,1,2 +40213306,2013,6,5,1.6 +40213306,2013,7,11,3 +40213306,2013,8,8,1.75 +40213306,2013,9,8,3.125 +40213306,2013,10,8,1.625 +40213306,2013,11,8,1.5 +40213306,2013,12,10,2.1 +40213306,2014,1,5,1.8 +40213306,2014,2,7,1.5714285714285714 +40213306,2014,3,9,1.4444444444444444 +40213306,2014,4,3,2.3333333333333335 +40213306,2014,5,6,3.3333333333333335 +40213306,2014,6,5,1.2 +40213306,2014,7,8,1.875 +40213306,2014,8,6,1.3333333333333333 +40213306,2014,9,10,2.3 +40213306,2014,10,8,2 +40213306,2014,11,9,2 +40213306,2014,12,5,3 +40213306,2015,1,13,1.6923076923076923 +40213306,2015,2,11,2.090909090909091 +40213306,2015,3,14,1.8571428571428572 +40213306,2015,4,13,3 +40213306,2015,5,9,1.4444444444444444 +40213306,2015,6,11,1.7272727272727273 +40213306,2015,7,6,1.8333333333333333 +40213306,2015,8,13,1.5384615384615385 +40213306,2015,9,7,1.8571428571428572 +40213306,2015,10,7,1.8571428571428572 +40213306,2015,11,9,1.6666666666666667 +40213306,2015,12,15,2.2666666666666666 +40213306,2016,1,15,2.1333333333333333 +40213306,2016,2,4,2.25 +40213306,2016,3,6,3.3333333333333335 +40213306,2016,4,14,1.8571428571428572 +40213306,2016,5,8,2.5 +40213306,2016,6,4,2 +40213306,2016,7,9,1.8888888888888888 +40213306,2016,8,9,2 +40213306,2016,9,9,1.7777777777777777 +40213306,2016,10,9,4.222222222222222 +40213306,2016,11,10,2.1 +40213306,2016,12,12,2.9166666666666665 +40213306,2017,1,13,5.153846153846154 +40213306,2017,2,10,5.3 +40213306,2017,3,8,4.375 +40213306,2017,4,10,2.4 +40213306,2017,5,4,1.5 +40213306,2017,6,8,2.875 +40213306,2017,7,14,2.2857142857142856 +40213306,2017,8,12,2.3333333333333335 +40213306,2017,9,14,2 +40213306,2017,10,8,1.625 +40213306,2017,11,8,3.875 +40213306,2017,12,6,5.166666666666667 +40213306,2018,1,7,2.7142857142857144 +40213306,2018,2,13,3.5384615384615383 +40213306,2018,3,8,1.75 +40213306,2018,4,7,1.8571428571428572 +40213306,2018,5,5,2.2 +40213306,2018,6,10,2.1 +40213306,2018,7,7,1.7142857142857142 +40213306,2018,8,9,1.7777777777777777 +40213306,2018,9,8,3 +40213306,2018,10,19,2.1052631578947367 +40213306,2018,11,13,4.153846153846154 +40213306,2018,12,10,3 +40213306,2019,1,13,2 +40213306,2019,2,6,2 +40213306,2019,3,10,4.3 +40213306,2019,4,3,1.6666666666666667 +40213306,2019,5,12,1.9166666666666667 +40213306,2019,6,7,2 +40213306,2019,7,10,2.3 +40213306,2019,8,11,2.4545454545454546 +40213306,2019,9,5,1.2 +40213306,2019,10,10,1.2 +40213306,2019,11,5,4.6 +40213306,2019,12,11,2.1818181818181817 +40213306,2020,1,8,2.75 +40213306,2020,2,8,2 +40213306,2020,3,10,1.7 +40213306,2020,4,15,2.4 +40213306,2020,5,11,1.7272727272727273 +40213306,2020,6,10,1.8 +40213306,2020,7,7,1.4285714285714286 +40213306,2020,8,10,1.7 +40213306,2020,9,9,2.111111111111111 +40213306,2020,10,5,2.6 +40213306,2020,11,12,1.5833333333333333 +40213306,2020,12,9,2.5555555555555554 +40213306,2021,1,3,2.6666666666666665 +40213306,2021,2,7,2.4285714285714284 +40213306,2021,3,9,1.8888888888888888 +40213306,2021,4,9,1.7777777777777777 +40213306,2021,5,14,1.7857142857142858 +40213306,2021,6,5,2.2 +40213306,2021,7,8,1.75 +40213306,2021,8,5,2.2 +40213306,2021,9,9,2.3333333333333335 +40213306,2021,10,6,3.8333333333333335 +40213306,2021,11,7,2 +40213306,2021,12,11,1.9090909090909092 +40213306,2022,1,12,2.3333333333333335 +40213306,2022,2,14,2 +40213306,2022,3,7,1.5714285714285714 +40213306,2022,4,6,1.6666666666666667 +40213306,2022,5,12,2.0833333333333335 +40213306,2022,6,15,1.9333333333333333 +40213306,2022,7,6,4 +40213306,2022,8,12,1.6666666666666667 +40213306,2022,9,4,2 +40213306,2022,10,9,1.3333333333333333 +40213306,2022,11,7,2.2857142857142856 +40213306,2022,12,12,1.6666666666666667 +40213306,2023,1,10,2 +40213306,2023,2,9,2 +40213306,2023,3,8,1.625 +40213306,2023,4,7,2 +40213306,2023,5,8,2.125 +40213306,2023,6,4,3.25 +40213314,1985,7,1,1 +40213314,1985,9,1,1 +40213314,1986,6,1,1 +40213314,1994,5,1,2 +40213314,1994,7,1,2 +40213314,1995,4,1,2 +40213314,2001,10,1,1 +40213314,2001,12,1,1 +40213314,2002,7,1,1 +40213314,2002,9,2,1 +40213314,2003,6,1,1 +40213314,2010,12,1,1 +40213314,2011,2,1,1 +40213314,2011,11,1,1 +40213314,2013,6,12,1.75 +40213314,2013,7,24,2.2916666666666665 +40213314,2013,8,30,2.1666666666666665 +40213314,2013,9,33,1.9696969696969697 +40213314,2013,10,30,1.7333333333333334 +40213314,2013,11,27,1.8888888888888888 +40213314,2013,12,31,3 +40213314,2014,1,21,1.9047619047619047 +40213314,2014,2,28,2.0714285714285716 +40213314,2014,3,21,2.0476190476190474 +40213314,2014,4,21,2.0952380952380953 +40213314,2014,5,29,3.103448275862069 +40213314,2014,6,22,2.727272727272727 +40213314,2014,7,26,3.3846153846153846 +40213314,2014,8,22,3.5454545454545454 +40213314,2014,9,29,2.3793103448275863 +40213314,2014,10,21,3.4285714285714284 +40213314,2014,11,25,2.88 +40213314,2014,12,27,2.037037037037037 +40213314,2015,1,24,2.5416666666666665 +40213314,2015,2,28,2.2857142857142856 +40213314,2015,3,29,2.3448275862068964 +40213314,2015,4,34,3.235294117647059 +40213314,2015,5,21,2.619047619047619 +40213314,2015,6,30,2.6333333333333333 +40213314,2015,7,22,3.5 +40213314,2015,8,30,3 +40213314,2015,9,31,2.193548387096774 +40213314,2015,10,19,2.789473684210526 +40213314,2015,11,40,2.4 +40213314,2015,12,29,2.0689655172413794 +40213314,2016,1,37,2.4864864864864864 +40213314,2016,2,28,2.0357142857142856 +40213314,2016,3,32,2.21875 +40213314,2016,4,26,2.6923076923076925 +40213314,2016,5,36,2.2777777777777777 +40213314,2016,6,25,2.64 +40213314,2016,7,28,2.25 +40213314,2016,8,28,2.857142857142857 +40213314,2016,9,24,2.25 +40213314,2016,10,30,2.966666666666667 +40213314,2016,11,18,1.7777777777777777 +40213314,2016,12,27,2.5555555555555554 +40213314,2017,1,27,2.6296296296296298 +40213314,2017,2,32,2.40625 +40213314,2017,3,36,2.8055555555555554 +40213314,2017,4,31,1.7741935483870968 +40213314,2017,5,26,1.7307692307692308 +40213314,2017,6,32,2.3125 +40213314,2017,7,33,2.787878787878788 +40213314,2017,8,20,2.65 +40213314,2017,9,24,2.5416666666666665 +40213314,2017,10,15,2.3333333333333335 +40213314,2017,11,24,3.0833333333333335 +40213314,2017,12,26,2.6538461538461537 +40213314,2018,1,30,1.6666666666666667 +40213314,2018,2,23,1.608695652173913 +40213314,2018,3,33,1.606060606060606 +40213314,2018,4,28,1.8571428571428572 +40213314,2018,5,32,1.96875 +40213314,2018,6,30,2.3333333333333335 +40213314,2018,7,23,2 +40213314,2018,8,28,2.7142857142857144 +40213314,2018,9,17,2 +40213314,2018,10,25,1.6 +40213314,2018,11,23,2.0869565217391304 +40213314,2018,12,27,1.5925925925925926 +40213314,2019,1,19,1.8421052631578947 +40213314,2019,2,33,1.5454545454545454 +40213314,2019,3,32,1.9375 +40213314,2019,4,31,1.903225806451613 +40213314,2019,5,31,2.2580645161290325 +40213314,2019,6,25,2.08 +40213314,2019,7,34,1.8235294117647058 +40213314,2019,8,21,1.8095238095238095 +40213314,2019,9,18,1.9444444444444444 +40213314,2019,10,16,1.75 +40213314,2019,11,35,1.8571428571428572 +40213314,2019,12,24,1.7916666666666667 +40213314,2020,1,26,2.076923076923077 +40213314,2020,2,29,1.8620689655172413 +40213314,2020,3,26,2.6153846153846154 +40213314,2020,4,32,1.875 +40213314,2020,5,21,2.0476190476190474 +40213314,2020,6,26,2.230769230769231 +40213314,2020,7,28,1.8571428571428572 +40213314,2020,8,32,3.03125 +40213314,2020,9,18,1.8888888888888888 +40213314,2020,10,34,3.1176470588235294 +40213314,2020,11,27,1.8518518518518519 +40213314,2020,12,29,3.5517241379310347 +40213314,2021,1,33,2.212121212121212 +40213314,2021,2,22,2.9545454545454546 +40213314,2021,3,23,2.5217391304347827 +40213314,2021,4,24,2.2916666666666665 +40213314,2021,5,30,2.2333333333333334 +40213314,2021,6,21,1.8571428571428572 +40213314,2021,7,33,2.9393939393939394 +40213314,2021,8,24,1.6666666666666667 +40213314,2021,9,34,2.735294117647059 +40213314,2021,10,29,1.7586206896551724 +40213314,2021,11,35,2.6857142857142855 +40213314,2021,12,26,2.3846153846153846 +40213314,2022,1,25,2.2 +40213314,2022,2,15,2.1333333333333333 +40213314,2022,3,24,2.125 +40213314,2022,4,31,1.8064516129032258 +40213314,2022,5,26,1.9230769230769231 +40213314,2022,6,26,1.7692307692307692 +40213314,2022,7,30,2.2333333333333334 +40213314,2022,8,30,1.8333333333333333 +40213314,2022,9,22,1.6363636363636365 +40213314,2022,10,25,2.68 +40213314,2022,11,17,2 +40213314,2022,12,21,2.0476190476190474 +40213314,2023,1,26,1.7692307692307692 +40213314,2023,2,19,3.1052631578947367 +40213314,2023,3,24,1.7083333333333333 +40213314,2023,4,26,2.6923076923076925 +40213314,2023,5,25,2.72 +40213314,2023,6,7,1.7142857142857142 +40213320,2006,7,1,1 +40213320,2006,9,1,2 +40213320,2007,7,1,1 +40213320,2007,9,1,2 +40213320,2008,3,1,1 +40213320,2008,9,1,2 +40213320,2009,4,1,1 +40213320,2013,6,6,1.6666666666666667 +40213320,2013,7,27,2.111111111111111 +40213320,2013,8,17,1.8823529411764706 +40213320,2013,9,19,1.9473684210526316 +40213320,2013,10,23,2.347826086956522 +40213320,2013,11,23,2.9565217391304346 +40213320,2013,12,22,2.1818181818181817 +40213320,2014,1,25,2.28 +40213320,2014,2,19,2.1578947368421053 +40213320,2014,3,29,2.413793103448276 +40213320,2014,4,23,2.739130434782609 +40213320,2014,5,30,1.8666666666666667 +40213320,2014,6,21,2.1904761904761907 +40213320,2014,7,22,2.409090909090909 +40213320,2014,8,14,2.357142857142857 +40213320,2014,9,21,2 +40213320,2014,10,24,2.5 +40213320,2014,11,21,3 +40213320,2014,12,23,2.739130434782609 +40213320,2015,1,24,2.9583333333333335 +40213320,2015,2,18,2.111111111111111 +40213320,2015,3,26,2.6538461538461537 +40213320,2015,4,24,2.375 +40213320,2015,5,21,1.8095238095238095 +40213320,2015,6,22,1.9545454545454546 +40213320,2015,7,22,2.3181818181818183 +40213320,2015,8,16,2.75 +40213320,2015,9,23,1.9565217391304348 +40213320,2015,10,28,2.357142857142857 +40213320,2015,11,24,3.125 +40213320,2015,12,19,2.6842105263157894 +40213320,2016,1,24,2.5833333333333335 +40213320,2016,2,27,2.4074074074074074 +40213320,2016,3,27,2 +40213320,2016,4,19,1.8421052631578947 +40213320,2016,5,27,1.8148148148148149 +40213320,2016,6,27,1.8518518518518519 +40213320,2016,7,23,2.217391304347826 +40213320,2016,8,17,2.9411764705882355 +40213320,2016,9,27,1.8148148148148149 +40213320,2016,10,22,2.3636363636363638 +40213320,2016,11,25,1.84 +40213320,2016,12,25,2.28 +40213320,2017,1,21,2.238095238095238 +40213320,2017,2,25,1.88 +40213320,2017,3,25,2.28 +40213320,2017,4,17,2.1176470588235294 +40213320,2017,5,26,1.7692307692307692 +40213320,2017,6,26,1.7692307692307692 +40213320,2017,7,24,2.75 +40213320,2017,8,21,2.3333333333333335 +40213320,2017,9,26,2.1923076923076925 +40213320,2017,10,29,1.8620689655172413 +40213320,2017,11,20,2.05 +40213320,2017,12,18,1.6666666666666667 +40213320,2018,1,24,1.7916666666666667 +40213320,2018,2,13,1.6153846153846154 +40213320,2018,3,35,2.057142857142857 +40213320,2018,4,14,1.9285714285714286 +40213320,2018,5,29,1.8275862068965518 +40213320,2018,6,29,1.8275862068965518 +40213320,2018,7,28,2.5714285714285716 +40213320,2018,8,17,1.9411764705882353 +40213320,2018,9,23,1.9565217391304348 +40213320,2018,10,22,1.8181818181818181 +40213320,2018,11,18,2 +40213320,2018,12,21,1.5714285714285714 +40213320,2019,1,25,2.12 +40213320,2019,2,17,1.7058823529411764 +40213320,2019,3,28,1.75 +40213320,2019,4,19,3 +40213320,2019,5,19,1.8421052631578947 +40213320,2019,6,25,1.72 +40213320,2019,7,26,2.730769230769231 +40213320,2019,8,16,1.6875 +40213320,2019,9,27,2 +40213320,2019,10,22,1.7272727272727273 +40213320,2019,11,26,2.1538461538461537 +40213320,2019,12,17,2.0588235294117645 +40213320,2020,1,30,2.2333333333333334 +40213320,2020,2,28,1.6428571428571428 +40213320,2020,3,30,2.8333333333333335 +40213320,2020,4,19,2.6315789473684212 +40213320,2020,5,23,3.217391304347826 +40213320,2020,6,24,1.9583333333333333 +40213320,2020,7,32,1.84375 +40213320,2020,8,13,1.8461538461538463 +40213320,2020,9,23,1.6521739130434783 +40213320,2020,10,17,1.7058823529411764 +40213320,2020,11,23,1.826086956521739 +40213320,2020,12,24,2.1666666666666665 +40213320,2021,1,28,2.357142857142857 +40213320,2021,2,32,2.25 +40213320,2021,3,31,2.774193548387097 +40213320,2021,4,31,2.2903225806451615 +40213320,2021,5,23,3.4347826086956523 +40213320,2021,6,21,2.142857142857143 +40213320,2021,7,30,2.466666666666667 +40213320,2021,8,22,2.5454545454545454 +40213320,2021,9,23,1.8695652173913044 +40213320,2021,10,23,1.7826086956521738 +40213320,2021,11,28,2.2142857142857144 +40213320,2021,12,30,2.533333333333333 +40213320,2022,1,25,2.04 +40213320,2022,2,36,2.388888888888889 +40213320,2022,3,30,2.6 +40213320,2022,4,35,2.2 +40213320,2022,5,28,3.107142857142857 +40213320,2022,6,18,2.0555555555555554 +40213320,2022,7,25,1.84 +40213320,2022,8,29,4.0344827586206895 +40213320,2022,9,22,2.0454545454545454 +40213320,2022,10,29,3.0344827586206895 +40213320,2022,11,28,2.1785714285714284 +40213320,2022,12,36,2.4166666666666665 +40213320,2023,1,21,1.9523809523809523 +40213320,2023,2,33,2.4242424242424243 +40213320,2023,3,29,3.0689655172413794 +40213320,2023,4,32,2.65625 +40213320,2023,5,25,1.88 +40213320,2023,6,11,1.8181818181818181 +40220960,1988,5,1,1 +40220960,1990,11,1,1 +40220960,1992,3,1,1 +40220960,1992,6,1,1 +40220960,1993,1,2,1 +40220960,1993,9,1,1 +40220960,1993,12,1,1 +40220960,1994,4,1,1 +40220960,1994,12,1,1 +40220960,1996,6,1,1 +40220960,1996,7,2,1 +40220960,1996,8,1,1 +40220960,1996,10,1,1 +40220960,1997,7,1,1 +40220960,1997,9,2,1 +40220960,1997,11,1,1 +40220960,1998,1,1,1 +40220960,1998,9,1,1 +40220960,1998,10,1,1 +40220960,1999,1,1,1 +40220960,1999,5,1,1 +40220960,1999,6,1,1 +40220960,1999,8,1,1 +40220960,1999,10,1,1 +40220960,2000,5,1,1 +40220960,2000,12,1,1 +40220960,2001,4,1,1 +40220960,2001,9,1,1 +40220960,2001,12,3,1 +40220960,2002,3,1,1 +40220960,2002,5,1,1 +40220960,2002,7,1,1 +40220960,2002,10,1,1 +40220960,2002,11,1,1 +40220960,2002,12,2,1 +40220960,2003,1,1,1 +40220960,2003,2,1,1 +40220960,2003,7,1,1 +40220960,2003,10,1,1 +40220960,2004,1,2,1 +40220960,2004,7,2,1 +40220960,2005,10,2,1 +40220960,2006,1,1,1 +40220960,2006,5,2,1 +40220960,2006,6,2,1 +40220960,2006,11,1,1 +40220960,2006,12,2,1 +40220960,2007,1,1,1 +40220960,2007,4,1,1 +40220960,2007,5,1,1 +40220960,2007,9,1,1 +40220960,2008,3,1,1 +40220960,2008,4,1,1 +40220960,2008,5,1,1 +40220960,2008,6,1,1 +40220960,2008,7,1,1 +40220960,2008,8,2,1 +40220960,2008,10,1,1 +40220960,2008,11,4,1 +40220960,2009,4,1,1 +40220960,2009,5,1,1 +40220960,2009,6,1,1 +40220960,2009,7,1,1 +40220960,2009,9,1,1 +40220960,2009,12,2,1 +40220960,2010,2,1,1 +40220960,2010,3,1,1 +40220960,2010,6,1,1 +40220960,2010,8,1,1 +40220960,2010,9,2,1 +40220960,2011,1,2,1 +40220960,2011,2,1,1 +40220960,2011,5,2,1 +40220960,2012,3,1,1 +40220960,2012,6,2,1 +40220960,2012,7,2,1 +40220960,2012,12,1,1 +40220960,2013,1,1,1 +40220960,2013,3,1,1 +40220960,2013,4,1,1 +40220960,2013,6,2,1 +40220960,2013,7,3,1 +40220960,2013,8,4,1 +40220960,2013,9,1,1 +40220960,2013,10,1,1 +40220960,2013,11,1,1 +40220960,2013,12,4,1 +40220960,2014,1,3,1 +40220960,2014,2,1,1 +40220960,2014,3,2,1 +40220960,2014,4,3,1 +40220960,2014,5,3,1 +40220960,2014,6,1,1 +40220960,2014,7,3,1 +40220960,2014,8,2,1 +40220960,2014,9,4,1 +40220960,2014,10,3,1 +40220960,2014,11,4,1 +40220960,2014,12,2,6 +40220960,2015,1,5,1 +40220960,2015,2,3,1 +40220960,2015,3,5,1 +40220960,2015,4,3,1 +40220960,2015,5,6,1 +40220960,2015,6,5,1 +40220960,2015,7,7,1 +40220960,2015,8,3,1 +40220960,2015,9,2,1 +40220960,2015,10,7,1 +40220960,2015,11,4,1 +40220960,2015,12,4,1 +40220960,2016,1,4,1 +40220960,2016,2,6,1 +40220960,2016,3,3,1 +40220960,2016,4,5,1 +40220960,2016,5,4,1 +40220960,2016,6,1,1 +40220960,2016,7,2,1 +40220960,2016,8,3,1 +40220960,2016,9,4,1 +40220960,2016,10,4,1 +40220960,2016,11,4,1 +40220960,2016,12,4,1 +40220960,2017,1,7,1 +40220960,2017,2,1,1 +40220960,2017,3,5,1 +40220960,2017,4,9,1 +40220960,2017,5,3,1 +40220960,2017,6,6,1 +40220960,2017,7,5,1 +40220960,2017,8,4,1 +40220960,2017,9,6,1 +40220960,2017,10,2,1 +40220960,2017,11,5,1 +40220960,2017,12,4,1 +40220960,2018,1,5,1 +40220960,2018,2,1,1 +40220960,2018,3,3,1 +40220960,2018,4,7,1 +40220960,2018,5,7,1 +40220960,2018,6,4,1 +40220960,2018,7,3,1 +40220960,2018,8,2,1 +40220960,2018,9,6,1 +40220960,2018,10,2,1 +40220960,2018,11,4,1 +40220960,2018,12,6,1 +40220960,2019,1,6,1 +40220960,2019,2,7,1 +40220960,2019,3,4,1.25 +40220960,2019,4,4,1 +40220960,2019,5,6,1.1666666666666667 +40220960,2019,6,2,1 +40220960,2019,7,10,1 +40220960,2019,8,6,1 +40220960,2019,9,2,1 +40220960,2019,10,6,1 +40220960,2019,11,2,1 +40220960,2019,12,7,1 +40220960,2020,1,4,1 +40220960,2020,2,7,1 +40220960,2020,3,1,1 +40220960,2020,4,4,1 +40220960,2020,5,4,1 +40220960,2020,6,2,1 +40220960,2020,7,3,1 +40220960,2020,8,6,1.1666666666666667 +40220960,2020,9,3,1 +40220960,2020,10,2,1 +40220960,2020,11,6,1 +40220960,2020,12,2,1 +40220960,2021,1,3,1 +40220960,2021,2,4,1 +40220960,2021,3,7,1 +40220960,2021,4,1,1 +40220960,2021,5,7,1 +40220960,2021,6,4,1 +40220960,2021,7,5,1 +40220960,2021,8,7,1 +40220960,2021,9,3,1 +40220960,2021,10,2,1 +40220960,2021,11,2,1 +40220960,2021,12,5,1 +40220960,2022,1,1,1 +40220960,2022,2,6,1 +40220960,2022,3,8,1 +40220960,2022,4,6,1 +40220960,2022,5,7,1 +40220960,2022,6,4,1 +40220960,2022,7,7,1 +40220960,2022,8,8,1 +40220960,2022,9,2,1 +40220960,2022,10,8,1 +40220960,2022,11,6,1 +40220960,2022,12,6,1 +40220960,2023,1,6,1 +40220960,2023,3,4,1 +40220960,2023,4,10,1 +40220960,2023,5,4,1 +40220960,2023,6,1,1 +40243436,1955,4,2,1 +40243436,1955,11,1,1 +40243436,1960,4,1,1 +40243436,1962,1,1,1 +40243436,1963,6,1,1 +40243436,1967,4,1,1 +40243436,1973,6,1,1 +40243436,1979,12,1,1 +40243436,1984,11,1,1 +40243436,1986,6,1,1 +40243436,1988,5,1,1 +40243436,1988,6,1,1 +40243436,1990,6,1,1 +40243436,1990,9,1,1 +40243436,1991,1,1,1 +40243436,1991,3,1,1 +40243436,1991,8,1,1 +40243436,1991,9,1,1 +40243436,1992,5,1,1 +40243436,1992,11,1,1 +40243436,1994,6,1,1 +40243436,1994,9,1,1 +40243436,1995,7,1,1 +40243436,1996,6,1,1 +40243436,1996,10,1,1 +40243436,1997,2,1,1 +40243436,1997,8,1,1 +40243436,1998,7,1,1 +40243436,1998,9,1,1 +40243436,1999,8,1,1 +40243436,2000,4,1,1 +40243436,2000,6,1,1 +40243436,2000,10,1,1 +40243436,2000,12,1,1 +40243436,2001,6,1,1 +40243436,2001,9,2,1 +40243436,2002,1,1,1 +40243436,2002,2,1,1 +40243436,2002,3,1,1 +40243436,2003,2,1,1 +40243436,2003,4,1,1 +40243436,2003,9,1,1 +40243436,2004,4,1,1 +40243436,2004,5,1,1 +40243436,2004,10,1,1 +40243436,2004,11,1,1 +40243436,2005,3,1,1 +40243436,2005,8,2,1 +40243436,2005,11,1,1 +40243436,2006,1,1,1 +40243436,2006,3,1,1 +40243436,2006,5,1,1 +40243436,2006,10,1,1 +40243436,2007,1,1,1 +40243436,2007,2,1,1 +40243436,2008,2,1,1 +40243436,2008,12,1,1 +40243436,2009,7,1,1 +40243436,2009,10,1,1 +40243436,2009,11,1,1 +40243436,2010,4,2,1 +40243436,2010,5,1,1 +40243436,2010,9,1,3 +40243436,2011,1,1,1 +40243436,2011,3,1,1 +40243436,2011,6,1,1 +40243436,2012,1,1,1 +40243436,2012,7,1,1 +40243436,2012,11,1,1 +40243436,2012,12,2,1 +40243436,2013,1,1,1 +40243436,2013,2,1,1 +40243436,2013,4,1,1 +40243436,2013,7,1,1 +40243436,2013,10,2,1 +40243436,2013,11,1,1 +40243436,2013,12,2,1.5 +40243436,2014,1,1,1 +40243436,2014,4,1,1 +40243436,2014,5,2,1 +40243436,2014,6,2,1 +40243436,2014,7,1,1 +40243436,2014,10,1,1 +40243436,2014,12,2,1 +40243436,2015,1,2,1 +40243436,2015,4,1,1 +40243436,2015,5,1,1 +40243436,2015,8,1,1 +40243436,2015,9,1,1 +40243436,2015,10,1,1 +40243436,2015,12,2,1 +40243436,2016,2,1,1 +40243436,2016,3,3,1 +40243436,2016,5,2,1 +40243436,2016,6,1,1 +40243436,2016,7,1,1 +40243436,2016,8,2,1.5 +40243436,2016,10,1,1 +40243436,2016,11,1,1 +40243436,2016,12,1,1 +40243436,2017,1,2,1 +40243436,2017,5,1,1 +40243436,2017,6,1,1 +40243436,2017,7,2,1 +40243436,2017,8,1,1 +40243436,2017,12,4,1 +40243436,2018,3,2,1 +40243436,2018,4,1,1 +40243436,2018,6,1,1 +40243436,2018,8,1,1 +40243436,2018,9,2,1 +40243436,2018,10,1,1 +40243436,2018,11,1,2 +40243436,2018,12,1,1 +40243436,2019,2,1,1 +40243436,2019,3,1,1 +40243436,2019,4,2,1 +40243436,2019,7,1,1 +40243436,2019,9,1,1 +40243436,2019,10,1,1 +40243436,2020,1,1,1 +40243436,2020,2,1,1 +40243436,2020,3,1,1 +40243436,2020,6,1,1 +40243436,2020,7,3,1 +40243436,2020,8,1,1 +40243436,2020,9,1,1 +40243436,2020,10,1,1 +40243436,2020,11,2,1 +40243436,2020,12,2,1 +40243436,2021,1,2,1 +40243436,2021,2,2,1 +40243436,2021,5,3,1 +40243436,2021,6,2,1 +40243436,2021,7,3,1 +40243436,2021,9,1,1 +40243436,2021,10,2,1 +40243436,2021,11,1,1 +40243436,2021,12,2,1 +40243436,2022,2,1,1 +40243436,2022,3,1,1 +40243436,2022,5,1,1 +40243436,2022,10,1,1 +40243436,2022,12,1,1 +40243436,2023,2,1,1 +40243436,2023,4,1,1 +40492359,1955,4,2,1 +40492359,1955,11,1,1 +40492359,1960,4,1,1 +40492359,1962,1,1,1 +40492359,1963,6,1,1 +40492359,1967,4,1,1 +40492359,1973,6,1,1 +40492359,1979,12,1,1 +40492359,1984,11,1,1 +40492359,1986,6,1,1 +40492359,1988,5,1,1 +40492359,1988,6,1,1 +40492359,1990,6,1,1 +40492359,1990,9,1,1 +40492359,1991,1,1,1 +40492359,1991,3,1,1 +40492359,1991,8,1,1 +40492359,1991,9,1,1 +40492359,1992,5,1,1 +40492359,1992,11,1,1 +40492359,1994,6,1,1 +40492359,1994,9,1,1 +40492359,1995,7,1,1 +40492359,1996,6,1,1 +40492359,1996,10,1,1 +40492359,1997,2,1,1 +40492359,1997,8,1,1 +40492359,1998,7,1,1 +40492359,1998,9,1,1 +40492359,1999,8,1,1 +40492359,2000,4,1,1 +40492359,2000,6,1,1 +40492359,2000,10,1,1 +40492359,2000,12,1,1 +40492359,2001,6,1,1 +40492359,2001,9,2,1 +40492359,2002,1,1,1 +40492359,2002,2,1,1 +40492359,2002,3,1,1 +40492359,2003,2,1,1 +40492359,2003,4,1,1 +40492359,2003,9,1,1 +40492359,2004,4,1,1 +40492359,2004,5,1,1 +40492359,2004,10,1,1 +40492359,2004,11,1,1 +40492359,2005,3,1,1 +40492359,2005,8,2,1 +40492359,2005,11,1,1 +40492359,2006,1,1,1 +40492359,2006,3,1,1 +40492359,2006,5,1,1 +40492359,2006,10,1,1 +40492359,2007,1,1,1 +40492359,2007,2,1,1 +40492359,2008,2,1,1 +40492359,2008,12,1,1 +40492359,2009,7,1,1 +40492359,2009,10,1,1 +40492359,2009,11,1,1 +40492359,2010,4,2,1 +40492359,2010,5,1,1 +40492359,2010,9,1,3 +40492359,2011,1,1,1 +40492359,2011,3,1,1 +40492359,2011,6,1,1 +40492359,2012,1,1,1 +40492359,2012,7,1,1 +40492359,2012,11,1,1 +40492359,2012,12,2,1 +40492359,2013,1,1,1 +40492359,2013,2,1,1 +40492359,2013,4,1,1 +40492359,2013,7,1,1 +40492359,2013,10,2,1 +40492359,2013,11,1,1 +40492359,2013,12,2,1.5 +40492359,2014,1,1,1 +40492359,2014,4,1,1 +40492359,2014,5,2,1 +40492359,2014,6,2,1 +40492359,2014,7,1,1 +40492359,2014,10,1,1 +40492359,2014,12,2,1 +40492359,2015,1,2,1 +40492359,2015,4,1,1 +40492359,2015,5,1,1 +40492359,2015,8,1,1 +40492359,2015,9,1,1 +40492359,2015,10,1,1 +40492359,2015,12,2,1 +40492359,2016,2,1,1 +40492359,2016,3,3,1 +40492359,2016,5,2,1 +40492359,2016,6,1,1 +40492359,2016,7,1,1 +40492359,2016,8,2,1.5 +40492359,2016,10,1,1 +40492359,2016,11,1,1 +40492359,2016,12,1,1 +40492359,2017,1,2,1 +40492359,2017,5,1,1 +40492359,2017,6,1,1 +40492359,2017,7,2,1 +40492359,2017,8,1,1 +40492359,2017,12,4,1 +40492359,2018,3,2,1 +40492359,2018,4,1,1 +40492359,2018,6,1,1 +40492359,2018,8,1,1 +40492359,2018,9,2,1 +40492359,2018,10,1,1 +40492359,2018,11,1,2 +40492359,2018,12,1,1 +40492359,2019,2,1,1 +40492359,2019,3,1,1 +40492359,2019,4,2,1 +40492359,2019,7,1,1 +40492359,2019,9,1,1 +40492359,2019,10,1,1 +40492359,2020,1,1,1 +40492359,2020,2,1,1 +40492359,2020,3,1,1 +40492359,2020,6,1,1 +40492359,2020,7,3,1 +40492359,2020,8,1,1 +40492359,2020,9,1,1 +40492359,2020,10,1,1 +40492359,2020,11,2,1 +40492359,2020,12,2,1 +40492359,2021,1,2,1 +40492359,2021,2,2,1 +40492359,2021,5,3,1 +40492359,2021,6,2,1 +40492359,2021,7,3,1 +40492359,2021,9,1,1 +40492359,2021,10,2,1 +40492359,2021,11,1,1 +40492359,2021,12,2,1 +40492359,2022,2,1,1 +40492359,2022,3,1,1 +40492359,2022,5,1,1 +40492359,2022,10,1,1 +40492359,2022,12,1,1 +40492359,2023,2,1,1 +40492359,2023,4,1,1 +45766147,2022,6,1,1 +45767945,1941,6,1,1 45767945,1942,12,1,1 -45767945,2022,8,2,1 -45767945,1994,4,1,1 -45767945,2017,1,1,1 -4217646,1955,6,1,1 -4217646,2015,5,1,1 -45767945,1996,9,1,1 -45772840,1994,9,1,2 -45767945,1966,12,1,1 -45767945,2022,9,1,1 -4217646,1965,5,1,1 -45767945,2018,12,1,1 -4217646,1981,4,1,1 -4217646,1971,8,1,1 -4217646,1947,1,2,1 -4217646,2001,9,2,1 -4217646,2008,3,1,2 -45772840,1991,7,1,2 -4217646,2017,7,2,1 -4217646,1994,3,1,1 -45767945,2009,7,1,1 -45767945,2014,5,2,1 -4217646,1942,1,1,1 -4217646,2010,11,2,1 -4217646,2022,10,1,1 -45767945,1990,6,1,1 -4217646,1999,12,1,1 -45767945,2013,4,1,1 -45767945,1998,1,2,1 45767945,1943,8,1,1 -45767945,1994,7,1,1 -4217646,1948,1,1,1 -45767945,2007,12,1,1 -4217646,2016,5,1,1 -4217646,1958,5,1,1 -45767945,1988,7,1,1 -45772840,2015,7,1,1 -45767945,2005,3,1,1 -45767945,2005,11,2,1 -4217646,1991,10,1,1 -4217646,2013,5,1,1 -4217646,2011,8,1,1 -4217646,1936,2,1,1 -45772840,2015,4,1,2 -45772840,2021,6,1,1 45767945,1947,7,1,1 -4217646,2006,3,1,1 -45772840,2011,10,1,2 -45772840,2019,1,1,1 -4217646,1967,12,2,1 -4217646,2018,4,1,1 -4217646,1976,7,1,1 -4217646,2017,5,1,1 -4217646,2015,4,1,1 -4217646,2002,10,1,1 -45772840,2018,1,1,1 -45767945,2017,10,1,1 -4217646,1999,6,1,1 -45767945,1987,5,1,1 -4217646,2012,1,2,1 -4217646,1960,10,2,1 -45767945,2003,5,1,1 -4217646,1938,4,1,1 -45772840,2017,10,1,1 -45767945,2014,4,2,1 -45767945,2007,6,2,1 -45772840,2013,8,1,2 -45767945,1981,1,1,1 -45767945,1986,4,1,1 -4217646,1991,12,2,1 -45772840,2014,6,3,2 -45772840,2019,6,1,1 -45767945,2010,7,1,1 -4217646,1947,10,1,1 -4217646,1955,12,1,1 -4217646,1948,10,1,1 -4217646,2005,3,2,1 -45767945,2009,5,1,1 -4217646,1987,6,2,1 -45772840,2017,6,2,2 -45772840,2020,3,2,1.5 -4217646,2013,4,2,1 -4217646,1988,12,1,1 -4217646,1989,12,1,1 -45767945,1991,10,1,1 -45772840,2015,5,1,2 -4217646,2013,7,1,1 -4217646,2003,1,1,1 -45767945,2006,6,2,1 -4217646,2021,11,1,1 -4217646,1952,4,2,1 -45767945,2015,6,1,1 -4217646,2005,11,2,1 -4217646,2019,9,1,1 -4217646,1984,8,1,1 -45767945,2006,10,5,1 -45767945,1990,12,2,1 -4217646,2007,2,2,1 -4217646,1940,1,1,1 -4217646,1985,11,1,1 -4217646,1986,9,2,1 -4217646,1987,10,1,1 -45767945,1969,7,1,1 -4217646,2009,11,3,1 -4217646,1971,2,1,1 -45772840,2019,10,1,2 -45767945,2004,8,2,1 -4217646,2012,12,1,1 -45767945,2016,5,4,1 -4217646,1958,7,1,1 -45767945,2018,6,3,1 -4217646,1953,8,1,1 -4217646,1943,10,1,1 -45772840,2018,12,2,1.5 -4217646,1983,4,2,1 -4217646,1983,7,1,1 -45767945,1990,1,1,1 -45767945,1980,7,1,1 -45767945,1941,6,1,1 -45772840,1994,2,1,2 -45767945,1980,4,1,1 -4217646,2022,12,1,1 -45767945,2000,10,1,1 -4217646,1947,6,1,1 -4217646,1970,11,2,1 -45767945,2022,2,1,1 -4217646,1952,7,1,1 -4217646,1951,6,2,1 -45767945,1963,5,2,1 -4217646,1968,4,1,1 -4217646,2023,2,1,1 -45767945,2002,5,1,1 -4217646,1966,11,1,1 -4217646,1980,2,1,1 -45767945,2011,8,1,1 -4217646,1991,1,1,1 -45767945,2011,9,2,1 -45767945,2000,6,1,1 -4217646,1964,2,1,1 -45767945,2012,1,1,1 -4217646,1945,5,1,1 -4217646,2004,9,1,1 -4217646,1967,1,1,1 -4217646,2014,7,1,1 -4217646,2009,3,1,1 -4217646,2014,4,1,1 -4217646,1992,1,1,1 -4217646,2016,7,1,1 -45772840,2021,12,1,6 -45767945,2005,10,1,1 -4217646,1992,3,1,1 -45772840,2021,3,4,1.75 -45772840,2022,4,2,2 -4217646,1962,10,1,1 -4217646,2021,1,2,1 -4217646,1979,12,2,1 +45767945,1948,7,1,1 +45767945,1950,12,1,1 +45767945,1951,5,1,1 +45767945,1951,10,1,1 +45767945,1952,9,1,1 45767945,1953,10,1,1 -45767945,1972,4,1,1 -4217646,2000,12,1,1 -45767945,2023,1,3,1 -45767945,2003,2,2,1 -45767945,1985,7,2,1 -45772840,2021,11,3,2.6666666666666665 -4217646,1989,11,1,1 -45767945,2019,10,3,1 -4217646,1991,3,1,1 -4217646,1949,11,1,1 -45767945,2010,8,2,1 -4217646,1955,3,1,1 -45767945,1965,7,2,1 -45772840,2018,3,2,2 -4217646,2006,10,1,1 -4217646,1980,5,1,1 -4217646,1958,9,2,1 -45767945,2008,6,2,1 -45772840,2007,12,1,2 -4217646,2019,4,2,1 -45767945,2005,6,2,1 -4217646,1961,11,3,1 -45772840,2020,1,2,2.5 -4217646,2018,9,2,1 -4217646,2007,5,1,1 +45767945,1955,6,1,1 +45767945,1955,8,1,1 +45767945,1956,1,1,1 +45767945,1958,1,1,1 +45767945,1958,4,1,1 45767945,1958,12,1,1 -4217646,2005,12,1,1 -45772840,2023,1,2,6 -45767945,2012,3,1,1 -45772840,2020,12,3,2.3333333333333335 -4217646,2015,9,1,1 -4217646,1972,10,1,1 -45767945,2004,7,2,1 -45767945,2004,4,1,1 -4217646,1978,10,1,1 -45772840,2022,7,1,2 -45767945,1997,10,1,1 -45767945,1951,10,1,1 -4217646,2000,1,1,1 -4217646,1995,5,1,1 -45767945,2001,10,1,1 -4217646,1992,11,1,1 -4217646,2021,12,2,1 -4217646,2009,1,1,1 +45767945,1960,7,1,1 +45767945,1963,5,2,1 +45767945,1963,6,1,1 +45767945,1963,10,1,1 +45767945,1965,7,2,1 +45767945,1966,12,1,1 +45767945,1967,1,1,1 +45767945,1967,6,1,1 +45767945,1967,8,1,1 +45767945,1967,11,1,1 +45767945,1968,4,1,1 +45767945,1968,6,2,1 +45767945,1969,6,1,1 +45767945,1969,7,1,1 +45767945,1969,11,1,1 +45767945,1970,5,1,1 +45767945,1970,9,1,2 +45767945,1972,4,1,1 +45767945,1974,5,1,1 +45767945,1974,7,1,1 +45767945,1975,3,1,1 +45767945,1975,9,1,1 +45767945,1975,11,2,1 +45767945,1976,1,1,1 +45767945,1976,3,1,1 +45767945,1976,6,1,1 +45767945,1976,10,2,1 +45767945,1977,5,1,1 +45767945,1977,10,1,1 +45767945,1978,11,1,1 +45767945,1979,1,1,1 +45767945,1979,5,1,1 +45767945,1980,2,2,1 +45767945,1980,4,1,1 +45767945,1980,6,1,1 +45767945,1980,7,1,1 45767945,1980,8,1,1 -4217646,1970,1,1,1 -4217646,1982,10,1,1 -4217646,2012,11,2,1 -4217646,2016,8,2,1.5 -4217646,1985,12,1,1 -4217646,2019,7,1,1 -4217646,1974,3,1,1 -45767945,1988,2,2,1 -4217646,1994,6,1,1 -45767945,2010,9,2,1 -4217646,1949,3,1,1 -45767945,2011,7,1,1 -4217646,2015,8,1,1 -45767945,2008,10,2,1 -4217646,1990,12,1,1 -4217646,2003,3,1,1 -4217646,1934,6,1,1 -45767945,2019,6,2,1 -4217646,2018,8,1,1 -4217646,2008,10,1,1 +45767945,1980,11,1,1 +45767945,1981,1,1,1 +45767945,1982,1,2,1 45767945,1982,4,1,1 -4217646,2022,3,1,1 -4217646,1994,10,1,1 -45772840,2016,5,3,1.6666666666666667 -4217646,1950,8,1,1 -45767945,1999,6,1,1 -4217646,1955,11,1,1 -4217646,1953,4,1,1 -45767945,1975,9,1,1 -45767945,1958,1,1,1 -45767945,2022,5,1,1 -4217646,2001,5,1,1 -4217646,1997,1,1,1 -4217646,1975,3,1,1 -4217646,1989,3,1,1 -4217646,1944,4,1,1 -45772840,2013,7,1,10 -4217646,1998,2,1,1 -4217646,1991,11,1,1 -4217646,1953,7,1,1 -4217646,2020,6,1,1 -4217646,1975,11,1,1 -4217646,1997,5,1,1 -4217646,2011,1,2,1 -4217646,1992,2,1,1 -4217646,2010,4,2,1 -4217646,2021,5,3,1 -4217646,2004,6,2,1 -45772840,2017,9,1,2 -45767945,2005,4,4,1 -45767945,2017,8,4,1 45767945,1982,10,1,1 -4217646,1999,8,3,1 -4217646,1949,2,1,1 -45772840,2022,10,1,1 -4217646,2005,5,1,1 -4217646,2007,1,2,1 -4217646,1986,6,2,1 -45767945,2020,11,2,1 -45767945,1996,12,2,1 -4217646,1998,3,1,1 -4217646,1959,4,1,1 +45767945,1983,4,1,1 +45767945,1983,5,1,1 +45767945,1983,9,1,1 +45767945,1984,11,1,1 +45767945,1985,3,2,1 +45767945,1985,7,2,1 +45767945,1986,4,1,1 +45767945,1986,5,1,1 +45767945,1986,12,1,1 +45767945,1987,1,1,1 +45767945,1987,3,1,1 +45767945,1987,4,1,1 +45767945,1987,5,1,1 +45767945,1988,2,2,1 +45767945,1988,7,1,1 45767945,1989,3,2,1 -4217646,1990,5,1,1 -4217646,1953,6,2,1 -45772840,2019,8,1,2 -4217646,1996,1,1,1 -4217646,2020,7,3,1 -45767945,2003,11,1,1 -4217646,1967,2,1,1 -4217646,1998,11,1,1 -4217646,1980,1,1,1 -45767945,2022,12,2,1 -45772840,2016,1,1,1 -45772840,1997,9,2,2 -4217646,1951,8,1,1 +45767945,1989,8,1,1 +45767945,1989,11,2,1 +45767945,1990,1,1,1 +45767945,1990,6,1,1 +45767945,1990,8,1,1 +45767945,1990,10,1,1 +45767945,1990,12,2,1 +45767945,1991,2,1,1 +45767945,1991,9,2,1 +45767945,1991,10,1,1 +45767945,1991,11,2,1 +45767945,1991,12,2,1 +45767945,1993,4,1,1 +45767945,1993,7,3,1 +45767945,1993,8,1,2 +45767945,1993,9,1,1 +45767945,1993,10,2,1 45767945,1993,11,1,1 -45767945,2021,12,1,1 -4217646,2011,12,1,1 -45767945,2007,9,1,1 -4217646,1946,9,1,1 +45767945,1994,4,1,1 +45767945,1994,6,1,1 +45767945,1994,7,1,1 +45767945,1994,8,1,1 +45767945,1994,9,2,1 +45767945,1994,10,1,1 +45767945,1994,12,3,1 +45767945,1995,5,1,1 +45767945,1996,4,1,1 +45767945,1996,7,1,1 +45767945,1996,8,3,1 +45767945,1996,9,1,1 +45767945,1996,10,1,1 +45767945,1996,11,1,1 +45767945,1996,12,2,1 +45767945,1997,2,3,1.3333333333333333 +45767945,1997,5,2,1 +45767945,1997,7,1,1 +45767945,1997,9,2,1 +45767945,1997,10,1,1 +45767945,1998,1,2,1 +45767945,1998,3,2,1 +45767945,1998,4,1,1 +45767945,1998,5,1,1 +45767945,1998,7,1,1 +45767945,1998,9,2,1 +45767945,1998,11,1,1 +45767945,1999,1,2,1 +45767945,1999,5,1,1 +45767945,1999,6,1,1 +45767945,1999,8,1,1 +45767945,1999,12,3,1 +45767945,2000,3,1,1 +45767945,2000,4,1,1 +45767945,2000,6,1,1 +45767945,2000,7,1,1 +45767945,2000,10,1,1 +45767945,2000,11,2,1 +45767945,2001,1,1,1 +45767945,2001,2,1,1 +45767945,2001,4,2,1 +45767945,2001,5,3,1 +45767945,2001,7,1,1 +45767945,2001,8,1,1 +45767945,2001,9,1,1 +45767945,2001,10,1,1 +45767945,2001,11,1,1 +45767945,2002,1,2,1 +45767945,2002,3,1,1 +45767945,2002,4,1,1 +45767945,2002,5,1,1 +45767945,2002,7,4,1 +45767945,2002,8,1,1 +45767945,2002,10,2,1 +45767945,2003,2,2,1 45767945,2003,3,1,1 -45767945,2023,5,1,1 -45767945,2016,11,1,1 +45767945,2003,5,1,1 +45767945,2003,6,1,1 +45767945,2003,7,1,1 +45767945,2003,9,1,1 +45767945,2003,10,2,1 +45767945,2003,11,1,1 +45767945,2003,12,1,1 +45767945,2004,1,2,1 +45767945,2004,2,3,1 +45767945,2004,3,2,1 +45767945,2004,4,1,1 +45767945,2004,5,1,1 +45767945,2004,6,1,1 +45767945,2004,7,2,1 +45767945,2004,8,2,1 45767945,2004,10,2,1 -4217646,1951,9,2,1 -45767945,2009,3,1,1 -45767945,2013,11,1,1 -4217646,2007,12,1,1 -4217646,1984,10,3,1 -4217646,1966,5,1,1 -45767945,2021,1,2,1 -4217646,1947,8,1,1 -4217646,1931,3,1,1 -4217646,1956,7,1,1 +45767945,2004,12,1,1 +45767945,2005,2,1,1 +45767945,2005,3,1,1 +45767945,2005,4,4,1 +45767945,2005,6,2,1 +45767945,2005,8,2,1 +45767945,2005,9,1,1 +45767945,2005,10,1,1 +45767945,2005,11,2,1 +45767945,2006,2,2,1 +45767945,2006,4,1,1 +45767945,2006,5,1,1 +45767945,2006,6,2,1 +45767945,2006,8,2,1 +45767945,2006,10,5,1 +45767945,2007,1,3,1 +45767945,2007,2,2,1 +45767945,2007,3,2,1 +45767945,2007,5,1,1 +45767945,2007,6,2,1 +45767945,2007,7,4,1 +45767945,2007,9,1,1 +45767945,2007,11,1,1 +45767945,2007,12,1,1 +45767945,2008,1,1,1 +45767945,2008,2,2,1 +45767945,2008,6,2,1 +45767945,2008,8,1,1 +45767945,2008,9,1,1 +45767945,2008,10,2,1 +45767945,2009,3,1,1 +45767945,2009,4,1,1 +45767945,2009,5,1,1 +45767945,2009,6,1,1 +45767945,2009,7,1,1 +45767945,2009,8,1,1 +45767945,2009,9,1,1 +45767945,2009,10,1,1 +45767945,2010,3,2,1 +45767945,2010,6,1,1 +45767945,2010,7,1,1 +45767945,2010,8,2,1 +45767945,2010,9,2,1 +45767945,2010,10,1,1 +45767945,2010,12,2,1 +45767945,2011,5,3,1 +45767945,2011,6,1,1 +45767945,2011,7,1,1 +45767945,2011,8,1,1 +45767945,2011,9,2,1 45767945,2011,10,1,1 -4217646,2003,2,2,1 -4217646,1941,5,1,1 +45767945,2011,12,1,1 +45767945,2012,1,1,1 +45767945,2012,3,1,1 +45767945,2012,5,1,1 +45767945,2012,6,1,1 +45767945,2012,7,1,1 +45767945,2012,9,2,1 +45767945,2012,10,2,1 +45767945,2013,3,1,1 +45767945,2013,4,1,1 +45767945,2013,6,2,1 +45767945,2013,7,2,1 +45767945,2013,9,1,1 +45767945,2013,10,1,1 +45767945,2013,11,1,1 +45767945,2014,1,1,1 +45767945,2014,2,1,1 +45767945,2014,4,2,1 +45767945,2014,5,2,1 +45767945,2014,12,1,1 +45767945,2015,1,2,1 +45767945,2015,2,1,1 +45767945,2015,4,1,1 +45767945,2015,5,2,1 +45767945,2015,6,1,1 +45767945,2015,8,3,1 +45767945,2015,9,1,1 +45767945,2016,4,2,1 +45767945,2016,5,4,1 +45767945,2016,7,1,1 +45767945,2016,8,3,1 +45767945,2016,9,2,1 +45767945,2016,10,3,1 +45767945,2016,11,1,1 +45767945,2016,12,4,1 +45767945,2017,1,1,1 +45767945,2017,2,1,1 +45767945,2017,5,1,1 +45767945,2017,8,4,1 +45767945,2017,9,3,1 +45767945,2017,10,1,1 +45767945,2017,12,4,1 +45767945,2018,2,1,1 +45767945,2018,3,3,1 +45767945,2018,4,1,1 +45767945,2018,5,1,2 +45767945,2018,6,3,1 +45767945,2018,7,3,1.3333333333333333 45767945,2018,8,2,1 -45767945,2020,3,1,1 45767945,2018,9,1,2 -45767945,2019,7,2,1 -45767945,1983,4,1,1 -45767945,2001,7,1,1 -4217646,1993,12,1,1 -45767945,1991,9,2,1 -45767945,1987,3,1,1 -45767945,1998,9,2,1 -4217646,2022,2,1,1 -4217646,2019,10,1,1 -45767945,2001,4,2,1 -45767945,2017,9,3,1 -4217646,1974,2,2,1 -45767945,2015,9,1,1 -45767945,1989,11,2,1 -4217646,1964,12,1,1 -45767945,2015,8,3,1 -45772840,2017,8,2,13 -45767945,2013,3,1,1 -4217646,1994,7,1,1 -4217646,1982,7,1,1 -45772840,2013,10,1,2 -4217646,1971,1,1,1 -45767945,1997,7,1,1 -45767945,1984,11,1,1 -45767945,2006,8,2,1 -45772840,2012,9,1,2 -4217646,1984,6,1,1 -4217646,2004,10,1,1 -4217646,1989,2,1,1 -45767945,1967,1,1,1 +45767945,2018,11,2,1 +45767945,2018,12,1,1 +45767945,2019,1,1,1 +45767945,2019,3,1,1 45767945,2019,4,1,1 -4217646,1962,7,1,1 -45767945,2002,3,1,1 -4217646,1980,12,1,1 -45767945,1977,5,1,1 -45767945,2011,6,1,1 -45767945,2004,6,1,1 -45767945,2000,3,1,1 -4217646,1971,7,1,1 -45767945,2009,9,1,1 -4217646,1969,2,1,1 -4217646,1979,10,1,1 -45767945,2007,3,2,1 -45767945,1999,12,3,1 -45767945,2018,3,3,1 -4217646,1980,4,2,1 -4217646,2005,10,1,1 -45767945,2013,9,1,1 +45767945,2019,5,2,1 +45767945,2019,6,2,1 +45767945,2019,7,2,1 +45767945,2019,8,2,1 +45767945,2019,9,1,1 +45767945,2019,10,3,1 +45767945,2019,11,1,1 45767945,2019,12,3,1 -45767945,2016,9,2,1 -45767945,2003,9,1,1 -45767945,1993,9,1,1 -4217646,2002,11,1,1 +45767945,2020,1,3,1.3333333333333333 +45767945,2020,3,1,1 +45767945,2020,4,3,1 +45767945,2020,7,3,1 45767945,2020,8,2,1 -45767945,2021,4,2,1 -45767945,1979,1,1,1 45767945,2020,9,1,1 -4217646,1985,6,1,1 -45767945,1989,8,1,1 -45772840,2014,3,1,2 -45767945,1993,8,1,2 -45767945,2022,4,3,1 -4217646,2013,2,1,1 -4217646,1942,11,1,1 -4217646,2020,1,1,1 -45767945,1980,2,2,1 -45767945,2002,8,1,1 -4217646,2008,1,1,1 -45767945,2011,5,3,1 -4217646,1983,2,1,1 -4217646,2021,6,2,1 -4217646,2016,2,1,1 -45767945,2004,5,1,1 -4217646,1990,6,3,1 -45772840,2022,5,2,2 -4217646,1977,11,1,1 -4217646,2002,3,2,1 -4217646,1995,7,1,1 -4217646,1962,1,1,1 -45772840,2016,7,1,2 -45767945,2018,11,2,1 -45772840,2017,3,3,1.3333333333333333 -45772840,2015,8,2,2 -4217646,2008,12,2,1 -4217646,2004,5,3,1 -4217646,2000,6,1,1 +45767945,2020,11,2,1 +45767945,2020,12,2,1 +45767945,2021,1,2,1 +45767945,2021,4,2,1 +45767945,2021,6,2,1 45767945,2021,7,2,1 -4217646,2009,10,2,1 -45767945,2000,11,2,1 -45772840,1994,4,1,2 -45767945,1952,9,1,1 -4217646,1957,12,1,1 -45767945,2016,8,3,1 -45767945,2014,2,1,1 -4217646,1998,8,1,1 -45767945,2019,1,1,1 -45767945,2001,1,1,1 -4217646,1982,1,1,1 -4217646,1966,10,2,1 -4217646,1970,6,1,1 -45767945,1999,1,2,1 -45767945,1998,3,2,1 -45772840,2016,4,1,2 -45767945,1994,8,1,1 -45767945,1991,11,2,1 -4217646,1960,11,1,1 -45767945,1960,7,1,1 +45767945,2021,8,3,1 +45767945,2021,9,3,1 +45767945,2021,10,2,1 +45767945,2021,11,4,1 +45767945,2021,12,1,1 +45767945,2022,2,1,1 +45767945,2022,4,3,1 +45767945,2022,5,1,1 +45767945,2022,6,1,1 45767945,2022,7,2,1 -4217646,1987,11,1,1 -4217646,2020,12,2,1 -4217646,2010,1,1,1 -45767945,1994,9,2,1 -4217646,1981,8,1,1 +45767945,2022,8,2,1 +45767945,2022,9,1,1 +45767945,2022,10,2,1 +45767945,2022,11,1,1 +45767945,2022,12,2,1 +45767945,2023,1,3,1 +45767945,2023,2,2,1 +45767945,2023,4,2,1 +45767945,2023,5,1,1 +45772840,1977,6,1,2 +45772840,1983,12,1,1 +45772840,1991,7,1,2 +45772840,1994,2,1,2 +45772840,1994,4,1,2 +45772840,1994,9,1,2 +45772840,1997,4,1,2 +45772840,1997,9,2,2 +45772840,1997,11,1,2 +45772840,1999,2,1,6 +45772840,2000,2,1,4 +45772840,2001,2,1,2 +45772840,2001,4,1,1 +45772840,2003,8,1,2 +45772840,2003,10,1,1 +45772840,2004,8,1,2 +45772840,2004,10,1,1 +45772840,2007,12,1,2 +45772840,2009,9,1,1 +45772840,2011,10,1,2 +45772840,2012,4,1,2 +45772840,2012,9,1,2 +45772840,2013,7,1,10 +45772840,2013,8,1,2 +45772840,2013,10,1,2 +45772840,2013,11,1,2 +45772840,2013,12,1,2 +45772840,2014,2,1,1 +45772840,2014,3,1,2 +45772840,2014,4,1,1 +45772840,2014,5,1,2 +45772840,2014,6,3,2 +45772840,2014,11,1,2 +45772840,2015,1,2,3.5 +45772840,2015,4,1,2 +45772840,2015,5,1,2 +45772840,2015,6,1,2 +45772840,2015,7,1,1 +45772840,2015,8,2,2 +45772840,2015,10,2,2.5 +45772840,2016,1,1,1 +45772840,2016,3,1,2 +45772840,2016,4,1,2 +45772840,2016,5,3,1.6666666666666667 +45772840,2016,7,1,2 +45772840,2016,9,2,1.5 +45772840,2016,10,1,2 +45772840,2016,11,3,1.6666666666666667 +45772840,2017,2,1,1 +45772840,2017,3,3,1.3333333333333333 +45772840,2017,4,2,2 +45772840,2017,6,2,2 +45772840,2017,8,2,13 +45772840,2017,9,1,2 +45772840,2017,10,1,1 +45772840,2018,1,1,1 +45772840,2018,3,2,2 +45772840,2018,4,2,1.5 +45772840,2018,5,1,2 +45772840,2018,8,2,1.5 +45772840,2018,12,2,1.5 +45772840,2019,1,1,1 +45772840,2019,6,1,1 +45772840,2019,7,3,2 +45772840,2019,8,1,2 +45772840,2019,10,1,2 +45772840,2020,1,2,2.5 +45772840,2020,3,2,1.5 +45772840,2020,4,2,1.5 +45772840,2020,7,1,2 +45772840,2020,8,1,6 45772840,2020,10,1,1 -45772840,2014,11,1,2 -4217646,1999,3,1,1 -45767945,1996,7,1,1 -4217646,1977,3,1,1 -45772840,2004,10,1,1 -4217646,1954,5,1,1 -45767945,1996,4,1,1 -4217646,1936,5,1,1 -4217646,1980,7,2,1 -45772840,1997,11,1,2 -4217646,2006,1,1,1 -4217646,2017,8,1,1 -45767945,2007,11,1,1 -4217646,2023,4,1,1 -45767945,1998,11,1,1 -4217646,1944,5,1,1 -45767945,1955,6,1,1 -4217646,1945,9,1,1 -45767945,1956,1,1,1 -45767945,2008,1,1,1 -45767945,1977,10,1,1 -4217646,1997,6,1,1 -4217646,2021,10,1,1 -4217646,1999,11,1,1 -4217646,2000,10,1,1 -45767945,2009,8,1,1 -4354252,2019,8,1,1 -4353843,2023,4,1,1 -3001079,2018,3,1,1 -4354252,2021,2,1,1 -4353843,2002,3,1,1 -4353843,2021,12,1,1 -4108450,2001,6,1,1 -4248525,2019,5,1,1 -4353843,2021,10,1,1 -3001079,2020,5,1,1 -4248525,2015,4,1,1 -4354252,2021,6,1,1 -4353843,2021,9,1,1 -4354252,2020,8,1,1 -4354252,2018,1,1,1 -4354252,2021,11,1,1 -4248525,2019,10,1,1 -4128111,2020,11,1,1 -4248525,2021,10,1,1 -4248525,2020,6,1,1 -4353843,2015,9,1,1 -4108450,2019,9,1,1 -4128111,2020,12,1,1 -45766147,2022,6,1,1 -4257036,2014,11,1,1 -4353717,2022,12,1,1 -4353713,2021,7,1,1 -4353713,2018,1,1,1 -4257036,2017,2,1,1 -4216746,2011,3,1,1 -4353713,2019,2,1,1 -4257036,2018,9,1,1 -4353717,2021,5,1,1 -4216746,2008,9,1,1 -4353717,2016,10,1,1 +45772840,2020,12,3,2.3333333333333335 +45772840,2021,3,4,1.75 +45772840,2021,6,1,1 +45772840,2021,7,4,1.5 +45772840,2021,8,1,2 +45772840,2021,9,1,2 +45772840,2021,10,1,2 +45772840,2021,11,3,2.6666666666666665 +45772840,2021,12,1,6 +45772840,2022,3,1,3 +45772840,2022,4,2,2 +45772840,2022,5,2,2 +45772840,2022,7,1,2 +45772840,2022,10,1,1 +45772840,2022,12,2,1.5 +45772840,2023,1,2,6 +45772840,2023,4,1,2 +46275916,1955,4,2,1 +46275916,1955,11,1,1 +46275916,1960,4,1,1 +46275916,1962,1,1,1 +46275916,1963,6,1,1 +46275916,1967,4,1,1 +46275916,1973,6,1,1 +46275916,1979,12,1,1 +46275916,1984,11,1,1 +46275916,1986,6,1,1 +46275916,1988,5,1,1 +46275916,1988,6,1,1 +46275916,1990,6,1,1 +46275916,1990,9,1,1 +46275916,1991,1,1,1 +46275916,1991,3,1,1 +46275916,1991,8,1,1 +46275916,1991,9,1,1 +46275916,1992,5,1,1 +46275916,1992,11,1,1 +46275916,1994,6,1,1 +46275916,1994,9,1,1 +46275916,1995,7,1,1 +46275916,1996,6,1,1 +46275916,1996,10,1,1 +46275916,1997,2,1,1 +46275916,1997,8,1,1 +46275916,1998,7,1,1 +46275916,1998,9,1,1 +46275916,1999,8,1,1 +46275916,2000,4,1,1 +46275916,2000,6,1,1 +46275916,2000,10,1,1 +46275916,2000,12,1,1 +46275916,2001,6,1,1 +46275916,2001,9,2,1 +46275916,2002,1,1,1 +46275916,2002,2,1,1 +46275916,2002,3,1,1 +46275916,2003,2,1,1 +46275916,2003,4,1,1 +46275916,2003,9,1,1 +46275916,2004,4,1,1 +46275916,2004,5,1,1 +46275916,2004,10,1,1 +46275916,2004,11,1,1 +46275916,2005,3,1,1 +46275916,2005,8,2,1 +46275916,2005,11,1,1 +46275916,2006,1,1,1 +46275916,2006,3,1,1 +46275916,2006,5,1,1 +46275916,2006,10,1,1 +46275916,2007,1,1,1 +46275916,2007,2,1,1 +46275916,2008,2,1,1 +46275916,2008,12,1,1 +46275916,2009,7,1,1 +46275916,2009,10,1,1 +46275916,2009,11,1,1 +46275916,2010,4,2,1 +46275916,2010,5,1,1 +46275916,2010,9,1,3 +46275916,2011,1,1,1 +46275916,2011,3,1,1 +46275916,2011,6,1,1 +46275916,2012,1,1,1 +46275916,2012,7,1,1 +46275916,2012,11,1,1 +46275916,2012,12,2,1 +46275916,2013,1,1,1 +46275916,2013,2,1,1 +46275916,2013,4,1,1 +46275916,2013,7,1,1 +46275916,2013,10,2,1 +46275916,2013,11,1,1 +46275916,2013,12,2,1.5 +46275916,2014,1,1,1 +46275916,2014,4,1,1 +46275916,2014,5,2,1 +46275916,2014,6,2,1 +46275916,2014,7,1,1 +46275916,2014,10,1,1 +46275916,2014,12,2,1 +46275916,2015,1,2,1 +46275916,2015,4,1,1 +46275916,2015,5,1,1 +46275916,2015,8,1,1 +46275916,2015,9,1,1 +46275916,2015,10,1,1 +46275916,2015,12,2,1 +46275916,2016,2,1,1 +46275916,2016,3,3,1 +46275916,2016,5,2,1 +46275916,2016,6,1,1 +46275916,2016,7,1,1 +46275916,2016,8,2,1.5 +46275916,2016,10,1,1 +46275916,2016,11,1,1 +46275916,2016,12,1,1 +46275916,2017,1,2,1 +46275916,2017,5,1,1 +46275916,2017,6,1,1 +46275916,2017,7,2,1 +46275916,2017,8,1,1 +46275916,2017,12,4,1 +46275916,2018,3,2,1 +46275916,2018,4,1,1 +46275916,2018,6,1,1 +46275916,2018,8,1,1 +46275916,2018,9,2,1 +46275916,2018,10,1,1 +46275916,2018,11,1,2 +46275916,2018,12,1,1 +46275916,2019,2,1,1 +46275916,2019,3,1,1 +46275916,2019,4,2,1 +46275916,2019,7,1,1 +46275916,2019,9,1,1 +46275916,2019,10,1,1 +46275916,2020,1,1,1 +46275916,2020,2,1,1 +46275916,2020,3,1,1 +46275916,2020,6,1,1 +46275916,2020,7,3,1 +46275916,2020,8,1,1 +46275916,2020,9,1,1 +46275916,2020,10,1,1 +46275916,2020,11,2,1 +46275916,2020,12,2,1 +46275916,2021,1,2,1 +46275916,2021,2,2,1 +46275916,2021,5,3,1 +46275916,2021,6,2,1 +46275916,2021,7,3,1 +46275916,2021,9,1,1 +46275916,2021,10,2,1 +46275916,2021,11,1,1 +46275916,2021,12,2,1 +46275916,2022,2,1,1 +46275916,2022,3,1,1 +46275916,2022,5,1,1 +46275916,2022,10,1,1 +46275916,2022,12,1,1 +46275916,2023,2,1,1 +46275916,2023,4,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index f6fb468..a2d6a5d 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,15 +1,15 @@ concept_id,summary_attribute,value_as_string,value_as_number 4108450,mean,NA,0.6666666865348816 -4248525,mean,NA,132.8 -4353843,mean,NA,128.83333333333334 -4354252,mean,NA,123.66666666666667 4108450,sd,NA,0 -4248525,sd,NA,21.253235047869772 -4353843,sd,NA,23.65938855225694 -4354252,sd,NA,9.993331109628393 4216746,mean,NA,8 -4353713,mean,NA,5.666666666666667 -4353717,mean,NA,12.799999872843424 4216746,sd,NA,0 +4248525,mean,NA,132.8 +4248525,sd,NA,21.253235047869772 +4353713,mean,NA,5.666666666666667 4353713,sd,NA,1.1547005383792515 +4353717,mean,NA,12.799999872843424 4353717,sd,NA,3.469869753896986 +4353843,mean,NA,128.83333333333334 +4353843,sd,NA,23.65938855225694 +4354252,mean,NA,123.66666666666667 +4354252,sd,NA,9.993331109628393 From 76490cb5f40b57a3bc710466be1c59e514dc542d Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Thu, 22 Aug 2024 17:56:30 +0100 Subject: [PATCH 08/33] Update README with test dataset creation process. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4ab6ef0..cc963fd 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ The `dev/02_dev.R` script contains a few helper functions to get you started. Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/inst/data). These data have been generated by using the synthetic dataset '[synthea-allergies-10k](https://darwin-eu.github.io/CDMConnector/reference/eunomiaDir.html)', and adding some [dummy data](https://github.com/UCLH-Foundry/omop-data-catalogue/tree/main/dev/test_db/dummy) for the MEASUREMENT and OBSERVATION tables (to have some records in the 'calypso-summary-stats' table). +If you want to recreate a test dataset, you can run the following R scripts: + + - [`dev/test_db/setup_test_db.R`] + - [`dev/test_db/insert_dummy_tables.R`] + - [`dev/omop_analyses/analyse_omop_cdm.R`] + - [`dev/test_db/produce_test_data.R`] + ### Updating the `renv` lockfile Make sure to regularly run `renv::status(dev = TRUE)` to check if your local library and the lockfile From 3e0f7f1e799b72407318639bd85f85761f324865 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Thu, 22 Aug 2024 18:01:27 +0100 Subject: [PATCH 09/33] Update README with test dataset creation process. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc963fd..49ba8c9 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Fou If you want to recreate a test dataset, you can run the following R scripts: - - [`dev/test_db/setup_test_db.R`] - - [`dev/test_db/insert_dummy_tables.R`] - - [`dev/omop_analyses/analyse_omop_cdm.R`] - - [`dev/test_db/produce_test_data.R`] + - `dev/test_db/setup_test_db.R` + - `dev/test_db/insert_dummy_tables.R` + - `dev/omop_analyses/analyse_omop_cdm.R` + - `dev/test_db/produce_test_data.R` ### Updating the `renv` lockfile From dd205c38b30af8e76a6fa500bd002a1cde85e8b4 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Thu, 22 Aug 2024 18:02:58 +0100 Subject: [PATCH 10/33] Update README with test dataset creation process. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49ba8c9..b7de253 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,12 @@ Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Fou If you want to recreate a test dataset, you can run the following R scripts: - - `dev/test_db/setup_test_db.R` - - `dev/test_db/insert_dummy_tables.R` - - `dev/omop_analyses/analyse_omop_cdm.R` - - `dev/test_db/produce_test_data.R` + ```r + source(here::here("dev/test_db/setup_test_db.R")) + source(here::here("dev/test_db/insert_dummy_tables.R")) + source(here::here("dev/omop_analyses/analyse_omop_cdm.R")) + source(here::here("dev/test_db/produce_test_data.R")) + ``` ### Updating the `renv` lockfile From f8fe8892ecf0a832767b23379c11d208ae120385 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:44:23 +0100 Subject: [PATCH 11/33] Make sure DB connections are always closed --- dev/test_db/produce_test_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index f93391f..f5a6246 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -8,7 +8,7 @@ version <- Sys.getenv("TEST_DB_OMOP_VERSION") # Connect to the duckdb test database con <- DBI::dbConnect( duckdb::duckdb(dbdir = glue::glue("{dir}/{name}_{version}_1.0.duckdb")) -) +withr::defer(DBI::dbDisconnect(con)) # Function to write results from a table to the test data folder write_results <- function(con, table, order_by = "") { From 667b711072f4feda612b7c7e3b67e10c3f502592 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:44:36 +0100 Subject: [PATCH 12/33] Remove clean up steps --- dev/test_db/produce_test_data.R | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index f5a6246..3e1f8a7 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -26,13 +26,4 @@ con |> write_results("calypso_concepts", "ORDER BY concept_id") con |> write_results("calypso_monthly_counts", "ORDER BY concept_id, date_year, date_month") con |> write_results("calypso_summary_stats", "ORDER BY concept_id, summary_attribute") -# Clean up -DBI::dbDisconnect(con) -rm(write_results) -rm(con) -rm(dir) -rm(name) -rm(version) - -detach("package:tidyverse", unload = TRUE) From ed593275717d5c03b708d40010f5ef571ff100ef Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:51:25 +0100 Subject: [PATCH 13/33] Remove more cleanup steps --- dev/test_db/dummy/measurement.csv | 24 ++++++++++++++++++++++++ dev/test_db/dummy/observation.csv | 13 +++++++++++++ dev/test_db/insert_dummy_tables.R | 9 --------- 3 files changed, 37 insertions(+), 9 deletions(-) create mode 100644 dev/test_db/dummy/measurement.csv create mode 100644 dev/test_db/dummy/observation.csv diff --git a/dev/test_db/dummy/measurement.csv b/dev/test_db/dummy/measurement.csv new file mode 100644 index 0000000..ae4d97b --- /dev/null +++ b/dev/test_db/dummy/measurement.csv @@ -0,0 +1,24 @@ +measurement_id,person_id,measurement_concept_id,measurement_date,measurement_datetime,measurement_time,measurement_type_concept_id,operator_concept_id,value_as_number,value_as_concept_id,unit_concept_id,range_low,range_high,provider_id,visit_occurrence_id,visit_detail_id,measurement_source_value,measurement_source_concept_id,unit_source_value,value_source_value +10000000,103,4354252,2021-06-01,2021-06-01T10:45:00Z,NA,32817,0,115,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000001,12,4354252,2020-08-25,2020-08-25T14:15:00Z,NA,32817,0,122,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000002,866,4354252,2021-11-14,2021-11-14T13:05:00Z,NA,32817,0,125,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000003,12,4354252,2019-08-23,2019-08-23T02:28:00Z,NA,32817,0,131,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000004,51,4354252,2021-02-11,2021-02-11T15:01:00Z,NA,32817,0,111,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000005,3028,4354252,2018-01-18,2018-01-18T12:14:00Z,NA,32817,0,138,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000006,7,4248525,2021-10-15,2021-10-15T10:20:00Z,NA,32817,0,169,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000007,553,4248525,2015-04-19,2015-04-19T16:47:00Z,NA,32817,0,131,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000008,1641,4248525,2019-10-11,2019-10-11T07:00:00Z,NA,32817,0,128,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000009,553,4248525,2020-06-26,2020-06-26T00:00:00Z,NA,32817,0,114,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000010,12,4248525,2019-05-01,2019-05-01T20:55:00Z,NA,32817,0,122,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000011,978,4353843,2002-03-03,2002-03-03T22:00:00Z,NA,32817,0,162,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000012,12,4353843,2021-09-18,2021-09-18T02:00:00Z,NA,32817,0,152,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000013,6459,4353843,2021-12-28,2021-12-28T02:00:00Z,NA,32817,0,118,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000014,995,4353843,2023-04-08,2023-04-08T08:00:00Z,NA,32817,0,99,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000015,110,4353843,2015-09-20,2015-09-20T07:00:00Z,NA,32817,0,117,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000016,8746,4353843,2021-10-01,2021-10-01T09:00:00Z,NA,32817,0,125,0,8876,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000017,978,4108450,2001-06-15,2001-06-15T07:50:00Z,NA,32817,0,0.6666666666666666,0,8523,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000018,8916,4108450,2019-09-13,2019-09-13T08:29:00Z,NA,32817,0,0.6666666666666666,0,8523,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000019,51,3001079,2020-05-15,2020-05-15T22:44:00Z,NA,32817,0,NA,45878588,0,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000020,909,3001079,2018-03-11,2018-03-11T13:30:00Z,NA,32817,0,NA,45878588,0,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000021,553,4128111,2020-12-02,2020-12-02T00:00:00Z,NA,32817,0,NA,1635564,0,NA,NA,NA,NA,NA,NA,NA,NA,NA +10000022,7,4128111,2020-11-25,2020-11-25T00:00:00Z,NA,32817,0,NA,1633781,0,NA,NA,NA,NA,NA,NA,NA,NA,NA diff --git a/dev/test_db/dummy/observation.csv b/dev/test_db/dummy/observation.csv new file mode 100644 index 0000000..eed2d34 --- /dev/null +++ b/dev/test_db/dummy/observation.csv @@ -0,0 +1,13 @@ +observation_id,person_id,observation_concept_id,observation_date,observation_datetime,observation_type_concept_id,value_as_number,value_as_string,value_as_concept_id,qualifier_concept_id,unit_concept_id,provider_id,visit_occurrence_id,visit_detail_id,observation_source_value,observation_source_concept_id,unit_source_value,qualifier_source_value +10000000,11,45766147,2022-06-24,2022-06-24T09:00:00Z,32817,NA,NA,4086518,NA,0,NA,NA,NA,NA,NA,NA,NA +10000001,59,4257036,2018-09-02,2018-09-02T09:19:00Z,32817,NA,NA,37208662,NA,0,NA,NA,NA,NA,NA,NA,NA +10000002,237,4257036,2014-11-19,2014-11-19T17:10:00Z,32817,NA,NA,37208662,NA,0,NA,NA,NA,NA,NA,NA,NA +10000003,299,4257036,2017-02-17,2017-02-17T11:14:00Z,32817,NA,NA,37208662,NA,0,NA,NA,NA,NA,NA,NA,NA +10000004,673,4216746,2011-03-22,2011-03-22T16:00:00Z,32817,8,NA,0,NA,44777590,NA,NA,NA,NA,NA,NA,NA +10000005,11,4353717,2022-12-05,2022-12-05T17:00:00Z,32817,10.6,NA,0,NA,8698,NA,NA,NA,NA,NA,NA,NA +10000006,1502,4353717,2021-05-13,2021-05-13T11:00:00Z,32817,16.8,NA,0,NA,8698,NA,NA,NA,NA,NA,NA,NA +10000007,986,4216746,2008-09-28,2008-09-28T20:00:00Z,32817,8,NA,0,NA,44777590,NA,NA,NA,NA,NA,NA,NA +10000008,299,4353717,2016-10-09,2016-10-09T01:00:00Z,32817,11,NA,0,NA,8698,NA,NA,NA,NA,NA,NA,NA +10000009,299,4353713,2018-01-12,2018-01-12T15:58:00Z,32817,5,NA,0,NA,44777590,NA,NA,NA,NA,NA,NA,NA +10000010,6288,4353713,2021-07-19,2021-07-19T15:14:00Z,32817,7,NA,0,NA,44777590,NA,NA,NA,NA,NA,NA,NA +10000011,3362,4353713,2019-02-08,2019-02-08T12:25:00Z,32817,5,NA,0,NA,44777590,NA,NA,NA,NA,NA,NA,NA diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R index 4103c94..77ff2ed 100644 --- a/dev/test_db/insert_dummy_tables.R +++ b/dev/test_db/insert_dummy_tables.R @@ -45,12 +45,3 @@ CDMConnector::cdm_from_con( cdm_name = name ) -# Clean up -DBI::dbDisconnect(con) -rm(write_table) -rm(con) -rm(dir) -rm(name) -rm(version) - -detach("package:tidyverse", unload = TRUE) From 8043aae8bb57bdcc078fae20a9e1f1dc11a42d05 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:27:47 +0100 Subject: [PATCH 14/33] Use test data in data getters --- R/utils_get_data.R | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/R/utils_get_data.R b/R/utils_get_data.R index b759dfe..2c6591f 100644 --- a/R/utils_get_data.R +++ b/R/utils_get_data.R @@ -5,19 +5,9 @@ #' @noRd get_concepts_table <- function() { if (golem::app_dev()) { - return(data.frame( - concept_id = c(40213251, 133834, 4057420), - concept_name = c( - "varicella virus vaccine", - "Atopic dermatitis", - "Catheter ablation of tissue of heart" - ), - domain_id = c("Drug", "Condition", "Procedure"), - vocabulary_id = c("CVX", "SNOMED", "SNOMED"), - concept_class_id = c("CVX", "Clinical Finding", "Procedure"), - standard_concept = c("S", "S", "S"), - concept_code = c("21", "24079001", "18286008") - )) + return( + read.csv(app_sys("test_data", "calypso_concepts.csv")) + ) } con <- connect_to_test_db() @@ -28,15 +18,7 @@ get_concepts_table <- function() { get_monthly_counts <- function() { if (golem::app_dev()) { return( - data.frame( - concept_id = c( - rep(c(40213251, 133834, 4057420), each = 3) - ), - date_year = c(2019L, 2020L, 2020L, 2019L, 2020L, 2020L, 2020L, 2019L, 2019L), - date_month = c(4L, 3L, 5L, 5L, 8L, 4L, 11L, 6L, 3L), - person_count = c(1, 1, 3, 4, 2, 3, 2, 4, 1), - records_per_person = c(1, 1, 1, 1, 1, 1, 1, 1, 1) - ) + read.csv(app_sys("test_data", "calypso_monthly_counts.csv")) ) } @@ -48,12 +30,7 @@ get_monthly_counts <- function() { get_summary_stats <- function() { if (golem::app_dev()) { return( - data.frame( - concept_id = rep(c(40213251, 133834, 4057420), each = 2), - summary_attribute = rep(c("mean", "sd"), times = 3), - value_as_string = rep(NA, 6), - value_as_number = c(1.5, 0.5, 2.5, 0.7, 3.5, 0.8) - ) + read.csv(app_sys("test_data", "calypso_summary_stats.csv")) ) } From ea859f9e67fc454fe709e984e89970e1b58e0267 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:48:20 +0100 Subject: [PATCH 15/33] Test consistency of test_data files --- .../_snaps/utils_get_data/concepts_table.csv | 58 + .../_snaps/utils_get_data/monthly_counts.csv | 12049 ++++++++++++++++ .../_snaps/utils_get_data/summary_stats.csv | 15 + tests/testthat/test-utils_get_data.R | 20 + 4 files changed, 12142 insertions(+) create mode 100644 tests/testthat/_snaps/utils_get_data/concepts_table.csv create mode 100644 tests/testthat/_snaps/utils_get_data/monthly_counts.csv create mode 100644 tests/testthat/_snaps/utils_get_data/summary_stats.csv create mode 100644 tests/testthat/test-utils_get_data.R diff --git a/tests/testthat/_snaps/utils_get_data/concepts_table.csv b/tests/testthat/_snaps/utils_get_data/concepts_table.csv new file mode 100644 index 0000000..bad17a2 --- /dev/null +++ b/tests/testthat/_snaps/utils_get_data/concepts_table.csv @@ -0,0 +1,58 @@ +"","concept_id","concept_name","domain_id","vocabulary_id","concept_class_id","standard_concept","concept_code" +"1",313217,"Atrial fibrillation","Condition","SNOMED","Clinical Finding","S","49436004" +"2",317576,"Coronary arteriosclerosis","Condition","SNOMED","Clinical Finding","S","53741008" +"3",321042,"Cardiac arrest","Condition","SNOMED","Clinical Finding","S","410429000" +"4",381316,"Cerebrovascular accident","Condition","SNOMED","Clinical Finding","S","230690007" +"5",1310034,"3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe","Drug","RxNorm","Quant Clinical Drug","S","834357" +"6",1332419,"amlodipine 5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","197361" +"7",1539411,"simvastatin 20 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","312961" +"8",1545959,"atorvastatin 80 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","259255" +"9",3001079,"Blood group antibody screen [Presence] in Serum or Plasma","Measurement","LOINC","Lab Test","S","890-4" +"10",4057420,"Catheter ablation of tissue of heart","Procedure","SNOMED","Procedure","S","18286008" +"11",4078793,"Direct current cardioversion","Procedure","SNOMED","Procedure","S","180325003" +"12",4108450,"Inspiration/expiration time ratio","Measurement","SNOMED","Observable Entity","S","250822000" +"13",4128111,"T - Tumor stage","Observation","SNOMED","Attribute","S","260878002" +"14",4202451,"Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance","Procedure","SNOMED","Procedure","S","433112001" +"15",4216130,"Percutaneous coronary intervention","Procedure","SNOMED","Procedure","S","415070008" +"16",4216746,"Positive end expiratory pressure setting","Observation","SNOMED","Observable Entity","S","416595007" +"17",4217646,"Implantable defibrillator","Device","SNOMED","Physical Object","S","72506001" +"18",4230911,"Echocardiography","Procedure","SNOMED","Procedure","S","40701008" +"19",4248525,"Lying systolic blood pressure","Measurement","SNOMED","Observable Entity","S","407556006" +"20",4257036,"Antenatal hepatitis B blood screening test status","Observation","SNOMED","Clinical Finding","S","408823004" +"21",4329847,"Myocardial infarction","Condition","SNOMED","Clinical Finding","S","22298006" +"22",4336464,"Coronary artery bypass graft","Procedure","SNOMED","Procedure","S","232717009" +"23",4353713,"Positive end expiratory pressure","Observation","SNOMED","Observable Entity","S","250854009" +"24",4353717,"Ventilator delivered minute volume","Observation","SNOMED","Observable Entity","S","250875001" +"25",4353843,"Invasive systolic arterial pressure","Measurement","SNOMED","Observable Entity","S","251071003" +"26",4354252,"Non-invasive systolic arterial pressure","Measurement","SNOMED","Observable Entity","S","251070002" +"27",19018935,"digoxin 0.125 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","197604" +"28",19075601,"clopidogrel 75 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","309362" +"29",19126352,"nitroglycerin 0.4 MG/ACTUAT Mucosal Spray","Drug","RxNorm","Clinical Drug","S","705129" +"30",19133768,"acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","833036" +"31",40163554,"warfarin sodium 5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","855332" +"32",40171902,"verapamil hydrochloride 40 MG","Drug","RxNorm","Clinical Drug Comp","S","897718" +"33",40213154,"Influenza, seasonal, injectable, preservative free","Drug","CVX","CVX","S","140" +"34",40213160,"poliovirus vaccine, inactivated","Drug","CVX","CVX","S","10" +"35",40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)","Drug","CVX","CVX","S","114" +"36",40213183,"measles, mumps and rubella virus vaccine","Drug","CVX","CVX","S","03" +"37",40213198,"pneumococcal conjugate vaccine, 13 valent","Drug","CVX","CVX","S","133" +"38",40213201,"pneumococcal polysaccharide vaccine, 23 valent","Drug","CVX","CVX","S","33" +"39",40213216,"rotavirus, live, monovalent vaccine","Drug","CVX","CVX","S","119" +"40",40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)","Drug","CVX","CVX","S","113" +"41",40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed","Drug","CVX","CVX","S","115" +"42",40213251,"varicella virus vaccine","Drug","CVX","CVX","S","21" +"43",40213260,"zoster vaccine, live","Drug","CVX","CVX","S","121" +"44",40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine","Drug","CVX","CVX","S","20" +"45",40213296,"hepatitis A vaccine, adult dosage","Drug","CVX","CVX","S","52" +"46",40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule","Drug","CVX","CVX","S","83" +"47",40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage","Drug","CVX","CVX","S","08" +"48",40213306,"hepatitis B vaccine, adult dosage","Drug","CVX","CVX","S","43" +"49",40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate","Drug","CVX","CVX","S","49" +"50",40213320,"human papilloma virus vaccine, quadrivalent","Drug","CVX","CVX","S","62" +"51",40220960,"alteplase 100 MG Injection","Drug","RxNorm","Clinical Drug","S","1804799" +"52",40243436,"1 ML atropine sulfate 1 MG/ML Injection","Drug","RxNorm","Quant Clinical Drug","S","1190795" +"53",40492359,"Insertion of biventricular implantable cardioverter defibrillator","Procedure","SNOMED","Procedure","S","447365002" +"54",45766147,"Appearance","Observation","SNOMED","Observable Entity","S","703248002" +"55",45767945,"Coronary artery stent","Device","SNOMED","Physical Object","S","705643001" +"56",45772840,"Implantable cardiac pacemaker","Device","SNOMED","Physical Object","S","706004007" +"57",46275916,"1 ML epinephrine 1 MG/ML Injection","Drug","RxNorm","Quant Clinical Drug","S","1660014" diff --git a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv new file mode 100644 index 0000000..d45a45f --- /dev/null +++ b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv @@ -0,0 +1,12049 @@ +"","concept_id","date_year","date_month","person_count","records_per_person" +"1",313217,1970,3,1,1 +"2",313217,1970,9,1,1 +"3",313217,1971,9,1,1 +"4",313217,1974,10,1,1 +"5",313217,1975,7,1,1 +"6",313217,1975,12,2,1 +"7",313217,1977,5,2,1 +"8",313217,1977,6,1,1 +"9",313217,1977,7,1,1 +"10",313217,1978,12,1,1 +"11",313217,1979,4,2,1 +"12",313217,1979,11,1,1 +"13",313217,1980,3,1,1 +"14",313217,1980,11,1,1 +"15",313217,1981,3,1,1 +"16",313217,1981,4,1,1 +"17",313217,1981,7,1,1 +"18",313217,1981,12,1,1 +"19",313217,1982,6,1,1 +"20",313217,1982,8,1,1 +"21",313217,1982,12,2,1 +"22",313217,1983,1,1,1 +"23",313217,1983,7,2,1 +"24",313217,1983,12,2,1 +"25",313217,1984,2,1,1 +"26",313217,1984,3,1,1 +"27",313217,1984,5,1,1 +"28",313217,1984,7,1,1 +"29",313217,1984,8,1,1 +"30",313217,1984,10,1,1 +"31",313217,1984,11,1,1 +"32",313217,1984,12,1,1 +"33",313217,1985,3,1,1 +"34",313217,1985,4,1,1 +"35",313217,1985,5,1,1 +"36",313217,1985,6,1,1 +"37",313217,1986,4,1,1 +"38",313217,1986,5,1,1 +"39",313217,1986,9,1,1 +"40",313217,1986,11,1,1 +"41",313217,1987,1,2,1 +"42",313217,1987,5,3,1 +"43",313217,1987,10,1,1 +"44",313217,1987,11,1,1 +"45",313217,1988,1,1,1 +"46",313217,1988,6,1,1 +"47",313217,1989,4,1,1 +"48",313217,1989,5,1,1 +"49",313217,1989,6,1,1 +"50",313217,1989,7,1,1 +"51",313217,1989,10,1,1 +"52",313217,1990,1,2,1 +"53",313217,1990,2,1,1 +"54",313217,1990,5,3,1 +"55",313217,1990,6,2,1 +"56",313217,1990,8,1,1 +"57",313217,1990,12,2,1 +"58",313217,1991,1,1,1 +"59",313217,1991,2,1,1 +"60",313217,1991,3,1,1 +"61",313217,1991,4,1,1 +"62",313217,1991,5,1,1 +"63",313217,1991,6,2,1 +"64",313217,1991,7,1,1 +"65",313217,1991,8,4,1 +"66",313217,1991,10,2,1 +"67",313217,1992,1,1,1 +"68",313217,1992,3,1,1 +"69",313217,1992,7,1,1 +"70",313217,1992,8,2,1 +"71",313217,1992,9,2,1 +"72",313217,1992,10,1,1 +"73",313217,1993,1,1,1 +"74",313217,1993,2,2,1 +"75",313217,1993,5,1,1 +"76",313217,1993,6,1,1 +"77",313217,1993,7,1,1 +"78",313217,1993,10,2,1 +"79",313217,1993,11,1,1 +"80",313217,1994,3,1,1 +"81",313217,1994,4,1,1 +"82",313217,1994,6,2,1 +"83",313217,1994,8,1,1 +"84",313217,1994,9,1,1 +"85",313217,1994,12,2,1 +"86",313217,1995,3,1,1 +"87",313217,1995,6,1,1 +"88",313217,1995,7,1,1 +"89",313217,1995,9,2,1 +"90",313217,1995,11,1,1 +"91",313217,1995,12,3,1 +"92",313217,1996,3,1,1 +"93",313217,1996,6,2,1 +"94",313217,1996,7,1,1 +"95",313217,1996,8,1,1 +"96",313217,1996,10,3,1 +"97",313217,1996,12,1,1 +"98",313217,1997,1,1,1 +"99",313217,1997,5,3,1 +"100",313217,1997,6,2,1 +"101",313217,1997,8,2,1 +"102",313217,1997,9,5,1 +"103",313217,1997,10,1,1 +"104",313217,1998,2,3,1 +"105",313217,1998,3,2,1 +"106",313217,1998,4,2,1 +"107",313217,1998,6,2,1 +"108",313217,1998,8,3,1 +"109",313217,1998,10,1,1 +"110",313217,1998,11,1,1 +"111",313217,1998,12,1,1 +"112",313217,1999,2,1,1 +"113",313217,1999,4,1,1 +"114",313217,1999,5,2,1 +"115",313217,1999,6,1,1 +"116",313217,1999,7,2,1 +"117",313217,1999,9,1,1 +"118",313217,1999,11,2,1 +"119",313217,2000,1,2,1 +"120",313217,2000,2,4,1 +"121",313217,2000,3,5,1 +"122",313217,2000,6,2,1 +"123",313217,2000,7,1,1 +"124",313217,2000,8,2,1 +"125",313217,2000,10,1,1 +"126",313217,2000,11,3,1 +"127",313217,2000,12,1,1 +"128",313217,2001,2,1,1 +"129",313217,2001,4,2,1 +"130",313217,2001,6,4,1 +"131",313217,2001,7,2,1 +"132",313217,2001,9,1,1 +"133",313217,2001,10,1,1 +"134",313217,2001,12,1,1 +"135",313217,2002,1,3,1 +"136",313217,2002,2,1,1 +"137",313217,2002,3,3,1 +"138",313217,2002,5,3,1 +"139",313217,2002,6,3,1 +"140",313217,2002,7,1,1 +"141",313217,2002,8,1,1 +"142",313217,2002,9,1,1 +"143",313217,2002,12,4,1 +"144",313217,2003,1,3,1 +"145",313217,2003,2,4,1 +"146",313217,2003,5,4,1 +"147",313217,2003,6,3,1 +"148",313217,2003,8,2,1 +"149",313217,2003,9,2,1 +"150",313217,2003,10,1,1 +"151",313217,2003,11,1,1 +"152",313217,2003,12,1,1 +"153",313217,2004,1,3,1 +"154",313217,2004,2,1,1 +"155",313217,2004,3,2,1 +"156",313217,2004,4,2,1 +"157",313217,2004,5,2,1 +"158",313217,2004,6,1,1 +"159",313217,2004,7,3,1 +"160",313217,2004,8,3,1 +"161",313217,2004,10,2,1 +"162",313217,2004,11,2,1 +"163",313217,2004,12,2,1 +"164",313217,2005,1,1,1 +"165",313217,2005,2,1,1 +"166",313217,2005,3,3,1 +"167",313217,2005,4,2,1 +"168",313217,2005,5,1,1 +"169",313217,2005,6,1,1 +"170",313217,2005,7,1,1 +"171",313217,2005,9,3,1 +"172",313217,2005,10,1,1 +"173",313217,2005,12,2,1 +"174",313217,2006,1,2,1 +"175",313217,2006,2,2,1 +"176",313217,2006,3,1,1 +"177",313217,2006,4,4,1 +"178",313217,2006,6,1,1 +"179",313217,2006,7,2,1 +"180",313217,2006,8,1,1 +"181",313217,2006,9,3,1 +"182",313217,2006,10,2,1 +"183",313217,2006,11,1,1 +"184",313217,2006,12,2,1 +"185",313217,2007,2,2,1 +"186",313217,2007,3,1,1 +"187",313217,2007,4,3,1 +"188",313217,2007,6,3,1 +"189",313217,2007,9,1,1 +"190",313217,2007,10,2,1 +"191",313217,2007,11,2,1 +"192",313217,2007,12,4,1 +"193",313217,2008,1,1,1 +"194",313217,2008,2,1,1 +"195",313217,2008,3,4,1 +"196",313217,2008,5,3,1 +"197",313217,2008,6,1,1 +"198",313217,2008,7,2,1 +"199",313217,2008,8,2,1 +"200",313217,2008,9,2,1 +"201",313217,2008,10,2,1 +"202",313217,2008,11,1,1 +"203",313217,2009,1,5,1 +"204",313217,2009,2,1,1 +"205",313217,2009,3,4,1 +"206",313217,2009,4,4,1 +"207",313217,2009,5,1,1 +"208",313217,2009,6,2,1 +"209",313217,2009,7,2,1 +"210",313217,2009,8,2,1 +"211",313217,2009,9,4,1 +"212",313217,2009,10,2,1 +"213",313217,2009,11,2,1 +"214",313217,2009,12,3,1 +"215",313217,2010,1,1,1 +"216",313217,2010,2,3,1 +"217",313217,2010,3,1,1 +"218",313217,2010,4,2,1 +"219",313217,2010,5,4,1 +"220",313217,2010,6,2,1 +"221",313217,2010,7,1,1 +"222",313217,2010,9,3,1 +"223",313217,2010,10,2,1 +"224",313217,2010,11,1,1 +"225",313217,2011,1,6,1 +"226",313217,2011,2,1,1 +"227",313217,2011,3,1,1 +"228",313217,2011,4,2,1 +"229",313217,2011,5,1,1 +"230",313217,2011,6,2,1 +"231",313217,2011,7,4,1 +"232",313217,2011,8,2,1 +"233",313217,2011,9,4,1 +"234",313217,2011,10,3,1 +"235",313217,2011,11,1,1 +"236",313217,2011,12,2,1 +"237",313217,2012,1,3,1 +"238",313217,2012,2,1,1 +"239",313217,2012,3,2,1 +"240",313217,2012,4,3,1 +"241",313217,2012,5,2,1 +"242",313217,2012,6,1,1 +"243",313217,2012,7,2,1 +"244",313217,2012,8,1,1 +"245",313217,2012,9,5,1 +"246",313217,2012,10,2,1 +"247",313217,2012,11,2,1 +"248",313217,2012,12,5,1 +"249",313217,2013,2,2,1 +"250",313217,2013,3,3,1 +"251",313217,2013,4,2,1 +"252",313217,2013,6,2,1 +"253",313217,2013,7,2,1 +"254",313217,2013,8,1,1 +"255",313217,2013,9,1,1 +"256",313217,2013,10,3,1 +"257",313217,2013,11,2,1 +"258",313217,2013,12,3,1 +"259",313217,2014,1,2,1 +"260",313217,2014,2,4,1 +"261",313217,2014,3,1,1 +"262",313217,2014,4,2,1 +"263",313217,2014,5,3,1 +"264",313217,2014,6,2,1 +"265",313217,2014,7,6,1 +"266",313217,2014,8,6,1 +"267",313217,2014,9,1,1 +"268",313217,2014,10,1,1 +"269",313217,2014,11,3,1 +"270",313217,2014,12,4,1 +"271",313217,2015,1,2,1 +"272",313217,2015,2,3,1 +"273",313217,2015,3,6,1 +"274",313217,2015,4,2,1 +"275",313217,2015,5,5,1 +"276",313217,2015,6,2,1 +"277",313217,2015,7,4,1 +"278",313217,2015,8,1,1 +"279",313217,2015,9,5,1 +"280",313217,2015,10,2,1 +"281",313217,2015,11,3,1 +"282",313217,2015,12,1,1 +"283",313217,2016,1,4,1 +"284",313217,2016,2,2,1 +"285",313217,2016,3,1,1 +"286",313217,2016,4,2,1 +"287",313217,2016,5,6,1 +"288",313217,2016,6,3,1 +"289",313217,2016,7,3,1 +"290",313217,2016,8,4,1 +"291",313217,2016,9,1,1 +"292",313217,2016,10,2,1 +"293",313217,2016,12,1,1 +"294",313217,2017,1,2,1 +"295",313217,2017,2,1,1 +"296",313217,2017,3,4,1 +"297",313217,2017,4,3,1 +"298",313217,2017,5,4,1 +"299",313217,2017,6,5,1 +"300",313217,2017,8,4,1 +"301",313217,2017,9,1,1 +"302",313217,2017,10,4,1 +"303",313217,2017,11,3,1 +"304",313217,2017,12,2,1 +"305",313217,2018,1,1,1 +"306",313217,2018,2,2,1 +"307",313217,2018,3,5,1 +"308",313217,2018,4,4,1 +"309",313217,2018,5,1,1 +"310",313217,2018,6,2,1 +"311",313217,2018,7,2,1 +"312",313217,2018,8,7,1 +"313",313217,2018,9,1,1 +"314",313217,2018,10,4,1 +"315",313217,2018,11,3,1 +"316",313217,2018,12,4,1 +"317",313217,2019,1,3,1 +"318",313217,2019,2,2,1 +"319",313217,2019,3,2,1 +"320",313217,2019,4,2,1 +"321",313217,2019,5,4,1 +"322",313217,2019,6,3,1 +"323",313217,2019,7,3,1 +"324",313217,2019,8,4,1 +"325",313217,2019,9,3,1 +"326",313217,2019,10,4,1 +"327",313217,2019,11,2,1 +"328",313217,2019,12,2,1 +"329",313217,2020,1,6,1 +"330",313217,2020,2,1,1 +"331",313217,2020,3,2,1 +"332",313217,2020,4,1,1 +"333",313217,2020,5,3,1 +"334",313217,2020,6,5,1 +"335",313217,2020,7,2,1 +"336",313217,2020,8,7,1 +"337",313217,2020,9,2,1 +"338",313217,2020,10,4,1 +"339",313217,2020,11,5,1 +"340",313217,2020,12,5,1 +"341",313217,2021,1,3,1 +"342",313217,2021,2,1,1 +"343",313217,2021,3,3,1 +"344",313217,2021,4,3,1 +"345",313217,2021,5,4,1 +"346",313217,2021,6,1,1 +"347",313217,2021,7,6,1 +"348",313217,2021,8,2,1 +"349",313217,2021,9,3,1 +"350",313217,2021,10,4,1 +"351",313217,2021,11,3,1 +"352",313217,2021,12,3,1 +"353",313217,2022,1,4,1 +"354",313217,2022,2,8,1 +"355",313217,2022,3,4,1 +"356",313217,2022,4,7,1 +"357",313217,2022,5,7,1 +"358",313217,2022,6,3,1 +"359",313217,2022,7,5,1 +"360",313217,2022,8,4,1 +"361",313217,2022,9,2,1 +"362",313217,2022,10,6,1 +"363",313217,2022,11,2,1 +"364",313217,2022,12,4,1 +"365",313217,2023,1,1,1 +"366",313217,2023,2,3,1 +"367",313217,2023,3,3,1 +"368",313217,2023,4,4,1 +"369",313217,2023,5,3,1 +"370",313217,2023,6,2,1 +"371",317576,1933,3,1,1 +"372",317576,1933,6,1,1 +"373",317576,1934,6,1,1 +"374",317576,1934,12,1,1 +"375",317576,1935,10,1,1 +"376",317576,1935,11,1,1 +"377",317576,1936,4,1,1 +"378",317576,1939,3,1,1 +"379",317576,1939,10,1,1 +"380",317576,1940,8,1,1 +"381",317576,1941,3,1,1 +"382",317576,1941,4,1,1 +"383",317576,1942,6,1,1 +"384",317576,1943,3,1,1 +"385",317576,1943,4,1,1 +"386",317576,1943,8,1,1 +"387",317576,1943,10,1,1 +"388",317576,1944,8,1,1 +"389",317576,1945,10,1,1 +"390",317576,1946,11,1,1 +"391",317576,1947,3,1,1 +"392",317576,1948,2,1,1 +"393",317576,1948,10,1,1 +"394",317576,1950,3,1,1 +"395",317576,1950,7,1,1 +"396",317576,1951,3,1,1 +"397",317576,1951,10,3,1 +"398",317576,1952,2,2,1 +"399",317576,1952,3,1,1 +"400",317576,1952,12,1,1 +"401",317576,1953,3,2,1 +"402",317576,1954,5,1,1 +"403",317576,1954,6,1,1 +"404",317576,1954,9,1,1 +"405",317576,1954,10,1,1 +"406",317576,1954,12,1,1 +"407",317576,1955,3,1,1 +"408",317576,1955,4,1,1 +"409",317576,1955,6,1,1 +"410",317576,1955,9,1,1 +"411",317576,1957,11,2,1 +"412",317576,1958,3,1,1 +"413",317576,1958,6,1,1 +"414",317576,1959,5,1,1 +"415",317576,1959,6,2,1 +"416",317576,1960,9,1,1 +"417",317576,1960,11,1,1 +"418",317576,1960,12,2,1 +"419",317576,1961,2,2,1 +"420",317576,1961,8,1,1 +"421",317576,1962,3,1,1 +"422",317576,1962,4,1,1 +"423",317576,1962,11,1,1 +"424",317576,1963,3,1,1 +"425",317576,1963,6,1,1 +"426",317576,1963,7,1,1 +"427",317576,1964,5,1,1 +"428",317576,1964,6,2,1 +"429",317576,1964,7,1,1 +"430",317576,1964,10,3,1 +"431",317576,1964,11,1,1 +"432",317576,1965,7,1,1 +"433",317576,1965,8,1,1 +"434",317576,1965,9,2,1 +"435",317576,1966,7,1,1 +"436",317576,1966,12,1,1 +"437",317576,1967,3,2,1 +"438",317576,1967,5,1,1 +"439",317576,1967,7,1,1 +"440",317576,1967,9,1,1 +"441",317576,1967,11,1,1 +"442",317576,1968,2,1,1 +"443",317576,1968,3,1,1 +"444",317576,1968,8,1,1 +"445",317576,1968,12,1,1 +"446",317576,1969,1,1,1 +"447",317576,1969,3,1,1 +"448",317576,1969,5,1,1 +"449",317576,1969,6,1,1 +"450",317576,1969,8,2,1 +"451",317576,1969,10,2,1 +"452",317576,1970,1,1,1 +"453",317576,1970,5,2,1 +"454",317576,1970,7,1,1 +"455",317576,1970,10,1,1 +"456",317576,1970,12,1,1 +"457",317576,1971,3,1,1 +"458",317576,1971,4,1,1 +"459",317576,1971,5,1,1 +"460",317576,1971,9,3,1 +"461",317576,1971,11,1,1 +"462",317576,1972,4,1,1 +"463",317576,1972,9,1,1 +"464",317576,1972,10,1,1 +"465",317576,1973,6,1,1 +"466",317576,1973,7,1,1 +"467",317576,1973,8,2,1 +"468",317576,1973,9,1,1 +"469",317576,1974,1,2,1 +"470",317576,1974,3,2,1 +"471",317576,1974,9,1,1 +"472",317576,1974,10,2,1 +"473",317576,1975,2,1,1 +"474",317576,1975,12,1,1 +"475",317576,1976,2,1,1 +"476",317576,1976,4,1,1 +"477",317576,1976,5,1,1 +"478",317576,1976,8,1,1 +"479",317576,1977,1,2,1 +"480",317576,1977,3,1,1 +"481",317576,1978,6,2,1 +"482",317576,1978,10,1,1 +"483",317576,1978,11,1,1 +"484",317576,1979,8,1,1 +"485",317576,1979,12,1,1 +"486",317576,1980,2,2,1 +"487",317576,1980,4,1,1 +"488",317576,1980,5,2,1 +"489",317576,1980,6,2,1 +"490",317576,1980,7,1,1 +"491",317576,1981,3,1,1 +"492",317576,1981,4,1,1 +"493",317576,1981,6,1,1 +"494",317576,1981,8,1,1 +"495",317576,1981,10,1,1 +"496",317576,1981,11,1,1 +"497",317576,1982,4,2,1 +"498",317576,1982,6,1,1 +"499",317576,1982,7,1,1 +"500",317576,1982,9,1,1 +"501",317576,1982,10,2,1 +"502",317576,1982,12,3,1 +"503",317576,1983,1,2,1 +"504",317576,1983,3,4,1 +"505",317576,1983,4,1,1 +"506",317576,1983,5,1,1 +"507",317576,1983,6,2,1 +"508",317576,1983,7,2,1 +"509",317576,1983,8,2,1 +"510",317576,1983,9,1,1 +"511",317576,1983,11,1,1 +"512",317576,1984,1,1,1 +"513",317576,1984,3,1,1 +"514",317576,1984,4,1,1 +"515",317576,1984,5,1,1 +"516",317576,1984,6,1,1 +"517",317576,1984,8,1,1 +"518",317576,1984,9,1,1 +"519",317576,1984,10,1,1 +"520",317576,1985,4,3,1 +"521",317576,1985,7,1,1 +"522",317576,1985,8,1,1 +"523",317576,1985,9,1,1 +"524",317576,1985,10,1,1 +"525",317576,1985,12,1,1 +"526",317576,1986,1,1,1 +"527",317576,1986,3,1,1 +"528",317576,1986,5,1,1 +"529",317576,1986,7,2,1 +"530",317576,1986,8,1,1 +"531",317576,1986,9,1,1 +"532",317576,1986,11,1,1 +"533",317576,1986,12,3,1 +"534",317576,1987,1,2,1 +"535",317576,1987,2,1,1 +"536",317576,1987,4,2,1 +"537",317576,1987,5,2,1 +"538",317576,1987,6,2,1 +"539",317576,1987,7,2,1 +"540",317576,1987,8,1,1 +"541",317576,1987,9,1,1 +"542",317576,1987,10,2,1 +"543",317576,1988,2,1,1 +"544",317576,1988,3,3,1 +"545",317576,1988,4,1,1 +"546",317576,1988,5,2,1 +"547",317576,1988,8,2,1 +"548",317576,1988,10,1,1 +"549",317576,1988,11,2,1 +"550",317576,1988,12,1,1 +"551",317576,1989,3,3,1 +"552",317576,1989,4,2,1 +"553",317576,1989,5,2,1 +"554",317576,1989,7,1,1 +"555",317576,1989,8,1,1 +"556",317576,1989,9,2,1 +"557",317576,1989,10,3,1 +"558",317576,1989,11,2,1 +"559",317576,1989,12,1,1 +"560",317576,1990,1,1,1 +"561",317576,1990,2,1,1 +"562",317576,1990,3,2,1 +"563",317576,1990,5,2,1 +"564",317576,1990,6,4,1 +"565",317576,1990,7,1,1 +"566",317576,1990,8,2,1 +"567",317576,1990,9,1,1 +"568",317576,1990,11,1,1 +"569",317576,1990,12,1,1 +"570",317576,1991,3,1,1 +"571",317576,1991,5,1,1 +"572",317576,1991,6,3,1 +"573",317576,1991,7,5,1 +"574",317576,1991,8,4,1 +"575",317576,1991,9,1,1 +"576",317576,1991,10,3,1 +"577",317576,1991,11,1,1 +"578",317576,1991,12,3,1 +"579",317576,1992,1,2,1 +"580",317576,1992,3,3,1 +"581",317576,1992,4,1,1 +"582",317576,1992,5,1,1 +"583",317576,1992,6,4,1 +"584",317576,1992,7,1,1 +"585",317576,1992,8,1,1 +"586",317576,1992,9,2,1 +"587",317576,1992,10,1,1 +"588",317576,1992,11,1,1 +"589",317576,1992,12,1,1 +"590",317576,1993,1,2,1 +"591",317576,1993,2,1,1 +"592",317576,1993,3,2,1 +"593",317576,1993,4,1,1 +"594",317576,1993,5,2,1 +"595",317576,1993,6,2,1 +"596",317576,1993,7,1,1 +"597",317576,1993,8,1,1 +"598",317576,1993,9,2,1 +"599",317576,1993,11,1,1 +"600",317576,1994,1,1,1 +"601",317576,1994,2,3,1 +"602",317576,1994,4,2,1 +"603",317576,1994,7,1,1 +"604",317576,1994,8,1,1 +"605",317576,1994,9,4,1 +"606",317576,1994,10,2,1 +"607",317576,1994,11,5,1 +"608",317576,1994,12,1,1 +"609",317576,1995,1,3,1 +"610",317576,1995,2,1,1 +"611",317576,1995,4,4,1 +"612",317576,1995,5,1,1 +"613",317576,1995,6,4,1 +"614",317576,1995,8,1,1 +"615",317576,1995,9,1,1 +"616",317576,1995,10,1,1 +"617",317576,1995,11,3,1 +"618",317576,1995,12,3,1 +"619",317576,1996,1,3,1 +"620",317576,1996,2,2,1 +"621",317576,1996,4,3,1 +"622",317576,1996,5,1,1 +"623",317576,1996,6,4,1 +"624",317576,1996,7,2,1 +"625",317576,1996,8,1,1 +"626",317576,1996,9,3,1 +"627",317576,1996,10,2,1 +"628",317576,1996,11,4,1 +"629",317576,1997,1,4,1 +"630",317576,1997,2,1,1 +"631",317576,1997,3,1,1 +"632",317576,1997,4,1,1 +"633",317576,1997,5,1,1 +"634",317576,1997,6,2,1 +"635",317576,1997,7,4,1 +"636",317576,1997,9,2,1 +"637",317576,1997,11,1,1 +"638",317576,1997,12,1,1 +"639",317576,1998,1,2,1 +"640",317576,1998,2,2,1 +"641",317576,1998,3,3,1 +"642",317576,1998,6,2,1 +"643",317576,1998,7,1,1 +"644",317576,1998,8,5,1 +"645",317576,1998,9,2,1 +"646",317576,1998,10,1,1 +"647",317576,1998,11,1,1 +"648",317576,1998,12,3,1 +"649",317576,1999,1,4,1 +"650",317576,1999,2,2,1 +"651",317576,1999,3,2,1 +"652",317576,1999,4,1,1 +"653",317576,1999,5,3,1 +"654",317576,1999,6,2,1 +"655",317576,1999,7,1,1 +"656",317576,1999,8,3,1 +"657",317576,1999,9,2,1 +"658",317576,1999,10,3,1 +"659",317576,1999,11,3,1 +"660",317576,1999,12,3,1 +"661",317576,2000,1,4,1 +"662",317576,2000,3,2,1 +"663",317576,2000,4,1,1 +"664",317576,2000,5,1,1 +"665",317576,2000,6,4,1 +"666",317576,2000,7,1,1 +"667",317576,2000,8,2,1 +"668",317576,2000,9,1,1 +"669",317576,2000,10,3,1 +"670",317576,2000,11,2,1 +"671",317576,2000,12,4,1 +"672",317576,2001,1,3,1 +"673",317576,2001,2,3,1 +"674",317576,2001,3,2,1 +"675",317576,2001,4,3,1 +"676",317576,2001,5,2,1 +"677",317576,2001,6,3,1 +"678",317576,2001,7,5,1 +"679",317576,2001,8,3,1 +"680",317576,2001,9,2,1 +"681",317576,2001,10,2,1 +"682",317576,2001,11,1,1 +"683",317576,2001,12,5,1 +"684",317576,2002,3,3,1 +"685",317576,2002,4,3,1 +"686",317576,2002,5,5,1 +"687",317576,2002,6,1,1 +"688",317576,2002,7,6,1 +"689",317576,2002,8,2,1 +"690",317576,2002,9,1,1 +"691",317576,2002,10,1,1 +"692",317576,2002,11,3,1 +"693",317576,2002,12,2,1 +"694",317576,2003,1,3,1 +"695",317576,2003,2,1,1 +"696",317576,2003,3,3,1 +"697",317576,2003,4,2,1 +"698",317576,2003,5,2,1 +"699",317576,2003,6,1,1 +"700",317576,2003,7,3,1 +"701",317576,2003,8,1,1 +"702",317576,2003,9,5,1 +"703",317576,2003,10,4,1 +"704",317576,2003,11,4,1 +"705",317576,2003,12,3,1 +"706",317576,2004,1,1,1 +"707",317576,2004,2,2,1 +"708",317576,2004,3,4,1 +"709",317576,2004,5,3,1 +"710",317576,2004,6,4,1 +"711",317576,2004,7,4,1 +"712",317576,2004,8,1,1 +"713",317576,2004,9,2,1 +"714",317576,2004,11,2,1 +"715",317576,2004,12,3,1 +"716",317576,2005,2,8,1 +"717",317576,2005,3,2,1 +"718",317576,2005,4,3,1 +"719",317576,2005,5,2,1 +"720",317576,2005,6,4,1 +"721",317576,2005,8,3,1 +"722",317576,2005,9,4,1 +"723",317576,2005,10,2,1 +"724",317576,2005,11,6,1 +"725",317576,2006,1,5,1 +"726",317576,2006,2,3,1 +"727",317576,2006,3,2,1 +"728",317576,2006,5,4,1 +"729",317576,2006,6,4,1 +"730",317576,2006,7,3,1 +"731",317576,2006,8,2,1 +"732",317576,2006,9,1,1 +"733",317576,2006,11,1,1 +"734",317576,2006,12,4,1 +"735",317576,2007,1,3,1 +"736",317576,2007,2,1,1 +"737",317576,2007,3,4,1 +"738",317576,2007,4,5,1 +"739",317576,2007,5,4,1 +"740",317576,2007,6,1,1 +"741",317576,2007,7,2,1 +"742",317576,2007,8,5,1 +"743",317576,2007,9,3,1 +"744",317576,2007,11,3,1 +"745",317576,2007,12,2,1 +"746",317576,2008,1,2,1 +"747",317576,2008,2,1,1 +"748",317576,2008,3,3,1 +"749",317576,2008,4,4,1 +"750",317576,2008,5,3,1 +"751",317576,2008,6,1,1 +"752",317576,2008,7,4,1 +"753",317576,2008,9,3,1 +"754",317576,2008,10,6,1 +"755",317576,2008,11,2,1 +"756",317576,2008,12,1,1 +"757",317576,2009,1,2,1 +"758",317576,2009,2,2,1 +"759",317576,2009,3,2,1 +"760",317576,2009,4,2,1 +"761",317576,2009,6,3,1 +"762",317576,2009,7,2,1 +"763",317576,2009,8,2,1 +"764",317576,2009,9,3,1 +"765",317576,2009,10,2,1 +"766",317576,2009,11,2,1 +"767",317576,2009,12,1,1 +"768",317576,2010,2,3,1 +"769",317576,2010,3,2,1 +"770",317576,2010,4,1,1 +"771",317576,2010,5,2,1 +"772",317576,2010,6,4,1 +"773",317576,2010,7,3,1 +"774",317576,2010,8,4,1 +"775",317576,2010,9,3,1 +"776",317576,2010,10,4,1 +"777",317576,2010,11,4,1 +"778",317576,2010,12,4,1 +"779",317576,2011,1,5,1 +"780",317576,2011,3,3,1 +"781",317576,2011,5,2,1 +"782",317576,2011,6,2,1 +"783",317576,2011,7,3,1 +"784",317576,2011,8,3,1 +"785",317576,2011,9,6,1 +"786",317576,2011,10,2,1 +"787",317576,2011,11,1,1 +"788",317576,2011,12,5,1 +"789",317576,2012,1,3,1 +"790",317576,2012,2,2,1 +"791",317576,2012,3,4,1 +"792",317576,2012,4,5,1 +"793",317576,2012,5,4,1 +"794",317576,2012,6,1,1 +"795",317576,2012,7,6,1 +"796",317576,2012,8,6,1 +"797",317576,2012,9,3,1 +"798",317576,2012,10,4,1 +"799",317576,2012,11,4,1 +"800",317576,2012,12,2,1 +"801",317576,2013,1,3,1 +"802",317576,2013,2,1,1 +"803",317576,2013,3,6,1 +"804",317576,2013,4,4,1 +"805",317576,2013,5,4,1 +"806",317576,2013,6,4,1 +"807",317576,2013,7,2,1 +"808",317576,2013,8,2,1 +"809",317576,2013,9,2,1 +"810",317576,2013,10,4,1 +"811",317576,2013,11,2,1 +"812",317576,2013,12,1,1 +"813",317576,2014,1,6,1 +"814",317576,2014,3,2,1 +"815",317576,2014,4,4,1 +"816",317576,2014,5,5,1 +"817",317576,2014,6,4,1 +"818",317576,2014,8,2,1 +"819",317576,2014,9,4,1 +"820",317576,2014,10,5,1 +"821",317576,2014,11,4,1 +"822",317576,2014,12,2,1 +"823",317576,2015,1,3,1 +"824",317576,2015,2,2,1 +"825",317576,2015,3,7,1 +"826",317576,2015,4,8,1 +"827",317576,2015,5,4,1 +"828",317576,2015,6,2,1 +"829",317576,2015,7,4,1 +"830",317576,2015,8,4,1 +"831",317576,2015,11,4,1 +"832",317576,2015,12,1,1 +"833",317576,2016,1,2,1 +"834",317576,2016,2,3,1 +"835",317576,2016,3,2,1 +"836",317576,2016,4,2,1 +"837",317576,2016,5,3,1 +"838",317576,2016,6,4,1 +"839",317576,2016,7,2,1 +"840",317576,2016,8,3,1 +"841",317576,2016,9,2,1 +"842",317576,2016,10,3,1 +"843",317576,2016,11,3,1 +"844",317576,2016,12,2,1 +"845",317576,2017,1,1,1 +"846",317576,2017,2,2,1 +"847",317576,2017,3,2,1 +"848",317576,2017,5,2,1 +"849",317576,2017,6,3,1 +"850",317576,2017,7,3,1 +"851",317576,2017,8,3,1 +"852",317576,2017,9,2,1 +"853",317576,2017,10,3,1 +"854",317576,2017,11,4,1 +"855",317576,2017,12,3,1 +"856",317576,2018,1,6,1 +"857",317576,2018,2,5,1 +"858",317576,2018,3,3,1 +"859",317576,2018,4,3,1 +"860",317576,2018,5,3,1 +"861",317576,2018,6,4,1 +"862",317576,2018,7,2,1 +"863",317576,2018,8,2,1 +"864",317576,2018,9,9,1 +"865",317576,2018,10,5,1 +"866",317576,2018,11,7,1 +"867",317576,2018,12,6,1 +"868",317576,2019,1,3,1 +"869",317576,2019,2,5,1 +"870",317576,2019,3,5,1 +"871",317576,2019,4,4,1 +"872",317576,2019,5,3,1 +"873",317576,2019,6,1,1 +"874",317576,2019,7,4,1 +"875",317576,2019,8,2,1 +"876",317576,2019,9,3,1 +"877",317576,2019,10,5,1 +"878",317576,2019,12,4,1 +"879",317576,2020,1,2,1 +"880",317576,2020,2,2,1 +"881",317576,2020,3,5,1 +"882",317576,2020,4,3,1 +"883",317576,2020,5,4,1 +"884",317576,2020,6,5,1 +"885",317576,2020,7,6,1 +"886",317576,2020,8,5,1 +"887",317576,2020,9,8,1 +"888",317576,2020,10,3,1 +"889",317576,2020,11,3,1 +"890",317576,2020,12,2,1 +"891",317576,2021,1,5,1 +"892",317576,2021,2,3,1 +"893",317576,2021,3,4,1 +"894",317576,2021,4,2,1 +"895",317576,2021,5,5,1 +"896",317576,2021,6,4,1 +"897",317576,2021,8,4,1 +"898",317576,2021,9,1,1 +"899",317576,2021,10,2,1 +"900",317576,2021,11,2,1 +"901",317576,2021,12,4,1 +"902",317576,2022,2,5,1 +"903",317576,2022,3,5,1 +"904",317576,2022,4,4,1 +"905",317576,2022,5,4,1 +"906",317576,2022,6,6,1 +"907",317576,2022,7,1,1 +"908",317576,2022,8,3,1 +"909",317576,2022,9,3,1 +"910",317576,2022,10,1,1 +"911",317576,2022,11,2,1 +"912",317576,2022,12,2,1 +"913",317576,2023,1,6,1 +"914",317576,2023,2,3,1 +"915",317576,2023,3,2,1 +"916",317576,2023,4,4,1 +"917",317576,2023,5,6,1 +"918",321042,1926,8,1,1 +"919",321042,1929,12,1,1 +"920",321042,1931,3,1,1 +"921",321042,1931,12,1,1 +"922",321042,1933,11,1,1 +"923",321042,1934,6,1,1 +"924",321042,1936,2,1,1 +"925",321042,1936,3,1,1 +"926",321042,1936,5,1,1 +"927",321042,1937,10,1,1 +"928",321042,1938,4,1,1 +"929",321042,1938,12,1,1 +"930",321042,1939,3,1,1 +"931",321042,1940,1,1,1 +"932",321042,1940,7,1,1 +"933",321042,1941,4,1,1 +"934",321042,1941,5,1,1 +"935",321042,1942,1,1,1 +"936",321042,1942,5,1,1 +"937",321042,1942,11,1,1 +"938",321042,1943,10,1,1 +"939",321042,1944,3,1,1 +"940",321042,1944,4,1,1 +"941",321042,1944,5,1,1 +"942",321042,1944,11,1,1 +"943",321042,1944,12,1,1 +"944",321042,1945,5,1,1 +"945",321042,1945,7,1,1 +"946",321042,1945,9,1,1 +"947",321042,1946,7,1,1 +"948",321042,1946,9,1,1 +"949",321042,1947,1,2,1 +"950",321042,1947,6,1,1 +"951",321042,1947,8,1,1 +"952",321042,1947,10,1,1 +"953",321042,1948,1,1,1 +"954",321042,1948,10,1,1 +"955",321042,1949,2,1,1 +"956",321042,1949,3,1,1 +"957",321042,1949,4,1,1 +"958",321042,1949,8,1,1 +"959",321042,1949,11,1,1 +"960",321042,1950,8,1,1 +"961",321042,1951,4,1,1 +"962",321042,1951,6,2,1 +"963",321042,1951,8,1,1 +"964",321042,1951,9,2,1 +"965",321042,1951,12,1,1 +"966",321042,1952,4,2,1 +"967",321042,1952,6,1,1 +"968",321042,1952,7,1,1 +"969",321042,1953,4,1,1 +"970",321042,1953,6,2,1 +"971",321042,1953,7,1,1 +"972",321042,1953,8,1,1 +"973",321042,1954,5,1,1 +"974",321042,1955,3,1,1 +"975",321042,1955,4,2,1 +"976",321042,1955,6,1,1 +"977",321042,1955,11,1,1 +"978",321042,1955,12,1,1 +"979",321042,1956,2,1,1 +"980",321042,1956,5,1,1 +"981",321042,1956,7,1,1 +"982",321042,1956,8,1,1 +"983",321042,1957,8,1,1 +"984",321042,1957,12,1,1 +"985",321042,1958,5,1,1 +"986",321042,1958,7,1,1 +"987",321042,1958,9,2,1 +"988",321042,1958,11,1,1 +"989",321042,1958,12,1,1 +"990",321042,1959,2,1,1 +"991",321042,1959,4,1,1 +"992",321042,1959,5,1,1 +"993",321042,1960,4,1,1 +"994",321042,1960,5,1,1 +"995",321042,1960,7,1,1 +"996",321042,1960,10,2,1 +"997",321042,1960,11,1,1 +"998",321042,1961,9,1,1 +"999",321042,1961,11,3,1 +"1000",321042,1962,1,1,1 +"1001",321042,1962,3,1,1 +"1002",321042,1962,7,1,1 +"1003",321042,1962,8,1,1 +"1004",321042,1962,10,1,1 +"1005",321042,1963,6,2,1 +"1006",321042,1963,12,2,1 +"1007",321042,1964,2,1,1 +"1008",321042,1964,12,1,1 +"1009",321042,1965,1,1,1 +"1010",321042,1965,5,1,1 +"1011",321042,1965,11,1,1 +"1012",321042,1966,5,1,1 +"1013",321042,1966,10,2,1 +"1014",321042,1966,11,1,1 +"1015",321042,1967,1,1,1 +"1016",321042,1967,2,1,1 +"1017",321042,1967,4,1,1 +"1018",321042,1967,5,1,1 +"1019",321042,1967,7,2,1 +"1020",321042,1967,9,1,1 +"1021",321042,1967,12,2,1 +"1022",321042,1968,4,1,1 +"1023",321042,1969,2,1,1 +"1024",321042,1969,3,1,1 +"1025",321042,1969,6,1,1 +"1026",321042,1969,11,1,1 +"1027",321042,1970,1,1,1 +"1028",321042,1970,6,1,1 +"1029",321042,1970,8,1,1 +"1030",321042,1970,9,1,1 +"1031",321042,1970,11,2,1 +"1032",321042,1971,1,1,1 +"1033",321042,1971,2,1,1 +"1034",321042,1971,7,1,1 +"1035",321042,1971,8,1,1 +"1036",321042,1971,10,1,1 +"1037",321042,1972,2,1,1 +"1038",321042,1972,10,1,1 +"1039",321042,1973,6,1,1 +"1040",321042,1974,2,2,1 +"1041",321042,1974,3,1,1 +"1042",321042,1974,6,1,1 +"1043",321042,1975,3,1,1 +"1044",321042,1975,9,1,1 +"1045",321042,1975,11,1,1 +"1046",321042,1976,6,1,1 +"1047",321042,1976,7,1,1 +"1048",321042,1976,10,1,1 +"1049",321042,1977,3,1,1 +"1050",321042,1977,7,1,1 +"1051",321042,1977,11,1,1 +"1052",321042,1978,3,2,1 +"1053",321042,1978,8,1,1 +"1054",321042,1978,9,1,1 +"1055",321042,1978,10,1,1 +"1056",321042,1979,2,1,1 +"1057",321042,1979,8,2,1 +"1058",321042,1979,10,1,1 +"1059",321042,1979,12,2,1 +"1060",321042,1980,1,1,1 +"1061",321042,1980,2,1,1 +"1062",321042,1980,4,2,1 +"1063",321042,1980,5,1,1 +"1064",321042,1980,7,2,1 +"1065",321042,1980,12,1,1 +"1066",321042,1981,1,1,1 +"1067",321042,1981,4,1,1 +"1068",321042,1981,6,1,1 +"1069",321042,1981,8,1,1 +"1070",321042,1982,1,1,1 +"1071",321042,1982,3,1,1 +"1072",321042,1982,7,1,1 +"1073",321042,1982,9,1,1 +"1074",321042,1982,10,1,1 +"1075",321042,1983,2,1,1 +"1076",321042,1983,4,2,1 +"1077",321042,1983,7,1,1 +"1078",321042,1983,10,1,1 +"1079",321042,1983,11,1,1 +"1080",321042,1984,6,1,1 +"1081",321042,1984,8,1,1 +"1082",321042,1984,10,3,1 +"1083",321042,1984,11,2,1 +"1084",321042,1985,6,1,1 +"1085",321042,1985,8,1,1 +"1086",321042,1985,11,1,1 +"1087",321042,1985,12,1,1 +"1088",321042,1986,6,2,1 +"1089",321042,1986,9,2,1 +"1090",321042,1987,5,1,1 +"1091",321042,1987,6,2,1 +"1092",321042,1987,7,1,1 +"1093",321042,1987,10,1,1 +"1094",321042,1987,11,1,1 +"1095",321042,1988,5,1,1 +"1096",321042,1988,8,1,1 +"1097",321042,1988,12,1,1 +"1098",321042,1989,2,1,1 +"1099",321042,1989,3,1,1 +"1100",321042,1989,4,2,1 +"1101",321042,1989,6,1,1 +"1102",321042,1989,7,1,1 +"1103",321042,1989,9,1,1 +"1104",321042,1989,11,1,1 +"1105",321042,1989,12,1,1 +"1106",321042,1990,2,1,1 +"1107",321042,1990,5,1,1 +"1108",321042,1990,6,3,1 +"1109",321042,1990,7,1,1 +"1110",321042,1990,9,1,1 +"1111",321042,1990,12,1,1 +"1112",321042,1991,1,1,1 +"1113",321042,1991,3,1,1 +"1114",321042,1991,8,2,1 +"1115",321042,1991,10,1,1 +"1116",321042,1991,11,1,1 +"1117",321042,1991,12,2,1 +"1118",321042,1992,1,1,1 +"1119",321042,1992,2,1,1 +"1120",321042,1992,3,1,1 +"1121",321042,1992,4,2,1 +"1122",321042,1992,5,1,1 +"1123",321042,1992,8,1,1 +"1124",321042,1992,11,1,1 +"1125",321042,1993,6,1,1 +"1126",321042,1993,12,1,1 +"1127",321042,1994,3,1,1 +"1128",321042,1994,6,1,1 +"1129",321042,1994,7,1,1 +"1130",321042,1994,9,2,1 +"1131",321042,1994,10,1,1 +"1132",321042,1995,3,2,1 +"1133",321042,1995,5,1,1 +"1134",321042,1995,7,1,1 +"1135",321042,1995,9,2,1 +"1136",321042,1995,10,1,1 +"1137",321042,1995,11,2,1 +"1138",321042,1996,1,1,1 +"1139",321042,1996,3,3,1 +"1140",321042,1996,6,1,1 +"1141",321042,1996,10,1,1 +"1142",321042,1997,1,1,1 +"1143",321042,1997,2,1,1 +"1144",321042,1997,4,1,1 +"1145",321042,1997,5,1,1 +"1146",321042,1997,6,1,1 +"1147",321042,1997,8,4,1 +"1148",321042,1998,2,1,1 +"1149",321042,1998,3,1,1 +"1150",321042,1998,4,1,1 +"1151",321042,1998,6,1,1 +"1152",321042,1998,7,2,1 +"1153",321042,1998,8,1,1 +"1154",321042,1998,11,1,1 +"1155",321042,1998,12,2,1 +"1156",321042,1999,3,1,1 +"1157",321042,1999,5,1,1 +"1158",321042,1999,6,1,1 +"1159",321042,1999,7,1,1 +"1160",321042,1999,8,3,1 +"1161",321042,1999,11,1,1 +"1162",321042,1999,12,1,1 +"1163",321042,2000,1,1,1 +"1164",321042,2000,4,3,1 +"1165",321042,2000,6,1,1 +"1166",321042,2000,7,1,1 +"1167",321042,2000,8,1,1 +"1168",321042,2000,9,1,1 +"1169",321042,2000,10,1,1 +"1170",321042,2000,12,1,1 +"1171",321042,2001,3,1,1 +"1172",321042,2001,5,1,1 +"1173",321042,2001,6,1,1 +"1174",321042,2001,9,2,1 +"1175",321042,2001,10,1,1 +"1176",321042,2002,1,3,1 +"1177",321042,2002,2,1,1 +"1178",321042,2002,3,2,1 +"1179",321042,2002,10,1,1 +"1180",321042,2002,11,1,1 +"1181",321042,2003,1,1,1 +"1182",321042,2003,2,2,1 +"1183",321042,2003,3,1,1 +"1184",321042,2003,5,1,1 +"1185",321042,2003,8,2,1 +"1186",321042,2003,9,4,1 +"1187",321042,2003,10,2,1 +"1188",321042,2004,1,1,1 +"1189",321042,2004,5,3,1 +"1190",321042,2004,6,2,1 +"1191",321042,2004,9,1,1 +"1192",321042,2004,10,1,1 +"1193",321042,2004,11,1,1 +"1194",321042,2005,2,1,1 +"1195",321042,2005,3,2,1 +"1196",321042,2005,5,1,1 +"1197",321042,2005,8,2,1 +"1198",321042,2005,9,1,1 +"1199",321042,2005,10,1,1 +"1200",321042,2005,11,2,1 +"1201",321042,2005,12,1,1 +"1202",321042,2006,1,1,1 +"1203",321042,2006,2,1,1 +"1204",321042,2006,3,1,1 +"1205",321042,2006,5,1,1 +"1206",321042,2006,9,2,1 +"1207",321042,2006,10,1,1 +"1208",321042,2007,1,2,1 +"1209",321042,2007,2,2,1 +"1210",321042,2007,3,1,1 +"1211",321042,2007,5,1,1 +"1212",321042,2007,6,1,1 +"1213",321042,2007,9,2,1 +"1214",321042,2007,12,1,1 +"1215",321042,2008,1,1,1 +"1216",321042,2008,2,1,1 +"1217",321042,2008,3,1,1 +"1218",321042,2008,10,1,1 +"1219",321042,2008,11,1,1 +"1220",321042,2008,12,2,1 +"1221",321042,2009,1,1,1 +"1222",321042,2009,2,2,1 +"1223",321042,2009,3,1,1 +"1224",321042,2009,4,2,1 +"1225",321042,2009,7,2,1 +"1226",321042,2009,8,1,1 +"1227",321042,2009,10,2,1 +"1228",321042,2009,11,3,1 +"1229",321042,2010,1,1,1 +"1230",321042,2010,2,1,1 +"1231",321042,2010,4,2,1 +"1232",321042,2010,5,1,1 +"1233",321042,2010,9,2,1 +"1234",321042,2010,11,2,1 +"1235",321042,2011,1,2,1 +"1236",321042,2011,3,2,1 +"1237",321042,2011,6,1,1 +"1238",321042,2011,8,1,1 +"1239",321042,2011,12,1,1 +"1240",321042,2012,1,2,1 +"1241",321042,2012,7,1,1 +"1242",321042,2012,8,3,1 +"1243",321042,2012,11,2,1 +"1244",321042,2012,12,1,1 +"1245",321042,2013,1,2,1 +"1246",321042,2013,2,1,1 +"1247",321042,2013,4,2,1 +"1248",321042,2013,5,1,1 +"1249",321042,2013,6,1,1 +"1250",321042,2013,7,1,1 +"1251",321042,2013,10,2,1 +"1252",321042,2013,11,1,1 +"1253",321042,2013,12,2,1 +"1254",321042,2014,1,1,1 +"1255",321042,2014,4,1,1 +"1256",321042,2014,5,2,1 +"1257",321042,2014,6,2,1 +"1258",321042,2014,7,1,1 +"1259",321042,2014,10,1,1 +"1260",321042,2014,12,2,1 +"1261",321042,2015,1,2,1 +"1262",321042,2015,4,1,1 +"1263",321042,2015,5,1,1 +"1264",321042,2015,8,1,1 +"1265",321042,2015,9,1,1 +"1266",321042,2015,10,1,1 +"1267",321042,2015,12,2,1 +"1268",321042,2016,2,1,1 +"1269",321042,2016,3,3,1 +"1270",321042,2016,5,1,1 +"1271",321042,2016,6,1,1 +"1272",321042,2016,7,1,1 +"1273",321042,2016,8,2,1 +"1274",321042,2016,10,1,1 +"1275",321042,2016,11,1,1 +"1276",321042,2016,12,1,1 +"1277",321042,2017,1,2,1 +"1278",321042,2017,5,1,1 +"1279",321042,2017,6,1,1 +"1280",321042,2017,7,2,1 +"1281",321042,2017,8,1,1 +"1282",321042,2017,12,4,1 +"1283",321042,2018,3,1,1 +"1284",321042,2018,4,1,1 +"1285",321042,2018,6,1,1 +"1286",321042,2018,8,1,1 +"1287",321042,2018,9,2,1 +"1288",321042,2018,10,1,1 +"1289",321042,2018,11,1,1 +"1290",321042,2018,12,1,1 +"1291",321042,2019,2,1,1 +"1292",321042,2019,3,1,1 +"1293",321042,2019,4,2,1 +"1294",321042,2019,7,1,1 +"1295",321042,2019,9,1,1 +"1296",321042,2019,10,1,1 +"1297",321042,2020,1,1,1 +"1298",321042,2020,2,1,1 +"1299",321042,2020,3,1,1 +"1300",321042,2020,6,1,1 +"1301",321042,2020,7,3,1 +"1302",321042,2020,8,1,1 +"1303",321042,2020,9,1,1 +"1304",321042,2020,11,2,1 +"1305",321042,2020,12,2,1 +"1306",321042,2021,1,2,1 +"1307",321042,2021,2,2,1 +"1308",321042,2021,5,3,1 +"1309",321042,2021,6,2,1 +"1310",321042,2021,7,3,1 +"1311",321042,2021,9,1,1 +"1312",321042,2021,10,1,1 +"1313",321042,2021,11,1,1 +"1314",321042,2021,12,2,1 +"1315",321042,2022,2,1,1 +"1316",321042,2022,3,1,1 +"1317",321042,2022,5,1,1 +"1318",321042,2022,10,1,1 +"1319",321042,2022,12,1,1 +"1320",321042,2023,2,1,1 +"1321",321042,2023,4,1,1 +"1322",381316,1947,2,1,1 +"1323",381316,1948,2,1,1 +"1324",381316,1949,10,1,1 +"1325",381316,1950,10,1,1 +"1326",381316,1953,2,1,1 +"1327",381316,1955,5,1,1 +"1328",381316,1958,6,1,1 +"1329",381316,1959,2,1,1 +"1330",381316,1960,5,1,1 +"1331",381316,1960,10,2,1 +"1332",381316,1960,12,2,1 +"1333",381316,1962,10,1,1 +"1334",381316,1962,11,1,1 +"1335",381316,1964,12,1,1 +"1336",381316,1965,12,1,1 +"1337",381316,1966,7,1,1 +"1338",381316,1966,10,1,1 +"1339",381316,1968,8,1,1 +"1340",381316,1969,3,1,1 +"1341",381316,1969,8,1,1 +"1342",381316,1970,4,1,1 +"1343",381316,1970,7,1,1 +"1344",381316,1970,8,1,1 +"1345",381316,1970,12,1,1 +"1346",381316,1971,4,1,1 +"1347",381316,1971,6,1,1 +"1348",381316,1971,7,2,1 +"1349",381316,1971,12,1,1 +"1350",381316,1972,1,2,1 +"1351",381316,1973,3,1,1 +"1352",381316,1973,8,2,1 +"1353",381316,1974,3,1,1 +"1354",381316,1974,4,1,1 +"1355",381316,1974,5,1,1 +"1356",381316,1974,8,1,1 +"1357",381316,1974,9,1,1 +"1358",381316,1974,12,1,1 +"1359",381316,1975,1,1,1 +"1360",381316,1975,2,2,1 +"1361",381316,1975,4,1,1 +"1362",381316,1975,6,1,1 +"1363",381316,1975,8,1,1 +"1364",381316,1975,11,1,1 +"1365",381316,1975,12,1,1 +"1366",381316,1976,7,2,1 +"1367",381316,1977,1,1,1 +"1368",381316,1977,2,1,1 +"1369",381316,1977,4,1,1 +"1370",381316,1977,7,1,1 +"1371",381316,1977,8,1,1 +"1372",381316,1977,10,1,1 +"1373",381316,1978,7,1,1 +"1374",381316,1978,11,1,1 +"1375",381316,1979,1,1,1 +"1376",381316,1979,3,1,1 +"1377",381316,1979,6,1,1 +"1378",381316,1980,9,1,1 +"1379",381316,1981,1,1,1 +"1380",381316,1981,2,1,1 +"1381",381316,1981,7,1,1 +"1382",381316,1981,8,1,1 +"1383",381316,1982,1,2,1 +"1384",381316,1982,2,1,1 +"1385",381316,1982,3,1,1 +"1386",381316,1982,5,1,1 +"1387",381316,1982,6,1,1 +"1388",381316,1982,7,1,1 +"1389",381316,1982,8,1,1 +"1390",381316,1982,10,2,1 +"1391",381316,1982,11,1,1 +"1392",381316,1983,2,1,1 +"1393",381316,1983,3,1,1 +"1394",381316,1983,7,1,1 +"1395",381316,1983,9,2,1 +"1396",381316,1983,10,1,1 +"1397",381316,1984,2,1,1 +"1398",381316,1984,5,1,1 +"1399",381316,1984,6,1,1 +"1400",381316,1984,8,1,1 +"1401",381316,1984,11,1,1 +"1402",381316,1985,1,1,1 +"1403",381316,1985,3,4,1 +"1404",381316,1985,4,1,1 +"1405",381316,1985,5,1,1 +"1406",381316,1985,7,1,1 +"1407",381316,1985,8,1,1 +"1408",381316,1985,9,1,1 +"1409",381316,1985,10,2,1 +"1410",381316,1986,7,1,1 +"1411",381316,1986,8,3,1 +"1412",381316,1986,9,2,1 +"1413",381316,1986,10,1,1 +"1414",381316,1986,11,1,1 +"1415",381316,1987,1,1,1 +"1416",381316,1987,8,1,1 +"1417",381316,1988,3,1,1 +"1418",381316,1988,5,2,1 +"1419",381316,1988,8,1,1 +"1420",381316,1988,9,2,1 +"1421",381316,1989,6,1,1 +"1422",381316,1989,7,2,1 +"1423",381316,1989,10,1,1 +"1424",381316,1989,12,1,1 +"1425",381316,1990,4,1,1 +"1426",381316,1990,5,2,1 +"1427",381316,1990,6,1,1 +"1428",381316,1990,8,1,1 +"1429",381316,1990,9,1,1 +"1430",381316,1990,11,1,1 +"1431",381316,1991,1,1,1 +"1432",381316,1991,4,2,1 +"1433",381316,1991,5,2,1 +"1434",381316,1991,6,1,1 +"1435",381316,1991,7,1,1 +"1436",381316,1991,8,1,1 +"1437",381316,1992,1,1,1 +"1438",381316,1992,2,1,1 +"1439",381316,1992,3,1,1 +"1440",381316,1992,5,1,1 +"1441",381316,1992,6,2,1 +"1442",381316,1992,8,1,1 +"1443",381316,1992,9,1,1 +"1444",381316,1992,12,1,1 +"1445",381316,1993,1,4,1 +"1446",381316,1993,3,1,1 +"1447",381316,1993,4,1,1 +"1448",381316,1993,5,2,1 +"1449",381316,1993,6,1,1 +"1450",381316,1993,9,2,1 +"1451",381316,1993,10,1,1 +"1452",381316,1993,11,1,1 +"1453",381316,1993,12,1,1 +"1454",381316,1994,1,1,1 +"1455",381316,1994,3,1,1 +"1456",381316,1994,6,1,1 +"1457",381316,1994,7,1,1 +"1458",381316,1994,8,1,1 +"1459",381316,1994,9,1,1 +"1460",381316,1994,10,1,1 +"1461",381316,1994,12,2,1 +"1462",381316,1995,2,1,1 +"1463",381316,1995,3,3,1 +"1464",381316,1995,4,3,1 +"1465",381316,1995,5,3,1 +"1466",381316,1995,6,1,1 +"1467",381316,1995,9,1,1 +"1468",381316,1995,12,2,1 +"1469",381316,1996,3,1,1 +"1470",381316,1996,4,1,1 +"1471",381316,1996,5,2,1 +"1472",381316,1996,6,2,1 +"1473",381316,1996,7,3,1 +"1474",381316,1996,8,1,1 +"1475",381316,1996,9,1,1 +"1476",381316,1996,10,2,1 +"1477",381316,1997,1,1,1 +"1478",381316,1997,4,1,1 +"1479",381316,1997,7,1,1 +"1480",381316,1997,8,3,1 +"1481",381316,1997,9,3,1 +"1482",381316,1997,11,1,1 +"1483",381316,1997,12,1,1 +"1484",381316,1998,1,1,1 +"1485",381316,1998,5,2,1 +"1486",381316,1998,6,2,1 +"1487",381316,1998,7,1,1 +"1488",381316,1998,8,3,1 +"1489",381316,1998,9,2,1 +"1490",381316,1998,10,1,1 +"1491",381316,1998,11,1,1 +"1492",381316,1998,12,2,1 +"1493",381316,1999,1,3,1 +"1494",381316,1999,3,1,1 +"1495",381316,1999,4,2,1 +"1496",381316,1999,5,1,1 +"1497",381316,1999,6,4,1 +"1498",381316,1999,8,2,1 +"1499",381316,1999,9,1,1 +"1500",381316,1999,10,2,1 +"1501",381316,1999,11,1,1 +"1502",381316,1999,12,1,1 +"1503",381316,2000,4,2,1 +"1504",381316,2000,5,2,1 +"1505",381316,2000,6,1,1 +"1506",381316,2000,7,1,1 +"1507",381316,2000,8,1,1 +"1508",381316,2000,9,1,1 +"1509",381316,2000,11,2,1 +"1510",381316,2000,12,3,1 +"1511",381316,2001,1,1,1 +"1512",381316,2001,2,1,1 +"1513",381316,2001,4,1,1 +"1514",381316,2001,5,2,1 +"1515",381316,2001,7,2,1 +"1516",381316,2001,8,1,1 +"1517",381316,2001,9,4,1 +"1518",381316,2001,10,1,1 +"1519",381316,2001,11,1,1 +"1520",381316,2001,12,4,1 +"1521",381316,2002,2,1,1 +"1522",381316,2002,3,1,1 +"1523",381316,2002,4,2,1 +"1524",381316,2002,5,2,1 +"1525",381316,2002,7,3,1 +"1526",381316,2002,8,1,1 +"1527",381316,2002,9,3,1 +"1528",381316,2002,10,2,1 +"1529",381316,2002,11,2,1 +"1530",381316,2002,12,2,1 +"1531",381316,2003,1,2,1 +"1532",381316,2003,2,2,1 +"1533",381316,2003,4,1,1 +"1534",381316,2003,5,3,1 +"1535",381316,2003,6,1,1 +"1536",381316,2003,7,2,1 +"1537",381316,2003,8,3,1 +"1538",381316,2003,9,1,1 +"1539",381316,2003,10,6,1 +"1540",381316,2003,11,2,1 +"1541",381316,2004,1,2,1 +"1542",381316,2004,2,3,1 +"1543",381316,2004,3,1,1 +"1544",381316,2004,4,4,1 +"1545",381316,2004,5,1,1 +"1546",381316,2004,6,3,1 +"1547",381316,2004,7,3,1 +"1548",381316,2004,10,1,1 +"1549",381316,2004,12,1,1 +"1550",381316,2005,1,2,1 +"1551",381316,2005,2,1,1 +"1552",381316,2005,3,2,1 +"1553",381316,2005,4,2,1 +"1554",381316,2005,5,1,1 +"1555",381316,2005,6,2,1 +"1556",381316,2005,8,1,1 +"1557",381316,2005,9,1,1 +"1558",381316,2005,10,3,1 +"1559",381316,2005,12,2,1 +"1560",381316,2006,1,2,1 +"1561",381316,2006,3,3,1 +"1562",381316,2006,4,1,1 +"1563",381316,2006,5,2,1 +"1564",381316,2006,6,3,1 +"1565",381316,2006,7,2,1 +"1566",381316,2006,8,5,1 +"1567",381316,2006,9,3,1 +"1568",381316,2006,10,1,1 +"1569",381316,2006,11,4,1 +"1570",381316,2006,12,2,1 +"1571",381316,2007,1,1,1 +"1572",381316,2007,3,1,1 +"1573",381316,2007,4,1,1 +"1574",381316,2007,5,2,1 +"1575",381316,2007,6,3,1 +"1576",381316,2007,7,2,1 +"1577",381316,2007,9,2,1 +"1578",381316,2007,10,3,1 +"1579",381316,2007,11,1,1 +"1580",381316,2007,12,2,1 +"1581",381316,2008,1,1,1 +"1582",381316,2008,3,1,1 +"1583",381316,2008,4,1,1 +"1584",381316,2008,5,1,1 +"1585",381316,2008,6,3,1 +"1586",381316,2008,7,1,1 +"1587",381316,2008,8,3,1 +"1588",381316,2008,9,1,1 +"1589",381316,2008,10,4,1 +"1590",381316,2008,11,5,1 +"1591",381316,2009,1,1,1 +"1592",381316,2009,2,4,1 +"1593",381316,2009,3,2,1 +"1594",381316,2009,4,2,1 +"1595",381316,2009,5,4,1 +"1596",381316,2009,6,2,1 +"1597",381316,2009,7,1,1 +"1598",381316,2009,8,3,1 +"1599",381316,2009,9,1,1 +"1600",381316,2009,10,1,1 +"1601",381316,2009,12,4,1 +"1602",381316,2010,1,1,1 +"1603",381316,2010,2,5,1 +"1604",381316,2010,3,6,1 +"1605",381316,2010,4,1,1 +"1606",381316,2010,6,3,1 +"1607",381316,2010,7,2,1 +"1608",381316,2010,8,3,1 +"1609",381316,2010,9,4,1 +"1610",381316,2010,11,1,1 +"1611",381316,2010,12,5,1 +"1612",381316,2011,1,3,1 +"1613",381316,2011,2,2,1 +"1614",381316,2011,3,4,1 +"1615",381316,2011,4,1,1 +"1616",381316,2011,5,3,1 +"1617",381316,2011,6,1,1 +"1618",381316,2011,7,4,1 +"1619",381316,2011,8,3,1 +"1620",381316,2011,9,1,1 +"1621",381316,2011,10,3,1 +"1622",381316,2011,11,3,1 +"1623",381316,2011,12,3,1 +"1624",381316,2012,1,2,1 +"1625",381316,2012,2,2,1 +"1626",381316,2012,3,2,1 +"1627",381316,2012,4,1,1 +"1628",381316,2012,5,2,1 +"1629",381316,2012,6,4,1 +"1630",381316,2012,7,3,1 +"1631",381316,2012,8,2,1 +"1632",381316,2012,9,1,1 +"1633",381316,2012,10,3,1 +"1634",381316,2012,11,2,1 +"1635",381316,2012,12,1,1 +"1636",381316,2013,1,2,1 +"1637",381316,2013,2,1,1 +"1638",381316,2013,3,2,1 +"1639",381316,2013,4,1,1 +"1640",381316,2013,5,1,1 +"1641",381316,2013,6,3,1 +"1642",381316,2013,7,3,1 +"1643",381316,2013,8,4,1 +"1644",381316,2013,9,1,1 +"1645",381316,2013,10,1,1 +"1646",381316,2013,11,1,1 +"1647",381316,2013,12,2,1 +"1648",381316,2014,1,3,1 +"1649",381316,2014,2,1,1 +"1650",381316,2014,3,1,1 +"1651",381316,2014,4,3,1 +"1652",381316,2014,5,3,1 +"1653",381316,2014,6,1,1 +"1654",381316,2014,7,2,1 +"1655",381316,2014,8,1,1 +"1656",381316,2014,9,4,1 +"1657",381316,2014,10,3,1 +"1658",381316,2014,11,3,1 +"1659",381316,2014,12,2,1 +"1660",381316,2015,1,5,1 +"1661",381316,2015,2,3,1 +"1662",381316,2015,3,5,1 +"1663",381316,2015,4,2,1 +"1664",381316,2015,5,6,1 +"1665",381316,2015,6,5,1 +"1666",381316,2015,7,6,1 +"1667",381316,2015,8,2,1 +"1668",381316,2015,9,2,1 +"1669",381316,2015,10,6,1 +"1670",381316,2015,11,4,1 +"1671",381316,2015,12,4,1 +"1672",381316,2016,1,3,1 +"1673",381316,2016,2,5,1 +"1674",381316,2016,3,3,1 +"1675",381316,2016,4,4,1 +"1676",381316,2016,5,3,1 +"1677",381316,2016,6,1,1 +"1678",381316,2016,7,2,1 +"1679",381316,2016,8,2,1 +"1680",381316,2016,9,3,1 +"1681",381316,2016,10,3,1 +"1682",381316,2016,11,4,1 +"1683",381316,2016,12,2,1 +"1684",381316,2017,1,6,1 +"1685",381316,2017,2,1,1 +"1686",381316,2017,3,5,1 +"1687",381316,2017,4,8,1 +"1688",381316,2017,5,2,1 +"1689",381316,2017,6,5,1 +"1690",381316,2017,7,4,1 +"1691",381316,2017,8,2,1 +"1692",381316,2017,9,6,1 +"1693",381316,2017,10,2,1 +"1694",381316,2017,11,5,1 +"1695",381316,2017,12,3,1 +"1696",381316,2018,1,4,1 +"1697",381316,2018,2,1,1 +"1698",381316,2018,3,3,1 +"1699",381316,2018,4,6,1 +"1700",381316,2018,5,7,1 +"1701",381316,2018,6,3,1 +"1702",381316,2018,7,2,1 +"1703",381316,2018,8,2,1 +"1704",381316,2018,9,5,1 +"1705",381316,2018,10,2,1 +"1706",381316,2018,11,3,1 +"1707",381316,2018,12,3,1 +"1708",381316,2019,1,6,1 +"1709",381316,2019,2,5,1 +"1710",381316,2019,3,3,1 +"1711",381316,2019,4,4,1 +"1712",381316,2019,5,6,1 +"1713",381316,2019,6,2,1 +"1714",381316,2019,7,10,1 +"1715",381316,2019,8,5,1 +"1716",381316,2019,9,2,1 +"1717",381316,2019,10,5,1 +"1718",381316,2019,11,2,1 +"1719",381316,2019,12,6,1 +"1720",381316,2020,1,4,1 +"1721",381316,2020,2,6,1 +"1722",381316,2020,3,1,1 +"1723",381316,2020,4,3,1 +"1724",381316,2020,5,2,1 +"1725",381316,2020,6,2,1 +"1726",381316,2020,7,3,1 +"1727",381316,2020,8,5,1 +"1728",381316,2020,9,3,1 +"1729",381316,2020,10,1,1 +"1730",381316,2020,11,5,1 +"1731",381316,2020,12,1,1 +"1732",381316,2021,1,3,1 +"1733",381316,2021,3,6,1 +"1734",381316,2021,4,1,1 +"1735",381316,2021,5,6,1 +"1736",381316,2021,6,4,1 +"1737",381316,2021,7,3,1 +"1738",381316,2021,8,5,1 +"1739",381316,2021,9,2,1 +"1740",381316,2021,10,1,1 +"1741",381316,2021,11,2,1 +"1742",381316,2021,12,4,1 +"1743",381316,2022,1,1,1 +"1744",381316,2022,2,5,1 +"1745",381316,2022,3,7,1 +"1746",381316,2022,4,5,1 +"1747",381316,2022,5,6,1 +"1748",381316,2022,6,3,1 +"1749",381316,2022,7,6,1 +"1750",381316,2022,8,8,1 +"1751",381316,2022,9,2,1 +"1752",381316,2022,10,6,1 +"1753",381316,2022,11,6,1 +"1754",381316,2022,12,6,1 +"1755",381316,2023,1,4,1 +"1756",381316,2023,3,2,1 +"1757",381316,2023,4,4,1 +"1758",381316,2023,5,4,1 +"1759",381316,2023,6,1,1 +"1760",1310034,1962,1,1,1 +"1761",1310034,1963,6,1,1 +"1762",1310034,1967,4,1,1 +"1763",1310034,1973,6,1,1 +"1764",1310034,1979,12,1,1 +"1765",1310034,1984,11,1,1 +"1766",1310034,1986,6,1,1 +"1767",1310034,1988,5,1,1 +"1768",1310034,1988,6,1,1 +"1769",1310034,1990,6,1,1 +"1770",1310034,1990,9,1,1 +"1771",1310034,1991,1,1,1 +"1772",1310034,1991,3,1,1 +"1773",1310034,1991,8,1,1 +"1774",1310034,1991,9,1,1 +"1775",1310034,1992,5,1,1 +"1776",1310034,1992,11,1,1 +"1777",1310034,1994,6,1,1 +"1778",1310034,1994,9,1,1 +"1779",1310034,1995,7,1,1 +"1780",1310034,1996,6,1,1 +"1781",1310034,1996,10,1,1 +"1782",1310034,1997,2,1,1 +"1783",1310034,1997,8,1,1 +"1784",1310034,1998,7,1,1 +"1785",1310034,1998,9,1,1 +"1786",1310034,1999,8,1,1 +"1787",1310034,2000,4,1,1 +"1788",1310034,2000,6,1,1 +"1789",1310034,2000,10,1,1 +"1790",1310034,2000,12,1,1 +"1791",1310034,2001,6,1,1 +"1792",1310034,2001,9,2,1 +"1793",1310034,2002,1,1,1 +"1794",1310034,2002,2,1,1 +"1795",1310034,2002,3,1,1 +"1796",1310034,2003,2,1,1 +"1797",1310034,2003,4,1,1 +"1798",1310034,2003,9,1,1 +"1799",1310034,2004,4,1,1 +"1800",1310034,2004,5,1,1 +"1801",1310034,2004,10,1,1 +"1802",1310034,2004,11,1,1 +"1803",1310034,2005,3,1,1 +"1804",1310034,2005,8,2,1 +"1805",1310034,2005,11,1,1 +"1806",1310034,2006,1,1,1 +"1807",1310034,2006,3,1,1 +"1808",1310034,2006,5,1,1 +"1809",1310034,2006,10,1,1 +"1810",1310034,2007,1,1,1 +"1811",1310034,2007,2,1,1 +"1812",1310034,2008,2,1,1 +"1813",1310034,2008,12,1,1 +"1814",1310034,2009,7,1,1 +"1815",1310034,2009,10,1,1 +"1816",1310034,2009,11,1,1 +"1817",1310034,2010,4,2,1 +"1818",1310034,2010,5,1,1 +"1819",1310034,2010,9,1,3 +"1820",1310034,2011,1,1,1 +"1821",1310034,2011,3,1,1 +"1822",1310034,2011,6,1,1 +"1823",1310034,2012,1,1,1 +"1824",1310034,2012,7,1,1 +"1825",1310034,2012,11,1,1 +"1826",1310034,2012,12,2,1 +"1827",1310034,2013,1,1,1 +"1828",1310034,2013,2,1,1 +"1829",1310034,2013,4,1,1 +"1830",1310034,2013,7,1,1 +"1831",1310034,2013,10,2,1 +"1832",1310034,2013,11,1,1 +"1833",1310034,2013,12,2,1.5 +"1834",1310034,2014,1,1,1 +"1835",1310034,2014,4,1,1 +"1836",1310034,2014,5,2,1 +"1837",1310034,2014,6,2,1 +"1838",1310034,2014,7,1,1 +"1839",1310034,2014,10,1,1 +"1840",1310034,2014,12,2,1 +"1841",1310034,2015,1,2,1 +"1842",1310034,2015,4,1,1 +"1843",1310034,2015,5,1,1 +"1844",1310034,2015,8,1,1 +"1845",1310034,2015,9,1,1 +"1846",1310034,2015,10,1,1 +"1847",1310034,2015,12,2,1 +"1848",1310034,2016,2,1,1 +"1849",1310034,2016,3,3,1 +"1850",1310034,2016,5,2,1 +"1851",1310034,2016,6,1,1 +"1852",1310034,2016,7,1,1 +"1853",1310034,2016,8,2,1.5 +"1854",1310034,2016,10,1,1 +"1855",1310034,2016,11,1,1 +"1856",1310034,2016,12,1,1 +"1857",1310034,2017,1,2,1 +"1858",1310034,2017,5,1,1 +"1859",1310034,2017,6,1,1 +"1860",1310034,2017,7,2,1 +"1861",1310034,2017,8,1,1 +"1862",1310034,2017,12,4,1 +"1863",1310034,2018,3,2,1 +"1864",1310034,2018,4,1,1 +"1865",1310034,2018,6,1,1 +"1866",1310034,2018,8,1,1 +"1867",1310034,2018,9,2,1 +"1868",1310034,2018,10,1,1 +"1869",1310034,2018,11,1,2 +"1870",1310034,2018,12,1,1 +"1871",1310034,2019,2,1,1 +"1872",1310034,2019,3,1,1 +"1873",1310034,2019,4,2,1 +"1874",1310034,2019,7,1,1 +"1875",1310034,2019,9,1,1 +"1876",1310034,2019,10,1,1 +"1877",1310034,2020,1,1,1 +"1878",1310034,2020,2,1,1 +"1879",1310034,2020,3,1,1 +"1880",1310034,2020,6,1,1 +"1881",1310034,2020,7,3,1 +"1882",1310034,2020,8,1,1 +"1883",1310034,2020,9,1,1 +"1884",1310034,2020,10,1,1 +"1885",1310034,2020,11,2,1 +"1886",1310034,2020,12,2,1 +"1887",1310034,2021,1,2,1 +"1888",1310034,2021,2,2,1 +"1889",1310034,2021,5,3,1 +"1890",1310034,2021,6,2,1 +"1891",1310034,2021,7,3,1 +"1892",1310034,2021,9,1,1 +"1893",1310034,2021,10,2,1 +"1894",1310034,2021,11,1,1 +"1895",1310034,2021,12,2,1 +"1896",1310034,2022,2,1,1 +"1897",1310034,2022,3,1,1 +"1898",1310034,2022,5,1,1 +"1899",1310034,2022,10,1,1 +"1900",1310034,2022,12,1,1 +"1901",1310034,2023,2,1,1 +"1902",1310034,2023,4,1,1 +"1903",1332419,1994,1,12,2 +"1904",1332419,1994,2,22,1.95454545454545 +"1905",1332419,1994,3,12,2 +"1906",1332419,1994,4,20,2.1 +"1907",1332419,1994,5,12,1.91666666666667 +"1908",1332419,1994,6,22,2.27272727272727 +"1909",1332419,1994,7,23,2.21739130434783 +"1910",1332419,1994,8,16,2.5625 +"1911",1332419,1994,9,32,1.71875 +"1912",1332419,1994,10,18,2.61111111111111 +"1913",1332419,1994,11,21,2.28571428571429 +"1914",1332419,1994,12,17,2.11764705882353 +"1915",1332419,1995,1,7,3.28571428571429 +"1916",1332419,1995,2,1,3 +"1917",1332419,1995,4,4,1.5 +"1918",1332419,1995,5,1,2 +"1919",1332419,1995,6,4,4.5 +"1920",1332419,1995,8,1,2 +"1921",1332419,1995,9,1,2 +"1922",1332419,1995,10,1,1 +"1923",1332419,1995,11,3,1 +"1924",1332419,1995,12,3,1.33333333333333 +"1925",1332419,1996,1,3,2 +"1926",1332419,1996,2,2,1.5 +"1927",1332419,1996,4,3,1.66666666666667 +"1928",1332419,1996,5,1,2 +"1929",1332419,1996,6,4,1.75 +"1930",1332419,1996,7,2,1.5 +"1931",1332419,1996,8,1,2 +"1932",1332419,1996,9,3,3 +"1933",1332419,1996,10,2,1 +"1934",1332419,1996,11,4,1.75 +"1935",1332419,1997,1,4,2.25 +"1936",1332419,1997,2,1,2 +"1937",1332419,1997,3,1,3 +"1938",1332419,1997,4,1,4 +"1939",1332419,1997,5,1,1 +"1940",1332419,1997,6,2,2 +"1941",1332419,1997,7,4,2 +"1942",1332419,1997,9,2,1 +"1943",1332419,1997,11,1,3 +"1944",1332419,1997,12,1,1 +"1945",1332419,1998,1,2,1 +"1946",1332419,1998,2,2,1.5 +"1947",1332419,1998,3,3,2.33333333333333 +"1948",1332419,1998,6,2,3 +"1949",1332419,1998,7,1,2 +"1950",1332419,1998,8,5,2.2 +"1951",1332419,1998,9,2,2.5 +"1952",1332419,1998,10,1,2 +"1953",1332419,1998,11,1,2 +"1954",1332419,1998,12,3,1.33333333333333 +"1955",1332419,1999,1,4,9.75 +"1956",1332419,1999,2,2,1.5 +"1957",1332419,1999,3,2,2 +"1958",1332419,1999,4,1,7 +"1959",1332419,1999,5,3,2.66666666666667 +"1960",1332419,1999,6,2,8 +"1961",1332419,1999,7,1,2 +"1962",1332419,1999,8,3,1.66666666666667 +"1963",1332419,1999,9,2,3.5 +"1964",1332419,1999,10,3,11.6666666666667 +"1965",1332419,1999,11,3,1.33333333333333 +"1966",1332419,1999,12,3,2 +"1967",1332419,2000,1,4,3.25 +"1968",1332419,2000,3,2,2.5 +"1969",1332419,2000,4,1,1 +"1970",1332419,2000,5,1,4 +"1971",1332419,2000,6,4,1.75 +"1972",1332419,2000,7,1,2 +"1973",1332419,2000,8,2,1.5 +"1974",1332419,2000,9,1,1 +"1975",1332419,2000,10,3,1.66666666666667 +"1976",1332419,2000,11,2,2.5 +"1977",1332419,2000,12,4,6.5 +"1978",1332419,2001,1,3,1.66666666666667 +"1979",1332419,2001,2,3,1.66666666666667 +"1980",1332419,2001,3,2,1 +"1981",1332419,2001,4,3,1.66666666666667 +"1982",1332419,2001,5,2,4.5 +"1983",1332419,2001,6,3,3.33333333333333 +"1984",1332419,2001,7,5,2.6 +"1985",1332419,2001,8,3,1.66666666666667 +"1986",1332419,2001,9,2,1.5 +"1987",1332419,2001,10,2,2.5 +"1988",1332419,2001,11,1,25 +"1989",1332419,2001,12,5,1.8 +"1990",1332419,2002,3,3,1.66666666666667 +"1991",1332419,2002,4,3,2 +"1992",1332419,2002,5,5,2.2 +"1993",1332419,2002,6,1,2 +"1994",1332419,2002,7,6,1.66666666666667 +"1995",1332419,2002,8,2,1 +"1996",1332419,2002,9,1,1 +"1997",1332419,2002,10,1,1 +"1998",1332419,2002,11,3,1.33333333333333 +"1999",1332419,2002,12,2,2 +"2000",1332419,2003,1,3,3 +"2001",1332419,2003,2,1,1 +"2002",1332419,2003,3,3,1.66666666666667 +"2003",1332419,2003,4,2,4 +"2004",1332419,2003,5,2,2 +"2005",1332419,2003,6,1,2 +"2006",1332419,2003,7,3,4.33333333333333 +"2007",1332419,2003,8,1,5 +"2008",1332419,2003,9,5,1.4 +"2009",1332419,2003,10,4,1.5 +"2010",1332419,2003,11,4,1.5 +"2011",1332419,2003,12,3,2 +"2012",1332419,2004,1,1,2 +"2013",1332419,2004,2,2,1.5 +"2014",1332419,2004,3,4,2 +"2015",1332419,2004,5,3,1.33333333333333 +"2016",1332419,2004,6,4,2.5 +"2017",1332419,2004,7,4,2 +"2018",1332419,2004,8,1,1 +"2019",1332419,2004,9,2,1.5 +"2020",1332419,2004,11,2,4 +"2021",1332419,2004,12,3,2.66666666666667 +"2022",1332419,2005,2,8,2 +"2023",1332419,2005,3,2,1.5 +"2024",1332419,2005,4,3,1.66666666666667 +"2025",1332419,2005,5,2,2 +"2026",1332419,2005,6,4,2.5 +"2027",1332419,2005,8,3,1.33333333333333 +"2028",1332419,2005,9,4,2.75 +"2029",1332419,2005,10,2,1.5 +"2030",1332419,2005,11,6,2.16666666666667 +"2031",1332419,2006,1,5,1.8 +"2032",1332419,2006,2,3,1.66666666666667 +"2033",1332419,2006,3,2,2 +"2034",1332419,2006,5,4,2.25 +"2035",1332419,2006,6,4,8.5 +"2036",1332419,2006,7,3,2 +"2037",1332419,2006,8,2,1.5 +"2038",1332419,2006,9,1,2 +"2039",1332419,2006,11,1,3 +"2040",1332419,2006,12,4,1.75 +"2041",1332419,2007,1,3,2.33333333333333 +"2042",1332419,2007,2,1,1 +"2043",1332419,2007,3,4,3.75 +"2044",1332419,2007,4,5,3 +"2045",1332419,2007,5,4,2 +"2046",1332419,2007,6,1,2 +"2047",1332419,2007,7,2,2 +"2048",1332419,2007,8,5,2.8 +"2049",1332419,2007,9,3,6.66666666666667 +"2050",1332419,2007,11,3,6.66666666666667 +"2051",1332419,2007,12,2,1.5 +"2052",1332419,2008,1,2,1 +"2053",1332419,2008,2,1,2 +"2054",1332419,2008,3,3,1.66666666666667 +"2055",1332419,2008,4,4,1.25 +"2056",1332419,2008,5,3,2 +"2057",1332419,2008,6,1,3 +"2058",1332419,2008,7,4,2.25 +"2059",1332419,2008,9,3,2.66666666666667 +"2060",1332419,2008,10,6,1.83333333333333 +"2061",1332419,2008,11,2,1.5 +"2062",1332419,2008,12,1,2 +"2063",1332419,2009,1,2,2 +"2064",1332419,2009,2,2,3 +"2065",1332419,2009,3,2,1 +"2066",1332419,2009,4,2,2.5 +"2067",1332419,2009,6,3,1.33333333333333 +"2068",1332419,2009,7,2,2 +"2069",1332419,2009,8,2,1.5 +"2070",1332419,2009,9,3,1.66666666666667 +"2071",1332419,2009,10,2,1 +"2072",1332419,2009,11,2,3.5 +"2073",1332419,2009,12,1,2 +"2074",1332419,2010,2,3,1.33333333333333 +"2075",1332419,2010,3,2,3 +"2076",1332419,2010,4,1,2 +"2077",1332419,2010,5,2,1.5 +"2078",1332419,2010,6,4,2.5 +"2079",1332419,2010,7,4,1.5 +"2080",1332419,2010,8,3,1.66666666666667 +"2081",1332419,2010,9,3,2 +"2082",1332419,2010,10,4,1.75 +"2083",1332419,2010,11,4,3 +"2084",1332419,2010,12,4,1.5 +"2085",1332419,2011,1,5,1.2 +"2086",1332419,2011,3,3,1.33333333333333 +"2087",1332419,2011,5,2,1.5 +"2088",1332419,2011,6,2,1 +"2089",1332419,2011,7,3,2.33333333333333 +"2090",1332419,2011,8,3,1.33333333333333 +"2091",1332419,2011,9,6,1.5 +"2092",1332419,2011,10,2,1.5 +"2093",1332419,2011,11,1,2 +"2094",1332419,2011,12,5,1.6 +"2095",1332419,2012,1,3,1.66666666666667 +"2096",1332419,2012,2,2,6 +"2097",1332419,2012,3,4,1.75 +"2098",1332419,2012,4,5,1.2 +"2099",1332419,2012,5,4,2 +"2100",1332419,2012,6,1,2 +"2101",1332419,2012,7,6,1.66666666666667 +"2102",1332419,2012,8,6,1.83333333333333 +"2103",1332419,2012,9,4,1.75 +"2104",1332419,2012,10,3,1.66666666666667 +"2105",1332419,2012,11,4,7 +"2106",1332419,2012,12,2,2 +"2107",1332419,2013,1,3,2 +"2108",1332419,2013,2,1,2 +"2109",1332419,2013,3,6,2.66666666666667 +"2110",1332419,2013,4,4,1.75 +"2111",1332419,2013,5,4,2.25 +"2112",1332419,2013,6,4,1.5 +"2113",1332419,2013,7,2,1.5 +"2114",1332419,2013,8,2,2.5 +"2115",1332419,2013,9,2,1.5 +"2116",1332419,2013,10,4,3 +"2117",1332419,2013,11,2,1.5 +"2118",1332419,2013,12,1,2 +"2119",1332419,2014,1,6,1.5 +"2120",1332419,2014,3,2,2.5 +"2121",1332419,2014,4,4,2 +"2122",1332419,2014,5,5,1.8 +"2123",1332419,2014,6,4,1.75 +"2124",1332419,2014,8,2,1.5 +"2125",1332419,2014,9,4,2 +"2126",1332419,2014,10,5,1.8 +"2127",1332419,2014,11,4,2.5 +"2128",1332419,2014,12,2,1.5 +"2129",1332419,2015,1,3,3.33333333333333 +"2130",1332419,2015,2,2,2 +"2131",1332419,2015,3,7,2 +"2132",1332419,2015,4,8,6 +"2133",1332419,2015,5,4,1.75 +"2134",1332419,2015,6,2,2.5 +"2135",1332419,2015,7,4,2 +"2136",1332419,2015,8,4,2 +"2137",1332419,2015,11,4,4.25 +"2138",1332419,2015,12,1,1 +"2139",1332419,2016,1,2,2 +"2140",1332419,2016,2,3,2 +"2141",1332419,2016,3,2,3.5 +"2142",1332419,2016,4,2,2 +"2143",1332419,2016,5,3,1.66666666666667 +"2144",1332419,2016,6,4,3.25 +"2145",1332419,2016,7,2,1.5 +"2146",1332419,2016,8,3,2.33333333333333 +"2147",1332419,2016,9,2,2.5 +"2148",1332419,2016,10,3,1.33333333333333 +"2149",1332419,2016,11,3,2.33333333333333 +"2150",1332419,2016,12,2,2.5 +"2151",1332419,2017,1,1,11 +"2152",1332419,2017,2,2,2 +"2153",1332419,2017,3,2,6.5 +"2154",1332419,2017,5,2,1 +"2155",1332419,2017,6,3,1.33333333333333 +"2156",1332419,2017,7,3,3 +"2157",1332419,2017,8,3,1.66666666666667 +"2158",1332419,2017,9,2,1 +"2159",1332419,2017,10,3,2 +"2160",1332419,2017,11,4,1.75 +"2161",1332419,2017,12,3,1.66666666666667 +"2162",1332419,2018,1,6,2.5 +"2163",1332419,2018,2,5,1.8 +"2164",1332419,2018,3,3,2 +"2165",1332419,2018,4,3,6 +"2166",1332419,2018,5,3,2.33333333333333 +"2167",1332419,2018,6,4,1.5 +"2168",1332419,2018,7,2,1 +"2169",1332419,2018,8,2,2 +"2170",1332419,2018,9,9,2 +"2171",1332419,2018,10,5,1.4 +"2172",1332419,2018,11,7,1.85714285714286 +"2173",1332419,2018,12,6,1.66666666666667 +"2174",1332419,2019,1,3,1.66666666666667 +"2175",1332419,2019,2,5,2.4 +"2176",1332419,2019,3,5,4.4 +"2177",1332419,2019,4,4,1.75 +"2178",1332419,2019,5,3,6 +"2179",1332419,2019,6,1,2 +"2180",1332419,2019,7,4,1.75 +"2181",1332419,2019,8,2,3.5 +"2182",1332419,2019,9,3,1.33333333333333 +"2183",1332419,2019,10,5,2.2 +"2184",1332419,2019,12,4,2.5 +"2185",1332419,2020,1,2,2 +"2186",1332419,2020,2,2,1 +"2187",1332419,2020,3,5,3 +"2188",1332419,2020,4,3,1.66666666666667 +"2189",1332419,2020,5,4,2.5 +"2190",1332419,2020,6,5,3 +"2191",1332419,2020,7,6,2 +"2192",1332419,2020,8,5,2 +"2193",1332419,2020,9,8,1.625 +"2194",1332419,2020,10,3,1.33333333333333 +"2195",1332419,2020,11,3,1.66666666666667 +"2196",1332419,2020,12,2,1.5 +"2197",1332419,2021,1,5,2 +"2198",1332419,2021,2,3,2 +"2199",1332419,2021,3,4,5 +"2200",1332419,2021,4,2,1.5 +"2201",1332419,2021,5,5,1.6 +"2202",1332419,2021,6,4,1.25 +"2203",1332419,2021,8,4,1.25 +"2204",1332419,2021,9,1,1 +"2205",1332419,2021,10,2,1 +"2206",1332419,2021,11,2,4 +"2207",1332419,2021,12,4,2.25 +"2208",1332419,2022,2,5,2.4 +"2209",1332419,2022,3,5,3.4 +"2210",1332419,2022,4,4,1.75 +"2211",1332419,2022,5,4,1.25 +"2212",1332419,2022,6,6,1.83333333333333 +"2213",1332419,2022,7,1,2 +"2214",1332419,2022,8,3,2.33333333333333 +"2215",1332419,2022,9,3,2 +"2216",1332419,2022,10,1,2 +"2217",1332419,2022,11,2,4.5 +"2218",1332419,2022,12,2,1.5 +"2219",1332419,2023,1,6,3 +"2220",1332419,2023,2,3,1.66666666666667 +"2221",1332419,2023,3,2,5.5 +"2222",1332419,2023,4,4,2.25 +"2223",1332419,2023,5,6,1.83333333333333 +"2224",1539411,1991,1,10,2 +"2225",1539411,1991,2,14,2.07142857142857 +"2226",1539411,1991,3,15,1.86666666666667 +"2227",1539411,1991,4,11,2 +"2228",1539411,1991,5,19,3.47368421052632 +"2229",1539411,1991,6,16,2.6875 +"2230",1539411,1991,7,17,2.82352941176471 +"2231",1539411,1991,8,23,1.95652173913043 +"2232",1539411,1991,9,19,1.78947368421053 +"2233",1539411,1991,10,17,2.70588235294118 +"2234",1539411,1991,11,11,1.81818181818182 +"2235",1539411,1991,12,19,2.21052631578947 +"2236",1539411,1992,1,4,1.5 +"2237",1539411,1992,3,3,2 +"2238",1539411,1992,4,1,2 +"2239",1539411,1992,5,1,5 +"2240",1539411,1992,6,4,2.75 +"2241",1539411,1992,7,1,1 +"2242",1539411,1992,8,1,1 +"2243",1539411,1992,9,2,1.5 +"2244",1539411,1992,10,1,2 +"2245",1539411,1992,11,1,4 +"2246",1539411,1992,12,1,2 +"2247",1539411,1993,1,2,3 +"2248",1539411,1993,2,1,1 +"2249",1539411,1993,3,2,3.5 +"2250",1539411,1993,4,1,2 +"2251",1539411,1993,5,2,2 +"2252",1539411,1993,6,2,2 +"2253",1539411,1993,7,1,1 +"2254",1539411,1993,8,1,1 +"2255",1539411,1993,9,3,2 +"2256",1539411,1993,11,1,1 +"2257",1539411,1994,1,1,1 +"2258",1539411,1994,2,3,2.66666666666667 +"2259",1539411,1994,4,2,1.5 +"2260",1539411,1994,7,1,1 +"2261",1539411,1994,8,1,3 +"2262",1539411,1994,9,4,1.5 +"2263",1539411,1994,10,2,3 +"2264",1539411,1994,11,5,2.2 +"2265",1539411,1994,12,1,6 +"2266",1539411,1995,1,3,3.33333333333333 +"2267",1539411,1995,2,1,3 +"2268",1539411,1995,4,4,1.5 +"2269",1539411,1995,5,1,2 +"2270",1539411,1995,6,4,4.5 +"2271",1539411,1995,8,1,2 +"2272",1539411,1995,9,1,2 +"2273",1539411,1995,10,1,1 +"2274",1539411,1995,11,3,1 +"2275",1539411,1995,12,3,1.33333333333333 +"2276",1539411,1996,1,3,2 +"2277",1539411,1996,2,2,1.5 +"2278",1539411,1996,4,3,1.66666666666667 +"2279",1539411,1996,5,1,2 +"2280",1539411,1996,6,4,1.75 +"2281",1539411,1996,7,2,1.5 +"2282",1539411,1996,8,1,2 +"2283",1539411,1996,9,3,3 +"2284",1539411,1996,10,2,1 +"2285",1539411,1996,11,4,1.75 +"2286",1539411,1997,1,4,2.25 +"2287",1539411,1997,2,1,2 +"2288",1539411,1997,3,1,3 +"2289",1539411,1997,4,1,4 +"2290",1539411,1997,5,1,1 +"2291",1539411,1997,6,2,2 +"2292",1539411,1997,7,4,2 +"2293",1539411,1997,9,2,1 +"2294",1539411,1997,11,1,3 +"2295",1539411,1997,12,1,1 +"2296",1539411,1998,1,2,1 +"2297",1539411,1998,2,2,1.5 +"2298",1539411,1998,3,3,2.33333333333333 +"2299",1539411,1998,6,2,3 +"2300",1539411,1998,7,1,2 +"2301",1539411,1998,8,5,2.2 +"2302",1539411,1998,9,2,2.5 +"2303",1539411,1998,10,1,2 +"2304",1539411,1998,11,1,2 +"2305",1539411,1998,12,3,1.33333333333333 +"2306",1539411,1999,1,4,9.75 +"2307",1539411,1999,2,2,1.5 +"2308",1539411,1999,3,2,2 +"2309",1539411,1999,4,1,7 +"2310",1539411,1999,5,3,2.66666666666667 +"2311",1539411,1999,6,2,8 +"2312",1539411,1999,7,1,2 +"2313",1539411,1999,8,3,1.66666666666667 +"2314",1539411,1999,9,2,3.5 +"2315",1539411,1999,10,3,11.6666666666667 +"2316",1539411,1999,11,3,1.33333333333333 +"2317",1539411,1999,12,3,2 +"2318",1539411,2000,1,4,3.25 +"2319",1539411,2000,3,2,2.5 +"2320",1539411,2000,4,1,1 +"2321",1539411,2000,5,1,4 +"2322",1539411,2000,6,4,1.75 +"2323",1539411,2000,7,1,2 +"2324",1539411,2000,8,2,1.5 +"2325",1539411,2000,9,1,1 +"2326",1539411,2000,10,3,1.66666666666667 +"2327",1539411,2000,11,2,2.5 +"2328",1539411,2000,12,4,6.5 +"2329",1539411,2001,1,3,1.66666666666667 +"2330",1539411,2001,2,3,1.66666666666667 +"2331",1539411,2001,3,2,1 +"2332",1539411,2001,4,3,1.66666666666667 +"2333",1539411,2001,5,2,4.5 +"2334",1539411,2001,6,3,3.33333333333333 +"2335",1539411,2001,7,5,2.6 +"2336",1539411,2001,8,3,1.66666666666667 +"2337",1539411,2001,9,2,1.5 +"2338",1539411,2001,10,2,2.5 +"2339",1539411,2001,11,1,25 +"2340",1539411,2001,12,5,1.8 +"2341",1539411,2002,3,3,1.66666666666667 +"2342",1539411,2002,4,3,2 +"2343",1539411,2002,5,5,2.2 +"2344",1539411,2002,6,1,2 +"2345",1539411,2002,7,6,1.66666666666667 +"2346",1539411,2002,8,2,1 +"2347",1539411,2002,9,1,1 +"2348",1539411,2002,10,1,1 +"2349",1539411,2002,11,3,1.33333333333333 +"2350",1539411,2002,12,2,2 +"2351",1539411,2003,1,3,3 +"2352",1539411,2003,2,1,1 +"2353",1539411,2003,3,3,1.66666666666667 +"2354",1539411,2003,4,2,4 +"2355",1539411,2003,5,2,2 +"2356",1539411,2003,6,1,2 +"2357",1539411,2003,7,3,4.33333333333333 +"2358",1539411,2003,8,1,5 +"2359",1539411,2003,9,5,1.4 +"2360",1539411,2003,10,4,1.5 +"2361",1539411,2003,11,4,1.5 +"2362",1539411,2003,12,3,2 +"2363",1539411,2004,1,1,2 +"2364",1539411,2004,2,2,1.5 +"2365",1539411,2004,3,4,2 +"2366",1539411,2004,5,3,1.33333333333333 +"2367",1539411,2004,6,4,2.5 +"2368",1539411,2004,7,4,2 +"2369",1539411,2004,8,1,1 +"2370",1539411,2004,9,2,1.5 +"2371",1539411,2004,11,2,4 +"2372",1539411,2004,12,3,2.66666666666667 +"2373",1539411,2005,2,8,2 +"2374",1539411,2005,3,2,1.5 +"2375",1539411,2005,4,3,1.66666666666667 +"2376",1539411,2005,5,2,2 +"2377",1539411,2005,6,4,2.5 +"2378",1539411,2005,8,3,1.33333333333333 +"2379",1539411,2005,9,4,2.75 +"2380",1539411,2005,10,2,1.5 +"2381",1539411,2005,11,6,2.16666666666667 +"2382",1539411,2006,1,5,1.8 +"2383",1539411,2006,2,3,1.66666666666667 +"2384",1539411,2006,3,2,2 +"2385",1539411,2006,5,4,2.25 +"2386",1539411,2006,6,4,8.5 +"2387",1539411,2006,7,3,2 +"2388",1539411,2006,8,2,1.5 +"2389",1539411,2006,9,1,2 +"2390",1539411,2006,11,1,3 +"2391",1539411,2006,12,4,1.75 +"2392",1539411,2007,1,3,2.33333333333333 +"2393",1539411,2007,2,1,1 +"2394",1539411,2007,3,4,3.75 +"2395",1539411,2007,4,5,3 +"2396",1539411,2007,5,4,2 +"2397",1539411,2007,6,1,2 +"2398",1539411,2007,7,2,2 +"2399",1539411,2007,8,5,2.8 +"2400",1539411,2007,9,3,6.66666666666667 +"2401",1539411,2007,11,3,6.66666666666667 +"2402",1539411,2007,12,2,1.5 +"2403",1539411,2008,1,2,1 +"2404",1539411,2008,2,1,2 +"2405",1539411,2008,3,3,1.66666666666667 +"2406",1539411,2008,4,4,1.25 +"2407",1539411,2008,5,3,2 +"2408",1539411,2008,6,1,3 +"2409",1539411,2008,7,4,2.25 +"2410",1539411,2008,9,3,2.66666666666667 +"2411",1539411,2008,10,6,1.83333333333333 +"2412",1539411,2008,11,2,1.5 +"2413",1539411,2008,12,1,2 +"2414",1539411,2009,1,2,2 +"2415",1539411,2009,2,2,3 +"2416",1539411,2009,3,2,1 +"2417",1539411,2009,4,2,2.5 +"2418",1539411,2009,6,3,1.33333333333333 +"2419",1539411,2009,7,2,2 +"2420",1539411,2009,8,2,1.5 +"2421",1539411,2009,9,3,1.66666666666667 +"2422",1539411,2009,10,2,1 +"2423",1539411,2009,11,2,3.5 +"2424",1539411,2009,12,1,2 +"2425",1539411,2010,2,3,1.33333333333333 +"2426",1539411,2010,3,2,3 +"2427",1539411,2010,4,1,2 +"2428",1539411,2010,5,2,1.5 +"2429",1539411,2010,6,4,2.5 +"2430",1539411,2010,7,4,1.5 +"2431",1539411,2010,8,3,1.66666666666667 +"2432",1539411,2010,9,3,2 +"2433",1539411,2010,10,4,1.75 +"2434",1539411,2010,11,4,3 +"2435",1539411,2010,12,4,1.5 +"2436",1539411,2011,1,5,1.2 +"2437",1539411,2011,3,3,1.33333333333333 +"2438",1539411,2011,5,2,1.5 +"2439",1539411,2011,6,2,1 +"2440",1539411,2011,7,3,2.33333333333333 +"2441",1539411,2011,8,3,1.33333333333333 +"2442",1539411,2011,9,6,1.5 +"2443",1539411,2011,10,2,1.5 +"2444",1539411,2011,11,1,2 +"2445",1539411,2011,12,5,1.6 +"2446",1539411,2012,1,3,1.66666666666667 +"2447",1539411,2012,2,2,6 +"2448",1539411,2012,3,4,1.75 +"2449",1539411,2012,4,5,1.2 +"2450",1539411,2012,5,4,2 +"2451",1539411,2012,6,1,2 +"2452",1539411,2012,7,6,1.66666666666667 +"2453",1539411,2012,8,6,1.83333333333333 +"2454",1539411,2012,9,4,1.75 +"2455",1539411,2012,10,3,1.66666666666667 +"2456",1539411,2012,11,4,7 +"2457",1539411,2012,12,2,2 +"2458",1539411,2013,1,3,2 +"2459",1539411,2013,2,1,2 +"2460",1539411,2013,3,6,2.66666666666667 +"2461",1539411,2013,4,4,1.75 +"2462",1539411,2013,5,4,2.25 +"2463",1539411,2013,6,4,1.5 +"2464",1539411,2013,7,2,1.5 +"2465",1539411,2013,8,2,2.5 +"2466",1539411,2013,9,2,1.5 +"2467",1539411,2013,10,4,3 +"2468",1539411,2013,11,2,1.5 +"2469",1539411,2013,12,1,2 +"2470",1539411,2014,1,6,1.5 +"2471",1539411,2014,3,2,2.5 +"2472",1539411,2014,4,4,2 +"2473",1539411,2014,5,5,1.8 +"2474",1539411,2014,6,4,1.75 +"2475",1539411,2014,8,2,1.5 +"2476",1539411,2014,9,4,2 +"2477",1539411,2014,10,5,1.8 +"2478",1539411,2014,11,4,2.5 +"2479",1539411,2014,12,2,1.5 +"2480",1539411,2015,1,3,3.33333333333333 +"2481",1539411,2015,2,2,2 +"2482",1539411,2015,3,7,2 +"2483",1539411,2015,4,8,6 +"2484",1539411,2015,5,4,1.75 +"2485",1539411,2015,6,2,2.5 +"2486",1539411,2015,7,4,2 +"2487",1539411,2015,8,4,2 +"2488",1539411,2015,11,4,4.25 +"2489",1539411,2015,12,1,1 +"2490",1539411,2016,1,2,2 +"2491",1539411,2016,2,3,2 +"2492",1539411,2016,3,2,3.5 +"2493",1539411,2016,4,2,2 +"2494",1539411,2016,5,3,1.66666666666667 +"2495",1539411,2016,6,4,3.25 +"2496",1539411,2016,7,2,1.5 +"2497",1539411,2016,8,3,2.33333333333333 +"2498",1539411,2016,9,2,2.5 +"2499",1539411,2016,10,3,1.33333333333333 +"2500",1539411,2016,11,3,2.33333333333333 +"2501",1539411,2016,12,2,2.5 +"2502",1539411,2017,1,1,11 +"2503",1539411,2017,2,2,2 +"2504",1539411,2017,3,2,6.5 +"2505",1539411,2017,5,2,1 +"2506",1539411,2017,6,3,1.33333333333333 +"2507",1539411,2017,7,3,3 +"2508",1539411,2017,8,3,1.66666666666667 +"2509",1539411,2017,9,2,1 +"2510",1539411,2017,10,3,2 +"2511",1539411,2017,11,4,1.75 +"2512",1539411,2017,12,3,1.66666666666667 +"2513",1539411,2018,1,6,2.5 +"2514",1539411,2018,2,5,1.8 +"2515",1539411,2018,3,3,2 +"2516",1539411,2018,4,3,6 +"2517",1539411,2018,5,3,2.33333333333333 +"2518",1539411,2018,6,4,1.5 +"2519",1539411,2018,7,2,1 +"2520",1539411,2018,8,2,2 +"2521",1539411,2018,9,9,2 +"2522",1539411,2018,10,5,1.4 +"2523",1539411,2018,11,7,1.85714285714286 +"2524",1539411,2018,12,6,1.66666666666667 +"2525",1539411,2019,1,3,1.66666666666667 +"2526",1539411,2019,2,5,2.4 +"2527",1539411,2019,3,5,4.4 +"2528",1539411,2019,4,4,1.75 +"2529",1539411,2019,5,3,6 +"2530",1539411,2019,6,1,2 +"2531",1539411,2019,7,4,1.75 +"2532",1539411,2019,8,2,3.5 +"2533",1539411,2019,9,3,1.33333333333333 +"2534",1539411,2019,10,5,2.2 +"2535",1539411,2019,12,4,2.5 +"2536",1539411,2020,1,2,2 +"2537",1539411,2020,2,2,1 +"2538",1539411,2020,3,5,3 +"2539",1539411,2020,4,3,1.66666666666667 +"2540",1539411,2020,5,4,2.5 +"2541",1539411,2020,6,5,3 +"2542",1539411,2020,7,6,2 +"2543",1539411,2020,8,5,2 +"2544",1539411,2020,9,8,1.625 +"2545",1539411,2020,10,3,1.33333333333333 +"2546",1539411,2020,11,3,1.66666666666667 +"2547",1539411,2020,12,2,1.5 +"2548",1539411,2021,1,5,2 +"2549",1539411,2021,2,3,2 +"2550",1539411,2021,3,4,5 +"2551",1539411,2021,4,2,1.5 +"2552",1539411,2021,5,5,1.6 +"2553",1539411,2021,6,4,1.25 +"2554",1539411,2021,8,4,1.25 +"2555",1539411,2021,9,1,1 +"2556",1539411,2021,10,2,1 +"2557",1539411,2021,11,2,4 +"2558",1539411,2021,12,4,2.25 +"2559",1539411,2022,2,5,2.4 +"2560",1539411,2022,3,5,3.4 +"2561",1539411,2022,4,4,1.75 +"2562",1539411,2022,5,4,1.25 +"2563",1539411,2022,6,6,1.83333333333333 +"2564",1539411,2022,7,1,2 +"2565",1539411,2022,8,3,2.33333333333333 +"2566",1539411,2022,9,3,2 +"2567",1539411,2022,10,1,2 +"2568",1539411,2022,11,2,4.5 +"2569",1539411,2022,12,2,1.5 +"2570",1539411,2023,1,6,3 +"2571",1539411,2023,2,3,1.66666666666667 +"2572",1539411,2023,3,2,5.5 +"2573",1539411,2023,4,4,2.25 +"2574",1539411,2023,5,6,1.83333333333333 +"2575",1545959,1996,7,1,1 +"2576",1545959,1996,8,3,1 +"2577",1545959,1996,9,1,1 +"2578",1545959,1996,10,1,1 +"2579",1545959,1996,12,2,1 +"2580",1545959,1997,2,3,1.33333333333333 +"2581",1545959,1997,5,2,1 +"2582",1545959,1997,7,1,1 +"2583",1545959,1997,9,2,1 +"2584",1545959,1998,1,1,1 +"2585",1545959,1998,3,2,1 +"2586",1545959,1998,4,1,1 +"2587",1545959,1998,5,1,1 +"2588",1545959,1998,7,1,1 +"2589",1545959,1998,9,2,1 +"2590",1545959,1998,10,1,1 +"2591",1545959,1998,11,1,1 +"2592",1545959,1999,1,2,1 +"2593",1545959,1999,5,2,1 +"2594",1545959,1999,6,1,1 +"2595",1545959,1999,8,1,1 +"2596",1545959,1999,12,3,1 +"2597",1545959,2000,4,1,1 +"2598",1545959,2000,6,1,1 +"2599",1545959,2000,7,1,1 +"2600",1545959,2000,10,1,1 +"2601",1545959,2000,11,2,1 +"2602",1545959,2001,1,1,1 +"2603",1545959,2001,2,1,1 +"2604",1545959,2001,4,2,1 +"2605",1545959,2001,5,2,1 +"2606",1545959,2001,7,1,1 +"2607",1545959,2001,8,1,1 +"2608",1545959,2001,9,1,1 +"2609",1545959,2001,10,1,1 +"2610",1545959,2002,1,1,1 +"2611",1545959,2002,3,1,1 +"2612",1545959,2002,4,1,1 +"2613",1545959,2002,5,1,1 +"2614",1545959,2002,7,4,1 +"2615",1545959,2002,8,1,1 +"2616",1545959,2002,10,2,1 +"2617",1545959,2002,12,1,1 +"2618",1545959,2003,2,2,1 +"2619",1545959,2003,3,1,1 +"2620",1545959,2003,5,1,1 +"2621",1545959,2003,6,1,1 +"2622",1545959,2003,7,1,1 +"2623",1545959,2003,9,1,1 +"2624",1545959,2003,10,2,1 +"2625",1545959,2003,11,1,1 +"2626",1545959,2003,12,1,1 +"2627",1545959,2004,1,2,1 +"2628",1545959,2004,2,3,1 +"2629",1545959,2004,3,2,1 +"2630",1545959,2004,4,1,1 +"2631",1545959,2004,5,1,1 +"2632",1545959,2004,6,1,1 +"2633",1545959,2004,7,1,1 +"2634",1545959,2004,8,2,1 +"2635",1545959,2004,10,2,1 +"2636",1545959,2004,12,1,1 +"2637",1545959,2005,2,1,1 +"2638",1545959,2005,3,1,1 +"2639",1545959,2005,4,5,1 +"2640",1545959,2005,6,2,1 +"2641",1545959,2005,8,2,1 +"2642",1545959,2005,9,1,1 +"2643",1545959,2005,10,1,1 +"2644",1545959,2005,11,2,1 +"2645",1545959,2006,1,1,1 +"2646",1545959,2006,2,2,1 +"2647",1545959,2006,4,1,1 +"2648",1545959,2006,5,1,1 +"2649",1545959,2006,6,2,1 +"2650",1545959,2006,8,2,1 +"2651",1545959,2006,10,4,1 +"2652",1545959,2007,1,3,1 +"2653",1545959,2007,2,2,1 +"2654",1545959,2007,3,1,1 +"2655",1545959,2007,5,1,1 +"2656",1545959,2007,6,2,1 +"2657",1545959,2007,7,2,1 +"2658",1545959,2007,11,2,1 +"2659",1545959,2007,12,1,1 +"2660",1545959,2008,1,1,1 +"2661",1545959,2008,2,2,1 +"2662",1545959,2008,3,1,1 +"2663",1545959,2008,6,2,1 +"2664",1545959,2008,8,2,1 +"2665",1545959,2008,9,1,1 +"2666",1545959,2008,10,2,1 +"2667",1545959,2009,3,1,1 +"2668",1545959,2009,4,1,1 +"2669",1545959,2009,5,1,1 +"2670",1545959,2009,6,1,1 +"2671",1545959,2009,7,1,1 +"2672",1545959,2009,8,1,1 +"2673",1545959,2009,9,2,1 +"2674",1545959,2009,10,1,1 +"2675",1545959,2010,3,2,1 +"2676",1545959,2010,6,2,1 +"2677",1545959,2010,8,2,1 +"2678",1545959,2010,9,2,1 +"2679",1545959,2010,10,1,1 +"2680",1545959,2010,12,2,1 +"2681",1545959,2011,5,2,1 +"2682",1545959,2011,6,1,1 +"2683",1545959,2011,7,1,1 +"2684",1545959,2011,8,1,1 +"2685",1545959,2011,9,2,1 +"2686",1545959,2011,12,1,1 +"2687",1545959,2012,1,2,1 +"2688",1545959,2012,3,1,1 +"2689",1545959,2012,5,1,1 +"2690",1545959,2012,6,1,1 +"2691",1545959,2012,7,1,1 +"2692",1545959,2012,9,3,1 +"2693",1545959,2012,10,2,1 +"2694",1545959,2013,4,1,1 +"2695",1545959,2013,6,2,1 +"2696",1545959,2013,7,2,1 +"2697",1545959,2013,9,2,1 +"2698",1545959,2013,10,1,1 +"2699",1545959,2013,11,1,1 +"2700",1545959,2014,1,1,1 +"2701",1545959,2014,2,2,1 +"2702",1545959,2014,4,2,1 +"2703",1545959,2014,5,2,1 +"2704",1545959,2014,10,1,1 +"2705",1545959,2014,12,1,1 +"2706",1545959,2015,1,2,1 +"2707",1545959,2015,2,1,1 +"2708",1545959,2015,4,1,1 +"2709",1545959,2015,5,2,1 +"2710",1545959,2015,6,1,1 +"2711",1545959,2015,8,3,1 +"2712",1545959,2015,9,1,1 +"2713",1545959,2016,4,2,1 +"2714",1545959,2016,5,4,1 +"2715",1545959,2016,7,2,1 +"2716",1545959,2016,8,3,1 +"2717",1545959,2016,9,2,1 +"2718",1545959,2016,10,3,1 +"2719",1545959,2016,11,1,1 +"2720",1545959,2016,12,4,1 +"2721",1545959,2017,1,1,1 +"2722",1545959,2017,2,1,1 +"2723",1545959,2017,5,1,1 +"2724",1545959,2017,8,4,1 +"2725",1545959,2017,9,3,1 +"2726",1545959,2017,10,1,1 +"2727",1545959,2017,12,4,1 +"2728",1545959,2018,2,1,1 +"2729",1545959,2018,3,3,1 +"2730",1545959,2018,4,1,1 +"2731",1545959,2018,5,1,2 +"2732",1545959,2018,6,3,1 +"2733",1545959,2018,7,4,1.25 +"2734",1545959,2018,8,2,1 +"2735",1545959,2018,9,1,2 +"2736",1545959,2018,11,2,1 +"2737",1545959,2018,12,1,1 +"2738",1545959,2019,1,1,1 +"2739",1545959,2019,3,2,1 +"2740",1545959,2019,4,1,1 +"2741",1545959,2019,5,2,1 +"2742",1545959,2019,6,2,1 +"2743",1545959,2019,7,2,1 +"2744",1545959,2019,8,2,1 +"2745",1545959,2019,9,1,1 +"2746",1545959,2019,10,3,1 +"2747",1545959,2019,11,1,1 +"2748",1545959,2019,12,4,1 +"2749",1545959,2020,1,3,1.33333333333333 +"2750",1545959,2020,3,1,1 +"2751",1545959,2020,4,3,1 +"2752",1545959,2020,7,3,1 +"2753",1545959,2020,8,2,1 +"2754",1545959,2020,9,1,1 +"2755",1545959,2020,11,2,1 +"2756",1545959,2020,12,2,1 +"2757",1545959,2021,1,2,1 +"2758",1545959,2021,4,2,1 +"2759",1545959,2021,6,2,1 +"2760",1545959,2021,7,2,1 +"2761",1545959,2021,8,3,1 +"2762",1545959,2021,9,3,1 +"2763",1545959,2021,10,2,1 +"2764",1545959,2021,11,4,1 +"2765",1545959,2021,12,1,1 +"2766",1545959,2022,2,2,1 +"2767",1545959,2022,3,1,1 +"2768",1545959,2022,4,3,1 +"2769",1545959,2022,5,1,1 +"2770",1545959,2022,6,1,1 +"2771",1545959,2022,7,2,1 +"2772",1545959,2022,8,2,1 +"2773",1545959,2022,9,1,1 +"2774",1545959,2022,10,2,1 +"2775",1545959,2022,11,1,1 +"2776",1545959,2022,12,2,1 +"2777",1545959,2023,1,3,1 +"2778",1545959,2023,2,2,1 +"2779",1545959,2023,4,2,1 +"2780",1545959,2023,5,1,1 +"2781",3001079,2018,3,1,1 +"2782",3001079,2020,5,1,1 +"2783",4057420,1955,4,2,1 +"2784",4057420,1955,11,1,1 +"2785",4057420,1960,4,1,1 +"2786",4057420,1962,1,1,1 +"2787",4057420,1963,6,1,1 +"2788",4057420,1967,4,1,1 +"2789",4057420,1973,6,1,1 +"2790",4057420,1979,6,1,2 +"2791",4057420,1979,12,1,1 +"2792",4057420,1984,11,1,1 +"2793",4057420,1985,4,1,5 +"2794",4057420,1986,4,1,5 +"2795",4057420,1986,6,1,1 +"2796",4057420,1988,5,1,1 +"2797",4057420,1988,6,1,1 +"2798",4057420,1989,5,1,5 +"2799",4057420,1990,5,1,5 +"2800",4057420,1990,6,1,1 +"2801",4057420,1990,9,1,1 +"2802",4057420,1991,1,1,1 +"2803",4057420,1991,3,1,1 +"2804",4057420,1991,8,1,1 +"2805",4057420,1991,9,1,1 +"2806",4057420,1991,10,1,2 +"2807",4057420,1992,5,2,3 +"2808",4057420,1992,11,2,1.5 +"2809",4057420,1993,2,1,2 +"2810",4057420,1993,6,1,5 +"2811",4057420,1994,2,1,2 +"2812",4057420,1994,5,1,15 +"2813",4057420,1994,6,1,1 +"2814",4057420,1994,8,1,6 +"2815",4057420,1994,9,1,1 +"2816",4057420,1994,10,1,2 +"2817",4057420,1995,6,2,2 +"2818",4057420,1995,7,1,1 +"2819",4057420,1995,9,1,1 +"2820",4057420,1996,6,2,1.5 +"2821",4057420,1996,10,1,1 +"2822",4057420,1996,11,2,2 +"2823",4057420,1997,2,1,1 +"2824",4057420,1997,6,2,2 +"2825",4057420,1997,8,1,1 +"2826",4057420,1997,11,1,2 +"2827",4057420,1998,2,1,2 +"2828",4057420,1998,7,1,1 +"2829",4057420,1998,8,1,5 +"2830",4057420,1998,9,1,1 +"2831",4057420,1998,10,1,1 +"2832",4057420,1999,2,2,4 +"2833",4057420,1999,6,1,2 +"2834",4057420,1999,8,1,1 +"2835",4057420,1999,12,1,2 +"2836",4057420,2000,2,1,6 +"2837",4057420,2000,4,1,1 +"2838",4057420,2000,6,2,1.5 +"2839",4057420,2000,10,1,1 +"2840",4057420,2000,12,2,1.5 +"2841",4057420,2001,4,1,2 +"2842",4057420,2001,6,2,1.5 +"2843",4057420,2001,9,2,1 +"2844",4057420,2002,1,1,1 +"2845",4057420,2002,2,1,1 +"2846",4057420,2002,3,1,1 +"2847",4057420,2002,4,1,1 +"2848",4057420,2002,8,1,2 +"2849",4057420,2003,2,1,1 +"2850",4057420,2003,4,2,1 +"2851",4057420,2003,8,2,2 +"2852",4057420,2003,9,1,1 +"2853",4057420,2003,10,1,1 +"2854",4057420,2004,4,1,1 +"2855",4057420,2004,5,1,1 +"2856",4057420,2004,6,1,2 +"2857",4057420,2004,8,1,2 +"2858",4057420,2004,10,1,1 +"2859",4057420,2004,11,2,1 +"2860",4057420,2005,3,1,1 +"2861",4057420,2005,4,2,1.5 +"2862",4057420,2005,8,3,1.33333333333333 +"2863",4057420,2005,10,1,2 +"2864",4057420,2005,11,1,1 +"2865",4057420,2006,1,3,1 +"2866",4057420,2006,3,2,1 +"2867",4057420,2006,4,2,1 +"2868",4057420,2006,5,2,1.5 +"2869",4057420,2006,10,1,1 +"2870",4057420,2006,12,1,2 +"2871",4057420,2007,1,1,1 +"2872",4057420,2007,2,1,1 +"2873",4057420,2007,4,1,1 +"2874",4057420,2007,6,1,2 +"2875",4057420,2007,8,2,1.5 +"2876",4057420,2007,11,1,2 +"2877",4057420,2007,12,1,1 +"2878",4057420,2008,2,1,1 +"2879",4057420,2008,3,1,1 +"2880",4057420,2008,4,1,1 +"2881",4057420,2008,8,1,2 +"2882",4057420,2008,9,1,2 +"2883",4057420,2008,12,2,1 +"2884",4057420,2009,5,1,1 +"2885",4057420,2009,7,1,1 +"2886",4057420,2009,10,1,1 +"2887",4057420,2009,11,1,1 +"2888",4057420,2010,4,3,1 +"2889",4057420,2010,5,2,1 +"2890",4057420,2010,7,1,2 +"2891",4057420,2010,9,2,2.5 +"2892",4057420,2010,12,2,1.5 +"2893",4057420,2011,1,1,1 +"2894",4057420,2011,2,1,1 +"2895",4057420,2011,3,1,1 +"2896",4057420,2011,6,2,2 +"2897",4057420,2011,7,1,2 +"2898",4057420,2011,9,2,2 +"2899",4057420,2011,10,1,2 +"2900",4057420,2011,12,1,1 +"2901",4057420,2012,1,1,1 +"2902",4057420,2012,3,1,4 +"2903",4057420,2012,4,1,2 +"2904",4057420,2012,5,1,1 +"2905",4057420,2012,7,1,1 +"2906",4057420,2012,8,1,1 +"2907",4057420,2012,9,4,1.75 +"2908",4057420,2012,11,1,1 +"2909",4057420,2012,12,4,1.25 +"2910",4057420,2013,1,2,1 +"2911",4057420,2013,2,2,1 +"2912",4057420,2013,3,2,3 +"2913",4057420,2013,4,2,1.5 +"2914",4057420,2013,7,7,3 +"2915",4057420,2013,8,4,2.25 +"2916",4057420,2013,9,10,1.5 +"2917",4057420,2013,10,11,2.09090909090909 +"2918",4057420,2013,11,7,1.42857142857143 +"2919",4057420,2013,12,10,2.3 +"2920",4057420,2014,1,9,1.66666666666667 +"2921",4057420,2014,2,7,1.42857142857143 +"2922",4057420,2014,3,7,1.71428571428571 +"2923",4057420,2014,4,11,1.36363636363636 +"2924",4057420,2014,5,15,1.66666666666667 +"2925",4057420,2014,6,9,2.11111111111111 +"2926",4057420,2014,7,4,1.25 +"2927",4057420,2014,8,7,2.14285714285714 +"2928",4057420,2014,9,9,2.55555555555556 +"2929",4057420,2014,10,8,2.625 +"2930",4057420,2014,11,7,1.85714285714286 +"2931",4057420,2014,12,8,1.375 +"2932",4057420,2015,1,15,2 +"2933",4057420,2015,2,7,1.71428571428571 +"2934",4057420,2015,3,6,1.83333333333333 +"2935",4057420,2015,4,6,1.33333333333333 +"2936",4057420,2015,5,9,5.55555555555556 +"2937",4057420,2015,6,9,6.44444444444444 +"2938",4057420,2015,7,7,1.71428571428571 +"2939",4057420,2015,8,6,1.5 +"2940",4057420,2015,9,4,1 +"2941",4057420,2015,10,10,1.8 +"2942",4057420,2015,11,9,1.55555555555556 +"2943",4057420,2015,12,9,1.77777777777778 +"2944",4057420,2016,1,6,1.33333333333333 +"2945",4057420,2016,2,11,1.72727272727273 +"2946",4057420,2016,3,13,1.46153846153846 +"2947",4057420,2016,4,9,1.55555555555556 +"2948",4057420,2016,5,13,1.92307692307692 +"2949",4057420,2016,6,13,2.23076923076923 +"2950",4057420,2016,7,8,1.5 +"2951",4057420,2016,8,6,2 +"2952",4057420,2016,9,8,2.5 +"2953",4057420,2016,10,9,2.11111111111111 +"2954",4057420,2016,11,13,1.46153846153846 +"2955",4057420,2016,12,10,3.3 +"2956",4057420,2017,1,14,1.85714285714286 +"2957",4057420,2017,2,7,5.85714285714286 +"2958",4057420,2017,3,12,1.66666666666667 +"2959",4057420,2017,4,11,1.72727272727273 +"2960",4057420,2017,5,9,6.77777777777778 +"2961",4057420,2017,6,9,3.11111111111111 +"2962",4057420,2017,7,8,1.875 +"2963",4057420,2017,8,13,4.15384615384615 +"2964",4057420,2017,9,10,2 +"2965",4057420,2017,10,12,2.83333333333333 +"2966",4057420,2017,11,14,2.28571428571429 +"2967",4057420,2017,12,10,1.7 +"2968",4057420,2018,1,7,1.14285714285714 +"2969",4057420,2018,2,1,2 +"2970",4057420,2018,3,9,1.44444444444444 +"2971",4057420,2018,4,7,1.42857142857143 +"2972",4057420,2018,5,12,1.58333333333333 +"2973",4057420,2018,6,9,1.44444444444444 +"2974",4057420,2018,7,8,2.125 +"2975",4057420,2018,8,14,2.21428571428571 +"2976",4057420,2018,9,6,5.33333333333333 +"2977",4057420,2018,10,5,1 +"2978",4057420,2018,11,8,2.125 +"2979",4057420,2018,12,8,2 +"2980",4057420,2019,1,12,2 +"2981",4057420,2019,2,8,1.375 +"2982",4057420,2019,3,6,1.66666666666667 +"2983",4057420,2019,4,7,1.42857142857143 +"2984",4057420,2019,5,12,4.83333333333333 +"2985",4057420,2019,6,10,2.8 +"2986",4057420,2019,7,13,4.23076923076923 +"2987",4057420,2019,8,13,3.15384615384615 +"2988",4057420,2019,9,11,4.27272727272727 +"2989",4057420,2019,10,10,2.8 +"2990",4057420,2019,11,11,2.45454545454545 +"2991",4057420,2019,12,11,2 +"2992",4057420,2020,1,20,2.5 +"2993",4057420,2020,2,5,1.8 +"2994",4057420,2020,3,12,1.66666666666667 +"2995",4057420,2020,4,9,1.77777777777778 +"2996",4057420,2020,5,6,2.33333333333333 +"2997",4057420,2020,6,10,1.4 +"2998",4057420,2020,7,16,2.9375 +"2999",4057420,2020,8,14,2.71428571428571 +"3000",4057420,2020,9,9,4.22222222222222 +"3001",4057420,2020,10,9,1.77777777777778 +"3002",4057420,2020,11,12,2 +"3003",4057420,2020,12,15,1.6 +"3004",4057420,2021,1,10,1.7 +"3005",4057420,2021,2,11,1.81818181818182 +"3006",4057420,2021,3,14,1.85714285714286 +"3007",4057420,2021,4,10,1.6 +"3008",4057420,2021,5,9,2.44444444444444 +"3009",4057420,2021,6,10,2.9 +"3010",4057420,2021,7,20,1.65 +"3011",4057420,2021,8,10,3.4 +"3012",4057420,2021,9,11,1.72727272727273 +"3013",4057420,2021,10,14,1.57142857142857 +"3014",4057420,2021,11,14,2.28571428571429 +"3015",4057420,2021,12,15,2.13333333333333 +"3016",4057420,2022,1,8,1.625 +"3017",4057420,2022,2,6,1.5 +"3018",4057420,2022,3,13,1.92307692307692 +"3019",4057420,2022,4,12,1.83333333333333 +"3020",4057420,2022,5,10,1.5 +"3021",4057420,2022,6,8,2.5 +"3022",4057420,2022,7,13,4.07692307692308 +"3023",4057420,2022,8,9,2.33333333333333 +"3024",4057420,2022,9,12,4.33333333333333 +"3025",4057420,2022,10,10,1.6 +"3026",4057420,2022,11,12,2.16666666666667 +"3027",4057420,2022,12,16,2 +"3028",4057420,2023,1,6,3.33333333333333 +"3029",4057420,2023,2,14,1.78571428571429 +"3030",4057420,2023,3,15,1.93333333333333 +"3031",4057420,2023,4,8,1.5 +"3032",4057420,2023,5,12,1.75 +"3033",4057420,2023,6,4,1.75 +"3034",4078793,1977,5,1,2 +"3035",4078793,1978,6,1,2 +"3036",4078793,1980,6,1,2 +"3037",4078793,1984,4,1,5 +"3038",4078793,1987,5,1,5 +"3039",4078793,1988,5,1,5 +"3040",4078793,1988,6,1,1 +"3041",4078793,1989,6,1,1 +"3042",4078793,1990,6,1,1 +"3043",4078793,1990,10,1,2 +"3044",4078793,1991,5,2,10 +"3045",4078793,1991,6,1,1 +"3046",4078793,1991,10,2,2 +"3047",4078793,1992,5,1,15 +"3048",4078793,1992,6,1,1 +"3049",4078793,1992,10,2,2 +"3050",4078793,1993,1,1,2 +"3051",4078793,1993,5,1,15 +"3052",4078793,1993,7,1,1 +"3053",4078793,1993,9,1,1 +"3054",4078793,1993,10,1,2 +"3055",4078793,1993,11,2,2 +"3056",4078793,1994,1,1,2 +"3057",4078793,1994,5,1,2 +"3058",4078793,1994,7,1,1 +"3059",4078793,1994,9,1,1 +"3060",4078793,1994,11,2,2 +"3061",4078793,1995,1,1,2 +"3062",4078793,1995,2,1,2 +"3063",4078793,1995,5,2,8.5 +"3064",4078793,1995,7,1,1 +"3065",4078793,1995,8,1,6 +"3066",4078793,1995,10,1,2 +"3067",4078793,1995,11,2,2 +"3068",4078793,1996,1,2,4 +"3069",4078793,1996,2,1,2 +"3070",4078793,1996,5,2,8.5 +"3071",4078793,1996,6,2,2 +"3072",4078793,1996,7,2,1.5 +"3073",4078793,1996,8,1,1 +"3074",4078793,1996,9,2,3.5 +"3075",4078793,1996,11,1,2 +"3076",4078793,1997,1,2,4 +"3077",4078793,1997,2,1,2 +"3078",4078793,1997,3,1,2 +"3079",4078793,1997,5,1,2 +"3080",4078793,1997,6,2,8.5 +"3081",4078793,1997,7,1,2 +"3082",4078793,1997,9,3,2.66666666666667 +"3083",4078793,1997,10,1,2 +"3084",4078793,1997,11,1,2 +"3085",4078793,1997,12,1,2 +"3086",4078793,1998,2,1,6 +"3087",4078793,1998,3,2,2 +"3088",4078793,1998,5,1,2 +"3089",4078793,1998,6,2,8.5 +"3090",4078793,1998,7,1,2 +"3091",4078793,1998,8,1,2 +"3092",4078793,1998,9,2,3.5 +"3093",4078793,1998,10,1,2 +"3094",4078793,1998,11,1,2 +"3095",4078793,1998,12,3,2 +"3096",4078793,1999,3,2,2 +"3097",4078793,1999,6,2,8.5 +"3098",4078793,1999,7,1,2 +"3099",4078793,1999,8,2,3.5 +"3100",4078793,1999,9,2,3.5 +"3101",4078793,1999,10,2,1.5 +"3102",4078793,1999,11,1,2 +"3103",4078793,1999,12,2,2 +"3104",4078793,2000,2,1,2 +"3105",4078793,2000,3,2,2 +"3106",4078793,2000,4,1,2 +"3107",4078793,2000,7,4,2 +"3108",4078793,2000,8,1,2 +"3109",4078793,2000,9,2,3.5 +"3110",4078793,2000,10,2,1.5 +"3111",4078793,2000,12,1,2 +"3112",4078793,2001,2,2,4 +"3113",4078793,2001,3,1,2 +"3114",4078793,2001,7,3,2 +"3115",4078793,2001,8,3,2 +"3116",4078793,2001,9,1,1 +"3117",4078793,2001,10,3,2.66666666666667 +"3118",4078793,2001,11,1,2 +"3119",4078793,2002,2,1,2 +"3120",4078793,2002,3,1,6 +"3121",4078793,2002,4,2,2 +"3122",4078793,2002,6,2,2 +"3123",4078793,2002,7,2,2 +"3124",4078793,2002,8,3,2 +"3125",4078793,2002,10,3,2.66666666666667 +"3126",4078793,2002,11,2,1.5 +"3127",4078793,2003,1,1,1 +"3128",4078793,2003,3,1,6 +"3129",4078793,2003,4,2,2 +"3130",4078793,2003,5,1,1 +"3131",4078793,2003,6,2,2 +"3132",4078793,2003,7,2,2 +"3133",4078793,2003,8,3,2 +"3134",4078793,2003,10,2,4 +"3135",4078793,2003,11,3,1.66666666666667 +"3136",4078793,2004,1,2,1 +"3137",4078793,2004,3,1,6 +"3138",4078793,2004,4,4,1.75 +"3139",4078793,2004,5,1,1 +"3140",4078793,2004,7,1,2 +"3141",4078793,2004,8,3,2 +"3142",4078793,2004,9,1,2 +"3143",4078793,2004,10,2,1.5 +"3144",4078793,2004,11,2,2 +"3145",4078793,2005,1,3,1.66666666666667 +"3146",4078793,2005,2,1,2 +"3147",4078793,2005,3,1,6 +"3148",4078793,2005,4,2,1.5 +"3149",4078793,2005,5,1,2 +"3150",4078793,2005,6,1,1 +"3151",4078793,2005,7,1,2 +"3152",4078793,2005,8,3,2 +"3153",4078793,2005,9,1,2 +"3154",4078793,2005,11,3,1.66666666666667 +"3155",4078793,2006,1,1,1 +"3156",4078793,2006,2,1,3 +"3157",4078793,2006,3,1,2 +"3158",4078793,2006,4,2,2 +"3159",4078793,2006,6,1,1 +"3160",4078793,2006,7,1,2 +"3161",4078793,2006,8,5,1.8 +"3162",4078793,2006,9,1,2 +"3163",4078793,2006,11,4,1.75 +"3164",4078793,2006,12,1,1 +"3165",4078793,2007,1,2,1 +"3166",4078793,2007,3,3,1.33333333333333 +"3167",4078793,2007,5,2,1.5 +"3168",4078793,2007,7,1,2 +"3169",4078793,2007,8,1,2 +"3170",4078793,2007,9,2,2 +"3171",4078793,2007,11,1,2 +"3172",4078793,2007,12,2,1.5 +"3173",4078793,2008,1,1,1 +"3174",4078793,2008,2,1,1 +"3175",4078793,2008,3,1,1 +"3176",4078793,2008,5,1,1 +"3177",4078793,2008,6,1,2 +"3178",4078793,2008,7,1,2 +"3179",4078793,2008,8,1,1 +"3180",4078793,2008,9,3,2 +"3181",4078793,2008,11,1,2 +"3182",4078793,2008,12,3,1.66666666666667 +"3183",4078793,2009,1,1,1 +"3184",4078793,2009,2,2,2.5 +"3185",4078793,2009,3,1,1 +"3186",4078793,2009,4,2,1 +"3187",4078793,2009,5,1,3 +"3188",4078793,2009,6,1,2 +"3189",4078793,2009,7,1,2 +"3190",4078793,2009,8,2,1.5 +"3191",4078793,2009,9,2,2 +"3192",4078793,2009,10,1,2 +"3193",4078793,2009,11,2,1.5 +"3194",4078793,2009,12,4,1.5 +"3195",4078793,2010,1,1,1 +"3196",4078793,2010,2,2,2.5 +"3197",4078793,2010,3,1,2 +"3198",4078793,2010,4,1,1 +"3199",4078793,2010,5,1,1 +"3200",4078793,2010,6,1,3 +"3201",4078793,2010,7,1,1 +"3202",4078793,2010,8,1,1 +"3203",4078793,2010,9,2,2 +"3204",4078793,2010,10,3,1.33333333333333 +"3205",4078793,2010,11,2,1.5 +"3206",4078793,2010,12,2,1.5 +"3207",4078793,2011,1,2,1 +"3208",4078793,2011,2,1,1 +"3209",4078793,2011,3,2,3 +"3210",4078793,2011,4,2,1 +"3211",4078793,2011,5,2,1 +"3212",4078793,2011,7,2,1.5 +"3213",4078793,2011,9,2,1.5 +"3214",4078793,2011,10,3,2.33333333333333 +"3215",4078793,2011,11,2,1 +"3216",4078793,2011,12,2,2 +"3217",4078793,2012,1,5,1.2 +"3218",4078793,2012,2,3,1 +"3219",4078793,2012,4,5,1.4 +"3220",4078793,2012,5,1,1 +"3221",4078793,2012,6,2,2.5 +"3222",4078793,2012,7,1,2 +"3223",4078793,2012,8,2,1.5 +"3224",4078793,2012,10,5,2 +"3225",4078793,2012,11,3,1.33333333333333 +"3226",4078793,2012,12,1,1 +"3227",4078793,2013,1,2,1.5 +"3228",4078793,2013,2,4,1 +"3229",4078793,2013,4,5,1.4 +"3230",4078793,2013,5,2,1 +"3231",4078793,2013,6,10,2 +"3232",4078793,2013,7,29,2.62068965517241 +"3233",4078793,2013,8,28,2.53571428571429 +"3234",4078793,2013,9,22,2.22727272727273 +"3235",4078793,2013,10,39,2.28205128205128 +"3236",4078793,2013,11,25,1.72 +"3237",4078793,2013,12,27,2.22222222222222 +"3238",4078793,2014,1,27,1.96296296296296 +"3239",4078793,2014,2,35,2.42857142857143 +"3240",4078793,2014,3,24,1.91666666666667 +"3241",4078793,2014,4,21,3.28571428571429 +"3242",4078793,2014,5,33,1.6969696969697 +"3243",4078793,2014,6,32,3.46875 +"3244",4078793,2014,7,39,2.71794871794872 +"3245",4078793,2014,8,26,2.76923076923077 +"3246",4078793,2014,9,27,1.59259259259259 +"3247",4078793,2014,10,35,2.17142857142857 +"3248",4078793,2014,11,38,1.81578947368421 +"3249",4078793,2014,12,29,2.24137931034483 +"3250",4078793,2015,1,21,1.95238095238095 +"3251",4078793,2015,2,38,2.44736842105263 +"3252",4078793,2015,3,37,2.59459459459459 +"3253",4078793,2015,4,25,1.56 +"3254",4078793,2015,5,37,2.08108108108108 +"3255",4078793,2015,6,38,2.05263157894737 +"3256",4078793,2015,7,25,2.84 +"3257",4078793,2015,8,43,2.7906976744186 +"3258",4078793,2015,9,33,1.81818181818182 +"3259",4078793,2015,10,38,2.36842105263158 +"3260",4078793,2015,11,39,2 +"3261",4078793,2015,12,31,2.12903225806452 +"3262",4078793,2016,1,28,2.21428571428571 +"3263",4078793,2016,2,34,2.67647058823529 +"3264",4078793,2016,3,36,2.52777777777778 +"3265",4078793,2016,4,24,1.95833333333333 +"3266",4078793,2016,5,38,2.97368421052632 +"3267",4078793,2016,6,39,3 +"3268",4078793,2016,7,30,2.66666666666667 +"3269",4078793,2016,8,46,2.58695652173913 +"3270",4078793,2016,9,29,1.62068965517241 +"3271",4078793,2016,10,35,2.11428571428571 +"3272",4078793,2016,11,40,2.15 +"3273",4078793,2016,12,25,1.88 +"3274",4078793,2017,1,31,1.83870967741935 +"3275",4078793,2017,2,32,1.90625 +"3276",4078793,2017,3,33,2.54545454545455 +"3277",4078793,2017,4,30,1.93333333333333 +"3278",4078793,2017,5,42,1.71428571428571 +"3279",4078793,2017,6,47,2.80851063829787 +"3280",4078793,2017,7,34,1.97058823529412 +"3281",4078793,2017,8,40,2.525 +"3282",4078793,2017,9,26,1.57692307692308 +"3283",4078793,2017,10,36,1.88888888888889 +"3284",4078793,2017,11,43,2.16279069767442 +"3285",4078793,2017,12,28,2.10714285714286 +"3286",4078793,2018,1,39,2.17948717948718 +"3287",4078793,2018,2,36,2.69444444444444 +"3288",4078793,2018,3,46,2.32608695652174 +"3289",4078793,2018,4,36,1.91666666666667 +"3290",4078793,2018,5,39,2.58974358974359 +"3291",4078793,2018,6,50,2.92 +"3292",4078793,2018,7,36,2.41666666666667 +"3293",4078793,2018,8,46,2.89130434782609 +"3294",4078793,2018,9,38,1.73684210526316 +"3295",4078793,2018,10,42,2.02380952380952 +"3296",4078793,2018,11,50,2.38 +"3297",4078793,2018,12,33,1.72727272727273 +"3298",4078793,2019,1,37,2.16216216216216 +"3299",4078793,2019,2,30,2.06666666666667 +"3300",4078793,2019,3,52,2.80769230769231 +"3301",4078793,2019,4,40,1.875 +"3302",4078793,2019,5,37,1.83783783783784 +"3303",4078793,2019,6,49,1.97959183673469 +"3304",4078793,2019,7,38,2.47368421052632 +"3305",4078793,2019,8,47,2.51063829787234 +"3306",4078793,2019,9,34,2.55882352941176 +"3307",4078793,2019,10,39,1.56410256410256 +"3308",4078793,2019,11,44,2.18181818181818 +"3309",4078793,2019,12,41,1.97560975609756 +"3310",4078793,2020,1,35,2.08571428571429 +"3311",4078793,2020,2,33,1.87878787878788 +"3312",4078793,2020,3,48,3 +"3313",4078793,2020,4,40,1.85 +"3314",4078793,2020,5,39,2.56410256410256 +"3315",4078793,2020,6,58,2.46551724137931 +"3316",4078793,2020,7,42,2.66666666666667 +"3317",4078793,2020,8,42,2.80952380952381 +"3318",4078793,2020,9,48,2.35416666666667 +"3319",4078793,2020,10,40,1.8 +"3320",4078793,2020,11,54,2.12962962962963 +"3321",4078793,2020,12,45,2.2 +"3322",4078793,2021,1,43,2.04651162790698 +"3323",4078793,2021,2,29,2.37931034482759 +"3324",4078793,2021,3,49,2.38775510204082 +"3325",4078793,2021,4,43,2.46511627906977 +"3326",4078793,2021,5,41,1.63414634146341 +"3327",4078793,2021,6,51,3 +"3328",4078793,2021,7,57,3.26315789473684 +"3329",4078793,2021,8,36,2.44444444444444 +"3330",4078793,2021,9,56,3 +"3331",4078793,2021,10,38,1.86842105263158 +"3332",4078793,2021,11,48,1.9375 +"3333",4078793,2021,12,51,2.01960784313725 +"3334",4078793,2022,1,44,2.18181818181818 +"3335",4078793,2022,2,45,2.28888888888889 +"3336",4078793,2022,3,49,2.46938775510204 +"3337",4078793,2022,4,42,2.45238095238095 +"3338",4078793,2022,5,49,1.87755102040816 +"3339",4078793,2022,6,54,2.92592592592593 +"3340",4078793,2022,7,59,2.93220338983051 +"3341",4078793,2022,8,42,2.28571428571429 +"3342",4078793,2022,9,60,2.7 +"3343",4078793,2022,10,43,1.7906976744186 +"3344",4078793,2022,11,52,2.09615384615385 +"3345",4078793,2022,12,56,2.07142857142857 +"3346",4078793,2023,1,40,1.975 +"3347",4078793,2023,2,43,2.30232558139535 +"3348",4078793,2023,3,42,2.47619047619048 +"3349",4078793,2023,4,53,2.39622641509434 +"3350",4078793,2023,5,51,1.86274509803922 +"3351",4078793,2023,6,22,1.77272727272727 +"3352",4108450,2001,6,1,1 +"3353",4108450,2019,9,1,1 +"3354",4128111,2020,11,1,1 +"3355",4128111,2020,12,1,1 +"3356",4202451,1964,12,1,1 +"3357",4202451,1969,3,1,1 +"3358",4202451,1973,8,1,1 +"3359",4202451,1974,3,1,1 +"3360",4202451,1974,12,1,1 +"3361",4202451,1975,8,1,1 +"3362",4202451,1975,11,1,1 +"3363",4202451,1977,1,1,1 +"3364",4202451,1977,8,1,1 +"3365",4202451,1978,7,1,1 +"3366",4202451,1979,6,1,1 +"3367",4202451,1980,9,1,1 +"3368",4202451,1982,1,1,1 +"3369",4202451,1982,2,1,1 +"3370",4202451,1983,2,1,1 +"3371",4202451,1983,3,1,1 +"3372",4202451,1984,11,1,1 +"3373",4202451,1985,7,1,1 +"3374",4202451,1988,5,1,1 +"3375",4202451,1990,11,1,1 +"3376",4202451,1992,3,1,1 +"3377",4202451,1992,6,1,1 +"3378",4202451,1993,1,2,1 +"3379",4202451,1993,9,1,1 +"3380",4202451,1993,12,1,1 +"3381",4202451,1994,4,1,1 +"3382",4202451,1994,12,1,1 +"3383",4202451,1996,6,1,1 +"3384",4202451,1996,7,2,1 +"3385",4202451,1996,8,1,1 +"3386",4202451,1996,10,1,1 +"3387",4202451,1997,7,1,1 +"3388",4202451,1997,9,2,1 +"3389",4202451,1997,11,1,1 +"3390",4202451,1998,1,1,1 +"3391",4202451,1998,9,1,1 +"3392",4202451,1998,10,1,1 +"3393",4202451,1999,1,1,1 +"3394",4202451,1999,5,1,1 +"3395",4202451,1999,6,1,1 +"3396",4202451,1999,8,1,1 +"3397",4202451,1999,10,1,1 +"3398",4202451,2000,5,1,1 +"3399",4202451,2000,12,1,1 +"3400",4202451,2001,4,1,1 +"3401",4202451,2001,9,1,1 +"3402",4202451,2001,12,3,1 +"3403",4202451,2002,3,1,1 +"3404",4202451,2002,5,1,1 +"3405",4202451,2002,7,1,1 +"3406",4202451,2002,10,1,1 +"3407",4202451,2002,11,1,1 +"3408",4202451,2002,12,2,1 +"3409",4202451,2003,1,1,1 +"3410",4202451,2003,2,1,1 +"3411",4202451,2003,7,1,1 +"3412",4202451,2003,10,1,1 +"3413",4202451,2004,1,2,1 +"3414",4202451,2004,7,2,1 +"3415",4202451,2005,10,2,1 +"3416",4202451,2006,1,1,1 +"3417",4202451,2006,5,2,1 +"3418",4202451,2006,6,2,1 +"3419",4202451,2006,11,1,1 +"3420",4202451,2006,12,2,1 +"3421",4202451,2007,1,1,1 +"3422",4202451,2007,4,1,1 +"3423",4202451,2007,5,1,1 +"3424",4202451,2007,9,1,1 +"3425",4202451,2008,3,1,1 +"3426",4202451,2008,4,1,1 +"3427",4202451,2008,5,1,1 +"3428",4202451,2008,6,1,1 +"3429",4202451,2008,7,1,1 +"3430",4202451,2008,8,2,1 +"3431",4202451,2008,10,1,1 +"3432",4202451,2008,11,4,1 +"3433",4202451,2009,4,1,1 +"3434",4202451,2009,5,1,1 +"3435",4202451,2009,6,1,1 +"3436",4202451,2009,7,1,1 +"3437",4202451,2009,9,1,1 +"3438",4202451,2009,12,2,1 +"3439",4202451,2010,2,1,1 +"3440",4202451,2010,3,1,1 +"3441",4202451,2010,6,1,1 +"3442",4202451,2010,8,1,1 +"3443",4202451,2010,9,2,1 +"3444",4202451,2011,1,2,1 +"3445",4202451,2011,2,1,1 +"3446",4202451,2011,5,2,1 +"3447",4202451,2012,3,1,1 +"3448",4202451,2012,6,2,1 +"3449",4202451,2012,7,2,1 +"3450",4202451,2012,12,1,1 +"3451",4202451,2013,1,1,1 +"3452",4202451,2013,3,1,1 +"3453",4202451,2013,4,1,1 +"3454",4202451,2013,6,2,1 +"3455",4202451,2013,7,3,1 +"3456",4202451,2013,8,4,1 +"3457",4202451,2013,9,1,1 +"3458",4202451,2013,10,1,1 +"3459",4202451,2013,11,1,1 +"3460",4202451,2013,12,4,1 +"3461",4202451,2014,1,3,1 +"3462",4202451,2014,2,1,1 +"3463",4202451,2014,3,2,1 +"3464",4202451,2014,4,3,1 +"3465",4202451,2014,5,3,1 +"3466",4202451,2014,6,1,1 +"3467",4202451,2014,7,3,1 +"3468",4202451,2014,8,2,1 +"3469",4202451,2014,9,4,1 +"3470",4202451,2014,10,3,1 +"3471",4202451,2014,11,4,1 +"3472",4202451,2014,12,2,6 +"3473",4202451,2015,1,5,1 +"3474",4202451,2015,2,3,1 +"3475",4202451,2015,3,5,1 +"3476",4202451,2015,4,3,1 +"3477",4202451,2015,5,6,1 +"3478",4202451,2015,6,5,1 +"3479",4202451,2015,7,7,1 +"3480",4202451,2015,8,3,1 +"3481",4202451,2015,9,2,1 +"3482",4202451,2015,10,7,1 +"3483",4202451,2015,11,4,1 +"3484",4202451,2015,12,4,1 +"3485",4202451,2016,1,4,1 +"3486",4202451,2016,2,6,1 +"3487",4202451,2016,3,3,1 +"3488",4202451,2016,4,5,1 +"3489",4202451,2016,5,4,1 +"3490",4202451,2016,6,1,1 +"3491",4202451,2016,7,2,1 +"3492",4202451,2016,8,3,1 +"3493",4202451,2016,9,4,1 +"3494",4202451,2016,10,4,1 +"3495",4202451,2016,11,4,1 +"3496",4202451,2016,12,4,1 +"3497",4202451,2017,1,7,1 +"3498",4202451,2017,2,1,1 +"3499",4202451,2017,3,5,1 +"3500",4202451,2017,4,9,1 +"3501",4202451,2017,5,3,1 +"3502",4202451,2017,6,6,1 +"3503",4202451,2017,7,5,1 +"3504",4202451,2017,8,4,1 +"3505",4202451,2017,9,6,1 +"3506",4202451,2017,10,2,1 +"3507",4202451,2017,11,5,1 +"3508",4202451,2017,12,4,1 +"3509",4202451,2018,1,5,1 +"3510",4202451,2018,2,1,1 +"3511",4202451,2018,3,3,1 +"3512",4202451,2018,4,7,1 +"3513",4202451,2018,5,7,1 +"3514",4202451,2018,6,4,1 +"3515",4202451,2018,7,3,1 +"3516",4202451,2018,8,2,1 +"3517",4202451,2018,9,6,1 +"3518",4202451,2018,10,2,1 +"3519",4202451,2018,11,4,1 +"3520",4202451,2018,12,6,1 +"3521",4202451,2019,1,6,1 +"3522",4202451,2019,2,7,1 +"3523",4202451,2019,3,4,1.25 +"3524",4202451,2019,4,4,1 +"3525",4202451,2019,5,6,1.16666666666667 +"3526",4202451,2019,6,2,1 +"3527",4202451,2019,7,10,1 +"3528",4202451,2019,8,6,1 +"3529",4202451,2019,9,2,1 +"3530",4202451,2019,10,6,1 +"3531",4202451,2019,11,2,1 +"3532",4202451,2019,12,7,1 +"3533",4202451,2020,1,4,1 +"3534",4202451,2020,2,7,1 +"3535",4202451,2020,3,1,1 +"3536",4202451,2020,4,4,1 +"3537",4202451,2020,5,4,1 +"3538",4202451,2020,6,2,1 +"3539",4202451,2020,7,3,1 +"3540",4202451,2020,8,6,1.16666666666667 +"3541",4202451,2020,9,3,1 +"3542",4202451,2020,10,2,1 +"3543",4202451,2020,11,6,1 +"3544",4202451,2020,12,2,1 +"3545",4202451,2021,1,3,1 +"3546",4202451,2021,2,4,1 +"3547",4202451,2021,3,7,1 +"3548",4202451,2021,4,1,1 +"3549",4202451,2021,5,7,1 +"3550",4202451,2021,6,4,1 +"3551",4202451,2021,7,5,1 +"3552",4202451,2021,8,7,1 +"3553",4202451,2021,9,3,1 +"3554",4202451,2021,10,2,1 +"3555",4202451,2021,11,2,1 +"3556",4202451,2021,12,5,1 +"3557",4202451,2022,1,1,1 +"3558",4202451,2022,2,6,1 +"3559",4202451,2022,3,8,1 +"3560",4202451,2022,4,6,1 +"3561",4202451,2022,5,7,1 +"3562",4202451,2022,6,4,1 +"3563",4202451,2022,7,7,1 +"3564",4202451,2022,8,8,1 +"3565",4202451,2022,9,2,1 +"3566",4202451,2022,10,8,1 +"3567",4202451,2022,11,6,1 +"3568",4202451,2022,12,6,1 +"3569",4202451,2023,1,6,1 +"3570",4202451,2023,3,4,1 +"3571",4202451,2023,4,10,1 +"3572",4202451,2023,5,4,1 +"3573",4202451,2023,6,1,1 +"3574",4216130,1942,12,1,1 +"3575",4216130,1943,8,1,1 +"3576",4216130,1947,7,1,1 +"3577",4216130,1948,7,1,1 +"3578",4216130,1950,12,1,1 +"3579",4216130,1951,5,1,1 +"3580",4216130,1951,10,1,1 +"3581",4216130,1952,9,1,1 +"3582",4216130,1953,10,1,1 +"3583",4216130,1955,6,1,1 +"3584",4216130,1955,8,1,1 +"3585",4216130,1956,1,1,1 +"3586",4216130,1958,1,1,1 +"3587",4216130,1958,4,1,1 +"3588",4216130,1958,12,1,1 +"3589",4216130,1960,7,1,1 +"3590",4216130,1963,5,2,1 +"3591",4216130,1963,6,1,1 +"3592",4216130,1963,10,1,1 +"3593",4216130,1965,7,2,1 +"3594",4216130,1966,12,1,1 +"3595",4216130,1967,1,1,1 +"3596",4216130,1967,8,1,1 +"3597",4216130,1967,11,1,1 +"3598",4216130,1968,4,1,1 +"3599",4216130,1968,6,2,1 +"3600",4216130,1969,6,1,1 +"3601",4216130,1969,7,1,1 +"3602",4216130,1969,11,1,1 +"3603",4216130,1970,5,1,1 +"3604",4216130,1970,9,1,2 +"3605",4216130,1972,4,1,1 +"3606",4216130,1974,5,1,1 +"3607",4216130,1974,7,1,1 +"3608",4216130,1975,3,1,1 +"3609",4216130,1975,9,1,1 +"3610",4216130,1975,11,2,1 +"3611",4216130,1976,1,1,1 +"3612",4216130,1976,3,1,1 +"3613",4216130,1976,6,1,1 +"3614",4216130,1976,7,1,1 +"3615",4216130,1976,10,3,1 +"3616",4216130,1977,5,1,1 +"3617",4216130,1977,10,1,1 +"3618",4216130,1978,11,1,1 +"3619",4216130,1979,11,1,1 +"3620",4216130,1980,2,1,1 +"3621",4216130,1980,4,1,1 +"3622",4216130,1980,7,1,1 +"3623",4216130,1980,8,1,1 +"3624",4216130,1980,11,1,1 +"3625",4216130,1981,1,1,1 +"3626",4216130,1982,1,2,1 +"3627",4216130,1982,4,1,1 +"3628",4216130,1982,10,1,1 +"3629",4216130,1983,9,1,1 +"3630",4216130,1984,11,1,1 +"3631",4216130,1985,3,2,1 +"3632",4216130,1985,7,2,1 +"3633",4216130,1986,4,1,1 +"3634",4216130,1986,5,1,1 +"3635",4216130,1987,1,1,1 +"3636",4216130,1987,3,1,1 +"3637",4216130,1987,4,1,1 +"3638",4216130,1987,5,1,1 +"3639",4216130,1988,2,1,1 +"3640",4216130,1988,7,1,1 +"3641",4216130,1989,3,2,1 +"3642",4216130,1989,8,1,1 +"3643",4216130,1989,11,2,1 +"3644",4216130,1990,1,1,1 +"3645",4216130,1990,6,1,1 +"3646",4216130,1990,8,1,1 +"3647",4216130,1990,10,1,1 +"3648",4216130,1990,12,2,1 +"3649",4216130,1991,2,1,1 +"3650",4216130,1991,9,1,1 +"3651",4216130,1991,10,1,1 +"3652",4216130,1991,11,1,1 +"3653",4216130,1991,12,2,1 +"3654",4216130,1992,7,1,1 +"3655",4216130,1993,4,1,1 +"3656",4216130,1993,7,3,1 +"3657",4216130,1993,8,1,2 +"3658",4216130,1993,9,1,1 +"3659",4216130,1993,10,1,1 +"3660",4216130,1993,11,1,1 +"3661",4216130,1994,4,1,1 +"3662",4216130,1994,6,1,1 +"3663",4216130,1994,7,1,1 +"3664",4216130,1994,8,1,1 +"3665",4216130,1994,9,1,1 +"3666",4216130,1994,10,1,1 +"3667",4216130,1994,12,3,1 +"3668",4216130,1995,5,1,1 +"3669",4216130,1996,7,1,1 +"3670",4216130,1996,8,3,1 +"3671",4216130,1996,9,1,1 +"3672",4216130,1996,10,1,1 +"3673",4216130,1996,12,2,1 +"3674",4216130,1997,2,3,1.33333333333333 +"3675",4216130,1997,5,2,1 +"3676",4216130,1997,7,1,1 +"3677",4216130,1997,9,2,1 +"3678",4216130,1998,1,1,1 +"3679",4216130,1998,3,2,1 +"3680",4216130,1998,4,1,1 +"3681",4216130,1998,5,1,1 +"3682",4216130,1998,7,1,1 +"3683",4216130,1998,9,2,1 +"3684",4216130,1998,10,1,1 +"3685",4216130,1998,11,1,1 +"3686",4216130,1999,1,2,1 +"3687",4216130,1999,5,2,1 +"3688",4216130,1999,6,1,1 +"3689",4216130,1999,8,1,1 +"3690",4216130,1999,12,3,1 +"3691",4216130,2000,4,1,1 +"3692",4216130,2000,6,1,1 +"3693",4216130,2000,7,1,1 +"3694",4216130,2000,10,1,1 +"3695",4216130,2000,11,2,1 +"3696",4216130,2001,1,1,1 +"3697",4216130,2001,2,1,1 +"3698",4216130,2001,4,2,1 +"3699",4216130,2001,5,2,1 +"3700",4216130,2001,7,1,1 +"3701",4216130,2001,8,1,1 +"3702",4216130,2001,9,1,1 +"3703",4216130,2001,10,1,1 +"3704",4216130,2002,1,1,1 +"3705",4216130,2002,3,1,1 +"3706",4216130,2002,4,1,1 +"3707",4216130,2002,5,1,1 +"3708",4216130,2002,7,4,1 +"3709",4216130,2002,8,1,1 +"3710",4216130,2002,10,2,1 +"3711",4216130,2002,12,1,1 +"3712",4216130,2003,2,2,1 +"3713",4216130,2003,3,1,1 +"3714",4216130,2003,5,1,1 +"3715",4216130,2003,6,1,1 +"3716",4216130,2003,7,1,1 +"3717",4216130,2003,9,1,1 +"3718",4216130,2003,10,2,1 +"3719",4216130,2003,11,1,1 +"3720",4216130,2003,12,1,1 +"3721",4216130,2004,1,2,1 +"3722",4216130,2004,2,3,1 +"3723",4216130,2004,3,2,1 +"3724",4216130,2004,4,1,1 +"3725",4216130,2004,5,1,1 +"3726",4216130,2004,6,1,1 +"3727",4216130,2004,7,1,1 +"3728",4216130,2004,8,2,1 +"3729",4216130,2004,10,2,1 +"3730",4216130,2004,12,1,1 +"3731",4216130,2005,2,1,1 +"3732",4216130,2005,3,1,1 +"3733",4216130,2005,4,5,1 +"3734",4216130,2005,6,2,1 +"3735",4216130,2005,8,2,1 +"3736",4216130,2005,9,1,1 +"3737",4216130,2005,10,1,1 +"3738",4216130,2005,11,2,1 +"3739",4216130,2006,1,1,1 +"3740",4216130,2006,2,2,1 +"3741",4216130,2006,4,1,1 +"3742",4216130,2006,5,1,1 +"3743",4216130,2006,6,2,1 +"3744",4216130,2006,8,2,1 +"3745",4216130,2006,10,4,1 +"3746",4216130,2007,1,3,1 +"3747",4216130,2007,2,2,1 +"3748",4216130,2007,3,1,1 +"3749",4216130,2007,5,1,1 +"3750",4216130,2007,6,2,1 +"3751",4216130,2007,7,2,1 +"3752",4216130,2007,11,2,1 +"3753",4216130,2007,12,1,1 +"3754",4216130,2008,1,1,1 +"3755",4216130,2008,2,2,1 +"3756",4216130,2008,3,1,1 +"3757",4216130,2008,6,2,1 +"3758",4216130,2008,8,2,1 +"3759",4216130,2008,9,1,1 +"3760",4216130,2008,10,2,1 +"3761",4216130,2009,3,1,1 +"3762",4216130,2009,4,1,1 +"3763",4216130,2009,5,1,1 +"3764",4216130,2009,6,1,1 +"3765",4216130,2009,7,1,1 +"3766",4216130,2009,8,1,1 +"3767",4216130,2009,9,2,1 +"3768",4216130,2009,10,1,1 +"3769",4216130,2010,3,2,1 +"3770",4216130,2010,6,2,1 +"3771",4216130,2010,8,2,1 +"3772",4216130,2010,9,2,1 +"3773",4216130,2010,10,1,1 +"3774",4216130,2010,12,2,1 +"3775",4216130,2011,5,2,1 +"3776",4216130,2011,6,1,1 +"3777",4216130,2011,7,1,1 +"3778",4216130,2011,8,1,1 +"3779",4216130,2011,9,2,1 +"3780",4216130,2011,12,1,1 +"3781",4216130,2012,1,2,1 +"3782",4216130,2012,3,1,1 +"3783",4216130,2012,5,1,1 +"3784",4216130,2012,6,1,1 +"3785",4216130,2012,7,1,1 +"3786",4216130,2012,9,3,1 +"3787",4216130,2012,10,2,1 +"3788",4216130,2013,4,1,1 +"3789",4216130,2013,6,2,1 +"3790",4216130,2013,7,2,1 +"3791",4216130,2013,9,2,1 +"3792",4216130,2013,10,1,1 +"3793",4216130,2013,11,1,1 +"3794",4216130,2014,1,1,1 +"3795",4216130,2014,2,2,1 +"3796",4216130,2014,4,2,1 +"3797",4216130,2014,5,2,1 +"3798",4216130,2014,10,1,1 +"3799",4216130,2014,12,1,1 +"3800",4216130,2015,1,2,1 +"3801",4216130,2015,2,1,1 +"3802",4216130,2015,4,1,1 +"3803",4216130,2015,5,2,1 +"3804",4216130,2015,6,1,1 +"3805",4216130,2015,8,3,1 +"3806",4216130,2015,9,1,1 +"3807",4216130,2016,4,2,1 +"3808",4216130,2016,5,4,1 +"3809",4216130,2016,7,2,1 +"3810",4216130,2016,8,3,1 +"3811",4216130,2016,9,2,1 +"3812",4216130,2016,10,3,1 +"3813",4216130,2016,11,1,1 +"3814",4216130,2016,12,4,1 +"3815",4216130,2017,1,1,1 +"3816",4216130,2017,2,1,1 +"3817",4216130,2017,5,1,1 +"3818",4216130,2017,8,4,1 +"3819",4216130,2017,9,3,1 +"3820",4216130,2017,10,1,1 +"3821",4216130,2017,12,4,1 +"3822",4216130,2018,2,1,1 +"3823",4216130,2018,3,3,1 +"3824",4216130,2018,4,1,1 +"3825",4216130,2018,5,1,2 +"3826",4216130,2018,6,3,1 +"3827",4216130,2018,7,4,1.25 +"3828",4216130,2018,8,2,1 +"3829",4216130,2018,9,1,2 +"3830",4216130,2018,11,2,1 +"3831",4216130,2018,12,1,1 +"3832",4216130,2019,1,1,1 +"3833",4216130,2019,3,2,1 +"3834",4216130,2019,4,1,1 +"3835",4216130,2019,5,2,1 +"3836",4216130,2019,6,2,1 +"3837",4216130,2019,7,2,1 +"3838",4216130,2019,8,2,1 +"3839",4216130,2019,9,1,1 +"3840",4216130,2019,10,3,1 +"3841",4216130,2019,11,1,1 +"3842",4216130,2019,12,4,1 +"3843",4216130,2020,1,3,1.33333333333333 +"3844",4216130,2020,3,1,1 +"3845",4216130,2020,4,3,1 +"3846",4216130,2020,7,3,1 +"3847",4216130,2020,8,2,1 +"3848",4216130,2020,9,1,1 +"3849",4216130,2020,11,2,1 +"3850",4216130,2020,12,2,1 +"3851",4216130,2021,1,2,1 +"3852",4216130,2021,4,2,1 +"3853",4216130,2021,6,2,1 +"3854",4216130,2021,7,2,1 +"3855",4216130,2021,8,3,1 +"3856",4216130,2021,9,3,1 +"3857",4216130,2021,10,2,1 +"3858",4216130,2021,11,4,1 +"3859",4216130,2021,12,1,1 +"3860",4216130,2022,2,2,1 +"3861",4216130,2022,3,1,1 +"3862",4216130,2022,4,3,1 +"3863",4216130,2022,5,1,1 +"3864",4216130,2022,6,1,1 +"3865",4216130,2022,7,2,1 +"3866",4216130,2022,8,2,1 +"3867",4216130,2022,9,1,1 +"3868",4216130,2022,10,2,1 +"3869",4216130,2022,11,1,1 +"3870",4216130,2022,12,2,1 +"3871",4216130,2023,1,3,1 +"3872",4216130,2023,2,2,1 +"3873",4216130,2023,4,2,1 +"3874",4216130,2023,5,1,1 +"3875",4216746,2008,9,1,1 +"3876",4216746,2011,3,1,1 +"3877",4217646,1926,8,1,1 +"3878",4217646,1929,12,1,1 +"3879",4217646,1931,3,1,1 +"3880",4217646,1931,12,1,1 +"3881",4217646,1933,11,1,1 +"3882",4217646,1934,6,1,1 +"3883",4217646,1936,2,1,1 +"3884",4217646,1936,3,1,1 +"3885",4217646,1936,5,1,1 +"3886",4217646,1937,10,1,1 +"3887",4217646,1938,4,1,1 +"3888",4217646,1938,12,1,1 +"3889",4217646,1939,3,1,1 +"3890",4217646,1940,1,1,1 +"3891",4217646,1940,7,1,1 +"3892",4217646,1941,4,1,1 +"3893",4217646,1941,5,1,1 +"3894",4217646,1942,1,1,1 +"3895",4217646,1942,5,1,1 +"3896",4217646,1942,11,1,1 +"3897",4217646,1943,10,1,1 +"3898",4217646,1944,3,1,1 +"3899",4217646,1944,4,1,1 +"3900",4217646,1944,5,1,1 +"3901",4217646,1944,11,1,1 +"3902",4217646,1944,12,1,1 +"3903",4217646,1945,5,1,1 +"3904",4217646,1945,7,1,1 +"3905",4217646,1945,9,1,1 +"3906",4217646,1946,7,1,1 +"3907",4217646,1946,9,1,1 +"3908",4217646,1947,1,2,1 +"3909",4217646,1947,6,1,1 +"3910",4217646,1947,8,1,1 +"3911",4217646,1947,10,1,1 +"3912",4217646,1948,1,1,1 +"3913",4217646,1948,10,1,1 +"3914",4217646,1949,2,1,1 +"3915",4217646,1949,3,1,1 +"3916",4217646,1949,4,1,1 +"3917",4217646,1949,8,1,1 +"3918",4217646,1949,11,1,1 +"3919",4217646,1950,8,1,1 +"3920",4217646,1951,4,1,1 +"3921",4217646,1951,6,2,1 +"3922",4217646,1951,8,1,1 +"3923",4217646,1951,9,2,1 +"3924",4217646,1951,12,1,1 +"3925",4217646,1952,4,2,1 +"3926",4217646,1952,6,1,1 +"3927",4217646,1952,7,1,1 +"3928",4217646,1953,4,1,1 +"3929",4217646,1953,6,2,1 +"3930",4217646,1953,7,1,1 +"3931",4217646,1953,8,1,1 +"3932",4217646,1954,5,1,1 +"3933",4217646,1955,3,1,1 +"3934",4217646,1955,4,2,1 +"3935",4217646,1955,6,1,1 +"3936",4217646,1955,11,1,1 +"3937",4217646,1955,12,1,1 +"3938",4217646,1956,2,1,1 +"3939",4217646,1956,5,1,1 +"3940",4217646,1956,7,1,1 +"3941",4217646,1956,8,1,1 +"3942",4217646,1957,8,1,1 +"3943",4217646,1957,12,1,1 +"3944",4217646,1958,5,1,1 +"3945",4217646,1958,7,1,1 +"3946",4217646,1958,9,2,1 +"3947",4217646,1958,11,1,1 +"3948",4217646,1958,12,1,1 +"3949",4217646,1959,2,1,1 +"3950",4217646,1959,4,1,1 +"3951",4217646,1959,5,1,1 +"3952",4217646,1960,4,1,1 +"3953",4217646,1960,5,1,1 +"3954",4217646,1960,7,1,1 +"3955",4217646,1960,10,2,1 +"3956",4217646,1960,11,1,1 +"3957",4217646,1961,9,1,1 +"3958",4217646,1961,11,3,1 +"3959",4217646,1962,1,1,1 +"3960",4217646,1962,3,1,1 +"3961",4217646,1962,7,1,1 +"3962",4217646,1962,8,1,1 +"3963",4217646,1962,10,1,1 +"3964",4217646,1963,6,2,1 +"3965",4217646,1963,12,2,1 +"3966",4217646,1964,2,1,1 +"3967",4217646,1964,12,1,1 +"3968",4217646,1965,1,1,1 +"3969",4217646,1965,5,1,1 +"3970",4217646,1965,11,1,1 +"3971",4217646,1966,5,1,1 +"3972",4217646,1966,10,2,1 +"3973",4217646,1966,11,1,1 +"3974",4217646,1967,1,1,1 +"3975",4217646,1967,2,1,1 +"3976",4217646,1967,4,1,1 +"3977",4217646,1967,5,1,1 +"3978",4217646,1967,7,2,1 +"3979",4217646,1967,9,1,1 +"3980",4217646,1967,12,2,1 +"3981",4217646,1968,4,1,1 +"3982",4217646,1969,2,1,1 +"3983",4217646,1969,3,1,1 +"3984",4217646,1969,6,1,1 +"3985",4217646,1969,11,1,1 +"3986",4217646,1970,1,1,1 +"3987",4217646,1970,6,1,1 +"3988",4217646,1970,8,1,1 +"3989",4217646,1970,9,1,1 +"3990",4217646,1970,11,2,1 +"3991",4217646,1971,1,1,1 +"3992",4217646,1971,2,1,1 +"3993",4217646,1971,7,1,1 +"3994",4217646,1971,8,1,1 +"3995",4217646,1971,10,1,1 +"3996",4217646,1972,2,1,1 +"3997",4217646,1972,10,1,1 +"3998",4217646,1973,6,1,1 +"3999",4217646,1974,2,2,1 +"4000",4217646,1974,3,1,1 +"4001",4217646,1974,6,1,1 +"4002",4217646,1975,3,1,1 +"4003",4217646,1975,9,1,1 +"4004",4217646,1975,11,1,1 +"4005",4217646,1976,6,1,1 +"4006",4217646,1976,7,1,1 +"4007",4217646,1976,10,1,1 +"4008",4217646,1977,3,1,1 +"4009",4217646,1977,7,1,1 +"4010",4217646,1977,11,1,1 +"4011",4217646,1978,3,2,1 +"4012",4217646,1978,8,1,1 +"4013",4217646,1978,9,1,1 +"4014",4217646,1978,10,1,1 +"4015",4217646,1979,2,1,1 +"4016",4217646,1979,8,2,1 +"4017",4217646,1979,10,1,1 +"4018",4217646,1979,12,2,1 +"4019",4217646,1980,1,1,1 +"4020",4217646,1980,2,1,1 +"4021",4217646,1980,4,2,1 +"4022",4217646,1980,5,1,1 +"4023",4217646,1980,7,2,1 +"4024",4217646,1980,12,1,1 +"4025",4217646,1981,1,1,1 +"4026",4217646,1981,4,1,1 +"4027",4217646,1981,6,1,1 +"4028",4217646,1981,8,1,1 +"4029",4217646,1982,1,1,1 +"4030",4217646,1982,3,1,2 +"4031",4217646,1982,7,1,1 +"4032",4217646,1982,9,1,1 +"4033",4217646,1982,10,1,1 +"4034",4217646,1983,2,1,1 +"4035",4217646,1983,4,2,1 +"4036",4217646,1983,7,1,1 +"4037",4217646,1983,10,1,1 +"4038",4217646,1983,11,1,1 +"4039",4217646,1984,6,1,1 +"4040",4217646,1984,8,1,1 +"4041",4217646,1984,10,3,1 +"4042",4217646,1984,11,2,1 +"4043",4217646,1985,6,1,1 +"4044",4217646,1985,8,1,1 +"4045",4217646,1985,11,1,1 +"4046",4217646,1985,12,1,1 +"4047",4217646,1986,6,2,1 +"4048",4217646,1986,9,2,1 +"4049",4217646,1987,5,1,1 +"4050",4217646,1987,6,2,1 +"4051",4217646,1987,7,1,1 +"4052",4217646,1987,10,1,1 +"4053",4217646,1987,11,1,1 +"4054",4217646,1988,5,1,1 +"4055",4217646,1988,8,1,1 +"4056",4217646,1988,12,1,1 +"4057",4217646,1989,2,1,1 +"4058",4217646,1989,3,1,1 +"4059",4217646,1989,4,2,1 +"4060",4217646,1989,6,1,1 +"4061",4217646,1989,7,1,1 +"4062",4217646,1989,9,1,1 +"4063",4217646,1989,11,1,1 +"4064",4217646,1989,12,1,1 +"4065",4217646,1990,2,1,1 +"4066",4217646,1990,5,1,1 +"4067",4217646,1990,6,3,1 +"4068",4217646,1990,7,1,1 +"4069",4217646,1990,9,1,1 +"4070",4217646,1990,12,1,1 +"4071",4217646,1991,1,1,1 +"4072",4217646,1991,3,1,1 +"4073",4217646,1991,8,2,1 +"4074",4217646,1991,10,1,1 +"4075",4217646,1991,11,1,1 +"4076",4217646,1991,12,2,1 +"4077",4217646,1992,1,1,1 +"4078",4217646,1992,2,1,1 +"4079",4217646,1992,3,1,1 +"4080",4217646,1992,4,2,1 +"4081",4217646,1992,5,1,1 +"4082",4217646,1992,8,1,1 +"4083",4217646,1992,11,1,1 +"4084",4217646,1993,6,1,1 +"4085",4217646,1993,12,1,1 +"4086",4217646,1994,3,1,1 +"4087",4217646,1994,6,1,1 +"4088",4217646,1994,7,1,1 +"4089",4217646,1994,9,2,1 +"4090",4217646,1994,10,1,1 +"4091",4217646,1995,3,2,1 +"4092",4217646,1995,5,1,1 +"4093",4217646,1995,7,1,1 +"4094",4217646,1995,9,2,1 +"4095",4217646,1995,10,1,1 +"4096",4217646,1995,11,2,1 +"4097",4217646,1996,1,1,1 +"4098",4217646,1996,3,3,1 +"4099",4217646,1996,6,1,1 +"4100",4217646,1996,10,1,1 +"4101",4217646,1997,1,1,1 +"4102",4217646,1997,2,1,1 +"4103",4217646,1997,4,1,1 +"4104",4217646,1997,5,1,1 +"4105",4217646,1997,6,1,1 +"4106",4217646,1997,8,4,1 +"4107",4217646,1998,2,1,1 +"4108",4217646,1998,3,1,1 +"4109",4217646,1998,4,1,1 +"4110",4217646,1998,6,1,1 +"4111",4217646,1998,7,2,1 +"4112",4217646,1998,8,1,1 +"4113",4217646,1998,11,1,1 +"4114",4217646,1998,12,2,1 +"4115",4217646,1999,3,1,1 +"4116",4217646,1999,5,1,1 +"4117",4217646,1999,6,1,1 +"4118",4217646,1999,7,1,1 +"4119",4217646,1999,8,3,1 +"4120",4217646,1999,11,1,1 +"4121",4217646,1999,12,1,1 +"4122",4217646,2000,1,1,1 +"4123",4217646,2000,4,3,1 +"4124",4217646,2000,6,1,1 +"4125",4217646,2000,7,1,1 +"4126",4217646,2000,8,2,1 +"4127",4217646,2000,10,1,1 +"4128",4217646,2000,12,1,1 +"4129",4217646,2001,3,1,1 +"4130",4217646,2001,5,1,1 +"4131",4217646,2001,6,1,1 +"4132",4217646,2001,9,2,1 +"4133",4217646,2001,10,1,1 +"4134",4217646,2002,1,3,1 +"4135",4217646,2002,2,1,1 +"4136",4217646,2002,3,2,1 +"4137",4217646,2002,10,1,1 +"4138",4217646,2002,11,1,1 +"4139",4217646,2003,1,1,1 +"4140",4217646,2003,2,2,1 +"4141",4217646,2003,3,1,1 +"4142",4217646,2003,5,1,1 +"4143",4217646,2003,8,2,1 +"4144",4217646,2003,9,4,1 +"4145",4217646,2003,10,2,1 +"4146",4217646,2004,1,1,1 +"4147",4217646,2004,5,3,1 +"4148",4217646,2004,6,2,1 +"4149",4217646,2004,9,1,1 +"4150",4217646,2004,10,1,1 +"4151",4217646,2004,11,1,1 +"4152",4217646,2005,2,1,1 +"4153",4217646,2005,3,2,1 +"4154",4217646,2005,5,1,1 +"4155",4217646,2005,8,2,1 +"4156",4217646,2005,9,1,1 +"4157",4217646,2005,10,1,1 +"4158",4217646,2005,11,2,1 +"4159",4217646,2005,12,1,1 +"4160",4217646,2006,1,1,1 +"4161",4217646,2006,2,1,1 +"4162",4217646,2006,3,1,1 +"4163",4217646,2006,5,1,1 +"4164",4217646,2006,9,2,1 +"4165",4217646,2006,10,1,1 +"4166",4217646,2007,1,2,1 +"4167",4217646,2007,2,2,1 +"4168",4217646,2007,3,1,1 +"4169",4217646,2007,5,1,1 +"4170",4217646,2007,6,1,1 +"4171",4217646,2007,9,2,1 +"4172",4217646,2007,12,1,1 +"4173",4217646,2008,1,1,1 +"4174",4217646,2008,2,1,1 +"4175",4217646,2008,3,1,2 +"4176",4217646,2008,10,1,1 +"4177",4217646,2008,11,1,1 +"4178",4217646,2008,12,2,1 +"4179",4217646,2009,1,1,1 +"4180",4217646,2009,2,2,1 +"4181",4217646,2009,3,1,1 +"4182",4217646,2009,4,2,1 +"4183",4217646,2009,7,2,1 +"4184",4217646,2009,8,1,1 +"4185",4217646,2009,10,2,1 +"4186",4217646,2009,11,3,1 +"4187",4217646,2010,1,1,1 +"4188",4217646,2010,2,1,1 +"4189",4217646,2010,4,2,1 +"4190",4217646,2010,5,1,1 +"4191",4217646,2010,9,2,2 +"4192",4217646,2010,11,2,1 +"4193",4217646,2011,1,2,1 +"4194",4217646,2011,3,2,1 +"4195",4217646,2011,6,1,1 +"4196",4217646,2011,8,1,1 +"4197",4217646,2011,12,1,1 +"4198",4217646,2012,1,2,1 +"4199",4217646,2012,7,1,1 +"4200",4217646,2012,8,3,1 +"4201",4217646,2012,11,2,1 +"4202",4217646,2012,12,1,1 +"4203",4217646,2013,1,2,1 +"4204",4217646,2013,2,1,1 +"4205",4217646,2013,4,2,1 +"4206",4217646,2013,5,1,1 +"4207",4217646,2013,6,1,1 +"4208",4217646,2013,7,1,1 +"4209",4217646,2013,10,2,1 +"4210",4217646,2013,11,1,1 +"4211",4217646,2013,12,2,1.5 +"4212",4217646,2014,1,1,1 +"4213",4217646,2014,4,1,1 +"4214",4217646,2014,5,2,1 +"4215",4217646,2014,6,2,1 +"4216",4217646,2014,7,1,1 +"4217",4217646,2014,10,1,1 +"4218",4217646,2014,12,2,1 +"4219",4217646,2015,1,2,1 +"4220",4217646,2015,4,1,1 +"4221",4217646,2015,5,1,1 +"4222",4217646,2015,8,1,1 +"4223",4217646,2015,9,1,1 +"4224",4217646,2015,10,1,1 +"4225",4217646,2015,12,2,1 +"4226",4217646,2016,2,1,1 +"4227",4217646,2016,3,3,1 +"4228",4217646,2016,5,1,1 +"4229",4217646,2016,6,1,1 +"4230",4217646,2016,7,1,1 +"4231",4217646,2016,8,2,1.5 +"4232",4217646,2016,10,1,1 +"4233",4217646,2016,11,1,1 +"4234",4217646,2016,12,1,1 +"4235",4217646,2017,1,2,1 +"4236",4217646,2017,5,1,1 +"4237",4217646,2017,6,1,1 +"4238",4217646,2017,7,2,1 +"4239",4217646,2017,8,1,1 +"4240",4217646,2017,12,4,1 +"4241",4217646,2018,3,1,1 +"4242",4217646,2018,4,1,1 +"4243",4217646,2018,6,1,1 +"4244",4217646,2018,8,1,1 +"4245",4217646,2018,9,2,1 +"4246",4217646,2018,10,1,1 +"4247",4217646,2018,11,1,2 +"4248",4217646,2018,12,1,1 +"4249",4217646,2019,2,1,1 +"4250",4217646,2019,3,1,1 +"4251",4217646,2019,4,2,1 +"4252",4217646,2019,7,1,1 +"4253",4217646,2019,9,1,1 +"4254",4217646,2019,10,1,1 +"4255",4217646,2020,1,1,1 +"4256",4217646,2020,2,1,1 +"4257",4217646,2020,3,1,1 +"4258",4217646,2020,6,1,1 +"4259",4217646,2020,7,3,1 +"4260",4217646,2020,8,1,1 +"4261",4217646,2020,9,1,1 +"4262",4217646,2020,11,2,1 +"4263",4217646,2020,12,2,1 +"4264",4217646,2021,1,2,1 +"4265",4217646,2021,2,2,1 +"4266",4217646,2021,5,3,1 +"4267",4217646,2021,6,2,1 +"4268",4217646,2021,7,3,1 +"4269",4217646,2021,9,1,1 +"4270",4217646,2021,10,1,1 +"4271",4217646,2021,11,1,1 +"4272",4217646,2021,12,2,1 +"4273",4217646,2022,2,1,1 +"4274",4217646,2022,3,1,1 +"4275",4217646,2022,5,1,1 +"4276",4217646,2022,10,1,1 +"4277",4217646,2022,12,1,1 +"4278",4217646,2023,2,1,1 +"4279",4217646,2023,4,1,1 +"4280",4230911,1942,12,1,1 +"4281",4230911,1943,8,1,1 +"4282",4230911,1947,7,1,1 +"4283",4230911,1948,7,1,1 +"4284",4230911,1950,12,1,1 +"4285",4230911,1951,5,1,1 +"4286",4230911,1951,10,1,1 +"4287",4230911,1952,9,1,1 +"4288",4230911,1953,10,1,1 +"4289",4230911,1955,4,2,1 +"4290",4230911,1955,6,1,1 +"4291",4230911,1955,8,1,1 +"4292",4230911,1955,11,1,1 +"4293",4230911,1956,1,1,1 +"4294",4230911,1958,1,1,1 +"4295",4230911,1958,4,1,1 +"4296",4230911,1958,12,1,1 +"4297",4230911,1960,4,1,1 +"4298",4230911,1960,7,1,1 +"4299",4230911,1962,1,1,1 +"4300",4230911,1963,5,2,1 +"4301",4230911,1963,6,2,1 +"4302",4230911,1963,10,1,1 +"4303",4230911,1964,12,1,1 +"4304",4230911,1965,7,2,1 +"4305",4230911,1966,12,1,1 +"4306",4230911,1967,1,1,1 +"4307",4230911,1967,4,1,1 +"4308",4230911,1967,8,1,1 +"4309",4230911,1967,11,1,1 +"4310",4230911,1968,4,1,1 +"4311",4230911,1968,6,2,1 +"4312",4230911,1969,3,1,1 +"4313",4230911,1969,6,1,1 +"4314",4230911,1969,7,1,1 +"4315",4230911,1969,11,1,1 +"4316",4230911,1970,5,1,1 +"4317",4230911,1970,9,1,2 +"4318",4230911,1972,4,1,1 +"4319",4230911,1973,6,1,1 +"4320",4230911,1973,8,1,1 +"4321",4230911,1974,3,1,1 +"4322",4230911,1974,5,1,1 +"4323",4230911,1974,7,1,1 +"4324",4230911,1974,12,1,1 +"4325",4230911,1975,3,1,1 +"4326",4230911,1975,8,1,1 +"4327",4230911,1975,9,1,1 +"4328",4230911,1975,11,3,1 +"4329",4230911,1976,1,1,1 +"4330",4230911,1976,3,1,1 +"4331",4230911,1976,6,1,1 +"4332",4230911,1976,7,1,1 +"4333",4230911,1976,10,3,1 +"4334",4230911,1977,1,1,1 +"4335",4230911,1977,5,1,1 +"4336",4230911,1977,8,1,1 +"4337",4230911,1977,10,1,1 +"4338",4230911,1978,7,1,1 +"4339",4230911,1978,11,1,1 +"4340",4230911,1979,6,1,1 +"4341",4230911,1979,11,1,1 +"4342",4230911,1979,12,1,1 +"4343",4230911,1980,2,1,1 +"4344",4230911,1980,4,1,1 +"4345",4230911,1980,7,1,1 +"4346",4230911,1980,8,1,1 +"4347",4230911,1980,9,1,1 +"4348",4230911,1980,11,1,1 +"4349",4230911,1981,1,1,1 +"4350",4230911,1982,1,3,1 +"4351",4230911,1982,2,1,1 +"4352",4230911,1982,4,1,1 +"4353",4230911,1982,10,1,1 +"4354",4230911,1983,2,1,1 +"4355",4230911,1983,3,1,1 +"4356",4230911,1983,9,1,1 +"4357",4230911,1984,11,3,1 +"4358",4230911,1985,3,2,1 +"4359",4230911,1985,7,3,1 +"4360",4230911,1986,4,1,1 +"4361",4230911,1986,5,1,1 +"4362",4230911,1986,6,1,1 +"4363",4230911,1987,1,1,1 +"4364",4230911,1987,3,1,1 +"4365",4230911,1987,4,1,1 +"4366",4230911,1987,5,1,1 +"4367",4230911,1988,2,1,1 +"4368",4230911,1988,5,2,1 +"4369",4230911,1988,6,1,1 +"4370",4230911,1988,7,1,1 +"4371",4230911,1989,3,2,1 +"4372",4230911,1989,8,1,1 +"4373",4230911,1989,11,2,1 +"4374",4230911,1990,1,1,1 +"4375",4230911,1990,6,2,1 +"4376",4230911,1990,8,1,1 +"4377",4230911,1990,9,1,1 +"4378",4230911,1990,10,1,1 +"4379",4230911,1990,11,1,1 +"4380",4230911,1990,12,2,1 +"4381",4230911,1991,1,1,1 +"4382",4230911,1991,2,1,1 +"4383",4230911,1991,3,1,1 +"4384",4230911,1991,8,1,1 +"4385",4230911,1991,9,2,1 +"4386",4230911,1991,10,1,1 +"4387",4230911,1991,11,1,1 +"4388",4230911,1991,12,2,1 +"4389",4230911,1992,3,1,1 +"4390",4230911,1992,5,1,1 +"4391",4230911,1992,6,1,1 +"4392",4230911,1992,7,1,1 +"4393",4230911,1992,11,1,1 +"4394",4230911,1993,1,2,1 +"4395",4230911,1993,4,1,1 +"4396",4230911,1993,7,3,1 +"4397",4230911,1993,8,1,2 +"4398",4230911,1993,9,2,1 +"4399",4230911,1993,10,1,1 +"4400",4230911,1993,11,1,1 +"4401",4230911,1993,12,1,1 +"4402",4230911,1994,4,2,1 +"4403",4230911,1994,6,2,1 +"4404",4230911,1994,7,1,1 +"4405",4230911,1994,8,1,1 +"4406",4230911,1994,9,2,1 +"4407",4230911,1994,10,1,1 +"4408",4230911,1994,12,4,1 +"4409",4230911,1995,5,1,1 +"4410",4230911,1995,7,1,1 +"4411",4230911,1996,6,2,1 +"4412",4230911,1996,7,3,1 +"4413",4230911,1996,8,4,1 +"4414",4230911,1996,9,1,1 +"4415",4230911,1996,10,3,1 +"4416",4230911,1996,12,2,1 +"4417",4230911,1997,2,4,1.25 +"4418",4230911,1997,5,2,1 +"4419",4230911,1997,7,2,1 +"4420",4230911,1997,8,1,1 +"4421",4230911,1997,9,4,1 +"4422",4230911,1997,11,1,1 +"4423",4230911,1998,1,2,1 +"4424",4230911,1998,3,2,1 +"4425",4230911,1998,4,1,1 +"4426",4230911,1998,5,1,1 +"4427",4230911,1998,7,2,1 +"4428",4230911,1998,9,4,1 +"4429",4230911,1998,10,2,1 +"4430",4230911,1998,11,1,1 +"4431",4230911,1999,1,3,1 +"4432",4230911,1999,5,3,1 +"4433",4230911,1999,6,2,1 +"4434",4230911,1999,8,3,1 +"4435",4230911,1999,10,1,1 +"4436",4230911,1999,12,3,1 +"4437",4230911,2000,4,2,1 +"4438",4230911,2000,5,1,1 +"4439",4230911,2000,6,2,1 +"4440",4230911,2000,7,1,1 +"4441",4230911,2000,10,2,1 +"4442",4230911,2000,11,2,1 +"4443",4230911,2000,12,2,1 +"4444",4230911,2001,1,1,1 +"4445",4230911,2001,2,1,1 +"4446",4230911,2001,4,3,1 +"4447",4230911,2001,5,2,1 +"4448",4230911,2001,6,1,1 +"4449",4230911,2001,7,1,1 +"4450",4230911,2001,8,1,1 +"4451",4230911,2001,9,4,1 +"4452",4230911,2001,10,1,1 +"4453",4230911,2001,12,3,1 +"4454",4230911,2002,1,2,1 +"4455",4230911,2002,2,1,1 +"4456",4230911,2002,3,3,1 +"4457",4230911,2002,4,1,1 +"4458",4230911,2002,5,2,1 +"4459",4230911,2002,7,5,1 +"4460",4230911,2002,8,1,1 +"4461",4230911,2002,10,3,1 +"4462",4230911,2002,11,1,1 +"4463",4230911,2002,12,3,1 +"4464",4230911,2003,1,1,1 +"4465",4230911,2003,2,4,1 +"4466",4230911,2003,3,1,1 +"4467",4230911,2003,4,1,1 +"4468",4230911,2003,5,1,1 +"4469",4230911,2003,6,1,1 +"4470",4230911,2003,7,2,1 +"4471",4230911,2003,9,2,1 +"4472",4230911,2003,10,3,1 +"4473",4230911,2003,11,1,1 +"4474",4230911,2003,12,1,1 +"4475",4230911,2004,1,4,1 +"4476",4230911,2004,2,3,1 +"4477",4230911,2004,3,2,1 +"4478",4230911,2004,4,2,1 +"4479",4230911,2004,5,2,1 +"4480",4230911,2004,6,1,1 +"4481",4230911,2004,7,3,1 +"4482",4230911,2004,8,2,1 +"4483",4230911,2004,10,3,1 +"4484",4230911,2004,11,1,1 +"4485",4230911,2004,12,1,1 +"4486",4230911,2005,2,1,1 +"4487",4230911,2005,3,2,1 +"4488",4230911,2005,4,5,1 +"4489",4230911,2005,6,2,1 +"4490",4230911,2005,8,4,1 +"4491",4230911,2005,9,1,1 +"4492",4230911,2005,10,3,1 +"4493",4230911,2005,11,3,1 +"4494",4230911,2006,1,3,1 +"4495",4230911,2006,2,2,1 +"4496",4230911,2006,3,1,1 +"4497",4230911,2006,4,1,1 +"4498",4230911,2006,5,4,1 +"4499",4230911,2006,6,4,1 +"4500",4230911,2006,8,2,1 +"4501",4230911,2006,10,5,1 +"4502",4230911,2006,11,1,1 +"4503",4230911,2006,12,2,1 +"4504",4230911,2007,1,5,1 +"4505",4230911,2007,2,3,1 +"4506",4230911,2007,3,1,1 +"4507",4230911,2007,4,1,1 +"4508",4230911,2007,5,2,1 +"4509",4230911,2007,6,2,1 +"4510",4230911,2007,7,2,1 +"4511",4230911,2007,9,1,1 +"4512",4230911,2007,11,2,1 +"4513",4230911,2007,12,1,1 +"4514",4230911,2008,1,1,1 +"4515",4230911,2008,2,3,1 +"4516",4230911,2008,3,2,1 +"4517",4230911,2008,4,1,1 +"4518",4230911,2008,5,1,1 +"4519",4230911,2008,6,3,1 +"4520",4230911,2008,7,1,1 +"4521",4230911,2008,8,4,1 +"4522",4230911,2008,9,1,1 +"4523",4230911,2008,10,3,1 +"4524",4230911,2008,11,4,1 +"4525",4230911,2008,12,1,1 +"4526",4230911,2009,3,1,1 +"4527",4230911,2009,4,2,1 +"4528",4230911,2009,5,2,1 +"4529",4230911,2009,6,2,1 +"4530",4230911,2009,7,3,1 +"4531",4230911,2009,8,1,1 +"4532",4230911,2009,9,3,1 +"4533",4230911,2009,10,2,1 +"4534",4230911,2009,11,1,1 +"4535",4230911,2009,12,2,1 +"4536",4230911,2010,2,1,1 +"4537",4230911,2010,3,3,1 +"4538",4230911,2010,4,2,1 +"4539",4230911,2010,5,1,1 +"4540",4230911,2010,6,3,1 +"4541",4230911,2010,8,3,1 +"4542",4230911,2010,9,5,1.4 +"4543",4230911,2010,10,1,1 +"4544",4230911,2010,12,2,1 +"4545",4230911,2011,1,3,1 +"4546",4230911,2011,2,1,1 +"4547",4230911,2011,3,1,1 +"4548",4230911,2011,5,4,1 +"4549",4230911,2011,6,2,1 +"4550",4230911,2011,7,1,1 +"4551",4230911,2011,8,1,1 +"4552",4230911,2011,9,2,1 +"4553",4230911,2011,12,1,1 +"4554",4230911,2012,1,3,1 +"4555",4230911,2012,3,2,1 +"4556",4230911,2012,5,1,1 +"4557",4230911,2012,6,3,1 +"4558",4230911,2012,7,4,1 +"4559",4230911,2012,9,3,1 +"4560",4230911,2012,10,2,1 +"4561",4230911,2012,11,1,1 +"4562",4230911,2012,12,3,1 +"4563",4230911,2013,1,2,1 +"4564",4230911,2013,2,1,1 +"4565",4230911,2013,3,1,1 +"4566",4230911,2013,4,3,1 +"4567",4230911,2013,6,4,1 +"4568",4230911,2013,7,6,1 +"4569",4230911,2013,8,4,1 +"4570",4230911,2013,9,3,1 +"4571",4230911,2013,10,4,1 +"4572",4230911,2013,11,3,1 +"4573",4230911,2013,12,6,1.16666666666667 +"4574",4230911,2014,1,5,1 +"4575",4230911,2014,2,3,1 +"4576",4230911,2014,3,2,1 +"4577",4230911,2014,4,6,1 +"4578",4230911,2014,5,7,1 +"4579",4230911,2014,6,3,1 +"4580",4230911,2014,7,4,1 +"4581",4230911,2014,8,2,1 +"4582",4230911,2014,9,4,1 +"4583",4230911,2014,10,5,1 +"4584",4230911,2014,11,4,1 +"4585",4230911,2014,12,5,3 +"4586",4230911,2015,1,9,1 +"4587",4230911,2015,2,4,1 +"4588",4230911,2015,3,5,1 +"4589",4230911,2015,4,5,1 +"4590",4230911,2015,5,9,1 +"4591",4230911,2015,6,6,1 +"4592",4230911,2015,7,7,1 +"4593",4230911,2015,8,7,1 +"4594",4230911,2015,9,4,1 +"4595",4230911,2015,10,8,1 +"4596",4230911,2015,11,4,1 +"4597",4230911,2015,12,6,1 +"4598",4230911,2016,1,4,1 +"4599",4230911,2016,2,7,1 +"4600",4230911,2016,3,6,1 +"4601",4230911,2016,4,7,1 +"4602",4230911,2016,5,10,1 +"4603",4230911,2016,6,2,1 +"4604",4230911,2016,7,5,1 +"4605",4230911,2016,8,8,1.125 +"4606",4230911,2016,9,6,1 +"4607",4230911,2016,10,8,1 +"4608",4230911,2016,11,6,1 +"4609",4230911,2016,12,9,1 +"4610",4230911,2017,1,10,1 +"4611",4230911,2017,2,2,1 +"4612",4230911,2017,3,5,1 +"4613",4230911,2017,4,9,1 +"4614",4230911,2017,5,5,1 +"4615",4230911,2017,6,7,1 +"4616",4230911,2017,7,7,1 +"4617",4230911,2017,8,9,1 +"4618",4230911,2017,9,9,1 +"4619",4230911,2017,10,3,1 +"4620",4230911,2017,11,5,1 +"4621",4230911,2017,12,12,1 +"4622",4230911,2018,1,5,1 +"4623",4230911,2018,2,2,1 +"4624",4230911,2018,3,8,1 +"4625",4230911,2018,4,9,1 +"4626",4230911,2018,5,8,1.125 +"4627",4230911,2018,6,8,1 +"4628",4230911,2018,7,7,1.14285714285714 +"4629",4230911,2018,8,5,1 +"4630",4230911,2018,9,9,1.11111111111111 +"4631",4230911,2018,10,3,1 +"4632",4230911,2018,11,7,1.14285714285714 +"4633",4230911,2018,12,8,1 +"4634",4230911,2019,1,7,1 +"4635",4230911,2019,2,8,1 +"4636",4230911,2019,3,7,1.14285714285714 +"4637",4230911,2019,4,7,1 +"4638",4230911,2019,5,8,1.125 +"4639",4230911,2019,6,4,1 +"4640",4230911,2019,7,13,1 +"4641",4230911,2019,8,8,1 +"4642",4230911,2019,9,4,1 +"4643",4230911,2019,10,10,1 +"4644",4230911,2019,11,3,1 +"4645",4230911,2019,12,11,1 +"4646",4230911,2020,1,8,1.125 +"4647",4230911,2020,2,8,1 +"4648",4230911,2020,3,3,1 +"4649",4230911,2020,4,7,1 +"4650",4230911,2020,5,4,1 +"4651",4230911,2020,6,3,1 +"4652",4230911,2020,7,9,1 +"4653",4230911,2020,8,9,1.11111111111111 +"4654",4230911,2020,9,5,1 +"4655",4230911,2020,10,3,1 +"4656",4230911,2020,11,10,1 +"4657",4230911,2020,12,6,1 +"4658",4230911,2021,1,7,1 +"4659",4230911,2021,2,6,1 +"4660",4230911,2021,3,7,1 +"4661",4230911,2021,4,3,1 +"4662",4230911,2021,5,10,1 +"4663",4230911,2021,6,8,1 +"4664",4230911,2021,7,10,1 +"4665",4230911,2021,8,10,1 +"4666",4230911,2021,9,7,1 +"4667",4230911,2021,10,6,1 +"4668",4230911,2021,11,7,1 +"4669",4230911,2021,12,8,1 +"4670",4230911,2022,1,1,1 +"4671",4230911,2022,2,9,1 +"4672",4230911,2022,3,10,1 +"4673",4230911,2022,4,9,1 +"4674",4230911,2022,5,9,1 +"4675",4230911,2022,6,5,1 +"4676",4230911,2022,7,9,1 +"4677",4230911,2022,8,10,1 +"4678",4230911,2022,9,3,1 +"4679",4230911,2022,10,11,1 +"4680",4230911,2022,11,7,1 +"4681",4230911,2022,12,9,1 +"4682",4230911,2023,1,9,1 +"4683",4230911,2023,2,3,1 +"4684",4230911,2023,3,4,1 +"4685",4230911,2023,4,13,1 +"4686",4230911,2023,5,5,1 +"4687",4230911,2023,6,1,1 +"4688",4248525,2015,4,1,1 +"4689",4248525,2019,5,1,1 +"4690",4248525,2019,10,1,1 +"4691",4248525,2020,6,1,1 +"4692",4248525,2021,10,1,1 +"4693",4257036,2014,11,1,1 +"4694",4257036,2017,2,1,1 +"4695",4257036,2018,9,1,1 +"4696",4329847,1941,6,1,1 +"4697",4329847,1942,12,1,1 +"4698",4329847,1943,8,1,1 +"4699",4329847,1947,7,1,1 +"4700",4329847,1948,7,1,1 +"4701",4329847,1950,12,1,1 +"4702",4329847,1951,5,1,1 +"4703",4329847,1951,10,1,1 +"4704",4329847,1952,9,1,1 +"4705",4329847,1953,10,1,1 +"4706",4329847,1955,6,1,1 +"4707",4329847,1955,8,1,1 +"4708",4329847,1956,1,1,1 +"4709",4329847,1958,1,1,1 +"4710",4329847,1958,4,1,1 +"4711",4329847,1958,12,1,1 +"4712",4329847,1960,7,1,1 +"4713",4329847,1963,5,2,1 +"4714",4329847,1963,6,1,1 +"4715",4329847,1963,10,1,1 +"4716",4329847,1965,7,2,1 +"4717",4329847,1966,12,1,1 +"4718",4329847,1967,1,1,1 +"4719",4329847,1967,6,1,1 +"4720",4329847,1967,8,1,1 +"4721",4329847,1967,11,1,1 +"4722",4329847,1968,4,1,1 +"4723",4329847,1968,6,2,1 +"4724",4329847,1969,6,1,1 +"4725",4329847,1969,7,1,1 +"4726",4329847,1969,11,1,1 +"4727",4329847,1970,5,1,1 +"4728",4329847,1970,9,1,1 +"4729",4329847,1972,4,1,1 +"4730",4329847,1974,5,1,1 +"4731",4329847,1974,7,1,1 +"4732",4329847,1975,3,1,1 +"4733",4329847,1975,9,1,1 +"4734",4329847,1975,11,2,1 +"4735",4329847,1976,1,1,1 +"4736",4329847,1976,3,1,1 +"4737",4329847,1976,6,1,1 +"4738",4329847,1976,10,2,1 +"4739",4329847,1977,5,1,1 +"4740",4329847,1977,10,1,1 +"4741",4329847,1978,11,1,1 +"4742",4329847,1979,1,1,1 +"4743",4329847,1979,5,1,1 +"4744",4329847,1980,2,2,1 +"4745",4329847,1980,4,1,1 +"4746",4329847,1980,6,1,1 +"4747",4329847,1980,7,1,1 +"4748",4329847,1980,8,1,1 +"4749",4329847,1980,11,1,1 +"4750",4329847,1981,1,1,1 +"4751",4329847,1982,1,2,1 +"4752",4329847,1982,4,1,1 +"4753",4329847,1982,10,1,1 +"4754",4329847,1983,4,1,1 +"4755",4329847,1983,5,1,1 +"4756",4329847,1983,9,1,1 +"4757",4329847,1984,11,1,1 +"4758",4329847,1985,3,2,1 +"4759",4329847,1985,7,2,1 +"4760",4329847,1986,4,1,1 +"4761",4329847,1986,5,1,1 +"4762",4329847,1986,12,1,1 +"4763",4329847,1987,1,1,1 +"4764",4329847,1987,3,1,1 +"4765",4329847,1987,4,1,1 +"4766",4329847,1987,5,1,1 +"4767",4329847,1988,2,2,1 +"4768",4329847,1988,7,1,1 +"4769",4329847,1989,3,2,1 +"4770",4329847,1989,8,1,1 +"4771",4329847,1989,11,2,1 +"4772",4329847,1990,1,1,1 +"4773",4329847,1990,6,1,1 +"4774",4329847,1990,8,1,1 +"4775",4329847,1990,10,1,1 +"4776",4329847,1990,12,2,1 +"4777",4329847,1991,2,1,1 +"4778",4329847,1991,9,2,1 +"4779",4329847,1991,10,1,1 +"4780",4329847,1991,11,2,1 +"4781",4329847,1991,12,2,1 +"4782",4329847,1993,4,1,1 +"4783",4329847,1993,7,3,1 +"4784",4329847,1993,8,1,1 +"4785",4329847,1993,9,1,1 +"4786",4329847,1993,10,2,1 +"4787",4329847,1993,11,1,1 +"4788",4329847,1994,4,1,1 +"4789",4329847,1994,6,1,1 +"4790",4329847,1994,7,1,1 +"4791",4329847,1994,8,1,1 +"4792",4329847,1994,9,2,1 +"4793",4329847,1994,10,1,1 +"4794",4329847,1994,12,3,1 +"4795",4329847,1995,5,1,1 +"4796",4329847,1996,4,1,1 +"4797",4329847,1996,7,1,1 +"4798",4329847,1996,8,3,1 +"4799",4329847,1996,9,1,1 +"4800",4329847,1996,10,1,1 +"4801",4329847,1996,11,1,1 +"4802",4329847,1996,12,2,1 +"4803",4329847,1997,2,3,1 +"4804",4329847,1997,5,2,1 +"4805",4329847,1997,7,1,1 +"4806",4329847,1997,9,2,1 +"4807",4329847,1997,10,1,1 +"4808",4329847,1998,1,2,1 +"4809",4329847,1998,3,2,1 +"4810",4329847,1998,4,1,1 +"4811",4329847,1998,5,1,1 +"4812",4329847,1998,7,1,1 +"4813",4329847,1998,9,2,1 +"4814",4329847,1998,11,1,1 +"4815",4329847,1999,1,2,1 +"4816",4329847,1999,5,1,1 +"4817",4329847,1999,6,1,1 +"4818",4329847,1999,8,1,1 +"4819",4329847,1999,12,3,1 +"4820",4329847,2000,3,1,1 +"4821",4329847,2000,4,1,1 +"4822",4329847,2000,6,1,1 +"4823",4329847,2000,7,1,1 +"4824",4329847,2000,10,1,1 +"4825",4329847,2000,11,2,1 +"4826",4329847,2001,1,1,1 +"4827",4329847,2001,2,1,1 +"4828",4329847,2001,4,2,1 +"4829",4329847,2001,5,3,1 +"4830",4329847,2001,7,1,1 +"4831",4329847,2001,8,1,1 +"4832",4329847,2001,9,1,1 +"4833",4329847,2001,10,1,1 +"4834",4329847,2001,11,1,1 +"4835",4329847,2002,1,2,1 +"4836",4329847,2002,3,1,1 +"4837",4329847,2002,4,1,1 +"4838",4329847,2002,5,1,1 +"4839",4329847,2002,7,4,1 +"4840",4329847,2002,8,1,1 +"4841",4329847,2002,10,2,1 +"4842",4329847,2003,2,2,1 +"4843",4329847,2003,3,1,1 +"4844",4329847,2003,5,1,1 +"4845",4329847,2003,6,1,1 +"4846",4329847,2003,7,1,1 +"4847",4329847,2003,9,1,1 +"4848",4329847,2003,10,2,1 +"4849",4329847,2003,11,1,1 +"4850",4329847,2003,12,1,1 +"4851",4329847,2004,1,2,1 +"4852",4329847,2004,2,3,1 +"4853",4329847,2004,3,2,1 +"4854",4329847,2004,4,1,1 +"4855",4329847,2004,5,1,1 +"4856",4329847,2004,6,1,1 +"4857",4329847,2004,7,2,1 +"4858",4329847,2004,8,2,1 +"4859",4329847,2004,10,2,1 +"4860",4329847,2004,12,1,1 +"4861",4329847,2005,2,1,1 +"4862",4329847,2005,3,1,1 +"4863",4329847,2005,4,4,1 +"4864",4329847,2005,6,2,1 +"4865",4329847,2005,8,2,1 +"4866",4329847,2005,9,1,1 +"4867",4329847,2005,10,1,1 +"4868",4329847,2005,11,2,1 +"4869",4329847,2006,2,2,1 +"4870",4329847,2006,4,1,1 +"4871",4329847,2006,5,1,1 +"4872",4329847,2006,6,2,1 +"4873",4329847,2006,8,2,1 +"4874",4329847,2006,10,5,1 +"4875",4329847,2007,1,3,1 +"4876",4329847,2007,2,2,1 +"4877",4329847,2007,3,2,1 +"4878",4329847,2007,5,1,1 +"4879",4329847,2007,6,2,1 +"4880",4329847,2007,7,4,1 +"4881",4329847,2007,9,1,1 +"4882",4329847,2007,11,1,1 +"4883",4329847,2007,12,1,1 +"4884",4329847,2008,1,1,1 +"4885",4329847,2008,2,2,1 +"4886",4329847,2008,6,2,1 +"4887",4329847,2008,8,1,1 +"4888",4329847,2008,9,1,1 +"4889",4329847,2008,10,2,1 +"4890",4329847,2009,3,1,1 +"4891",4329847,2009,4,1,1 +"4892",4329847,2009,5,1,1 +"4893",4329847,2009,6,1,1 +"4894",4329847,2009,7,1,1 +"4895",4329847,2009,8,1,1 +"4896",4329847,2009,9,1,1 +"4897",4329847,2009,10,1,1 +"4898",4329847,2010,3,2,1 +"4899",4329847,2010,6,1,1 +"4900",4329847,2010,7,1,1 +"4901",4329847,2010,8,2,1 +"4902",4329847,2010,9,2,1 +"4903",4329847,2010,10,1,1 +"4904",4329847,2010,12,2,1 +"4905",4329847,2011,5,3,1 +"4906",4329847,2011,6,1,1 +"4907",4329847,2011,7,1,1 +"4908",4329847,2011,8,1,1 +"4909",4329847,2011,9,2,1 +"4910",4329847,2011,10,1,1 +"4911",4329847,2011,12,1,1 +"4912",4329847,2012,1,1,1 +"4913",4329847,2012,3,1,1 +"4914",4329847,2012,5,1,1 +"4915",4329847,2012,6,1,1 +"4916",4329847,2012,7,1,1 +"4917",4329847,2012,9,2,1 +"4918",4329847,2012,10,2,1 +"4919",4329847,2013,3,1,1 +"4920",4329847,2013,4,1,1 +"4921",4329847,2013,6,2,1 +"4922",4329847,2013,7,2,1 +"4923",4329847,2013,9,1,1 +"4924",4329847,2013,10,1,1 +"4925",4329847,2013,11,1,1 +"4926",4329847,2014,1,1,1 +"4927",4329847,2014,2,1,1 +"4928",4329847,2014,4,2,1 +"4929",4329847,2014,5,2,1 +"4930",4329847,2014,12,1,1 +"4931",4329847,2015,1,2,1 +"4932",4329847,2015,2,1,1 +"4933",4329847,2015,4,1,1 +"4934",4329847,2015,5,2,1 +"4935",4329847,2015,6,1,1 +"4936",4329847,2015,8,3,1 +"4937",4329847,2015,9,1,1 +"4938",4329847,2016,4,2,1 +"4939",4329847,2016,5,4,1 +"4940",4329847,2016,7,1,1 +"4941",4329847,2016,8,3,1 +"4942",4329847,2016,9,2,1 +"4943",4329847,2016,10,3,1 +"4944",4329847,2016,11,1,1 +"4945",4329847,2016,12,4,1 +"4946",4329847,2017,1,1,1 +"4947",4329847,2017,2,1,1 +"4948",4329847,2017,5,1,1 +"4949",4329847,2017,8,4,1 +"4950",4329847,2017,9,3,1 +"4951",4329847,2017,10,1,1 +"4952",4329847,2017,12,4,1 +"4953",4329847,2018,2,1,1 +"4954",4329847,2018,3,3,1 +"4955",4329847,2018,4,1,1 +"4956",4329847,2018,5,1,1 +"4957",4329847,2018,6,3,1 +"4958",4329847,2018,7,3,1 +"4959",4329847,2018,8,2,1 +"4960",4329847,2018,9,1,1 +"4961",4329847,2018,11,2,1 +"4962",4329847,2018,12,1,1 +"4963",4329847,2019,1,1,1 +"4964",4329847,2019,3,1,1 +"4965",4329847,2019,4,1,1 +"4966",4329847,2019,5,2,1 +"4967",4329847,2019,6,2,1 +"4968",4329847,2019,7,2,1 +"4969",4329847,2019,8,2,1 +"4970",4329847,2019,9,1,1 +"4971",4329847,2019,10,3,1 +"4972",4329847,2019,11,1,1 +"4973",4329847,2019,12,3,1 +"4974",4329847,2020,1,3,1 +"4975",4329847,2020,3,1,1 +"4976",4329847,2020,4,3,1 +"4977",4329847,2020,7,3,1 +"4978",4329847,2020,8,2,1 +"4979",4329847,2020,9,1,1 +"4980",4329847,2020,11,2,1 +"4981",4329847,2020,12,2,1 +"4982",4329847,2021,1,2,1 +"4983",4329847,2021,4,2,1 +"4984",4329847,2021,6,2,1 +"4985",4329847,2021,7,2,1 +"4986",4329847,2021,8,3,1 +"4987",4329847,2021,9,3,1 +"4988",4329847,2021,10,2,1 +"4989",4329847,2021,11,4,1 +"4990",4329847,2021,12,1,1 +"4991",4329847,2022,2,1,1 +"4992",4329847,2022,4,3,1 +"4993",4329847,2022,5,1,1 +"4994",4329847,2022,6,1,1 +"4995",4329847,2022,7,2,1 +"4996",4329847,2022,8,2,1 +"4997",4329847,2022,9,1,1 +"4998",4329847,2022,10,2,1 +"4999",4329847,2022,11,1,1 +"5000",4329847,2022,12,2,1 +"5001",4329847,2023,1,3,1 +"5002",4329847,2023,2,2,1 +"5003",4329847,2023,4,2,1 +"5004",4329847,2023,5,1,1 +"5005",4336464,1942,12,1,1 +"5006",4336464,1943,8,1,1 +"5007",4336464,1947,7,1,1 +"5008",4336464,1948,7,1,1 +"5009",4336464,1950,12,1,1 +"5010",4336464,1951,5,1,1 +"5011",4336464,1951,10,1,1 +"5012",4336464,1952,9,1,1 +"5013",4336464,1953,10,1,1 +"5014",4336464,1955,6,1,1 +"5015",4336464,1955,8,1,1 +"5016",4336464,1956,1,1,1 +"5017",4336464,1958,1,1,1 +"5018",4336464,1958,4,1,1 +"5019",4336464,1958,12,1,1 +"5020",4336464,1960,7,1,1 +"5021",4336464,1963,5,2,1 +"5022",4336464,1963,6,1,1 +"5023",4336464,1963,10,1,1 +"5024",4336464,1965,7,2,1 +"5025",4336464,1966,12,1,1 +"5026",4336464,1967,1,1,1 +"5027",4336464,1967,8,1,1 +"5028",4336464,1967,11,1,1 +"5029",4336464,1968,4,1,1 +"5030",4336464,1968,6,2,1 +"5031",4336464,1969,6,1,1 +"5032",4336464,1969,7,1,1 +"5033",4336464,1969,11,1,1 +"5034",4336464,1970,5,1,1 +"5035",4336464,1970,9,1,2 +"5036",4336464,1972,4,1,1 +"5037",4336464,1974,5,1,1 +"5038",4336464,1974,7,1,1 +"5039",4336464,1975,3,1,1 +"5040",4336464,1975,9,1,1 +"5041",4336464,1975,11,2,1 +"5042",4336464,1976,1,1,1 +"5043",4336464,1976,3,1,1 +"5044",4336464,1976,6,1,1 +"5045",4336464,1976,7,1,1 +"5046",4336464,1976,10,3,1 +"5047",4336464,1977,5,1,1 +"5048",4336464,1977,10,1,1 +"5049",4336464,1978,11,1,1 +"5050",4336464,1979,11,1,1 +"5051",4336464,1980,2,1,1 +"5052",4336464,1980,4,1,1 +"5053",4336464,1980,7,1,1 +"5054",4336464,1980,8,1,1 +"5055",4336464,1980,11,1,1 +"5056",4336464,1981,1,1,1 +"5057",4336464,1982,1,2,1 +"5058",4336464,1982,4,1,1 +"5059",4336464,1982,10,1,1 +"5060",4336464,1983,9,1,1 +"5061",4336464,1984,11,1,1 +"5062",4336464,1985,3,2,1 +"5063",4336464,1985,7,2,1 +"5064",4336464,1986,4,1,1 +"5065",4336464,1986,5,1,1 +"5066",4336464,1987,1,1,1 +"5067",4336464,1987,3,1,1 +"5068",4336464,1987,4,1,1 +"5069",4336464,1987,5,1,1 +"5070",4336464,1988,2,1,1 +"5071",4336464,1988,7,1,1 +"5072",4336464,1989,3,2,1 +"5073",4336464,1989,8,1,1 +"5074",4336464,1989,11,2,1 +"5075",4336464,1990,1,1,1 +"5076",4336464,1990,6,1,1 +"5077",4336464,1990,8,1,1 +"5078",4336464,1990,10,1,1 +"5079",4336464,1990,12,2,1 +"5080",4336464,1991,2,1,1 +"5081",4336464,1991,9,1,1 +"5082",4336464,1991,10,1,1 +"5083",4336464,1991,11,1,1 +"5084",4336464,1991,12,2,1 +"5085",4336464,1992,7,1,1 +"5086",4336464,1993,4,1,1 +"5087",4336464,1993,7,3,1 +"5088",4336464,1993,8,1,2 +"5089",4336464,1993,9,1,1 +"5090",4336464,1993,10,1,1 +"5091",4336464,1993,11,1,1 +"5092",4336464,1994,4,1,1 +"5093",4336464,1994,6,1,1 +"5094",4336464,1994,7,1,1 +"5095",4336464,1994,8,1,1 +"5096",4336464,1994,9,1,1 +"5097",4336464,1994,10,1,1 +"5098",4336464,1994,12,3,1 +"5099",4336464,1995,5,1,1 +"5100",4336464,1996,7,1,1 +"5101",4336464,1996,8,3,1 +"5102",4336464,1996,9,1,1 +"5103",4336464,1996,10,1,1 +"5104",4336464,1996,12,2,1 +"5105",4336464,1997,2,3,1.33333333333333 +"5106",4336464,1997,5,2,1 +"5107",4336464,1997,7,1,1 +"5108",4336464,1997,9,2,1 +"5109",4336464,1998,1,1,1 +"5110",4336464,1998,3,2,1 +"5111",4336464,1998,4,1,1 +"5112",4336464,1998,5,1,1 +"5113",4336464,1998,7,1,1 +"5114",4336464,1998,9,2,1 +"5115",4336464,1998,10,1,1 +"5116",4336464,1998,11,1,1 +"5117",4336464,1999,1,2,1 +"5118",4336464,1999,5,2,1 +"5119",4336464,1999,6,1,1 +"5120",4336464,1999,8,1,1 +"5121",4336464,1999,12,3,1 +"5122",4336464,2000,4,1,1 +"5123",4336464,2000,6,1,1 +"5124",4336464,2000,7,1,1 +"5125",4336464,2000,10,1,1 +"5126",4336464,2000,11,2,1 +"5127",4336464,2001,1,1,1 +"5128",4336464,2001,2,1,1 +"5129",4336464,2001,4,2,1 +"5130",4336464,2001,5,2,1 +"5131",4336464,2001,7,1,1 +"5132",4336464,2001,8,1,1 +"5133",4336464,2001,9,1,1 +"5134",4336464,2001,10,1,1 +"5135",4336464,2002,1,1,1 +"5136",4336464,2002,3,1,1 +"5137",4336464,2002,4,1,1 +"5138",4336464,2002,5,1,1 +"5139",4336464,2002,7,4,1 +"5140",4336464,2002,8,1,1 +"5141",4336464,2002,10,2,1 +"5142",4336464,2002,12,1,1 +"5143",4336464,2003,2,2,1 +"5144",4336464,2003,3,1,1 +"5145",4336464,2003,5,1,1 +"5146",4336464,2003,6,1,1 +"5147",4336464,2003,7,1,1 +"5148",4336464,2003,9,1,1 +"5149",4336464,2003,10,2,1 +"5150",4336464,2003,11,1,1 +"5151",4336464,2003,12,1,1 +"5152",4336464,2004,1,2,1 +"5153",4336464,2004,2,3,1 +"5154",4336464,2004,3,2,1 +"5155",4336464,2004,4,1,1 +"5156",4336464,2004,5,1,1 +"5157",4336464,2004,6,1,1 +"5158",4336464,2004,7,1,1 +"5159",4336464,2004,8,2,1 +"5160",4336464,2004,10,2,1 +"5161",4336464,2004,12,1,1 +"5162",4336464,2005,2,1,1 +"5163",4336464,2005,3,1,1 +"5164",4336464,2005,4,5,1 +"5165",4336464,2005,6,2,1 +"5166",4336464,2005,8,2,1 +"5167",4336464,2005,9,1,1 +"5168",4336464,2005,10,1,1 +"5169",4336464,2005,11,2,1 +"5170",4336464,2006,1,1,1 +"5171",4336464,2006,2,2,1 +"5172",4336464,2006,4,1,1 +"5173",4336464,2006,5,1,1 +"5174",4336464,2006,6,2,1 +"5175",4336464,2006,8,2,1 +"5176",4336464,2006,10,4,1 +"5177",4336464,2007,1,3,1 +"5178",4336464,2007,2,2,1 +"5179",4336464,2007,3,1,1 +"5180",4336464,2007,5,1,1 +"5181",4336464,2007,6,2,1 +"5182",4336464,2007,7,2,1 +"5183",4336464,2007,11,2,1 +"5184",4336464,2007,12,1,1 +"5185",4336464,2008,1,1,1 +"5186",4336464,2008,2,2,1 +"5187",4336464,2008,3,1,1 +"5188",4336464,2008,6,2,1 +"5189",4336464,2008,8,2,1 +"5190",4336464,2008,9,1,1 +"5191",4336464,2008,10,2,1 +"5192",4336464,2009,3,1,1 +"5193",4336464,2009,4,1,1 +"5194",4336464,2009,5,1,1 +"5195",4336464,2009,6,1,1 +"5196",4336464,2009,7,1,1 +"5197",4336464,2009,8,1,1 +"5198",4336464,2009,9,2,1 +"5199",4336464,2009,10,1,1 +"5200",4336464,2010,3,2,1 +"5201",4336464,2010,6,2,1 +"5202",4336464,2010,8,2,1 +"5203",4336464,2010,9,2,1 +"5204",4336464,2010,10,1,1 +"5205",4336464,2010,12,2,1 +"5206",4336464,2011,5,2,1 +"5207",4336464,2011,6,1,1 +"5208",4336464,2011,7,1,1 +"5209",4336464,2011,8,1,1 +"5210",4336464,2011,9,2,1 +"5211",4336464,2011,12,1,1 +"5212",4336464,2012,1,2,1 +"5213",4336464,2012,3,1,1 +"5214",4336464,2012,5,1,1 +"5215",4336464,2012,6,1,1 +"5216",4336464,2012,7,1,1 +"5217",4336464,2012,9,3,1 +"5218",4336464,2012,10,2,1 +"5219",4336464,2013,4,1,1 +"5220",4336464,2013,6,2,1 +"5221",4336464,2013,7,2,1 +"5222",4336464,2013,9,2,1 +"5223",4336464,2013,10,1,1 +"5224",4336464,2013,11,1,1 +"5225",4336464,2014,1,1,1 +"5226",4336464,2014,2,2,1 +"5227",4336464,2014,4,2,1 +"5228",4336464,2014,5,2,1 +"5229",4336464,2014,10,1,1 +"5230",4336464,2014,12,1,1 +"5231",4336464,2015,1,2,1 +"5232",4336464,2015,2,1,1 +"5233",4336464,2015,4,1,1 +"5234",4336464,2015,5,2,1 +"5235",4336464,2015,6,1,1 +"5236",4336464,2015,8,3,1 +"5237",4336464,2015,9,1,1 +"5238",4336464,2016,4,2,1 +"5239",4336464,2016,5,4,1 +"5240",4336464,2016,7,2,1 +"5241",4336464,2016,8,3,1 +"5242",4336464,2016,9,2,1 +"5243",4336464,2016,10,3,1 +"5244",4336464,2016,11,1,1 +"5245",4336464,2016,12,4,1 +"5246",4336464,2017,1,1,1 +"5247",4336464,2017,2,1,1 +"5248",4336464,2017,5,1,1 +"5249",4336464,2017,8,4,1 +"5250",4336464,2017,9,3,1 +"5251",4336464,2017,10,1,1 +"5252",4336464,2017,12,4,1 +"5253",4336464,2018,2,1,1 +"5254",4336464,2018,3,3,1 +"5255",4336464,2018,4,1,1 +"5256",4336464,2018,5,1,2 +"5257",4336464,2018,6,3,1 +"5258",4336464,2018,7,4,1.25 +"5259",4336464,2018,8,2,1 +"5260",4336464,2018,9,1,2 +"5261",4336464,2018,11,2,1 +"5262",4336464,2018,12,1,1 +"5263",4336464,2019,1,1,1 +"5264",4336464,2019,3,2,1 +"5265",4336464,2019,4,1,1 +"5266",4336464,2019,5,2,1 +"5267",4336464,2019,6,2,1 +"5268",4336464,2019,7,2,1 +"5269",4336464,2019,8,2,1 +"5270",4336464,2019,9,1,1 +"5271",4336464,2019,10,3,1 +"5272",4336464,2019,11,1,1 +"5273",4336464,2019,12,4,1 +"5274",4336464,2020,1,3,1.33333333333333 +"5275",4336464,2020,3,1,1 +"5276",4336464,2020,4,3,1 +"5277",4336464,2020,7,3,1 +"5278",4336464,2020,8,2,1 +"5279",4336464,2020,9,1,1 +"5280",4336464,2020,11,2,1 +"5281",4336464,2020,12,2,1 +"5282",4336464,2021,1,2,1 +"5283",4336464,2021,4,2,1 +"5284",4336464,2021,6,2,1 +"5285",4336464,2021,7,2,1 +"5286",4336464,2021,8,3,1 +"5287",4336464,2021,9,3,1 +"5288",4336464,2021,10,2,1 +"5289",4336464,2021,11,4,1 +"5290",4336464,2021,12,1,1 +"5291",4336464,2022,2,2,1 +"5292",4336464,2022,3,1,1 +"5293",4336464,2022,4,3,1 +"5294",4336464,2022,5,1,1 +"5295",4336464,2022,6,1,1 +"5296",4336464,2022,7,2,1 +"5297",4336464,2022,8,2,1 +"5298",4336464,2022,9,1,1 +"5299",4336464,2022,10,2,1 +"5300",4336464,2022,11,1,1 +"5301",4336464,2022,12,2,1 +"5302",4336464,2023,1,3,1 +"5303",4336464,2023,2,2,1 +"5304",4336464,2023,4,2,1 +"5305",4336464,2023,5,1,1 +"5306",4353713,2018,1,1,1 +"5307",4353713,2019,2,1,1 +"5308",4353713,2021,7,1,1 +"5309",4353717,2016,10,1,1 +"5310",4353717,2021,5,1,1 +"5311",4353717,2022,12,1,1 +"5312",4353843,2002,3,1,1 +"5313",4353843,2015,9,1,1 +"5314",4353843,2021,9,1,1 +"5315",4353843,2021,10,1,1 +"5316",4353843,2021,12,1,1 +"5317",4353843,2023,4,1,1 +"5318",4354252,2018,1,1,1 +"5319",4354252,2019,8,1,1 +"5320",4354252,2020,8,1,1 +"5321",4354252,2021,2,1,1 +"5322",4354252,2021,6,1,1 +"5323",4354252,2021,11,1,1 +"5324",19018935,1970,3,1,1 +"5325",19018935,1970,9,1,2 +"5326",19018935,1971,9,1,1 +"5327",19018935,1974,10,1,1 +"5328",19018935,1975,7,1,2 +"5329",19018935,1975,12,2,2 +"5330",19018935,1977,5,2,4 +"5331",19018935,1977,6,1,2 +"5332",19018935,1977,7,1,1 +"5333",19018935,1978,12,1,2 +"5334",19018935,1979,4,2,1.5 +"5335",19018935,1979,11,1,2 +"5336",19018935,1980,3,1,1 +"5337",19018935,1980,11,1,1 +"5338",19018935,1981,3,1,5 +"5339",19018935,1981,4,1,2 +"5340",19018935,1981,7,1,4 +"5341",19018935,1981,12,1,1 +"5342",19018935,1982,6,1,11 +"5343",19018935,1982,8,1,2 +"5344",19018935,1982,12,2,2 +"5345",19018935,1983,1,1,2 +"5346",19018935,1983,7,2,1 +"5347",19018935,1983,12,2,15 +"5348",19018935,1984,2,1,1 +"5349",19018935,1984,3,1,1 +"5350",19018935,1984,5,1,1 +"5351",19018935,1984,7,1,2 +"5352",19018935,1984,8,1,1 +"5353",19018935,1984,10,1,1 +"5354",19018935,1984,11,1,3 +"5355",19018935,1984,12,1,17 +"5356",19018935,1985,3,1,2 +"5357",19018935,1985,4,1,2 +"5358",19018935,1985,5,1,3 +"5359",19018935,1985,6,1,2 +"5360",19018935,1986,4,1,2 +"5361",19018935,1986,5,1,1 +"5362",19018935,1986,9,1,1 +"5363",19018935,1986,11,1,1 +"5364",19018935,1987,1,2,3 +"5365",19018935,1987,5,3,3 +"5366",19018935,1987,10,1,2 +"5367",19018935,1987,11,1,1 +"5368",19018935,1988,1,1,2 +"5369",19018935,1988,6,1,1 +"5370",19018935,1989,4,1,1 +"5371",19018935,1989,5,1,2 +"5372",19018935,1989,6,1,3 +"5373",19018935,1989,7,1,1 +"5374",19018935,1989,10,1,1 +"5375",19018935,1990,1,2,3.5 +"5376",19018935,1990,2,1,2 +"5377",19018935,1990,5,3,1.66666666666667 +"5378",19018935,1990,6,2,2 +"5379",19018935,1990,8,1,2 +"5380",19018935,1990,12,2,4 +"5381",19018935,1991,1,1,1 +"5382",19018935,1991,2,1,2 +"5383",19018935,1991,3,1,2 +"5384",19018935,1991,4,1,1 +"5385",19018935,1991,5,1,15 +"5386",19018935,1991,6,2,2.5 +"5387",19018935,1991,7,1,2 +"5388",19018935,1991,8,4,2.75 +"5389",19018935,1991,10,2,2.5 +"5390",19018935,1992,1,1,2 +"5391",19018935,1992,3,1,4 +"5392",19018935,1992,7,1,3 +"5393",19018935,1992,8,2,1.5 +"5394",19018935,1992,9,2,1 +"5395",19018935,1992,10,1,2 +"5396",19018935,1993,1,1,1 +"5397",19018935,1993,2,2,2 +"5398",19018935,1993,5,1,2 +"5399",19018935,1993,6,1,6 +"5400",19018935,1993,7,1,1 +"5401",19018935,1993,10,2,2 +"5402",19018935,1993,11,1,1 +"5403",19018935,1994,3,1,2 +"5404",19018935,1994,4,1,2 +"5405",19018935,1994,6,2,1.5 +"5406",19018935,1994,8,1,1 +"5407",19018935,1994,9,1,1 +"5408",19018935,1994,12,2,5 +"5409",19018935,1995,3,1,2 +"5410",19018935,1995,6,1,2 +"5411",19018935,1995,7,1,5 +"5412",19018935,1995,9,2,1 +"5413",19018935,1995,11,1,2 +"5414",19018935,1995,12,3,1.66666666666667 +"5415",19018935,1996,3,1,2 +"5416",19018935,1996,6,2,2 +"5417",19018935,1996,7,1,2 +"5418",19018935,1996,8,1,1 +"5419",19018935,1996,10,3,2.33333333333333 +"5420",19018935,1996,12,1,2 +"5421",19018935,1997,1,1,2 +"5422",19018935,1997,5,3,1.66666666666667 +"5423",19018935,1997,6,2,2 +"5424",19018935,1997,8,2,1.5 +"5425",19018935,1997,9,5,2 +"5426",19018935,1997,10,1,2 +"5427",19018935,1998,2,3,1.33333333333333 +"5428",19018935,1998,3,2,5 +"5429",19018935,1998,4,2,2 +"5430",19018935,1998,6,2,2.5 +"5431",19018935,1998,8,3,2.66666666666667 +"5432",19018935,1998,10,1,2 +"5433",19018935,1998,11,1,1 +"5434",19018935,1998,12,1,2 +"5435",19018935,1999,2,1,1 +"5436",19018935,1999,4,1,2 +"5437",19018935,1999,5,2,3.5 +"5438",19018935,1999,6,1,2 +"5439",19018935,1999,7,2,3 +"5440",19018935,1999,9,1,1 +"5441",19018935,1999,11,2,2.5 +"5442",19018935,2000,1,2,1.5 +"5443",19018935,2000,2,4,2.25 +"5444",19018935,2000,3,5,1.6 +"5445",19018935,2000,6,2,1 +"5446",19018935,2000,7,1,2 +"5447",19018935,2000,8,2,1.5 +"5448",19018935,2000,10,1,2 +"5449",19018935,2000,11,3,1 +"5450",19018935,2000,12,1,1 +"5451",19018935,2001,2,1,2 +"5452",19018935,2001,4,2,2.5 +"5453",19018935,2001,6,4,1.5 +"5454",19018935,2001,7,2,2 +"5455",19018935,2001,9,1,1 +"5456",19018935,2001,10,1,2 +"5457",19018935,2001,12,1,2 +"5458",19018935,2002,1,3,1.66666666666667 +"5459",19018935,2002,2,1,1 +"5460",19018935,2002,3,3,1.66666666666667 +"5461",19018935,2002,5,3,4.66666666666667 +"5462",19018935,2002,6,3,1.66666666666667 +"5463",19018935,2002,7,1,1 +"5464",19018935,2002,8,1,2 +"5465",19018935,2002,9,1,1 +"5466",19018935,2002,12,4,1.75 +"5467",19018935,2003,1,3,2 +"5468",19018935,2003,2,4,1.5 +"5469",19018935,2003,5,4,1.75 +"5470",19018935,2003,6,3,2.66666666666667 +"5471",19018935,2003,8,2,2 +"5472",19018935,2003,9,2,2 +"5473",19018935,2003,10,1,2 +"5474",19018935,2003,11,1,2 +"5475",19018935,2003,12,1,2 +"5476",19018935,2004,1,3,1.33333333333333 +"5477",19018935,2004,2,1,3 +"5478",19018935,2004,3,2,2 +"5479",19018935,2004,4,2,1.5 +"5480",19018935,2004,5,2,2 +"5481",19018935,2004,6,1,2 +"5482",19018935,2004,7,3,4.33333333333333 +"5483",19018935,2004,8,3,2.66666666666667 +"5484",19018935,2004,10,2,3.5 +"5485",19018935,2004,11,2,4 +"5486",19018935,2004,12,2,1.5 +"5487",19018935,2005,1,1,3 +"5488",19018935,2005,2,1,2 +"5489",19018935,2005,3,3,2.66666666666667 +"5490",19018935,2005,4,2,2 +"5491",19018935,2005,5,1,1 +"5492",19018935,2005,6,1,25 +"5493",19018935,2005,7,1,2 +"5494",19018935,2005,9,3,2.66666666666667 +"5495",19018935,2005,10,1,1 +"5496",19018935,2005,12,2,2 +"5497",19018935,2006,1,2,1.5 +"5498",19018935,2006,2,2,1 +"5499",19018935,2006,3,1,2 +"5500",19018935,2006,4,4,2 +"5501",19018935,2006,6,1,2 +"5502",19018935,2006,7,2,1 +"5503",19018935,2006,8,1,2 +"5504",19018935,2006,9,3,2 +"5505",19018935,2006,10,2,1.5 +"5506",19018935,2006,11,1,1 +"5507",19018935,2006,12,2,1.5 +"5508",19018935,2007,2,2,1.5 +"5509",19018935,2007,3,1,2 +"5510",19018935,2007,4,3,1.66666666666667 +"5511",19018935,2007,6,3,1.66666666666667 +"5512",19018935,2007,9,1,1 +"5513",19018935,2007,10,2,2.5 +"5514",19018935,2007,11,2,1.5 +"5515",19018935,2007,12,4,1.75 +"5516",19018935,2008,1,1,1 +"5517",19018935,2008,2,1,1 +"5518",19018935,2008,3,4,1.25 +"5519",19018935,2008,5,3,2.33333333333333 +"5520",19018935,2008,6,1,1 +"5521",19018935,2008,7,2,2 +"5522",19018935,2008,8,2,1.5 +"5523",19018935,2008,9,2,1.5 +"5524",19018935,2008,10,2,2 +"5525",19018935,2008,11,1,1 +"5526",19018935,2009,1,5,1.8 +"5527",19018935,2009,2,1,1 +"5528",19018935,2009,3,4,1.75 +"5529",19018935,2009,4,4,1.75 +"5530",19018935,2009,5,1,1 +"5531",19018935,2009,6,2,9.5 +"5532",19018935,2009,7,2,3 +"5533",19018935,2009,8,2,1 +"5534",19018935,2009,9,4,2 +"5535",19018935,2009,10,2,3 +"5536",19018935,2009,11,2,1.5 +"5537",19018935,2009,12,3,3.66666666666667 +"5538",19018935,2010,1,1,1 +"5539",19018935,2010,2,3,1.66666666666667 +"5540",19018935,2010,3,1,2 +"5541",19018935,2010,4,2,1 +"5542",19018935,2010,5,4,2 +"5543",19018935,2010,6,2,2.5 +"5544",19018935,2010,7,1,1 +"5545",19018935,2010,9,3,2 +"5546",19018935,2010,10,2,1 +"5547",19018935,2010,11,1,2 +"5548",19018935,2011,1,6,1.5 +"5549",19018935,2011,2,1,1 +"5550",19018935,2011,3,1,2 +"5551",19018935,2011,4,2,1 +"5552",19018935,2011,5,1,2 +"5553",19018935,2011,6,2,2.5 +"5554",19018935,2011,7,4,1.75 +"5555",19018935,2011,8,2,1.5 +"5556",19018935,2011,9,4,2.25 +"5557",19018935,2011,10,3,1.33333333333333 +"5558",19018935,2011,11,1,1 +"5559",19018935,2011,12,2,1 +"5560",19018935,2012,1,3,1.33333333333333 +"5561",19018935,2012,2,1,2 +"5562",19018935,2012,3,2,1.5 +"5563",19018935,2012,4,3,1.33333333333333 +"5564",19018935,2012,5,2,2 +"5565",19018935,2012,6,1,2 +"5566",19018935,2012,7,2,2.5 +"5567",19018935,2012,8,1,1 +"5568",19018935,2012,9,5,1.2 +"5569",19018935,2012,10,2,1.5 +"5570",19018935,2012,11,2,1.5 +"5571",19018935,2012,12,5,2 +"5572",19018935,2013,2,2,1.5 +"5573",19018935,2013,3,3,2 +"5574",19018935,2013,4,2,1.5 +"5575",19018935,2013,6,2,1.5 +"5576",19018935,2013,7,2,1.5 +"5577",19018935,2013,8,1,1 +"5578",19018935,2013,9,1,2 +"5579",19018935,2013,10,3,3.66666666666667 +"5580",19018935,2013,11,2,2 +"5581",19018935,2013,12,3,2 +"5582",19018935,2014,1,2,2 +"5583",19018935,2014,2,4,9 +"5584",19018935,2014,3,1,1 +"5585",19018935,2014,4,2,19 +"5586",19018935,2014,5,3,1.66666666666667 +"5587",19018935,2014,6,2,1.5 +"5588",19018935,2014,7,6,2.33333333333333 +"5589",19018935,2014,8,6,2 +"5590",19018935,2014,9,1,1 +"5591",19018935,2014,10,1,2 +"5592",19018935,2014,11,3,1.66666666666667 +"5593",19018935,2014,12,4,2.5 +"5594",19018935,2015,1,2,2 +"5595",19018935,2015,2,3,2 +"5596",19018935,2015,3,6,6.5 +"5597",19018935,2015,4,2,1.5 +"5598",19018935,2015,5,5,3.8 +"5599",19018935,2015,6,2,2 +"5600",19018935,2015,7,4,2.5 +"5601",19018935,2015,8,1,1 +"5602",19018935,2015,9,5,2 +"5603",19018935,2015,10,2,1.5 +"5604",19018935,2015,11,3,3.66666666666667 +"5605",19018935,2015,12,1,1 +"5606",19018935,2016,1,4,2.25 +"5607",19018935,2016,2,2,2 +"5608",19018935,2016,3,1,3 +"5609",19018935,2016,4,2,3 +"5610",19018935,2016,5,6,3 +"5611",19018935,2016,6,3,1.33333333333333 +"5612",19018935,2016,7,3,1.66666666666667 +"5613",19018935,2016,8,4,1.5 +"5614",19018935,2016,9,1,2 +"5615",19018935,2016,10,2,1.5 +"5616",19018935,2016,12,1,2 +"5617",19018935,2017,1,2,1 +"5618",19018935,2017,2,1,2 +"5619",19018935,2017,3,4,1.75 +"5620",19018935,2017,4,3,2 +"5621",19018935,2017,5,4,1.25 +"5622",19018935,2017,6,5,3 +"5623",19018935,2017,8,4,2.25 +"5624",19018935,2017,9,1,2 +"5625",19018935,2017,10,4,1.75 +"5626",19018935,2017,11,3,4.33333333333333 +"5627",19018935,2017,12,2,2 +"5628",19018935,2018,1,1,1 +"5629",19018935,2018,2,2,1.5 +"5630",19018935,2018,3,5,2.2 +"5631",19018935,2018,4,4,1.25 +"5632",19018935,2018,5,1,2 +"5633",19018935,2018,6,2,2 +"5634",19018935,2018,7,2,2 +"5635",19018935,2018,8,7,4.42857142857143 +"5636",19018935,2018,9,1,1 +"5637",19018935,2018,10,4,1.75 +"5638",19018935,2018,11,3,1.33333333333333 +"5639",19018935,2018,12,4,1.5 +"5640",19018935,2019,1,3,1.66666666666667 +"5641",19018935,2019,2,2,2 +"5642",19018935,2019,3,2,1.5 +"5643",19018935,2019,4,2,3 +"5644",19018935,2019,5,4,4.25 +"5645",19018935,2019,6,3,2.33333333333333 +"5646",19018935,2019,7,3,1.33333333333333 +"5647",19018935,2019,8,4,1.25 +"5648",19018935,2019,9,3,10 +"5649",19018935,2019,10,4,2 +"5650",19018935,2019,11,2,1 +"5651",19018935,2019,12,2,2.5 +"5652",19018935,2020,1,6,3.66666666666667 +"5653",19018935,2020,2,1,1 +"5654",19018935,2020,3,2,1.5 +"5655",19018935,2020,4,1,2 +"5656",19018935,2020,5,3,3.66666666666667 +"5657",19018935,2020,6,5,2.8 +"5658",19018935,2020,7,2,3 +"5659",19018935,2020,8,7,2.14285714285714 +"5660",19018935,2020,9,2,1.5 +"5661",19018935,2020,10,4,1.75 +"5662",19018935,2020,11,5,2 +"5663",19018935,2020,12,5,2.6 +"5664",19018935,2021,1,3,2 +"5665",19018935,2021,2,1,2 +"5666",19018935,2021,3,3,2 +"5667",19018935,2021,4,3,2.66666666666667 +"5668",19018935,2021,5,4,1.75 +"5669",19018935,2021,6,1,5 +"5670",19018935,2021,7,6,5.83333333333333 +"5671",19018935,2021,8,2,2.5 +"5672",19018935,2021,9,3,1.33333333333333 +"5673",19018935,2021,10,4,2 +"5674",19018935,2021,11,3,1.66666666666667 +"5675",19018935,2021,12,3,1.33333333333333 +"5676",19018935,2022,1,4,1.25 +"5677",19018935,2022,2,8,2.5 +"5678",19018935,2022,3,4,1.5 +"5679",19018935,2022,4,7,1.85714285714286 +"5680",19018935,2022,5,7,1.71428571428571 +"5681",19018935,2022,6,3,2.33333333333333 +"5682",19018935,2022,7,5,3.4 +"5683",19018935,2022,8,4,2 +"5684",19018935,2022,9,2,1.5 +"5685",19018935,2022,10,6,2 +"5686",19018935,2022,11,2,2.5 +"5687",19018935,2022,12,4,1.75 +"5688",19018935,2023,1,1,1 +"5689",19018935,2023,2,3,1.66666666666667 +"5690",19018935,2023,3,3,1.33333333333333 +"5691",19018935,2023,4,4,2.75 +"5692",19018935,2023,5,3,1.66666666666667 +"5693",19018935,2023,6,2,2 +"5694",19075601,1997,1,22,2.22727272727273 +"5695",19075601,1997,2,21,2.23809523809524 +"5696",19075601,1997,3,17,1.88235294117647 +"5697",19075601,1997,4,24,2.16666666666667 +"5698",19075601,1997,5,19,1.73684210526316 +"5699",19075601,1997,6,20,1.95 +"5700",19075601,1997,7,31,2.48387096774194 +"5701",19075601,1997,8,18,2 +"5702",19075601,1997,9,30,1.86666666666667 +"5703",19075601,1997,10,27,1.59259259259259 +"5704",19075601,1997,11,25,2.16 +"5705",19075601,1997,12,18,2 +"5706",19075601,1998,1,9,2.11111111111111 +"5707",19075601,1998,2,3,1.66666666666667 +"5708",19075601,1998,3,6,1.66666666666667 +"5709",19075601,1998,4,4,1.5 +"5710",19075601,1998,5,2,1 +"5711",19075601,1998,6,3,2.33333333333333 +"5712",19075601,1998,7,2,1.5 +"5713",19075601,1998,8,5,2.2 +"5714",19075601,1998,9,5,1.6 +"5715",19075601,1998,10,5,1.6 +"5716",19075601,1998,11,3,1.33333333333333 +"5717",19075601,1998,12,4,1.25 +"5718",19075601,1999,1,7,6 +"5719",19075601,1999,2,2,1.5 +"5720",19075601,1999,3,3,2.33333333333333 +"5721",19075601,1999,4,2,4 +"5722",19075601,1999,5,6,1.83333333333333 +"5723",19075601,1999,6,7,3 +"5724",19075601,1999,7,1,2 +"5725",19075601,1999,8,5,1.4 +"5726",19075601,1999,9,3,2.66666666666667 +"5727",19075601,1999,10,4,9 +"5728",19075601,1999,11,4,1.5 +"5729",19075601,1999,12,7,1.42857142857143 +"5730",19075601,2000,1,4,3.25 +"5731",19075601,2000,3,3,2 +"5732",19075601,2000,4,2,1 +"5733",19075601,2000,5,3,2.33333333333333 +"5734",19075601,2000,6,5,1.6 +"5735",19075601,2000,7,3,1.66666666666667 +"5736",19075601,2000,8,2,1.5 +"5737",19075601,2000,9,2,1 +"5738",19075601,2000,10,5,1.4 +"5739",19075601,2000,11,4,1.75 +"5740",19075601,2000,12,6,4.66666666666667 +"5741",19075601,2001,1,5,1.6 +"5742",19075601,2001,2,4,1.5 +"5743",19075601,2001,3,1,1 +"5744",19075601,2001,4,7,1.14285714285714 +"5745",19075601,2001,5,6,2.16666666666667 +"5746",19075601,2001,6,3,3.33333333333333 +"5747",19075601,2001,7,7,2.14285714285714 +"5748",19075601,2001,8,4,1.5 +"5749",19075601,2001,9,4,1.25 +"5750",19075601,2001,10,3,2 +"5751",19075601,2001,11,4,7.25 +"5752",19075601,2001,12,9,1.66666666666667 +"5753",19075601,2002,1,2,1 +"5754",19075601,2002,3,6,1.33333333333333 +"5755",19075601,2002,4,4,1.75 +"5756",19075601,2002,5,7,1.85714285714286 +"5757",19075601,2002,6,2,1.5 +"5758",19075601,2002,7,11,1.36363636363636 +"5759",19075601,2002,8,4,1 +"5760",19075601,2002,9,2,1 +"5761",19075601,2002,10,4,1 +"5762",19075601,2002,11,4,1.25 +"5763",19075601,2002,12,6,1.83333333333333 +"5764",19075601,2003,1,4,2.5 +"5765",19075601,2003,2,4,1 +"5766",19075601,2003,3,4,1.5 +"5767",19075601,2003,4,3,3.66666666666667 +"5768",19075601,2003,5,5,1.4 +"5769",19075601,2003,6,2,1.5 +"5770",19075601,2003,7,6,2.66666666666667 +"5771",19075601,2003,8,2,3 +"5772",19075601,2003,9,7,1.28571428571429 +"5773",19075601,2003,10,10,1.4 +"5774",19075601,2003,11,7,1.57142857142857 +"5775",19075601,2003,12,6,2 +"5776",19075601,2004,1,6,1.16666666666667 +"5777",19075601,2004,2,5,1.2 +"5778",19075601,2004,3,6,1.66666666666667 +"5779",19075601,2004,4,2,1 +"5780",19075601,2004,5,4,1.25 +"5781",19075601,2004,6,7,2.28571428571429 +"5782",19075601,2004,7,8,1.5 +"5783",19075601,2004,8,4,1.25 +"5784",19075601,2004,9,2,1.5 +"5785",19075601,2004,10,2,1 +"5786",19075601,2004,11,3,3.33333333333333 +"5787",19075601,2004,12,4,2.25 +"5788",19075601,2005,2,10,1.8 +"5789",19075601,2005,3,3,1.33333333333333 +"5790",19075601,2005,4,8,1.25 +"5791",19075601,2005,5,3,1.66666666666667 +"5792",19075601,2005,6,9,2 +"5793",19075601,2005,8,4,1.25 +"5794",19075601,2005,9,5,2.4 +"5795",19075601,2005,10,6,1.16666666666667 +"5796",19075601,2005,11,8,1.875 +"5797",19075601,2005,12,2,1 +"5798",19075601,2006,1,7,1.57142857142857 +"5799",19075601,2006,2,6,1.5 +"5800",19075601,2006,3,2,2 +"5801",19075601,2006,4,1,1 +"5802",19075601,2006,5,7,1.71428571428571 +"5803",19075601,2006,6,8,4.75 +"5804",19075601,2006,7,3,2 +"5805",19075601,2006,8,6,1.16666666666667 +"5806",19075601,2006,9,2,2 +"5807",19075601,2006,10,6,1.16666666666667 +"5808",19075601,2006,11,2,2 +"5809",19075601,2006,12,7,1.42857142857143 +"5810",19075601,2007,1,8,1.75 +"5811",19075601,2007,2,3,1 +"5812",19075601,2007,3,8,2.625 +"5813",19075601,2007,4,8,2.875 +"5814",19075601,2007,5,9,1.66666666666667 +"5815",19075601,2007,6,5,1.4 +"5816",19075601,2007,7,6,1.33333333333333 +"5817",19075601,2007,8,5,2.8 +"5818",19075601,2007,9,7,4.14285714285714 +"5819",19075601,2007,10,1,2 +"5820",19075601,2007,11,5,4.4 +"5821",19075601,2007,12,3,1.33333333333333 +"5822",19075601,2008,1,3,1 +"5823",19075601,2008,2,3,1.33333333333333 +"5824",19075601,2008,3,5,1.4 +"5825",19075601,2008,4,5,1.2 +"5826",19075601,2008,5,4,1.75 +"5827",19075601,2008,6,5,1.4 +"5828",19075601,2008,7,5,2 +"5829",19075601,2008,8,6,1.66666666666667 +"5830",19075601,2008,9,6,2 +"5831",19075601,2008,10,10,1.5 +"5832",19075601,2008,11,8,1.25 +"5833",19075601,2008,12,1,2 +"5834",19075601,2009,1,3,1.66666666666667 +"5835",19075601,2009,2,4,2 +"5836",19075601,2009,3,3,1 +"5837",19075601,2009,4,4,1.75 +"5838",19075601,2009,5,3,1.33333333333333 +"5839",19075601,2009,6,6,1.33333333333333 +"5840",19075601,2009,7,4,1.5 +"5841",19075601,2009,8,4,2 +"5842",19075601,2009,9,8,1.75 +"5843",19075601,2009,10,4,1 +"5844",19075601,2009,11,2,3.5 +"5845",19075601,2009,12,4,1.5 +"5846",19075601,2010,2,4,1.25 +"5847",19075601,2010,3,7,1.57142857142857 +"5848",19075601,2010,4,2,2 +"5849",19075601,2010,5,2,1.5 +"5850",19075601,2010,6,8,1.75 +"5851",19075601,2010,7,5,1.4 +"5852",19075601,2010,8,6,1.33333333333333 +"5853",19075601,2010,9,8,1.375 +"5854",19075601,2010,10,5,1.6 +"5855",19075601,2010,11,5,2.6 +"5856",19075601,2010,12,9,1.22222222222222 +"5857",19075601,2011,1,9,1.11111111111111 +"5858",19075601,2011,2,2,1 +"5859",19075601,2011,3,5,1.2 +"5860",19075601,2011,4,1,1 +"5861",19075601,2011,5,7,1.14285714285714 +"5862",19075601,2011,6,3,1 +"5863",19075601,2011,7,11,1.72727272727273 +"5864",19075601,2011,8,4,1.25 +"5865",19075601,2011,9,9,1.44444444444444 +"5866",19075601,2011,10,4,1.5 +"5867",19075601,2011,11,3,3 +"5868",19075601,2011,12,7,1.42857142857143 +"5869",19075601,2012,1,8,1.5 +"5870",19075601,2012,2,2,6 +"5871",19075601,2012,3,6,1.5 +"5872",19075601,2012,4,5,1.2 +"5873",19075601,2012,5,5,1.8 +"5874",19075601,2012,6,4,1.25 +"5875",19075601,2012,7,9,1.44444444444444 +"5876",19075601,2012,8,8,1.75 +"5877",19075601,2012,9,8,2.5 +"5878",19075601,2012,10,7,1.28571428571429 +"5879",19075601,2012,11,5,5.8 +"5880",19075601,2012,12,6,1.83333333333333 +"5881",19075601,2013,1,5,1.6 +"5882",19075601,2013,2,2,2.5 +"5883",19075601,2013,3,10,2 +"5884",19075601,2013,4,7,1.42857142857143 +"5885",19075601,2013,5,4,2.25 +"5886",19075601,2013,6,9,1.44444444444444 +"5887",19075601,2013,7,7,1.14285714285714 +"5888",19075601,2013,8,6,1.5 +"5889",19075601,2013,9,6,1.33333333333333 +"5890",19075601,2013,10,6,2.33333333333333 +"5891",19075601,2013,11,6,1.16666666666667 +"5892",19075601,2013,12,7,1.42857142857143 +"5893",19075601,2014,1,11,1.36363636363636 +"5894",19075601,2014,2,4,1.5 +"5895",19075601,2014,3,4,1.75 +"5896",19075601,2014,4,10,1.4 +"5897",19075601,2014,5,10,1.4 +"5898",19075601,2014,6,5,1.6 +"5899",19075601,2014,7,4,1 +"5900",19075601,2014,8,4,1.25 +"5901",19075601,2014,9,8,1.5 +"5902",19075601,2014,10,9,1.44444444444444 +"5903",19075601,2014,11,10,2.1 +"5904",19075601,2014,12,5,3.2 +"5905",19075601,2015,1,10,1.7 +"5906",19075601,2015,2,6,1.33333333333333 +"5907",19075601,2015,3,12,1.58333333333333 +"5908",19075601,2015,4,12,4.33333333333333 +"5909",19075601,2015,5,12,1.25 +"5910",19075601,2015,6,8,1.375 +"5911",19075601,2015,7,11,1.36363636363636 +"5912",19075601,2015,8,13,1.61538461538462 +"5913",19075601,2015,9,5,2 +"5914",19075601,2015,10,11,1.54545454545455 +"5915",19075601,2015,11,10,2.4 +"5916",19075601,2015,12,5,1 +"5917",19075601,2016,1,6,1.33333333333333 +"5918",19075601,2016,2,10,1.3 +"5919",19075601,2016,3,5,2 +"5920",19075601,2016,4,10,1.2 +"5921",19075601,2016,5,11,1.27272727272727 +"5922",19075601,2016,6,6,2.5 +"5923",19075601,2016,7,7,1.42857142857143 +"5924",19075601,2016,8,9,1.44444444444444 +"5925",19075601,2016,9,9,1.33333333333333 +"5926",19075601,2016,10,11,1.18181818181818 +"5927",19075601,2016,11,8,1.5 +"5928",19075601,2016,12,10,1.3 +"5929",19075601,2017,1,9,2.11111111111111 +"5930",19075601,2017,2,5,1.6 +"5931",19075601,2017,3,7,2.57142857142857 +"5932",19075601,2017,4,10,1.1 +"5933",19075601,2017,5,6,1 +"5934",19075601,2017,6,9,1.22222222222222 +"5935",19075601,2017,7,9,1.66666666666667 +"5936",19075601,2017,8,13,1.46153846153846 +"5937",19075601,2017,9,12,1.08333333333333 +"5938",19075601,2017,10,7,1.85714285714286 +"5939",19075601,2017,11,11,1.63636363636364 +"5940",19075601,2017,12,13,1.30769230769231 +"5941",19075601,2018,1,13,1.84615384615385 +"5942",19075601,2018,2,9,2.11111111111111 +"5943",19075601,2018,3,11,1.54545454545455 +"5944",19075601,2018,4,11,2.36363636363636 +"5945",19075601,2018,5,11,1.54545454545455 +"5946",19075601,2018,6,11,1.18181818181818 +"5947",19075601,2018,7,9,1.33333333333333 +"5948",19075601,2018,8,8,1.75 +"5949",19075601,2018,9,16,1.625 +"5950",19075601,2018,10,8,1.375 +"5951",19075601,2018,11,13,1.46153846153846 +"5952",19075601,2018,12,14,1.35714285714286 +"5953",19075601,2019,1,10,1.2 +"5954",19075601,2019,2,12,1.58333333333333 +"5955",19075601,2019,3,12,2.5 +"5956",19075601,2019,4,9,1.33333333333333 +"5957",19075601,2019,5,12,2.33333333333333 +"5958",19075601,2019,6,5,1.2 +"5959",19075601,2019,7,19,1.26315789473684 +"5960",19075601,2019,8,10,1.5 +"5961",19075601,2019,9,7,1.42857142857143 +"5962",19075601,2019,10,17,1.41176470588235 +"5963",19075601,2019,11,6,1.5 +"5964",19075601,2019,12,17,1.47058823529412 +"5965",19075601,2020,1,9,1.33333333333333 +"5966",19075601,2020,2,11,2 +"5967",19075601,2020,3,8,2.25 +"5968",19075601,2020,4,10,1.2 +"5969",19075601,2020,5,8,1.75 +"5970",19075601,2020,6,8,3 +"5971",19075601,2020,7,12,1.5 +"5972",19075601,2020,8,13,1.46153846153846 +"5973",19075601,2020,9,12,1.41666666666667 +"5974",19075601,2020,10,7,1.42857142857143 +"5975",19075601,2020,11,12,1.16666666666667 +"5976",19075601,2020,12,7,1.85714285714286 +"5977",19075601,2021,1,11,1.54545454545455 +"5978",19075601,2021,2,7,1.42857142857143 +"5979",19075601,2021,3,12,2.33333333333333 +"5980",19075601,2021,4,5,1.2 +"5981",19075601,2021,5,14,1.35714285714286 +"5982",19075601,2021,6,10,1.1 +"5983",19075601,2021,7,7,1 +"5984",19075601,2021,8,14,1.07142857142857 +"5985",19075601,2021,9,7,1 +"5986",19075601,2021,10,8,1.25 +"5987",19075601,2021,11,10,1.8 +"5988",19075601,2021,12,10,1.5 +"5989",19075601,2022,1,1,1 +"5990",19075601,2022,2,15,1.6 +"5991",19075601,2022,3,15,1.8 +"5992",19075601,2022,4,13,1.23076923076923 +"5993",19075601,2022,5,12,1.08333333333333 +"5994",19075601,2022,6,13,1.53846153846154 +"5995",19075601,2022,7,10,1.1 +"5996",19075601,2022,8,14,1.35714285714286 +"5997",19075601,2022,9,7,1.57142857142857 +"5998",19075601,2022,10,12,1.16666666666667 +"5999",19075601,2022,11,11,1.81818181818182 +"6000",19075601,2022,12,12,1.16666666666667 +"6001",19075601,2023,1,15,1.8 +"6002",19075601,2023,2,6,1.5 +"6003",19075601,2023,3,7,2.57142857142857 +"6004",19075601,2023,4,18,1.33333333333333 +"6005",19075601,2023,5,12,1.41666666666667 +"6006",19075601,2023,6,4,1.75 +"6007",19126352,1933,3,1,2 +"6008",19126352,1933,6,1,2 +"6009",19126352,1934,6,1,1 +"6010",19126352,1934,12,1,2 +"6011",19126352,1935,10,1,2 +"6012",19126352,1935,11,1,6 +"6013",19126352,1939,3,1,2 +"6014",19126352,1939,10,1,1 +"6015",19126352,1940,8,1,2 +"6016",19126352,1941,3,1,3 +"6017",19126352,1941,4,1,2 +"6018",19126352,1942,12,1,1 +"6019",19126352,1943,3,1,6 +"6020",19126352,1943,4,1,5 +"6021",19126352,1943,8,2,1.5 +"6022",19126352,1943,10,1,2 +"6023",19126352,1944,8,1,2 +"6024",19126352,1945,10,1,2 +"6025",19126352,1946,11,1,2 +"6026",19126352,1947,3,1,2 +"6027",19126352,1947,7,1,1 +"6028",19126352,1948,2,1,2 +"6029",19126352,1948,7,1,1 +"6030",19126352,1948,10,1,2 +"6031",19126352,1950,3,1,1 +"6032",19126352,1950,7,1,1 +"6033",19126352,1950,12,1,1 +"6034",19126352,1951,3,1,1 +"6035",19126352,1951,5,1,1 +"6036",19126352,1951,10,3,2.66666666666667 +"6037",19126352,1952,2,2,1 +"6038",19126352,1952,3,1,2 +"6039",19126352,1952,9,1,1 +"6040",19126352,1952,12,1,5 +"6041",19126352,1953,3,1,1 +"6042",19126352,1953,10,1,1 +"6043",19126352,1954,5,1,2 +"6044",19126352,1954,6,1,2 +"6045",19126352,1954,9,1,5 +"6046",19126352,1954,10,1,1 +"6047",19126352,1954,12,1,2 +"6048",19126352,1955,3,1,2 +"6049",19126352,1955,4,1,2 +"6050",19126352,1955,6,2,1 +"6051",19126352,1955,8,1,1 +"6052",19126352,1955,9,1,2 +"6053",19126352,1956,1,1,1 +"6054",19126352,1957,11,2,1 +"6055",19126352,1958,1,1,1 +"6056",19126352,1958,3,1,3 +"6057",19126352,1958,4,1,1 +"6058",19126352,1958,6,1,3 +"6059",19126352,1958,12,1,1 +"6060",19126352,1959,5,1,1 +"6061",19126352,1959,6,2,4 +"6062",19126352,1960,7,1,1 +"6063",19126352,1960,9,1,2 +"6064",19126352,1960,11,1,2 +"6065",19126352,1960,12,2,3 +"6066",19126352,1961,2,2,1 +"6067",19126352,1961,8,1,2 +"6068",19126352,1962,3,1,1 +"6069",19126352,1962,4,1,2 +"6070",19126352,1962,11,1,1 +"6071",19126352,1963,3,1,1 +"6072",19126352,1963,5,2,1 +"6073",19126352,1963,6,2,1.5 +"6074",19126352,1963,7,1,6 +"6075",19126352,1963,10,1,1 +"6076",19126352,1964,5,1,4 +"6077",19126352,1964,6,2,1 +"6078",19126352,1964,10,3,1.33333333333333 +"6079",19126352,1964,11,1,1 +"6080",19126352,1965,3,1,2 +"6081",19126352,1965,7,3,1.33333333333333 +"6082",19126352,1965,8,1,1 +"6083",19126352,1965,9,2,2 +"6084",19126352,1966,7,1,1 +"6085",19126352,1966,12,2,1.5 +"6086",19126352,1967,1,1,1 +"6087",19126352,1967,3,2,2 +"6088",19126352,1967,5,1,4 +"6089",19126352,1967,7,1,2 +"6090",19126352,1967,8,1,1 +"6091",19126352,1967,9,1,2 +"6092",19126352,1967,11,2,3 +"6093",19126352,1968,2,1,2 +"6094",19126352,1968,3,1,1 +"6095",19126352,1968,4,1,1 +"6096",19126352,1968,6,2,1 +"6097",19126352,1968,7,1,1 +"6098",19126352,1968,8,1,3 +"6099",19126352,1968,12,1,1 +"6100",19126352,1969,1,1,1 +"6101",19126352,1969,3,1,2 +"6102",19126352,1969,5,1,2 +"6103",19126352,1969,6,3,3.66666666666667 +"6104",19126352,1969,7,1,1 +"6105",19126352,1969,8,2,14 +"6106",19126352,1969,10,1,2 +"6107",19126352,1969,11,1,1 +"6108",19126352,1970,1,1,1 +"6109",19126352,1970,5,3,2.33333333333333 +"6110",19126352,1970,7,1,1 +"6111",19126352,1970,9,1,2 +"6112",19126352,1970,10,1,2 +"6113",19126352,1970,12,1,2 +"6114",19126352,1971,3,1,1 +"6115",19126352,1971,4,1,3 +"6116",19126352,1971,5,1,2 +"6117",19126352,1971,9,3,1.66666666666667 +"6118",19126352,1971,11,1,3 +"6119",19126352,1972,4,2,2 +"6120",19126352,1972,9,1,1 +"6121",19126352,1972,10,1,3 +"6122",19126352,1973,5,1,1 +"6123",19126352,1973,7,1,2 +"6124",19126352,1973,8,2,1.5 +"6125",19126352,1973,9,1,1 +"6126",19126352,1974,1,2,1 +"6127",19126352,1974,3,2,1 +"6128",19126352,1974,5,1,1 +"6129",19126352,1974,7,1,1 +"6130",19126352,1974,9,1,4 +"6131",19126352,1974,10,2,2.5 +"6132",19126352,1975,2,1,24 +"6133",19126352,1975,3,1,1 +"6134",19126352,1975,9,1,1 +"6135",19126352,1975,11,2,1 +"6136",19126352,1975,12,1,2 +"6137",19126352,1976,1,1,1 +"6138",19126352,1976,2,1,1 +"6139",19126352,1976,3,1,1 +"6140",19126352,1976,5,1,2 +"6141",19126352,1976,6,1,1 +"6142",19126352,1976,7,1,1 +"6143",19126352,1976,8,1,2 +"6144",19126352,1976,10,3,1 +"6145",19126352,1977,1,2,2 +"6146",19126352,1977,3,1,4 +"6147",19126352,1977,5,1,1 +"6148",19126352,1977,10,1,1 +"6149",19126352,1978,6,2,2.5 +"6150",19126352,1978,10,1,2 +"6151",19126352,1978,11,2,1 +"6152",19126352,1979,5,1,1 +"6153",19126352,1979,8,1,5 +"6154",19126352,1979,11,1,1 +"6155",19126352,1979,12,2,1.5 +"6156",19126352,1980,2,4,1.25 +"6157",19126352,1980,4,2,3 +"6158",19126352,1980,5,2,8.5 +"6159",19126352,1980,6,2,1 +"6160",19126352,1980,7,2,1 +"6161",19126352,1980,8,1,1 +"6162",19126352,1980,11,1,1 +"6163",19126352,1981,1,2,1.5 +"6164",19126352,1981,3,1,4 +"6165",19126352,1981,4,1,1 +"6166",19126352,1981,6,1,2 +"6167",19126352,1981,7,1,2 +"6168",19126352,1981,8,2,1.5 +"6169",19126352,1981,10,1,2 +"6170",19126352,1981,11,1,2 +"6171",19126352,1982,1,2,1 +"6172",19126352,1982,2,1,2 +"6173",19126352,1982,4,3,2.66666666666667 +"6174",19126352,1982,6,1,1 +"6175",19126352,1982,7,1,1 +"6176",19126352,1982,9,1,1 +"6177",19126352,1982,10,3,2 +"6178",19126352,1982,12,3,2 +"6179",19126352,1983,1,1,2 +"6180",19126352,1983,3,4,2 +"6181",19126352,1983,4,2,2 +"6182",19126352,1983,5,1,2 +"6183",19126352,1983,6,2,1 +"6184",19126352,1983,7,2,1.5 +"6185",19126352,1983,8,2,1.5 +"6186",19126352,1983,9,2,1.5 +"6187",19126352,1983,11,1,1 +"6188",19126352,1984,1,1,1 +"6189",19126352,1984,3,1,1 +"6190",19126352,1984,4,1,2 +"6191",19126352,1984,5,2,1.5 +"6192",19126352,1984,6,1,2 +"6193",19126352,1984,8,1,2 +"6194",19126352,1984,9,1,2 +"6195",19126352,1984,10,1,1 +"6196",19126352,1984,11,1,1 +"6197",19126352,1985,2,1,4 +"6198",19126352,1985,3,2,1 +"6199",19126352,1985,4,3,2 +"6200",19126352,1985,7,3,1 +"6201",19126352,1985,9,1,2 +"6202",19126352,1985,10,1,2 +"6203",19126352,1985,12,1,1 +"6204",19126352,1986,1,1,3 +"6205",19126352,1986,3,1,1 +"6206",19126352,1986,4,1,1 +"6207",19126352,1986,5,2,1.5 +"6208",19126352,1986,7,2,2 +"6209",19126352,1986,8,1,2 +"6210",19126352,1986,9,1,1 +"6211",19126352,1986,11,1,2 +"6212",19126352,1986,12,3,1.33333333333333 +"6213",19126352,1987,1,3,2 +"6214",19126352,1987,2,2,1.5 +"6215",19126352,1987,3,1,1 +"6216",19126352,1987,4,3,1 +"6217",19126352,1987,5,3,1.33333333333333 +"6218",19126352,1987,6,2,2.5 +"6219",19126352,1987,7,2,1.5 +"6220",19126352,1987,8,1,2 +"6221",19126352,1987,9,1,2 +"6222",19126352,1987,10,2,1 +"6223",19126352,1988,2,3,1.66666666666667 +"6224",19126352,1988,3,3,1 +"6225",19126352,1988,4,1,2 +"6226",19126352,1988,5,2,3.5 +"6227",19126352,1988,7,1,1 +"6228",19126352,1988,8,2,1.5 +"6229",19126352,1988,10,1,1 +"6230",19126352,1988,11,2,2 +"6231",19126352,1988,12,1,1 +"6232",19126352,1989,3,5,1.4 +"6233",19126352,1989,4,2,2 +"6234",19126352,1989,5,2,1.5 +"6235",19126352,1989,7,2,3.5 +"6236",19126352,1989,8,2,2 +"6237",19126352,1989,9,1,2 +"6238",19126352,1989,10,3,1.66666666666667 +"6239",19126352,1989,11,4,1.5 +"6240",19126352,1989,12,1,5 +"6241",19126352,1990,1,2,2.5 +"6242",19126352,1990,2,1,2 +"6243",19126352,1990,3,2,1 +"6244",19126352,1990,5,2,3.5 +"6245",19126352,1990,6,5,3 +"6246",19126352,1990,7,1,3 +"6247",19126352,1990,8,3,2 +"6248",19126352,1990,9,1,2 +"6249",19126352,1990,10,1,1 +"6250",19126352,1990,11,1,2 +"6251",19126352,1990,12,3,1.33333333333333 +"6252",19126352,1991,2,1,1 +"6253",19126352,1991,3,1,2 +"6254",19126352,1991,5,1,2 +"6255",19126352,1991,6,3,3.66666666666667 +"6256",19126352,1991,7,5,2.6 +"6257",19126352,1991,8,4,1.5 +"6258",19126352,1991,9,2,2 +"6259",19126352,1991,10,4,2.25 +"6260",19126352,1991,11,3,1.33333333333333 +"6261",19126352,1991,12,5,1.6 +"6262",19126352,1992,1,2,1.5 +"6263",19126352,1992,3,3,2 +"6264",19126352,1992,4,1,2 +"6265",19126352,1992,5,1,5 +"6266",19126352,1992,6,4,2.75 +"6267",19126352,1992,7,3,1 +"6268",19126352,1992,8,1,1 +"6269",19126352,1992,9,2,1.5 +"6270",19126352,1992,10,1,2 +"6271",19126352,1992,11,1,4 +"6272",19126352,1992,12,1,2 +"6273",19126352,1993,1,2,3 +"6274",19126352,1993,2,1,1 +"6275",19126352,1993,3,2,3.5 +"6276",19126352,1993,4,2,1.5 +"6277",19126352,1993,5,2,2 +"6278",19126352,1993,6,2,2 +"6279",19126352,1993,7,4,1 +"6280",19126352,1993,8,2,1.5 +"6281",19126352,1993,9,4,1.75 +"6282",19126352,1993,10,2,1 +"6283",19126352,1993,11,2,1 +"6284",19126352,1994,1,1,1 +"6285",19126352,1994,2,3,2.66666666666667 +"6286",19126352,1994,4,3,1.33333333333333 +"6287",19126352,1994,6,1,1 +"6288",19126352,1994,7,2,1 +"6289",19126352,1994,8,2,2 +"6290",19126352,1994,9,7,1.42857142857143 +"6291",19126352,1994,10,3,2.33333333333333 +"6292",19126352,1994,11,5,2.2 +"6293",19126352,1994,12,4,2.25 +"6294",19126352,1995,1,3,3.33333333333333 +"6295",19126352,1995,2,1,3 +"6296",19126352,1995,4,4,1.5 +"6297",19126352,1995,5,2,1.5 +"6298",19126352,1995,6,4,4.5 +"6299",19126352,1995,7,1,1 +"6300",19126352,1995,8,1,2 +"6301",19126352,1995,9,1,2 +"6302",19126352,1995,10,1,1 +"6303",19126352,1995,11,3,1 +"6304",19126352,1995,12,3,1.33333333333333 +"6305",19126352,1996,1,3,2 +"6306",19126352,1996,2,2,1.5 +"6307",19126352,1996,4,3,1.66666666666667 +"6308",19126352,1996,5,1,2 +"6309",19126352,1996,6,4,1.75 +"6310",19126352,1996,7,3,1.33333333333333 +"6311",19126352,1996,8,4,1.25 +"6312",19126352,1996,9,4,2.5 +"6313",19126352,1996,10,4,1.25 +"6314",19126352,1996,11,5,1.6 +"6315",19126352,1996,12,3,1 +"6316",19126352,1997,1,4,2.25 +"6317",19126352,1997,2,4,1.5 +"6318",19126352,1997,3,1,3 +"6319",19126352,1997,4,1,4 +"6320",19126352,1997,5,3,1 +"6321",19126352,1997,6,2,2 +"6322",19126352,1997,7,5,1.8 +"6323",19126352,1997,9,4,1 +"6324",19126352,1997,10,1,1 +"6325",19126352,1997,11,1,3 +"6326",19126352,1997,12,2,1.5 +"6327",19126352,1998,1,4,1.5 +"6328",19126352,1998,2,3,1.66666666666667 +"6329",19126352,1998,3,5,1.8 +"6330",19126352,1998,4,2,1 +"6331",19126352,1998,5,1,1 +"6332",19126352,1998,6,2,3 +"6333",19126352,1998,7,2,1.5 +"6334",19126352,1998,8,5,2.2 +"6335",19126352,1998,9,4,1.75 +"6336",19126352,1998,10,2,1.5 +"6337",19126352,1998,11,2,1.5 +"6338",19126352,1998,12,3,1.33333333333333 +"6339",19126352,1999,1,6,6.83333333333333 +"6340",19126352,1999,2,2,1.5 +"6341",19126352,1999,3,2,2 +"6342",19126352,1999,4,1,7 +"6343",19126352,1999,5,5,2 +"6344",19126352,1999,6,3,5.66666666666667 +"6345",19126352,1999,7,1,2 +"6346",19126352,1999,8,4,1.5 +"6347",19126352,1999,9,2,3.5 +"6348",19126352,1999,10,3,11.6666666666667 +"6349",19126352,1999,11,3,1.33333333333333 +"6350",19126352,1999,12,6,1.5 +"6351",19126352,2000,1,4,3.25 +"6352",19126352,2000,3,3,2 +"6353",19126352,2000,4,2,1 +"6354",19126352,2000,5,1,4 +"6355",19126352,2000,6,5,1.6 +"6356",19126352,2000,7,2,1.5 +"6357",19126352,2000,8,2,1.5 +"6358",19126352,2000,9,2,1 +"6359",19126352,2000,10,4,1.5 +"6360",19126352,2000,11,4,1.75 +"6361",19126352,2000,12,4,6.5 +"6362",19126352,2001,1,5,1.6 +"6363",19126352,2001,2,4,1.5 +"6364",19126352,2001,3,1,1 +"6365",19126352,2001,4,5,1.4 +"6366",19126352,2001,5,5,2.4 +"6367",19126352,2001,6,3,3.33333333333333 +"6368",19126352,2001,7,6,2.33333333333333 +"6369",19126352,2001,8,4,1.5 +"6370",19126352,2001,9,3,1.33333333333333 +"6371",19126352,2001,10,3,2 +"6372",19126352,2001,11,3,9.33333333333333 +"6373",19126352,2001,12,6,2 +"6374",19126352,2002,1,2,1 +"6375",19126352,2002,3,5,1.4 +"6376",19126352,2002,4,4,1.75 +"6377",19126352,2002,5,6,2 +"6378",19126352,2002,6,1,2 +"6379",19126352,2002,7,10,1.4 +"6380",19126352,2002,8,3,1 +"6381",19126352,2002,9,1,1 +"6382",19126352,2002,10,3,1 +"6383",19126352,2002,11,3,1.33333333333333 +"6384",19126352,2002,12,4,2.25 +"6385",19126352,2003,1,3,3 +"6386",19126352,2003,2,3,1 +"6387",19126352,2003,3,4,1.5 +"6388",19126352,2003,4,2,4 +"6389",19126352,2003,5,3,1.66666666666667 +"6390",19126352,2003,6,2,1.5 +"6391",19126352,2003,7,4,3.5 +"6392",19126352,2003,8,1,5 +"6393",19126352,2003,9,6,1.33333333333333 +"6394",19126352,2003,10,6,1.33333333333333 +"6395",19126352,2003,11,5,1.4 +"6396",19126352,2003,12,4,1.75 +"6397",19126352,2004,1,3,1.33333333333333 +"6398",19126352,2004,2,5,1.2 +"6399",19126352,2004,3,6,1.66666666666667 +"6400",19126352,2004,4,1,1 +"6401",19126352,2004,5,4,1.25 +"6402",19126352,2004,6,7,2.14285714285714 +"6403",19126352,2004,7,6,1.66666666666667 +"6404",19126352,2004,8,3,1 +"6405",19126352,2004,9,2,1.5 +"6406",19126352,2004,10,2,1 +"6407",19126352,2004,11,3,3.33333333333333 +"6408",19126352,2004,12,4,2.25 +"6409",19126352,2005,2,9,1.88888888888889 +"6410",19126352,2005,3,3,1.33333333333333 +"6411",19126352,2005,4,8,1.25 +"6412",19126352,2005,5,2,2 +"6413",19126352,2005,6,7,2 +"6414",19126352,2005,8,5,1.2 +"6415",19126352,2005,9,5,2.4 +"6416",19126352,2005,10,3,1.33333333333333 +"6417",19126352,2005,11,8,1.875 +"6418",19126352,2006,1,6,1.66666666666667 +"6419",19126352,2006,2,5,1.4 +"6420",19126352,2006,3,2,2 +"6421",19126352,2006,4,1,1 +"6422",19126352,2006,5,5,2 +"6423",19126352,2006,6,6,6 +"6424",19126352,2006,7,3,2 +"6425",19126352,2006,8,4,1.25 +"6426",19126352,2006,9,1,2 +"6427",19126352,2006,10,5,1 +"6428",19126352,2006,11,1,3 +"6429",19126352,2006,12,4,1.75 +"6430",19126352,2007,1,6,1.66666666666667 +"6431",19126352,2007,2,3,1 +"6432",19126352,2007,3,6,2.83333333333333 +"6433",19126352,2007,4,7,3.14285714285714 +"6434",19126352,2007,5,5,1.8 +"6435",19126352,2007,6,4,1.5 +"6436",19126352,2007,7,6,1.33333333333333 +"6437",19126352,2007,8,5,2.8 +"6438",19126352,2007,9,4,5.25 +"6439",19126352,2007,10,1,2 +"6440",19126352,2007,11,5,4.4 +"6441",19126352,2007,12,3,1.33333333333333 +"6442",19126352,2008,1,3,1 +"6443",19126352,2008,2,3,1.33333333333333 +"6444",19126352,2008,3,4,1.5 +"6445",19126352,2008,4,4,1.25 +"6446",19126352,2008,5,3,2 +"6447",19126352,2008,6,3,1.66666666666667 +"6448",19126352,2008,7,4,2.25 +"6449",19126352,2008,8,2,1 +"6450",19126352,2008,9,5,2.2 +"6451",19126352,2008,10,8,1.625 +"6452",19126352,2008,11,3,1.33333333333333 +"6453",19126352,2008,12,1,2 +"6454",19126352,2009,1,2,2 +"6455",19126352,2009,2,2,3 +"6456",19126352,2009,3,3,1 +"6457",19126352,2009,4,3,2 +"6458",19126352,2009,5,2,1.5 +"6459",19126352,2009,6,4,1.25 +"6460",19126352,2009,7,3,1.66666666666667 +"6461",19126352,2009,8,3,1.33333333333333 +"6462",19126352,2009,9,6,1.83333333333333 +"6463",19126352,2009,10,3,1 +"6464",19126352,2009,11,2,3.5 +"6465",19126352,2009,12,1,2 +"6466",19126352,2010,2,3,1.33333333333333 +"6467",19126352,2010,3,4,2 +"6468",19126352,2010,4,1,2 +"6469",19126352,2010,5,2,1.5 +"6470",19126352,2010,6,6,2 +"6471",19126352,2010,7,5,1.4 +"6472",19126352,2010,8,5,1.4 +"6473",19126352,2010,9,5,1.6 +"6474",19126352,2010,10,5,1.6 +"6475",19126352,2010,11,4,3 +"6476",19126352,2010,12,6,1.33333333333333 +"6477",19126352,2011,1,5,1.2 +"6478",19126352,2011,3,3,1.33333333333333 +"6479",19126352,2011,5,5,1.2 +"6480",19126352,2011,6,3,1 +"6481",19126352,2011,7,6,1.83333333333333 +"6482",19126352,2011,8,4,1.25 +"6483",19126352,2011,9,9,1.44444444444444 +"6484",19126352,2011,10,3,1.33333333333333 +"6485",19126352,2011,11,1,2 +"6486",19126352,2011,12,6,1.5 +"6487",19126352,2012,1,7,1.28571428571429 +"6488",19126352,2012,2,2,6 +"6489",19126352,2012,3,5,1.6 +"6490",19126352,2012,4,5,1.2 +"6491",19126352,2012,5,5,1.8 +"6492",19126352,2012,6,2,1.5 +"6493",19126352,2012,7,7,1.57142857142857 +"6494",19126352,2012,8,6,1.83333333333333 +"6495",19126352,2012,9,7,1.42857142857143 +"6496",19126352,2012,10,5,1.4 +"6497",19126352,2012,11,4,7 +"6498",19126352,2012,12,2,2 +"6499",19126352,2013,1,3,2 +"6500",19126352,2013,2,1,2 +"6501",19126352,2013,3,7,2.42857142857143 +"6502",19126352,2013,4,5,1.6 +"6503",19126352,2013,5,4,2.25 +"6504",19126352,2013,6,6,1.33333333333333 +"6505",19126352,2013,7,4,1.25 +"6506",19126352,2013,8,2,2.5 +"6507",19126352,2013,9,4,1.25 +"6508",19126352,2013,10,5,2.6 +"6509",19126352,2013,11,4,1.25 +"6510",19126352,2013,12,2,2 +"6511",19126352,2014,1,7,1.42857142857143 +"6512",19126352,2014,2,2,1 +"6513",19126352,2014,3,2,2.5 +"6514",19126352,2014,4,7,1.57142857142857 +"6515",19126352,2014,5,7,1.57142857142857 +"6516",19126352,2014,6,4,1.75 +"6517",19126352,2014,8,2,1.5 +"6518",19126352,2014,9,4,2 +"6519",19126352,2014,10,6,1.66666666666667 +"6520",19126352,2014,11,5,2.4 +"6521",19126352,2014,12,3,1.33333333333333 +"6522",19126352,2015,1,5,2.4 +"6523",19126352,2015,2,3,1.66666666666667 +"6524",19126352,2015,3,7,2 +"6525",19126352,2015,4,9,5.44444444444444 +"6526",19126352,2015,5,6,1.5 +"6527",19126352,2015,6,3,2 +"6528",19126352,2015,7,4,2 +"6529",19126352,2015,8,7,1.57142857142857 +"6530",19126352,2015,9,2,3.5 +"6531",19126352,2015,10,2,3 +"6532",19126352,2015,11,4,4.25 +"6533",19126352,2015,12,1,1 +"6534",19126352,2016,1,2,2 +"6535",19126352,2016,2,3,2 +"6536",19126352,2016,3,2,3.5 +"6537",19126352,2016,4,4,1.5 +"6538",19126352,2016,5,7,1.28571428571429 +"6539",19126352,2016,6,4,3.25 +"6540",19126352,2016,7,4,1.25 +"6541",19126352,2016,8,6,1.66666666666667 +"6542",19126352,2016,9,4,1.75 +"6543",19126352,2016,10,6,1.16666666666667 +"6544",19126352,2016,11,4,2 +"6545",19126352,2016,12,6,1.5 +"6546",19126352,2017,1,2,6 +"6547",19126352,2017,2,3,1.66666666666667 +"6548",19126352,2017,3,2,6.5 +"6549",19126352,2017,4,1,2 +"6550",19126352,2017,5,3,1 +"6551",19126352,2017,6,3,1.33333333333333 +"6552",19126352,2017,7,4,2.5 +"6553",19126352,2017,8,7,1.28571428571429 +"6554",19126352,2017,9,5,1 +"6555",19126352,2017,10,4,1.75 +"6556",19126352,2017,11,4,1.75 +"6557",19126352,2017,12,7,1.28571428571429 +"6558",19126352,2018,1,7,2.42857142857143 +"6559",19126352,2018,2,6,1.66666666666667 +"6560",19126352,2018,3,6,1.5 +"6561",19126352,2018,4,4,4.75 +"6562",19126352,2018,5,3,3 +"6563",19126352,2018,6,7,1.28571428571429 +"6564",19126352,2018,7,6,1.16666666666667 +"6565",19126352,2018,8,4,1.5 +"6566",19126352,2018,9,10,2 +"6567",19126352,2018,10,6,1.5 +"6568",19126352,2018,11,9,1.66666666666667 +"6569",19126352,2018,12,7,1.57142857142857 +"6570",19126352,2019,1,4,1.5 +"6571",19126352,2019,2,5,2.4 +"6572",19126352,2019,3,7,3.42857142857143 +"6573",19126352,2019,4,5,1.6 +"6574",19126352,2019,5,5,4 +"6575",19126352,2019,6,3,1.33333333333333 +"6576",19126352,2019,7,6,1.5 +"6577",19126352,2019,8,4,2.25 +"6578",19126352,2019,9,4,1.25 +"6579",19126352,2019,10,10,1.7 +"6580",19126352,2019,11,1,1 +"6581",19126352,2019,12,8,1.75 +"6582",19126352,2020,1,5,1.6 +"6583",19126352,2020,2,3,4.33333333333333 +"6584",19126352,2020,3,6,2.66666666666667 +"6585",19126352,2020,4,6,1.33333333333333 +"6586",19126352,2020,5,4,2.5 +"6587",19126352,2020,6,5,3 +"6588",19126352,2020,7,9,1.66666666666667 +"6589",19126352,2020,8,7,1.71428571428571 +"6590",19126352,2020,9,9,1.55555555555556 +"6591",19126352,2020,10,3,1.33333333333333 +"6592",19126352,2020,11,6,1.33333333333333 +"6593",19126352,2020,12,5,2.2 +"6594",19126352,2021,1,7,1.71428571428571 +"6595",19126352,2021,2,3,2 +"6596",19126352,2021,3,4,5 +"6597",19126352,2021,4,4,1.25 +"6598",19126352,2021,5,5,1.6 +"6599",19126352,2021,6,6,1.16666666666667 +"6600",19126352,2021,7,2,1 +"6601",19126352,2021,8,7,1.14285714285714 +"6602",19126352,2021,9,4,1 +"6603",19126352,2021,10,4,1 +"6604",19126352,2021,11,6,2 +"6605",19126352,2021,12,5,2 +"6606",19126352,2022,2,7,2 +"6607",19126352,2022,3,7,2.71428571428571 +"6608",19126352,2022,4,7,1.42857142857143 +"6609",19126352,2022,5,5,1.2 +"6610",19126352,2022,6,7,1.85714285714286 +"6611",19126352,2022,7,3,1.33333333333333 +"6612",19126352,2022,8,5,1.8 +"6613",19126352,2022,9,5,1.8 +"6614",19126352,2022,10,3,1.33333333333333 +"6615",19126352,2022,11,4,3 +"6616",19126352,2022,12,4,1.25 +"6617",19126352,2023,1,9,2.33333333333333 +"6618",19126352,2023,2,5,1.4 +"6619",19126352,2023,3,2,5.5 +"6620",19126352,2023,4,7,1.71428571428571 +"6621",19126352,2023,5,7,1.71428571428571 +"6622",19126352,2023,6,1,2 +"6623",19133768,1981,1,1,1 +"6624",19133768,1982,1,2,1 +"6625",19133768,1982,4,1,1 +"6626",19133768,1982,10,1,1 +"6627",19133768,1983,9,1,1 +"6628",19133768,1984,11,1,1 +"6629",19133768,1985,3,2,1 +"6630",19133768,1985,7,2,1 +"6631",19133768,1986,4,1,1 +"6632",19133768,1986,5,1,1 +"6633",19133768,1987,1,1,1 +"6634",19133768,1987,3,1,1 +"6635",19133768,1987,4,1,1 +"6636",19133768,1987,5,1,1 +"6637",19133768,1988,2,1,1 +"6638",19133768,1988,7,1,1 +"6639",19133768,1989,3,2,1 +"6640",19133768,1989,8,1,1 +"6641",19133768,1989,11,2,1 +"6642",19133768,1990,1,1,1 +"6643",19133768,1990,6,1,1 +"6644",19133768,1990,8,1,1 +"6645",19133768,1990,10,1,1 +"6646",19133768,1990,12,2,1 +"6647",19133768,1991,2,1,1 +"6648",19133768,1991,9,1,1 +"6649",19133768,1991,10,1,1 +"6650",19133768,1991,11,1,1 +"6651",19133768,1991,12,2,1 +"6652",19133768,1992,7,1,1 +"6653",19133768,1993,4,1,1 +"6654",19133768,1993,7,3,1 +"6655",19133768,1993,8,1,2 +"6656",19133768,1993,9,1,1 +"6657",19133768,1993,10,1,1 +"6658",19133768,1993,11,1,1 +"6659",19133768,1994,4,1,1 +"6660",19133768,1994,6,1,1 +"6661",19133768,1994,7,1,1 +"6662",19133768,1994,8,1,1 +"6663",19133768,1994,9,1,1 +"6664",19133768,1994,10,1,1 +"6665",19133768,1994,12,3,1 +"6666",19133768,1995,5,1,1 +"6667",19133768,1996,7,1,1 +"6668",19133768,1996,8,3,1 +"6669",19133768,1996,9,1,1 +"6670",19133768,1996,10,1,1 +"6671",19133768,1996,12,2,1 +"6672",19133768,1997,2,3,1.33333333333333 +"6673",19133768,1997,5,2,1 +"6674",19133768,1997,7,1,1 +"6675",19133768,1997,9,2,1 +"6676",19133768,1998,1,1,1 +"6677",19133768,1998,3,2,1 +"6678",19133768,1998,4,1,1 +"6679",19133768,1998,5,1,1 +"6680",19133768,1998,7,1,1 +"6681",19133768,1998,9,2,1 +"6682",19133768,1998,10,1,1 +"6683",19133768,1998,11,1,1 +"6684",19133768,1999,1,2,1 +"6685",19133768,1999,5,2,1 +"6686",19133768,1999,6,1,1 +"6687",19133768,1999,8,1,1 +"6688",19133768,1999,12,3,1 +"6689",19133768,2000,4,1,1 +"6690",19133768,2000,6,1,1 +"6691",19133768,2000,7,1,1 +"6692",19133768,2000,10,1,1 +"6693",19133768,2000,11,2,1 +"6694",19133768,2001,1,1,1 +"6695",19133768,2001,2,1,1 +"6696",19133768,2001,4,2,1 +"6697",19133768,2001,5,2,1 +"6698",19133768,2001,7,1,1 +"6699",19133768,2001,8,1,1 +"6700",19133768,2001,9,1,1 +"6701",19133768,2001,10,1,1 +"6702",19133768,2002,1,1,1 +"6703",19133768,2002,3,1,1 +"6704",19133768,2002,4,1,1 +"6705",19133768,2002,5,1,1 +"6706",19133768,2002,7,4,1 +"6707",19133768,2002,8,1,1 +"6708",19133768,2002,10,2,1 +"6709",19133768,2002,12,1,1 +"6710",19133768,2003,2,2,1 +"6711",19133768,2003,3,1,1 +"6712",19133768,2003,5,1,1 +"6713",19133768,2003,6,1,1 +"6714",19133768,2003,7,1,1 +"6715",19133768,2003,9,1,1 +"6716",19133768,2003,10,2,1 +"6717",19133768,2003,11,1,1 +"6718",19133768,2003,12,1,1 +"6719",19133768,2004,1,2,1 +"6720",19133768,2004,2,3,1 +"6721",19133768,2004,3,2,1 +"6722",19133768,2004,4,1,1 +"6723",19133768,2004,5,1,1 +"6724",19133768,2004,6,1,1 +"6725",19133768,2004,7,1,1 +"6726",19133768,2004,8,2,1 +"6727",19133768,2004,10,2,1 +"6728",19133768,2004,12,1,1 +"6729",19133768,2005,2,1,1 +"6730",19133768,2005,3,1,1 +"6731",19133768,2005,4,5,1 +"6732",19133768,2005,6,2,1 +"6733",19133768,2005,8,2,1 +"6734",19133768,2005,9,1,1 +"6735",19133768,2005,10,1,1 +"6736",19133768,2005,11,2,1 +"6737",19133768,2006,1,1,1 +"6738",19133768,2006,2,2,1 +"6739",19133768,2006,4,1,1 +"6740",19133768,2006,5,1,1 +"6741",19133768,2006,6,2,1 +"6742",19133768,2006,8,2,1 +"6743",19133768,2006,10,4,1 +"6744",19133768,2007,1,3,1 +"6745",19133768,2007,2,2,1 +"6746",19133768,2007,3,1,1 +"6747",19133768,2007,5,1,1 +"6748",19133768,2007,6,2,1 +"6749",19133768,2007,7,2,1 +"6750",19133768,2007,11,2,1 +"6751",19133768,2007,12,1,1 +"6752",19133768,2008,1,1,1 +"6753",19133768,2008,2,2,1 +"6754",19133768,2008,3,1,1 +"6755",19133768,2008,6,2,1 +"6756",19133768,2008,8,2,1 +"6757",19133768,2008,9,1,1 +"6758",19133768,2008,10,2,1 +"6759",19133768,2009,3,1,1 +"6760",19133768,2009,4,1,1 +"6761",19133768,2009,5,1,1 +"6762",19133768,2009,6,1,1 +"6763",19133768,2009,7,1,1 +"6764",19133768,2009,8,1,1 +"6765",19133768,2009,9,2,1 +"6766",19133768,2009,10,1,1 +"6767",19133768,2010,3,2,1 +"6768",19133768,2010,6,2,1 +"6769",19133768,2010,8,2,1 +"6770",19133768,2010,9,2,1 +"6771",19133768,2010,10,1,1 +"6772",19133768,2010,12,2,1 +"6773",19133768,2011,5,2,1 +"6774",19133768,2011,6,1,1 +"6775",19133768,2011,7,1,1 +"6776",19133768,2011,8,1,1 +"6777",19133768,2011,9,2,1 +"6778",19133768,2011,12,1,1 +"6779",19133768,2012,1,2,1 +"6780",19133768,2012,3,1,1 +"6781",19133768,2012,5,1,1 +"6782",19133768,2012,6,1,1 +"6783",19133768,2012,7,1,1 +"6784",19133768,2012,9,3,1 +"6785",19133768,2012,10,2,1 +"6786",19133768,2013,4,1,1 +"6787",19133768,2013,6,2,1 +"6788",19133768,2013,7,2,1 +"6789",19133768,2013,9,2,1 +"6790",19133768,2013,10,1,1 +"6791",19133768,2013,11,1,1 +"6792",19133768,2014,1,1,1 +"6793",19133768,2014,2,2,1 +"6794",19133768,2014,4,2,1 +"6795",19133768,2014,5,2,1 +"6796",19133768,2014,10,1,1 +"6797",19133768,2014,12,1,1 +"6798",19133768,2015,1,2,1 +"6799",19133768,2015,2,1,1 +"6800",19133768,2015,4,1,1 +"6801",19133768,2015,5,2,1 +"6802",19133768,2015,6,1,1 +"6803",19133768,2015,8,3,1 +"6804",19133768,2015,9,1,1 +"6805",19133768,2016,4,2,1 +"6806",19133768,2016,5,4,1 +"6807",19133768,2016,7,2,1 +"6808",19133768,2016,8,3,1 +"6809",19133768,2016,9,2,1 +"6810",19133768,2016,10,3,1 +"6811",19133768,2016,11,1,1 +"6812",19133768,2016,12,4,1 +"6813",19133768,2017,1,1,1 +"6814",19133768,2017,2,1,1 +"6815",19133768,2017,5,1,1 +"6816",19133768,2017,8,4,1 +"6817",19133768,2017,9,3,1 +"6818",19133768,2017,10,1,1 +"6819",19133768,2017,12,4,1 +"6820",19133768,2018,2,1,1 +"6821",19133768,2018,3,3,1 +"6822",19133768,2018,4,1,1 +"6823",19133768,2018,5,1,2 +"6824",19133768,2018,6,3,1 +"6825",19133768,2018,7,4,1.25 +"6826",19133768,2018,8,2,1 +"6827",19133768,2018,9,1,2 +"6828",19133768,2018,11,2,1 +"6829",19133768,2018,12,1,1 +"6830",19133768,2019,1,1,1 +"6831",19133768,2019,3,2,1 +"6832",19133768,2019,4,1,1 +"6833",19133768,2019,5,2,1 +"6834",19133768,2019,6,2,1 +"6835",19133768,2019,7,2,1 +"6836",19133768,2019,8,2,1 +"6837",19133768,2019,9,1,1 +"6838",19133768,2019,10,3,1 +"6839",19133768,2019,11,1,1 +"6840",19133768,2019,12,4,1 +"6841",19133768,2020,1,3,1.33333333333333 +"6842",19133768,2020,3,1,1 +"6843",19133768,2020,4,3,1 +"6844",19133768,2020,7,3,1 +"6845",19133768,2020,8,2,1 +"6846",19133768,2020,9,1,1 +"6847",19133768,2020,11,2,1 +"6848",19133768,2020,12,2,1 +"6849",19133768,2021,1,2,1 +"6850",19133768,2021,4,2,1 +"6851",19133768,2021,6,2,1 +"6852",19133768,2021,7,2,1 +"6853",19133768,2021,8,3,1 +"6854",19133768,2021,9,3,1 +"6855",19133768,2021,10,2,1 +"6856",19133768,2021,11,4,1 +"6857",19133768,2021,12,1,1 +"6858",19133768,2022,2,2,1 +"6859",19133768,2022,3,1,1 +"6860",19133768,2022,4,3,1 +"6861",19133768,2022,5,1,1 +"6862",19133768,2022,6,1,1 +"6863",19133768,2022,7,2,1 +"6864",19133768,2022,8,2,1 +"6865",19133768,2022,9,1,1 +"6866",19133768,2022,10,2,1 +"6867",19133768,2022,11,1,1 +"6868",19133768,2022,12,2,1 +"6869",19133768,2023,1,3,1 +"6870",19133768,2023,2,2,1 +"6871",19133768,2023,4,2,1 +"6872",19133768,2023,5,1,1 +"6873",40163554,1970,3,1,1 +"6874",40163554,1970,9,1,2 +"6875",40163554,1971,9,1,1 +"6876",40163554,1974,10,1,1 +"6877",40163554,1975,7,1,2 +"6878",40163554,1975,12,2,2 +"6879",40163554,1977,5,2,4 +"6880",40163554,1977,6,1,2 +"6881",40163554,1977,7,1,1 +"6882",40163554,1978,12,1,2 +"6883",40163554,1979,4,2,1.5 +"6884",40163554,1979,11,1,2 +"6885",40163554,1980,3,1,1 +"6886",40163554,1980,11,1,1 +"6887",40163554,1981,3,1,5 +"6888",40163554,1981,4,1,2 +"6889",40163554,1981,7,1,4 +"6890",40163554,1981,12,1,1 +"6891",40163554,1982,6,1,11 +"6892",40163554,1982,8,1,2 +"6893",40163554,1982,12,2,2 +"6894",40163554,1983,1,1,2 +"6895",40163554,1983,7,2,1 +"6896",40163554,1983,12,2,15 +"6897",40163554,1984,2,1,1 +"6898",40163554,1984,3,1,1 +"6899",40163554,1984,5,1,1 +"6900",40163554,1984,7,1,2 +"6901",40163554,1984,8,1,1 +"6902",40163554,1984,10,1,1 +"6903",40163554,1984,11,1,3 +"6904",40163554,1984,12,1,17 +"6905",40163554,1985,3,1,2 +"6906",40163554,1985,4,1,2 +"6907",40163554,1985,5,1,3 +"6908",40163554,1985,6,1,2 +"6909",40163554,1986,4,1,2 +"6910",40163554,1986,5,1,1 +"6911",40163554,1986,9,1,1 +"6912",40163554,1986,11,1,1 +"6913",40163554,1987,1,2,3 +"6914",40163554,1987,5,3,3 +"6915",40163554,1987,10,1,2 +"6916",40163554,1987,11,1,1 +"6917",40163554,1988,1,1,2 +"6918",40163554,1988,6,1,1 +"6919",40163554,1989,4,1,1 +"6920",40163554,1989,5,1,2 +"6921",40163554,1989,6,1,3 +"6922",40163554,1989,7,1,1 +"6923",40163554,1989,10,1,1 +"6924",40163554,1990,1,2,3.5 +"6925",40163554,1990,2,1,2 +"6926",40163554,1990,5,3,1.66666666666667 +"6927",40163554,1990,6,2,2 +"6928",40163554,1990,8,1,2 +"6929",40163554,1990,12,2,4 +"6930",40163554,1991,1,1,1 +"6931",40163554,1991,2,1,2 +"6932",40163554,1991,3,1,2 +"6933",40163554,1991,4,1,1 +"6934",40163554,1991,5,1,15 +"6935",40163554,1991,6,2,2.5 +"6936",40163554,1991,7,1,2 +"6937",40163554,1991,8,4,2.75 +"6938",40163554,1991,10,2,2.5 +"6939",40163554,1992,1,1,2 +"6940",40163554,1992,3,1,4 +"6941",40163554,1992,7,1,3 +"6942",40163554,1992,8,2,1.5 +"6943",40163554,1992,9,2,1 +"6944",40163554,1992,10,1,2 +"6945",40163554,1993,1,1,1 +"6946",40163554,1993,2,2,2 +"6947",40163554,1993,5,1,2 +"6948",40163554,1993,6,1,6 +"6949",40163554,1993,7,1,1 +"6950",40163554,1993,10,2,2 +"6951",40163554,1993,11,1,1 +"6952",40163554,1994,3,1,2 +"6953",40163554,1994,4,1,2 +"6954",40163554,1994,6,2,1.5 +"6955",40163554,1994,8,1,1 +"6956",40163554,1994,9,1,1 +"6957",40163554,1994,12,2,5 +"6958",40163554,1995,3,1,2 +"6959",40163554,1995,6,1,2 +"6960",40163554,1995,7,1,5 +"6961",40163554,1995,9,2,1 +"6962",40163554,1995,11,1,2 +"6963",40163554,1995,12,3,1.66666666666667 +"6964",40163554,1996,3,1,2 +"6965",40163554,1996,6,2,2 +"6966",40163554,1996,7,1,2 +"6967",40163554,1996,8,1,1 +"6968",40163554,1996,10,3,2.33333333333333 +"6969",40163554,1996,12,1,2 +"6970",40163554,1997,1,1,2 +"6971",40163554,1997,5,3,1.66666666666667 +"6972",40163554,1997,6,2,2 +"6973",40163554,1997,8,2,1.5 +"6974",40163554,1997,9,5,2 +"6975",40163554,1997,10,1,2 +"6976",40163554,1998,2,3,1.33333333333333 +"6977",40163554,1998,3,2,5 +"6978",40163554,1998,4,2,2 +"6979",40163554,1998,6,2,2.5 +"6980",40163554,1998,8,3,2.66666666666667 +"6981",40163554,1998,10,1,2 +"6982",40163554,1998,11,1,1 +"6983",40163554,1998,12,1,2 +"6984",40163554,1999,2,1,1 +"6985",40163554,1999,4,1,2 +"6986",40163554,1999,5,2,3.5 +"6987",40163554,1999,6,1,2 +"6988",40163554,1999,7,2,3 +"6989",40163554,1999,9,1,1 +"6990",40163554,1999,11,2,2.5 +"6991",40163554,2000,1,2,1.5 +"6992",40163554,2000,2,4,2.25 +"6993",40163554,2000,3,5,1.6 +"6994",40163554,2000,6,2,1 +"6995",40163554,2000,7,1,2 +"6996",40163554,2000,8,2,1.5 +"6997",40163554,2000,10,1,2 +"6998",40163554,2000,11,3,1 +"6999",40163554,2000,12,1,1 +"7000",40163554,2001,2,1,2 +"7001",40163554,2001,4,2,2.5 +"7002",40163554,2001,6,4,1.5 +"7003",40163554,2001,7,2,2 +"7004",40163554,2001,9,1,1 +"7005",40163554,2001,10,1,2 +"7006",40163554,2001,12,1,2 +"7007",40163554,2002,1,3,1.66666666666667 +"7008",40163554,2002,2,1,1 +"7009",40163554,2002,3,3,1.66666666666667 +"7010",40163554,2002,5,3,4.66666666666667 +"7011",40163554,2002,6,3,1.66666666666667 +"7012",40163554,2002,7,1,1 +"7013",40163554,2002,8,1,2 +"7014",40163554,2002,9,1,1 +"7015",40163554,2002,12,4,1.75 +"7016",40163554,2003,1,3,2 +"7017",40163554,2003,2,4,1.5 +"7018",40163554,2003,5,4,1.75 +"7019",40163554,2003,6,3,2.66666666666667 +"7020",40163554,2003,8,2,2 +"7021",40163554,2003,9,2,2 +"7022",40163554,2003,10,1,2 +"7023",40163554,2003,11,1,2 +"7024",40163554,2003,12,1,2 +"7025",40163554,2004,1,3,1.33333333333333 +"7026",40163554,2004,2,1,3 +"7027",40163554,2004,3,2,2 +"7028",40163554,2004,4,2,1.5 +"7029",40163554,2004,5,2,2 +"7030",40163554,2004,6,1,2 +"7031",40163554,2004,7,3,4.33333333333333 +"7032",40163554,2004,8,3,2.66666666666667 +"7033",40163554,2004,10,2,3.5 +"7034",40163554,2004,11,2,4 +"7035",40163554,2004,12,2,1.5 +"7036",40163554,2005,1,1,3 +"7037",40163554,2005,2,1,2 +"7038",40163554,2005,3,3,2.66666666666667 +"7039",40163554,2005,4,2,2 +"7040",40163554,2005,5,1,1 +"7041",40163554,2005,6,1,25 +"7042",40163554,2005,7,1,2 +"7043",40163554,2005,9,3,2.66666666666667 +"7044",40163554,2005,10,1,1 +"7045",40163554,2005,12,2,2 +"7046",40163554,2006,1,2,1.5 +"7047",40163554,2006,2,2,1 +"7048",40163554,2006,3,1,2 +"7049",40163554,2006,4,4,2 +"7050",40163554,2006,6,1,2 +"7051",40163554,2006,7,2,1 +"7052",40163554,2006,8,1,2 +"7053",40163554,2006,9,3,2 +"7054",40163554,2006,10,2,1.5 +"7055",40163554,2006,11,1,1 +"7056",40163554,2006,12,2,1.5 +"7057",40163554,2007,2,2,1.5 +"7058",40163554,2007,3,1,2 +"7059",40163554,2007,4,3,1.66666666666667 +"7060",40163554,2007,6,3,1.66666666666667 +"7061",40163554,2007,9,1,1 +"7062",40163554,2007,10,2,2.5 +"7063",40163554,2007,11,2,1.5 +"7064",40163554,2007,12,4,1.75 +"7065",40163554,2008,1,1,1 +"7066",40163554,2008,2,1,1 +"7067",40163554,2008,3,4,1.25 +"7068",40163554,2008,5,3,2.33333333333333 +"7069",40163554,2008,6,1,1 +"7070",40163554,2008,7,2,2 +"7071",40163554,2008,8,2,1.5 +"7072",40163554,2008,9,2,1.5 +"7073",40163554,2008,10,2,2 +"7074",40163554,2008,11,1,1 +"7075",40163554,2009,1,5,1.8 +"7076",40163554,2009,2,1,1 +"7077",40163554,2009,3,4,1.75 +"7078",40163554,2009,4,4,1.75 +"7079",40163554,2009,5,1,1 +"7080",40163554,2009,6,2,9.5 +"7081",40163554,2009,7,2,3 +"7082",40163554,2009,8,2,1 +"7083",40163554,2009,9,4,2 +"7084",40163554,2009,10,2,3 +"7085",40163554,2009,11,2,1.5 +"7086",40163554,2009,12,3,3.66666666666667 +"7087",40163554,2010,1,1,1 +"7088",40163554,2010,2,3,1.66666666666667 +"7089",40163554,2010,3,1,2 +"7090",40163554,2010,4,2,1 +"7091",40163554,2010,5,4,2 +"7092",40163554,2010,6,2,2.5 +"7093",40163554,2010,7,1,1 +"7094",40163554,2010,9,3,2 +"7095",40163554,2010,10,2,1 +"7096",40163554,2010,11,1,2 +"7097",40163554,2011,1,6,1.5 +"7098",40163554,2011,2,1,1 +"7099",40163554,2011,3,1,2 +"7100",40163554,2011,4,2,1 +"7101",40163554,2011,5,1,2 +"7102",40163554,2011,6,2,2.5 +"7103",40163554,2011,7,4,1.75 +"7104",40163554,2011,8,2,1.5 +"7105",40163554,2011,9,4,2.25 +"7106",40163554,2011,10,3,1.33333333333333 +"7107",40163554,2011,11,1,1 +"7108",40163554,2011,12,2,1 +"7109",40163554,2012,1,3,1.33333333333333 +"7110",40163554,2012,2,1,2 +"7111",40163554,2012,3,2,1.5 +"7112",40163554,2012,4,3,1.33333333333333 +"7113",40163554,2012,5,2,2 +"7114",40163554,2012,6,1,2 +"7115",40163554,2012,7,2,2.5 +"7116",40163554,2012,8,1,1 +"7117",40163554,2012,9,5,1.2 +"7118",40163554,2012,10,2,1.5 +"7119",40163554,2012,11,2,1.5 +"7120",40163554,2012,12,5,2 +"7121",40163554,2013,2,2,1.5 +"7122",40163554,2013,3,3,2 +"7123",40163554,2013,4,2,1.5 +"7124",40163554,2013,6,2,1.5 +"7125",40163554,2013,7,2,1.5 +"7126",40163554,2013,8,1,1 +"7127",40163554,2013,9,1,2 +"7128",40163554,2013,10,3,3.66666666666667 +"7129",40163554,2013,11,2,2 +"7130",40163554,2013,12,3,2 +"7131",40163554,2014,1,2,2 +"7132",40163554,2014,2,4,9 +"7133",40163554,2014,3,1,1 +"7134",40163554,2014,4,2,19 +"7135",40163554,2014,5,3,1.66666666666667 +"7136",40163554,2014,6,2,1.5 +"7137",40163554,2014,7,6,2.33333333333333 +"7138",40163554,2014,8,6,2 +"7139",40163554,2014,9,1,1 +"7140",40163554,2014,10,1,2 +"7141",40163554,2014,11,3,1.66666666666667 +"7142",40163554,2014,12,4,2.5 +"7143",40163554,2015,1,2,2 +"7144",40163554,2015,2,3,2 +"7145",40163554,2015,3,6,6.5 +"7146",40163554,2015,4,2,1.5 +"7147",40163554,2015,5,5,3.8 +"7148",40163554,2015,6,2,2 +"7149",40163554,2015,7,4,2.5 +"7150",40163554,2015,8,1,1 +"7151",40163554,2015,9,5,2 +"7152",40163554,2015,10,2,1.5 +"7153",40163554,2015,11,3,3.66666666666667 +"7154",40163554,2015,12,1,1 +"7155",40163554,2016,1,4,2.25 +"7156",40163554,2016,2,2,2 +"7157",40163554,2016,3,1,3 +"7158",40163554,2016,4,2,3 +"7159",40163554,2016,5,6,3 +"7160",40163554,2016,6,3,1.33333333333333 +"7161",40163554,2016,7,3,1.66666666666667 +"7162",40163554,2016,8,4,1.5 +"7163",40163554,2016,9,1,2 +"7164",40163554,2016,10,2,1.5 +"7165",40163554,2016,12,1,2 +"7166",40163554,2017,1,2,1 +"7167",40163554,2017,2,1,2 +"7168",40163554,2017,3,4,1.75 +"7169",40163554,2017,4,3,2 +"7170",40163554,2017,5,4,1.25 +"7171",40163554,2017,6,5,3 +"7172",40163554,2017,8,4,2.25 +"7173",40163554,2017,9,1,2 +"7174",40163554,2017,10,4,1.75 +"7175",40163554,2017,11,3,4.33333333333333 +"7176",40163554,2017,12,2,2 +"7177",40163554,2018,1,1,1 +"7178",40163554,2018,2,2,1.5 +"7179",40163554,2018,3,5,2.2 +"7180",40163554,2018,4,4,1.25 +"7181",40163554,2018,5,1,2 +"7182",40163554,2018,6,2,2 +"7183",40163554,2018,7,2,2 +"7184",40163554,2018,8,7,4.42857142857143 +"7185",40163554,2018,9,1,1 +"7186",40163554,2018,10,4,1.75 +"7187",40163554,2018,11,3,1.33333333333333 +"7188",40163554,2018,12,4,1.5 +"7189",40163554,2019,1,3,1.66666666666667 +"7190",40163554,2019,2,2,2 +"7191",40163554,2019,3,2,1.5 +"7192",40163554,2019,4,2,3 +"7193",40163554,2019,5,4,4.25 +"7194",40163554,2019,6,3,2.33333333333333 +"7195",40163554,2019,7,3,1.33333333333333 +"7196",40163554,2019,8,4,1.25 +"7197",40163554,2019,9,3,10 +"7198",40163554,2019,10,4,2 +"7199",40163554,2019,11,2,1 +"7200",40163554,2019,12,2,2.5 +"7201",40163554,2020,1,6,3.66666666666667 +"7202",40163554,2020,2,1,1 +"7203",40163554,2020,3,2,1.5 +"7204",40163554,2020,4,1,2 +"7205",40163554,2020,5,3,3.66666666666667 +"7206",40163554,2020,6,5,2.8 +"7207",40163554,2020,7,2,3 +"7208",40163554,2020,8,7,2.14285714285714 +"7209",40163554,2020,9,2,1.5 +"7210",40163554,2020,10,4,1.75 +"7211",40163554,2020,11,5,2 +"7212",40163554,2020,12,5,2.6 +"7213",40163554,2021,1,3,2 +"7214",40163554,2021,2,1,2 +"7215",40163554,2021,3,3,2 +"7216",40163554,2021,4,3,2.66666666666667 +"7217",40163554,2021,5,4,1.75 +"7218",40163554,2021,6,1,5 +"7219",40163554,2021,7,6,5.83333333333333 +"7220",40163554,2021,8,2,2.5 +"7221",40163554,2021,9,3,1.33333333333333 +"7222",40163554,2021,10,4,2 +"7223",40163554,2021,11,3,1.66666666666667 +"7224",40163554,2021,12,3,1.33333333333333 +"7225",40163554,2022,1,4,1.25 +"7226",40163554,2022,2,8,2.5 +"7227",40163554,2022,3,4,1.5 +"7228",40163554,2022,4,7,1.85714285714286 +"7229",40163554,2022,5,7,1.71428571428571 +"7230",40163554,2022,6,3,2.33333333333333 +"7231",40163554,2022,7,5,3.4 +"7232",40163554,2022,8,4,2 +"7233",40163554,2022,9,2,1.5 +"7234",40163554,2022,10,6,2 +"7235",40163554,2022,11,2,2.5 +"7236",40163554,2022,12,4,1.75 +"7237",40163554,2023,1,1,1 +"7238",40163554,2023,2,3,1.66666666666667 +"7239",40163554,2023,3,3,1.33333333333333 +"7240",40163554,2023,4,4,2.75 +"7241",40163554,2023,5,3,1.66666666666667 +"7242",40163554,2023,6,2,2 +"7243",40171902,1981,1,2,2 +"7244",40171902,1981,3,2,3 +"7245",40171902,1981,4,1,2 +"7246",40171902,1981,5,2,1.5 +"7247",40171902,1981,6,2,3.5 +"7248",40171902,1981,7,3,2.33333333333333 +"7249",40171902,1981,8,1,2 +"7250",40171902,1981,11,4,1.5 +"7251",40171902,1981,12,3,1.33333333333333 +"7252",40171902,1982,6,1,11 +"7253",40171902,1982,8,1,2 +"7254",40171902,1982,12,2,2 +"7255",40171902,1983,1,1,2 +"7256",40171902,1983,7,2,1 +"7257",40171902,1983,12,2,15 +"7258",40171902,1984,2,1,1 +"7259",40171902,1984,3,1,1 +"7260",40171902,1984,5,1,1 +"7261",40171902,1984,7,1,2 +"7262",40171902,1984,8,1,1 +"7263",40171902,1984,10,1,1 +"7264",40171902,1984,11,1,3 +"7265",40171902,1984,12,1,17 +"7266",40171902,1985,3,1,2 +"7267",40171902,1985,4,1,2 +"7268",40171902,1985,5,1,3 +"7269",40171902,1985,6,1,2 +"7270",40171902,1986,4,1,2 +"7271",40171902,1986,5,1,1 +"7272",40171902,1986,9,1,1 +"7273",40171902,1986,11,1,1 +"7274",40171902,1987,1,2,3 +"7275",40171902,1987,5,3,3 +"7276",40171902,1987,10,1,2 +"7277",40171902,1987,11,1,1 +"7278",40171902,1988,1,1,2 +"7279",40171902,1988,6,1,1 +"7280",40171902,1989,4,1,1 +"7281",40171902,1989,5,1,2 +"7282",40171902,1989,6,1,3 +"7283",40171902,1989,7,1,1 +"7284",40171902,1989,10,1,1 +"7285",40171902,1990,1,2,3.5 +"7286",40171902,1990,2,1,2 +"7287",40171902,1990,5,3,1.66666666666667 +"7288",40171902,1990,6,2,2 +"7289",40171902,1990,8,1,2 +"7290",40171902,1990,12,2,4 +"7291",40171902,1991,1,1,1 +"7292",40171902,1991,2,1,2 +"7293",40171902,1991,3,1,2 +"7294",40171902,1991,4,1,1 +"7295",40171902,1991,5,1,15 +"7296",40171902,1991,6,2,2.5 +"7297",40171902,1991,7,1,2 +"7298",40171902,1991,8,4,2.75 +"7299",40171902,1991,10,2,2.5 +"7300",40171902,1992,1,1,2 +"7301",40171902,1992,3,1,4 +"7302",40171902,1992,7,1,3 +"7303",40171902,1992,8,2,1.5 +"7304",40171902,1992,9,2,1 +"7305",40171902,1992,10,1,2 +"7306",40171902,1993,1,1,1 +"7307",40171902,1993,2,2,2 +"7308",40171902,1993,5,1,2 +"7309",40171902,1993,6,1,6 +"7310",40171902,1993,7,1,1 +"7311",40171902,1993,10,2,2 +"7312",40171902,1993,11,1,1 +"7313",40171902,1994,3,1,2 +"7314",40171902,1994,4,1,2 +"7315",40171902,1994,6,2,1.5 +"7316",40171902,1994,8,1,1 +"7317",40171902,1994,9,1,1 +"7318",40171902,1994,12,2,5 +"7319",40171902,1995,3,1,2 +"7320",40171902,1995,6,1,2 +"7321",40171902,1995,7,1,5 +"7322",40171902,1995,9,2,1 +"7323",40171902,1995,11,1,2 +"7324",40171902,1995,12,3,1.66666666666667 +"7325",40171902,1996,3,1,2 +"7326",40171902,1996,6,2,2 +"7327",40171902,1996,7,1,2 +"7328",40171902,1996,8,1,1 +"7329",40171902,1996,10,3,2.33333333333333 +"7330",40171902,1996,12,1,2 +"7331",40171902,1997,1,1,2 +"7332",40171902,1997,5,3,1.66666666666667 +"7333",40171902,1997,6,2,2 +"7334",40171902,1997,8,2,1.5 +"7335",40171902,1997,9,5,2 +"7336",40171902,1997,10,1,2 +"7337",40171902,1998,2,3,1.33333333333333 +"7338",40171902,1998,3,2,5 +"7339",40171902,1998,4,2,2 +"7340",40171902,1998,6,2,2.5 +"7341",40171902,1998,8,3,2.66666666666667 +"7342",40171902,1998,10,1,2 +"7343",40171902,1998,11,1,1 +"7344",40171902,1998,12,1,2 +"7345",40171902,1999,2,1,1 +"7346",40171902,1999,4,1,2 +"7347",40171902,1999,5,2,3.5 +"7348",40171902,1999,6,1,2 +"7349",40171902,1999,7,2,3 +"7350",40171902,1999,9,1,1 +"7351",40171902,1999,11,2,2.5 +"7352",40171902,2000,1,2,1.5 +"7353",40171902,2000,2,4,2.25 +"7354",40171902,2000,3,5,1.6 +"7355",40171902,2000,6,2,1 +"7356",40171902,2000,7,1,2 +"7357",40171902,2000,8,2,1.5 +"7358",40171902,2000,10,1,2 +"7359",40171902,2000,11,3,1 +"7360",40171902,2000,12,1,1 +"7361",40171902,2001,2,1,2 +"7362",40171902,2001,4,2,2.5 +"7363",40171902,2001,6,4,1.5 +"7364",40171902,2001,7,2,2 +"7365",40171902,2001,9,1,1 +"7366",40171902,2001,10,1,2 +"7367",40171902,2001,12,1,2 +"7368",40171902,2002,1,3,1.66666666666667 +"7369",40171902,2002,2,1,1 +"7370",40171902,2002,3,3,1.66666666666667 +"7371",40171902,2002,5,3,4.66666666666667 +"7372",40171902,2002,6,3,1.66666666666667 +"7373",40171902,2002,7,1,1 +"7374",40171902,2002,8,1,2 +"7375",40171902,2002,9,1,1 +"7376",40171902,2002,12,4,1.75 +"7377",40171902,2003,1,3,2 +"7378",40171902,2003,2,4,1.5 +"7379",40171902,2003,5,4,1.75 +"7380",40171902,2003,6,3,2.66666666666667 +"7381",40171902,2003,8,2,2 +"7382",40171902,2003,9,2,2 +"7383",40171902,2003,10,1,2 +"7384",40171902,2003,11,1,2 +"7385",40171902,2003,12,1,2 +"7386",40171902,2004,1,3,1.33333333333333 +"7387",40171902,2004,2,1,3 +"7388",40171902,2004,3,2,2 +"7389",40171902,2004,4,2,1.5 +"7390",40171902,2004,5,2,2 +"7391",40171902,2004,6,1,2 +"7392",40171902,2004,7,3,4.33333333333333 +"7393",40171902,2004,8,3,2.66666666666667 +"7394",40171902,2004,10,2,3.5 +"7395",40171902,2004,11,2,4 +"7396",40171902,2004,12,2,1.5 +"7397",40171902,2005,1,1,3 +"7398",40171902,2005,2,1,2 +"7399",40171902,2005,3,3,2.66666666666667 +"7400",40171902,2005,4,2,2 +"7401",40171902,2005,5,1,1 +"7402",40171902,2005,6,1,25 +"7403",40171902,2005,7,1,2 +"7404",40171902,2005,9,3,2.66666666666667 +"7405",40171902,2005,10,1,1 +"7406",40171902,2005,12,2,2 +"7407",40171902,2006,1,2,1.5 +"7408",40171902,2006,2,2,1 +"7409",40171902,2006,3,1,2 +"7410",40171902,2006,4,4,2 +"7411",40171902,2006,6,1,2 +"7412",40171902,2006,7,2,1 +"7413",40171902,2006,8,1,2 +"7414",40171902,2006,9,3,2 +"7415",40171902,2006,10,2,1.5 +"7416",40171902,2006,11,1,1 +"7417",40171902,2006,12,2,1.5 +"7418",40171902,2007,2,2,1.5 +"7419",40171902,2007,3,1,2 +"7420",40171902,2007,4,3,1.66666666666667 +"7421",40171902,2007,6,3,1.66666666666667 +"7422",40171902,2007,9,1,1 +"7423",40171902,2007,10,2,2.5 +"7424",40171902,2007,11,2,1.5 +"7425",40171902,2007,12,4,1.75 +"7426",40171902,2008,1,1,1 +"7427",40171902,2008,2,1,1 +"7428",40171902,2008,3,4,1.25 +"7429",40171902,2008,5,3,2.33333333333333 +"7430",40171902,2008,6,1,1 +"7431",40171902,2008,7,2,2 +"7432",40171902,2008,8,2,1.5 +"7433",40171902,2008,9,2,1.5 +"7434",40171902,2008,10,2,2 +"7435",40171902,2008,11,1,1 +"7436",40171902,2009,1,5,1.8 +"7437",40171902,2009,2,1,1 +"7438",40171902,2009,3,4,1.75 +"7439",40171902,2009,4,4,1.75 +"7440",40171902,2009,5,1,1 +"7441",40171902,2009,6,2,9.5 +"7442",40171902,2009,7,2,3 +"7443",40171902,2009,8,2,1 +"7444",40171902,2009,9,4,2 +"7445",40171902,2009,10,2,3 +"7446",40171902,2009,11,2,1.5 +"7447",40171902,2009,12,3,3.66666666666667 +"7448",40171902,2010,1,1,1 +"7449",40171902,2010,2,3,1.66666666666667 +"7450",40171902,2010,3,1,2 +"7451",40171902,2010,4,2,1 +"7452",40171902,2010,5,4,2 +"7453",40171902,2010,6,2,2.5 +"7454",40171902,2010,7,1,1 +"7455",40171902,2010,9,3,2 +"7456",40171902,2010,10,2,1 +"7457",40171902,2010,11,1,2 +"7458",40171902,2011,1,6,1.5 +"7459",40171902,2011,2,1,1 +"7460",40171902,2011,3,1,2 +"7461",40171902,2011,4,2,1 +"7462",40171902,2011,5,1,2 +"7463",40171902,2011,6,2,2.5 +"7464",40171902,2011,7,4,1.75 +"7465",40171902,2011,8,2,1.5 +"7466",40171902,2011,9,4,2.25 +"7467",40171902,2011,10,3,1.33333333333333 +"7468",40171902,2011,11,1,1 +"7469",40171902,2011,12,2,1 +"7470",40171902,2012,1,3,1.33333333333333 +"7471",40171902,2012,2,1,2 +"7472",40171902,2012,3,2,1.5 +"7473",40171902,2012,4,3,1.33333333333333 +"7474",40171902,2012,5,2,2 +"7475",40171902,2012,6,1,2 +"7476",40171902,2012,7,2,2.5 +"7477",40171902,2012,8,1,1 +"7478",40171902,2012,9,5,1.2 +"7479",40171902,2012,10,2,1.5 +"7480",40171902,2012,11,2,1.5 +"7481",40171902,2012,12,5,2 +"7482",40171902,2013,2,2,1.5 +"7483",40171902,2013,3,3,2 +"7484",40171902,2013,4,2,1.5 +"7485",40171902,2013,6,2,1.5 +"7486",40171902,2013,7,2,1.5 +"7487",40171902,2013,8,1,1 +"7488",40171902,2013,9,1,2 +"7489",40171902,2013,10,3,3.66666666666667 +"7490",40171902,2013,11,2,2 +"7491",40171902,2013,12,3,2 +"7492",40171902,2014,1,2,2 +"7493",40171902,2014,2,4,9 +"7494",40171902,2014,3,1,1 +"7495",40171902,2014,4,2,19 +"7496",40171902,2014,5,3,1.66666666666667 +"7497",40171902,2014,6,2,1.5 +"7498",40171902,2014,7,6,2.33333333333333 +"7499",40171902,2014,8,6,2 +"7500",40171902,2014,9,1,1 +"7501",40171902,2014,10,1,2 +"7502",40171902,2014,11,3,1.66666666666667 +"7503",40171902,2014,12,4,2.5 +"7504",40171902,2015,1,2,2 +"7505",40171902,2015,2,3,2 +"7506",40171902,2015,3,6,6.5 +"7507",40171902,2015,4,2,1.5 +"7508",40171902,2015,5,5,3.8 +"7509",40171902,2015,6,2,2 +"7510",40171902,2015,7,4,2.5 +"7511",40171902,2015,8,1,1 +"7512",40171902,2015,9,5,2 +"7513",40171902,2015,10,2,1.5 +"7514",40171902,2015,11,3,3.66666666666667 +"7515",40171902,2015,12,1,1 +"7516",40171902,2016,1,4,2.25 +"7517",40171902,2016,2,2,2 +"7518",40171902,2016,3,1,3 +"7519",40171902,2016,4,2,3 +"7520",40171902,2016,5,6,3 +"7521",40171902,2016,6,3,1.33333333333333 +"7522",40171902,2016,7,3,1.66666666666667 +"7523",40171902,2016,8,4,1.5 +"7524",40171902,2016,9,1,2 +"7525",40171902,2016,10,2,1.5 +"7526",40171902,2016,12,1,2 +"7527",40171902,2017,1,2,1 +"7528",40171902,2017,2,1,2 +"7529",40171902,2017,3,4,1.75 +"7530",40171902,2017,4,3,2 +"7531",40171902,2017,5,4,1.25 +"7532",40171902,2017,6,5,3 +"7533",40171902,2017,8,4,2.25 +"7534",40171902,2017,9,1,2 +"7535",40171902,2017,10,4,1.75 +"7536",40171902,2017,11,3,4.33333333333333 +"7537",40171902,2017,12,2,2 +"7538",40171902,2018,1,1,1 +"7539",40171902,2018,2,2,1.5 +"7540",40171902,2018,3,5,2.2 +"7541",40171902,2018,4,4,1.25 +"7542",40171902,2018,5,1,2 +"7543",40171902,2018,6,2,2 +"7544",40171902,2018,7,2,2 +"7545",40171902,2018,8,7,4.42857142857143 +"7546",40171902,2018,9,1,1 +"7547",40171902,2018,10,4,1.75 +"7548",40171902,2018,11,3,1.33333333333333 +"7549",40171902,2018,12,4,1.5 +"7550",40171902,2019,1,3,1.66666666666667 +"7551",40171902,2019,2,2,2 +"7552",40171902,2019,3,2,1.5 +"7553",40171902,2019,4,2,3 +"7554",40171902,2019,5,4,4.25 +"7555",40171902,2019,6,3,2.33333333333333 +"7556",40171902,2019,7,3,1.33333333333333 +"7557",40171902,2019,8,4,1.25 +"7558",40171902,2019,9,3,10 +"7559",40171902,2019,10,4,2 +"7560",40171902,2019,11,2,1 +"7561",40171902,2019,12,2,2.5 +"7562",40171902,2020,1,6,3.66666666666667 +"7563",40171902,2020,2,1,1 +"7564",40171902,2020,3,2,1.5 +"7565",40171902,2020,4,1,2 +"7566",40171902,2020,5,3,3.66666666666667 +"7567",40171902,2020,6,5,2.8 +"7568",40171902,2020,7,2,3 +"7569",40171902,2020,8,7,2.14285714285714 +"7570",40171902,2020,9,2,1.5 +"7571",40171902,2020,10,4,1.75 +"7572",40171902,2020,11,5,2 +"7573",40171902,2020,12,5,2.6 +"7574",40171902,2021,1,3,2 +"7575",40171902,2021,2,1,2 +"7576",40171902,2021,3,3,2 +"7577",40171902,2021,4,3,2.66666666666667 +"7578",40171902,2021,5,4,1.75 +"7579",40171902,2021,6,1,5 +"7580",40171902,2021,7,6,5.83333333333333 +"7581",40171902,2021,8,2,2.5 +"7582",40171902,2021,9,3,1.33333333333333 +"7583",40171902,2021,10,4,2 +"7584",40171902,2021,11,3,1.66666666666667 +"7585",40171902,2021,12,3,1.33333333333333 +"7586",40171902,2022,1,4,1.25 +"7587",40171902,2022,2,8,2.5 +"7588",40171902,2022,3,4,1.5 +"7589",40171902,2022,4,7,1.85714285714286 +"7590",40171902,2022,5,7,1.71428571428571 +"7591",40171902,2022,6,3,2.33333333333333 +"7592",40171902,2022,7,5,3.4 +"7593",40171902,2022,8,4,2 +"7594",40171902,2022,9,2,1.5 +"7595",40171902,2022,10,6,2 +"7596",40171902,2022,11,2,2.5 +"7597",40171902,2022,12,4,1.75 +"7598",40171902,2023,1,1,1 +"7599",40171902,2023,2,3,1.66666666666667 +"7600",40171902,2023,3,3,1.33333333333333 +"7601",40171902,2023,4,4,2.75 +"7602",40171902,2023,5,3,1.66666666666667 +"7603",40171902,2023,6,2,2 +"7604",40213154,1945,3,1,2 +"7605",40213154,1945,6,2,1.5 +"7606",40213154,1945,8,1,2 +"7607",40213154,1945,10,1,1 +"7608",40213154,1945,12,1,1 +"7609",40213154,1946,1,2,3.5 +"7610",40213154,1946,2,1,1 +"7611",40213154,1946,3,2,4 +"7612",40213154,1946,6,2,1.5 +"7613",40213154,1946,9,1,2 +"7614",40213154,1947,1,3,3 +"7615",40213154,1947,3,3,3 +"7616",40213154,1947,6,2,1.5 +"7617",40213154,1948,1,2,3.5 +"7618",40213154,1948,2,3,1.33333333333333 +"7619",40213154,1948,4,3,3.33333333333333 +"7620",40213154,1948,6,2,1.5 +"7621",40213154,1948,10,1,1 +"7622",40213154,1949,2,3,1 +"7623",40213154,1949,3,1,1 +"7624",40213154,1949,4,3,3.33333333333333 +"7625",40213154,1949,5,1,2 +"7626",40213154,1949,6,1,1 +"7627",40213154,1949,7,1,2 +"7628",40213154,1950,2,1,1 +"7629",40213154,1950,3,2,1 +"7630",40213154,1950,4,3,3.33333333333333 +"7631",40213154,1950,5,1,2 +"7632",40213154,1950,7,2,1.5 +"7633",40213154,1951,1,1,1 +"7634",40213154,1951,2,1,1 +"7635",40213154,1951,3,2,1 +"7636",40213154,1951,4,4,2.75 +"7637",40213154,1951,5,1,2 +"7638",40213154,1951,8,1,1 +"7639",40213154,1951,10,1,1 +"7640",40213154,1952,2,2,1 +"7641",40213154,1952,3,2,1.5 +"7642",40213154,1952,4,5,2.4 +"7643",40213154,1952,5,1,2 +"7644",40213154,1952,10,1,2 +"7645",40213154,1952,11,1,1 +"7646",40213154,1953,3,3,1 +"7647",40213154,1953,4,3,1.33333333333333 +"7648",40213154,1953,5,2,4 +"7649",40213154,1953,6,1,5 +"7650",40213154,1953,10,1,1 +"7651",40213154,1953,11,2,1.5 +"7652",40213154,1954,1,1,1 +"7653",40213154,1954,3,2,1 +"7654",40213154,1954,4,2,1 +"7655",40213154,1954,5,3,3.66666666666667 +"7656",40213154,1954,6,2,3.5 +"7657",40213154,1954,9,1,5 +"7658",40213154,1954,10,1,1 +"7659",40213154,1954,11,2,1.5 +"7660",40213154,1955,3,3,1.33333333333333 +"7661",40213154,1955,4,2,1 +"7662",40213154,1955,5,1,6 +"7663",40213154,1955,6,3,3.33333333333333 +"7664",40213154,1955,10,2,3 +"7665",40213154,1955,11,2,1.5 +"7666",40213154,1955,12,1,2 +"7667",40213154,1956,1,1,2 +"7668",40213154,1956,3,3,1.33333333333333 +"7669",40213154,1956,4,2,1.5 +"7670",40213154,1956,6,1,3 +"7671",40213154,1956,7,1,5 +"7672",40213154,1956,10,2,3 +"7673",40213154,1956,11,2,1.5 +"7674",40213154,1956,12,1,2 +"7675",40213154,1957,1,1,2 +"7676",40213154,1957,2,1,2 +"7677",40213154,1957,3,2,1.5 +"7678",40213154,1957,4,1,1 +"7679",40213154,1957,5,1,1 +"7680",40213154,1957,6,2,4.5 +"7681",40213154,1957,7,1,5 +"7682",40213154,1957,10,2,3 +"7683",40213154,1957,11,2,1.5 +"7684",40213154,1957,12,1,2 +"7685",40213154,1958,1,2,1.5 +"7686",40213154,1958,2,1,2 +"7687",40213154,1958,3,1,2 +"7688",40213154,1958,4,2,1.5 +"7689",40213154,1958,5,1,1 +"7690",40213154,1958,6,2,4.5 +"7691",40213154,1958,7,2,3.5 +"7692",40213154,1958,10,1,5 +"7693",40213154,1958,11,1,1 +"7694",40213154,1958,12,4,1.75 +"7695",40213154,1959,1,2,1.5 +"7696",40213154,1959,2,1,2 +"7697",40213154,1959,4,4,1.75 +"7698",40213154,1959,5,1,1 +"7699",40213154,1959,6,2,4.5 +"7700",40213154,1959,7,1,5 +"7701",40213154,1959,9,1,3 +"7702",40213154,1959,10,2,3.5 +"7703",40213154,1959,11,1,1 +"7704",40213154,1959,12,2,2 +"7705",40213154,1960,1,3,1.66666666666667 +"7706",40213154,1960,2,1,2 +"7707",40213154,1960,4,2,1.5 +"7708",40213154,1960,5,1,2 +"7709",40213154,1960,7,4,3.75 +"7710",40213154,1960,10,1,2 +"7711",40213154,1960,11,2,3 +"7712",40213154,1960,12,2,2.5 +"7713",40213154,1961,1,2,2 +"7714",40213154,1961,2,3,1.66666666666667 +"7715",40213154,1961,4,1,1 +"7716",40213154,1961,5,1,2 +"7717",40213154,1961,7,6,3.16666666666667 +"7718",40213154,1961,8,1,1 +"7719",40213154,1961,10,2,2 +"7720",40213154,1961,11,2,3 +"7721",40213154,1961,12,2,2.5 +"7722",40213154,1962,1,2,2 +"7723",40213154,1962,2,2,1.5 +"7724",40213154,1962,3,2,1.5 +"7725",40213154,1962,4,1,2 +"7726",40213154,1962,5,3,1.33333333333333 +"7727",40213154,1962,7,3,3.33333333333333 +"7728",40213154,1962,8,2,3.5 +"7729",40213154,1962,11,3,2.66666666666667 +"7730",40213154,1962,12,1,3 +"7731",40213154,1963,1,2,2 +"7732",40213154,1963,2,2,1.5 +"7733",40213154,1963,3,2,1.5 +"7734",40213154,1963,5,3,1.66666666666667 +"7735",40213154,1963,6,1,1 +"7736",40213154,1963,7,2,3.5 +"7737",40213154,1963,8,1,2 +"7738",40213154,1963,11,1,2 +"7739",40213154,1963,12,1,3 +"7740",40213154,1964,1,2,2 +"7741",40213154,1964,2,2,1.5 +"7742",40213154,1964,3,2,1.5 +"7743",40213154,1964,5,2,1.5 +"7744",40213154,1964,6,1,1 +"7745",40213154,1964,7,3,3 +"7746",40213154,1964,8,2,1.5 +"7747",40213154,1964,10,1,2 +"7748",40213154,1964,11,1,2 +"7749",40213154,1964,12,1,3 +"7750",40213154,1965,1,2,2 +"7751",40213154,1965,2,1,1 +"7752",40213154,1965,3,2,1.5 +"7753",40213154,1965,5,3,1.66666666666667 +"7754",40213154,1965,6,1,1 +"7755",40213154,1965,7,1,5 +"7756",40213154,1965,8,3,3 +"7757",40213154,1965,10,2,1.5 +"7758",40213154,1965,11,1,2 +"7759",40213154,1965,12,3,1.66666666666667 +"7760",40213154,1966,1,1,2 +"7761",40213154,1966,2,3,3 +"7762",40213154,1966,3,2,1.5 +"7763",40213154,1966,4,2,1 +"7764",40213154,1966,5,1,2 +"7765",40213154,1966,6,2,1.5 +"7766",40213154,1966,7,1,5 +"7767",40213154,1966,8,3,3 +"7768",40213154,1966,9,1,1 +"7769",40213154,1966,10,2,1.5 +"7770",40213154,1966,11,1,2 +"7771",40213154,1966,12,2,2 +"7772",40213154,1967,1,1,2 +"7773",40213154,1967,2,2,2 +"7774",40213154,1967,3,3,1 +"7775",40213154,1967,4,2,1 +"7776",40213154,1967,5,1,4 +"7777",40213154,1967,6,3,1.33333333333333 +"7778",40213154,1967,7,4,2.25 +"7779",40213154,1967,8,1,1 +"7780",40213154,1967,10,2,1.5 +"7781",40213154,1967,12,3,1.33333333333333 +"7782",40213154,1968,1,1,2 +"7783",40213154,1968,2,3,1.66666666666667 +"7784",40213154,1968,3,3,1 +"7785",40213154,1968,4,1,1 +"7786",40213154,1968,5,3,2.66666666666667 +"7787",40213154,1968,6,1,3 +"7788",40213154,1968,7,3,2.33333333333333 +"7789",40213154,1968,8,1,1 +"7790",40213154,1968,9,1,1 +"7791",40213154,1968,10,2,1.5 +"7792",40213154,1968,12,4,2.25 +"7793",40213154,1969,1,1,2 +"7794",40213154,1969,2,1,1 +"7795",40213154,1969,3,3,1.33333333333333 +"7796",40213154,1969,4,3,1 +"7797",40213154,1969,6,1,4 +"7798",40213154,1969,7,2,1 +"7799",40213154,1969,8,3,2.66666666666667 +"7800",40213154,1969,10,2,3 +"7801",40213154,1969,11,2,1.5 +"7802",40213154,1969,12,1,1 +"7803",40213154,1970,1,1,1 +"7804",40213154,1970,2,2,1.5 +"7805",40213154,1970,3,4,1.25 +"7806",40213154,1970,4,1,1 +"7807",40213154,1970,5,1,2 +"7808",40213154,1970,6,2,2.5 +"7809",40213154,1970,7,4,1.25 +"7810",40213154,1970,8,1,5 +"7811",40213154,1970,9,3,1.66666666666667 +"7812",40213154,1970,10,3,1.66666666666667 +"7813",40213154,1970,11,2,1.5 +"7814",40213154,1970,12,2,3 +"7815",40213154,1971,2,1,2 +"7816",40213154,1971,3,3,1.33333333333333 +"7817",40213154,1971,4,4,1.5 +"7818",40213154,1971,5,1,2 +"7819",40213154,1971,6,1,4 +"7820",40213154,1971,7,5,1.2 +"7821",40213154,1971,8,1,5 +"7822",40213154,1971,9,1,1 +"7823",40213154,1971,10,1,2 +"7824",40213154,1971,11,3,1.66666666666667 +"7825",40213154,1971,12,1,2 +"7826",40213154,1972,1,2,1 +"7827",40213154,1972,2,2,1.5 +"7828",40213154,1972,3,4,2.75 +"7829",40213154,1972,4,5,1.4 +"7830",40213154,1972,5,2,2 +"7831",40213154,1972,6,1,4 +"7832",40213154,1972,7,4,2.25 +"7833",40213154,1972,8,2,3 +"7834",40213154,1972,9,1,1 +"7835",40213154,1972,10,3,1.33333333333333 +"7836",40213154,1972,11,3,1.66666666666667 +"7837",40213154,1972,12,2,4 +"7838",40213154,1973,1,2,1 +"7839",40213154,1973,2,1,2 +"7840",40213154,1973,3,3,1.33333333333333 +"7841",40213154,1973,4,5,1.6 +"7842",40213154,1973,6,2,3 +"7843",40213154,1973,7,2,1.5 +"7844",40213154,1973,8,5,2 +"7845",40213154,1973,9,1,1 +"7846",40213154,1973,10,1,2 +"7847",40213154,1973,11,3,1.66666666666667 +"7848",40213154,1973,12,2,2 +"7849",40213154,1974,1,1,1 +"7850",40213154,1974,2,4,1.25 +"7851",40213154,1974,3,3,1.33333333333333 +"7852",40213154,1974,4,2,1 +"7853",40213154,1974,5,4,2.75 +"7854",40213154,1974,6,1,2 +"7855",40213154,1974,7,2,2.5 +"7856",40213154,1974,8,6,2.5 +"7857",40213154,1974,10,1,1 +"7858",40213154,1974,11,2,2 +"7859",40213154,1974,12,6,2.66666666666667 +"7860",40213154,1975,1,1,2 +"7861",40213154,1975,2,1,1 +"7862",40213154,1975,3,4,1.75 +"7863",40213154,1975,4,4,1.25 +"7864",40213154,1975,5,3,2 +"7865",40213154,1975,6,1,2 +"7866",40213154,1975,7,2,2.5 +"7867",40213154,1975,8,5,1.2 +"7868",40213154,1975,9,1,1 +"7869",40213154,1975,10,3,1.33333333333333 +"7870",40213154,1975,11,2,2 +"7871",40213154,1975,12,3,2 +"7872",40213154,1976,1,2,1.5 +"7873",40213154,1976,2,2,1 +"7874",40213154,1976,3,2,1.5 +"7875",40213154,1976,4,3,1.33333333333333 +"7876",40213154,1976,5,3,2.66666666666667 +"7877",40213154,1976,6,1,2 +"7878",40213154,1976,7,2,2.5 +"7879",40213154,1976,8,6,2.16666666666667 +"7880",40213154,1976,9,2,1.5 +"7881",40213154,1976,10,2,1.5 +"7882",40213154,1976,11,1,2 +"7883",40213154,1976,12,4,3.5 +"7884",40213154,1977,1,2,1 +"7885",40213154,1977,2,2,1.5 +"7886",40213154,1977,3,2,1.5 +"7887",40213154,1977,4,1,2 +"7888",40213154,1977,5,2,1.5 +"7889",40213154,1977,6,1,2 +"7890",40213154,1977,7,1,2 +"7891",40213154,1977,8,6,1.66666666666667 +"7892",40213154,1977,9,1,1 +"7893",40213154,1977,10,5,1.4 +"7894",40213154,1977,11,1,2 +"7895",40213154,1977,12,5,2.2 +"7896",40213154,1978,1,1,1 +"7897",40213154,1978,2,3,1.66666666666667 +"7898",40213154,1978,3,4,2.25 +"7899",40213154,1978,4,2,1.5 +"7900",40213154,1978,5,1,5 +"7901",40213154,1978,6,2,2 +"7902",40213154,1978,8,3,1.66666666666667 +"7903",40213154,1978,9,3,1.66666666666667 +"7904",40213154,1978,10,4,1.5 +"7905",40213154,1978,11,2,1.5 +"7906",40213154,1978,12,2,2.5 +"7907",40213154,1979,1,2,4 +"7908",40213154,1979,2,2,1.5 +"7909",40213154,1979,3,6,2 +"7910",40213154,1979,4,1,2 +"7911",40213154,1979,6,2,2 +"7912",40213154,1979,8,3,1.66666666666667 +"7913",40213154,1979,9,3,1.66666666666667 +"7914",40213154,1979,10,5,6.4 +"7915",40213154,1979,11,3,2.66666666666667 +"7916",40213154,1979,12,2,2 +"7917",40213154,1980,2,3,1.33333333333333 +"7918",40213154,1980,3,6,2 +"7919",40213154,1980,4,5,2.6 +"7920",40213154,1980,6,2,2 +"7921",40213154,1980,9,3,1.66666666666667 +"7922",40213154,1980,10,6,5.66666666666667 +"7923",40213154,1980,11,2,2 +"7924",40213154,1980,12,4,2 +"7925",40213154,1981,1,1,7 +"7926",40213154,1981,2,4,1.25 +"7927",40213154,1981,3,5,2.4 +"7928",40213154,1981,4,4,2.5 +"7929",40213154,1981,5,1,2 +"7930",40213154,1981,6,1,4 +"7931",40213154,1981,7,1,2 +"7932",40213154,1981,9,4,1.75 +"7933",40213154,1981,10,5,2 +"7934",40213154,1981,11,4,7.5 +"7935",40213154,1981,12,3,2.33333333333333 +"7936",40213154,1982,1,1,4 +"7937",40213154,1982,2,3,1 +"7938",40213154,1982,3,11,3.72727272727273 +"7939",40213154,1982,4,5,2.4 +"7940",40213154,1982,5,1,5 +"7941",40213154,1982,7,1,2 +"7942",40213154,1982,9,3,1.33333333333333 +"7943",40213154,1982,10,4,2.25 +"7944",40213154,1982,11,6,5.5 +"7945",40213154,1982,12,2,1.5 +"7946",40213154,1983,1,1,2 +"7947",40213154,1983,2,3,1 +"7948",40213154,1983,3,7,1.71428571428571 +"7949",40213154,1983,4,5,7 +"7950",40213154,1983,5,2,7.5 +"7951",40213154,1983,6,1,3 +"7952",40213154,1983,7,3,2 +"7953",40213154,1983,8,1,2 +"7954",40213154,1983,9,4,1.75 +"7955",40213154,1983,10,5,2 +"7956",40213154,1983,11,7,4.85714285714286 +"7957",40213154,1983,12,2,3 +"7958",40213154,1984,1,2,3 +"7959",40213154,1984,2,1,1 +"7960",40213154,1984,3,11,1.45454545454545 +"7961",40213154,1984,4,7,6 +"7962",40213154,1984,5,1,13 +"7963",40213154,1984,6,4,2.5 +"7964",40213154,1984,7,2,1.5 +"7965",40213154,1984,8,2,2 +"7966",40213154,1984,9,4,1.75 +"7967",40213154,1984,10,4,1.75 +"7968",40213154,1984,11,9,4.33333333333333 +"7969",40213154,1984,12,3,1.66666666666667 +"7970",40213154,1985,1,5,2.8 +"7971",40213154,1985,3,9,1.33333333333333 +"7972",40213154,1985,4,13,4.46153846153846 +"7973",40213154,1985,5,2,7.5 +"7974",40213154,1985,6,4,2 +"7975",40213154,1985,7,2,1.5 +"7976",40213154,1985,8,2,2 +"7977",40213154,1985,9,6,2 +"7978",40213154,1985,10,5,1.4 +"7979",40213154,1985,11,8,4.75 +"7980",40213154,1985,12,4,2.25 +"7981",40213154,1986,1,4,3 +"7982",40213154,1986,3,7,1.42857142857143 +"7983",40213154,1986,4,14,4.21428571428571 +"7984",40213154,1986,5,1,2 +"7985",40213154,1986,6,4,4.75 +"7986",40213154,1986,7,2,1.5 +"7987",40213154,1986,8,4,1.75 +"7988",40213154,1986,9,4,2 +"7989",40213154,1986,10,5,1.6 +"7990",40213154,1986,11,4,8.5 +"7991",40213154,1986,12,9,1.66666666666667 +"7992",40213154,1987,1,5,2.8 +"7993",40213154,1987,3,9,1.55555555555556 +"7994",40213154,1987,4,13,4 +"7995",40213154,1987,5,5,3.6 +"7996",40213154,1987,6,6,4.16666666666667 +"7997",40213154,1987,7,1,2 +"7998",40213154,1987,8,6,2.33333333333333 +"7999",40213154,1987,9,4,2.5 +"8000",40213154,1987,10,9,1.66666666666667 +"8001",40213154,1987,11,7,2.14285714285714 +"8002",40213154,1987,12,9,4.22222222222222 +"8003",40213154,1988,1,3,3.66666666666667 +"8004",40213154,1988,2,2,1.5 +"8005",40213154,1988,3,8,1.375 +"8006",40213154,1988,4,13,2.15384615384615 +"8007",40213154,1988,5,7,6.42857142857143 +"8008",40213154,1988,6,3,5.33333333333333 +"8009",40213154,1988,7,6,2.16666666666667 +"8010",40213154,1988,8,5,1.6 +"8011",40213154,1988,9,4,2.5 +"8012",40213154,1988,10,7,1.85714285714286 +"8013",40213154,1988,11,7,1.71428571428571 +"8014",40213154,1988,12,8,4.25 +"8015",40213154,1989,1,8,2.625 +"8016",40213154,1989,2,2,2.5 +"8017",40213154,1989,3,5,1.2 +"8018",40213154,1989,4,13,1.69230769230769 +"8019",40213154,1989,5,12,4.75 +"8020",40213154,1989,6,5,5 +"8021",40213154,1989,7,5,3.2 +"8022",40213154,1989,8,6,1.5 +"8023",40213154,1989,9,4,2.5 +"8024",40213154,1989,10,8,1.75 +"8025",40213154,1989,11,11,1.54545454545455 +"8026",40213154,1989,12,5,1.2 +"8027",40213154,1990,1,12,2.33333333333333 +"8028",40213154,1990,2,3,3 +"8029",40213154,1990,3,4,1.25 +"8030",40213154,1990,4,9,1.55555555555556 +"8031",40213154,1990,5,15,4.13333333333333 +"8032",40213154,1990,6,6,4.5 +"8033",40213154,1990,7,6,3 +"8034",40213154,1990,8,7,1.57142857142857 +"8035",40213154,1990,9,4,2 +"8036",40213154,1990,10,10,2.2 +"8037",40213154,1990,11,12,1.5 +"8038",40213154,1990,12,8,1.375 +"8039",40213154,1991,1,9,2.33333333333333 +"8040",40213154,1991,2,4,2.75 +"8041",40213154,1991,3,4,1.25 +"8042",40213154,1991,4,8,1.75 +"8043",40213154,1991,5,14,5.21428571428571 +"8044",40213154,1991,6,6,3.16666666666667 +"8045",40213154,1991,7,7,3.57142857142857 +"8046",40213154,1991,8,9,2.11111111111111 +"8047",40213154,1991,9,6,1.83333333333333 +"8048",40213154,1991,10,14,2 +"8049",40213154,1991,11,8,2 +"8050",40213154,1991,12,9,5.33333333333333 +"8051",40213154,1992,1,11,2 +"8052",40213154,1992,2,6,3.5 +"8053",40213154,1992,3,4,1.5 +"8054",40213154,1992,4,9,1.66666666666667 +"8055",40213154,1992,5,13,3.53846153846154 +"8056",40213154,1992,6,7,2.14285714285714 +"8057",40213154,1992,7,7,2.14285714285714 +"8058",40213154,1992,8,8,2.25 +"8059",40213154,1992,9,6,1.5 +"8060",40213154,1992,10,14,2 +"8061",40213154,1992,11,11,1.90909090909091 +"8062",40213154,1992,12,7,6.14285714285714 +"8063",40213154,1993,1,9,1.77777777777778 +"8064",40213154,1993,2,9,2.66666666666667 +"8065",40213154,1993,3,5,2.6 +"8066",40213154,1993,4,11,1.72727272727273 +"8067",40213154,1993,5,9,3.77777777777778 +"8068",40213154,1993,6,11,2.81818181818182 +"8069",40213154,1993,7,11,2.36363636363636 +"8070",40213154,1993,8,7,2.28571428571429 +"8071",40213154,1993,9,10,1.4 +"8072",40213154,1993,10,9,2 +"8073",40213154,1993,11,18,1.94444444444444 +"8074",40213154,1993,12,9,5.22222222222222 +"8075",40213154,1994,1,8,2.5 +"8076",40213154,1994,2,14,2 +"8077",40213154,1994,3,6,2.66666666666667 +"8078",40213154,1994,4,6,1.66666666666667 +"8079",40213154,1994,5,10,3.2 +"8080",40213154,1994,6,10,2.6 +"8081",40213154,1994,7,8,2.375 +"8082",40213154,1994,8,9,3.22222222222222 +"8083",40213154,1994,9,9,1.44444444444444 +"8084",40213154,1994,10,9,2 +"8085",40213154,1994,11,16,2 +"8086",40213154,1994,12,14,3 +"8087",40213154,1995,1,8,6 +"8088",40213154,1995,2,13,2.46153846153846 +"8089",40213154,1995,3,10,2.4 +"8090",40213154,1995,4,8,2.125 +"8091",40213154,1995,5,7,4 +"8092",40213154,1995,6,13,2.38461538461538 +"8093",40213154,1995,7,13,1.92307692307692 +"8094",40213154,1995,8,11,2.81818181818182 +"8095",40213154,1995,9,11,1.36363636363636 +"8096",40213154,1995,10,9,2.22222222222222 +"8097",40213154,1995,11,14,1.85714285714286 +"8098",40213154,1995,12,17,1.76470588235294 +"8099",40213154,1996,1,14,4.78571428571429 +"8100",40213154,1996,2,11,2.27272727272727 +"8101",40213154,1996,3,10,2.3 +"8102",40213154,1996,4,9,2.22222222222222 +"8103",40213154,1996,5,11,3.09090909090909 +"8104",40213154,1996,6,11,2.09090909090909 +"8105",40213154,1996,7,14,1.92857142857143 +"8106",40213154,1996,8,8,2.5 +"8107",40213154,1996,9,15,1.86666666666667 +"8108",40213154,1996,10,7,1.71428571428571 +"8109",40213154,1996,11,19,2.78947368421053 +"8110",40213154,1996,12,15,1.86666666666667 +"8111",40213154,1997,1,13,4.84615384615385 +"8112",40213154,1997,2,14,2.21428571428571 +"8113",40213154,1997,3,14,2.21428571428571 +"8114",40213154,1997,4,16,1.875 +"8115",40213154,1997,5,7,1.85714285714286 +"8116",40213154,1997,6,10,3.6 +"8117",40213154,1997,7,18,2 +"8118",40213154,1997,8,8,2.625 +"8119",40213154,1997,9,13,1.84615384615385 +"8120",40213154,1997,10,14,1.57142857142857 +"8121",40213154,1997,11,12,2.91666666666667 +"8122",40213154,1997,12,14,2 +"8123",40213154,1998,1,16,4.125 +"8124",40213154,1998,2,11,2.63636363636364 +"8125",40213154,1998,3,18,1.83333333333333 +"8126",40213154,1998,4,16,2.25 +"8127",40213154,1998,5,10,2.1 +"8128",40213154,1998,6,7,3.57142857142857 +"8129",40213154,1998,7,17,1.82352941176471 +"8130",40213154,1998,8,12,2.33333333333333 +"8131",40213154,1998,9,13,2.07692307692308 +"8132",40213154,1998,10,15,1.6 +"8133",40213154,1998,11,10,3.2 +"8134",40213154,1998,12,18,1.94444444444444 +"8135",40213154,1999,1,16,4.0625 +"8136",40213154,1999,2,10,3.3 +"8137",40213154,1999,3,18,1.66666666666667 +"8138",40213154,1999,4,13,2.07692307692308 +"8139",40213154,1999,5,12,2.25 +"8140",40213154,1999,6,11,3.18181818181818 +"8141",40213154,1999,7,13,1.76923076923077 +"8142",40213154,1999,8,14,1.85714285714286 +"8143",40213154,1999,9,15,2.33333333333333 +"8144",40213154,1999,10,15,1.53333333333333 +"8145",40213154,1999,11,10,3.4 +"8146",40213154,1999,12,17,1.88235294117647 +"8147",40213154,2000,1,14,4.42857142857143 +"8148",40213154,2000,2,11,2.63636363636364 +"8149",40213154,2000,3,15,2 +"8150",40213154,2000,4,18,2.05555555555556 +"8151",40213154,2000,5,13,2 +"8152",40213154,2000,6,13,2.07692307692308 +"8153",40213154,2000,7,13,1.92307692307692 +"8154",40213154,2000,8,14,1.57142857142857 +"8155",40213154,2000,9,17,2.11764705882353 +"8156",40213154,2000,10,15,1.53333333333333 +"8157",40213154,2000,11,8,2 +"8158",40213154,2000,12,19,2.78947368421053 +"8159",40213154,2001,1,17,2.58823529411765 +"8160",40213154,2001,2,15,4.33333333333333 +"8161",40213154,2001,3,9,2.22222222222222 +"8162",40213154,2001,4,19,1.84210526315789 +"8163",40213154,2001,5,16,2.0625 +"8164",40213154,2001,6,13,2.15384615384615 +"8165",40213154,2001,7,12,1.83333333333333 +"8166",40213154,2001,8,17,1.64705882352941 +"8167",40213154,2001,9,13,2.07692307692308 +"8168",40213154,2001,10,20,1.75 +"8169",40213154,2001,11,6,1.83333333333333 +"8170",40213154,2001,12,20,2.7 +"8171",40213154,2002,1,10,2 +"8172",40213154,2002,2,14,2.5 +"8173",40213154,2002,3,15,2.6 +"8174",40213154,2002,4,17,1.88235294117647 +"8175",40213154,2002,5,17,1.88235294117647 +"8176",40213154,2002,6,13,2.07692307692308 +"8177",40213154,2002,7,10,2.1 +"8178",40213154,2002,8,19,1.73684210526316 +"8179",40213154,2002,9,11,1.81818181818182 +"8180",40213154,2002,10,16,1.875 +"8181",40213154,2002,11,11,1.54545454545455 +"8182",40213154,2002,12,18,2.88888888888889 +"8183",40213154,2003,1,11,1.81818181818182 +"8184",40213154,2003,2,16,2.375 +"8185",40213154,2003,3,12,2.58333333333333 +"8186",40213154,2003,4,15,1.93333333333333 +"8187",40213154,2003,5,16,1.875 +"8188",40213154,2003,6,16,1.9375 +"8189",40213154,2003,7,10,1.8 +"8190",40213154,2003,8,19,2 +"8191",40213154,2003,9,11,1.54545454545455 +"8192",40213154,2003,10,16,2.0625 +"8193",40213154,2003,11,15,1.6 +"8194",40213154,2003,12,12,3.33333333333333 +"8195",40213154,2004,1,15,1.93333333333333 +"8196",40213154,2004,2,16,2.4375 +"8197",40213154,2004,3,10,2.5 +"8198",40213154,2004,4,15,1.73333333333333 +"8199",40213154,2004,5,16,1.875 +"8200",40213154,2004,6,18,2.11111111111111 +"8201",40213154,2004,7,9,1.77777777777778 +"8202",40213154,2004,8,16,2 +"8203",40213154,2004,9,12,1.66666666666667 +"8204",40213154,2004,10,13,1.69230769230769 +"8205",40213154,2004,11,18,1.66666666666667 +"8206",40213154,2004,12,12,2.08333333333333 +"8207",40213154,2005,1,14,2.07142857142857 +"8208",40213154,2005,2,21,2.14285714285714 +"8209",40213154,2005,3,10,2.5 +"8210",40213154,2005,4,12,1.75 +"8211",40213154,2005,5,16,1.9375 +"8212",40213154,2005,6,18,1.61111111111111 +"8213",40213154,2005,7,12,2.08333333333333 +"8214",40213154,2005,8,15,2.06666666666667 +"8215",40213154,2005,9,15,1.6 +"8216",40213154,2005,10,11,1.63636363636364 +"8217",40213154,2005,11,16,1.5625 +"8218",40213154,2005,12,12,1.75 +"8219",40213154,2006,1,15,1.8 +"8220",40213154,2006,2,24,2.83333333333333 +"8221",40213154,2006,3,11,1.90909090909091 +"8222",40213154,2006,4,9,2 +"8223",40213154,2006,5,13,2 +"8224",40213154,2006,6,15,2.13333333333333 +"8225",40213154,2006,7,15,1.93333333333333 +"8226",40213154,2006,8,16,1.9375 +"8227",40213154,2006,9,18,2.22222222222222 +"8228",40213154,2006,10,9,1.66666666666667 +"8229",40213154,2006,11,20,1.55 +"8230",40213154,2006,12,12,1.91666666666667 +"8231",40213154,2007,1,20,2 +"8232",40213154,2007,2,21,2.66666666666667 +"8233",40213154,2007,3,18,2.22222222222222 +"8234",40213154,2007,4,8,1.875 +"8235",40213154,2007,5,13,2 +"8236",40213154,2007,6,12,2.33333333333333 +"8237",40213154,2007,7,17,1.82352941176471 +"8238",40213154,2007,8,15,2.46666666666667 +"8239",40213154,2007,9,20,2.3 +"8240",40213154,2007,10,11,2.09090909090909 +"8241",40213154,2007,11,17,1.64705882352941 +"8242",40213154,2007,12,13,1.69230769230769 +"8243",40213154,2008,1,19,1.89473684210526 +"8244",40213154,2008,2,18,2.38888888888889 +"8245",40213154,2008,3,16,2.6875 +"8246",40213154,2008,4,11,2.18181818181818 +"8247",40213154,2008,5,15,1.93333333333333 +"8248",40213154,2008,6,10,2.5 +"8249",40213154,2008,7,19,1.78947368421053 +"8250",40213154,2008,8,21,2.33333333333333 +"8251",40213154,2008,9,20,2.2 +"8252",40213154,2008,10,10,2.5 +"8253",40213154,2008,11,19,1.78947368421053 +"8254",40213154,2008,12,15,2 +"8255",40213154,2009,1,19,1.94736842105263 +"8256",40213154,2009,2,18,2.38888888888889 +"8257",40213154,2009,3,19,2.63157894736842 +"8258",40213154,2009,4,16,1.875 +"8259",40213154,2009,5,13,2.15384615384615 +"8260",40213154,2009,6,12,2.25 +"8261",40213154,2009,7,19,1.84210526315789 +"8262",40213154,2009,8,17,2.52941176470588 +"8263",40213154,2009,9,26,2 +"8264",40213154,2009,10,15,2.53333333333333 +"8265",40213154,2009,11,15,1.8 +"8266",40213154,2009,12,21,2.0952380952381 +"8267",40213154,2010,1,16,1.875 +"8268",40213154,2010,2,15,2.33333333333333 +"8269",40213154,2010,3,25,2.64 +"8270",40213154,2010,4,13,1.61538461538462 +"8271",40213154,2010,5,17,1.82352941176471 +"8272",40213154,2010,6,13,2.38461538461538 +"8273",40213154,2010,7,19,1.89473684210526 +"8274",40213154,2010,8,15,2.26666666666667 +"8275",40213154,2010,9,28,2.28571428571429 +"8276",40213154,2010,10,18,2.11111111111111 +"8277",40213154,2010,11,17,2.17647058823529 +"8278",40213154,2010,12,24,2.04166666666667 +"8279",40213154,2011,1,15,1.66666666666667 +"8280",40213154,2011,2,15,1.8 +"8281",40213154,2011,3,24,2.75 +"8282",40213154,2011,4,17,1.70588235294118 +"8283",40213154,2011,5,20,1.9 +"8284",40213154,2011,6,13,2 +"8285",40213154,2011,7,19,1.84210526315789 +"8286",40213154,2011,8,13,2.46153846153846 +"8287",40213154,2011,9,30,2.3 +"8288",40213154,2011,10,24,2.33333333333333 +"8289",40213154,2011,11,14,2.28571428571429 +"8290",40213154,2011,12,22,1.86363636363636 +"8291",40213154,2012,1,18,1.83333333333333 +"8292",40213154,2012,2,15,1.73333333333333 +"8293",40213154,2012,3,24,2.75 +"8294",40213154,2012,4,21,1.66666666666667 +"8295",40213154,2012,5,20,1.9 +"8296",40213154,2012,6,14,1.78571428571429 +"8297",40213154,2012,7,19,2.15789473684211 +"8298",40213154,2012,8,20,1.95 +"8299",40213154,2012,9,30,2.26666666666667 +"8300",40213154,2012,10,21,2.28571428571429 +"8301",40213154,2012,11,21,2.19047619047619 +"8302",40213154,2012,12,24,1.66666666666667 +"8303",40213154,2013,1,18,2.16666666666667 +"8304",40213154,2013,2,19,1.47368421052632 +"8305",40213154,2013,3,22,3.09090909090909 +"8306",40213154,2013,4,17,1.70588235294118 +"8307",40213154,2013,5,23,1.60869565217391 +"8308",40213154,2013,6,245,2.43265306122449 +"8309",40213154,2013,7,612,2.3921568627451 +"8310",40213154,2013,8,635,2.14173228346457 +"8311",40213154,2013,9,599,2.35058430717863 +"8312",40213154,2013,10,656,2.36737804878049 +"8313",40213154,2013,11,560,2.33035714285714 +"8314",40213154,2013,12,630,2.22698412698413 +"8315",40213154,2014,1,643,2.43390357698289 +"8316",40213154,2014,2,598,2.51839464882943 +"8317",40213154,2014,3,618,2.53721682847896 +"8318",40213154,2014,4,593,2.21247892074199 +"8319",40213154,2014,5,612,2.11928104575163 +"8320",40213154,2014,6,581,2.47332185886403 +"8321",40213154,2014,7,615,2.39349593495935 +"8322",40213154,2014,8,624,2.21314102564103 +"8323",40213154,2014,9,597,2.25628140703518 +"8324",40213154,2014,10,635,2.48031496062992 +"8325",40213154,2014,11,591,2.32148900169205 +"8326",40213154,2014,12,578,2.29757785467128 +"8327",40213154,2015,1,661,2.44629349470499 +"8328",40213154,2015,2,594,2.44949494949495 +"8329",40213154,2015,3,631,2.31695721077655 +"8330",40213154,2015,4,605,2.40330578512397 +"8331",40213154,2015,5,601,2.16638935108153 +"8332",40213154,2015,6,612,2.29411764705882 +"8333",40213154,2015,7,618,2.41909385113269 +"8334",40213154,2015,8,646,2.34674922600619 +"8335",40213154,2015,9,592,2.20608108108108 +"8336",40213154,2015,10,658,2.36018237082067 +"8337",40213154,2015,11,606,2.22937293729373 +"8338",40213154,2015,12,602,2.25249169435216 +"8339",40213154,2016,1,679,2.43740795287187 +"8340",40213154,2016,2,593,2.51602023608769 +"8341",40213154,2016,3,666,2.38888888888889 +"8342",40213154,2016,4,606,2.4026402640264 +"8343",40213154,2016,5,625,2.3232 +"8344",40213154,2016,6,616,2.26298701298701 +"8345",40213154,2016,7,646,2.35448916408669 +"8346",40213154,2016,8,643,2.42923794712286 +"8347",40213154,2016,9,594,2.17171717171717 +"8348",40213154,2016,10,661,2.5143721633888 +"8349",40213154,2016,11,618,2.28964401294498 +"8350",40213154,2016,12,583,2.22126929674099 +"8351",40213154,2017,1,694,2.53746397694524 +"8352",40213154,2017,2,566,2.45406360424028 +"8353",40213154,2017,3,647,2.40185471406491 +"8354",40213154,2017,4,598,2.44983277591973 +"8355",40213154,2017,5,648,2.15277777777778 +"8356",40213154,2017,6,628,2.39012738853503 +"8357",40213154,2017,7,635,2.30708661417323 +"8358",40213154,2017,8,675,2.41481481481481 +"8359",40213154,2017,9,596,2.14261744966443 +"8360",40213154,2017,10,645,2.37674418604651 +"8361",40213154,2017,11,662,2.30815709969789 +"8362",40213154,2017,12,577,2.30155979202773 +"8363",40213154,2018,1,683,2.28843338213763 +"8364",40213154,2018,2,602,2.4485049833887 +"8365",40213154,2018,3,657,2.41552511415525 +"8366",40213154,2018,4,596,2.51174496644295 +"8367",40213154,2018,5,665,2.23308270676692 +"8368",40213154,2018,6,627,2.22647527910686 +"8369",40213154,2018,7,617,2.34035656401945 +"8370",40213154,2018,8,678,2.45280235988201 +"8371",40213154,2018,9,652,2.37730061349693 +"8372",40213154,2018,10,617,2.29011345218801 +"8373",40213154,2018,11,665,2.40601503759398 +"8374",40213154,2018,12,601,2.34109816971714 +"8375",40213154,2019,1,680,2.32058823529412 +"8376",40213154,2019,2,617,2.27714748784441 +"8377",40213154,2019,3,673,2.46953937592868 +"8378",40213154,2019,4,615,2.53821138211382 +"8379",40213154,2019,5,659,2.28983308042489 +"8380",40213154,2019,6,616,2.16883116883117 +"8381",40213154,2019,7,662,2.3595166163142 +"8382",40213154,2019,8,659,2.47647951441578 +"8383",40213154,2019,9,666,2.3048048048048 +"8384",40213154,2019,10,640,2.1453125 +"8385",40213154,2019,11,656,2.48780487804878 +"8386",40213154,2019,12,636,2.27987421383648 +"8387",40213154,2020,1,650,2.20769230769231 +"8388",40213154,2020,2,646,2.56191950464396 +"8389",40213154,2020,3,679,2.44477172312224 +"8390",40213154,2020,4,642,2.30685358255452 +"8391",40213154,2020,5,640,2.41875 +"8392",40213154,2020,6,624,2.28685897435897 +"8393",40213154,2020,7,656,2.27896341463415 +"8394",40213154,2020,8,663,2.46153846153846 +"8395",40213154,2020,9,676,2.36094674556213 +"8396",40213154,2020,10,617,2.18152350081037 +"8397",40213154,2020,11,697,2.38737446197991 +"8398",40213154,2020,12,636,2.37106918238994 +"8399",40213154,2021,1,644,2.28571428571429 +"8400",40213154,2021,2,636,2.37106918238994 +"8401",40213154,2021,3,688,2.46802325581395 +"8402",40213154,2021,4,646,2.3312693498452 +"8403",40213154,2021,5,641,2.47269890795632 +"8404",40213154,2021,6,600,2.295 +"8405",40213154,2021,7,668,2.23652694610779 +"8406",40213154,2021,8,680,2.36323529411765 +"8407",40213154,2021,9,642,2.45015576323988 +"8408",40213154,2021,10,662,2.09818731117825 +"8409",40213154,2021,11,671,2.51266766020864 +"8410",40213154,2021,12,666,2.30630630630631 +"8411",40213154,2022,1,652,2.23926380368098 +"8412",40213154,2022,2,660,2.36363636363636 +"8413",40213154,2022,3,700,2.45142857142857 +"8414",40213154,2022,4,651,2.45468509984639 +"8415",40213154,2022,5,655,2.41984732824427 +"8416",40213154,2022,6,626,2.20447284345048 +"8417",40213154,2022,7,672,2.30357142857143 +"8418",40213154,2022,8,700,2.38 +"8419",40213154,2022,9,696,2.57183908045977 +"8420",40213154,2022,10,664,2.12801204819277 +"8421",40213154,2022,11,658,2.45744680851064 +"8422",40213154,2022,12,695,2.27625899280576 +"8423",40213154,2023,1,638,2.32445141065831 +"8424",40213154,2023,2,665,2.30827067669173 +"8425",40213154,2023,3,664,2.37951807228916 +"8426",40213154,2023,4,691,2.47033285094067 +"8427",40213154,2023,5,618,2.50647249190939 +"8428",40213154,2023,6,324,2.26234567901235 +"8429",40213160,1955,6,1,2 +"8430",40213160,1955,11,1,1 +"8431",40213160,1959,4,1,3 +"8432",40213160,1959,6,1,3 +"8433",40213160,1959,9,1,3 +"8434",40213160,1963,12,1,3 +"8435",40213160,1965,7,1,1 +"8436",40213160,1965,9,1,1 +"8437",40213160,1965,12,1,1 +"8438",40213160,1970,3,1,1 +"8439",40213160,1973,11,1,2 +"8440",40213160,1981,2,1,1 +"8441",40213160,1985,7,1,1 +"8442",40213160,1985,9,1,1 +"8443",40213160,1985,12,1,1 +"8444",40213160,1990,3,1,1 +"8445",40213160,1994,5,1,2 +"8446",40213160,1994,7,1,2 +"8447",40213160,1994,10,1,2 +"8448",40213160,1995,2,1,2 +"8449",40213160,1996,3,1,2 +"8450",40213160,2001,10,1,1 +"8451",40213160,2001,12,1,1 +"8452",40213160,2002,2,1,1 +"8453",40213160,2002,3,1,1 +"8454",40213160,2002,7,1,1 +"8455",40213160,2002,9,1,1 +"8456",40213160,2002,12,1,1 +"8457",40213160,2007,3,1,1 +"8458",40213160,2010,12,1,1 +"8459",40213160,2011,2,1,1 +"8460",40213160,2011,5,1,1 +"8461",40213160,2013,6,13,2 +"8462",40213160,2013,7,27,2.2962962962963 +"8463",40213160,2013,8,40,1.975 +"8464",40213160,2013,9,41,2.07317073170732 +"8465",40213160,2013,10,30,2 +"8466",40213160,2013,11,40,2 +"8467",40213160,2013,12,42,2.26190476190476 +"8468",40213160,2014,1,36,1.86111111111111 +"8469",40213160,2014,2,39,2.61538461538462 +"8470",40213160,2014,3,28,2.53571428571429 +"8471",40213160,2014,4,30,2.5 +"8472",40213160,2014,5,34,2.94117647058824 +"8473",40213160,2014,6,25,2.08 +"8474",40213160,2014,7,36,2.97222222222222 +"8475",40213160,2014,8,21,3.66666666666667 +"8476",40213160,2014,9,32,2.5 +"8477",40213160,2014,10,32,3.78125 +"8478",40213160,2014,11,27,2.96296296296296 +"8479",40213160,2014,12,38,2.21052631578947 +"8480",40213160,2015,1,32,3.78125 +"8481",40213160,2015,2,43,2.41860465116279 +"8482",40213160,2015,3,44,2.20454545454545 +"8483",40213160,2015,4,35,2.65714285714286 +"8484",40213160,2015,5,40,2.225 +"8485",40213160,2015,6,39,3.07692307692308 +"8486",40213160,2015,7,38,2.68421052631579 +"8487",40213160,2015,8,44,2.47727272727273 +"8488",40213160,2015,9,42,2.21428571428571 +"8489",40213160,2015,10,39,2.64102564102564 +"8490",40213160,2015,11,47,2.63829787234043 +"8491",40213160,2015,12,42,1.95238095238095 +"8492",40213160,2016,1,38,2.44736842105263 +"8493",40213160,2016,2,37,1.94594594594595 +"8494",40213160,2016,3,42,2.11904761904762 +"8495",40213160,2016,4,46,2.5 +"8496",40213160,2016,5,38,1.71052631578947 +"8497",40213160,2016,6,30,2.56666666666667 +"8498",40213160,2016,7,42,2.71428571428571 +"8499",40213160,2016,8,37,2.86486486486486 +"8500",40213160,2016,9,40,3.025 +"8501",40213160,2016,10,31,2.48387096774194 +"8502",40213160,2016,11,26,2.11538461538462 +"8503",40213160,2016,12,34,2.38235294117647 +"8504",40213160,2017,1,40,3.25 +"8505",40213160,2017,2,36,2.91666666666667 +"8506",40213160,2017,3,36,2.88888888888889 +"8507",40213160,2017,4,30,1.8 +"8508",40213160,2017,5,45,2.26666666666667 +"8509",40213160,2017,6,44,2.5 +"8510",40213160,2017,7,48,1.91666666666667 +"8511",40213160,2017,8,34,2.23529411764706 +"8512",40213160,2017,9,41,3.02439024390244 +"8513",40213160,2017,10,28,2.21428571428571 +"8514",40213160,2017,11,34,2.58823529411765 +"8515",40213160,2017,12,33,2.15151515151515 +"8516",40213160,2018,1,30,1.8 +"8517",40213160,2018,2,32,2.46875 +"8518",40213160,2018,3,35,1.85714285714286 +"8519",40213160,2018,4,31,1.96774193548387 +"8520",40213160,2018,5,46,1.56521739130435 +"8521",40213160,2018,6,38,2.10526315789474 +"8522",40213160,2018,7,31,1.67741935483871 +"8523",40213160,2018,8,41,2.02439024390244 +"8524",40213160,2018,9,32,1.875 +"8525",40213160,2018,10,37,1.83783783783784 +"8526",40213160,2018,11,28,2.39285714285714 +"8527",40213160,2018,12,30,1.73333333333333 +"8528",40213160,2019,1,37,2.72972972972973 +"8529",40213160,2019,2,29,2.06896551724138 +"8530",40213160,2019,3,36,1.91666666666667 +"8531",40213160,2019,4,32,3.03125 +"8532",40213160,2019,5,47,2.06382978723404 +"8533",40213160,2019,6,35,2.17142857142857 +"8534",40213160,2019,7,34,1.91176470588235 +"8535",40213160,2019,8,34,2.08823529411765 +"8536",40213160,2019,9,38,2.23684210526316 +"8537",40213160,2019,10,40,2 +"8538",40213160,2019,11,36,2.11111111111111 +"8539",40213160,2019,12,32,1.96875 +"8540",40213160,2020,1,32,2.0625 +"8541",40213160,2020,2,39,2.23076923076923 +"8542",40213160,2020,3,27,2.48148148148148 +"8543",40213160,2020,4,36,2 +"8544",40213160,2020,5,40,2.1 +"8545",40213160,2020,6,36,2.55555555555556 +"8546",40213160,2020,7,44,2.11363636363636 +"8547",40213160,2020,8,37,2.72972972972973 +"8548",40213160,2020,9,31,2.09677419354839 +"8549",40213160,2020,10,41,3.04878048780488 +"8550",40213160,2020,11,43,2.09302325581395 +"8551",40213160,2020,12,42,3.21428571428571 +"8552",40213160,2021,1,44,2.75 +"8553",40213160,2021,2,28,2.57142857142857 +"8554",40213160,2021,3,37,2.86486486486486 +"8555",40213160,2021,4,32,2.875 +"8556",40213160,2021,5,35,2.57142857142857 +"8557",40213160,2021,6,30,2.23333333333333 +"8558",40213160,2021,7,33,2.21212121212121 +"8559",40213160,2021,8,32,2.28125 +"8560",40213160,2021,9,43,2.58139534883721 +"8561",40213160,2021,10,44,1.84090909090909 +"8562",40213160,2021,11,40,2 +"8563",40213160,2021,12,34,2 +"8564",40213160,2022,1,40,1.975 +"8565",40213160,2022,2,37,2.10810810810811 +"8566",40213160,2022,3,32,2.28125 +"8567",40213160,2022,4,34,2.02941176470588 +"8568",40213160,2022,5,34,2.55882352941176 +"8569",40213160,2022,6,29,1.72413793103448 +"8570",40213160,2022,7,35,2.05714285714286 +"8571",40213160,2022,8,33,1.72727272727273 +"8572",40213160,2022,9,32,1.65625 +"8573",40213160,2022,10,34,2.26470588235294 +"8574",40213160,2022,11,31,1.48387096774194 +"8575",40213160,2022,12,34,2.02941176470588 +"8576",40213160,2023,1,33,2.06060606060606 +"8577",40213160,2023,2,23,2.8695652173913 +"8578",40213160,2023,3,30,2.16666666666667 +"8579",40213160,2023,4,34,2.35294117647059 +"8580",40213160,2023,5,28,2.82142857142857 +"8581",40213160,2023,6,15,1.66666666666667 +"8582",40213180,2005,4,1,1 +"8583",40213180,2005,7,1,1 +"8584",40213180,2005,9,1,2 +"8585",40213180,2006,9,1,2 +"8586",40213180,2008,3,1,1 +"8587",40213180,2009,7,1,1 +"8588",40213180,2009,8,1,1 +"8589",40213180,2010,7,1,1 +"8590",40213180,2012,10,1,2 +"8591",40213180,2013,6,13,1.46153846153846 +"8592",40213180,2013,7,26,2.84615384615385 +"8593",40213180,2013,8,20,1.9 +"8594",40213180,2013,9,18,2.22222222222222 +"8595",40213180,2013,10,26,2.46153846153846 +"8596",40213180,2013,11,17,3.05882352941176 +"8597",40213180,2013,12,26,2.15384615384615 +"8598",40213180,2014,1,23,2.47826086956522 +"8599",40213180,2014,2,18,2.16666666666667 +"8600",40213180,2014,3,25,1.96 +"8601",40213180,2014,4,27,1.88888888888889 +"8602",40213180,2014,5,22,2.09090909090909 +"8603",40213180,2014,6,16,2.125 +"8604",40213180,2014,7,19,2 +"8605",40213180,2014,8,26,1.88461538461538 +"8606",40213180,2014,9,26,2.23076923076923 +"8607",40213180,2014,10,25,2.08 +"8608",40213180,2014,11,27,2.11111111111111 +"8609",40213180,2014,12,21,2.85714285714286 +"8610",40213180,2015,1,29,2.31034482758621 +"8611",40213180,2015,2,23,1.95652173913043 +"8612",40213180,2015,3,30,2.16666666666667 +"8613",40213180,2015,4,31,2.16129032258065 +"8614",40213180,2015,5,24,1.875 +"8615",40213180,2015,6,22,1.81818181818182 +"8616",40213180,2015,7,18,2.05555555555556 +"8617",40213180,2015,8,34,2.02941176470588 +"8618",40213180,2015,9,19,2.63157894736842 +"8619",40213180,2015,10,20,2.05 +"8620",40213180,2015,11,25,1.96 +"8621",40213180,2015,12,30,2.16666666666667 +"8622",40213180,2016,1,38,2.10526315789474 +"8623",40213180,2016,2,19,1.89473684210526 +"8624",40213180,2016,3,26,2.11538461538462 +"8625",40213180,2016,4,33,1.87878787878788 +"8626",40213180,2016,5,34,2.08823529411765 +"8627",40213180,2016,6,24,2.20833333333333 +"8628",40213180,2016,7,28,1.89285714285714 +"8629",40213180,2016,8,19,1.94736842105263 +"8630",40213180,2016,9,25,1.64 +"8631",40213180,2016,10,22,2.90909090909091 +"8632",40213180,2016,11,30,1.76666666666667 +"8633",40213180,2016,12,28,2.14285714285714 +"8634",40213180,2017,1,29,3.44827586206897 +"8635",40213180,2017,2,23,3.21739130434783 +"8636",40213180,2017,3,20,2.9 +"8637",40213180,2017,4,27,2.33333333333333 +"8638",40213180,2017,5,16,2.125 +"8639",40213180,2017,6,24,2.16666666666667 +"8640",40213180,2017,7,32,2.8125 +"8641",40213180,2017,8,27,2.2962962962963 +"8642",40213180,2017,9,31,2.12903225806452 +"8643",40213180,2017,10,20,1.9 +"8644",40213180,2017,11,15,2.06666666666667 +"8645",40213180,2017,12,17,3.35294117647059 +"8646",40213180,2018,1,27,2.07407407407407 +"8647",40213180,2018,2,20,2.75 +"8648",40213180,2018,3,31,2.32258064516129 +"8649",40213180,2018,4,19,1.89473684210526 +"8650",40213180,2018,5,24,2.5 +"8651",40213180,2018,6,29,1.96551724137931 +"8652",40213180,2018,7,25,1.76 +"8653",40213180,2018,8,17,1.88235294117647 +"8654",40213180,2018,9,21,2.19047619047619 +"8655",40213180,2018,10,28,2.03571428571429 +"8656",40213180,2018,11,27,3.2962962962963 +"8657",40213180,2018,12,21,3.19047619047619 +"8658",40213180,2019,1,30,2.33333333333333 +"8659",40213180,2019,2,24,2.08333333333333 +"8660",40213180,2019,3,20,3.35 +"8661",40213180,2019,4,17,2.76470588235294 +"8662",40213180,2019,5,32,1.84375 +"8663",40213180,2019,6,22,1.68181818181818 +"8664",40213180,2019,7,25,2.36 +"8665",40213180,2019,8,20,2.4 +"8666",40213180,2019,9,18,1.94444444444444 +"8667",40213180,2019,10,28,1.57142857142857 +"8668",40213180,2019,11,21,2.33333333333333 +"8669",40213180,2019,12,28,2.60714285714286 +"8670",40213180,2020,1,26,2.26923076923077 +"8671",40213180,2020,2,34,2.14705882352941 +"8672",40213180,2020,3,26,3.11538461538462 +"8673",40213180,2020,4,30,2.23333333333333 +"8674",40213180,2020,5,24,3 +"8675",40213180,2020,6,22,2.09090909090909 +"8676",40213180,2020,7,24,1.75 +"8677",40213180,2020,8,26,1.73076923076923 +"8678",40213180,2020,9,20,2.3 +"8679",40213180,2020,10,18,2.33333333333333 +"8680",40213180,2020,11,30,1.76666666666667 +"8681",40213180,2020,12,23,2 +"8682",40213180,2021,1,20,2.35 +"8683",40213180,2021,2,22,2.63636363636364 +"8684",40213180,2021,3,30,1.9 +"8685",40213180,2021,4,35,1.91428571428571 +"8686",40213180,2021,5,30,1.96666666666667 +"8687",40213180,2021,6,23,2.04347826086957 +"8688",40213180,2021,7,32,2.59375 +"8689",40213180,2021,8,21,2.42857142857143 +"8690",40213180,2021,9,24,2.20833333333333 +"8691",40213180,2021,10,22,2.31818181818182 +"8692",40213180,2021,11,28,2.28571428571429 +"8693",40213180,2021,12,31,2.29032258064516 +"8694",40213180,2022,1,29,2 +"8695",40213180,2022,2,29,1.96551724137931 +"8696",40213180,2022,3,22,1.54545454545455 +"8697",40213180,2022,4,20,2.05 +"8698",40213180,2022,5,28,2.07142857142857 +"8699",40213180,2022,6,26,1.73076923076923 +"8700",40213180,2022,7,21,2.52380952380952 +"8701",40213180,2022,8,33,3.3030303030303 +"8702",40213180,2022,9,19,2.05263157894737 +"8703",40213180,2022,10,34,2.82352941176471 +"8704",40213180,2022,11,22,1.95454545454545 +"8705",40213180,2022,12,26,2.07692307692308 +"8706",40213180,2023,1,22,1.81818181818182 +"8707",40213180,2023,2,30,2.36666666666667 +"8708",40213180,2023,3,25,2.56 +"8709",40213180,2023,4,22,2.90909090909091 +"8710",40213180,2023,5,20,2.05 +"8711",40213180,2023,6,13,2.07692307692308 +"8712",40213183,1971,3,1,1 +"8713",40213183,1971,5,1,2 +"8714",40213183,1973,11,1,2 +"8715",40213183,1981,2,1,1 +"8716",40213183,1986,6,1,1 +"8717",40213183,1990,3,1,1 +"8718",40213183,1995,2,1,2 +"8719",40213183,1995,4,1,2 +"8720",40213183,1996,3,1,2 +"8721",40213183,2002,2,1,1 +"8722",40213183,2002,9,1,1 +"8723",40213183,2003,6,1,1 +"8724",40213183,2007,3,1,1 +"8725",40213183,2011,11,1,1 +"8726",40213183,2013,6,4,1.75 +"8727",40213183,2013,7,12,1.83333333333333 +"8728",40213183,2013,8,20,2 +"8729",40213183,2013,9,20,1.7 +"8730",40213183,2013,10,21,1.80952380952381 +"8731",40213183,2013,11,16,2.3125 +"8732",40213183,2013,12,23,3.34782608695652 +"8733",40213183,2014,1,17,1.82352941176471 +"8734",40213183,2014,2,24,2.95833333333333 +"8735",40213183,2014,3,17,3.47058823529412 +"8736",40213183,2014,4,12,2.75 +"8737",40213183,2014,5,17,2.23529411764706 +"8738",40213183,2014,6,22,2.13636363636364 +"8739",40213183,2014,7,14,2.07142857142857 +"8740",40213183,2014,8,17,1.58823529411765 +"8741",40213183,2014,9,17,1.82352941176471 +"8742",40213183,2014,10,15,1.66666666666667 +"8743",40213183,2014,11,17,2.35294117647059 +"8744",40213183,2014,12,17,2 +"8745",40213183,2015,1,19,2.78947368421053 +"8746",40213183,2015,2,16,1.9375 +"8747",40213183,2015,3,19,1.94736842105263 +"8748",40213183,2015,4,20,3.75 +"8749",40213183,2015,5,13,2.69230769230769 +"8750",40213183,2015,6,15,3.66666666666667 +"8751",40213183,2015,7,17,4.76470588235294 +"8752",40213183,2015,8,23,2.34782608695652 +"8753",40213183,2015,9,14,1.92857142857143 +"8754",40213183,2015,10,25,2.88 +"8755",40213183,2015,11,18,2.44444444444444 +"8756",40213183,2015,12,23,2.08695652173913 +"8757",40213183,2016,1,23,2.34782608695652 +"8758",40213183,2016,2,19,2.15789473684211 +"8759",40213183,2016,3,19,2.21052631578947 +"8760",40213183,2016,4,16,1.75 +"8761",40213183,2016,5,19,2.42105263157895 +"8762",40213183,2016,6,17,2.17647058823529 +"8763",40213183,2016,7,17,4.11764705882353 +"8764",40213183,2016,8,24,2.625 +"8765",40213183,2016,9,20,3.1 +"8766",40213183,2016,10,20,2.35 +"8767",40213183,2016,11,22,1.95454545454545 +"8768",40213183,2016,12,17,2 +"8769",40213183,2017,1,21,2.71428571428571 +"8770",40213183,2017,2,22,2.81818181818182 +"8771",40213183,2017,3,20,3.95 +"8772",40213183,2017,4,14,1.71428571428571 +"8773",40213183,2017,5,16,2 +"8774",40213183,2017,6,20,2 +"8775",40213183,2017,7,23,2.69565217391304 +"8776",40213183,2017,8,15,2.2 +"8777",40213183,2017,9,18,3.5 +"8778",40213183,2017,10,8,2 +"8779",40213183,2017,11,22,2.63636363636364 +"8780",40213183,2017,12,25,2.76 +"8781",40213183,2018,1,16,1.8125 +"8782",40213183,2018,2,19,2 +"8783",40213183,2018,3,23,2.04347826086957 +"8784",40213183,2018,4,19,2.21052631578947 +"8785",40213183,2018,5,23,2.21739130434783 +"8786",40213183,2018,6,19,1.94736842105263 +"8787",40213183,2018,7,13,2.23076923076923 +"8788",40213183,2018,8,18,2.94444444444444 +"8789",40213183,2018,9,9,2.22222222222222 +"8790",40213183,2018,10,18,1.83333333333333 +"8791",40213183,2018,11,15,1.73333333333333 +"8792",40213183,2018,12,16,1.9375 +"8793",40213183,2019,1,18,3.5 +"8794",40213183,2019,2,13,2.07692307692308 +"8795",40213183,2019,3,21,2.0952380952381 +"8796",40213183,2019,4,17,3.64705882352941 +"8797",40213183,2019,5,17,2.94117647058824 +"8798",40213183,2019,6,13,2.15384615384615 +"8799",40213183,2019,7,18,2.05555555555556 +"8800",40213183,2019,8,20,2.25 +"8801",40213183,2019,9,14,2.14285714285714 +"8802",40213183,2019,10,18,2.5 +"8803",40213183,2019,11,26,2.11538461538462 +"8804",40213183,2019,12,20,2.05 +"8805",40213183,2020,1,13,1.69230769230769 +"8806",40213183,2020,2,21,2.52380952380952 +"8807",40213183,2020,3,25,2.28 +"8808",40213183,2020,4,20,2.3 +"8809",40213183,2020,5,17,2.23529411764706 +"8810",40213183,2020,6,17,2.05882352941176 +"8811",40213183,2020,7,23,2.21739130434783 +"8812",40213183,2020,8,16,1.8125 +"8813",40213183,2020,9,12,2 +"8814",40213183,2020,10,22,1.86363636363636 +"8815",40213183,2020,11,25,2 +"8816",40213183,2020,12,17,3.52941176470588 +"8817",40213183,2021,1,22,1.77272727272727 +"8818",40213183,2021,2,8,1.875 +"8819",40213183,2021,3,17,2.17647058823529 +"8820",40213183,2021,4,20,3.1 +"8821",40213183,2021,5,19,2.47368421052632 +"8822",40213183,2021,6,13,1.92307692307692 +"8823",40213183,2021,7,16,3.375 +"8824",40213183,2021,8,17,2.76470588235294 +"8825",40213183,2021,9,23,3.52173913043478 +"8826",40213183,2021,10,21,1.85714285714286 +"8827",40213183,2021,11,23,2.52173913043478 +"8828",40213183,2021,12,24,2.375 +"8829",40213183,2022,1,17,2.17647058823529 +"8830",40213183,2022,2,12,2 +"8831",40213183,2022,3,17,2.88235294117647 +"8832",40213183,2022,4,21,2.23809523809524 +"8833",40213183,2022,5,15,2.66666666666667 +"8834",40213183,2022,6,11,2.54545454545455 +"8835",40213183,2022,7,16,1.75 +"8836",40213183,2022,8,27,1.92592592592593 +"8837",40213183,2022,9,17,1.58823529411765 +"8838",40213183,2022,10,14,2.14285714285714 +"8839",40213183,2022,11,18,1.72222222222222 +"8840",40213183,2022,12,20,1.9 +"8841",40213183,2023,1,20,1.7 +"8842",40213183,2023,2,13,2.38461538461538 +"8843",40213183,2023,3,15,2 +"8844",40213183,2023,4,24,1.875 +"8845",40213183,2023,5,14,1.57142857142857 +"8846",40213183,2023,6,11,1.63636363636364 +"8847",40213198,2010,1,3,2.66666666666667 +"8848",40213198,2010,3,2,2 +"8849",40213198,2010,5,1,2 +"8850",40213198,2010,6,2,1.5 +"8851",40213198,2010,7,2,2 +"8852",40213198,2010,9,3,3 +"8853",40213198,2010,10,1,2 +"8854",40213198,2010,11,1,1 +"8855",40213198,2010,12,2,1.5 +"8856",40213198,2011,2,3,1.66666666666667 +"8857",40213198,2011,3,1,1 +"8858",40213198,2011,5,1,1 +"8859",40213198,2011,10,1,1 +"8860",40213198,2011,11,2,2 +"8861",40213198,2012,3,1,5 +"8862",40213198,2012,10,1,2 +"8863",40213198,2012,11,2,4.5 +"8864",40213198,2012,12,2,2.5 +"8865",40213198,2013,1,1,2 +"8866",40213198,2013,6,18,2 +"8867",40213198,2013,7,41,2.14634146341463 +"8868",40213198,2013,8,51,2.09803921568627 +"8869",40213198,2013,9,49,2.02040816326531 +"8870",40213198,2013,10,42,1.83333333333333 +"8871",40213198,2013,11,45,1.97777777777778 +"8872",40213198,2013,12,54,2.64814814814815 +"8873",40213198,2014,1,37,1.89189189189189 +"8874",40213198,2014,2,45,2.15555555555556 +"8875",40213198,2014,3,39,1.82051282051282 +"8876",40213198,2014,4,35,2.11428571428571 +"8877",40213198,2014,5,46,2.69565217391304 +"8878",40213198,2014,6,33,2.39393939393939 +"8879",40213198,2014,7,41,3.21951219512195 +"8880",40213198,2014,8,37,3.08108108108108 +"8881",40213198,2014,9,46,2.15217391304348 +"8882",40213198,2014,10,36,3.63888888888889 +"8883",40213198,2014,11,30,2.96666666666667 +"8884",40213198,2014,12,45,2.08888888888889 +"8885",40213198,2015,1,38,3.44736842105263 +"8886",40213198,2015,2,42,2.57142857142857 +"8887",40213198,2015,3,45,2.28888888888889 +"8888",40213198,2015,4,48,3 +"8889",40213198,2015,5,36,2.41666666666667 +"8890",40213198,2015,6,51,2.47058823529412 +"8891",40213198,2015,7,52,2.67307692307692 +"8892",40213198,2015,8,51,2.70588235294118 +"8893",40213198,2015,9,44,2.15909090909091 +"8894",40213198,2015,10,33,2.51515151515152 +"8895",40213198,2015,11,60,2.43333333333333 +"8896",40213198,2015,12,50,2.94 +"8897",40213198,2016,1,52,2.44230769230769 +"8898",40213198,2016,2,50,2.02 +"8899",40213198,2016,3,52,2.05769230769231 +"8900",40213198,2016,4,49,2.48979591836735 +"8901",40213198,2016,5,56,2.19642857142857 +"8902",40213198,2016,6,41,2.51219512195122 +"8903",40213198,2016,7,50,2.42 +"8904",40213198,2016,8,56,2.46428571428571 +"8905",40213198,2016,9,43,2.55813953488372 +"8906",40213198,2016,10,49,3.30612244897959 +"8907",40213198,2016,11,29,1.75862068965517 +"8908",40213198,2016,12,42,2.35714285714286 +"8909",40213198,2017,1,49,2.91836734693878 +"8910",40213198,2017,2,43,2.37209302325581 +"8911",40213198,2017,3,51,3.13725490196078 +"8912",40213198,2017,4,45,1.75555555555556 +"8913",40213198,2017,5,48,2.0625 +"8914",40213198,2017,6,57,2.70175438596491 +"8915",40213198,2017,7,55,2.50909090909091 +"8916",40213198,2017,8,49,2.38775510204082 +"8917",40213198,2017,9,39,2.23076923076923 +"8918",40213198,2017,10,37,2.08108108108108 +"8919",40213198,2017,11,40,3.125 +"8920",40213198,2017,12,41,2.41463414634146 +"8921",40213198,2018,1,43,2.06976744186046 +"8922",40213198,2018,2,38,2.13157894736842 +"8923",40213198,2018,3,43,1.88372093023256 +"8924",40213198,2018,4,38,1.76315789473684 +"8925",40213198,2018,5,48,1.95833333333333 +"8926",40213198,2018,6,44,2.81818181818182 +"8927",40213198,2018,7,42,1.92857142857143 +"8928",40213198,2018,8,47,2.29787234042553 +"8929",40213198,2018,9,42,2.26190476190476 +"8930",40213198,2018,10,47,1.63829787234043 +"8931",40213198,2018,11,43,2.30232558139535 +"8932",40213198,2018,12,44,1.72727272727273 +"8933",40213198,2019,1,36,1.77777777777778 +"8934",40213198,2019,2,44,1.70454545454545 +"8935",40213198,2019,3,45,1.82222222222222 +"8936",40213198,2019,4,45,1.88888888888889 +"8937",40213198,2019,5,54,2.53703703703704 +"8938",40213198,2019,6,37,1.97297297297297 +"8939",40213198,2019,7,50,1.98 +"8940",40213198,2019,8,41,2.07317073170732 +"8941",40213198,2019,9,38,2.15789473684211 +"8942",40213198,2019,10,39,1.94871794871795 +"8943",40213198,2019,11,48,1.9375 +"8944",40213198,2019,12,39,2.1025641025641 +"8945",40213198,2020,1,43,1.90697674418605 +"8946",40213198,2020,2,47,2.19148936170213 +"8947",40213198,2020,3,45,2.64444444444444 +"8948",40213198,2020,4,53,2.39622641509434 +"8949",40213198,2020,5,44,1.88636363636364 +"8950",40213198,2020,6,39,2.46153846153846 +"8951",40213198,2020,7,44,1.81818181818182 +"8952",40213198,2020,8,46,2.65217391304348 +"8953",40213198,2020,9,35,1.97142857142857 +"8954",40213198,2020,10,51,2.74509803921569 +"8955",40213198,2020,11,44,2 +"8956",40213198,2020,12,49,2.81632653061224 +"8957",40213198,2021,1,55,2.54545454545455 +"8958",40213198,2021,2,32,3.0625 +"8959",40213198,2021,3,47,2.78723404255319 +"8960",40213198,2021,4,42,2.07142857142857 +"8961",40213198,2021,5,50,2.44 +"8962",40213198,2021,6,42,2.38095238095238 +"8963",40213198,2021,7,48,2.72916666666667 +"8964",40213198,2021,8,34,1.76470588235294 +"8965",40213198,2021,9,53,2.67924528301887 +"8966",40213198,2021,10,49,1.83673469387755 +"8967",40213198,2021,11,49,3.12244897959184 +"8968",40213198,2021,12,46,2.28260869565217 +"8969",40213198,2022,1,46,2.17391304347826 +"8970",40213198,2022,2,39,2.17948717948718 +"8971",40213198,2022,3,40,2.175 +"8972",40213198,2022,4,43,1.90697674418605 +"8973",40213198,2022,5,40,2.05 +"8974",40213198,2022,6,42,1.78571428571429 +"8975",40213198,2022,7,46,2.1304347826087 +"8976",40213198,2022,8,48,1.91666666666667 +"8977",40213198,2022,9,38,1.89473684210526 +"8978",40213198,2022,10,45,2.42222222222222 +"8979",40213198,2022,11,40,2.4 +"8980",40213198,2022,12,38,2 +"8981",40213198,2023,1,40,2.45 +"8982",40213198,2023,2,37,2.64864864864865 +"8983",40213198,2023,3,43,1.86046511627907 +"8984",40213198,2023,4,38,2.31578947368421 +"8985",40213198,2023,5,40,2.6 +"8986",40213198,2023,6,15,1.66666666666667 +"8987",40213201,1989,10,3,1.33333333333333 +"8988",40213201,1989,11,1,2 +"8989",40213201,1990,8,1,1 +"8990",40213201,1990,10,1,2 +"8991",40213201,1990,12,1,2 +"8992",40213201,1991,1,1,2 +"8993",40213201,1991,5,4,3.5 +"8994",40213201,1991,7,1,2 +"8995",40213201,1991,8,1,1 +"8996",40213201,1991,10,2,2.5 +"8997",40213201,1991,11,1,2 +"8998",40213201,1991,12,1,2 +"8999",40213201,1992,1,1,1 +"9000",40213201,1992,2,1,2 +"9001",40213201,1992,5,1,5 +"9002",40213201,1992,8,1,2 +"9003",40213201,1992,10,1,1 +"9004",40213201,1992,11,1,2 +"9005",40213201,1993,3,1,1 +"9006",40213201,1993,6,1,3 +"9007",40213201,1993,9,1,1 +"9008",40213201,1993,10,1,2 +"9009",40213201,1994,2,2,2 +"9010",40213201,1994,6,1,1 +"9011",40213201,1994,12,3,1.66666666666667 +"9012",40213201,1995,1,1,34 +"9013",40213201,1995,4,1,2 +"9014",40213201,1995,5,1,2 +"9015",40213201,1995,8,2,2 +"9016",40213201,1995,12,1,1 +"9017",40213201,1996,1,1,1 +"9018",40213201,1996,5,1,2 +"9019",40213201,1996,6,1,1 +"9020",40213201,1996,7,1,5 +"9021",40213201,1997,2,1,2 +"9022",40213201,1997,4,2,1.5 +"9023",40213201,1997,8,1,1 +"9024",40213201,1998,2,1,1 +"9025",40213201,1998,4,1,2 +"9026",40213201,1998,7,1,2 +"9027",40213201,1998,11,1,1 +"9028",40213201,1999,3,1,1 +"9029",40213201,1999,7,1,2 +"9030",40213201,1999,8,1,2 +"9031",40213201,1999,12,1,1 +"9032",40213201,2000,2,1,5 +"9033",40213201,2000,7,2,2 +"9034",40213201,2000,12,1,2 +"9035",40213201,2001,2,1,1 +"9036",40213201,2001,3,2,4.5 +"9037",40213201,2001,4,1,2 +"9038",40213201,2001,9,1,1 +"9039",40213201,2001,10,1,2 +"9040",40213201,2001,12,2,1.5 +"9041",40213201,2002,1,2,2.5 +"9042",40213201,2002,2,1,1 +"9043",40213201,2002,4,2,1 +"9044",40213201,2002,5,3,1.66666666666667 +"9045",40213201,2002,6,1,2 +"9046",40213201,2002,7,1,2 +"9047",40213201,2002,10,1,1 +"9048",40213201,2002,12,1,2 +"9049",40213201,2003,1,1,2 +"9050",40213201,2003,2,1,1 +"9051",40213201,2004,2,1,2 +"9052",40213201,2004,8,1,1 +"9053",40213201,2005,4,1,2 +"9054",40213201,2005,6,1,1 +"9055",40213201,2005,8,1,3 +"9056",40213201,2005,10,1,2 +"9057",40213201,2005,11,1,1 +"9058",40213201,2005,12,2,2 +"9059",40213201,2006,5,1,2 +"9060",40213201,2006,6,1,1 +"9061",40213201,2007,1,2,1.5 +"9062",40213201,2007,6,1,2 +"9063",40213201,2007,7,1,3 +"9064",40213201,2007,9,2,2 +"9065",40213201,2008,1,1,2 +"9066",40213201,2008,5,2,2 +"9067",40213201,2008,7,1,2 +"9068",40213201,2008,8,1,2 +"9069",40213201,2008,9,1,2 +"9070",40213201,2009,2,2,2 +"9071",40213201,2009,6,1,1 +"9072",40213201,2009,7,1,2 +"9073",40213201,2009,11,1,2 +"9074",40213201,2010,9,1,5 +"9075",40213201,2011,1,1,2 +"9076",40213201,2011,9,1,2 +"9077",40213201,2011,10,1,2 +"9078",40213201,2011,11,1,1 +"9079",40213201,2012,2,1,1 +"9080",40213201,2012,3,1,1 +"9081",40213201,2012,6,1,1 +"9082",40213201,2012,10,1,1 +"9083",40213201,2012,11,1,3 +"9084",40213201,2013,3,1,5 +"9085",40213201,2013,6,1,2 +"9086",40213201,2013,7,6,1.83333333333333 +"9087",40213201,2013,8,11,4.72727272727273 +"9088",40213201,2013,9,10,1.6 +"9089",40213201,2013,10,10,2.1 +"9090",40213201,2013,11,6,3.66666666666667 +"9091",40213201,2013,12,12,2.66666666666667 +"9092",40213201,2014,1,7,2.28571428571429 +"9093",40213201,2014,2,8,2.25 +"9094",40213201,2014,3,6,6.33333333333333 +"9095",40213201,2014,4,9,2.66666666666667 +"9096",40213201,2014,5,8,1.875 +"9097",40213201,2014,6,6,1.83333333333333 +"9098",40213201,2014,7,9,2.11111111111111 +"9099",40213201,2014,8,11,1.90909090909091 +"9100",40213201,2014,9,7,2.14285714285714 +"9101",40213201,2014,10,7,1.85714285714286 +"9102",40213201,2014,11,8,2.125 +"9103",40213201,2014,12,10,1.5 +"9104",40213201,2015,1,6,2 +"9105",40213201,2015,2,7,3.14285714285714 +"9106",40213201,2015,3,9,1.55555555555556 +"9107",40213201,2015,4,9,2.11111111111111 +"9108",40213201,2015,5,6,1.5 +"9109",40213201,2015,6,7,1.85714285714286 +"9110",40213201,2015,7,2,1.5 +"9111",40213201,2015,8,8,4 +"9112",40213201,2015,9,14,2 +"9113",40213201,2015,10,3,1.33333333333333 +"9114",40213201,2015,11,1,2 +"9115",40213201,2015,12,8,1.875 +"9116",40213201,2016,1,10,3.1 +"9117",40213201,2016,2,4,4.25 +"9118",40213201,2016,3,9,1.88888888888889 +"9119",40213201,2016,4,8,2 +"9120",40213201,2016,5,3,1.33333333333333 +"9121",40213201,2016,6,10,2.3 +"9122",40213201,2016,7,16,1.6875 +"9123",40213201,2016,8,9,2 +"9124",40213201,2016,9,5,1.2 +"9125",40213201,2016,10,9,2.22222222222222 +"9126",40213201,2016,11,7,1.71428571428571 +"9127",40213201,2016,12,11,6 +"9128",40213201,2017,1,10,1.7 +"9129",40213201,2017,2,3,1.33333333333333 +"9130",40213201,2017,3,16,1.5 +"9131",40213201,2017,4,8,1.75 +"9132",40213201,2017,5,11,2.45454545454545 +"9133",40213201,2017,6,9,2.33333333333333 +"9134",40213201,2017,7,7,4.14285714285714 +"9135",40213201,2017,8,16,1.75 +"9136",40213201,2017,9,8,2.5 +"9137",40213201,2017,10,8,4.25 +"9138",40213201,2017,11,9,4.33333333333333 +"9139",40213201,2017,12,6,1.5 +"9140",40213201,2018,1,12,2.16666666666667 +"9141",40213201,2018,2,6,2.66666666666667 +"9142",40213201,2018,3,8,2.125 +"9143",40213201,2018,4,11,4.45454545454545 +"9144",40213201,2018,5,10,1.6 +"9145",40213201,2018,6,13,3.15384615384615 +"9146",40213201,2018,7,9,2.22222222222222 +"9147",40213201,2018,8,19,2.52631578947368 +"9148",40213201,2018,9,5,1.8 +"9149",40213201,2018,10,10,1.9 +"9150",40213201,2018,11,7,3.28571428571429 +"9151",40213201,2018,12,5,1.6 +"9152",40213201,2019,1,8,3 +"9153",40213201,2019,2,7,2 +"9154",40213201,2019,3,5,1.4 +"9155",40213201,2019,4,5,3.2 +"9156",40213201,2019,5,5,2.8 +"9157",40213201,2019,6,5,7.6 +"9158",40213201,2019,7,11,1.90909090909091 +"9159",40213201,2019,8,8,2.125 +"9160",40213201,2019,9,10,3.3 +"9161",40213201,2019,10,13,1.76923076923077 +"9162",40213201,2019,11,11,1.72727272727273 +"9163",40213201,2019,12,11,2.36363636363636 +"9164",40213201,2020,1,7,1.85714285714286 +"9165",40213201,2020,2,7,2.28571428571429 +"9166",40213201,2020,3,4,1.5 +"9167",40213201,2020,4,12,1.58333333333333 +"9168",40213201,2020,5,7,5.42857142857143 +"9169",40213201,2020,6,3,1.66666666666667 +"9170",40213201,2020,7,9,3 +"9171",40213201,2020,8,10,2.8 +"9172",40213201,2020,9,5,2.4 +"9173",40213201,2020,10,10,2.3 +"9174",40213201,2020,11,8,2.25 +"9175",40213201,2020,12,9,3.11111111111111 +"9176",40213201,2021,1,9,1.77777777777778 +"9177",40213201,2021,2,10,2.7 +"9178",40213201,2021,3,13,2.07692307692308 +"9179",40213201,2021,4,11,6.36363636363636 +"9180",40213201,2021,5,10,1.4 +"9181",40213201,2021,6,9,2 +"9182",40213201,2021,7,6,2.16666666666667 +"9183",40213201,2021,8,7,1.57142857142857 +"9184",40213201,2021,9,9,1.88888888888889 +"9185",40213201,2021,10,8,2.125 +"9186",40213201,2021,11,4,1.5 +"9187",40213201,2021,12,9,1.55555555555556 +"9188",40213201,2022,1,12,1.5 +"9189",40213201,2022,2,7,4.42857142857143 +"9190",40213201,2022,3,11,2.72727272727273 +"9191",40213201,2022,4,9,1.33333333333333 +"9192",40213201,2022,5,8,2 +"9193",40213201,2022,6,10,2.8 +"9194",40213201,2022,7,8,2 +"9195",40213201,2022,8,7,2.14285714285714 +"9196",40213201,2022,9,10,2.7 +"9197",40213201,2022,10,5,1.8 +"9198",40213201,2022,11,8,2.875 +"9199",40213201,2022,12,12,4.33333333333333 +"9200",40213201,2023,1,12,2.33333333333333 +"9201",40213201,2023,2,8,1.875 +"9202",40213201,2023,3,7,3.57142857142857 +"9203",40213201,2023,4,6,1.66666666666667 +"9204",40213201,2023,5,7,2.14285714285714 +"9205",40213201,2023,6,6,1.33333333333333 +"9206",40213216,2006,2,1,1 +"9207",40213216,2010,12,1,1 +"9208",40213216,2011,2,1,1 +"9209",40213216,2013,6,9,1.77777777777778 +"9210",40213216,2013,7,17,2.47058823529412 +"9211",40213216,2013,8,19,2.15789473684211 +"9212",40213216,2013,9,22,2.09090909090909 +"9213",40213216,2013,10,17,1.94117647058824 +"9214",40213216,2013,11,20,1.7 +"9215",40213216,2013,12,19,2.10526315789474 +"9216",40213216,2014,1,16,1.8125 +"9217",40213216,2014,2,16,2.25 +"9218",40213216,2014,3,11,1.72727272727273 +"9219",40213216,2014,4,16,2.25 +"9220",40213216,2014,5,18,3.55555555555556 +"9221",40213216,2014,6,10,2.9 +"9222",40213216,2014,7,19,3.78947368421053 +"9223",40213216,2014,8,10,5.9 +"9224",40213216,2014,9,19,2.73684210526316 +"9225",40213216,2014,10,13,4.38461538461539 +"9226",40213216,2014,11,16,3.0625 +"9227",40213216,2014,12,20,2.15 +"9228",40213216,2015,1,15,2.8 +"9229",40213216,2015,2,23,2.43478260869565 +"9230",40213216,2015,3,23,2.34782608695652 +"9231",40213216,2015,4,22,2.54545454545455 +"9232",40213216,2015,5,18,2.27777777777778 +"9233",40213216,2015,6,22,2.72727272727273 +"9234",40213216,2015,7,15,2.13333333333333 +"9235",40213216,2015,8,19,3 +"9236",40213216,2015,9,25,2.24 +"9237",40213216,2015,10,14,2.64285714285714 +"9238",40213216,2015,11,28,2.46428571428571 +"9239",40213216,2015,12,19,1.89473684210526 +"9240",40213216,2016,1,23,2.43478260869565 +"9241",40213216,2016,2,16,1.75 +"9242",40213216,2016,3,23,2.1304347826087 +"9243",40213216,2016,4,21,2.85714285714286 +"9244",40213216,2016,5,23,1.91304347826087 +"9245",40213216,2016,6,15,2.93333333333333 +"9246",40213216,2016,7,22,2 +"9247",40213216,2016,8,13,3.53846153846154 +"9248",40213216,2016,9,16,2.25 +"9249",40213216,2016,10,16,3.25 +"9250",40213216,2016,11,9,2.11111111111111 +"9251",40213216,2016,12,17,2.76470588235294 +"9252",40213216,2017,1,18,2.83333333333333 +"9253",40213216,2017,2,20,2.65 +"9254",40213216,2017,3,23,2.52173913043478 +"9255",40213216,2017,4,22,1.81818181818182 +"9256",40213216,2017,5,22,1.77272727272727 +"9257",40213216,2017,6,22,2.36363636363636 +"9258",40213216,2017,7,23,2.17391304347826 +"9259",40213216,2017,8,14,2.78571428571429 +"9260",40213216,2017,9,18,2.83333333333333 +"9261",40213216,2017,10,12,2.5 +"9262",40213216,2017,11,13,2.84615384615385 +"9263",40213216,2017,12,12,2.08333333333333 +"9264",40213216,2018,1,19,1.52631578947368 +"9265",40213216,2018,2,14,1.71428571428571 +"9266",40213216,2018,3,21,1.47619047619048 +"9267",40213216,2018,4,17,1.82352941176471 +"9268",40213216,2018,5,22,1.5 +"9269",40213216,2018,6,20,2.45 +"9270",40213216,2018,7,17,1.70588235294118 +"9271",40213216,2018,8,20,2.3 +"9272",40213216,2018,9,14,1.78571428571429 +"9273",40213216,2018,10,17,1.70588235294118 +"9274",40213216,2018,11,14,2.28571428571429 +"9275",40213216,2018,12,17,1.52941176470588 +"9276",40213216,2019,1,13,2 +"9277",40213216,2019,2,22,1.68181818181818 +"9278",40213216,2019,3,20,1.9 +"9279",40213216,2019,4,21,2 +"9280",40213216,2019,5,23,1.95652173913043 +"9281",40213216,2019,6,19,2.21052631578947 +"9282",40213216,2019,7,21,1.85714285714286 +"9283",40213216,2019,8,13,1.76923076923077 +"9284",40213216,2019,9,14,2.07142857142857 +"9285",40213216,2019,10,12,1.5 +"9286",40213216,2019,11,20,1.9 +"9287",40213216,2019,12,15,1.8 +"9288",40213216,2020,1,18,2.33333333333333 +"9289",40213216,2020,2,20,1.8 +"9290",40213216,2020,3,12,3 +"9291",40213216,2020,4,18,1.83333333333333 +"9292",40213216,2020,5,16,2.0625 +"9293",40213216,2020,6,20,2.35 +"9294",40213216,2020,7,19,2 +"9295",40213216,2020,8,24,3.29166666666667 +"9296",40213216,2020,9,15,2 +"9297",40213216,2020,10,21,4 +"9298",40213216,2020,11,16,1.8125 +"9299",40213216,2020,12,23,3.52173913043478 +"9300",40213216,2021,1,22,2.45454545454545 +"9301",40213216,2021,2,18,3.11111111111111 +"9302",40213216,2021,3,16,2.6875 +"9303",40213216,2021,4,13,2.53846153846154 +"9304",40213216,2021,5,17,2.05882352941176 +"9305",40213216,2021,6,13,1.76923076923077 +"9306",40213216,2021,7,22,2.27272727272727 +"9307",40213216,2021,8,18,1.66666666666667 +"9308",40213216,2021,9,23,2.26086956521739 +"9309",40213216,2021,10,19,1.68421052631579 +"9310",40213216,2021,11,23,2.34782608695652 +"9311",40213216,2021,12,14,1.92857142857143 +"9312",40213216,2022,1,19,2.05263157894737 +"9313",40213216,2022,2,12,2.16666666666667 +"9314",40213216,2022,3,16,2 +"9315",40213216,2022,4,18,1.61111111111111 +"9316",40213216,2022,5,19,2.10526315789474 +"9317",40213216,2022,6,18,1.5 +"9318",40213216,2022,7,20,2.4 +"9319",40213216,2022,8,14,1.5 +"9320",40213216,2022,9,14,1.71428571428571 +"9321",40213216,2022,10,17,2.70588235294118 +"9322",40213216,2022,11,11,1.72727272727273 +"9323",40213216,2022,12,13,2.23076923076923 +"9324",40213216,2023,1,16,1.8125 +"9325",40213216,2023,2,12,3.58333333333333 +"9326",40213216,2023,3,15,1.8 +"9327",40213216,2023,4,15,3.2 +"9328",40213216,2023,5,17,3.35294117647059 +"9329",40213216,2023,6,3,2 +"9330",40213227,1992,1,5,1.8 +"9331",40213227,1992,2,2,3.5 +"9332",40213227,1992,3,2,2 +"9333",40213227,1992,4,4,1.75 +"9334",40213227,1992,5,4,5.5 +"9335",40213227,1992,6,1,4 +"9336",40213227,1992,7,4,2.75 +"9337",40213227,1992,8,5,2.8 +"9338",40213227,1992,9,1,1 +"9339",40213227,1992,10,4,1.75 +"9340",40213227,1992,11,3,2 +"9341",40213227,1992,12,2,17.5 +"9342",40213227,1993,1,1,1 +"9343",40213227,1993,5,1,1 +"9344",40213227,1993,6,2,3.5 +"9345",40213227,1993,7,1,1 +"9346",40213227,1993,9,1,2 +"9347",40213227,1993,10,2,1.5 +"9348",40213227,1993,12,1,2 +"9349",40213227,1994,2,3,1.66666666666667 +"9350",40213227,1994,5,2,2 +"9351",40213227,1994,6,1,2 +"9352",40213227,1994,7,1,1 +"9353",40213227,1994,8,1,1 +"9354",40213227,1994,11,3,1.66666666666667 +"9355",40213227,1994,12,1,1 +"9356",40213227,1995,1,1,4 +"9357",40213227,1995,3,1,7 +"9358",40213227,1995,4,2,1.5 +"9359",40213227,1995,6,2,1.5 +"9360",40213227,1995,7,3,1.66666666666667 +"9361",40213227,1995,9,2,1 +"9362",40213227,1995,10,1,2 +"9363",40213227,1995,11,4,2.5 +"9364",40213227,1996,1,3,1.66666666666667 +"9365",40213227,1996,2,3,3.66666666666667 +"9366",40213227,1996,5,1,2 +"9367",40213227,1996,6,3,2 +"9368",40213227,1996,7,1,1 +"9369",40213227,1996,8,1,1 +"9370",40213227,1996,9,2,3.5 +"9371",40213227,1996,10,1,2 +"9372",40213227,1996,11,4,1.75 +"9373",40213227,1996,12,5,2.4 +"9374",40213227,1997,1,1,2 +"9375",40213227,1997,2,3,2 +"9376",40213227,1997,3,3,1.66666666666667 +"9377",40213227,1997,4,5,2.4 +"9378",40213227,1997,5,1,2 +"9379",40213227,1997,7,1,2 +"9380",40213227,1997,8,1,2 +"9381",40213227,1997,9,2,1.5 +"9382",40213227,1997,10,2,1.5 +"9383",40213227,1997,11,3,7 +"9384",40213227,1997,12,2,2 +"9385",40213227,1998,1,1,1 +"9386",40213227,1998,3,1,2 +"9387",40213227,1998,6,1,1 +"9388",40213227,1998,7,2,2 +"9389",40213227,1998,9,1,2 +"9390",40213227,1998,10,1,2 +"9391",40213227,1998,11,2,2 +"9392",40213227,1999,1,1,2 +"9393",40213227,1999,3,3,1.66666666666667 +"9394",40213227,1999,5,3,1.33333333333333 +"9395",40213227,1999,7,1,1 +"9396",40213227,1999,8,3,1.33333333333333 +"9397",40213227,1999,9,1,1 +"9398",40213227,1999,12,1,2 +"9399",40213227,2000,1,3,12.6666666666667 +"9400",40213227,2000,3,1,3 +"9401",40213227,2000,4,1,2 +"9402",40213227,2000,5,1,2 +"9403",40213227,2000,6,4,2.25 +"9404",40213227,2000,8,1,1 +"9405",40213227,2000,9,5,1.6 +"9406",40213227,2000,10,3,1.66666666666667 +"9407",40213227,2000,12,1,2 +"9408",40213227,2001,1,2,4 +"9409",40213227,2001,2,3,1.66666666666667 +"9410",40213227,2001,3,1,2 +"9411",40213227,2001,4,2,3 +"9412",40213227,2001,5,1,1 +"9413",40213227,2001,6,1,2 +"9414",40213227,2001,9,2,4 +"9415",40213227,2001,10,2,1.5 +"9416",40213227,2001,12,2,1.5 +"9417",40213227,2002,1,1,2 +"9418",40213227,2002,4,1,1 +"9419",40213227,2002,5,4,1.5 +"9420",40213227,2002,6,2,2.5 +"9421",40213227,2002,7,1,4 +"9422",40213227,2002,8,1,2 +"9423",40213227,2002,9,2,3 +"9424",40213227,2002,11,1,2 +"9425",40213227,2003,1,1,2 +"9426",40213227,2003,4,1,2 +"9427",40213227,2003,5,1,2 +"9428",40213227,2003,7,3,2 +"9429",40213227,2003,8,2,2 +"9430",40213227,2003,12,1,1 +"9431",40213227,2004,1,3,2.33333333333333 +"9432",40213227,2004,3,1,6 +"9433",40213227,2004,6,1,1 +"9434",40213227,2004,7,1,3 +"9435",40213227,2004,9,2,2 +"9436",40213227,2004,10,2,2.5 +"9437",40213227,2004,11,2,1.5 +"9438",40213227,2005,1,3,1.33333333333333 +"9439",40213227,2005,2,4,3.25 +"9440",40213227,2005,3,2,3 +"9441",40213227,2005,4,1,1 +"9442",40213227,2005,5,2,2 +"9443",40213227,2005,6,2,1.5 +"9444",40213227,2005,7,1,4 +"9445",40213227,2005,8,1,2 +"9446",40213227,2005,9,3,1.66666666666667 +"9447",40213227,2005,10,3,1.66666666666667 +"9448",40213227,2005,11,1,2 +"9449",40213227,2005,12,1,1 +"9450",40213227,2006,1,2,3 +"9451",40213227,2006,3,2,1.5 +"9452",40213227,2006,4,3,2.66666666666667 +"9453",40213227,2006,5,1,2 +"9454",40213227,2006,6,1,2 +"9455",40213227,2006,7,2,2 +"9456",40213227,2006,8,5,1.8 +"9457",40213227,2006,9,4,2.5 +"9458",40213227,2006,10,1,2 +"9459",40213227,2006,11,3,1.33333333333333 +"9460",40213227,2006,12,1,2 +"9461",40213227,2007,1,4,2.25 +"9462",40213227,2007,2,3,1.33333333333333 +"9463",40213227,2007,3,1,1 +"9464",40213227,2007,4,1,2 +"9465",40213227,2007,5,2,1.5 +"9466",40213227,2007,6,2,4 +"9467",40213227,2007,8,2,1.5 +"9468",40213227,2007,9,1,1 +"9469",40213227,2007,10,1,2 +"9470",40213227,2007,11,2,1.5 +"9471",40213227,2007,12,1,1 +"9472",40213227,2008,1,1,3 +"9473",40213227,2008,2,4,3 +"9474",40213227,2008,3,2,1.5 +"9475",40213227,2008,4,1,2 +"9476",40213227,2008,7,2,1.5 +"9477",40213227,2008,8,3,2.66666666666667 +"9478",40213227,2008,9,1,1 +"9479",40213227,2008,11,3,2 +"9480",40213227,2008,12,3,1.33333333333333 +"9481",40213227,2009,1,1,2 +"9482",40213227,2009,2,1,1 +"9483",40213227,2009,3,5,4.6 +"9484",40213227,2009,4,1,2 +"9485",40213227,2009,5,1,2 +"9486",40213227,2009,6,1,2 +"9487",40213227,2009,7,3,1.66666666666667 +"9488",40213227,2009,8,1,1 +"9489",40213227,2009,9,1,3 +"9490",40213227,2009,10,1,2 +"9491",40213227,2009,11,2,1.5 +"9492",40213227,2010,2,2,1 +"9493",40213227,2010,3,1,1 +"9494",40213227,2010,4,1,1 +"9495",40213227,2010,5,4,2 +"9496",40213227,2010,7,6,1.33333333333333 +"9497",40213227,2010,8,1,1 +"9498",40213227,2010,9,3,2 +"9499",40213227,2010,11,3,2 +"9500",40213227,2010,12,3,2 +"9501",40213227,2011,1,3,1.66666666666667 +"9502",40213227,2011,3,1,1 +"9503",40213227,2011,4,2,2.5 +"9504",40213227,2011,5,2,2.5 +"9505",40213227,2011,6,1,1 +"9506",40213227,2011,7,1,2 +"9507",40213227,2011,8,2,2.5 +"9508",40213227,2011,9,1,7 +"9509",40213227,2011,10,2,3 +"9510",40213227,2011,11,1,3 +"9511",40213227,2011,12,1,1 +"9512",40213227,2012,1,4,1.75 +"9513",40213227,2012,2,1,2 +"9514",40213227,2012,3,1,2 +"9515",40213227,2012,4,3,1.66666666666667 +"9516",40213227,2012,5,2,3 +"9517",40213227,2012,7,2,2 +"9518",40213227,2012,8,1,7 +"9519",40213227,2012,9,1,1 +"9520",40213227,2012,10,4,2 +"9521",40213227,2012,11,2,1.5 +"9522",40213227,2012,12,1,2 +"9523",40213227,2013,1,1,2 +"9524",40213227,2013,2,3,1.33333333333333 +"9525",40213227,2013,3,2,2.5 +"9526",40213227,2013,4,1,2 +"9527",40213227,2013,5,1,1 +"9528",40213227,2013,6,25,2.12 +"9529",40213227,2013,7,84,2.16666666666667 +"9530",40213227,2013,8,60,1.96666666666667 +"9531",40213227,2013,9,66,2.22727272727273 +"9532",40213227,2013,10,53,2.81132075471698 +"9533",40213227,2013,11,45,2.15555555555556 +"9534",40213227,2013,12,53,2.0188679245283 +"9535",40213227,2014,1,58,2.32758620689655 +"9536",40213227,2014,2,46,1.76086956521739 +"9537",40213227,2014,3,67,2.47761194029851 +"9538",40213227,2014,4,38,2.15789473684211 +"9539",40213227,2014,5,56,3 +"9540",40213227,2014,6,63,2.49206349206349 +"9541",40213227,2014,7,51,1.92156862745098 +"9542",40213227,2014,8,52,2.5 +"9543",40213227,2014,9,62,2.16129032258065 +"9544",40213227,2014,10,75,2.18666666666667 +"9545",40213227,2014,11,63,2.25396825396825 +"9546",40213227,2014,12,58,2.8448275862069 +"9547",40213227,2015,1,65,1.83076923076923 +"9548",40213227,2015,2,61,1.86885245901639 +"9549",40213227,2015,3,84,1.91666666666667 +"9550",40213227,2015,4,72,2.56944444444444 +"9551",40213227,2015,5,59,2.6271186440678 +"9552",40213227,2015,6,70,2.58571428571429 +"9553",40213227,2015,7,64,2.34375 +"9554",40213227,2015,8,66,1.90909090909091 +"9555",40213227,2015,9,58,2.63793103448276 +"9556",40213227,2015,10,69,2.04347826086957 +"9557",40213227,2015,11,65,2.06153846153846 +"9558",40213227,2015,12,74,2.02702702702703 +"9559",40213227,2016,1,72,2.22222222222222 +"9560",40213227,2016,2,60,2.53333333333333 +"9561",40213227,2016,3,71,3.32394366197183 +"9562",40213227,2016,4,70,2.14285714285714 +"9563",40213227,2016,5,63,2.6984126984127 +"9564",40213227,2016,6,65,2.15384615384615 +"9565",40213227,2016,7,76,2.18421052631579 +"9566",40213227,2016,8,71,2.05633802816901 +"9567",40213227,2016,9,75,2.22666666666667 +"9568",40213227,2016,10,79,2.75949367088608 +"9569",40213227,2016,11,64,1.984375 +"9570",40213227,2016,12,73,1.82191780821918 +"9571",40213227,2017,1,81,2.90123456790123 +"9572",40213227,2017,2,67,3.01492537313433 +"9573",40213227,2017,3,75,2.36 +"9574",40213227,2017,4,59,1.94915254237288 +"9575",40213227,2017,5,66,1.96969696969697 +"9576",40213227,2017,6,65,3.01538461538462 +"9577",40213227,2017,7,74,2.01351351351351 +"9578",40213227,2017,8,70,2.72857142857143 +"9579",40213227,2017,9,59,1.96610169491525 +"9580",40213227,2017,10,82,2.58536585365854 +"9581",40213227,2017,11,60,2.58333333333333 +"9582",40213227,2017,12,64,2.296875 +"9583",40213227,2018,1,79,2.13924050632911 +"9584",40213227,2018,2,68,2.82352941176471 +"9585",40213227,2018,3,56,2.10714285714286 +"9586",40213227,2018,4,63,2.88888888888889 +"9587",40213227,2018,5,67,2.14925373134328 +"9588",40213227,2018,6,66,2.07575757575758 +"9589",40213227,2018,7,53,2.62264150943396 +"9590",40213227,2018,8,78,2.28205128205128 +"9591",40213227,2018,9,72,3 +"9592",40213227,2018,10,81,2.37037037037037 +"9593",40213227,2018,11,73,2.67123287671233 +"9594",40213227,2018,12,52,3.40384615384615 +"9595",40213227,2019,1,80,2.2125 +"9596",40213227,2019,2,76,2.01315789473684 +"9597",40213227,2019,3,69,2.18840579710145 +"9598",40213227,2019,4,75,2.44 +"9599",40213227,2019,5,74,2.2027027027027 +"9600",40213227,2019,6,65,1.66153846153846 +"9601",40213227,2019,7,74,2.10810810810811 +"9602",40213227,2019,8,66,3.01515151515152 +"9603",40213227,2019,9,77,2.2987012987013 +"9604",40213227,2019,10,65,1.93846153846154 +"9605",40213227,2019,11,60,3 +"9606",40213227,2019,12,68,2.60294117647059 +"9607",40213227,2020,1,64,2.09375 +"9608",40213227,2020,2,62,2.58064516129032 +"9609",40213227,2020,3,72,2.22222222222222 +"9610",40213227,2020,4,70,2.35714285714286 +"9611",40213227,2020,5,62,1.90322580645161 +"9612",40213227,2020,6,70,2.18571428571429 +"9613",40213227,2020,7,74,2.08108108108108 +"9614",40213227,2020,8,56,2.25 +"9615",40213227,2020,9,87,2.28735632183908 +"9616",40213227,2020,10,65,2.27692307692308 +"9617",40213227,2020,11,62,2.11290322580645 +"9618",40213227,2020,12,58,2.58620689655172 +"9619",40213227,2021,1,58,1.81034482758621 +"9620",40213227,2021,2,58,3.1551724137931 +"9621",40213227,2021,3,58,2.81034482758621 +"9622",40213227,2021,4,58,2.13793103448276 +"9623",40213227,2021,5,67,2.44776119402985 +"9624",40213227,2021,6,47,1.97872340425532 +"9625",40213227,2021,7,58,2.58620689655172 +"9626",40213227,2021,8,71,2.1830985915493 +"9627",40213227,2021,9,66,2.46969696969697 +"9628",40213227,2021,10,57,2.05263157894737 +"9629",40213227,2021,11,63,2.33333333333333 +"9630",40213227,2021,12,66,1.96969696969697 +"9631",40213227,2022,1,60,2.83333333333333 +"9632",40213227,2022,2,68,2.22058823529412 +"9633",40213227,2022,3,78,1.87179487179487 +"9634",40213227,2022,4,63,1.98412698412698 +"9635",40213227,2022,5,72,2.36111111111111 +"9636",40213227,2022,6,70,2.37142857142857 +"9637",40213227,2022,7,67,2.05970149253731 +"9638",40213227,2022,8,81,2.45679012345679 +"9639",40213227,2022,9,68,2.94117647058824 +"9640",40213227,2022,10,60,1.78333333333333 +"9641",40213227,2022,11,62,2.59677419354839 +"9642",40213227,2022,12,72,2.29166666666667 +"9643",40213227,2023,1,57,2.3859649122807 +"9644",40213227,2023,2,71,1.83098591549296 +"9645",40213227,2023,3,65,3.33846153846154 +"9646",40213227,2023,4,58,2.87931034482759 +"9647",40213227,2023,5,56,3.08928571428571 +"9648",40213227,2023,6,35,2.37142857142857 +"9649",40213230,2005,7,1,1 +"9650",40213230,2005,9,1,2 +"9651",40213230,2008,3,1,1 +"9652",40213230,2013,6,3,1.33333333333333 +"9653",40213230,2013,7,4,2.25 +"9654",40213230,2013,8,6,1.83333333333333 +"9655",40213230,2013,9,4,2 +"9656",40213230,2013,10,10,2.7 +"9657",40213230,2013,11,5,6.2 +"9658",40213230,2013,12,7,2.28571428571429 +"9659",40213230,2014,1,11,2.90909090909091 +"9660",40213230,2014,2,2,6 +"9661",40213230,2014,3,7,1.57142857142857 +"9662",40213230,2014,4,10,2 +"9663",40213230,2014,5,8,1.5 +"9664",40213230,2014,6,5,3.4 +"9665",40213230,2014,7,6,2.5 +"9666",40213230,2014,8,7,2.71428571428571 +"9667",40213230,2014,9,8,1.75 +"9668",40213230,2014,10,9,2.77777777777778 +"9669",40213230,2014,11,9,1.66666666666667 +"9670",40213230,2014,12,10,3.2 +"9671",40213230,2015,1,10,3.1 +"9672",40213230,2015,2,7,2 +"9673",40213230,2015,3,7,2.71428571428571 +"9674",40213230,2015,4,5,1.2 +"9675",40213230,2015,5,7,1.85714285714286 +"9676",40213230,2015,6,7,2.28571428571429 +"9677",40213230,2015,7,7,1.71428571428571 +"9678",40213230,2015,8,9,2.66666666666667 +"9679",40213230,2015,9,8,2.25 +"9680",40213230,2015,10,10,2.2 +"9681",40213230,2015,11,9,2.11111111111111 +"9682",40213230,2015,12,5,2.4 +"9683",40213230,2016,1,7,1.71428571428571 +"9684",40213230,2016,2,9,1.77777777777778 +"9685",40213230,2016,3,14,2 +"9686",40213230,2016,4,8,1.75 +"9687",40213230,2016,5,11,1.81818181818182 +"9688",40213230,2016,6,13,1.69230769230769 +"9689",40213230,2016,7,9,1.88888888888889 +"9690",40213230,2016,8,4,2 +"9691",40213230,2016,9,8,1.75 +"9692",40213230,2016,10,5,1.8 +"9693",40213230,2016,11,10,1.6 +"9694",40213230,2016,12,7,1.42857142857143 +"9695",40213230,2017,1,6,2 +"9696",40213230,2017,2,7,1.57142857142857 +"9697",40213230,2017,3,4,2.5 +"9698",40213230,2017,4,6,2.5 +"9699",40213230,2017,5,5,1.8 +"9700",40213230,2017,6,5,1.6 +"9701",40213230,2017,7,12,3.5 +"9702",40213230,2017,8,6,2.5 +"9703",40213230,2017,9,13,2.07692307692308 +"9704",40213230,2017,10,9,1.88888888888889 +"9705",40213230,2017,11,3,2.66666666666667 +"9706",40213230,2017,12,4,1.5 +"9707",40213230,2018,1,11,1.72727272727273 +"9708",40213230,2018,2,3,1.66666666666667 +"9709",40213230,2018,3,12,1.91666666666667 +"9710",40213230,2018,4,6,2.16666666666667 +"9711",40213230,2018,5,8,1.625 +"9712",40213230,2018,6,9,1.88888888888889 +"9713",40213230,2018,7,11,2 +"9714",40213230,2018,8,5,1.6 +"9715",40213230,2018,9,7,1.57142857142857 +"9716",40213230,2018,10,3,1.66666666666667 +"9717",40213230,2018,11,6,2 +"9718",40213230,2018,12,7,1.85714285714286 +"9719",40213230,2019,1,10,2.8 +"9720",40213230,2019,2,9,1.44444444444444 +"9721",40213230,2019,3,8,1.5 +"9722",40213230,2019,4,7,4.42857142857143 +"9723",40213230,2019,5,8,1.625 +"9724",40213230,2019,6,10,1.6 +"9725",40213230,2019,7,9,1.88888888888889 +"9726",40213230,2019,8,4,2 +"9727",40213230,2019,9,6,1.66666666666667 +"9728",40213230,2019,10,11,1.72727272727273 +"9729",40213230,2019,11,9,2.22222222222222 +"9730",40213230,2019,12,8,2.375 +"9731",40213230,2020,1,9,2.33333333333333 +"9732",40213230,2020,2,16,1.625 +"9733",40213230,2020,3,9,5.55555555555556 +"9734",40213230,2020,4,8,1.5 +"9735",40213230,2020,5,8,5.875 +"9736",40213230,2020,6,6,2.66666666666667 +"9737",40213230,2020,7,11,1.63636363636364 +"9738",40213230,2020,8,7,1.85714285714286 +"9739",40213230,2020,9,5,1.6 +"9740",40213230,2020,10,5,2.2 +"9741",40213230,2020,11,7,1.57142857142857 +"9742",40213230,2020,12,8,1.75 +"9743",40213230,2021,1,11,2.36363636363636 +"9744",40213230,2021,2,10,3.3 +"9745",40213230,2021,3,11,2.09090909090909 +"9746",40213230,2021,4,13,1.84615384615385 +"9747",40213230,2021,5,8,2.5 +"9748",40213230,2021,6,8,2.25 +"9749",40213230,2021,7,10,4.1 +"9750",40213230,2021,8,9,3.33333333333333 +"9751",40213230,2021,9,11,2.18181818181818 +"9752",40213230,2021,10,8,1.75 +"9753",40213230,2021,11,16,2.5625 +"9754",40213230,2021,12,11,3.18181818181818 +"9755",40213230,2022,1,10,2 +"9756",40213230,2022,2,9,1.88888888888889 +"9757",40213230,2022,3,8,1.5 +"9758",40213230,2022,4,10,2.1 +"9759",40213230,2022,5,10,1.8 +"9760",40213230,2022,6,7,1.14285714285714 +"9761",40213230,2022,7,9,2.11111111111111 +"9762",40213230,2022,8,10,4.9 +"9763",40213230,2022,9,8,1.875 +"9764",40213230,2022,10,14,4.28571428571429 +"9765",40213230,2022,11,6,1.66666666666667 +"9766",40213230,2022,12,12,2.33333333333333 +"9767",40213230,2023,1,7,1.71428571428571 +"9768",40213230,2023,2,11,3.27272727272727 +"9769",40213230,2023,3,12,3.41666666666667 +"9770",40213230,2023,4,5,6.4 +"9771",40213230,2023,5,6,1.83333333333333 +"9772",40213230,2023,6,6,1.66666666666667 +"9773",40213251,1984,3,1,1 +"9774",40213251,1986,6,1,1 +"9775",40213251,1990,3,1,1 +"9776",40213251,1995,2,1,2 +"9777",40213251,1995,4,1,2 +"9778",40213251,1996,3,1,2 +"9779",40213251,2002,2,1,1 +"9780",40213251,2002,9,1,1 +"9781",40213251,2003,6,1,1 +"9782",40213251,2007,3,1,1 +"9783",40213251,2011,11,1,1 +"9784",40213251,2013,6,4,1.75 +"9785",40213251,2013,7,12,1.83333333333333 +"9786",40213251,2013,8,20,2 +"9787",40213251,2013,9,20,1.7 +"9788",40213251,2013,10,21,1.80952380952381 +"9789",40213251,2013,11,16,2.3125 +"9790",40213251,2013,12,23,3.34782608695652 +"9791",40213251,2014,1,17,1.82352941176471 +"9792",40213251,2014,2,24,2.95833333333333 +"9793",40213251,2014,3,17,3.47058823529412 +"9794",40213251,2014,4,12,2.75 +"9795",40213251,2014,5,17,2.23529411764706 +"9796",40213251,2014,6,22,2.13636363636364 +"9797",40213251,2014,7,14,2.07142857142857 +"9798",40213251,2014,8,17,1.58823529411765 +"9799",40213251,2014,9,17,1.82352941176471 +"9800",40213251,2014,10,15,1.66666666666667 +"9801",40213251,2014,11,17,2.35294117647059 +"9802",40213251,2014,12,17,2 +"9803",40213251,2015,1,19,2.78947368421053 +"9804",40213251,2015,2,16,1.9375 +"9805",40213251,2015,3,19,1.94736842105263 +"9806",40213251,2015,4,20,3.75 +"9807",40213251,2015,5,13,2.69230769230769 +"9808",40213251,2015,6,15,3.66666666666667 +"9809",40213251,2015,7,17,4.76470588235294 +"9810",40213251,2015,8,23,2.34782608695652 +"9811",40213251,2015,9,14,1.92857142857143 +"9812",40213251,2015,10,25,2.88 +"9813",40213251,2015,11,18,2.44444444444444 +"9814",40213251,2015,12,23,2.08695652173913 +"9815",40213251,2016,1,23,2.34782608695652 +"9816",40213251,2016,2,19,2.15789473684211 +"9817",40213251,2016,3,19,2.21052631578947 +"9818",40213251,2016,4,16,1.75 +"9819",40213251,2016,5,19,2.42105263157895 +"9820",40213251,2016,6,17,2.17647058823529 +"9821",40213251,2016,7,17,4.11764705882353 +"9822",40213251,2016,8,24,2.625 +"9823",40213251,2016,9,20,3.1 +"9824",40213251,2016,10,20,2.35 +"9825",40213251,2016,11,22,1.95454545454545 +"9826",40213251,2016,12,17,2 +"9827",40213251,2017,1,21,2.71428571428571 +"9828",40213251,2017,2,22,2.81818181818182 +"9829",40213251,2017,3,20,3.95 +"9830",40213251,2017,4,14,1.71428571428571 +"9831",40213251,2017,5,16,2 +"9832",40213251,2017,6,20,2 +"9833",40213251,2017,7,23,2.69565217391304 +"9834",40213251,2017,8,15,2.2 +"9835",40213251,2017,9,18,3.5 +"9836",40213251,2017,10,8,2 +"9837",40213251,2017,11,22,2.63636363636364 +"9838",40213251,2017,12,25,2.76 +"9839",40213251,2018,1,16,1.8125 +"9840",40213251,2018,2,19,2 +"9841",40213251,2018,3,23,2.04347826086957 +"9842",40213251,2018,4,19,2.21052631578947 +"9843",40213251,2018,5,23,2.21739130434783 +"9844",40213251,2018,6,19,1.94736842105263 +"9845",40213251,2018,7,13,2.23076923076923 +"9846",40213251,2018,8,18,2.94444444444444 +"9847",40213251,2018,9,9,2.22222222222222 +"9848",40213251,2018,10,18,1.83333333333333 +"9849",40213251,2018,11,15,1.73333333333333 +"9850",40213251,2018,12,16,1.9375 +"9851",40213251,2019,1,18,3.5 +"9852",40213251,2019,2,13,2.07692307692308 +"9853",40213251,2019,3,21,2.0952380952381 +"9854",40213251,2019,4,17,3.64705882352941 +"9855",40213251,2019,5,17,2.94117647058824 +"9856",40213251,2019,6,13,2.15384615384615 +"9857",40213251,2019,7,18,2.05555555555556 +"9858",40213251,2019,8,20,2.25 +"9859",40213251,2019,9,14,2.14285714285714 +"9860",40213251,2019,10,18,2.5 +"9861",40213251,2019,11,26,2.11538461538462 +"9862",40213251,2019,12,20,2.05 +"9863",40213251,2020,1,13,1.69230769230769 +"9864",40213251,2020,2,21,2.52380952380952 +"9865",40213251,2020,3,25,2.28 +"9866",40213251,2020,4,20,2.3 +"9867",40213251,2020,5,17,2.23529411764706 +"9868",40213251,2020,6,17,2.05882352941176 +"9869",40213251,2020,7,23,2.21739130434783 +"9870",40213251,2020,8,16,1.8125 +"9871",40213251,2020,9,12,2 +"9872",40213251,2020,10,22,1.86363636363636 +"9873",40213251,2020,11,25,2 +"9874",40213251,2020,12,17,3.52941176470588 +"9875",40213251,2021,1,22,1.77272727272727 +"9876",40213251,2021,2,8,1.875 +"9877",40213251,2021,3,17,2.17647058823529 +"9878",40213251,2021,4,20,3.1 +"9879",40213251,2021,5,19,2.47368421052632 +"9880",40213251,2021,6,13,1.92307692307692 +"9881",40213251,2021,7,16,3.375 +"9882",40213251,2021,8,17,2.76470588235294 +"9883",40213251,2021,9,23,3.52173913043478 +"9884",40213251,2021,10,21,1.85714285714286 +"9885",40213251,2021,11,23,2.52173913043478 +"9886",40213251,2021,12,24,2.375 +"9887",40213251,2022,1,17,2.17647058823529 +"9888",40213251,2022,2,12,2 +"9889",40213251,2022,3,17,2.88235294117647 +"9890",40213251,2022,4,21,2.23809523809524 +"9891",40213251,2022,5,15,2.66666666666667 +"9892",40213251,2022,6,11,2.54545454545455 +"9893",40213251,2022,7,16,1.75 +"9894",40213251,2022,8,27,1.92592592592593 +"9895",40213251,2022,9,17,1.58823529411765 +"9896",40213251,2022,10,14,2.14285714285714 +"9897",40213251,2022,11,18,1.72222222222222 +"9898",40213251,2022,12,20,1.9 +"9899",40213251,2023,1,20,1.7 +"9900",40213251,2023,2,13,2.38461538461538 +"9901",40213251,2023,3,15,2 +"9902",40213251,2023,4,24,1.875 +"9903",40213251,2023,5,14,1.57142857142857 +"9904",40213251,2023,6,11,1.63636363636364 +"9905",40213260,2006,1,1,2 +"9906",40213260,2006,2,1,4 +"9907",40213260,2006,4,1,2 +"9908",40213260,2006,7,1,2 +"9909",40213260,2006,8,1,3 +"9910",40213260,2006,10,2,1.5 +"9911",40213260,2007,1,3,3 +"9912",40213260,2007,2,1,2 +"9913",40213260,2007,4,1,2 +"9914",40213260,2007,7,2,1.5 +"9915",40213260,2007,10,1,2 +"9916",40213260,2008,7,1,1 +"9917",40213260,2009,2,1,1 +"9918",40213260,2010,2,1,1 +"9919",40213260,2010,4,1,1 +"9920",40213260,2010,5,1,2 +"9921",40213260,2010,7,1,2 +"9922",40213260,2011,1,1,2 +"9923",40213260,2011,5,1,2 +"9924",40213260,2012,1,1,2 +"9925",40213260,2013,6,5,1.6 +"9926",40213260,2013,7,21,2.04761904761905 +"9927",40213260,2013,8,11,1.90909090909091 +"9928",40213260,2013,9,13,2.38461538461538 +"9929",40213260,2013,10,18,2 +"9930",40213260,2013,11,8,2.125 +"9931",40213260,2013,12,23,2.47826086956522 +"9932",40213260,2014,1,22,1.95454545454545 +"9933",40213260,2014,2,16,1.6875 +"9934",40213260,2014,3,17,2.35294117647059 +"9935",40213260,2014,4,21,1.57142857142857 +"9936",40213260,2014,5,15,2.73333333333333 +"9937",40213260,2014,6,21,2.23809523809524 +"9938",40213260,2014,7,17,1.64705882352941 +"9939",40213260,2014,8,14,2.57142857142857 +"9940",40213260,2014,9,13,1.92307692307692 +"9941",40213260,2014,10,16,2.375 +"9942",40213260,2014,11,8,1.875 +"9943",40213260,2014,12,20,2.5 +"9944",40213260,2015,1,16,1.875 +"9945",40213260,2015,2,16,3.0625 +"9946",40213260,2015,3,19,1.47368421052632 +"9947",40213260,2015,4,22,2.63636363636364 +"9948",40213260,2015,5,15,2.33333333333333 +"9949",40213260,2015,6,20,2.05 +"9950",40213260,2015,7,21,2.14285714285714 +"9951",40213260,2015,8,21,2.33333333333333 +"9952",40213260,2015,9,20,1.8 +"9953",40213260,2015,10,12,2.75 +"9954",40213260,2015,11,5,1.6 +"9955",40213260,2015,12,13,1.46153846153846 +"9956",40213260,2016,1,17,1.94117647058824 +"9957",40213260,2016,2,15,3.46666666666667 +"9958",40213260,2016,3,15,2.26666666666667 +"9959",40213260,2016,4,10,3.9 +"9960",40213260,2016,5,14,4.14285714285714 +"9961",40213260,2016,6,17,2.05882352941176 +"9962",40213260,2016,7,20,2.7 +"9963",40213260,2016,8,16,2.75 +"9964",40213260,2016,9,23,2.21739130434783 +"9965",40213260,2016,10,15,2.33333333333333 +"9966",40213260,2016,11,10,2 +"9967",40213260,2016,12,15,1.73333333333333 +"9968",40213260,2017,1,25,1.64 +"9969",40213260,2017,2,19,2.89473684210526 +"9970",40213260,2017,3,10,3 +"9971",40213260,2017,4,13,1.53846153846154 +"9972",40213260,2017,5,16,1.8125 +"9973",40213260,2017,6,16,4 +"9974",40213260,2017,7,14,1.85714285714286 +"9975",40213260,2017,8,23,3.17391304347826 +"9976",40213260,2017,9,16,2.625 +"9977",40213260,2017,10,13,2.84615384615385 +"9978",40213260,2017,11,11,1.81818181818182 +"9979",40213260,2017,12,14,2.14285714285714 +"9980",40213260,2018,1,20,1.95 +"9981",40213260,2018,2,20,2.15 +"9982",40213260,2018,3,18,2 +"9983",40213260,2018,4,20,1.9 +"9984",40213260,2018,5,15,2 +"9985",40213260,2018,6,22,1.63636363636364 +"9986",40213260,2018,7,17,2.23529411764706 +"9987",40213260,2018,8,27,2.18518518518519 +"9988",40213260,2018,9,19,3.42105263157895 +"9989",40213260,2018,10,10,3.4 +"9990",40213260,2018,11,14,3.57142857142857 +"9991",40213260,2018,12,11,2 +"9992",40213260,2019,1,11,2.27272727272727 +"9993",40213260,2019,2,20,1.95 +"9994",40213260,2019,3,16,1.8125 +"9995",40213260,2019,4,18,1.94444444444444 +"9996",40213260,2019,5,14,2 +"9997",40213260,2019,6,18,1.72222222222222 +"9998",40213260,2019,7,26,2.03846153846154 +"9999",40213260,2019,8,20,2.5 +"10000",40213260,2019,9,19,3.57894736842105 +"10001",40213260,2019,10,20,2.3 +"10002",40213260,2019,11,10,4.5 +"10003",40213260,2019,12,12,4.25 +"10004",40213260,2020,1,10,1.8 +"10005",40213260,2020,2,16,2.125 +"10006",40213260,2020,3,11,1.72727272727273 +"10007",40213260,2020,4,15,1.93333333333333 +"10008",40213260,2020,5,12,1.75 +"10009",40213260,2020,6,14,1.85714285714286 +"10010",40213260,2020,7,15,2.06666666666667 +"10011",40213260,2020,8,19,2.26315789473684 +"10012",40213260,2020,9,14,3.71428571428571 +"10013",40213260,2020,10,22,2 +"10014",40213260,2020,11,11,4.45454545454545 +"10015",40213260,2020,12,10,5.2 +"10016",40213260,2021,1,15,2.4 +"10017",40213260,2021,2,16,2.125 +"10018",40213260,2021,3,12,1.75 +"10019",40213260,2021,4,11,1.72727272727273 +"10020",40213260,2021,5,13,2 +"10021",40213260,2021,6,15,1.6 +"10022",40213260,2021,7,14,1.64285714285714 +"10023",40213260,2021,8,20,1.8 +"10024",40213260,2021,9,15,4.66666666666667 +"10025",40213260,2021,10,19,1.78947368421053 +"10026",40213260,2021,11,15,3.2 +"10027",40213260,2021,12,11,2.18181818181818 +"10028",40213260,2022,1,15,2.46666666666667 +"10029",40213260,2022,2,15,2 +"10030",40213260,2022,3,16,3.3125 +"10031",40213260,2022,4,14,2.14285714285714 +"10032",40213260,2022,5,13,1.69230769230769 +"10033",40213260,2022,6,14,2.35714285714286 +"10034",40213260,2022,7,20,1.6 +"10035",40213260,2022,8,18,2.16666666666667 +"10036",40213260,2022,9,20,3.2 +"10037",40213260,2022,10,16,2.75 +"10038",40213260,2022,11,12,1.75 +"10039",40213260,2022,12,9,1.66666666666667 +"10040",40213260,2023,1,8,1.875 +"10041",40213260,2023,2,17,1.70588235294118 +"10042",40213260,2023,3,20,2.9 +"10043",40213260,2023,4,9,2.11111111111111 +"10044",40213260,2023,5,12,2.25 +"10045",40213260,2023,6,10,3.9 +"10046",40213281,1997,2,2,1.5 +"10047",40213281,1997,4,1,2 +"10048",40213281,2001,10,1,1 +"10049",40213281,2001,12,1,1 +"10050",40213281,2002,2,1,1 +"10051",40213281,2002,3,1,1 +"10052",40213281,2002,7,1,1 +"10053",40213281,2002,9,1,1 +"10054",40213281,2002,12,2,1 +"10055",40213281,2003,9,1,1 +"10056",40213281,2007,3,1,1 +"10057",40213281,2010,12,1,1 +"10058",40213281,2011,2,1,1 +"10059",40213281,2011,5,1,1 +"10060",40213281,2012,2,1,1 +"10061",40213281,2013,6,17,1.88235294117647 +"10062",40213281,2013,7,40,2.525 +"10063",40213281,2013,8,52,2.78846153846154 +"10064",40213281,2013,9,45,2.02222222222222 +"10065",40213281,2013,10,37,1.97297297297297 +"10066",40213281,2013,11,51,2.03921568627451 +"10067",40213281,2013,12,54,2.12962962962963 +"10068",40213281,2014,1,49,1.77551020408163 +"10069",40213281,2014,2,45,2.6 +"10070",40213281,2014,3,40,3.1 +"10071",40213281,2014,4,35,2.45714285714286 +"10072",40213281,2014,5,46,2.65217391304348 +"10073",40213281,2014,6,35,2.17142857142857 +"10074",40213281,2014,7,41,2.80487804878049 +"10075",40213281,2014,8,33,3.18181818181818 +"10076",40213281,2014,9,43,2.53488372093023 +"10077",40213281,2014,10,40,3.475 +"10078",40213281,2014,11,38,2.55263157894737 +"10079",40213281,2014,12,48,2.10416666666667 +"10080",40213281,2015,1,40,3.4 +"10081",40213281,2015,2,52,2.44230769230769 +"10082",40213281,2015,3,51,2.13725490196078 +"10083",40213281,2015,4,43,2.55813953488372 +"10084",40213281,2015,5,46,2.15217391304348 +"10085",40213281,2015,6,45,2.97777777777778 +"10086",40213281,2015,7,50,3.12 +"10087",40213281,2015,8,48,2.58333333333333 +"10088",40213281,2015,9,49,2.26530612244898 +"10089",40213281,2015,10,46,3.21739130434783 +"10090",40213281,2015,11,58,2.70689655172414 +"10091",40213281,2015,12,48,1.95833333333333 +"10092",40213281,2016,1,43,2.53488372093023 +"10093",40213281,2016,2,49,2.02040816326531 +"10094",40213281,2016,3,52,2.17307692307692 +"10095",40213281,2016,4,60,2.51666666666667 +"10096",40213281,2016,5,50,1.88 +"10097",40213281,2016,6,39,2.53846153846154 +"10098",40213281,2016,7,47,2.63829787234043 +"10099",40213281,2016,8,50,2.88 +"10100",40213281,2016,9,50,2.86 +"10101",40213281,2016,10,37,2.59459459459459 +"10102",40213281,2016,11,41,2.17073170731707 +"10103",40213281,2016,12,42,2.35714285714286 +"10104",40213281,2017,1,54,3.09259259259259 +"10105",40213281,2017,2,45,2.62222222222222 +"10106",40213281,2017,3,45,2.73333333333333 +"10107",40213281,2017,4,38,1.89473684210526 +"10108",40213281,2017,5,60,2.21666666666667 +"10109",40213281,2017,6,56,2.69642857142857 +"10110",40213281,2017,7,57,1.87719298245614 +"10111",40213281,2017,8,38,2.15789473684211 +"10112",40213281,2017,9,51,2.86274509803922 +"10113",40213281,2017,10,38,2.73684210526316 +"10114",40213281,2017,11,40,2.55 +"10115",40213281,2017,12,39,2.07692307692308 +"10116",40213281,2018,1,33,1.78787878787879 +"10117",40213281,2018,2,43,2.69767441860465 +"10118",40213281,2018,3,47,2.23404255319149 +"10119",40213281,2018,4,43,1.93023255813953 +"10120",40213281,2018,5,57,1.57894736842105 +"10121",40213281,2018,6,49,2.04081632653061 +"10122",40213281,2018,7,42,1.73809523809524 +"10123",40213281,2018,8,51,2.2156862745098 +"10124",40213281,2018,9,42,1.92857142857143 +"10125",40213281,2018,10,43,1.97674418604651 +"10126",40213281,2018,11,36,2.69444444444444 +"10127",40213281,2018,12,34,1.82352941176471 +"10128",40213281,2019,1,44,2.52272727272727 +"10129",40213281,2019,2,38,2 +"10130",40213281,2019,3,46,1.8695652173913 +"10131",40213281,2019,4,38,2.78947368421053 +"10132",40213281,2019,5,58,1.91379310344828 +"10133",40213281,2019,6,47,2.12765957446809 +"10134",40213281,2019,7,44,1.86363636363636 +"10135",40213281,2019,8,42,2.28571428571429 +"10136",40213281,2019,9,45,2.15555555555556 +"10137",40213281,2019,10,52,1.94230769230769 +"10138",40213281,2019,11,44,2.06818181818182 +"10139",40213281,2019,12,36,1.91666666666667 +"10140",40213281,2020,1,39,2.15384615384615 +"10141",40213281,2020,2,51,2.07843137254902 +"10142",40213281,2020,3,36,2.30555555555556 +"10143",40213281,2020,4,44,1.90909090909091 +"10144",40213281,2020,5,50,2.08 +"10145",40213281,2020,6,49,2.48979591836735 +"10146",40213281,2020,7,58,2.06896551724138 +"10147",40213281,2020,8,42,2.64285714285714 +"10148",40213281,2020,9,38,2.02631578947368 +"10149",40213281,2020,10,49,2.81632653061224 +"10150",40213281,2020,11,51,2.11764705882353 +"10151",40213281,2020,12,45,3.08888888888889 +"10152",40213281,2021,1,57,2.50877192982456 +"10153",40213281,2021,2,39,2.38461538461538 +"10154",40213281,2021,3,42,3.02380952380952 +"10155",40213281,2021,4,43,2.55813953488372 +"10156",40213281,2021,5,40,2.525 +"10157",40213281,2021,6,37,2.21621621621622 +"10158",40213281,2021,7,44,2.15909090909091 +"10159",40213281,2021,8,45,2.33333333333333 +"10160",40213281,2021,9,51,2.49019607843137 +"10161",40213281,2021,10,55,2.32727272727273 +"10162",40213281,2021,11,46,1.95652173913043 +"10163",40213281,2021,12,45,2.42222222222222 +"10164",40213281,2022,1,50,1.96 +"10165",40213281,2022,2,49,2.40816326530612 +"10166",40213281,2022,3,44,2.45454545454545 +"10167",40213281,2022,4,40,2.125 +"10168",40213281,2022,5,37,2.51351351351351 +"10169",40213281,2022,6,37,1.86486486486486 +"10170",40213281,2022,7,49,2.06122448979592 +"10171",40213281,2022,8,39,1.66666666666667 +"10172",40213281,2022,9,40,1.8 +"10173",40213281,2022,10,44,2.18181818181818 +"10174",40213281,2022,11,47,1.70212765957447 +"10175",40213281,2022,12,42,1.92857142857143 +"10176",40213281,2023,1,41,2.17073170731707 +"10177",40213281,2023,2,29,2.79310344827586 +"10178",40213281,2023,3,38,2.07894736842105 +"10179",40213281,2023,4,43,2.2093023255814 +"10180",40213281,2023,5,36,2.69444444444444 +"10181",40213281,2023,6,18,1.72222222222222 +"10182",40213296,1996,4,1,1 +"10183",40213296,1996,6,1,1 +"10184",40213296,1996,7,1,2 +"10185",40213296,1996,9,1,2 +"10186",40213296,1997,2,1,2 +"10187",40213296,1997,3,1,2 +"10188",40213296,1997,4,1,1 +"10189",40213296,1997,7,1,2 +"10190",40213296,1998,3,2,2.5 +"10191",40213296,1998,9,1,2 +"10192",40213296,2000,2,1,2 +"10193",40213296,2000,3,1,3 +"10194",40213296,2000,12,1,1 +"10195",40213296,2001,2,1,2 +"10196",40213296,2001,11,1,2 +"10197",40213296,2002,7,1,2 +"10198",40213296,2002,11,1,2 +"10199",40213296,2003,6,1,1 +"10200",40213296,2003,10,1,2 +"10201",40213296,2004,6,1,1 +"10202",40213296,2005,10,1,2 +"10203",40213296,2007,2,1,2 +"10204",40213296,2008,3,1,2 +"10205",40213296,2009,7,1,3 +"10206",40213296,2010,8,1,1 +"10207",40213296,2011,2,1,1 +"10208",40213296,2012,3,1,1 +"10209",40213296,2013,2,1,1 +"10210",40213296,2013,3,1,1 +"10211",40213296,2013,6,8,2.125 +"10212",40213296,2013,7,15,1.8 +"10213",40213296,2013,8,23,1.69565217391304 +"10214",40213296,2013,9,16,2.625 +"10215",40213296,2013,10,20,2.2 +"10216",40213296,2013,11,16,2 +"10217",40213296,2013,12,16,1.5 +"10218",40213296,2014,1,11,2.54545454545455 +"10219",40213296,2014,2,15,1.66666666666667 +"10220",40213296,2014,3,24,3.45833333333333 +"10221",40213296,2014,4,9,2 +"10222",40213296,2014,5,20,2.45 +"10223",40213296,2014,6,19,2.8421052631579 +"10224",40213296,2014,7,15,1.66666666666667 +"10225",40213296,2014,8,21,1.9047619047619 +"10226",40213296,2014,9,25,3.04 +"10227",40213296,2014,10,11,2 +"10228",40213296,2014,11,12,2.91666666666667 +"10229",40213296,2014,12,6,1.66666666666667 +"10230",40213296,2015,1,14,3.07142857142857 +"10231",40213296,2015,2,12,1.66666666666667 +"10232",40213296,2015,3,17,1.70588235294118 +"10233",40213296,2015,4,16,2.1875 +"10234",40213296,2015,5,18,1.38888888888889 +"10235",40213296,2015,6,20,3.35 +"10236",40213296,2015,7,12,2.08333333333333 +"10237",40213296,2015,8,20,1.75 +"10238",40213296,2015,9,16,1.75 +"10239",40213296,2015,10,18,1.88888888888889 +"10240",40213296,2015,11,15,2.13333333333333 +"10241",40213296,2015,12,15,1.73333333333333 +"10242",40213296,2016,1,11,2.36363636363636 +"10243",40213296,2016,2,19,1.78947368421053 +"10244",40213296,2016,3,24,2.58333333333333 +"10245",40213296,2016,4,9,1.77777777777778 +"10246",40213296,2016,5,24,2.04166666666667 +"10247",40213296,2016,6,16,2.8125 +"10248",40213296,2016,7,19,1.68421052631579 +"10249",40213296,2016,8,22,1.77272727272727 +"10250",40213296,2016,9,22,2.90909090909091 +"10251",40213296,2016,10,15,3.2 +"10252",40213296,2016,11,16,1.875 +"10253",40213296,2016,12,10,2.2 +"10254",40213296,2017,1,20,2.95 +"10255",40213296,2017,2,18,1.66666666666667 +"10256",40213296,2017,3,21,1.76190476190476 +"10257",40213296,2017,4,21,2.76190476190476 +"10258",40213296,2017,5,17,1.47058823529412 +"10259",40213296,2017,6,19,2.52631578947368 +"10260",40213296,2017,7,11,1.54545454545455 +"10261",40213296,2017,8,15,1.8 +"10262",40213296,2017,9,15,2.06666666666667 +"10263",40213296,2017,10,16,2.3125 +"10264",40213296,2017,11,17,2.94117647058824 +"10265",40213296,2017,12,15,1.86666666666667 +"10266",40213296,2018,1,16,1.9375 +"10267",40213296,2018,2,13,2.30769230769231 +"10268",40213296,2018,3,15,2.2 +"10269",40213296,2018,4,14,1.71428571428571 +"10270",40213296,2018,5,23,2.17391304347826 +"10271",40213296,2018,6,14,3.42857142857143 +"10272",40213296,2018,7,15,1.8 +"10273",40213296,2018,8,19,2.26315789473684 +"10274",40213296,2018,9,21,2.42857142857143 +"10275",40213296,2018,10,16,2.4375 +"10276",40213296,2018,11,23,2.78260869565217 +"10277",40213296,2018,12,18,2.22222222222222 +"10278",40213296,2019,1,14,2.14285714285714 +"10279",40213296,2019,2,17,2.11764705882353 +"10280",40213296,2019,3,18,1.88888888888889 +"10281",40213296,2019,4,17,2.29411764705882 +"10282",40213296,2019,5,16,2.0625 +"10283",40213296,2019,6,7,2 +"10284",40213296,2019,7,16,1.9375 +"10285",40213296,2019,8,13,2 +"10286",40213296,2019,9,17,2.29411764705882 +"10287",40213296,2019,10,9,1.77777777777778 +"10288",40213296,2019,11,17,3.29411764705882 +"10289",40213296,2019,12,17,1.88235294117647 +"10290",40213296,2020,1,14,2.21428571428571 +"10291",40213296,2020,2,13,2.53846153846154 +"10292",40213296,2020,3,15,1.93333333333333 +"10293",40213296,2020,4,16,1.9375 +"10294",40213296,2020,5,13,2.76923076923077 +"10295",40213296,2020,6,16,2.875 +"10296",40213296,2020,7,14,1.64285714285714 +"10297",40213296,2020,8,19,2.68421052631579 +"10298",40213296,2020,9,20,2.3 +"10299",40213296,2020,10,16,2.3125 +"10300",40213296,2020,11,25,1.8 +"10301",40213296,2020,12,13,2 +"10302",40213296,2021,1,14,1.92857142857143 +"10303",40213296,2021,2,11,2.45454545454545 +"10304",40213296,2021,3,13,2.15384615384615 +"10305",40213296,2021,4,12,2 +"10306",40213296,2021,5,11,4.63636363636364 +"10307",40213296,2021,6,13,2.15384615384615 +"10308",40213296,2021,7,13,1.76923076923077 +"10309",40213296,2021,8,15,4.13333333333333 +"10310",40213296,2021,9,19,2.15789473684211 +"10311",40213296,2021,10,13,1.92307692307692 +"10312",40213296,2021,11,22,3.40909090909091 +"10313",40213296,2021,12,10,2 +"10314",40213296,2022,1,14,2.14285714285714 +"10315",40213296,2022,2,14,2.28571428571429 +"10316",40213296,2022,3,24,2.54166666666667 +"10317",40213296,2022,4,20,2.6 +"10318",40213296,2022,5,10,1.4 +"10319",40213296,2022,6,20,1.65 +"10320",40213296,2022,7,19,1.84210526315789 +"10321",40213296,2022,8,14,2.28571428571429 +"10322",40213296,2022,9,15,5.13333333333333 +"10323",40213296,2022,10,14,2 +"10324",40213296,2022,11,21,2.66666666666667 +"10325",40213296,2022,12,12,1.91666666666667 +"10326",40213296,2023,1,16,1.625 +"10327",40213296,2023,2,13,2.30769230769231 +"10328",40213296,2023,3,15,2.2 +"10329",40213296,2023,4,21,3.04761904761905 +"10330",40213296,2023,5,9,5.77777777777778 +"10331",40213296,2023,6,10,4 +"10332",40213299,1995,2,1,2 +"10333",40213299,1995,3,1,2 +"10334",40213299,1995,4,1,2 +"10335",40213299,1996,3,1,2 +"10336",40213299,1996,7,1,2 +"10337",40213299,1999,8,1,1 +"10338",40213299,2002,9,1,1 +"10339",40213299,2003,6,1,1 +"10340",40213299,2003,12,1,1 +"10341",40213299,2004,8,1,1 +"10342",40213299,2011,11,1,1 +"10343",40213299,2013,2,1,1 +"10344",40213299,2013,6,10,1.6 +"10345",40213299,2013,7,14,2 +"10346",40213299,2013,8,20,2 +"10347",40213299,2013,9,19,1.84210526315789 +"10348",40213299,2013,10,24,1.54166666666667 +"10349",40213299,2013,11,15,2.06666666666667 +"10350",40213299,2013,12,19,3.47368421052632 +"10351",40213299,2014,1,15,4 +"10352",40213299,2014,2,20,2.45 +"10353",40213299,2014,3,24,2.95833333333333 +"10354",40213299,2014,4,9,1.66666666666667 +"10355",40213299,2014,5,24,2.33333333333333 +"10356",40213299,2014,6,19,2.26315789473684 +"10357",40213299,2014,7,20,2.75 +"10358",40213299,2014,8,24,3.54166666666667 +"10359",40213299,2014,9,14,1.64285714285714 +"10360",40213299,2014,10,15,1.86666666666667 +"10361",40213299,2014,11,20,2.35 +"10362",40213299,2014,12,19,1.68421052631579 +"10363",40213299,2015,1,22,1.77272727272727 +"10364",40213299,2015,2,11,2.09090909090909 +"10365",40213299,2015,3,18,3.72222222222222 +"10366",40213299,2015,4,17,3.82352941176471 +"10367",40213299,2015,5,15,2.4 +"10368",40213299,2015,6,18,2.38888888888889 +"10369",40213299,2015,7,12,4.41666666666667 +"10370",40213299,2015,8,23,2.65217391304348 +"10371",40213299,2015,9,18,2.55555555555556 +"10372",40213299,2015,10,13,2.38461538461538 +"10373",40213299,2015,11,22,1.90909090909091 +"10374",40213299,2015,12,20,2.05 +"10375",40213299,2016,1,22,2.31818181818182 +"10376",40213299,2016,2,21,2.47619047619048 +"10377",40213299,2016,3,17,2.11764705882353 +"10378",40213299,2016,4,13,2.07692307692308 +"10379",40213299,2016,5,18,2.55555555555556 +"10380",40213299,2016,6,16,2.25 +"10381",40213299,2016,7,18,4.05555555555556 +"10382",40213299,2016,8,19,2.57894736842105 +"10383",40213299,2016,9,15,2.4 +"10384",40213299,2016,10,22,3.81818181818182 +"10385",40213299,2016,11,19,2.31578947368421 +"10386",40213299,2016,12,16,2.125 +"10387",40213299,2017,1,15,2.46666666666667 +"10388",40213299,2017,2,25,2.16 +"10389",40213299,2017,3,22,3.04545454545455 +"10390",40213299,2017,4,22,2.13636363636364 +"10391",40213299,2017,5,16,2.1875 +"10392",40213299,2017,6,19,2.31578947368421 +"10393",40213299,2017,7,15,3.46666666666667 +"10394",40213299,2017,8,19,2.73684210526316 +"10395",40213299,2017,9,17,2 +"10396",40213299,2017,10,8,2.75 +"10397",40213299,2017,11,26,2.73076923076923 +"10398",40213299,2017,12,23,2.78260869565217 +"10399",40213299,2018,1,24,2.33333333333333 +"10400",40213299,2018,2,18,1.44444444444444 +"10401",40213299,2018,3,22,2 +"10402",40213299,2018,4,19,2 +"10403",40213299,2018,5,24,2.45833333333333 +"10404",40213299,2018,6,22,2.81818181818182 +"10405",40213299,2018,7,15,2.13333333333333 +"10406",40213299,2018,8,14,2.85714285714286 +"10407",40213299,2018,9,12,2.41666666666667 +"10408",40213299,2018,10,17,3 +"10409",40213299,2018,11,15,2 +"10410",40213299,2018,12,16,1.6875 +"10411",40213299,2019,1,11,1.72727272727273 +"10412",40213299,2019,2,20,2.3 +"10413",40213299,2019,3,26,2.61538461538462 +"10414",40213299,2019,4,20,1.75 +"10415",40213299,2019,5,19,2.26315789473684 +"10416",40213299,2019,6,17,1.76470588235294 +"10417",40213299,2019,7,24,1.83333333333333 +"10418",40213299,2019,8,19,2.42105263157895 +"10419",40213299,2019,9,15,2.26666666666667 +"10420",40213299,2019,10,8,2.375 +"10421",40213299,2019,11,23,2.47826086956522 +"10422",40213299,2019,12,15,1.93333333333333 +"10423",40213299,2020,1,13,1.46153846153846 +"10424",40213299,2020,2,18,1.88888888888889 +"10425",40213299,2020,3,24,2.04166666666667 +"10426",40213299,2020,4,20,1.8 +"10427",40213299,2020,5,19,1.57894736842105 +"10428",40213299,2020,6,15,1.93333333333333 +"10429",40213299,2020,7,19,1.63157894736842 +"10430",40213299,2020,8,16,2.6875 +"10431",40213299,2020,9,12,1.58333333333333 +"10432",40213299,2020,10,23,1.73913043478261 +"10433",40213299,2020,11,20,1.85 +"10434",40213299,2020,12,9,3 +"10435",40213299,2021,1,19,2.05263157894737 +"10436",40213299,2021,2,15,1.73333333333333 +"10437",40213299,2021,3,16,1.9375 +"10438",40213299,2021,4,19,1.78947368421053 +"10439",40213299,2021,5,23,2.26086956521739 +"10440",40213299,2021,6,21,2.19047619047619 +"10441",40213299,2021,7,25,2.96 +"10442",40213299,2021,8,11,1.81818181818182 +"10443",40213299,2021,9,18,2.94444444444444 +"10444",40213299,2021,10,18,1.77777777777778 +"10445",40213299,2021,11,20,2.9 +"10446",40213299,2021,12,15,2.6 +"10447",40213299,2022,1,19,2 +"10448",40213299,2022,2,14,1.92857142857143 +"10449",40213299,2022,3,14,2.92857142857143 +"10450",40213299,2022,4,23,1.91304347826087 +"10451",40213299,2022,5,12,1.75 +"10452",40213299,2022,6,15,2.26666666666667 +"10453",40213299,2022,7,21,1.95238095238095 +"10454",40213299,2022,8,29,2.27586206896552 +"10455",40213299,2022,9,16,1.75 +"10456",40213299,2022,10,19,3.57894736842105 +"10457",40213299,2022,11,13,2.23076923076923 +"10458",40213299,2022,12,18,2.83333333333333 +"10459",40213299,2023,1,20,1.8 +"10460",40213299,2023,2,19,2.94736842105263 +"10461",40213299,2023,3,21,2.33333333333333 +"10462",40213299,2023,4,17,2.23529411764706 +"10463",40213299,2023,5,12,1.58333333333333 +"10464",40213299,2023,6,8,1.5 +"10465",40213304,1985,3,1,1 +"10466",40213304,1985,5,1,1 +"10467",40213304,1985,12,1,1 +"10468",40213304,1994,1,1,2 +"10469",40213304,1994,3,1,2 +"10470",40213304,1994,10,1,2 +"10471",40213304,2001,6,1,1 +"10472",40213304,2001,8,1,1 +"10473",40213304,2002,3,2,1 +"10474",40213304,2002,4,1,1 +"10475",40213304,2002,12,1,1 +"10476",40213304,2010,9,1,1 +"10477",40213304,2010,10,1,1 +"10478",40213304,2011,5,1,1 +"10479",40213304,2013,6,10,2.4 +"10480",40213304,2013,7,25,1.56 +"10481",40213304,2013,8,26,1.84615384615385 +"10482",40213304,2013,9,29,2.20689655172414 +"10483",40213304,2013,10,20,2.15 +"10484",40213304,2013,11,27,2.11111111111111 +"10485",40213304,2013,12,25,2.24 +"10486",40213304,2014,1,20,2.1 +"10487",40213304,2014,2,28,2.96428571428571 +"10488",40213304,2014,3,28,3.35714285714286 +"10489",40213304,2014,4,19,2.31578947368421 +"10490",40213304,2014,5,25,3.48 +"10491",40213304,2014,6,21,4 +"10492",40213304,2014,7,26,2.5 +"10493",40213304,2014,8,17,2.17647058823529 +"10494",40213304,2014,9,26,2.38461538461538 +"10495",40213304,2014,10,37,3.08108108108108 +"10496",40213304,2014,11,23,2.8695652173913 +"10497",40213304,2014,12,32,2.46875 +"10498",40213304,2015,1,30,3.36666666666667 +"10499",40213304,2015,2,23,3 +"10500",40213304,2015,3,25,2.08 +"10501",40213304,2015,4,29,2.68965517241379 +"10502",40213304,2015,5,29,2.41379310344828 +"10503",40213304,2015,6,27,2.59259259259259 +"10504",40213304,2015,7,40,2.3 +"10505",40213304,2015,8,35,2.48571428571429 +"10506",40213304,2015,9,31,2.35483870967742 +"10507",40213304,2015,10,23,1.82608695652174 +"10508",40213304,2015,11,33,2.45454545454545 +"10509",40213304,2015,12,34,2.64705882352941 +"10510",40213304,2016,1,29,2.20689655172414 +"10511",40213304,2016,2,34,2.47058823529412 +"10512",40213304,2016,3,25,1.96 +"10513",40213304,2016,4,26,2.34615384615385 +"10514",40213304,2016,5,28,2.71428571428571 +"10515",40213304,2016,6,23,3.1304347826087 +"10516",40213304,2016,7,22,2 +"10517",40213304,2016,8,26,1.96153846153846 +"10518",40213304,2016,9,27,3.44444444444444 +"10519",40213304,2016,10,30,2.63333333333333 +"10520",40213304,2016,11,32,2.40625 +"10521",40213304,2016,12,31,1.83870967741935 +"10522",40213304,2017,1,31,2.51612903225806 +"10523",40213304,2017,2,27,1.96296296296296 +"10524",40213304,2017,3,25,2.24 +"10525",40213304,2017,4,26,2.61538461538462 +"10526",40213304,2017,5,27,3.2962962962963 +"10527",40213304,2017,6,24,3.29166666666667 +"10528",40213304,2017,7,24,1.91666666666667 +"10529",40213304,2017,8,25,1.72 +"10530",40213304,2017,9,24,1.75 +"10531",40213304,2017,10,31,1.74193548387097 +"10532",40213304,2017,11,27,2.07407407407407 +"10533",40213304,2017,12,27,1.77777777777778 +"10534",40213304,2018,1,30,1.9 +"10535",40213304,2018,2,27,2.59259259259259 +"10536",40213304,2018,3,21,2.42857142857143 +"10537",40213304,2018,4,25,1.92 +"10538",40213304,2018,5,30,1.76666666666667 +"10539",40213304,2018,6,25,1.6 +"10540",40213304,2018,7,20,1.75 +"10541",40213304,2018,8,24,1.75 +"10542",40213304,2018,9,28,2 +"10543",40213304,2018,10,31,1.67741935483871 +"10544",40213304,2018,11,24,2.125 +"10545",40213304,2018,12,27,1.88888888888889 +"10546",40213304,2019,1,35,1.88571428571429 +"10547",40213304,2019,2,32,2.125 +"10548",40213304,2019,3,23,1.8695652173913 +"10549",40213304,2019,4,17,2 +"10550",40213304,2019,5,30,1.7 +"10551",40213304,2019,6,24,1.91666666666667 +"10552",40213304,2019,7,23,1.78260869565217 +"10553",40213304,2019,8,24,1.75 +"10554",40213304,2019,9,37,2.27027027027027 +"10555",40213304,2019,10,34,2.20588235294118 +"10556",40213304,2019,11,17,1.88235294117647 +"10557",40213304,2019,12,21,1.85714285714286 +"10558",40213304,2020,1,26,1.92307692307692 +"10559",40213304,2020,2,23,2 +"10560",40213304,2020,3,28,2.28571428571429 +"10561",40213304,2020,4,33,2.84848484848485 +"10562",40213304,2020,5,30,1.86666666666667 +"10563",40213304,2020,6,22,3.63636363636364 +"10564",40213304,2020,7,27,2.51851851851852 +"10565",40213304,2020,8,27,2.77777777777778 +"10566",40213304,2020,9,28,2.46428571428571 +"10567",40213304,2020,10,35,2.68571428571429 +"10568",40213304,2020,11,29,2.79310344827586 +"10569",40213304,2020,12,22,2.09090909090909 +"10570",40213304,2021,1,22,3.36363636363636 +"10571",40213304,2021,2,25,2.04 +"10572",40213304,2021,3,32,2.46875 +"10573",40213304,2021,4,25,2.08 +"10574",40213304,2021,5,33,2.63636363636364 +"10575",40213304,2021,6,34,2.14705882352941 +"10576",40213304,2021,7,29,2.10344827586207 +"10577",40213304,2021,8,20,2.05 +"10578",40213304,2021,9,22,2.54545454545455 +"10579",40213304,2021,10,30,2.03333333333333 +"10580",40213304,2021,11,22,1.54545454545455 +"10581",40213304,2021,12,25,2.16 +"10582",40213304,2022,1,27,1.88888888888889 +"10583",40213304,2022,2,35,1.91428571428571 +"10584",40213304,2022,3,28,1.67857142857143 +"10585",40213304,2022,4,24,2.33333333333333 +"10586",40213304,2022,5,22,2.45454545454545 +"10587",40213304,2022,6,21,1.66666666666667 +"10588",40213304,2022,7,22,2 +"10589",40213304,2022,8,25,2.16 +"10590",40213304,2022,9,20,1.6 +"10591",40213304,2022,10,24,1.875 +"10592",40213304,2022,11,25,2.6 +"10593",40213304,2022,12,24,2.66666666666667 +"10594",40213304,2023,1,20,3.35 +"10595",40213304,2023,2,17,2.05882352941176 +"10596",40213304,2023,3,32,2.9375 +"10597",40213304,2023,4,23,1.91304347826087 +"10598",40213304,2023,5,19,2.21052631578947 +"10599",40213304,2023,6,8,1.375 +"10600",40213306,1982,3,1,1 +"10601",40213306,1986,4,1,24 +"10602",40213306,1987,4,1,24 +"10603",40213306,1988,5,1,24 +"10604",40213306,1990,1,1,4 +"10605",40213306,1990,6,1,2 +"10606",40213306,1991,2,1,4 +"10607",40213306,1991,5,1,5 +"10608",40213306,1992,5,1,5 +"10609",40213306,1993,5,1,5 +"10610",40213306,1994,4,1,2 +"10611",40213306,1995,4,1,2 +"10612",40213306,1996,4,1,2 +"10613",40213306,1996,5,1,2 +"10614",40213306,2000,9,1,7 +"10615",40213306,2001,4,1,1 +"10616",40213306,2001,9,1,7 +"10617",40213306,2002,4,1,1 +"10618",40213306,2004,4,1,1 +"10619",40213306,2004,10,1,2 +"10620",40213306,2005,4,1,1 +"10621",40213306,2006,4,1,1 +"10622",40213306,2006,9,1,2 +"10623",40213306,2009,7,1,1 +"10624",40213306,2010,7,1,1 +"10625",40213306,2011,8,1,1 +"10626",40213306,2011,10,1,2 +"10627",40213306,2012,10,1,2 +"10628",40213306,2013,6,5,1.6 +"10629",40213306,2013,7,11,3 +"10630",40213306,2013,8,8,1.75 +"10631",40213306,2013,9,8,3.125 +"10632",40213306,2013,10,8,1.625 +"10633",40213306,2013,11,8,1.5 +"10634",40213306,2013,12,10,2.1 +"10635",40213306,2014,1,5,1.8 +"10636",40213306,2014,2,7,1.57142857142857 +"10637",40213306,2014,3,9,1.44444444444444 +"10638",40213306,2014,4,3,2.33333333333333 +"10639",40213306,2014,5,6,3.33333333333333 +"10640",40213306,2014,6,5,1.2 +"10641",40213306,2014,7,8,1.875 +"10642",40213306,2014,8,6,1.33333333333333 +"10643",40213306,2014,9,10,2.3 +"10644",40213306,2014,10,8,2 +"10645",40213306,2014,11,9,2 +"10646",40213306,2014,12,5,3 +"10647",40213306,2015,1,13,1.69230769230769 +"10648",40213306,2015,2,11,2.09090909090909 +"10649",40213306,2015,3,14,1.85714285714286 +"10650",40213306,2015,4,13,3 +"10651",40213306,2015,5,9,1.44444444444444 +"10652",40213306,2015,6,11,1.72727272727273 +"10653",40213306,2015,7,6,1.83333333333333 +"10654",40213306,2015,8,13,1.53846153846154 +"10655",40213306,2015,9,7,1.85714285714286 +"10656",40213306,2015,10,7,1.85714285714286 +"10657",40213306,2015,11,9,1.66666666666667 +"10658",40213306,2015,12,15,2.26666666666667 +"10659",40213306,2016,1,15,2.13333333333333 +"10660",40213306,2016,2,4,2.25 +"10661",40213306,2016,3,6,3.33333333333333 +"10662",40213306,2016,4,14,1.85714285714286 +"10663",40213306,2016,5,8,2.5 +"10664",40213306,2016,6,4,2 +"10665",40213306,2016,7,9,1.88888888888889 +"10666",40213306,2016,8,9,2 +"10667",40213306,2016,9,9,1.77777777777778 +"10668",40213306,2016,10,9,4.22222222222222 +"10669",40213306,2016,11,10,2.1 +"10670",40213306,2016,12,12,2.91666666666667 +"10671",40213306,2017,1,13,5.15384615384615 +"10672",40213306,2017,2,10,5.3 +"10673",40213306,2017,3,8,4.375 +"10674",40213306,2017,4,10,2.4 +"10675",40213306,2017,5,4,1.5 +"10676",40213306,2017,6,8,2.875 +"10677",40213306,2017,7,14,2.28571428571429 +"10678",40213306,2017,8,12,2.33333333333333 +"10679",40213306,2017,9,14,2 +"10680",40213306,2017,10,8,1.625 +"10681",40213306,2017,11,8,3.875 +"10682",40213306,2017,12,6,5.16666666666667 +"10683",40213306,2018,1,7,2.71428571428571 +"10684",40213306,2018,2,13,3.53846153846154 +"10685",40213306,2018,3,8,1.75 +"10686",40213306,2018,4,7,1.85714285714286 +"10687",40213306,2018,5,5,2.2 +"10688",40213306,2018,6,10,2.1 +"10689",40213306,2018,7,7,1.71428571428571 +"10690",40213306,2018,8,9,1.77777777777778 +"10691",40213306,2018,9,8,3 +"10692",40213306,2018,10,19,2.10526315789474 +"10693",40213306,2018,11,13,4.15384615384615 +"10694",40213306,2018,12,10,3 +"10695",40213306,2019,1,13,2 +"10696",40213306,2019,2,6,2 +"10697",40213306,2019,3,10,4.3 +"10698",40213306,2019,4,3,1.66666666666667 +"10699",40213306,2019,5,12,1.91666666666667 +"10700",40213306,2019,6,7,2 +"10701",40213306,2019,7,10,2.3 +"10702",40213306,2019,8,11,2.45454545454545 +"10703",40213306,2019,9,5,1.2 +"10704",40213306,2019,10,10,1.2 +"10705",40213306,2019,11,5,4.6 +"10706",40213306,2019,12,11,2.18181818181818 +"10707",40213306,2020,1,8,2.75 +"10708",40213306,2020,2,8,2 +"10709",40213306,2020,3,10,1.7 +"10710",40213306,2020,4,15,2.4 +"10711",40213306,2020,5,11,1.72727272727273 +"10712",40213306,2020,6,10,1.8 +"10713",40213306,2020,7,7,1.42857142857143 +"10714",40213306,2020,8,10,1.7 +"10715",40213306,2020,9,9,2.11111111111111 +"10716",40213306,2020,10,5,2.6 +"10717",40213306,2020,11,12,1.58333333333333 +"10718",40213306,2020,12,9,2.55555555555556 +"10719",40213306,2021,1,3,2.66666666666667 +"10720",40213306,2021,2,7,2.42857142857143 +"10721",40213306,2021,3,9,1.88888888888889 +"10722",40213306,2021,4,9,1.77777777777778 +"10723",40213306,2021,5,14,1.78571428571429 +"10724",40213306,2021,6,5,2.2 +"10725",40213306,2021,7,8,1.75 +"10726",40213306,2021,8,5,2.2 +"10727",40213306,2021,9,9,2.33333333333333 +"10728",40213306,2021,10,6,3.83333333333333 +"10729",40213306,2021,11,7,2 +"10730",40213306,2021,12,11,1.90909090909091 +"10731",40213306,2022,1,12,2.33333333333333 +"10732",40213306,2022,2,14,2 +"10733",40213306,2022,3,7,1.57142857142857 +"10734",40213306,2022,4,6,1.66666666666667 +"10735",40213306,2022,5,12,2.08333333333333 +"10736",40213306,2022,6,15,1.93333333333333 +"10737",40213306,2022,7,6,4 +"10738",40213306,2022,8,12,1.66666666666667 +"10739",40213306,2022,9,4,2 +"10740",40213306,2022,10,9,1.33333333333333 +"10741",40213306,2022,11,7,2.28571428571429 +"10742",40213306,2022,12,12,1.66666666666667 +"10743",40213306,2023,1,10,2 +"10744",40213306,2023,2,9,2 +"10745",40213306,2023,3,8,1.625 +"10746",40213306,2023,4,7,2 +"10747",40213306,2023,5,8,2.125 +"10748",40213306,2023,6,4,3.25 +"10749",40213314,1985,7,1,1 +"10750",40213314,1985,9,1,1 +"10751",40213314,1986,6,1,1 +"10752",40213314,1994,5,1,2 +"10753",40213314,1994,7,1,2 +"10754",40213314,1995,4,1,2 +"10755",40213314,2001,10,1,1 +"10756",40213314,2001,12,1,1 +"10757",40213314,2002,7,1,1 +"10758",40213314,2002,9,2,1 +"10759",40213314,2003,6,1,1 +"10760",40213314,2010,12,1,1 +"10761",40213314,2011,2,1,1 +"10762",40213314,2011,11,1,1 +"10763",40213314,2013,6,12,1.75 +"10764",40213314,2013,7,24,2.29166666666667 +"10765",40213314,2013,8,30,2.16666666666667 +"10766",40213314,2013,9,33,1.96969696969697 +"10767",40213314,2013,10,30,1.73333333333333 +"10768",40213314,2013,11,27,1.88888888888889 +"10769",40213314,2013,12,31,3 +"10770",40213314,2014,1,21,1.9047619047619 +"10771",40213314,2014,2,28,2.07142857142857 +"10772",40213314,2014,3,21,2.04761904761905 +"10773",40213314,2014,4,21,2.0952380952381 +"10774",40213314,2014,5,29,3.10344827586207 +"10775",40213314,2014,6,22,2.72727272727273 +"10776",40213314,2014,7,26,3.38461538461538 +"10777",40213314,2014,8,22,3.54545454545455 +"10778",40213314,2014,9,29,2.37931034482759 +"10779",40213314,2014,10,21,3.42857142857143 +"10780",40213314,2014,11,25,2.88 +"10781",40213314,2014,12,27,2.03703703703704 +"10782",40213314,2015,1,24,2.54166666666667 +"10783",40213314,2015,2,28,2.28571428571429 +"10784",40213314,2015,3,29,2.3448275862069 +"10785",40213314,2015,4,34,3.23529411764706 +"10786",40213314,2015,5,21,2.61904761904762 +"10787",40213314,2015,6,30,2.63333333333333 +"10788",40213314,2015,7,22,3.5 +"10789",40213314,2015,8,30,3 +"10790",40213314,2015,9,31,2.19354838709677 +"10791",40213314,2015,10,19,2.78947368421053 +"10792",40213314,2015,11,40,2.4 +"10793",40213314,2015,12,29,2.06896551724138 +"10794",40213314,2016,1,37,2.48648648648649 +"10795",40213314,2016,2,28,2.03571428571429 +"10796",40213314,2016,3,32,2.21875 +"10797",40213314,2016,4,26,2.69230769230769 +"10798",40213314,2016,5,36,2.27777777777778 +"10799",40213314,2016,6,25,2.64 +"10800",40213314,2016,7,28,2.25 +"10801",40213314,2016,8,28,2.85714285714286 +"10802",40213314,2016,9,24,2.25 +"10803",40213314,2016,10,30,2.96666666666667 +"10804",40213314,2016,11,18,1.77777777777778 +"10805",40213314,2016,12,27,2.55555555555556 +"10806",40213314,2017,1,27,2.62962962962963 +"10807",40213314,2017,2,32,2.40625 +"10808",40213314,2017,3,36,2.80555555555556 +"10809",40213314,2017,4,31,1.7741935483871 +"10810",40213314,2017,5,26,1.73076923076923 +"10811",40213314,2017,6,32,2.3125 +"10812",40213314,2017,7,33,2.78787878787879 +"10813",40213314,2017,8,20,2.65 +"10814",40213314,2017,9,24,2.54166666666667 +"10815",40213314,2017,10,15,2.33333333333333 +"10816",40213314,2017,11,24,3.08333333333333 +"10817",40213314,2017,12,26,2.65384615384615 +"10818",40213314,2018,1,30,1.66666666666667 +"10819",40213314,2018,2,23,1.60869565217391 +"10820",40213314,2018,3,33,1.60606060606061 +"10821",40213314,2018,4,28,1.85714285714286 +"10822",40213314,2018,5,32,1.96875 +"10823",40213314,2018,6,30,2.33333333333333 +"10824",40213314,2018,7,23,2 +"10825",40213314,2018,8,28,2.71428571428571 +"10826",40213314,2018,9,17,2 +"10827",40213314,2018,10,25,1.6 +"10828",40213314,2018,11,23,2.08695652173913 +"10829",40213314,2018,12,27,1.59259259259259 +"10830",40213314,2019,1,19,1.84210526315789 +"10831",40213314,2019,2,33,1.54545454545455 +"10832",40213314,2019,3,32,1.9375 +"10833",40213314,2019,4,31,1.90322580645161 +"10834",40213314,2019,5,31,2.25806451612903 +"10835",40213314,2019,6,25,2.08 +"10836",40213314,2019,7,34,1.82352941176471 +"10837",40213314,2019,8,21,1.80952380952381 +"10838",40213314,2019,9,18,1.94444444444444 +"10839",40213314,2019,10,16,1.75 +"10840",40213314,2019,11,35,1.85714285714286 +"10841",40213314,2019,12,24,1.79166666666667 +"10842",40213314,2020,1,26,2.07692307692308 +"10843",40213314,2020,2,29,1.86206896551724 +"10844",40213314,2020,3,26,2.61538461538462 +"10845",40213314,2020,4,32,1.875 +"10846",40213314,2020,5,21,2.04761904761905 +"10847",40213314,2020,6,26,2.23076923076923 +"10848",40213314,2020,7,28,1.85714285714286 +"10849",40213314,2020,8,32,3.03125 +"10850",40213314,2020,9,18,1.88888888888889 +"10851",40213314,2020,10,34,3.11764705882353 +"10852",40213314,2020,11,27,1.85185185185185 +"10853",40213314,2020,12,29,3.55172413793103 +"10854",40213314,2021,1,33,2.21212121212121 +"10855",40213314,2021,2,22,2.95454545454545 +"10856",40213314,2021,3,23,2.52173913043478 +"10857",40213314,2021,4,24,2.29166666666667 +"10858",40213314,2021,5,30,2.23333333333333 +"10859",40213314,2021,6,21,1.85714285714286 +"10860",40213314,2021,7,33,2.93939393939394 +"10861",40213314,2021,8,24,1.66666666666667 +"10862",40213314,2021,9,34,2.73529411764706 +"10863",40213314,2021,10,29,1.75862068965517 +"10864",40213314,2021,11,35,2.68571428571429 +"10865",40213314,2021,12,26,2.38461538461538 +"10866",40213314,2022,1,25,2.2 +"10867",40213314,2022,2,15,2.13333333333333 +"10868",40213314,2022,3,24,2.125 +"10869",40213314,2022,4,31,1.80645161290323 +"10870",40213314,2022,5,26,1.92307692307692 +"10871",40213314,2022,6,26,1.76923076923077 +"10872",40213314,2022,7,30,2.23333333333333 +"10873",40213314,2022,8,30,1.83333333333333 +"10874",40213314,2022,9,22,1.63636363636364 +"10875",40213314,2022,10,25,2.68 +"10876",40213314,2022,11,17,2 +"10877",40213314,2022,12,21,2.04761904761905 +"10878",40213314,2023,1,26,1.76923076923077 +"10879",40213314,2023,2,19,3.10526315789474 +"10880",40213314,2023,3,24,1.70833333333333 +"10881",40213314,2023,4,26,2.69230769230769 +"10882",40213314,2023,5,25,2.72 +"10883",40213314,2023,6,7,1.71428571428571 +"10884",40213320,2006,7,1,1 +"10885",40213320,2006,9,1,2 +"10886",40213320,2007,7,1,1 +"10887",40213320,2007,9,1,2 +"10888",40213320,2008,3,1,1 +"10889",40213320,2008,9,1,2 +"10890",40213320,2009,4,1,1 +"10891",40213320,2013,6,6,1.66666666666667 +"10892",40213320,2013,7,27,2.11111111111111 +"10893",40213320,2013,8,17,1.88235294117647 +"10894",40213320,2013,9,19,1.94736842105263 +"10895",40213320,2013,10,23,2.34782608695652 +"10896",40213320,2013,11,23,2.95652173913043 +"10897",40213320,2013,12,22,2.18181818181818 +"10898",40213320,2014,1,25,2.28 +"10899",40213320,2014,2,19,2.15789473684211 +"10900",40213320,2014,3,29,2.41379310344828 +"10901",40213320,2014,4,23,2.73913043478261 +"10902",40213320,2014,5,30,1.86666666666667 +"10903",40213320,2014,6,21,2.19047619047619 +"10904",40213320,2014,7,22,2.40909090909091 +"10905",40213320,2014,8,14,2.35714285714286 +"10906",40213320,2014,9,21,2 +"10907",40213320,2014,10,24,2.5 +"10908",40213320,2014,11,21,3 +"10909",40213320,2014,12,23,2.73913043478261 +"10910",40213320,2015,1,24,2.95833333333333 +"10911",40213320,2015,2,18,2.11111111111111 +"10912",40213320,2015,3,26,2.65384615384615 +"10913",40213320,2015,4,24,2.375 +"10914",40213320,2015,5,21,1.80952380952381 +"10915",40213320,2015,6,22,1.95454545454545 +"10916",40213320,2015,7,22,2.31818181818182 +"10917",40213320,2015,8,16,2.75 +"10918",40213320,2015,9,23,1.95652173913043 +"10919",40213320,2015,10,28,2.35714285714286 +"10920",40213320,2015,11,24,3.125 +"10921",40213320,2015,12,19,2.68421052631579 +"10922",40213320,2016,1,24,2.58333333333333 +"10923",40213320,2016,2,27,2.40740740740741 +"10924",40213320,2016,3,27,2 +"10925",40213320,2016,4,19,1.84210526315789 +"10926",40213320,2016,5,27,1.81481481481481 +"10927",40213320,2016,6,27,1.85185185185185 +"10928",40213320,2016,7,23,2.21739130434783 +"10929",40213320,2016,8,17,2.94117647058824 +"10930",40213320,2016,9,27,1.81481481481481 +"10931",40213320,2016,10,22,2.36363636363636 +"10932",40213320,2016,11,25,1.84 +"10933",40213320,2016,12,25,2.28 +"10934",40213320,2017,1,21,2.23809523809524 +"10935",40213320,2017,2,25,1.88 +"10936",40213320,2017,3,25,2.28 +"10937",40213320,2017,4,17,2.11764705882353 +"10938",40213320,2017,5,26,1.76923076923077 +"10939",40213320,2017,6,26,1.76923076923077 +"10940",40213320,2017,7,24,2.75 +"10941",40213320,2017,8,21,2.33333333333333 +"10942",40213320,2017,9,26,2.19230769230769 +"10943",40213320,2017,10,29,1.86206896551724 +"10944",40213320,2017,11,20,2.05 +"10945",40213320,2017,12,18,1.66666666666667 +"10946",40213320,2018,1,24,1.79166666666667 +"10947",40213320,2018,2,13,1.61538461538462 +"10948",40213320,2018,3,35,2.05714285714286 +"10949",40213320,2018,4,14,1.92857142857143 +"10950",40213320,2018,5,29,1.82758620689655 +"10951",40213320,2018,6,29,1.82758620689655 +"10952",40213320,2018,7,28,2.57142857142857 +"10953",40213320,2018,8,17,1.94117647058824 +"10954",40213320,2018,9,23,1.95652173913043 +"10955",40213320,2018,10,22,1.81818181818182 +"10956",40213320,2018,11,18,2 +"10957",40213320,2018,12,21,1.57142857142857 +"10958",40213320,2019,1,25,2.12 +"10959",40213320,2019,2,17,1.70588235294118 +"10960",40213320,2019,3,28,1.75 +"10961",40213320,2019,4,19,3 +"10962",40213320,2019,5,19,1.84210526315789 +"10963",40213320,2019,6,25,1.72 +"10964",40213320,2019,7,26,2.73076923076923 +"10965",40213320,2019,8,16,1.6875 +"10966",40213320,2019,9,27,2 +"10967",40213320,2019,10,22,1.72727272727273 +"10968",40213320,2019,11,26,2.15384615384615 +"10969",40213320,2019,12,17,2.05882352941176 +"10970",40213320,2020,1,30,2.23333333333333 +"10971",40213320,2020,2,28,1.64285714285714 +"10972",40213320,2020,3,30,2.83333333333333 +"10973",40213320,2020,4,19,2.63157894736842 +"10974",40213320,2020,5,23,3.21739130434783 +"10975",40213320,2020,6,24,1.95833333333333 +"10976",40213320,2020,7,32,1.84375 +"10977",40213320,2020,8,13,1.84615384615385 +"10978",40213320,2020,9,23,1.65217391304348 +"10979",40213320,2020,10,17,1.70588235294118 +"10980",40213320,2020,11,23,1.82608695652174 +"10981",40213320,2020,12,24,2.16666666666667 +"10982",40213320,2021,1,28,2.35714285714286 +"10983",40213320,2021,2,32,2.25 +"10984",40213320,2021,3,31,2.7741935483871 +"10985",40213320,2021,4,31,2.29032258064516 +"10986",40213320,2021,5,23,3.43478260869565 +"10987",40213320,2021,6,21,2.14285714285714 +"10988",40213320,2021,7,30,2.46666666666667 +"10989",40213320,2021,8,22,2.54545454545455 +"10990",40213320,2021,9,23,1.8695652173913 +"10991",40213320,2021,10,23,1.78260869565217 +"10992",40213320,2021,11,28,2.21428571428571 +"10993",40213320,2021,12,30,2.53333333333333 +"10994",40213320,2022,1,25,2.04 +"10995",40213320,2022,2,36,2.38888888888889 +"10996",40213320,2022,3,30,2.6 +"10997",40213320,2022,4,35,2.2 +"10998",40213320,2022,5,28,3.10714285714286 +"10999",40213320,2022,6,18,2.05555555555556 +"11000",40213320,2022,7,25,1.84 +"11001",40213320,2022,8,29,4.03448275862069 +"11002",40213320,2022,9,22,2.04545454545455 +"11003",40213320,2022,10,29,3.03448275862069 +"11004",40213320,2022,11,28,2.17857142857143 +"11005",40213320,2022,12,36,2.41666666666667 +"11006",40213320,2023,1,21,1.95238095238095 +"11007",40213320,2023,2,33,2.42424242424242 +"11008",40213320,2023,3,29,3.06896551724138 +"11009",40213320,2023,4,32,2.65625 +"11010",40213320,2023,5,25,1.88 +"11011",40213320,2023,6,11,1.81818181818182 +"11012",40220960,1988,5,1,1 +"11013",40220960,1990,11,1,1 +"11014",40220960,1992,3,1,1 +"11015",40220960,1992,6,1,1 +"11016",40220960,1993,1,2,1 +"11017",40220960,1993,9,1,1 +"11018",40220960,1993,12,1,1 +"11019",40220960,1994,4,1,1 +"11020",40220960,1994,12,1,1 +"11021",40220960,1996,6,1,1 +"11022",40220960,1996,7,2,1 +"11023",40220960,1996,8,1,1 +"11024",40220960,1996,10,1,1 +"11025",40220960,1997,7,1,1 +"11026",40220960,1997,9,2,1 +"11027",40220960,1997,11,1,1 +"11028",40220960,1998,1,1,1 +"11029",40220960,1998,9,1,1 +"11030",40220960,1998,10,1,1 +"11031",40220960,1999,1,1,1 +"11032",40220960,1999,5,1,1 +"11033",40220960,1999,6,1,1 +"11034",40220960,1999,8,1,1 +"11035",40220960,1999,10,1,1 +"11036",40220960,2000,5,1,1 +"11037",40220960,2000,12,1,1 +"11038",40220960,2001,4,1,1 +"11039",40220960,2001,9,1,1 +"11040",40220960,2001,12,3,1 +"11041",40220960,2002,3,1,1 +"11042",40220960,2002,5,1,1 +"11043",40220960,2002,7,1,1 +"11044",40220960,2002,10,1,1 +"11045",40220960,2002,11,1,1 +"11046",40220960,2002,12,2,1 +"11047",40220960,2003,1,1,1 +"11048",40220960,2003,2,1,1 +"11049",40220960,2003,7,1,1 +"11050",40220960,2003,10,1,1 +"11051",40220960,2004,1,2,1 +"11052",40220960,2004,7,2,1 +"11053",40220960,2005,10,2,1 +"11054",40220960,2006,1,1,1 +"11055",40220960,2006,5,2,1 +"11056",40220960,2006,6,2,1 +"11057",40220960,2006,11,1,1 +"11058",40220960,2006,12,2,1 +"11059",40220960,2007,1,1,1 +"11060",40220960,2007,4,1,1 +"11061",40220960,2007,5,1,1 +"11062",40220960,2007,9,1,1 +"11063",40220960,2008,3,1,1 +"11064",40220960,2008,4,1,1 +"11065",40220960,2008,5,1,1 +"11066",40220960,2008,6,1,1 +"11067",40220960,2008,7,1,1 +"11068",40220960,2008,8,2,1 +"11069",40220960,2008,10,1,1 +"11070",40220960,2008,11,4,1 +"11071",40220960,2009,4,1,1 +"11072",40220960,2009,5,1,1 +"11073",40220960,2009,6,1,1 +"11074",40220960,2009,7,1,1 +"11075",40220960,2009,9,1,1 +"11076",40220960,2009,12,2,1 +"11077",40220960,2010,2,1,1 +"11078",40220960,2010,3,1,1 +"11079",40220960,2010,6,1,1 +"11080",40220960,2010,8,1,1 +"11081",40220960,2010,9,2,1 +"11082",40220960,2011,1,2,1 +"11083",40220960,2011,2,1,1 +"11084",40220960,2011,5,2,1 +"11085",40220960,2012,3,1,1 +"11086",40220960,2012,6,2,1 +"11087",40220960,2012,7,2,1 +"11088",40220960,2012,12,1,1 +"11089",40220960,2013,1,1,1 +"11090",40220960,2013,3,1,1 +"11091",40220960,2013,4,1,1 +"11092",40220960,2013,6,2,1 +"11093",40220960,2013,7,3,1 +"11094",40220960,2013,8,4,1 +"11095",40220960,2013,9,1,1 +"11096",40220960,2013,10,1,1 +"11097",40220960,2013,11,1,1 +"11098",40220960,2013,12,4,1 +"11099",40220960,2014,1,3,1 +"11100",40220960,2014,2,1,1 +"11101",40220960,2014,3,2,1 +"11102",40220960,2014,4,3,1 +"11103",40220960,2014,5,3,1 +"11104",40220960,2014,6,1,1 +"11105",40220960,2014,7,3,1 +"11106",40220960,2014,8,2,1 +"11107",40220960,2014,9,4,1 +"11108",40220960,2014,10,3,1 +"11109",40220960,2014,11,4,1 +"11110",40220960,2014,12,2,6 +"11111",40220960,2015,1,5,1 +"11112",40220960,2015,2,3,1 +"11113",40220960,2015,3,5,1 +"11114",40220960,2015,4,3,1 +"11115",40220960,2015,5,6,1 +"11116",40220960,2015,6,5,1 +"11117",40220960,2015,7,7,1 +"11118",40220960,2015,8,3,1 +"11119",40220960,2015,9,2,1 +"11120",40220960,2015,10,7,1 +"11121",40220960,2015,11,4,1 +"11122",40220960,2015,12,4,1 +"11123",40220960,2016,1,4,1 +"11124",40220960,2016,2,6,1 +"11125",40220960,2016,3,3,1 +"11126",40220960,2016,4,5,1 +"11127",40220960,2016,5,4,1 +"11128",40220960,2016,6,1,1 +"11129",40220960,2016,7,2,1 +"11130",40220960,2016,8,3,1 +"11131",40220960,2016,9,4,1 +"11132",40220960,2016,10,4,1 +"11133",40220960,2016,11,4,1 +"11134",40220960,2016,12,4,1 +"11135",40220960,2017,1,7,1 +"11136",40220960,2017,2,1,1 +"11137",40220960,2017,3,5,1 +"11138",40220960,2017,4,9,1 +"11139",40220960,2017,5,3,1 +"11140",40220960,2017,6,6,1 +"11141",40220960,2017,7,5,1 +"11142",40220960,2017,8,4,1 +"11143",40220960,2017,9,6,1 +"11144",40220960,2017,10,2,1 +"11145",40220960,2017,11,5,1 +"11146",40220960,2017,12,4,1 +"11147",40220960,2018,1,5,1 +"11148",40220960,2018,2,1,1 +"11149",40220960,2018,3,3,1 +"11150",40220960,2018,4,7,1 +"11151",40220960,2018,5,7,1 +"11152",40220960,2018,6,4,1 +"11153",40220960,2018,7,3,1 +"11154",40220960,2018,8,2,1 +"11155",40220960,2018,9,6,1 +"11156",40220960,2018,10,2,1 +"11157",40220960,2018,11,4,1 +"11158",40220960,2018,12,6,1 +"11159",40220960,2019,1,6,1 +"11160",40220960,2019,2,7,1 +"11161",40220960,2019,3,4,1.25 +"11162",40220960,2019,4,4,1 +"11163",40220960,2019,5,6,1.16666666666667 +"11164",40220960,2019,6,2,1 +"11165",40220960,2019,7,10,1 +"11166",40220960,2019,8,6,1 +"11167",40220960,2019,9,2,1 +"11168",40220960,2019,10,6,1 +"11169",40220960,2019,11,2,1 +"11170",40220960,2019,12,7,1 +"11171",40220960,2020,1,4,1 +"11172",40220960,2020,2,7,1 +"11173",40220960,2020,3,1,1 +"11174",40220960,2020,4,4,1 +"11175",40220960,2020,5,4,1 +"11176",40220960,2020,6,2,1 +"11177",40220960,2020,7,3,1 +"11178",40220960,2020,8,6,1.16666666666667 +"11179",40220960,2020,9,3,1 +"11180",40220960,2020,10,2,1 +"11181",40220960,2020,11,6,1 +"11182",40220960,2020,12,2,1 +"11183",40220960,2021,1,3,1 +"11184",40220960,2021,2,4,1 +"11185",40220960,2021,3,7,1 +"11186",40220960,2021,4,1,1 +"11187",40220960,2021,5,7,1 +"11188",40220960,2021,6,4,1 +"11189",40220960,2021,7,5,1 +"11190",40220960,2021,8,7,1 +"11191",40220960,2021,9,3,1 +"11192",40220960,2021,10,2,1 +"11193",40220960,2021,11,2,1 +"11194",40220960,2021,12,5,1 +"11195",40220960,2022,1,1,1 +"11196",40220960,2022,2,6,1 +"11197",40220960,2022,3,8,1 +"11198",40220960,2022,4,6,1 +"11199",40220960,2022,5,7,1 +"11200",40220960,2022,6,4,1 +"11201",40220960,2022,7,7,1 +"11202",40220960,2022,8,8,1 +"11203",40220960,2022,9,2,1 +"11204",40220960,2022,10,8,1 +"11205",40220960,2022,11,6,1 +"11206",40220960,2022,12,6,1 +"11207",40220960,2023,1,6,1 +"11208",40220960,2023,3,4,1 +"11209",40220960,2023,4,10,1 +"11210",40220960,2023,5,4,1 +"11211",40220960,2023,6,1,1 +"11212",40243436,1955,4,2,1 +"11213",40243436,1955,11,1,1 +"11214",40243436,1960,4,1,1 +"11215",40243436,1962,1,1,1 +"11216",40243436,1963,6,1,1 +"11217",40243436,1967,4,1,1 +"11218",40243436,1973,6,1,1 +"11219",40243436,1979,12,1,1 +"11220",40243436,1984,11,1,1 +"11221",40243436,1986,6,1,1 +"11222",40243436,1988,5,1,1 +"11223",40243436,1988,6,1,1 +"11224",40243436,1990,6,1,1 +"11225",40243436,1990,9,1,1 +"11226",40243436,1991,1,1,1 +"11227",40243436,1991,3,1,1 +"11228",40243436,1991,8,1,1 +"11229",40243436,1991,9,1,1 +"11230",40243436,1992,5,1,1 +"11231",40243436,1992,11,1,1 +"11232",40243436,1994,6,1,1 +"11233",40243436,1994,9,1,1 +"11234",40243436,1995,7,1,1 +"11235",40243436,1996,6,1,1 +"11236",40243436,1996,10,1,1 +"11237",40243436,1997,2,1,1 +"11238",40243436,1997,8,1,1 +"11239",40243436,1998,7,1,1 +"11240",40243436,1998,9,1,1 +"11241",40243436,1999,8,1,1 +"11242",40243436,2000,4,1,1 +"11243",40243436,2000,6,1,1 +"11244",40243436,2000,10,1,1 +"11245",40243436,2000,12,1,1 +"11246",40243436,2001,6,1,1 +"11247",40243436,2001,9,2,1 +"11248",40243436,2002,1,1,1 +"11249",40243436,2002,2,1,1 +"11250",40243436,2002,3,1,1 +"11251",40243436,2003,2,1,1 +"11252",40243436,2003,4,1,1 +"11253",40243436,2003,9,1,1 +"11254",40243436,2004,4,1,1 +"11255",40243436,2004,5,1,1 +"11256",40243436,2004,10,1,1 +"11257",40243436,2004,11,1,1 +"11258",40243436,2005,3,1,1 +"11259",40243436,2005,8,2,1 +"11260",40243436,2005,11,1,1 +"11261",40243436,2006,1,1,1 +"11262",40243436,2006,3,1,1 +"11263",40243436,2006,5,1,1 +"11264",40243436,2006,10,1,1 +"11265",40243436,2007,1,1,1 +"11266",40243436,2007,2,1,1 +"11267",40243436,2008,2,1,1 +"11268",40243436,2008,12,1,1 +"11269",40243436,2009,7,1,1 +"11270",40243436,2009,10,1,1 +"11271",40243436,2009,11,1,1 +"11272",40243436,2010,4,2,1 +"11273",40243436,2010,5,1,1 +"11274",40243436,2010,9,1,3 +"11275",40243436,2011,1,1,1 +"11276",40243436,2011,3,1,1 +"11277",40243436,2011,6,1,1 +"11278",40243436,2012,1,1,1 +"11279",40243436,2012,7,1,1 +"11280",40243436,2012,11,1,1 +"11281",40243436,2012,12,2,1 +"11282",40243436,2013,1,1,1 +"11283",40243436,2013,2,1,1 +"11284",40243436,2013,4,1,1 +"11285",40243436,2013,7,1,1 +"11286",40243436,2013,10,2,1 +"11287",40243436,2013,11,1,1 +"11288",40243436,2013,12,2,1.5 +"11289",40243436,2014,1,1,1 +"11290",40243436,2014,4,1,1 +"11291",40243436,2014,5,2,1 +"11292",40243436,2014,6,2,1 +"11293",40243436,2014,7,1,1 +"11294",40243436,2014,10,1,1 +"11295",40243436,2014,12,2,1 +"11296",40243436,2015,1,2,1 +"11297",40243436,2015,4,1,1 +"11298",40243436,2015,5,1,1 +"11299",40243436,2015,8,1,1 +"11300",40243436,2015,9,1,1 +"11301",40243436,2015,10,1,1 +"11302",40243436,2015,12,2,1 +"11303",40243436,2016,2,1,1 +"11304",40243436,2016,3,3,1 +"11305",40243436,2016,5,2,1 +"11306",40243436,2016,6,1,1 +"11307",40243436,2016,7,1,1 +"11308",40243436,2016,8,2,1.5 +"11309",40243436,2016,10,1,1 +"11310",40243436,2016,11,1,1 +"11311",40243436,2016,12,1,1 +"11312",40243436,2017,1,2,1 +"11313",40243436,2017,5,1,1 +"11314",40243436,2017,6,1,1 +"11315",40243436,2017,7,2,1 +"11316",40243436,2017,8,1,1 +"11317",40243436,2017,12,4,1 +"11318",40243436,2018,3,2,1 +"11319",40243436,2018,4,1,1 +"11320",40243436,2018,6,1,1 +"11321",40243436,2018,8,1,1 +"11322",40243436,2018,9,2,1 +"11323",40243436,2018,10,1,1 +"11324",40243436,2018,11,1,2 +"11325",40243436,2018,12,1,1 +"11326",40243436,2019,2,1,1 +"11327",40243436,2019,3,1,1 +"11328",40243436,2019,4,2,1 +"11329",40243436,2019,7,1,1 +"11330",40243436,2019,9,1,1 +"11331",40243436,2019,10,1,1 +"11332",40243436,2020,1,1,1 +"11333",40243436,2020,2,1,1 +"11334",40243436,2020,3,1,1 +"11335",40243436,2020,6,1,1 +"11336",40243436,2020,7,3,1 +"11337",40243436,2020,8,1,1 +"11338",40243436,2020,9,1,1 +"11339",40243436,2020,10,1,1 +"11340",40243436,2020,11,2,1 +"11341",40243436,2020,12,2,1 +"11342",40243436,2021,1,2,1 +"11343",40243436,2021,2,2,1 +"11344",40243436,2021,5,3,1 +"11345",40243436,2021,6,2,1 +"11346",40243436,2021,7,3,1 +"11347",40243436,2021,9,1,1 +"11348",40243436,2021,10,2,1 +"11349",40243436,2021,11,1,1 +"11350",40243436,2021,12,2,1 +"11351",40243436,2022,2,1,1 +"11352",40243436,2022,3,1,1 +"11353",40243436,2022,5,1,1 +"11354",40243436,2022,10,1,1 +"11355",40243436,2022,12,1,1 +"11356",40243436,2023,2,1,1 +"11357",40243436,2023,4,1,1 +"11358",40492359,1955,4,2,1 +"11359",40492359,1955,11,1,1 +"11360",40492359,1960,4,1,1 +"11361",40492359,1962,1,1,1 +"11362",40492359,1963,6,1,1 +"11363",40492359,1967,4,1,1 +"11364",40492359,1973,6,1,1 +"11365",40492359,1979,12,1,1 +"11366",40492359,1984,11,1,1 +"11367",40492359,1986,6,1,1 +"11368",40492359,1988,5,1,1 +"11369",40492359,1988,6,1,1 +"11370",40492359,1990,6,1,1 +"11371",40492359,1990,9,1,1 +"11372",40492359,1991,1,1,1 +"11373",40492359,1991,3,1,1 +"11374",40492359,1991,8,1,1 +"11375",40492359,1991,9,1,1 +"11376",40492359,1992,5,1,1 +"11377",40492359,1992,11,1,1 +"11378",40492359,1994,6,1,1 +"11379",40492359,1994,9,1,1 +"11380",40492359,1995,7,1,1 +"11381",40492359,1996,6,1,1 +"11382",40492359,1996,10,1,1 +"11383",40492359,1997,2,1,1 +"11384",40492359,1997,8,1,1 +"11385",40492359,1998,7,1,1 +"11386",40492359,1998,9,1,1 +"11387",40492359,1999,8,1,1 +"11388",40492359,2000,4,1,1 +"11389",40492359,2000,6,1,1 +"11390",40492359,2000,10,1,1 +"11391",40492359,2000,12,1,1 +"11392",40492359,2001,6,1,1 +"11393",40492359,2001,9,2,1 +"11394",40492359,2002,1,1,1 +"11395",40492359,2002,2,1,1 +"11396",40492359,2002,3,1,1 +"11397",40492359,2003,2,1,1 +"11398",40492359,2003,4,1,1 +"11399",40492359,2003,9,1,1 +"11400",40492359,2004,4,1,1 +"11401",40492359,2004,5,1,1 +"11402",40492359,2004,10,1,1 +"11403",40492359,2004,11,1,1 +"11404",40492359,2005,3,1,1 +"11405",40492359,2005,8,2,1 +"11406",40492359,2005,11,1,1 +"11407",40492359,2006,1,1,1 +"11408",40492359,2006,3,1,1 +"11409",40492359,2006,5,1,1 +"11410",40492359,2006,10,1,1 +"11411",40492359,2007,1,1,1 +"11412",40492359,2007,2,1,1 +"11413",40492359,2008,2,1,1 +"11414",40492359,2008,12,1,1 +"11415",40492359,2009,7,1,1 +"11416",40492359,2009,10,1,1 +"11417",40492359,2009,11,1,1 +"11418",40492359,2010,4,2,1 +"11419",40492359,2010,5,1,1 +"11420",40492359,2010,9,1,3 +"11421",40492359,2011,1,1,1 +"11422",40492359,2011,3,1,1 +"11423",40492359,2011,6,1,1 +"11424",40492359,2012,1,1,1 +"11425",40492359,2012,7,1,1 +"11426",40492359,2012,11,1,1 +"11427",40492359,2012,12,2,1 +"11428",40492359,2013,1,1,1 +"11429",40492359,2013,2,1,1 +"11430",40492359,2013,4,1,1 +"11431",40492359,2013,7,1,1 +"11432",40492359,2013,10,2,1 +"11433",40492359,2013,11,1,1 +"11434",40492359,2013,12,2,1.5 +"11435",40492359,2014,1,1,1 +"11436",40492359,2014,4,1,1 +"11437",40492359,2014,5,2,1 +"11438",40492359,2014,6,2,1 +"11439",40492359,2014,7,1,1 +"11440",40492359,2014,10,1,1 +"11441",40492359,2014,12,2,1 +"11442",40492359,2015,1,2,1 +"11443",40492359,2015,4,1,1 +"11444",40492359,2015,5,1,1 +"11445",40492359,2015,8,1,1 +"11446",40492359,2015,9,1,1 +"11447",40492359,2015,10,1,1 +"11448",40492359,2015,12,2,1 +"11449",40492359,2016,2,1,1 +"11450",40492359,2016,3,3,1 +"11451",40492359,2016,5,2,1 +"11452",40492359,2016,6,1,1 +"11453",40492359,2016,7,1,1 +"11454",40492359,2016,8,2,1.5 +"11455",40492359,2016,10,1,1 +"11456",40492359,2016,11,1,1 +"11457",40492359,2016,12,1,1 +"11458",40492359,2017,1,2,1 +"11459",40492359,2017,5,1,1 +"11460",40492359,2017,6,1,1 +"11461",40492359,2017,7,2,1 +"11462",40492359,2017,8,1,1 +"11463",40492359,2017,12,4,1 +"11464",40492359,2018,3,2,1 +"11465",40492359,2018,4,1,1 +"11466",40492359,2018,6,1,1 +"11467",40492359,2018,8,1,1 +"11468",40492359,2018,9,2,1 +"11469",40492359,2018,10,1,1 +"11470",40492359,2018,11,1,2 +"11471",40492359,2018,12,1,1 +"11472",40492359,2019,2,1,1 +"11473",40492359,2019,3,1,1 +"11474",40492359,2019,4,2,1 +"11475",40492359,2019,7,1,1 +"11476",40492359,2019,9,1,1 +"11477",40492359,2019,10,1,1 +"11478",40492359,2020,1,1,1 +"11479",40492359,2020,2,1,1 +"11480",40492359,2020,3,1,1 +"11481",40492359,2020,6,1,1 +"11482",40492359,2020,7,3,1 +"11483",40492359,2020,8,1,1 +"11484",40492359,2020,9,1,1 +"11485",40492359,2020,10,1,1 +"11486",40492359,2020,11,2,1 +"11487",40492359,2020,12,2,1 +"11488",40492359,2021,1,2,1 +"11489",40492359,2021,2,2,1 +"11490",40492359,2021,5,3,1 +"11491",40492359,2021,6,2,1 +"11492",40492359,2021,7,3,1 +"11493",40492359,2021,9,1,1 +"11494",40492359,2021,10,2,1 +"11495",40492359,2021,11,1,1 +"11496",40492359,2021,12,2,1 +"11497",40492359,2022,2,1,1 +"11498",40492359,2022,3,1,1 +"11499",40492359,2022,5,1,1 +"11500",40492359,2022,10,1,1 +"11501",40492359,2022,12,1,1 +"11502",40492359,2023,2,1,1 +"11503",40492359,2023,4,1,1 +"11504",45766147,2022,6,1,1 +"11505",45767945,1941,6,1,1 +"11506",45767945,1942,12,1,1 +"11507",45767945,1943,8,1,1 +"11508",45767945,1947,7,1,1 +"11509",45767945,1948,7,1,1 +"11510",45767945,1950,12,1,1 +"11511",45767945,1951,5,1,1 +"11512",45767945,1951,10,1,1 +"11513",45767945,1952,9,1,1 +"11514",45767945,1953,10,1,1 +"11515",45767945,1955,6,1,1 +"11516",45767945,1955,8,1,1 +"11517",45767945,1956,1,1,1 +"11518",45767945,1958,1,1,1 +"11519",45767945,1958,4,1,1 +"11520",45767945,1958,12,1,1 +"11521",45767945,1960,7,1,1 +"11522",45767945,1963,5,2,1 +"11523",45767945,1963,6,1,1 +"11524",45767945,1963,10,1,1 +"11525",45767945,1965,7,2,1 +"11526",45767945,1966,12,1,1 +"11527",45767945,1967,1,1,1 +"11528",45767945,1967,6,1,1 +"11529",45767945,1967,8,1,1 +"11530",45767945,1967,11,1,1 +"11531",45767945,1968,4,1,1 +"11532",45767945,1968,6,2,1 +"11533",45767945,1969,6,1,1 +"11534",45767945,1969,7,1,1 +"11535",45767945,1969,11,1,1 +"11536",45767945,1970,5,1,1 +"11537",45767945,1970,9,1,2 +"11538",45767945,1972,4,1,1 +"11539",45767945,1974,5,1,1 +"11540",45767945,1974,7,1,1 +"11541",45767945,1975,3,1,1 +"11542",45767945,1975,9,1,1 +"11543",45767945,1975,11,2,1 +"11544",45767945,1976,1,1,1 +"11545",45767945,1976,3,1,1 +"11546",45767945,1976,6,1,1 +"11547",45767945,1976,10,2,1 +"11548",45767945,1977,5,1,1 +"11549",45767945,1977,10,1,1 +"11550",45767945,1978,11,1,1 +"11551",45767945,1979,1,1,1 +"11552",45767945,1979,5,1,1 +"11553",45767945,1980,2,2,1 +"11554",45767945,1980,4,1,1 +"11555",45767945,1980,6,1,1 +"11556",45767945,1980,7,1,1 +"11557",45767945,1980,8,1,1 +"11558",45767945,1980,11,1,1 +"11559",45767945,1981,1,1,1 +"11560",45767945,1982,1,2,1 +"11561",45767945,1982,4,1,1 +"11562",45767945,1982,10,1,1 +"11563",45767945,1983,4,1,1 +"11564",45767945,1983,5,1,1 +"11565",45767945,1983,9,1,1 +"11566",45767945,1984,11,1,1 +"11567",45767945,1985,3,2,1 +"11568",45767945,1985,7,2,1 +"11569",45767945,1986,4,1,1 +"11570",45767945,1986,5,1,1 +"11571",45767945,1986,12,1,1 +"11572",45767945,1987,1,1,1 +"11573",45767945,1987,3,1,1 +"11574",45767945,1987,4,1,1 +"11575",45767945,1987,5,1,1 +"11576",45767945,1988,2,2,1 +"11577",45767945,1988,7,1,1 +"11578",45767945,1989,3,2,1 +"11579",45767945,1989,8,1,1 +"11580",45767945,1989,11,2,1 +"11581",45767945,1990,1,1,1 +"11582",45767945,1990,6,1,1 +"11583",45767945,1990,8,1,1 +"11584",45767945,1990,10,1,1 +"11585",45767945,1990,12,2,1 +"11586",45767945,1991,2,1,1 +"11587",45767945,1991,9,2,1 +"11588",45767945,1991,10,1,1 +"11589",45767945,1991,11,2,1 +"11590",45767945,1991,12,2,1 +"11591",45767945,1993,4,1,1 +"11592",45767945,1993,7,3,1 +"11593",45767945,1993,8,1,2 +"11594",45767945,1993,9,1,1 +"11595",45767945,1993,10,2,1 +"11596",45767945,1993,11,1,1 +"11597",45767945,1994,4,1,1 +"11598",45767945,1994,6,1,1 +"11599",45767945,1994,7,1,1 +"11600",45767945,1994,8,1,1 +"11601",45767945,1994,9,2,1 +"11602",45767945,1994,10,1,1 +"11603",45767945,1994,12,3,1 +"11604",45767945,1995,5,1,1 +"11605",45767945,1996,4,1,1 +"11606",45767945,1996,7,1,1 +"11607",45767945,1996,8,3,1 +"11608",45767945,1996,9,1,1 +"11609",45767945,1996,10,1,1 +"11610",45767945,1996,11,1,1 +"11611",45767945,1996,12,2,1 +"11612",45767945,1997,2,3,1.33333333333333 +"11613",45767945,1997,5,2,1 +"11614",45767945,1997,7,1,1 +"11615",45767945,1997,9,2,1 +"11616",45767945,1997,10,1,1 +"11617",45767945,1998,1,2,1 +"11618",45767945,1998,3,2,1 +"11619",45767945,1998,4,1,1 +"11620",45767945,1998,5,1,1 +"11621",45767945,1998,7,1,1 +"11622",45767945,1998,9,2,1 +"11623",45767945,1998,11,1,1 +"11624",45767945,1999,1,2,1 +"11625",45767945,1999,5,1,1 +"11626",45767945,1999,6,1,1 +"11627",45767945,1999,8,1,1 +"11628",45767945,1999,12,3,1 +"11629",45767945,2000,3,1,1 +"11630",45767945,2000,4,1,1 +"11631",45767945,2000,6,1,1 +"11632",45767945,2000,7,1,1 +"11633",45767945,2000,10,1,1 +"11634",45767945,2000,11,2,1 +"11635",45767945,2001,1,1,1 +"11636",45767945,2001,2,1,1 +"11637",45767945,2001,4,2,1 +"11638",45767945,2001,5,3,1 +"11639",45767945,2001,7,1,1 +"11640",45767945,2001,8,1,1 +"11641",45767945,2001,9,1,1 +"11642",45767945,2001,10,1,1 +"11643",45767945,2001,11,1,1 +"11644",45767945,2002,1,2,1 +"11645",45767945,2002,3,1,1 +"11646",45767945,2002,4,1,1 +"11647",45767945,2002,5,1,1 +"11648",45767945,2002,7,4,1 +"11649",45767945,2002,8,1,1 +"11650",45767945,2002,10,2,1 +"11651",45767945,2003,2,2,1 +"11652",45767945,2003,3,1,1 +"11653",45767945,2003,5,1,1 +"11654",45767945,2003,6,1,1 +"11655",45767945,2003,7,1,1 +"11656",45767945,2003,9,1,1 +"11657",45767945,2003,10,2,1 +"11658",45767945,2003,11,1,1 +"11659",45767945,2003,12,1,1 +"11660",45767945,2004,1,2,1 +"11661",45767945,2004,2,3,1 +"11662",45767945,2004,3,2,1 +"11663",45767945,2004,4,1,1 +"11664",45767945,2004,5,1,1 +"11665",45767945,2004,6,1,1 +"11666",45767945,2004,7,2,1 +"11667",45767945,2004,8,2,1 +"11668",45767945,2004,10,2,1 +"11669",45767945,2004,12,1,1 +"11670",45767945,2005,2,1,1 +"11671",45767945,2005,3,1,1 +"11672",45767945,2005,4,4,1 +"11673",45767945,2005,6,2,1 +"11674",45767945,2005,8,2,1 +"11675",45767945,2005,9,1,1 +"11676",45767945,2005,10,1,1 +"11677",45767945,2005,11,2,1 +"11678",45767945,2006,2,2,1 +"11679",45767945,2006,4,1,1 +"11680",45767945,2006,5,1,1 +"11681",45767945,2006,6,2,1 +"11682",45767945,2006,8,2,1 +"11683",45767945,2006,10,5,1 +"11684",45767945,2007,1,3,1 +"11685",45767945,2007,2,2,1 +"11686",45767945,2007,3,2,1 +"11687",45767945,2007,5,1,1 +"11688",45767945,2007,6,2,1 +"11689",45767945,2007,7,4,1 +"11690",45767945,2007,9,1,1 +"11691",45767945,2007,11,1,1 +"11692",45767945,2007,12,1,1 +"11693",45767945,2008,1,1,1 +"11694",45767945,2008,2,2,1 +"11695",45767945,2008,6,2,1 +"11696",45767945,2008,8,1,1 +"11697",45767945,2008,9,1,1 +"11698",45767945,2008,10,2,1 +"11699",45767945,2009,3,1,1 +"11700",45767945,2009,4,1,1 +"11701",45767945,2009,5,1,1 +"11702",45767945,2009,6,1,1 +"11703",45767945,2009,7,1,1 +"11704",45767945,2009,8,1,1 +"11705",45767945,2009,9,1,1 +"11706",45767945,2009,10,1,1 +"11707",45767945,2010,3,2,1 +"11708",45767945,2010,6,1,1 +"11709",45767945,2010,7,1,1 +"11710",45767945,2010,8,2,1 +"11711",45767945,2010,9,2,1 +"11712",45767945,2010,10,1,1 +"11713",45767945,2010,12,2,1 +"11714",45767945,2011,5,3,1 +"11715",45767945,2011,6,1,1 +"11716",45767945,2011,7,1,1 +"11717",45767945,2011,8,1,1 +"11718",45767945,2011,9,2,1 +"11719",45767945,2011,10,1,1 +"11720",45767945,2011,12,1,1 +"11721",45767945,2012,1,1,1 +"11722",45767945,2012,3,1,1 +"11723",45767945,2012,5,1,1 +"11724",45767945,2012,6,1,1 +"11725",45767945,2012,7,1,1 +"11726",45767945,2012,9,2,1 +"11727",45767945,2012,10,2,1 +"11728",45767945,2013,3,1,1 +"11729",45767945,2013,4,1,1 +"11730",45767945,2013,6,2,1 +"11731",45767945,2013,7,2,1 +"11732",45767945,2013,9,1,1 +"11733",45767945,2013,10,1,1 +"11734",45767945,2013,11,1,1 +"11735",45767945,2014,1,1,1 +"11736",45767945,2014,2,1,1 +"11737",45767945,2014,4,2,1 +"11738",45767945,2014,5,2,1 +"11739",45767945,2014,12,1,1 +"11740",45767945,2015,1,2,1 +"11741",45767945,2015,2,1,1 +"11742",45767945,2015,4,1,1 +"11743",45767945,2015,5,2,1 +"11744",45767945,2015,6,1,1 +"11745",45767945,2015,8,3,1 +"11746",45767945,2015,9,1,1 +"11747",45767945,2016,4,2,1 +"11748",45767945,2016,5,4,1 +"11749",45767945,2016,7,1,1 +"11750",45767945,2016,8,3,1 +"11751",45767945,2016,9,2,1 +"11752",45767945,2016,10,3,1 +"11753",45767945,2016,11,1,1 +"11754",45767945,2016,12,4,1 +"11755",45767945,2017,1,1,1 +"11756",45767945,2017,2,1,1 +"11757",45767945,2017,5,1,1 +"11758",45767945,2017,8,4,1 +"11759",45767945,2017,9,3,1 +"11760",45767945,2017,10,1,1 +"11761",45767945,2017,12,4,1 +"11762",45767945,2018,2,1,1 +"11763",45767945,2018,3,3,1 +"11764",45767945,2018,4,1,1 +"11765",45767945,2018,5,1,2 +"11766",45767945,2018,6,3,1 +"11767",45767945,2018,7,3,1.33333333333333 +"11768",45767945,2018,8,2,1 +"11769",45767945,2018,9,1,2 +"11770",45767945,2018,11,2,1 +"11771",45767945,2018,12,1,1 +"11772",45767945,2019,1,1,1 +"11773",45767945,2019,3,1,1 +"11774",45767945,2019,4,1,1 +"11775",45767945,2019,5,2,1 +"11776",45767945,2019,6,2,1 +"11777",45767945,2019,7,2,1 +"11778",45767945,2019,8,2,1 +"11779",45767945,2019,9,1,1 +"11780",45767945,2019,10,3,1 +"11781",45767945,2019,11,1,1 +"11782",45767945,2019,12,3,1 +"11783",45767945,2020,1,3,1.33333333333333 +"11784",45767945,2020,3,1,1 +"11785",45767945,2020,4,3,1 +"11786",45767945,2020,7,3,1 +"11787",45767945,2020,8,2,1 +"11788",45767945,2020,9,1,1 +"11789",45767945,2020,11,2,1 +"11790",45767945,2020,12,2,1 +"11791",45767945,2021,1,2,1 +"11792",45767945,2021,4,2,1 +"11793",45767945,2021,6,2,1 +"11794",45767945,2021,7,2,1 +"11795",45767945,2021,8,3,1 +"11796",45767945,2021,9,3,1 +"11797",45767945,2021,10,2,1 +"11798",45767945,2021,11,4,1 +"11799",45767945,2021,12,1,1 +"11800",45767945,2022,2,1,1 +"11801",45767945,2022,4,3,1 +"11802",45767945,2022,5,1,1 +"11803",45767945,2022,6,1,1 +"11804",45767945,2022,7,2,1 +"11805",45767945,2022,8,2,1 +"11806",45767945,2022,9,1,1 +"11807",45767945,2022,10,2,1 +"11808",45767945,2022,11,1,1 +"11809",45767945,2022,12,2,1 +"11810",45767945,2023,1,3,1 +"11811",45767945,2023,2,2,1 +"11812",45767945,2023,4,2,1 +"11813",45767945,2023,5,1,1 +"11814",45772840,1977,6,1,2 +"11815",45772840,1983,12,1,1 +"11816",45772840,1991,7,1,2 +"11817",45772840,1994,2,1,2 +"11818",45772840,1994,4,1,2 +"11819",45772840,1994,9,1,2 +"11820",45772840,1997,4,1,2 +"11821",45772840,1997,9,2,2 +"11822",45772840,1997,11,1,2 +"11823",45772840,1999,2,1,6 +"11824",45772840,2000,2,1,4 +"11825",45772840,2001,2,1,2 +"11826",45772840,2001,4,1,1 +"11827",45772840,2003,8,1,2 +"11828",45772840,2003,10,1,1 +"11829",45772840,2004,8,1,2 +"11830",45772840,2004,10,1,1 +"11831",45772840,2007,12,1,2 +"11832",45772840,2009,9,1,1 +"11833",45772840,2011,10,1,2 +"11834",45772840,2012,4,1,2 +"11835",45772840,2012,9,1,2 +"11836",45772840,2013,7,1,10 +"11837",45772840,2013,8,1,2 +"11838",45772840,2013,10,1,2 +"11839",45772840,2013,11,1,2 +"11840",45772840,2013,12,1,2 +"11841",45772840,2014,2,1,1 +"11842",45772840,2014,3,1,2 +"11843",45772840,2014,4,1,1 +"11844",45772840,2014,5,1,2 +"11845",45772840,2014,6,3,2 +"11846",45772840,2014,11,1,2 +"11847",45772840,2015,1,2,3.5 +"11848",45772840,2015,4,1,2 +"11849",45772840,2015,5,1,2 +"11850",45772840,2015,6,1,2 +"11851",45772840,2015,7,1,1 +"11852",45772840,2015,8,2,2 +"11853",45772840,2015,10,2,2.5 +"11854",45772840,2016,1,1,1 +"11855",45772840,2016,3,1,2 +"11856",45772840,2016,4,1,2 +"11857",45772840,2016,5,3,1.66666666666667 +"11858",45772840,2016,7,1,2 +"11859",45772840,2016,9,2,1.5 +"11860",45772840,2016,10,1,2 +"11861",45772840,2016,11,3,1.66666666666667 +"11862",45772840,2017,2,1,1 +"11863",45772840,2017,3,3,1.33333333333333 +"11864",45772840,2017,4,2,2 +"11865",45772840,2017,6,2,2 +"11866",45772840,2017,8,2,13 +"11867",45772840,2017,9,1,2 +"11868",45772840,2017,10,1,1 +"11869",45772840,2018,1,1,1 +"11870",45772840,2018,3,2,2 +"11871",45772840,2018,4,2,1.5 +"11872",45772840,2018,5,1,2 +"11873",45772840,2018,8,2,1.5 +"11874",45772840,2018,12,2,1.5 +"11875",45772840,2019,1,1,1 +"11876",45772840,2019,6,1,1 +"11877",45772840,2019,7,3,2 +"11878",45772840,2019,8,1,2 +"11879",45772840,2019,10,1,2 +"11880",45772840,2020,1,2,2.5 +"11881",45772840,2020,3,2,1.5 +"11882",45772840,2020,4,2,1.5 +"11883",45772840,2020,7,1,2 +"11884",45772840,2020,8,1,6 +"11885",45772840,2020,10,1,1 +"11886",45772840,2020,12,3,2.33333333333333 +"11887",45772840,2021,3,4,1.75 +"11888",45772840,2021,6,1,1 +"11889",45772840,2021,7,4,1.5 +"11890",45772840,2021,8,1,2 +"11891",45772840,2021,9,1,2 +"11892",45772840,2021,10,1,2 +"11893",45772840,2021,11,3,2.66666666666667 +"11894",45772840,2021,12,1,6 +"11895",45772840,2022,3,1,3 +"11896",45772840,2022,4,2,2 +"11897",45772840,2022,5,2,2 +"11898",45772840,2022,7,1,2 +"11899",45772840,2022,10,1,1 +"11900",45772840,2022,12,2,1.5 +"11901",45772840,2023,1,2,6 +"11902",45772840,2023,4,1,2 +"11903",46275916,1955,4,2,1 +"11904",46275916,1955,11,1,1 +"11905",46275916,1960,4,1,1 +"11906",46275916,1962,1,1,1 +"11907",46275916,1963,6,1,1 +"11908",46275916,1967,4,1,1 +"11909",46275916,1973,6,1,1 +"11910",46275916,1979,12,1,1 +"11911",46275916,1984,11,1,1 +"11912",46275916,1986,6,1,1 +"11913",46275916,1988,5,1,1 +"11914",46275916,1988,6,1,1 +"11915",46275916,1990,6,1,1 +"11916",46275916,1990,9,1,1 +"11917",46275916,1991,1,1,1 +"11918",46275916,1991,3,1,1 +"11919",46275916,1991,8,1,1 +"11920",46275916,1991,9,1,1 +"11921",46275916,1992,5,1,1 +"11922",46275916,1992,11,1,1 +"11923",46275916,1994,6,1,1 +"11924",46275916,1994,9,1,1 +"11925",46275916,1995,7,1,1 +"11926",46275916,1996,6,1,1 +"11927",46275916,1996,10,1,1 +"11928",46275916,1997,2,1,1 +"11929",46275916,1997,8,1,1 +"11930",46275916,1998,7,1,1 +"11931",46275916,1998,9,1,1 +"11932",46275916,1999,8,1,1 +"11933",46275916,2000,4,1,1 +"11934",46275916,2000,6,1,1 +"11935",46275916,2000,10,1,1 +"11936",46275916,2000,12,1,1 +"11937",46275916,2001,6,1,1 +"11938",46275916,2001,9,2,1 +"11939",46275916,2002,1,1,1 +"11940",46275916,2002,2,1,1 +"11941",46275916,2002,3,1,1 +"11942",46275916,2003,2,1,1 +"11943",46275916,2003,4,1,1 +"11944",46275916,2003,9,1,1 +"11945",46275916,2004,4,1,1 +"11946",46275916,2004,5,1,1 +"11947",46275916,2004,10,1,1 +"11948",46275916,2004,11,1,1 +"11949",46275916,2005,3,1,1 +"11950",46275916,2005,8,2,1 +"11951",46275916,2005,11,1,1 +"11952",46275916,2006,1,1,1 +"11953",46275916,2006,3,1,1 +"11954",46275916,2006,5,1,1 +"11955",46275916,2006,10,1,1 +"11956",46275916,2007,1,1,1 +"11957",46275916,2007,2,1,1 +"11958",46275916,2008,2,1,1 +"11959",46275916,2008,12,1,1 +"11960",46275916,2009,7,1,1 +"11961",46275916,2009,10,1,1 +"11962",46275916,2009,11,1,1 +"11963",46275916,2010,4,2,1 +"11964",46275916,2010,5,1,1 +"11965",46275916,2010,9,1,3 +"11966",46275916,2011,1,1,1 +"11967",46275916,2011,3,1,1 +"11968",46275916,2011,6,1,1 +"11969",46275916,2012,1,1,1 +"11970",46275916,2012,7,1,1 +"11971",46275916,2012,11,1,1 +"11972",46275916,2012,12,2,1 +"11973",46275916,2013,1,1,1 +"11974",46275916,2013,2,1,1 +"11975",46275916,2013,4,1,1 +"11976",46275916,2013,7,1,1 +"11977",46275916,2013,10,2,1 +"11978",46275916,2013,11,1,1 +"11979",46275916,2013,12,2,1.5 +"11980",46275916,2014,1,1,1 +"11981",46275916,2014,4,1,1 +"11982",46275916,2014,5,2,1 +"11983",46275916,2014,6,2,1 +"11984",46275916,2014,7,1,1 +"11985",46275916,2014,10,1,1 +"11986",46275916,2014,12,2,1 +"11987",46275916,2015,1,2,1 +"11988",46275916,2015,4,1,1 +"11989",46275916,2015,5,1,1 +"11990",46275916,2015,8,1,1 +"11991",46275916,2015,9,1,1 +"11992",46275916,2015,10,1,1 +"11993",46275916,2015,12,2,1 +"11994",46275916,2016,2,1,1 +"11995",46275916,2016,3,3,1 +"11996",46275916,2016,5,2,1 +"11997",46275916,2016,6,1,1 +"11998",46275916,2016,7,1,1 +"11999",46275916,2016,8,2,1.5 +"12000",46275916,2016,10,1,1 +"12001",46275916,2016,11,1,1 +"12002",46275916,2016,12,1,1 +"12003",46275916,2017,1,2,1 +"12004",46275916,2017,5,1,1 +"12005",46275916,2017,6,1,1 +"12006",46275916,2017,7,2,1 +"12007",46275916,2017,8,1,1 +"12008",46275916,2017,12,4,1 +"12009",46275916,2018,3,2,1 +"12010",46275916,2018,4,1,1 +"12011",46275916,2018,6,1,1 +"12012",46275916,2018,8,1,1 +"12013",46275916,2018,9,2,1 +"12014",46275916,2018,10,1,1 +"12015",46275916,2018,11,1,2 +"12016",46275916,2018,12,1,1 +"12017",46275916,2019,2,1,1 +"12018",46275916,2019,3,1,1 +"12019",46275916,2019,4,2,1 +"12020",46275916,2019,7,1,1 +"12021",46275916,2019,9,1,1 +"12022",46275916,2019,10,1,1 +"12023",46275916,2020,1,1,1 +"12024",46275916,2020,2,1,1 +"12025",46275916,2020,3,1,1 +"12026",46275916,2020,6,1,1 +"12027",46275916,2020,7,3,1 +"12028",46275916,2020,8,1,1 +"12029",46275916,2020,9,1,1 +"12030",46275916,2020,10,1,1 +"12031",46275916,2020,11,2,1 +"12032",46275916,2020,12,2,1 +"12033",46275916,2021,1,2,1 +"12034",46275916,2021,2,2,1 +"12035",46275916,2021,5,3,1 +"12036",46275916,2021,6,2,1 +"12037",46275916,2021,7,3,1 +"12038",46275916,2021,9,1,1 +"12039",46275916,2021,10,2,1 +"12040",46275916,2021,11,1,1 +"12041",46275916,2021,12,2,1 +"12042",46275916,2022,2,1,1 +"12043",46275916,2022,3,1,1 +"12044",46275916,2022,5,1,1 +"12045",46275916,2022,10,1,1 +"12046",46275916,2022,12,1,1 +"12047",46275916,2023,2,1,1 +"12048",46275916,2023,4,1,1 diff --git a/tests/testthat/_snaps/utils_get_data/summary_stats.csv b/tests/testthat/_snaps/utils_get_data/summary_stats.csv new file mode 100644 index 0000000..aa8eda7 --- /dev/null +++ b/tests/testthat/_snaps/utils_get_data/summary_stats.csv @@ -0,0 +1,15 @@ +"","concept_id","summary_attribute","value_as_string","value_as_number" +"1",4108450,"mean",NA,0.666666686534882 +"2",4108450,"sd",NA,0 +"3",4216746,"mean",NA,8 +"4",4216746,"sd",NA,0 +"5",4248525,"mean",NA,132.8 +"6",4248525,"sd",NA,21.2532350478698 +"7",4353713,"mean",NA,5.66666666666667 +"8",4353713,"sd",NA,1.15470053837925 +"9",4353717,"mean",NA,12.7999998728434 +"10",4353717,"sd",NA,3.46986975389699 +"11",4353843,"mean",NA,128.833333333333 +"12",4353843,"sd",NA,23.6593885522569 +"13",4354252,"mean",NA,123.666666666667 +"14",4354252,"sd",NA,9.99333110962839 diff --git a/tests/testthat/test-utils_get_data.R b/tests/testthat/test-utils_get_data.R new file mode 100644 index 0000000..be4d6ab --- /dev/null +++ b/tests/testthat/test-utils_get_data.R @@ -0,0 +1,20 @@ +# Sanity checks +test_that("Test data files exist", { + expect_true(file.exists(app_sys("test_data", "calypso_concepts.csv"))) + expect_true(file.exists(app_sys("test_data", "calypso_monthly_counts.csv"))) + expect_true(file.exists(app_sys("test_data", "calypso_summary_stats.csv"))) +}) + +# These tests act as proxy tests for the pre-processing scripts that generate the test data +# making sure the test data files are generated correctly and consistently +test_that("Test data files are consistent", { + # To use expect_snapshot_file(), need to save the output to a temporary file + save_csv <- function(x) { + path <- tempfile(fileext = ".csv") + write.csv(x, file = path) + path + } + expect_snapshot_file(save_csv(get_concepts_table()), "concepts_table.csv") + expect_snapshot_file(save_csv(get_monthly_counts()), "monthly_counts.csv") + expect_snapshot_file(save_csv(get_summary_stats()), "summary_stats.csv") +}) From 40a0d929c7037fff932649f48f9937f2f1dc8565 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:49:54 +0100 Subject: [PATCH 16/33] Fix indentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b7de253..b4021a4 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Fou If you want to recreate a test dataset, you can run the following R scripts: - ```r - source(here::here("dev/test_db/setup_test_db.R")) - source(here::here("dev/test_db/insert_dummy_tables.R")) - source(here::here("dev/omop_analyses/analyse_omop_cdm.R")) - source(here::here("dev/test_db/produce_test_data.R")) - ``` +```r +source(here::here("dev/test_db/setup_test_db.R")) +source(here::here("dev/test_db/insert_dummy_tables.R")) +source(here::here("dev/omop_analyses/analyse_omop_cdm.R")) +source(here::here("dev/test_db/produce_test_data.R")) +``` ### Updating the `renv` lockfile From 01014965ecc98a7d53652b6cf2b2db31a77aca08 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:11:47 +0100 Subject: [PATCH 17/33] Improve logging --- dev/omop_analyses/analyse_omop_cdm.R | 8 +++++++- dev/test_db/insert_dummy_tables.R | 14 ++++++++++---- dev/test_db/produce_test_data.R | 12 +++++++++--- dev/test_db/setup_test_db.R | 3 +++ 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/dev/omop_analyses/analyse_omop_cdm.R b/dev/omop_analyses/analyse_omop_cdm.R index 4fc3d5b..242cec9 100644 --- a/dev/omop_analyses/analyse_omop_cdm.R +++ b/dev/omop_analyses/analyse_omop_cdm.R @@ -1,4 +1,8 @@ -library(tidyverse) +cli::cli_h1("Generating summarys statistics") + +suppressPackageStartupMessages( + library(tidyverse) +) dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") @@ -220,3 +224,5 @@ ids <- unique(c(monthly_counts$concept_id, summary_stats$concept_id)) # Retrieve concept properties from the list of ids get_concepts_table(cdm, ids) |> write_results(con, "calypso_concepts") + +cli::cli_alert_success("Summary statistics generated successfully") diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R index 77ff2ed..50e1635 100644 --- a/dev/test_db/insert_dummy_tables.R +++ b/dev/test_db/insert_dummy_tables.R @@ -1,9 +1,12 @@ - # PRODUCED FOR A SPECIFIC DATASET: # synthea-allergies-10k # (but could work for others) -library(tidyverse) +cli::cli_h1("Inserting dummy tables") + +suppressPackageStartupMessages( + library(tidyverse) +) dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") @@ -14,6 +17,8 @@ con <- DBI::dbConnect( duckdb::duckdb(dbdir = glue::glue("{dir}/{name}_{version}_1.0.duckdb")) ) +withr::defer(DBI::dbDisconnect(con)) + # Function to write data to a table in the cdm schema write_table <- function(data, con, table) { # Insert data into the specified table @@ -30,10 +35,10 @@ write_table <- function(data, con, table) { ) } -read_csv(here::here("dev/test_db/dummy/measurement.csv")) |> +read_csv(here::here("dev/test_db/dummy/measurement.csv"), show_col_types = FALSE) |> write_table(con, "measurement") -read_csv(here::here("dev/test_db/dummy/observation.csv")) |> +read_csv(here::here("dev/test_db/dummy/observation.csv"), show_col_types = FALSE) |> write_table(con, "observation") # Load the CMD object to verify integrity of the schema @@ -45,3 +50,4 @@ CDMConnector::cdm_from_con( cdm_name = name ) +cli::cli_alert_success("Dummy tables inserted successfully") diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 3e1f8a7..5e6f2ab 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -1,5 +1,8 @@ +cli::cli_h1("Producing test data") -library(tidyverse) +suppressPackageStartupMessages( + library(tidyverse) +) dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") @@ -8,6 +11,7 @@ version <- Sys.getenv("TEST_DB_OMOP_VERSION") # Connect to the duckdb test database con <- DBI::dbConnect( duckdb::duckdb(dbdir = glue::glue("{dir}/{name}_{version}_1.0.duckdb")) +) withr::defer(DBI::dbDisconnect(con)) # Function to write results from a table to the test data folder @@ -16,9 +20,11 @@ write_results <- function(con, table, order_by = "") { # Get all rows from the table query <- glue::glue("SELECT * FROM {schema}.{table} {order_by};") # Run the query and write results + path <- here::here(glue::glue("inst/test_data/{table}.csv")) + cli::cli_alert_info("Writing {table} to {path}") con |> DBI::dbGetQuery(query) |> - write_csv(here::here(glue::glue("inst/test_data/{table}.csv"))) + write_csv(file = path) } # Write all results to the test data folder @@ -26,4 +32,4 @@ con |> write_results("calypso_concepts", "ORDER BY concept_id") con |> write_results("calypso_monthly_counts", "ORDER BY concept_id, date_year, date_month") con |> write_results("calypso_summary_stats", "ORDER BY concept_id, summary_attribute") - +cli::cli_alert_success("Test data produced") diff --git a/dev/test_db/setup_test_db.R b/dev/test_db/setup_test_db.R index ca9ea19..03e1d13 100644 --- a/dev/test_db/setup_test_db.R +++ b/dev/test_db/setup_test_db.R @@ -1,3 +1,4 @@ +cli::cli_h1("Setting up test database") # Create an duckdb database from Eunomia datasets con <- DBI::dbConnect( @@ -18,3 +19,5 @@ CDMConnector::cdm_from_con( write_schema = Sys.getenv("TEST_DB_RESULTS_SCHEMA"), cdm_name = Sys.getenv("TEST_DB_NAME") ) + +cli::cli_alert_success("Test database setup successfully") From db91ab6373fc99f8b4f5b812fdb05fa321e98642 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:13:05 +0100 Subject: [PATCH 18/33] Update test data --- inst/test_data/calypso_monthly_counts.csv | 24098 ++++++++++---------- inst/test_data/calypso_summary_stats.csv | 35 +- 2 files changed, 12069 insertions(+), 12064 deletions(-) diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index 1b0f1b2..3ded73c 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -1,12049 +1,12049 @@ -concept_id,date_year,date_month,person_count,records_per_person -313217,1970,3,1,1 -313217,1970,9,1,1 -313217,1971,9,1,1 -313217,1974,10,1,1 -313217,1975,7,1,1 -313217,1975,12,2,1 -313217,1977,5,2,1 -313217,1977,6,1,1 -313217,1977,7,1,1 -313217,1978,12,1,1 -313217,1979,4,2,1 -313217,1979,11,1,1 -313217,1980,3,1,1 -313217,1980,11,1,1 -313217,1981,3,1,1 -313217,1981,4,1,1 -313217,1981,7,1,1 -313217,1981,12,1,1 -313217,1982,6,1,1 -313217,1982,8,1,1 -313217,1982,12,2,1 -313217,1983,1,1,1 -313217,1983,7,2,1 -313217,1983,12,2,1 -313217,1984,2,1,1 -313217,1984,3,1,1 -313217,1984,5,1,1 -313217,1984,7,1,1 -313217,1984,8,1,1 -313217,1984,10,1,1 -313217,1984,11,1,1 -313217,1984,12,1,1 -313217,1985,3,1,1 -313217,1985,4,1,1 -313217,1985,5,1,1 -313217,1985,6,1,1 -313217,1986,4,1,1 -313217,1986,5,1,1 -313217,1986,9,1,1 -313217,1986,11,1,1 -313217,1987,1,2,1 -313217,1987,5,3,1 -313217,1987,10,1,1 -313217,1987,11,1,1 -313217,1988,1,1,1 -313217,1988,6,1,1 -313217,1989,4,1,1 -313217,1989,5,1,1 -313217,1989,6,1,1 -313217,1989,7,1,1 -313217,1989,10,1,1 -313217,1990,1,2,1 -313217,1990,2,1,1 -313217,1990,5,3,1 -313217,1990,6,2,1 -313217,1990,8,1,1 -313217,1990,12,2,1 -313217,1991,1,1,1 -313217,1991,2,1,1 -313217,1991,3,1,1 -313217,1991,4,1,1 -313217,1991,5,1,1 -313217,1991,6,2,1 -313217,1991,7,1,1 -313217,1991,8,4,1 -313217,1991,10,2,1 -313217,1992,1,1,1 -313217,1992,3,1,1 -313217,1992,7,1,1 -313217,1992,8,2,1 -313217,1992,9,2,1 -313217,1992,10,1,1 -313217,1993,1,1,1 -313217,1993,2,2,1 -313217,1993,5,1,1 -313217,1993,6,1,1 -313217,1993,7,1,1 -313217,1993,10,2,1 -313217,1993,11,1,1 -313217,1994,3,1,1 -313217,1994,4,1,1 -313217,1994,6,2,1 -313217,1994,8,1,1 -313217,1994,9,1,1 -313217,1994,12,2,1 -313217,1995,3,1,1 -313217,1995,6,1,1 -313217,1995,7,1,1 -313217,1995,9,2,1 -313217,1995,11,1,1 -313217,1995,12,3,1 -313217,1996,3,1,1 -313217,1996,6,2,1 -313217,1996,7,1,1 -313217,1996,8,1,1 -313217,1996,10,3,1 -313217,1996,12,1,1 -313217,1997,1,1,1 -313217,1997,5,3,1 -313217,1997,6,2,1 -313217,1997,8,2,1 -313217,1997,9,5,1 -313217,1997,10,1,1 -313217,1998,2,3,1 -313217,1998,3,2,1 -313217,1998,4,2,1 -313217,1998,6,2,1 -313217,1998,8,3,1 -313217,1998,10,1,1 -313217,1998,11,1,1 -313217,1998,12,1,1 -313217,1999,2,1,1 -313217,1999,4,1,1 -313217,1999,5,2,1 -313217,1999,6,1,1 -313217,1999,7,2,1 -313217,1999,9,1,1 -313217,1999,11,2,1 -313217,2000,1,2,1 -313217,2000,2,4,1 -313217,2000,3,5,1 -313217,2000,6,2,1 -313217,2000,7,1,1 -313217,2000,8,2,1 -313217,2000,10,1,1 -313217,2000,11,3,1 -313217,2000,12,1,1 -313217,2001,2,1,1 -313217,2001,4,2,1 -313217,2001,6,4,1 -313217,2001,7,2,1 -313217,2001,9,1,1 -313217,2001,10,1,1 -313217,2001,12,1,1 -313217,2002,1,3,1 -313217,2002,2,1,1 -313217,2002,3,3,1 -313217,2002,5,3,1 -313217,2002,6,3,1 -313217,2002,7,1,1 -313217,2002,8,1,1 -313217,2002,9,1,1 -313217,2002,12,4,1 -313217,2003,1,3,1 -313217,2003,2,4,1 -313217,2003,5,4,1 -313217,2003,6,3,1 -313217,2003,8,2,1 -313217,2003,9,2,1 -313217,2003,10,1,1 -313217,2003,11,1,1 -313217,2003,12,1,1 -313217,2004,1,3,1 -313217,2004,2,1,1 -313217,2004,3,2,1 -313217,2004,4,2,1 -313217,2004,5,2,1 -313217,2004,6,1,1 -313217,2004,7,3,1 -313217,2004,8,3,1 -313217,2004,10,2,1 -313217,2004,11,2,1 -313217,2004,12,2,1 -313217,2005,1,1,1 -313217,2005,2,1,1 -313217,2005,3,3,1 -313217,2005,4,2,1 -313217,2005,5,1,1 -313217,2005,6,1,1 -313217,2005,7,1,1 -313217,2005,9,3,1 -313217,2005,10,1,1 -313217,2005,12,2,1 -313217,2006,1,2,1 -313217,2006,2,2,1 -313217,2006,3,1,1 -313217,2006,4,4,1 -313217,2006,6,1,1 -313217,2006,7,2,1 -313217,2006,8,1,1 -313217,2006,9,3,1 -313217,2006,10,2,1 -313217,2006,11,1,1 -313217,2006,12,2,1 -313217,2007,2,2,1 -313217,2007,3,1,1 -313217,2007,4,3,1 -313217,2007,6,3,1 -313217,2007,9,1,1 -313217,2007,10,2,1 -313217,2007,11,2,1 -313217,2007,12,4,1 -313217,2008,1,1,1 -313217,2008,2,1,1 -313217,2008,3,4,1 -313217,2008,5,3,1 -313217,2008,6,1,1 -313217,2008,7,2,1 -313217,2008,8,2,1 -313217,2008,9,2,1 -313217,2008,10,2,1 -313217,2008,11,1,1 -313217,2009,1,5,1 -313217,2009,2,1,1 -313217,2009,3,4,1 -313217,2009,4,4,1 -313217,2009,5,1,1 -313217,2009,6,2,1 -313217,2009,7,2,1 -313217,2009,8,2,1 -313217,2009,9,4,1 -313217,2009,10,2,1 -313217,2009,11,2,1 -313217,2009,12,3,1 -313217,2010,1,1,1 -313217,2010,2,3,1 -313217,2010,3,1,1 -313217,2010,4,2,1 -313217,2010,5,4,1 -313217,2010,6,2,1 -313217,2010,7,1,1 -313217,2010,9,3,1 -313217,2010,10,2,1 -313217,2010,11,1,1 -313217,2011,1,6,1 -313217,2011,2,1,1 -313217,2011,3,1,1 -313217,2011,4,2,1 -313217,2011,5,1,1 -313217,2011,6,2,1 -313217,2011,7,4,1 -313217,2011,8,2,1 -313217,2011,9,4,1 -313217,2011,10,3,1 -313217,2011,11,1,1 -313217,2011,12,2,1 -313217,2012,1,3,1 -313217,2012,2,1,1 -313217,2012,3,2,1 -313217,2012,4,3,1 -313217,2012,5,2,1 -313217,2012,6,1,1 -313217,2012,7,2,1 -313217,2012,8,1,1 -313217,2012,9,5,1 -313217,2012,10,2,1 -313217,2012,11,2,1 -313217,2012,12,5,1 -313217,2013,2,2,1 -313217,2013,3,3,1 -313217,2013,4,2,1 -313217,2013,6,2,1 -313217,2013,7,2,1 -313217,2013,8,1,1 -313217,2013,9,1,1 -313217,2013,10,3,1 -313217,2013,11,2,1 -313217,2013,12,3,1 -313217,2014,1,2,1 -313217,2014,2,4,1 -313217,2014,3,1,1 -313217,2014,4,2,1 -313217,2014,5,3,1 -313217,2014,6,2,1 -313217,2014,7,6,1 -313217,2014,8,6,1 -313217,2014,9,1,1 -313217,2014,10,1,1 -313217,2014,11,3,1 -313217,2014,12,4,1 -313217,2015,1,2,1 -313217,2015,2,3,1 -313217,2015,3,6,1 -313217,2015,4,2,1 -313217,2015,5,5,1 -313217,2015,6,2,1 -313217,2015,7,4,1 -313217,2015,8,1,1 -313217,2015,9,5,1 -313217,2015,10,2,1 -313217,2015,11,3,1 -313217,2015,12,1,1 -313217,2016,1,4,1 -313217,2016,2,2,1 -313217,2016,3,1,1 -313217,2016,4,2,1 -313217,2016,5,6,1 -313217,2016,6,3,1 -313217,2016,7,3,1 -313217,2016,8,4,1 -313217,2016,9,1,1 -313217,2016,10,2,1 -313217,2016,12,1,1 -313217,2017,1,2,1 -313217,2017,2,1,1 -313217,2017,3,4,1 -313217,2017,4,3,1 -313217,2017,5,4,1 -313217,2017,6,5,1 -313217,2017,8,4,1 -313217,2017,9,1,1 -313217,2017,10,4,1 -313217,2017,11,3,1 -313217,2017,12,2,1 -313217,2018,1,1,1 -313217,2018,2,2,1 -313217,2018,3,5,1 -313217,2018,4,4,1 -313217,2018,5,1,1 -313217,2018,6,2,1 -313217,2018,7,2,1 -313217,2018,8,7,1 -313217,2018,9,1,1 -313217,2018,10,4,1 -313217,2018,11,3,1 -313217,2018,12,4,1 -313217,2019,1,3,1 -313217,2019,2,2,1 -313217,2019,3,2,1 -313217,2019,4,2,1 -313217,2019,5,4,1 -313217,2019,6,3,1 -313217,2019,7,3,1 -313217,2019,8,4,1 -313217,2019,9,3,1 -313217,2019,10,4,1 -313217,2019,11,2,1 -313217,2019,12,2,1 -313217,2020,1,6,1 -313217,2020,2,1,1 -313217,2020,3,2,1 -313217,2020,4,1,1 -313217,2020,5,3,1 -313217,2020,6,5,1 -313217,2020,7,2,1 -313217,2020,8,7,1 -313217,2020,9,2,1 -313217,2020,10,4,1 -313217,2020,11,5,1 -313217,2020,12,5,1 -313217,2021,1,3,1 -313217,2021,2,1,1 -313217,2021,3,3,1 -313217,2021,4,3,1 -313217,2021,5,4,1 -313217,2021,6,1,1 -313217,2021,7,6,1 -313217,2021,8,2,1 -313217,2021,9,3,1 -313217,2021,10,4,1 -313217,2021,11,3,1 -313217,2021,12,3,1 -313217,2022,1,4,1 -313217,2022,2,8,1 -313217,2022,3,4,1 -313217,2022,4,7,1 -313217,2022,5,7,1 -313217,2022,6,3,1 -313217,2022,7,5,1 -313217,2022,8,4,1 -313217,2022,9,2,1 -313217,2022,10,6,1 -313217,2022,11,2,1 -313217,2022,12,4,1 -313217,2023,1,1,1 -313217,2023,2,3,1 -313217,2023,3,3,1 -313217,2023,4,4,1 -313217,2023,5,3,1 -313217,2023,6,2,1 -317576,1933,3,1,1 -317576,1933,6,1,1 -317576,1934,6,1,1 -317576,1934,12,1,1 -317576,1935,10,1,1 -317576,1935,11,1,1 -317576,1936,4,1,1 -317576,1939,3,1,1 -317576,1939,10,1,1 -317576,1940,8,1,1 -317576,1941,3,1,1 -317576,1941,4,1,1 -317576,1942,6,1,1 -317576,1943,3,1,1 -317576,1943,4,1,1 -317576,1943,8,1,1 -317576,1943,10,1,1 -317576,1944,8,1,1 -317576,1945,10,1,1 -317576,1946,11,1,1 -317576,1947,3,1,1 -317576,1948,2,1,1 -317576,1948,10,1,1 -317576,1950,3,1,1 -317576,1950,7,1,1 -317576,1951,3,1,1 -317576,1951,10,3,1 -317576,1952,2,2,1 -317576,1952,3,1,1 -317576,1952,12,1,1 -317576,1953,3,2,1 -317576,1954,5,1,1 -317576,1954,6,1,1 -317576,1954,9,1,1 -317576,1954,10,1,1 -317576,1954,12,1,1 -317576,1955,3,1,1 -317576,1955,4,1,1 -317576,1955,6,1,1 -317576,1955,9,1,1 -317576,1957,11,2,1 -317576,1958,3,1,1 -317576,1958,6,1,1 -317576,1959,5,1,1 -317576,1959,6,2,1 -317576,1960,9,1,1 -317576,1960,11,1,1 -317576,1960,12,2,1 -317576,1961,2,2,1 -317576,1961,8,1,1 -317576,1962,3,1,1 -317576,1962,4,1,1 -317576,1962,11,1,1 -317576,1963,3,1,1 -317576,1963,6,1,1 -317576,1963,7,1,1 -317576,1964,5,1,1 -317576,1964,6,2,1 -317576,1964,7,1,1 -317576,1964,10,3,1 -317576,1964,11,1,1 -317576,1965,7,1,1 -317576,1965,8,1,1 -317576,1965,9,2,1 -317576,1966,7,1,1 -317576,1966,12,1,1 -317576,1967,3,2,1 -317576,1967,5,1,1 -317576,1967,7,1,1 -317576,1967,9,1,1 -317576,1967,11,1,1 -317576,1968,2,1,1 -317576,1968,3,1,1 -317576,1968,8,1,1 -317576,1968,12,1,1 -317576,1969,1,1,1 -317576,1969,3,1,1 -317576,1969,5,1,1 -317576,1969,6,1,1 -317576,1969,8,2,1 -317576,1969,10,2,1 -317576,1970,1,1,1 -317576,1970,5,2,1 -317576,1970,7,1,1 -317576,1970,10,1,1 -317576,1970,12,1,1 -317576,1971,3,1,1 -317576,1971,4,1,1 -317576,1971,5,1,1 -317576,1971,9,3,1 -317576,1971,11,1,1 -317576,1972,4,1,1 -317576,1972,9,1,1 -317576,1972,10,1,1 -317576,1973,6,1,1 -317576,1973,7,1,1 -317576,1973,8,2,1 -317576,1973,9,1,1 -317576,1974,1,2,1 -317576,1974,3,2,1 -317576,1974,9,1,1 -317576,1974,10,2,1 -317576,1975,2,1,1 -317576,1975,12,1,1 -317576,1976,2,1,1 -317576,1976,4,1,1 -317576,1976,5,1,1 -317576,1976,8,1,1 -317576,1977,1,2,1 -317576,1977,3,1,1 -317576,1978,6,2,1 -317576,1978,10,1,1 -317576,1978,11,1,1 -317576,1979,8,1,1 -317576,1979,12,1,1 -317576,1980,2,2,1 -317576,1980,4,1,1 -317576,1980,5,2,1 -317576,1980,6,2,1 -317576,1980,7,1,1 -317576,1981,3,1,1 -317576,1981,4,1,1 -317576,1981,6,1,1 -317576,1981,8,1,1 -317576,1981,10,1,1 -317576,1981,11,1,1 -317576,1982,4,2,1 -317576,1982,6,1,1 -317576,1982,7,1,1 -317576,1982,9,1,1 -317576,1982,10,2,1 -317576,1982,12,3,1 -317576,1983,1,2,1 -317576,1983,3,4,1 -317576,1983,4,1,1 -317576,1983,5,1,1 -317576,1983,6,2,1 -317576,1983,7,2,1 -317576,1983,8,2,1 -317576,1983,9,1,1 -317576,1983,11,1,1 -317576,1984,1,1,1 -317576,1984,3,1,1 -317576,1984,4,1,1 -317576,1984,5,1,1 -317576,1984,6,1,1 -317576,1984,8,1,1 -317576,1984,9,1,1 -317576,1984,10,1,1 -317576,1985,4,3,1 -317576,1985,7,1,1 -317576,1985,8,1,1 -317576,1985,9,1,1 -317576,1985,10,1,1 -317576,1985,12,1,1 -317576,1986,1,1,1 -317576,1986,3,1,1 -317576,1986,5,1,1 -317576,1986,7,2,1 -317576,1986,8,1,1 -317576,1986,9,1,1 -317576,1986,11,1,1 -317576,1986,12,3,1 -317576,1987,1,2,1 -317576,1987,2,1,1 -317576,1987,4,2,1 -317576,1987,5,2,1 -317576,1987,6,2,1 -317576,1987,7,2,1 -317576,1987,8,1,1 -317576,1987,9,1,1 -317576,1987,10,2,1 -317576,1988,2,1,1 -317576,1988,3,3,1 -317576,1988,4,1,1 -317576,1988,5,2,1 -317576,1988,8,2,1 -317576,1988,10,1,1 -317576,1988,11,2,1 -317576,1988,12,1,1 -317576,1989,3,3,1 -317576,1989,4,2,1 -317576,1989,5,2,1 -317576,1989,7,1,1 -317576,1989,8,1,1 -317576,1989,9,2,1 -317576,1989,10,3,1 -317576,1989,11,2,1 -317576,1989,12,1,1 -317576,1990,1,1,1 -317576,1990,2,1,1 -317576,1990,3,2,1 -317576,1990,5,2,1 -317576,1990,6,4,1 -317576,1990,7,1,1 -317576,1990,8,2,1 -317576,1990,9,1,1 -317576,1990,11,1,1 -317576,1990,12,1,1 -317576,1991,3,1,1 -317576,1991,5,1,1 -317576,1991,6,3,1 -317576,1991,7,5,1 -317576,1991,8,4,1 -317576,1991,9,1,1 -317576,1991,10,3,1 -317576,1991,11,1,1 -317576,1991,12,3,1 -317576,1992,1,2,1 -317576,1992,3,3,1 -317576,1992,4,1,1 -317576,1992,5,1,1 -317576,1992,6,4,1 -317576,1992,7,1,1 -317576,1992,8,1,1 -317576,1992,9,2,1 -317576,1992,10,1,1 -317576,1992,11,1,1 -317576,1992,12,1,1 -317576,1993,1,2,1 -317576,1993,2,1,1 -317576,1993,3,2,1 -317576,1993,4,1,1 -317576,1993,5,2,1 -317576,1993,6,2,1 -317576,1993,7,1,1 -317576,1993,8,1,1 -317576,1993,9,2,1 -317576,1993,11,1,1 -317576,1994,1,1,1 -317576,1994,2,3,1 -317576,1994,4,2,1 -317576,1994,7,1,1 -317576,1994,8,1,1 -317576,1994,9,4,1 -317576,1994,10,2,1 -317576,1994,11,5,1 -317576,1994,12,1,1 -317576,1995,1,3,1 -317576,1995,2,1,1 -317576,1995,4,4,1 -317576,1995,5,1,1 -317576,1995,6,4,1 -317576,1995,8,1,1 -317576,1995,9,1,1 -317576,1995,10,1,1 -317576,1995,11,3,1 -317576,1995,12,3,1 -317576,1996,1,3,1 -317576,1996,2,2,1 -317576,1996,4,3,1 -317576,1996,5,1,1 -317576,1996,6,4,1 -317576,1996,7,2,1 -317576,1996,8,1,1 -317576,1996,9,3,1 -317576,1996,10,2,1 -317576,1996,11,4,1 -317576,1997,1,4,1 -317576,1997,2,1,1 -317576,1997,3,1,1 -317576,1997,4,1,1 -317576,1997,5,1,1 -317576,1997,6,2,1 -317576,1997,7,4,1 -317576,1997,9,2,1 -317576,1997,11,1,1 -317576,1997,12,1,1 -317576,1998,1,2,1 -317576,1998,2,2,1 -317576,1998,3,3,1 -317576,1998,6,2,1 -317576,1998,7,1,1 -317576,1998,8,5,1 -317576,1998,9,2,1 -317576,1998,10,1,1 -317576,1998,11,1,1 -317576,1998,12,3,1 -317576,1999,1,4,1 -317576,1999,2,2,1 -317576,1999,3,2,1 -317576,1999,4,1,1 -317576,1999,5,3,1 -317576,1999,6,2,1 -317576,1999,7,1,1 -317576,1999,8,3,1 -317576,1999,9,2,1 -317576,1999,10,3,1 -317576,1999,11,3,1 -317576,1999,12,3,1 -317576,2000,1,4,1 -317576,2000,3,2,1 -317576,2000,4,1,1 -317576,2000,5,1,1 -317576,2000,6,4,1 -317576,2000,7,1,1 -317576,2000,8,2,1 -317576,2000,9,1,1 -317576,2000,10,3,1 -317576,2000,11,2,1 -317576,2000,12,4,1 -317576,2001,1,3,1 -317576,2001,2,3,1 -317576,2001,3,2,1 -317576,2001,4,3,1 -317576,2001,5,2,1 -317576,2001,6,3,1 -317576,2001,7,5,1 -317576,2001,8,3,1 -317576,2001,9,2,1 -317576,2001,10,2,1 -317576,2001,11,1,1 -317576,2001,12,5,1 -317576,2002,3,3,1 -317576,2002,4,3,1 -317576,2002,5,5,1 -317576,2002,6,1,1 -317576,2002,7,6,1 -317576,2002,8,2,1 -317576,2002,9,1,1 -317576,2002,10,1,1 -317576,2002,11,3,1 -317576,2002,12,2,1 -317576,2003,1,3,1 -317576,2003,2,1,1 -317576,2003,3,3,1 -317576,2003,4,2,1 -317576,2003,5,2,1 -317576,2003,6,1,1 -317576,2003,7,3,1 -317576,2003,8,1,1 -317576,2003,9,5,1 -317576,2003,10,4,1 -317576,2003,11,4,1 -317576,2003,12,3,1 -317576,2004,1,1,1 -317576,2004,2,2,1 -317576,2004,3,4,1 -317576,2004,5,3,1 -317576,2004,6,4,1 -317576,2004,7,4,1 -317576,2004,8,1,1 -317576,2004,9,2,1 -317576,2004,11,2,1 -317576,2004,12,3,1 -317576,2005,2,8,1 -317576,2005,3,2,1 -317576,2005,4,3,1 -317576,2005,5,2,1 -317576,2005,6,4,1 -317576,2005,8,3,1 -317576,2005,9,4,1 -317576,2005,10,2,1 -317576,2005,11,6,1 -317576,2006,1,5,1 -317576,2006,2,3,1 -317576,2006,3,2,1 -317576,2006,5,4,1 -317576,2006,6,4,1 -317576,2006,7,3,1 -317576,2006,8,2,1 -317576,2006,9,1,1 -317576,2006,11,1,1 -317576,2006,12,4,1 -317576,2007,1,3,1 -317576,2007,2,1,1 -317576,2007,3,4,1 -317576,2007,4,5,1 -317576,2007,5,4,1 -317576,2007,6,1,1 -317576,2007,7,2,1 -317576,2007,8,5,1 -317576,2007,9,3,1 -317576,2007,11,3,1 -317576,2007,12,2,1 -317576,2008,1,2,1 -317576,2008,2,1,1 -317576,2008,3,3,1 -317576,2008,4,4,1 -317576,2008,5,3,1 -317576,2008,6,1,1 -317576,2008,7,4,1 -317576,2008,9,3,1 -317576,2008,10,6,1 -317576,2008,11,2,1 -317576,2008,12,1,1 -317576,2009,1,2,1 -317576,2009,2,2,1 -317576,2009,3,2,1 -317576,2009,4,2,1 -317576,2009,6,3,1 -317576,2009,7,2,1 -317576,2009,8,2,1 -317576,2009,9,3,1 -317576,2009,10,2,1 -317576,2009,11,2,1 -317576,2009,12,1,1 -317576,2010,2,3,1 -317576,2010,3,2,1 -317576,2010,4,1,1 -317576,2010,5,2,1 -317576,2010,6,4,1 -317576,2010,7,3,1 -317576,2010,8,4,1 -317576,2010,9,3,1 -317576,2010,10,4,1 -317576,2010,11,4,1 -317576,2010,12,4,1 -317576,2011,1,5,1 -317576,2011,3,3,1 -317576,2011,5,2,1 -317576,2011,6,2,1 -317576,2011,7,3,1 -317576,2011,8,3,1 -317576,2011,9,6,1 -317576,2011,10,2,1 -317576,2011,11,1,1 -317576,2011,12,5,1 -317576,2012,1,3,1 -317576,2012,2,2,1 -317576,2012,3,4,1 -317576,2012,4,5,1 -317576,2012,5,4,1 -317576,2012,6,1,1 -317576,2012,7,6,1 -317576,2012,8,6,1 -317576,2012,9,3,1 -317576,2012,10,4,1 -317576,2012,11,4,1 -317576,2012,12,2,1 -317576,2013,1,3,1 -317576,2013,2,1,1 -317576,2013,3,6,1 -317576,2013,4,4,1 -317576,2013,5,4,1 -317576,2013,6,4,1 -317576,2013,7,2,1 -317576,2013,8,2,1 -317576,2013,9,2,1 -317576,2013,10,4,1 -317576,2013,11,2,1 -317576,2013,12,1,1 -317576,2014,1,6,1 -317576,2014,3,2,1 -317576,2014,4,4,1 -317576,2014,5,5,1 -317576,2014,6,4,1 -317576,2014,8,2,1 -317576,2014,9,4,1 -317576,2014,10,5,1 -317576,2014,11,4,1 -317576,2014,12,2,1 -317576,2015,1,3,1 -317576,2015,2,2,1 -317576,2015,3,7,1 -317576,2015,4,8,1 -317576,2015,5,4,1 -317576,2015,6,2,1 -317576,2015,7,4,1 -317576,2015,8,4,1 -317576,2015,11,4,1 -317576,2015,12,1,1 -317576,2016,1,2,1 -317576,2016,2,3,1 -317576,2016,3,2,1 -317576,2016,4,2,1 -317576,2016,5,3,1 -317576,2016,6,4,1 -317576,2016,7,2,1 -317576,2016,8,3,1 -317576,2016,9,2,1 -317576,2016,10,3,1 -317576,2016,11,3,1 -317576,2016,12,2,1 -317576,2017,1,1,1 -317576,2017,2,2,1 -317576,2017,3,2,1 -317576,2017,5,2,1 -317576,2017,6,3,1 -317576,2017,7,3,1 -317576,2017,8,3,1 -317576,2017,9,2,1 -317576,2017,10,3,1 -317576,2017,11,4,1 -317576,2017,12,3,1 -317576,2018,1,6,1 -317576,2018,2,5,1 -317576,2018,3,3,1 -317576,2018,4,3,1 -317576,2018,5,3,1 -317576,2018,6,4,1 -317576,2018,7,2,1 -317576,2018,8,2,1 -317576,2018,9,9,1 -317576,2018,10,5,1 -317576,2018,11,7,1 -317576,2018,12,6,1 -317576,2019,1,3,1 -317576,2019,2,5,1 -317576,2019,3,5,1 -317576,2019,4,4,1 -317576,2019,5,3,1 -317576,2019,6,1,1 -317576,2019,7,4,1 -317576,2019,8,2,1 -317576,2019,9,3,1 -317576,2019,10,5,1 -317576,2019,12,4,1 -317576,2020,1,2,1 -317576,2020,2,2,1 -317576,2020,3,5,1 -317576,2020,4,3,1 -317576,2020,5,4,1 -317576,2020,6,5,1 -317576,2020,7,6,1 -317576,2020,8,5,1 -317576,2020,9,8,1 -317576,2020,10,3,1 -317576,2020,11,3,1 -317576,2020,12,2,1 -317576,2021,1,5,1 -317576,2021,2,3,1 -317576,2021,3,4,1 -317576,2021,4,2,1 -317576,2021,5,5,1 -317576,2021,6,4,1 -317576,2021,8,4,1 -317576,2021,9,1,1 -317576,2021,10,2,1 -317576,2021,11,2,1 -317576,2021,12,4,1 -317576,2022,2,5,1 -317576,2022,3,5,1 -317576,2022,4,4,1 -317576,2022,5,4,1 -317576,2022,6,6,1 -317576,2022,7,1,1 -317576,2022,8,3,1 -317576,2022,9,3,1 -317576,2022,10,1,1 -317576,2022,11,2,1 -317576,2022,12,2,1 -317576,2023,1,6,1 -317576,2023,2,3,1 -317576,2023,3,2,1 -317576,2023,4,4,1 -317576,2023,5,6,1 -321042,1926,8,1,1 -321042,1929,12,1,1 -321042,1931,3,1,1 -321042,1931,12,1,1 -321042,1933,11,1,1 -321042,1934,6,1,1 -321042,1936,2,1,1 -321042,1936,3,1,1 -321042,1936,5,1,1 -321042,1937,10,1,1 -321042,1938,4,1,1 -321042,1938,12,1,1 -321042,1939,3,1,1 -321042,1940,1,1,1 -321042,1940,7,1,1 -321042,1941,4,1,1 -321042,1941,5,1,1 -321042,1942,1,1,1 -321042,1942,5,1,1 -321042,1942,11,1,1 -321042,1943,10,1,1 -321042,1944,3,1,1 -321042,1944,4,1,1 -321042,1944,5,1,1 -321042,1944,11,1,1 -321042,1944,12,1,1 -321042,1945,5,1,1 -321042,1945,7,1,1 -321042,1945,9,1,1 -321042,1946,7,1,1 -321042,1946,9,1,1 -321042,1947,1,2,1 -321042,1947,6,1,1 -321042,1947,8,1,1 -321042,1947,10,1,1 -321042,1948,1,1,1 -321042,1948,10,1,1 -321042,1949,2,1,1 -321042,1949,3,1,1 -321042,1949,4,1,1 -321042,1949,8,1,1 -321042,1949,11,1,1 -321042,1950,8,1,1 -321042,1951,4,1,1 -321042,1951,6,2,1 -321042,1951,8,1,1 -321042,1951,9,2,1 -321042,1951,12,1,1 -321042,1952,4,2,1 -321042,1952,6,1,1 -321042,1952,7,1,1 -321042,1953,4,1,1 -321042,1953,6,2,1 -321042,1953,7,1,1 -321042,1953,8,1,1 -321042,1954,5,1,1 -321042,1955,3,1,1 -321042,1955,4,2,1 -321042,1955,6,1,1 -321042,1955,11,1,1 -321042,1955,12,1,1 -321042,1956,2,1,1 -321042,1956,5,1,1 -321042,1956,7,1,1 -321042,1956,8,1,1 -321042,1957,8,1,1 -321042,1957,12,1,1 -321042,1958,5,1,1 -321042,1958,7,1,1 -321042,1958,9,2,1 -321042,1958,11,1,1 -321042,1958,12,1,1 -321042,1959,2,1,1 -321042,1959,4,1,1 -321042,1959,5,1,1 -321042,1960,4,1,1 -321042,1960,5,1,1 -321042,1960,7,1,1 -321042,1960,10,2,1 -321042,1960,11,1,1 -321042,1961,9,1,1 -321042,1961,11,3,1 -321042,1962,1,1,1 -321042,1962,3,1,1 -321042,1962,7,1,1 -321042,1962,8,1,1 -321042,1962,10,1,1 -321042,1963,6,2,1 -321042,1963,12,2,1 -321042,1964,2,1,1 -321042,1964,12,1,1 -321042,1965,1,1,1 -321042,1965,5,1,1 -321042,1965,11,1,1 -321042,1966,5,1,1 -321042,1966,10,2,1 -321042,1966,11,1,1 -321042,1967,1,1,1 -321042,1967,2,1,1 -321042,1967,4,1,1 -321042,1967,5,1,1 -321042,1967,7,2,1 -321042,1967,9,1,1 -321042,1967,12,2,1 -321042,1968,4,1,1 -321042,1969,2,1,1 -321042,1969,3,1,1 -321042,1969,6,1,1 -321042,1969,11,1,1 -321042,1970,1,1,1 -321042,1970,6,1,1 -321042,1970,8,1,1 -321042,1970,9,1,1 -321042,1970,11,2,1 -321042,1971,1,1,1 -321042,1971,2,1,1 -321042,1971,7,1,1 -321042,1971,8,1,1 -321042,1971,10,1,1 -321042,1972,2,1,1 -321042,1972,10,1,1 -321042,1973,6,1,1 -321042,1974,2,2,1 -321042,1974,3,1,1 -321042,1974,6,1,1 -321042,1975,3,1,1 -321042,1975,9,1,1 -321042,1975,11,1,1 -321042,1976,6,1,1 -321042,1976,7,1,1 -321042,1976,10,1,1 -321042,1977,3,1,1 -321042,1977,7,1,1 -321042,1977,11,1,1 -321042,1978,3,2,1 -321042,1978,8,1,1 -321042,1978,9,1,1 -321042,1978,10,1,1 -321042,1979,2,1,1 -321042,1979,8,2,1 -321042,1979,10,1,1 -321042,1979,12,2,1 -321042,1980,1,1,1 -321042,1980,2,1,1 -321042,1980,4,2,1 -321042,1980,5,1,1 -321042,1980,7,2,1 -321042,1980,12,1,1 -321042,1981,1,1,1 -321042,1981,4,1,1 -321042,1981,6,1,1 -321042,1981,8,1,1 -321042,1982,1,1,1 -321042,1982,3,1,1 -321042,1982,7,1,1 -321042,1982,9,1,1 -321042,1982,10,1,1 -321042,1983,2,1,1 -321042,1983,4,2,1 -321042,1983,7,1,1 -321042,1983,10,1,1 -321042,1983,11,1,1 -321042,1984,6,1,1 -321042,1984,8,1,1 -321042,1984,10,3,1 -321042,1984,11,2,1 -321042,1985,6,1,1 -321042,1985,8,1,1 -321042,1985,11,1,1 -321042,1985,12,1,1 -321042,1986,6,2,1 -321042,1986,9,2,1 -321042,1987,5,1,1 -321042,1987,6,2,1 -321042,1987,7,1,1 -321042,1987,10,1,1 -321042,1987,11,1,1 -321042,1988,5,1,1 -321042,1988,8,1,1 -321042,1988,12,1,1 -321042,1989,2,1,1 -321042,1989,3,1,1 -321042,1989,4,2,1 -321042,1989,6,1,1 -321042,1989,7,1,1 -321042,1989,9,1,1 -321042,1989,11,1,1 -321042,1989,12,1,1 -321042,1990,2,1,1 -321042,1990,5,1,1 -321042,1990,6,3,1 -321042,1990,7,1,1 -321042,1990,9,1,1 -321042,1990,12,1,1 -321042,1991,1,1,1 -321042,1991,3,1,1 -321042,1991,8,2,1 -321042,1991,10,1,1 -321042,1991,11,1,1 -321042,1991,12,2,1 -321042,1992,1,1,1 -321042,1992,2,1,1 -321042,1992,3,1,1 -321042,1992,4,2,1 -321042,1992,5,1,1 -321042,1992,8,1,1 -321042,1992,11,1,1 -321042,1993,6,1,1 -321042,1993,12,1,1 -321042,1994,3,1,1 -321042,1994,6,1,1 -321042,1994,7,1,1 -321042,1994,9,2,1 -321042,1994,10,1,1 -321042,1995,3,2,1 -321042,1995,5,1,1 -321042,1995,7,1,1 -321042,1995,9,2,1 -321042,1995,10,1,1 -321042,1995,11,2,1 -321042,1996,1,1,1 -321042,1996,3,3,1 -321042,1996,6,1,1 -321042,1996,10,1,1 -321042,1997,1,1,1 -321042,1997,2,1,1 -321042,1997,4,1,1 -321042,1997,5,1,1 -321042,1997,6,1,1 -321042,1997,8,4,1 -321042,1998,2,1,1 -321042,1998,3,1,1 -321042,1998,4,1,1 -321042,1998,6,1,1 -321042,1998,7,2,1 -321042,1998,8,1,1 -321042,1998,11,1,1 -321042,1998,12,2,1 -321042,1999,3,1,1 -321042,1999,5,1,1 -321042,1999,6,1,1 -321042,1999,7,1,1 -321042,1999,8,3,1 -321042,1999,11,1,1 -321042,1999,12,1,1 -321042,2000,1,1,1 -321042,2000,4,3,1 -321042,2000,6,1,1 -321042,2000,7,1,1 -321042,2000,8,1,1 -321042,2000,9,1,1 -321042,2000,10,1,1 -321042,2000,12,1,1 -321042,2001,3,1,1 -321042,2001,5,1,1 -321042,2001,6,1,1 -321042,2001,9,2,1 -321042,2001,10,1,1 -321042,2002,1,3,1 -321042,2002,2,1,1 -321042,2002,3,2,1 -321042,2002,10,1,1 -321042,2002,11,1,1 -321042,2003,1,1,1 -321042,2003,2,2,1 -321042,2003,3,1,1 -321042,2003,5,1,1 -321042,2003,8,2,1 -321042,2003,9,4,1 -321042,2003,10,2,1 -321042,2004,1,1,1 -321042,2004,5,3,1 -321042,2004,6,2,1 -321042,2004,9,1,1 -321042,2004,10,1,1 -321042,2004,11,1,1 -321042,2005,2,1,1 -321042,2005,3,2,1 -321042,2005,5,1,1 -321042,2005,8,2,1 -321042,2005,9,1,1 -321042,2005,10,1,1 -321042,2005,11,2,1 -321042,2005,12,1,1 -321042,2006,1,1,1 -321042,2006,2,1,1 -321042,2006,3,1,1 -321042,2006,5,1,1 -321042,2006,9,2,1 -321042,2006,10,1,1 -321042,2007,1,2,1 -321042,2007,2,2,1 -321042,2007,3,1,1 -321042,2007,5,1,1 -321042,2007,6,1,1 -321042,2007,9,2,1 -321042,2007,12,1,1 -321042,2008,1,1,1 -321042,2008,2,1,1 -321042,2008,3,1,1 -321042,2008,10,1,1 -321042,2008,11,1,1 -321042,2008,12,2,1 -321042,2009,1,1,1 -321042,2009,2,2,1 -321042,2009,3,1,1 -321042,2009,4,2,1 -321042,2009,7,2,1 -321042,2009,8,1,1 -321042,2009,10,2,1 -321042,2009,11,3,1 -321042,2010,1,1,1 -321042,2010,2,1,1 -321042,2010,4,2,1 -321042,2010,5,1,1 -321042,2010,9,2,1 -321042,2010,11,2,1 -321042,2011,1,2,1 -321042,2011,3,2,1 -321042,2011,6,1,1 -321042,2011,8,1,1 -321042,2011,12,1,1 -321042,2012,1,2,1 -321042,2012,7,1,1 -321042,2012,8,3,1 -321042,2012,11,2,1 -321042,2012,12,1,1 -321042,2013,1,2,1 -321042,2013,2,1,1 -321042,2013,4,2,1 -321042,2013,5,1,1 -321042,2013,6,1,1 -321042,2013,7,1,1 -321042,2013,10,2,1 -321042,2013,11,1,1 -321042,2013,12,2,1 -321042,2014,1,1,1 -321042,2014,4,1,1 -321042,2014,5,2,1 -321042,2014,6,2,1 -321042,2014,7,1,1 -321042,2014,10,1,1 -321042,2014,12,2,1 -321042,2015,1,2,1 -321042,2015,4,1,1 -321042,2015,5,1,1 -321042,2015,8,1,1 -321042,2015,9,1,1 -321042,2015,10,1,1 -321042,2015,12,2,1 -321042,2016,2,1,1 -321042,2016,3,3,1 -321042,2016,5,1,1 -321042,2016,6,1,1 -321042,2016,7,1,1 -321042,2016,8,2,1 -321042,2016,10,1,1 -321042,2016,11,1,1 -321042,2016,12,1,1 -321042,2017,1,2,1 -321042,2017,5,1,1 -321042,2017,6,1,1 -321042,2017,7,2,1 -321042,2017,8,1,1 -321042,2017,12,4,1 -321042,2018,3,1,1 -321042,2018,4,1,1 -321042,2018,6,1,1 -321042,2018,8,1,1 -321042,2018,9,2,1 -321042,2018,10,1,1 -321042,2018,11,1,1 -321042,2018,12,1,1 -321042,2019,2,1,1 -321042,2019,3,1,1 -321042,2019,4,2,1 -321042,2019,7,1,1 -321042,2019,9,1,1 -321042,2019,10,1,1 -321042,2020,1,1,1 -321042,2020,2,1,1 -321042,2020,3,1,1 -321042,2020,6,1,1 -321042,2020,7,3,1 -321042,2020,8,1,1 -321042,2020,9,1,1 -321042,2020,11,2,1 -321042,2020,12,2,1 -321042,2021,1,2,1 -321042,2021,2,2,1 -321042,2021,5,3,1 -321042,2021,6,2,1 -321042,2021,7,3,1 -321042,2021,9,1,1 -321042,2021,10,1,1 -321042,2021,11,1,1 -321042,2021,12,2,1 -321042,2022,2,1,1 -321042,2022,3,1,1 -321042,2022,5,1,1 -321042,2022,10,1,1 -321042,2022,12,1,1 -321042,2023,2,1,1 -321042,2023,4,1,1 -381316,1947,2,1,1 -381316,1948,2,1,1 -381316,1949,10,1,1 -381316,1950,10,1,1 -381316,1953,2,1,1 -381316,1955,5,1,1 -381316,1958,6,1,1 -381316,1959,2,1,1 -381316,1960,5,1,1 -381316,1960,10,2,1 -381316,1960,12,2,1 -381316,1962,10,1,1 -381316,1962,11,1,1 -381316,1964,12,1,1 -381316,1965,12,1,1 -381316,1966,7,1,1 -381316,1966,10,1,1 -381316,1968,8,1,1 -381316,1969,3,1,1 -381316,1969,8,1,1 -381316,1970,4,1,1 -381316,1970,7,1,1 -381316,1970,8,1,1 -381316,1970,12,1,1 -381316,1971,4,1,1 -381316,1971,6,1,1 -381316,1971,7,2,1 -381316,1971,12,1,1 -381316,1972,1,2,1 -381316,1973,3,1,1 -381316,1973,8,2,1 -381316,1974,3,1,1 -381316,1974,4,1,1 -381316,1974,5,1,1 -381316,1974,8,1,1 -381316,1974,9,1,1 -381316,1974,12,1,1 -381316,1975,1,1,1 -381316,1975,2,2,1 -381316,1975,4,1,1 -381316,1975,6,1,1 -381316,1975,8,1,1 -381316,1975,11,1,1 -381316,1975,12,1,1 -381316,1976,7,2,1 -381316,1977,1,1,1 -381316,1977,2,1,1 -381316,1977,4,1,1 -381316,1977,7,1,1 -381316,1977,8,1,1 -381316,1977,10,1,1 -381316,1978,7,1,1 -381316,1978,11,1,1 -381316,1979,1,1,1 -381316,1979,3,1,1 -381316,1979,6,1,1 -381316,1980,9,1,1 -381316,1981,1,1,1 -381316,1981,2,1,1 -381316,1981,7,1,1 -381316,1981,8,1,1 -381316,1982,1,2,1 -381316,1982,2,1,1 -381316,1982,3,1,1 -381316,1982,5,1,1 -381316,1982,6,1,1 -381316,1982,7,1,1 -381316,1982,8,1,1 -381316,1982,10,2,1 -381316,1982,11,1,1 -381316,1983,2,1,1 -381316,1983,3,1,1 -381316,1983,7,1,1 -381316,1983,9,2,1 -381316,1983,10,1,1 -381316,1984,2,1,1 -381316,1984,5,1,1 -381316,1984,6,1,1 -381316,1984,8,1,1 -381316,1984,11,1,1 -381316,1985,1,1,1 -381316,1985,3,4,1 -381316,1985,4,1,1 -381316,1985,5,1,1 -381316,1985,7,1,1 -381316,1985,8,1,1 -381316,1985,9,1,1 -381316,1985,10,2,1 -381316,1986,7,1,1 -381316,1986,8,3,1 -381316,1986,9,2,1 -381316,1986,10,1,1 -381316,1986,11,1,1 -381316,1987,1,1,1 -381316,1987,8,1,1 -381316,1988,3,1,1 -381316,1988,5,2,1 -381316,1988,8,1,1 -381316,1988,9,2,1 -381316,1989,6,1,1 -381316,1989,7,2,1 -381316,1989,10,1,1 -381316,1989,12,1,1 -381316,1990,4,1,1 -381316,1990,5,2,1 -381316,1990,6,1,1 -381316,1990,8,1,1 -381316,1990,9,1,1 -381316,1990,11,1,1 -381316,1991,1,1,1 -381316,1991,4,2,1 -381316,1991,5,2,1 -381316,1991,6,1,1 -381316,1991,7,1,1 -381316,1991,8,1,1 -381316,1992,1,1,1 -381316,1992,2,1,1 -381316,1992,3,1,1 -381316,1992,5,1,1 -381316,1992,6,2,1 -381316,1992,8,1,1 -381316,1992,9,1,1 -381316,1992,12,1,1 -381316,1993,1,4,1 -381316,1993,3,1,1 -381316,1993,4,1,1 -381316,1993,5,2,1 -381316,1993,6,1,1 -381316,1993,9,2,1 -381316,1993,10,1,1 -381316,1993,11,1,1 -381316,1993,12,1,1 -381316,1994,1,1,1 -381316,1994,3,1,1 -381316,1994,6,1,1 -381316,1994,7,1,1 -381316,1994,8,1,1 -381316,1994,9,1,1 -381316,1994,10,1,1 -381316,1994,12,2,1 -381316,1995,2,1,1 -381316,1995,3,3,1 -381316,1995,4,3,1 -381316,1995,5,3,1 -381316,1995,6,1,1 -381316,1995,9,1,1 -381316,1995,12,2,1 -381316,1996,3,1,1 -381316,1996,4,1,1 -381316,1996,5,2,1 -381316,1996,6,2,1 -381316,1996,7,3,1 -381316,1996,8,1,1 -381316,1996,9,1,1 -381316,1996,10,2,1 -381316,1997,1,1,1 -381316,1997,4,1,1 -381316,1997,7,1,1 -381316,1997,8,3,1 -381316,1997,9,3,1 -381316,1997,11,1,1 -381316,1997,12,1,1 -381316,1998,1,1,1 -381316,1998,5,2,1 -381316,1998,6,2,1 -381316,1998,7,1,1 -381316,1998,8,3,1 -381316,1998,9,2,1 -381316,1998,10,1,1 -381316,1998,11,1,1 -381316,1998,12,2,1 -381316,1999,1,3,1 -381316,1999,3,1,1 -381316,1999,4,2,1 -381316,1999,5,1,1 -381316,1999,6,4,1 -381316,1999,8,2,1 -381316,1999,9,1,1 -381316,1999,10,2,1 -381316,1999,11,1,1 -381316,1999,12,1,1 -381316,2000,4,2,1 -381316,2000,5,2,1 -381316,2000,6,1,1 -381316,2000,7,1,1 -381316,2000,8,1,1 -381316,2000,9,1,1 -381316,2000,11,2,1 -381316,2000,12,3,1 -381316,2001,1,1,1 -381316,2001,2,1,1 -381316,2001,4,1,1 -381316,2001,5,2,1 -381316,2001,7,2,1 -381316,2001,8,1,1 -381316,2001,9,4,1 -381316,2001,10,1,1 -381316,2001,11,1,1 -381316,2001,12,4,1 -381316,2002,2,1,1 -381316,2002,3,1,1 -381316,2002,4,2,1 -381316,2002,5,2,1 -381316,2002,7,3,1 -381316,2002,8,1,1 -381316,2002,9,3,1 -381316,2002,10,2,1 -381316,2002,11,2,1 -381316,2002,12,2,1 -381316,2003,1,2,1 -381316,2003,2,2,1 -381316,2003,4,1,1 -381316,2003,5,3,1 -381316,2003,6,1,1 -381316,2003,7,2,1 -381316,2003,8,3,1 -381316,2003,9,1,1 -381316,2003,10,6,1 -381316,2003,11,2,1 -381316,2004,1,2,1 -381316,2004,2,3,1 -381316,2004,3,1,1 -381316,2004,4,4,1 -381316,2004,5,1,1 -381316,2004,6,3,1 -381316,2004,7,3,1 -381316,2004,10,1,1 -381316,2004,12,1,1 -381316,2005,1,2,1 -381316,2005,2,1,1 -381316,2005,3,2,1 -381316,2005,4,2,1 -381316,2005,5,1,1 -381316,2005,6,2,1 -381316,2005,8,1,1 -381316,2005,9,1,1 -381316,2005,10,3,1 -381316,2005,12,2,1 -381316,2006,1,2,1 -381316,2006,3,3,1 -381316,2006,4,1,1 -381316,2006,5,2,1 -381316,2006,6,3,1 -381316,2006,7,2,1 -381316,2006,8,5,1 -381316,2006,9,3,1 -381316,2006,10,1,1 -381316,2006,11,4,1 -381316,2006,12,2,1 -381316,2007,1,1,1 -381316,2007,3,1,1 -381316,2007,4,1,1 -381316,2007,5,2,1 -381316,2007,6,3,1 -381316,2007,7,2,1 -381316,2007,9,2,1 -381316,2007,10,3,1 -381316,2007,11,1,1 -381316,2007,12,2,1 -381316,2008,1,1,1 -381316,2008,3,1,1 -381316,2008,4,1,1 -381316,2008,5,1,1 -381316,2008,6,3,1 -381316,2008,7,1,1 -381316,2008,8,3,1 -381316,2008,9,1,1 -381316,2008,10,4,1 -381316,2008,11,5,1 -381316,2009,1,1,1 -381316,2009,2,4,1 -381316,2009,3,2,1 -381316,2009,4,2,1 -381316,2009,5,4,1 -381316,2009,6,2,1 -381316,2009,7,1,1 -381316,2009,8,3,1 -381316,2009,9,1,1 -381316,2009,10,1,1 -381316,2009,12,4,1 -381316,2010,1,1,1 -381316,2010,2,5,1 -381316,2010,3,6,1 -381316,2010,4,1,1 -381316,2010,6,3,1 -381316,2010,7,2,1 -381316,2010,8,3,1 -381316,2010,9,4,1 -381316,2010,11,1,1 -381316,2010,12,5,1 -381316,2011,1,3,1 -381316,2011,2,2,1 -381316,2011,3,4,1 -381316,2011,4,1,1 -381316,2011,5,3,1 -381316,2011,6,1,1 -381316,2011,7,4,1 -381316,2011,8,3,1 -381316,2011,9,1,1 -381316,2011,10,3,1 -381316,2011,11,3,1 -381316,2011,12,3,1 -381316,2012,1,2,1 -381316,2012,2,2,1 -381316,2012,3,2,1 -381316,2012,4,1,1 -381316,2012,5,2,1 -381316,2012,6,4,1 -381316,2012,7,3,1 -381316,2012,8,2,1 -381316,2012,9,1,1 -381316,2012,10,3,1 -381316,2012,11,2,1 -381316,2012,12,1,1 -381316,2013,1,2,1 -381316,2013,2,1,1 -381316,2013,3,2,1 -381316,2013,4,1,1 -381316,2013,5,1,1 -381316,2013,6,3,1 -381316,2013,7,3,1 -381316,2013,8,4,1 -381316,2013,9,1,1 -381316,2013,10,1,1 -381316,2013,11,1,1 -381316,2013,12,2,1 -381316,2014,1,3,1 -381316,2014,2,1,1 -381316,2014,3,1,1 -381316,2014,4,3,1 -381316,2014,5,3,1 -381316,2014,6,1,1 -381316,2014,7,2,1 -381316,2014,8,1,1 -381316,2014,9,4,1 -381316,2014,10,3,1 -381316,2014,11,3,1 -381316,2014,12,2,1 -381316,2015,1,5,1 -381316,2015,2,3,1 -381316,2015,3,5,1 -381316,2015,4,2,1 -381316,2015,5,6,1 -381316,2015,6,5,1 -381316,2015,7,6,1 -381316,2015,8,2,1 -381316,2015,9,2,1 -381316,2015,10,6,1 -381316,2015,11,4,1 -381316,2015,12,4,1 -381316,2016,1,3,1 -381316,2016,2,5,1 -381316,2016,3,3,1 -381316,2016,4,4,1 -381316,2016,5,3,1 -381316,2016,6,1,1 -381316,2016,7,2,1 -381316,2016,8,2,1 -381316,2016,9,3,1 -381316,2016,10,3,1 -381316,2016,11,4,1 -381316,2016,12,2,1 -381316,2017,1,6,1 -381316,2017,2,1,1 -381316,2017,3,5,1 -381316,2017,4,8,1 -381316,2017,5,2,1 -381316,2017,6,5,1 -381316,2017,7,4,1 -381316,2017,8,2,1 -381316,2017,9,6,1 -381316,2017,10,2,1 -381316,2017,11,5,1 -381316,2017,12,3,1 -381316,2018,1,4,1 -381316,2018,2,1,1 -381316,2018,3,3,1 -381316,2018,4,6,1 -381316,2018,5,7,1 -381316,2018,6,3,1 -381316,2018,7,2,1 -381316,2018,8,2,1 -381316,2018,9,5,1 -381316,2018,10,2,1 -381316,2018,11,3,1 -381316,2018,12,3,1 -381316,2019,1,6,1 -381316,2019,2,5,1 -381316,2019,3,3,1 -381316,2019,4,4,1 -381316,2019,5,6,1 -381316,2019,6,2,1 -381316,2019,7,10,1 -381316,2019,8,5,1 -381316,2019,9,2,1 -381316,2019,10,5,1 -381316,2019,11,2,1 -381316,2019,12,6,1 -381316,2020,1,4,1 -381316,2020,2,6,1 -381316,2020,3,1,1 -381316,2020,4,3,1 -381316,2020,5,2,1 -381316,2020,6,2,1 -381316,2020,7,3,1 -381316,2020,8,5,1 -381316,2020,9,3,1 -381316,2020,10,1,1 -381316,2020,11,5,1 -381316,2020,12,1,1 -381316,2021,1,3,1 -381316,2021,3,6,1 -381316,2021,4,1,1 -381316,2021,5,6,1 -381316,2021,6,4,1 -381316,2021,7,3,1 -381316,2021,8,5,1 -381316,2021,9,2,1 -381316,2021,10,1,1 -381316,2021,11,2,1 -381316,2021,12,4,1 -381316,2022,1,1,1 -381316,2022,2,5,1 -381316,2022,3,7,1 -381316,2022,4,5,1 -381316,2022,5,6,1 -381316,2022,6,3,1 -381316,2022,7,6,1 -381316,2022,8,8,1 -381316,2022,9,2,1 -381316,2022,10,6,1 -381316,2022,11,6,1 -381316,2022,12,6,1 -381316,2023,1,4,1 -381316,2023,3,2,1 -381316,2023,4,4,1 -381316,2023,5,4,1 -381316,2023,6,1,1 -1310034,1962,1,1,1 -1310034,1963,6,1,1 -1310034,1967,4,1,1 -1310034,1973,6,1,1 -1310034,1979,12,1,1 -1310034,1984,11,1,1 -1310034,1986,6,1,1 -1310034,1988,5,1,1 -1310034,1988,6,1,1 -1310034,1990,6,1,1 -1310034,1990,9,1,1 -1310034,1991,1,1,1 -1310034,1991,3,1,1 -1310034,1991,8,1,1 -1310034,1991,9,1,1 -1310034,1992,5,1,1 -1310034,1992,11,1,1 -1310034,1994,6,1,1 -1310034,1994,9,1,1 -1310034,1995,7,1,1 -1310034,1996,6,1,1 -1310034,1996,10,1,1 -1310034,1997,2,1,1 -1310034,1997,8,1,1 -1310034,1998,7,1,1 -1310034,1998,9,1,1 -1310034,1999,8,1,1 -1310034,2000,4,1,1 -1310034,2000,6,1,1 -1310034,2000,10,1,1 -1310034,2000,12,1,1 -1310034,2001,6,1,1 -1310034,2001,9,2,1 -1310034,2002,1,1,1 -1310034,2002,2,1,1 -1310034,2002,3,1,1 -1310034,2003,2,1,1 -1310034,2003,4,1,1 -1310034,2003,9,1,1 -1310034,2004,4,1,1 -1310034,2004,5,1,1 -1310034,2004,10,1,1 -1310034,2004,11,1,1 -1310034,2005,3,1,1 -1310034,2005,8,2,1 -1310034,2005,11,1,1 -1310034,2006,1,1,1 -1310034,2006,3,1,1 -1310034,2006,5,1,1 -1310034,2006,10,1,1 -1310034,2007,1,1,1 -1310034,2007,2,1,1 -1310034,2008,2,1,1 -1310034,2008,12,1,1 -1310034,2009,7,1,1 -1310034,2009,10,1,1 -1310034,2009,11,1,1 -1310034,2010,4,2,1 -1310034,2010,5,1,1 -1310034,2010,9,1,3 -1310034,2011,1,1,1 -1310034,2011,3,1,1 -1310034,2011,6,1,1 -1310034,2012,1,1,1 -1310034,2012,7,1,1 -1310034,2012,11,1,1 -1310034,2012,12,2,1 -1310034,2013,1,1,1 -1310034,2013,2,1,1 -1310034,2013,4,1,1 -1310034,2013,7,1,1 -1310034,2013,10,2,1 -1310034,2013,11,1,1 -1310034,2013,12,2,1.5 -1310034,2014,1,1,1 -1310034,2014,4,1,1 -1310034,2014,5,2,1 -1310034,2014,6,2,1 -1310034,2014,7,1,1 -1310034,2014,10,1,1 -1310034,2014,12,2,1 -1310034,2015,1,2,1 -1310034,2015,4,1,1 -1310034,2015,5,1,1 -1310034,2015,8,1,1 -1310034,2015,9,1,1 -1310034,2015,10,1,1 -1310034,2015,12,2,1 -1310034,2016,2,1,1 -1310034,2016,3,3,1 -1310034,2016,5,2,1 -1310034,2016,6,1,1 -1310034,2016,7,1,1 -1310034,2016,8,2,1.5 -1310034,2016,10,1,1 -1310034,2016,11,1,1 -1310034,2016,12,1,1 -1310034,2017,1,2,1 -1310034,2017,5,1,1 -1310034,2017,6,1,1 -1310034,2017,7,2,1 -1310034,2017,8,1,1 -1310034,2017,12,4,1 -1310034,2018,3,2,1 -1310034,2018,4,1,1 -1310034,2018,6,1,1 -1310034,2018,8,1,1 -1310034,2018,9,2,1 -1310034,2018,10,1,1 -1310034,2018,11,1,2 -1310034,2018,12,1,1 -1310034,2019,2,1,1 -1310034,2019,3,1,1 -1310034,2019,4,2,1 -1310034,2019,7,1,1 -1310034,2019,9,1,1 -1310034,2019,10,1,1 -1310034,2020,1,1,1 -1310034,2020,2,1,1 -1310034,2020,3,1,1 -1310034,2020,6,1,1 -1310034,2020,7,3,1 -1310034,2020,8,1,1 -1310034,2020,9,1,1 -1310034,2020,10,1,1 -1310034,2020,11,2,1 -1310034,2020,12,2,1 -1310034,2021,1,2,1 -1310034,2021,2,2,1 -1310034,2021,5,3,1 -1310034,2021,6,2,1 -1310034,2021,7,3,1 -1310034,2021,9,1,1 -1310034,2021,10,2,1 -1310034,2021,11,1,1 -1310034,2021,12,2,1 -1310034,2022,2,1,1 -1310034,2022,3,1,1 -1310034,2022,5,1,1 -1310034,2022,10,1,1 -1310034,2022,12,1,1 -1310034,2023,2,1,1 -1310034,2023,4,1,1 -1332419,1994,1,12,2 -1332419,1994,2,22,1.9545454545454546 -1332419,1994,3,12,2 -1332419,1994,4,20,2.1 -1332419,1994,5,12,1.9166666666666667 -1332419,1994,6,22,2.272727272727273 -1332419,1994,7,23,2.217391304347826 -1332419,1994,8,16,2.5625 -1332419,1994,9,32,1.71875 -1332419,1994,10,18,2.611111111111111 -1332419,1994,11,21,2.2857142857142856 -1332419,1994,12,17,2.1176470588235294 -1332419,1995,1,7,3.2857142857142856 -1332419,1995,2,1,3 -1332419,1995,4,4,1.5 -1332419,1995,5,1,2 -1332419,1995,6,4,4.5 -1332419,1995,8,1,2 -1332419,1995,9,1,2 -1332419,1995,10,1,1 -1332419,1995,11,3,1 -1332419,1995,12,3,1.3333333333333333 -1332419,1996,1,3,2 -1332419,1996,2,2,1.5 -1332419,1996,4,3,1.6666666666666667 -1332419,1996,5,1,2 -1332419,1996,6,4,1.75 -1332419,1996,7,2,1.5 -1332419,1996,8,1,2 -1332419,1996,9,3,3 -1332419,1996,10,2,1 -1332419,1996,11,4,1.75 -1332419,1997,1,4,2.25 -1332419,1997,2,1,2 -1332419,1997,3,1,3 -1332419,1997,4,1,4 -1332419,1997,5,1,1 -1332419,1997,6,2,2 -1332419,1997,7,4,2 -1332419,1997,9,2,1 -1332419,1997,11,1,3 -1332419,1997,12,1,1 -1332419,1998,1,2,1 -1332419,1998,2,2,1.5 -1332419,1998,3,3,2.3333333333333335 -1332419,1998,6,2,3 -1332419,1998,7,1,2 -1332419,1998,8,5,2.2 -1332419,1998,9,2,2.5 -1332419,1998,10,1,2 -1332419,1998,11,1,2 -1332419,1998,12,3,1.3333333333333333 -1332419,1999,1,4,9.75 -1332419,1999,2,2,1.5 -1332419,1999,3,2,2 -1332419,1999,4,1,7 -1332419,1999,5,3,2.6666666666666665 -1332419,1999,6,2,8 -1332419,1999,7,1,2 -1332419,1999,8,3,1.6666666666666667 -1332419,1999,9,2,3.5 -1332419,1999,10,3,11.666666666666666 -1332419,1999,11,3,1.3333333333333333 -1332419,1999,12,3,2 -1332419,2000,1,4,3.25 -1332419,2000,3,2,2.5 -1332419,2000,4,1,1 -1332419,2000,5,1,4 -1332419,2000,6,4,1.75 -1332419,2000,7,1,2 -1332419,2000,8,2,1.5 -1332419,2000,9,1,1 -1332419,2000,10,3,1.6666666666666667 -1332419,2000,11,2,2.5 -1332419,2000,12,4,6.5 -1332419,2001,1,3,1.6666666666666667 -1332419,2001,2,3,1.6666666666666667 -1332419,2001,3,2,1 -1332419,2001,4,3,1.6666666666666667 -1332419,2001,5,2,4.5 -1332419,2001,6,3,3.3333333333333335 -1332419,2001,7,5,2.6 -1332419,2001,8,3,1.6666666666666667 -1332419,2001,9,2,1.5 -1332419,2001,10,2,2.5 -1332419,2001,11,1,25 -1332419,2001,12,5,1.8 -1332419,2002,3,3,1.6666666666666667 -1332419,2002,4,3,2 -1332419,2002,5,5,2.2 -1332419,2002,6,1,2 -1332419,2002,7,6,1.6666666666666667 -1332419,2002,8,2,1 -1332419,2002,9,1,1 -1332419,2002,10,1,1 -1332419,2002,11,3,1.3333333333333333 -1332419,2002,12,2,2 -1332419,2003,1,3,3 -1332419,2003,2,1,1 -1332419,2003,3,3,1.6666666666666667 -1332419,2003,4,2,4 -1332419,2003,5,2,2 -1332419,2003,6,1,2 -1332419,2003,7,3,4.333333333333333 -1332419,2003,8,1,5 -1332419,2003,9,5,1.4 -1332419,2003,10,4,1.5 -1332419,2003,11,4,1.5 -1332419,2003,12,3,2 -1332419,2004,1,1,2 -1332419,2004,2,2,1.5 -1332419,2004,3,4,2 -1332419,2004,5,3,1.3333333333333333 -1332419,2004,6,4,2.5 -1332419,2004,7,4,2 -1332419,2004,8,1,1 -1332419,2004,9,2,1.5 -1332419,2004,11,2,4 -1332419,2004,12,3,2.6666666666666665 -1332419,2005,2,8,2 -1332419,2005,3,2,1.5 -1332419,2005,4,3,1.6666666666666667 -1332419,2005,5,2,2 -1332419,2005,6,4,2.5 -1332419,2005,8,3,1.3333333333333333 -1332419,2005,9,4,2.75 -1332419,2005,10,2,1.5 -1332419,2005,11,6,2.1666666666666665 -1332419,2006,1,5,1.8 -1332419,2006,2,3,1.6666666666666667 -1332419,2006,3,2,2 -1332419,2006,5,4,2.25 -1332419,2006,6,4,8.5 -1332419,2006,7,3,2 -1332419,2006,8,2,1.5 -1332419,2006,9,1,2 -1332419,2006,11,1,3 -1332419,2006,12,4,1.75 -1332419,2007,1,3,2.3333333333333335 -1332419,2007,2,1,1 -1332419,2007,3,4,3.75 -1332419,2007,4,5,3 -1332419,2007,5,4,2 -1332419,2007,6,1,2 -1332419,2007,7,2,2 -1332419,2007,8,5,2.8 -1332419,2007,9,3,6.666666666666667 -1332419,2007,11,3,6.666666666666667 -1332419,2007,12,2,1.5 -1332419,2008,1,2,1 -1332419,2008,2,1,2 -1332419,2008,3,3,1.6666666666666667 -1332419,2008,4,4,1.25 -1332419,2008,5,3,2 -1332419,2008,6,1,3 -1332419,2008,7,4,2.25 -1332419,2008,9,3,2.6666666666666665 -1332419,2008,10,6,1.8333333333333333 -1332419,2008,11,2,1.5 -1332419,2008,12,1,2 -1332419,2009,1,2,2 -1332419,2009,2,2,3 -1332419,2009,3,2,1 -1332419,2009,4,2,2.5 -1332419,2009,6,3,1.3333333333333333 -1332419,2009,7,2,2 -1332419,2009,8,2,1.5 -1332419,2009,9,3,1.6666666666666667 -1332419,2009,10,2,1 -1332419,2009,11,2,3.5 -1332419,2009,12,1,2 -1332419,2010,2,3,1.3333333333333333 -1332419,2010,3,2,3 -1332419,2010,4,1,2 -1332419,2010,5,2,1.5 -1332419,2010,6,4,2.5 -1332419,2010,7,4,1.5 -1332419,2010,8,3,1.6666666666666667 -1332419,2010,9,3,2 -1332419,2010,10,4,1.75 -1332419,2010,11,4,3 -1332419,2010,12,4,1.5 -1332419,2011,1,5,1.2 -1332419,2011,3,3,1.3333333333333333 -1332419,2011,5,2,1.5 -1332419,2011,6,2,1 -1332419,2011,7,3,2.3333333333333335 -1332419,2011,8,3,1.3333333333333333 -1332419,2011,9,6,1.5 -1332419,2011,10,2,1.5 -1332419,2011,11,1,2 -1332419,2011,12,5,1.6 -1332419,2012,1,3,1.6666666666666667 -1332419,2012,2,2,6 -1332419,2012,3,4,1.75 -1332419,2012,4,5,1.2 -1332419,2012,5,4,2 -1332419,2012,6,1,2 -1332419,2012,7,6,1.6666666666666667 -1332419,2012,8,6,1.8333333333333333 -1332419,2012,9,4,1.75 -1332419,2012,10,3,1.6666666666666667 -1332419,2012,11,4,7 -1332419,2012,12,2,2 -1332419,2013,1,3,2 -1332419,2013,2,1,2 -1332419,2013,3,6,2.6666666666666665 -1332419,2013,4,4,1.75 -1332419,2013,5,4,2.25 -1332419,2013,6,4,1.5 -1332419,2013,7,2,1.5 -1332419,2013,8,2,2.5 -1332419,2013,9,2,1.5 -1332419,2013,10,4,3 -1332419,2013,11,2,1.5 -1332419,2013,12,1,2 -1332419,2014,1,6,1.5 -1332419,2014,3,2,2.5 -1332419,2014,4,4,2 -1332419,2014,5,5,1.8 -1332419,2014,6,4,1.75 -1332419,2014,8,2,1.5 -1332419,2014,9,4,2 -1332419,2014,10,5,1.8 -1332419,2014,11,4,2.5 -1332419,2014,12,2,1.5 -1332419,2015,1,3,3.3333333333333335 -1332419,2015,2,2,2 -1332419,2015,3,7,2 -1332419,2015,4,8,6 -1332419,2015,5,4,1.75 -1332419,2015,6,2,2.5 -1332419,2015,7,4,2 -1332419,2015,8,4,2 -1332419,2015,11,4,4.25 -1332419,2015,12,1,1 -1332419,2016,1,2,2 -1332419,2016,2,3,2 -1332419,2016,3,2,3.5 -1332419,2016,4,2,2 -1332419,2016,5,3,1.6666666666666667 -1332419,2016,6,4,3.25 -1332419,2016,7,2,1.5 -1332419,2016,8,3,2.3333333333333335 -1332419,2016,9,2,2.5 -1332419,2016,10,3,1.3333333333333333 -1332419,2016,11,3,2.3333333333333335 -1332419,2016,12,2,2.5 -1332419,2017,1,1,11 -1332419,2017,2,2,2 -1332419,2017,3,2,6.5 -1332419,2017,5,2,1 -1332419,2017,6,3,1.3333333333333333 -1332419,2017,7,3,3 -1332419,2017,8,3,1.6666666666666667 -1332419,2017,9,2,1 -1332419,2017,10,3,2 -1332419,2017,11,4,1.75 -1332419,2017,12,3,1.6666666666666667 -1332419,2018,1,6,2.5 -1332419,2018,2,5,1.8 -1332419,2018,3,3,2 -1332419,2018,4,3,6 -1332419,2018,5,3,2.3333333333333335 -1332419,2018,6,4,1.5 -1332419,2018,7,2,1 -1332419,2018,8,2,2 -1332419,2018,9,9,2 -1332419,2018,10,5,1.4 -1332419,2018,11,7,1.8571428571428572 -1332419,2018,12,6,1.6666666666666667 -1332419,2019,1,3,1.6666666666666667 -1332419,2019,2,5,2.4 -1332419,2019,3,5,4.4 -1332419,2019,4,4,1.75 -1332419,2019,5,3,6 -1332419,2019,6,1,2 -1332419,2019,7,4,1.75 -1332419,2019,8,2,3.5 -1332419,2019,9,3,1.3333333333333333 -1332419,2019,10,5,2.2 -1332419,2019,12,4,2.5 -1332419,2020,1,2,2 -1332419,2020,2,2,1 -1332419,2020,3,5,3 -1332419,2020,4,3,1.6666666666666667 -1332419,2020,5,4,2.5 -1332419,2020,6,5,3 -1332419,2020,7,6,2 -1332419,2020,8,5,2 -1332419,2020,9,8,1.625 -1332419,2020,10,3,1.3333333333333333 -1332419,2020,11,3,1.6666666666666667 -1332419,2020,12,2,1.5 -1332419,2021,1,5,2 -1332419,2021,2,3,2 -1332419,2021,3,4,5 -1332419,2021,4,2,1.5 -1332419,2021,5,5,1.6 -1332419,2021,6,4,1.25 -1332419,2021,8,4,1.25 -1332419,2021,9,1,1 -1332419,2021,10,2,1 -1332419,2021,11,2,4 -1332419,2021,12,4,2.25 -1332419,2022,2,5,2.4 -1332419,2022,3,5,3.4 -1332419,2022,4,4,1.75 -1332419,2022,5,4,1.25 -1332419,2022,6,6,1.8333333333333333 -1332419,2022,7,1,2 -1332419,2022,8,3,2.3333333333333335 -1332419,2022,9,3,2 -1332419,2022,10,1,2 -1332419,2022,11,2,4.5 -1332419,2022,12,2,1.5 -1332419,2023,1,6,3 -1332419,2023,2,3,1.6666666666666667 -1332419,2023,3,2,5.5 -1332419,2023,4,4,2.25 -1332419,2023,5,6,1.8333333333333333 -1539411,1991,1,10,2 -1539411,1991,2,14,2.0714285714285716 -1539411,1991,3,15,1.8666666666666667 -1539411,1991,4,11,2 -1539411,1991,5,19,3.473684210526316 -1539411,1991,6,16,2.6875 -1539411,1991,7,17,2.823529411764706 -1539411,1991,8,23,1.9565217391304348 -1539411,1991,9,19,1.7894736842105263 -1539411,1991,10,17,2.7058823529411766 -1539411,1991,11,11,1.8181818181818181 -1539411,1991,12,19,2.210526315789474 -1539411,1992,1,4,1.5 -1539411,1992,3,3,2 -1539411,1992,4,1,2 -1539411,1992,5,1,5 -1539411,1992,6,4,2.75 -1539411,1992,7,1,1 -1539411,1992,8,1,1 -1539411,1992,9,2,1.5 -1539411,1992,10,1,2 -1539411,1992,11,1,4 -1539411,1992,12,1,2 -1539411,1993,1,2,3 -1539411,1993,2,1,1 -1539411,1993,3,2,3.5 -1539411,1993,4,1,2 -1539411,1993,5,2,2 -1539411,1993,6,2,2 -1539411,1993,7,1,1 -1539411,1993,8,1,1 -1539411,1993,9,3,2 -1539411,1993,11,1,1 -1539411,1994,1,1,1 -1539411,1994,2,3,2.6666666666666665 -1539411,1994,4,2,1.5 -1539411,1994,7,1,1 -1539411,1994,8,1,3 -1539411,1994,9,4,1.5 -1539411,1994,10,2,3 -1539411,1994,11,5,2.2 -1539411,1994,12,1,6 -1539411,1995,1,3,3.3333333333333335 -1539411,1995,2,1,3 -1539411,1995,4,4,1.5 -1539411,1995,5,1,2 -1539411,1995,6,4,4.5 -1539411,1995,8,1,2 -1539411,1995,9,1,2 -1539411,1995,10,1,1 -1539411,1995,11,3,1 -1539411,1995,12,3,1.3333333333333333 -1539411,1996,1,3,2 -1539411,1996,2,2,1.5 -1539411,1996,4,3,1.6666666666666667 -1539411,1996,5,1,2 -1539411,1996,6,4,1.75 -1539411,1996,7,2,1.5 -1539411,1996,8,1,2 -1539411,1996,9,3,3 -1539411,1996,10,2,1 -1539411,1996,11,4,1.75 -1539411,1997,1,4,2.25 -1539411,1997,2,1,2 -1539411,1997,3,1,3 -1539411,1997,4,1,4 -1539411,1997,5,1,1 -1539411,1997,6,2,2 -1539411,1997,7,4,2 -1539411,1997,9,2,1 -1539411,1997,11,1,3 -1539411,1997,12,1,1 -1539411,1998,1,2,1 -1539411,1998,2,2,1.5 -1539411,1998,3,3,2.3333333333333335 -1539411,1998,6,2,3 -1539411,1998,7,1,2 -1539411,1998,8,5,2.2 -1539411,1998,9,2,2.5 -1539411,1998,10,1,2 -1539411,1998,11,1,2 -1539411,1998,12,3,1.3333333333333333 -1539411,1999,1,4,9.75 -1539411,1999,2,2,1.5 -1539411,1999,3,2,2 -1539411,1999,4,1,7 -1539411,1999,5,3,2.6666666666666665 -1539411,1999,6,2,8 -1539411,1999,7,1,2 -1539411,1999,8,3,1.6666666666666667 -1539411,1999,9,2,3.5 -1539411,1999,10,3,11.666666666666666 -1539411,1999,11,3,1.3333333333333333 -1539411,1999,12,3,2 -1539411,2000,1,4,3.25 -1539411,2000,3,2,2.5 -1539411,2000,4,1,1 -1539411,2000,5,1,4 -1539411,2000,6,4,1.75 -1539411,2000,7,1,2 -1539411,2000,8,2,1.5 -1539411,2000,9,1,1 -1539411,2000,10,3,1.6666666666666667 -1539411,2000,11,2,2.5 -1539411,2000,12,4,6.5 -1539411,2001,1,3,1.6666666666666667 -1539411,2001,2,3,1.6666666666666667 -1539411,2001,3,2,1 -1539411,2001,4,3,1.6666666666666667 -1539411,2001,5,2,4.5 -1539411,2001,6,3,3.3333333333333335 -1539411,2001,7,5,2.6 -1539411,2001,8,3,1.6666666666666667 -1539411,2001,9,2,1.5 -1539411,2001,10,2,2.5 -1539411,2001,11,1,25 -1539411,2001,12,5,1.8 -1539411,2002,3,3,1.6666666666666667 -1539411,2002,4,3,2 -1539411,2002,5,5,2.2 -1539411,2002,6,1,2 -1539411,2002,7,6,1.6666666666666667 -1539411,2002,8,2,1 -1539411,2002,9,1,1 -1539411,2002,10,1,1 -1539411,2002,11,3,1.3333333333333333 -1539411,2002,12,2,2 -1539411,2003,1,3,3 -1539411,2003,2,1,1 -1539411,2003,3,3,1.6666666666666667 -1539411,2003,4,2,4 -1539411,2003,5,2,2 -1539411,2003,6,1,2 -1539411,2003,7,3,4.333333333333333 -1539411,2003,8,1,5 -1539411,2003,9,5,1.4 -1539411,2003,10,4,1.5 -1539411,2003,11,4,1.5 -1539411,2003,12,3,2 -1539411,2004,1,1,2 -1539411,2004,2,2,1.5 -1539411,2004,3,4,2 -1539411,2004,5,3,1.3333333333333333 -1539411,2004,6,4,2.5 -1539411,2004,7,4,2 -1539411,2004,8,1,1 -1539411,2004,9,2,1.5 -1539411,2004,11,2,4 -1539411,2004,12,3,2.6666666666666665 -1539411,2005,2,8,2 -1539411,2005,3,2,1.5 -1539411,2005,4,3,1.6666666666666667 -1539411,2005,5,2,2 -1539411,2005,6,4,2.5 -1539411,2005,8,3,1.3333333333333333 -1539411,2005,9,4,2.75 -1539411,2005,10,2,1.5 -1539411,2005,11,6,2.1666666666666665 -1539411,2006,1,5,1.8 -1539411,2006,2,3,1.6666666666666667 -1539411,2006,3,2,2 -1539411,2006,5,4,2.25 -1539411,2006,6,4,8.5 -1539411,2006,7,3,2 -1539411,2006,8,2,1.5 -1539411,2006,9,1,2 -1539411,2006,11,1,3 -1539411,2006,12,4,1.75 -1539411,2007,1,3,2.3333333333333335 -1539411,2007,2,1,1 -1539411,2007,3,4,3.75 -1539411,2007,4,5,3 -1539411,2007,5,4,2 -1539411,2007,6,1,2 -1539411,2007,7,2,2 -1539411,2007,8,5,2.8 -1539411,2007,9,3,6.666666666666667 -1539411,2007,11,3,6.666666666666667 -1539411,2007,12,2,1.5 -1539411,2008,1,2,1 -1539411,2008,2,1,2 -1539411,2008,3,3,1.6666666666666667 -1539411,2008,4,4,1.25 -1539411,2008,5,3,2 -1539411,2008,6,1,3 -1539411,2008,7,4,2.25 -1539411,2008,9,3,2.6666666666666665 -1539411,2008,10,6,1.8333333333333333 -1539411,2008,11,2,1.5 -1539411,2008,12,1,2 -1539411,2009,1,2,2 -1539411,2009,2,2,3 -1539411,2009,3,2,1 -1539411,2009,4,2,2.5 -1539411,2009,6,3,1.3333333333333333 -1539411,2009,7,2,2 -1539411,2009,8,2,1.5 -1539411,2009,9,3,1.6666666666666667 -1539411,2009,10,2,1 -1539411,2009,11,2,3.5 -1539411,2009,12,1,2 -1539411,2010,2,3,1.3333333333333333 -1539411,2010,3,2,3 -1539411,2010,4,1,2 -1539411,2010,5,2,1.5 -1539411,2010,6,4,2.5 -1539411,2010,7,4,1.5 -1539411,2010,8,3,1.6666666666666667 -1539411,2010,9,3,2 -1539411,2010,10,4,1.75 -1539411,2010,11,4,3 -1539411,2010,12,4,1.5 -1539411,2011,1,5,1.2 -1539411,2011,3,3,1.3333333333333333 -1539411,2011,5,2,1.5 -1539411,2011,6,2,1 -1539411,2011,7,3,2.3333333333333335 -1539411,2011,8,3,1.3333333333333333 -1539411,2011,9,6,1.5 -1539411,2011,10,2,1.5 -1539411,2011,11,1,2 -1539411,2011,12,5,1.6 -1539411,2012,1,3,1.6666666666666667 -1539411,2012,2,2,6 -1539411,2012,3,4,1.75 -1539411,2012,4,5,1.2 -1539411,2012,5,4,2 -1539411,2012,6,1,2 -1539411,2012,7,6,1.6666666666666667 -1539411,2012,8,6,1.8333333333333333 -1539411,2012,9,4,1.75 -1539411,2012,10,3,1.6666666666666667 -1539411,2012,11,4,7 -1539411,2012,12,2,2 -1539411,2013,1,3,2 -1539411,2013,2,1,2 -1539411,2013,3,6,2.6666666666666665 -1539411,2013,4,4,1.75 -1539411,2013,5,4,2.25 -1539411,2013,6,4,1.5 -1539411,2013,7,2,1.5 -1539411,2013,8,2,2.5 -1539411,2013,9,2,1.5 -1539411,2013,10,4,3 -1539411,2013,11,2,1.5 -1539411,2013,12,1,2 -1539411,2014,1,6,1.5 -1539411,2014,3,2,2.5 -1539411,2014,4,4,2 -1539411,2014,5,5,1.8 -1539411,2014,6,4,1.75 -1539411,2014,8,2,1.5 -1539411,2014,9,4,2 -1539411,2014,10,5,1.8 -1539411,2014,11,4,2.5 -1539411,2014,12,2,1.5 -1539411,2015,1,3,3.3333333333333335 -1539411,2015,2,2,2 -1539411,2015,3,7,2 -1539411,2015,4,8,6 -1539411,2015,5,4,1.75 -1539411,2015,6,2,2.5 -1539411,2015,7,4,2 -1539411,2015,8,4,2 -1539411,2015,11,4,4.25 -1539411,2015,12,1,1 -1539411,2016,1,2,2 -1539411,2016,2,3,2 -1539411,2016,3,2,3.5 -1539411,2016,4,2,2 -1539411,2016,5,3,1.6666666666666667 -1539411,2016,6,4,3.25 -1539411,2016,7,2,1.5 -1539411,2016,8,3,2.3333333333333335 -1539411,2016,9,2,2.5 -1539411,2016,10,3,1.3333333333333333 -1539411,2016,11,3,2.3333333333333335 -1539411,2016,12,2,2.5 -1539411,2017,1,1,11 -1539411,2017,2,2,2 -1539411,2017,3,2,6.5 -1539411,2017,5,2,1 -1539411,2017,6,3,1.3333333333333333 -1539411,2017,7,3,3 -1539411,2017,8,3,1.6666666666666667 -1539411,2017,9,2,1 -1539411,2017,10,3,2 -1539411,2017,11,4,1.75 -1539411,2017,12,3,1.6666666666666667 -1539411,2018,1,6,2.5 -1539411,2018,2,5,1.8 -1539411,2018,3,3,2 -1539411,2018,4,3,6 -1539411,2018,5,3,2.3333333333333335 -1539411,2018,6,4,1.5 -1539411,2018,7,2,1 -1539411,2018,8,2,2 -1539411,2018,9,9,2 -1539411,2018,10,5,1.4 -1539411,2018,11,7,1.8571428571428572 -1539411,2018,12,6,1.6666666666666667 -1539411,2019,1,3,1.6666666666666667 -1539411,2019,2,5,2.4 -1539411,2019,3,5,4.4 -1539411,2019,4,4,1.75 -1539411,2019,5,3,6 -1539411,2019,6,1,2 -1539411,2019,7,4,1.75 -1539411,2019,8,2,3.5 -1539411,2019,9,3,1.3333333333333333 -1539411,2019,10,5,2.2 -1539411,2019,12,4,2.5 -1539411,2020,1,2,2 -1539411,2020,2,2,1 -1539411,2020,3,5,3 -1539411,2020,4,3,1.6666666666666667 -1539411,2020,5,4,2.5 -1539411,2020,6,5,3 -1539411,2020,7,6,2 -1539411,2020,8,5,2 -1539411,2020,9,8,1.625 -1539411,2020,10,3,1.3333333333333333 -1539411,2020,11,3,1.6666666666666667 -1539411,2020,12,2,1.5 -1539411,2021,1,5,2 -1539411,2021,2,3,2 -1539411,2021,3,4,5 -1539411,2021,4,2,1.5 -1539411,2021,5,5,1.6 -1539411,2021,6,4,1.25 -1539411,2021,8,4,1.25 -1539411,2021,9,1,1 -1539411,2021,10,2,1 -1539411,2021,11,2,4 -1539411,2021,12,4,2.25 -1539411,2022,2,5,2.4 -1539411,2022,3,5,3.4 -1539411,2022,4,4,1.75 -1539411,2022,5,4,1.25 -1539411,2022,6,6,1.8333333333333333 -1539411,2022,7,1,2 -1539411,2022,8,3,2.3333333333333335 -1539411,2022,9,3,2 -1539411,2022,10,1,2 -1539411,2022,11,2,4.5 -1539411,2022,12,2,1.5 -1539411,2023,1,6,3 -1539411,2023,2,3,1.6666666666666667 -1539411,2023,3,2,5.5 -1539411,2023,4,4,2.25 -1539411,2023,5,6,1.8333333333333333 -1545959,1996,7,1,1 -1545959,1996,8,3,1 -1545959,1996,9,1,1 -1545959,1996,10,1,1 -1545959,1996,12,2,1 -1545959,1997,2,3,1.3333333333333333 -1545959,1997,5,2,1 -1545959,1997,7,1,1 -1545959,1997,9,2,1 -1545959,1998,1,1,1 -1545959,1998,3,2,1 -1545959,1998,4,1,1 -1545959,1998,5,1,1 -1545959,1998,7,1,1 -1545959,1998,9,2,1 -1545959,1998,10,1,1 -1545959,1998,11,1,1 -1545959,1999,1,2,1 -1545959,1999,5,2,1 -1545959,1999,6,1,1 -1545959,1999,8,1,1 -1545959,1999,12,3,1 -1545959,2000,4,1,1 -1545959,2000,6,1,1 -1545959,2000,7,1,1 -1545959,2000,10,1,1 -1545959,2000,11,2,1 -1545959,2001,1,1,1 -1545959,2001,2,1,1 -1545959,2001,4,2,1 -1545959,2001,5,2,1 -1545959,2001,7,1,1 -1545959,2001,8,1,1 -1545959,2001,9,1,1 -1545959,2001,10,1,1 -1545959,2002,1,1,1 -1545959,2002,3,1,1 -1545959,2002,4,1,1 -1545959,2002,5,1,1 -1545959,2002,7,4,1 -1545959,2002,8,1,1 -1545959,2002,10,2,1 -1545959,2002,12,1,1 -1545959,2003,2,2,1 -1545959,2003,3,1,1 -1545959,2003,5,1,1 -1545959,2003,6,1,1 -1545959,2003,7,1,1 -1545959,2003,9,1,1 -1545959,2003,10,2,1 -1545959,2003,11,1,1 -1545959,2003,12,1,1 -1545959,2004,1,2,1 -1545959,2004,2,3,1 -1545959,2004,3,2,1 -1545959,2004,4,1,1 -1545959,2004,5,1,1 -1545959,2004,6,1,1 -1545959,2004,7,1,1 -1545959,2004,8,2,1 -1545959,2004,10,2,1 -1545959,2004,12,1,1 -1545959,2005,2,1,1 -1545959,2005,3,1,1 -1545959,2005,4,5,1 -1545959,2005,6,2,1 -1545959,2005,8,2,1 -1545959,2005,9,1,1 -1545959,2005,10,1,1 -1545959,2005,11,2,1 -1545959,2006,1,1,1 -1545959,2006,2,2,1 -1545959,2006,4,1,1 -1545959,2006,5,1,1 -1545959,2006,6,2,1 -1545959,2006,8,2,1 -1545959,2006,10,4,1 -1545959,2007,1,3,1 -1545959,2007,2,2,1 -1545959,2007,3,1,1 -1545959,2007,5,1,1 -1545959,2007,6,2,1 -1545959,2007,7,2,1 -1545959,2007,11,2,1 -1545959,2007,12,1,1 -1545959,2008,1,1,1 -1545959,2008,2,2,1 -1545959,2008,3,1,1 -1545959,2008,6,2,1 -1545959,2008,8,2,1 -1545959,2008,9,1,1 -1545959,2008,10,2,1 -1545959,2009,3,1,1 -1545959,2009,4,1,1 -1545959,2009,5,1,1 -1545959,2009,6,1,1 -1545959,2009,7,1,1 -1545959,2009,8,1,1 -1545959,2009,9,2,1 -1545959,2009,10,1,1 -1545959,2010,3,2,1 -1545959,2010,6,2,1 -1545959,2010,8,2,1 -1545959,2010,9,2,1 -1545959,2010,10,1,1 -1545959,2010,12,2,1 -1545959,2011,5,2,1 -1545959,2011,6,1,1 -1545959,2011,7,1,1 -1545959,2011,8,1,1 -1545959,2011,9,2,1 -1545959,2011,12,1,1 -1545959,2012,1,2,1 -1545959,2012,3,1,1 -1545959,2012,5,1,1 -1545959,2012,6,1,1 -1545959,2012,7,1,1 -1545959,2012,9,3,1 -1545959,2012,10,2,1 -1545959,2013,4,1,1 -1545959,2013,6,2,1 -1545959,2013,7,2,1 -1545959,2013,9,2,1 -1545959,2013,10,1,1 -1545959,2013,11,1,1 -1545959,2014,1,1,1 -1545959,2014,2,2,1 -1545959,2014,4,2,1 -1545959,2014,5,2,1 -1545959,2014,10,1,1 -1545959,2014,12,1,1 -1545959,2015,1,2,1 -1545959,2015,2,1,1 -1545959,2015,4,1,1 -1545959,2015,5,2,1 -1545959,2015,6,1,1 -1545959,2015,8,3,1 -1545959,2015,9,1,1 -1545959,2016,4,2,1 -1545959,2016,5,4,1 -1545959,2016,7,2,1 -1545959,2016,8,3,1 -1545959,2016,9,2,1 -1545959,2016,10,3,1 -1545959,2016,11,1,1 -1545959,2016,12,4,1 -1545959,2017,1,1,1 -1545959,2017,2,1,1 -1545959,2017,5,1,1 -1545959,2017,8,4,1 -1545959,2017,9,3,1 -1545959,2017,10,1,1 -1545959,2017,12,4,1 -1545959,2018,2,1,1 -1545959,2018,3,3,1 -1545959,2018,4,1,1 -1545959,2018,5,1,2 -1545959,2018,6,3,1 -1545959,2018,7,4,1.25 -1545959,2018,8,2,1 -1545959,2018,9,1,2 -1545959,2018,11,2,1 -1545959,2018,12,1,1 -1545959,2019,1,1,1 -1545959,2019,3,2,1 -1545959,2019,4,1,1 -1545959,2019,5,2,1 -1545959,2019,6,2,1 -1545959,2019,7,2,1 -1545959,2019,8,2,1 -1545959,2019,9,1,1 -1545959,2019,10,3,1 -1545959,2019,11,1,1 -1545959,2019,12,4,1 -1545959,2020,1,3,1.3333333333333333 -1545959,2020,3,1,1 -1545959,2020,4,3,1 -1545959,2020,7,3,1 -1545959,2020,8,2,1 -1545959,2020,9,1,1 -1545959,2020,11,2,1 -1545959,2020,12,2,1 -1545959,2021,1,2,1 -1545959,2021,4,2,1 -1545959,2021,6,2,1 -1545959,2021,7,2,1 -1545959,2021,8,3,1 -1545959,2021,9,3,1 -1545959,2021,10,2,1 -1545959,2021,11,4,1 -1545959,2021,12,1,1 -1545959,2022,2,2,1 -1545959,2022,3,1,1 -1545959,2022,4,3,1 -1545959,2022,5,1,1 -1545959,2022,6,1,1 -1545959,2022,7,2,1 -1545959,2022,8,2,1 -1545959,2022,9,1,1 -1545959,2022,10,2,1 -1545959,2022,11,1,1 -1545959,2022,12,2,1 -1545959,2023,1,3,1 -1545959,2023,2,2,1 -1545959,2023,4,2,1 -1545959,2023,5,1,1 -3001079,2018,3,1,1 -3001079,2020,5,1,1 -4057420,1955,4,2,1 -4057420,1955,11,1,1 -4057420,1960,4,1,1 -4057420,1962,1,1,1 -4057420,1963,6,1,1 -4057420,1967,4,1,1 -4057420,1973,6,1,1 -4057420,1979,6,1,2 -4057420,1979,12,1,1 -4057420,1984,11,1,1 -4057420,1985,4,1,5 -4057420,1986,4,1,5 -4057420,1986,6,1,1 -4057420,1988,5,1,1 -4057420,1988,6,1,1 -4057420,1989,5,1,5 -4057420,1990,5,1,5 -4057420,1990,6,1,1 -4057420,1990,9,1,1 -4057420,1991,1,1,1 -4057420,1991,3,1,1 -4057420,1991,8,1,1 -4057420,1991,9,1,1 -4057420,1991,10,1,2 -4057420,1992,5,2,3 -4057420,1992,11,2,1.5 -4057420,1993,2,1,2 -4057420,1993,6,1,5 -4057420,1994,2,1,2 -4057420,1994,5,1,15 -4057420,1994,6,1,1 -4057420,1994,8,1,6 -4057420,1994,9,1,1 -4057420,1994,10,1,2 -4057420,1995,6,2,2 -4057420,1995,7,1,1 -4057420,1995,9,1,1 -4057420,1996,6,2,1.5 -4057420,1996,10,1,1 -4057420,1996,11,2,2 -4057420,1997,2,1,1 -4057420,1997,6,2,2 -4057420,1997,8,1,1 -4057420,1997,11,1,2 -4057420,1998,2,1,2 -4057420,1998,7,1,1 -4057420,1998,8,1,5 -4057420,1998,9,1,1 -4057420,1998,10,1,1 -4057420,1999,2,2,4 -4057420,1999,6,1,2 -4057420,1999,8,1,1 -4057420,1999,12,1,2 -4057420,2000,2,1,6 -4057420,2000,4,1,1 -4057420,2000,6,2,1.5 -4057420,2000,10,1,1 -4057420,2000,12,2,1.5 -4057420,2001,4,1,2 -4057420,2001,6,2,1.5 -4057420,2001,9,2,1 -4057420,2002,1,1,1 -4057420,2002,2,1,1 -4057420,2002,3,1,1 -4057420,2002,4,1,1 -4057420,2002,8,1,2 -4057420,2003,2,1,1 -4057420,2003,4,2,1 -4057420,2003,8,2,2 -4057420,2003,9,1,1 -4057420,2003,10,1,1 -4057420,2004,4,1,1 -4057420,2004,5,1,1 -4057420,2004,6,1,2 -4057420,2004,8,1,2 -4057420,2004,10,1,1 -4057420,2004,11,2,1 -4057420,2005,3,1,1 -4057420,2005,4,2,1.5 -4057420,2005,8,3,1.3333333333333333 -4057420,2005,10,1,2 -4057420,2005,11,1,1 -4057420,2006,1,3,1 -4057420,2006,3,2,1 -4057420,2006,4,2,1 -4057420,2006,5,2,1.5 -4057420,2006,10,1,1 -4057420,2006,12,1,2 -4057420,2007,1,1,1 -4057420,2007,2,1,1 -4057420,2007,4,1,1 -4057420,2007,6,1,2 -4057420,2007,8,2,1.5 -4057420,2007,11,1,2 -4057420,2007,12,1,1 -4057420,2008,2,1,1 -4057420,2008,3,1,1 -4057420,2008,4,1,1 -4057420,2008,8,1,2 -4057420,2008,9,1,2 -4057420,2008,12,2,1 -4057420,2009,5,1,1 -4057420,2009,7,1,1 -4057420,2009,10,1,1 -4057420,2009,11,1,1 -4057420,2010,4,3,1 -4057420,2010,5,2,1 -4057420,2010,7,1,2 -4057420,2010,9,2,2.5 -4057420,2010,12,2,1.5 -4057420,2011,1,1,1 -4057420,2011,2,1,1 -4057420,2011,3,1,1 -4057420,2011,6,2,2 -4057420,2011,7,1,2 -4057420,2011,9,2,2 -4057420,2011,10,1,2 -4057420,2011,12,1,1 -4057420,2012,1,1,1 -4057420,2012,3,1,4 -4057420,2012,4,1,2 -4057420,2012,5,1,1 -4057420,2012,7,1,1 -4057420,2012,8,1,1 -4057420,2012,9,4,1.75 -4057420,2012,11,1,1 -4057420,2012,12,4,1.25 -4057420,2013,1,2,1 -4057420,2013,2,2,1 -4057420,2013,3,2,3 -4057420,2013,4,2,1.5 -4057420,2013,7,7,3 -4057420,2013,8,4,2.25 -4057420,2013,9,10,1.5 -4057420,2013,10,11,2.090909090909091 -4057420,2013,11,7,1.4285714285714286 -4057420,2013,12,10,2.3 -4057420,2014,1,9,1.6666666666666667 -4057420,2014,2,7,1.4285714285714286 -4057420,2014,3,7,1.7142857142857142 -4057420,2014,4,11,1.3636363636363635 -4057420,2014,5,15,1.6666666666666667 -4057420,2014,6,9,2.111111111111111 -4057420,2014,7,4,1.25 -4057420,2014,8,7,2.142857142857143 -4057420,2014,9,9,2.5555555555555554 -4057420,2014,10,8,2.625 -4057420,2014,11,7,1.8571428571428572 -4057420,2014,12,8,1.375 -4057420,2015,1,15,2 -4057420,2015,2,7,1.7142857142857142 -4057420,2015,3,6,1.8333333333333333 -4057420,2015,4,6,1.3333333333333333 -4057420,2015,5,9,5.555555555555555 -4057420,2015,6,9,6.444444444444445 -4057420,2015,7,7,1.7142857142857142 -4057420,2015,8,6,1.5 -4057420,2015,9,4,1 -4057420,2015,10,10,1.8 -4057420,2015,11,9,1.5555555555555556 -4057420,2015,12,9,1.7777777777777777 -4057420,2016,1,6,1.3333333333333333 -4057420,2016,2,11,1.7272727272727273 -4057420,2016,3,13,1.4615384615384615 -4057420,2016,4,9,1.5555555555555556 -4057420,2016,5,13,1.9230769230769231 -4057420,2016,6,13,2.230769230769231 -4057420,2016,7,8,1.5 -4057420,2016,8,6,2 -4057420,2016,9,8,2.5 -4057420,2016,10,9,2.111111111111111 -4057420,2016,11,13,1.4615384615384615 -4057420,2016,12,10,3.3 -4057420,2017,1,14,1.8571428571428572 -4057420,2017,2,7,5.857142857142857 -4057420,2017,3,12,1.6666666666666667 -4057420,2017,4,11,1.7272727272727273 -4057420,2017,5,9,6.777777777777778 -4057420,2017,6,9,3.111111111111111 -4057420,2017,7,8,1.875 -4057420,2017,8,13,4.153846153846154 -4057420,2017,9,10,2 -4057420,2017,10,12,2.8333333333333335 -4057420,2017,11,14,2.2857142857142856 -4057420,2017,12,10,1.7 -4057420,2018,1,7,1.1428571428571428 -4057420,2018,2,1,2 -4057420,2018,3,9,1.4444444444444444 -4057420,2018,4,7,1.4285714285714286 -4057420,2018,5,12,1.5833333333333333 -4057420,2018,6,9,1.4444444444444444 -4057420,2018,7,8,2.125 -4057420,2018,8,14,2.2142857142857144 -4057420,2018,9,6,5.333333333333333 -4057420,2018,10,5,1 -4057420,2018,11,8,2.125 -4057420,2018,12,8,2 -4057420,2019,1,12,2 -4057420,2019,2,8,1.375 -4057420,2019,3,6,1.6666666666666667 -4057420,2019,4,7,1.4285714285714286 -4057420,2019,5,12,4.833333333333333 -4057420,2019,6,10,2.8 -4057420,2019,7,13,4.230769230769231 -4057420,2019,8,13,3.1538461538461537 -4057420,2019,9,11,4.2727272727272725 -4057420,2019,10,10,2.8 -4057420,2019,11,11,2.4545454545454546 -4057420,2019,12,11,2 -4057420,2020,1,20,2.5 -4057420,2020,2,5,1.8 -4057420,2020,3,12,1.6666666666666667 -4057420,2020,4,9,1.7777777777777777 -4057420,2020,5,6,2.3333333333333335 -4057420,2020,6,10,1.4 -4057420,2020,7,16,2.9375 -4057420,2020,8,14,2.7142857142857144 -4057420,2020,9,9,4.222222222222222 -4057420,2020,10,9,1.7777777777777777 -4057420,2020,11,12,2 -4057420,2020,12,15,1.6 -4057420,2021,1,10,1.7 -4057420,2021,2,11,1.8181818181818181 -4057420,2021,3,14,1.8571428571428572 -4057420,2021,4,10,1.6 -4057420,2021,5,9,2.4444444444444446 -4057420,2021,6,10,2.9 -4057420,2021,7,20,1.65 -4057420,2021,8,10,3.4 -4057420,2021,9,11,1.7272727272727273 -4057420,2021,10,14,1.5714285714285714 -4057420,2021,11,14,2.2857142857142856 -4057420,2021,12,15,2.1333333333333333 -4057420,2022,1,8,1.625 -4057420,2022,2,6,1.5 -4057420,2022,3,13,1.9230769230769231 -4057420,2022,4,12,1.8333333333333333 -4057420,2022,5,10,1.5 -4057420,2022,6,8,2.5 -4057420,2022,7,13,4.076923076923077 -4057420,2022,8,9,2.3333333333333335 -4057420,2022,9,12,4.333333333333333 -4057420,2022,10,10,1.6 -4057420,2022,11,12,2.1666666666666665 -4057420,2022,12,16,2 -4057420,2023,1,6,3.3333333333333335 -4057420,2023,2,14,1.7857142857142858 -4057420,2023,3,15,1.9333333333333333 -4057420,2023,4,8,1.5 -4057420,2023,5,12,1.75 -4057420,2023,6,4,1.75 -4078793,1977,5,1,2 -4078793,1978,6,1,2 -4078793,1980,6,1,2 -4078793,1984,4,1,5 -4078793,1987,5,1,5 -4078793,1988,5,1,5 -4078793,1988,6,1,1 -4078793,1989,6,1,1 -4078793,1990,6,1,1 -4078793,1990,10,1,2 -4078793,1991,5,2,10 -4078793,1991,6,1,1 -4078793,1991,10,2,2 -4078793,1992,5,1,15 -4078793,1992,6,1,1 -4078793,1992,10,2,2 -4078793,1993,1,1,2 -4078793,1993,5,1,15 -4078793,1993,7,1,1 -4078793,1993,9,1,1 -4078793,1993,10,1,2 -4078793,1993,11,2,2 -4078793,1994,1,1,2 -4078793,1994,5,1,2 -4078793,1994,7,1,1 -4078793,1994,9,1,1 -4078793,1994,11,2,2 -4078793,1995,1,1,2 -4078793,1995,2,1,2 -4078793,1995,5,2,8.5 -4078793,1995,7,1,1 -4078793,1995,8,1,6 -4078793,1995,10,1,2 -4078793,1995,11,2,2 -4078793,1996,1,2,4 -4078793,1996,2,1,2 -4078793,1996,5,2,8.5 -4078793,1996,6,2,2 -4078793,1996,7,2,1.5 -4078793,1996,8,1,1 -4078793,1996,9,2,3.5 -4078793,1996,11,1,2 -4078793,1997,1,2,4 -4078793,1997,2,1,2 -4078793,1997,3,1,2 -4078793,1997,5,1,2 -4078793,1997,6,2,8.5 -4078793,1997,7,1,2 -4078793,1997,9,3,2.6666666666666665 -4078793,1997,10,1,2 -4078793,1997,11,1,2 -4078793,1997,12,1,2 -4078793,1998,2,1,6 -4078793,1998,3,2,2 -4078793,1998,5,1,2 -4078793,1998,6,2,8.5 -4078793,1998,7,1,2 -4078793,1998,8,1,2 -4078793,1998,9,2,3.5 -4078793,1998,10,1,2 -4078793,1998,11,1,2 -4078793,1998,12,3,2 -4078793,1999,3,2,2 -4078793,1999,6,2,8.5 -4078793,1999,7,1,2 -4078793,1999,8,2,3.5 -4078793,1999,9,2,3.5 -4078793,1999,10,2,1.5 -4078793,1999,11,1,2 -4078793,1999,12,2,2 -4078793,2000,2,1,2 -4078793,2000,3,2,2 -4078793,2000,4,1,2 -4078793,2000,7,4,2 -4078793,2000,8,1,2 -4078793,2000,9,2,3.5 -4078793,2000,10,2,1.5 -4078793,2000,12,1,2 -4078793,2001,2,2,4 -4078793,2001,3,1,2 -4078793,2001,7,3,2 -4078793,2001,8,3,2 -4078793,2001,9,1,1 -4078793,2001,10,3,2.6666666666666665 -4078793,2001,11,1,2 -4078793,2002,2,1,2 -4078793,2002,3,1,6 -4078793,2002,4,2,2 -4078793,2002,6,2,2 -4078793,2002,7,2,2 -4078793,2002,8,3,2 -4078793,2002,10,3,2.6666666666666665 -4078793,2002,11,2,1.5 -4078793,2003,1,1,1 -4078793,2003,3,1,6 -4078793,2003,4,2,2 -4078793,2003,5,1,1 -4078793,2003,6,2,2 -4078793,2003,7,2,2 -4078793,2003,8,3,2 -4078793,2003,10,2,4 -4078793,2003,11,3,1.6666666666666667 -4078793,2004,1,2,1 -4078793,2004,3,1,6 -4078793,2004,4,4,1.75 -4078793,2004,5,1,1 -4078793,2004,7,1,2 -4078793,2004,8,3,2 -4078793,2004,9,1,2 -4078793,2004,10,2,1.5 -4078793,2004,11,2,2 -4078793,2005,1,3,1.6666666666666667 -4078793,2005,2,1,2 -4078793,2005,3,1,6 -4078793,2005,4,2,1.5 -4078793,2005,5,1,2 -4078793,2005,6,1,1 -4078793,2005,7,1,2 -4078793,2005,8,3,2 -4078793,2005,9,1,2 -4078793,2005,11,3,1.6666666666666667 -4078793,2006,1,1,1 -4078793,2006,2,1,3 -4078793,2006,3,1,2 -4078793,2006,4,2,2 -4078793,2006,6,1,1 -4078793,2006,7,1,2 -4078793,2006,8,5,1.8 -4078793,2006,9,1,2 -4078793,2006,11,4,1.75 -4078793,2006,12,1,1 -4078793,2007,1,2,1 -4078793,2007,3,3,1.3333333333333333 -4078793,2007,5,2,1.5 -4078793,2007,7,1,2 -4078793,2007,8,1,2 -4078793,2007,9,2,2 -4078793,2007,11,1,2 -4078793,2007,12,2,1.5 -4078793,2008,1,1,1 -4078793,2008,2,1,1 -4078793,2008,3,1,1 -4078793,2008,5,1,1 -4078793,2008,6,1,2 -4078793,2008,7,1,2 -4078793,2008,8,1,1 -4078793,2008,9,3,2 -4078793,2008,11,1,2 -4078793,2008,12,3,1.6666666666666667 -4078793,2009,1,1,1 -4078793,2009,2,2,2.5 -4078793,2009,3,1,1 -4078793,2009,4,2,1 -4078793,2009,5,1,3 -4078793,2009,6,1,2 -4078793,2009,7,1,2 -4078793,2009,8,2,1.5 -4078793,2009,9,2,2 -4078793,2009,10,1,2 -4078793,2009,11,2,1.5 -4078793,2009,12,4,1.5 -4078793,2010,1,1,1 -4078793,2010,2,2,2.5 -4078793,2010,3,1,2 -4078793,2010,4,1,1 -4078793,2010,5,1,1 -4078793,2010,6,1,3 -4078793,2010,7,1,1 -4078793,2010,8,1,1 -4078793,2010,9,2,2 -4078793,2010,10,3,1.3333333333333333 -4078793,2010,11,2,1.5 -4078793,2010,12,2,1.5 -4078793,2011,1,2,1 -4078793,2011,2,1,1 -4078793,2011,3,2,3 -4078793,2011,4,2,1 -4078793,2011,5,2,1 -4078793,2011,7,2,1.5 -4078793,2011,9,2,1.5 -4078793,2011,10,3,2.3333333333333335 -4078793,2011,11,2,1 -4078793,2011,12,2,2 -4078793,2012,1,5,1.2 -4078793,2012,2,3,1 -4078793,2012,4,5,1.4 -4078793,2012,5,1,1 -4078793,2012,6,2,2.5 -4078793,2012,7,1,2 -4078793,2012,8,2,1.5 -4078793,2012,10,5,2 -4078793,2012,11,3,1.3333333333333333 -4078793,2012,12,1,1 -4078793,2013,1,2,1.5 -4078793,2013,2,4,1 -4078793,2013,4,5,1.4 -4078793,2013,5,2,1 -4078793,2013,6,10,2 -4078793,2013,7,29,2.6206896551724137 -4078793,2013,8,28,2.5357142857142856 -4078793,2013,9,22,2.227272727272727 -4078793,2013,10,39,2.282051282051282 -4078793,2013,11,25,1.72 -4078793,2013,12,27,2.2222222222222223 -4078793,2014,1,27,1.962962962962963 -4078793,2014,2,35,2.4285714285714284 -4078793,2014,3,24,1.9166666666666667 -4078793,2014,4,21,3.2857142857142856 -4078793,2014,5,33,1.696969696969697 -4078793,2014,6,32,3.46875 -4078793,2014,7,39,2.717948717948718 -4078793,2014,8,26,2.769230769230769 -4078793,2014,9,27,1.5925925925925926 -4078793,2014,10,35,2.1714285714285713 -4078793,2014,11,38,1.8157894736842106 -4078793,2014,12,29,2.2413793103448274 -4078793,2015,1,21,1.9523809523809523 -4078793,2015,2,38,2.4473684210526314 -4078793,2015,3,37,2.5945945945945947 -4078793,2015,4,25,1.56 -4078793,2015,5,37,2.081081081081081 -4078793,2015,6,38,2.0526315789473686 -4078793,2015,7,25,2.84 -4078793,2015,8,43,2.7906976744186047 -4078793,2015,9,33,1.8181818181818181 -4078793,2015,10,38,2.3684210526315788 -4078793,2015,11,39,2 -4078793,2015,12,31,2.129032258064516 -4078793,2016,1,28,2.2142857142857144 -4078793,2016,2,34,2.676470588235294 -4078793,2016,3,36,2.5277777777777777 -4078793,2016,4,24,1.9583333333333333 -4078793,2016,5,38,2.973684210526316 -4078793,2016,6,39,3 -4078793,2016,7,30,2.6666666666666665 -4078793,2016,8,46,2.5869565217391304 -4078793,2016,9,29,1.6206896551724137 -4078793,2016,10,35,2.1142857142857143 -4078793,2016,11,40,2.15 -4078793,2016,12,25,1.88 -4078793,2017,1,31,1.8387096774193548 -4078793,2017,2,32,1.90625 -4078793,2017,3,33,2.5454545454545454 -4078793,2017,4,30,1.9333333333333333 -4078793,2017,5,42,1.7142857142857142 -4078793,2017,6,47,2.8085106382978724 -4078793,2017,7,34,1.9705882352941178 -4078793,2017,8,40,2.525 -4078793,2017,9,26,1.5769230769230769 -4078793,2017,10,36,1.8888888888888888 -4078793,2017,11,43,2.1627906976744184 -4078793,2017,12,28,2.107142857142857 -4078793,2018,1,39,2.1794871794871793 -4078793,2018,2,36,2.6944444444444446 -4078793,2018,3,46,2.3260869565217392 -4078793,2018,4,36,1.9166666666666667 -4078793,2018,5,39,2.58974358974359 -4078793,2018,6,50,2.92 -4078793,2018,7,36,2.4166666666666665 -4078793,2018,8,46,2.891304347826087 -4078793,2018,9,38,1.736842105263158 -4078793,2018,10,42,2.0238095238095237 -4078793,2018,11,50,2.38 -4078793,2018,12,33,1.7272727272727273 -4078793,2019,1,37,2.1621621621621623 -4078793,2019,2,30,2.066666666666667 -4078793,2019,3,52,2.8076923076923075 -4078793,2019,4,40,1.875 -4078793,2019,5,37,1.837837837837838 -4078793,2019,6,49,1.9795918367346939 -4078793,2019,7,38,2.473684210526316 -4078793,2019,8,47,2.5106382978723403 -4078793,2019,9,34,2.5588235294117645 -4078793,2019,10,39,1.564102564102564 -4078793,2019,11,44,2.1818181818181817 -4078793,2019,12,41,1.975609756097561 -4078793,2020,1,35,2.085714285714286 -4078793,2020,2,33,1.878787878787879 -4078793,2020,3,48,3 -4078793,2020,4,40,1.85 -4078793,2020,5,39,2.5641025641025643 -4078793,2020,6,58,2.4655172413793105 -4078793,2020,7,42,2.6666666666666665 -4078793,2020,8,42,2.8095238095238093 -4078793,2020,9,48,2.3541666666666665 -4078793,2020,10,40,1.8 -4078793,2020,11,54,2.1296296296296298 -4078793,2020,12,45,2.2 -4078793,2021,1,43,2.046511627906977 -4078793,2021,2,29,2.3793103448275863 -4078793,2021,3,49,2.3877551020408165 -4078793,2021,4,43,2.4651162790697674 -4078793,2021,5,41,1.6341463414634145 -4078793,2021,6,51,3 -4078793,2021,7,57,3.263157894736842 -4078793,2021,8,36,2.4444444444444446 -4078793,2021,9,56,3 -4078793,2021,10,38,1.868421052631579 -4078793,2021,11,48,1.9375 -4078793,2021,12,51,2.019607843137255 -4078793,2022,1,44,2.1818181818181817 -4078793,2022,2,45,2.2888888888888888 -4078793,2022,3,49,2.4693877551020407 -4078793,2022,4,42,2.4523809523809526 -4078793,2022,5,49,1.8775510204081634 -4078793,2022,6,54,2.925925925925926 -4078793,2022,7,59,2.9322033898305087 -4078793,2022,8,42,2.2857142857142856 -4078793,2022,9,60,2.7 -4078793,2022,10,43,1.7906976744186047 -4078793,2022,11,52,2.0961538461538463 -4078793,2022,12,56,2.0714285714285716 -4078793,2023,1,40,1.975 -4078793,2023,2,43,2.302325581395349 -4078793,2023,3,42,2.4761904761904763 -4078793,2023,4,53,2.3962264150943398 -4078793,2023,5,51,1.8627450980392157 -4078793,2023,6,22,1.7727272727272727 -4108450,2001,6,1,1 -4108450,2019,9,1,1 -4128111,2020,11,1,1 -4128111,2020,12,1,1 -4202451,1964,12,1,1 -4202451,1969,3,1,1 -4202451,1973,8,1,1 -4202451,1974,3,1,1 -4202451,1974,12,1,1 -4202451,1975,8,1,1 -4202451,1975,11,1,1 -4202451,1977,1,1,1 -4202451,1977,8,1,1 -4202451,1978,7,1,1 -4202451,1979,6,1,1 -4202451,1980,9,1,1 -4202451,1982,1,1,1 -4202451,1982,2,1,1 -4202451,1983,2,1,1 -4202451,1983,3,1,1 -4202451,1984,11,1,1 -4202451,1985,7,1,1 -4202451,1988,5,1,1 -4202451,1990,11,1,1 -4202451,1992,3,1,1 -4202451,1992,6,1,1 -4202451,1993,1,2,1 -4202451,1993,9,1,1 -4202451,1993,12,1,1 -4202451,1994,4,1,1 -4202451,1994,12,1,1 -4202451,1996,6,1,1 -4202451,1996,7,2,1 -4202451,1996,8,1,1 -4202451,1996,10,1,1 -4202451,1997,7,1,1 -4202451,1997,9,2,1 -4202451,1997,11,1,1 -4202451,1998,1,1,1 -4202451,1998,9,1,1 -4202451,1998,10,1,1 -4202451,1999,1,1,1 -4202451,1999,5,1,1 -4202451,1999,6,1,1 -4202451,1999,8,1,1 -4202451,1999,10,1,1 -4202451,2000,5,1,1 -4202451,2000,12,1,1 -4202451,2001,4,1,1 -4202451,2001,9,1,1 -4202451,2001,12,3,1 -4202451,2002,3,1,1 -4202451,2002,5,1,1 -4202451,2002,7,1,1 -4202451,2002,10,1,1 -4202451,2002,11,1,1 -4202451,2002,12,2,1 -4202451,2003,1,1,1 -4202451,2003,2,1,1 -4202451,2003,7,1,1 -4202451,2003,10,1,1 -4202451,2004,1,2,1 -4202451,2004,7,2,1 -4202451,2005,10,2,1 -4202451,2006,1,1,1 -4202451,2006,5,2,1 -4202451,2006,6,2,1 -4202451,2006,11,1,1 -4202451,2006,12,2,1 -4202451,2007,1,1,1 -4202451,2007,4,1,1 -4202451,2007,5,1,1 -4202451,2007,9,1,1 -4202451,2008,3,1,1 -4202451,2008,4,1,1 -4202451,2008,5,1,1 -4202451,2008,6,1,1 -4202451,2008,7,1,1 -4202451,2008,8,2,1 -4202451,2008,10,1,1 -4202451,2008,11,4,1 -4202451,2009,4,1,1 -4202451,2009,5,1,1 -4202451,2009,6,1,1 -4202451,2009,7,1,1 -4202451,2009,9,1,1 -4202451,2009,12,2,1 -4202451,2010,2,1,1 -4202451,2010,3,1,1 -4202451,2010,6,1,1 -4202451,2010,8,1,1 -4202451,2010,9,2,1 -4202451,2011,1,2,1 -4202451,2011,2,1,1 -4202451,2011,5,2,1 -4202451,2012,3,1,1 -4202451,2012,6,2,1 -4202451,2012,7,2,1 -4202451,2012,12,1,1 -4202451,2013,1,1,1 -4202451,2013,3,1,1 -4202451,2013,4,1,1 -4202451,2013,6,2,1 -4202451,2013,7,3,1 -4202451,2013,8,4,1 -4202451,2013,9,1,1 -4202451,2013,10,1,1 -4202451,2013,11,1,1 -4202451,2013,12,4,1 -4202451,2014,1,3,1 -4202451,2014,2,1,1 -4202451,2014,3,2,1 -4202451,2014,4,3,1 -4202451,2014,5,3,1 -4202451,2014,6,1,1 -4202451,2014,7,3,1 -4202451,2014,8,2,1 -4202451,2014,9,4,1 -4202451,2014,10,3,1 -4202451,2014,11,4,1 -4202451,2014,12,2,6 -4202451,2015,1,5,1 -4202451,2015,2,3,1 -4202451,2015,3,5,1 -4202451,2015,4,3,1 -4202451,2015,5,6,1 -4202451,2015,6,5,1 -4202451,2015,7,7,1 -4202451,2015,8,3,1 -4202451,2015,9,2,1 -4202451,2015,10,7,1 -4202451,2015,11,4,1 -4202451,2015,12,4,1 -4202451,2016,1,4,1 -4202451,2016,2,6,1 -4202451,2016,3,3,1 -4202451,2016,4,5,1 -4202451,2016,5,4,1 -4202451,2016,6,1,1 -4202451,2016,7,2,1 -4202451,2016,8,3,1 -4202451,2016,9,4,1 -4202451,2016,10,4,1 -4202451,2016,11,4,1 -4202451,2016,12,4,1 -4202451,2017,1,7,1 -4202451,2017,2,1,1 -4202451,2017,3,5,1 -4202451,2017,4,9,1 -4202451,2017,5,3,1 -4202451,2017,6,6,1 -4202451,2017,7,5,1 -4202451,2017,8,4,1 -4202451,2017,9,6,1 -4202451,2017,10,2,1 -4202451,2017,11,5,1 -4202451,2017,12,4,1 -4202451,2018,1,5,1 -4202451,2018,2,1,1 -4202451,2018,3,3,1 -4202451,2018,4,7,1 -4202451,2018,5,7,1 -4202451,2018,6,4,1 -4202451,2018,7,3,1 -4202451,2018,8,2,1 -4202451,2018,9,6,1 -4202451,2018,10,2,1 -4202451,2018,11,4,1 -4202451,2018,12,6,1 -4202451,2019,1,6,1 -4202451,2019,2,7,1 -4202451,2019,3,4,1.25 -4202451,2019,4,4,1 -4202451,2019,5,6,1.1666666666666667 -4202451,2019,6,2,1 -4202451,2019,7,10,1 -4202451,2019,8,6,1 -4202451,2019,9,2,1 -4202451,2019,10,6,1 -4202451,2019,11,2,1 -4202451,2019,12,7,1 -4202451,2020,1,4,1 -4202451,2020,2,7,1 -4202451,2020,3,1,1 -4202451,2020,4,4,1 -4202451,2020,5,4,1 -4202451,2020,6,2,1 -4202451,2020,7,3,1 -4202451,2020,8,6,1.1666666666666667 -4202451,2020,9,3,1 -4202451,2020,10,2,1 -4202451,2020,11,6,1 -4202451,2020,12,2,1 -4202451,2021,1,3,1 -4202451,2021,2,4,1 -4202451,2021,3,7,1 -4202451,2021,4,1,1 -4202451,2021,5,7,1 -4202451,2021,6,4,1 -4202451,2021,7,5,1 -4202451,2021,8,7,1 -4202451,2021,9,3,1 -4202451,2021,10,2,1 -4202451,2021,11,2,1 -4202451,2021,12,5,1 -4202451,2022,1,1,1 -4202451,2022,2,6,1 -4202451,2022,3,8,1 -4202451,2022,4,6,1 -4202451,2022,5,7,1 -4202451,2022,6,4,1 -4202451,2022,7,7,1 -4202451,2022,8,8,1 -4202451,2022,9,2,1 -4202451,2022,10,8,1 -4202451,2022,11,6,1 -4202451,2022,12,6,1 -4202451,2023,1,6,1 -4202451,2023,3,4,1 -4202451,2023,4,10,1 -4202451,2023,5,4,1 -4202451,2023,6,1,1 -4216130,1942,12,1,1 -4216130,1943,8,1,1 -4216130,1947,7,1,1 -4216130,1948,7,1,1 -4216130,1950,12,1,1 -4216130,1951,5,1,1 -4216130,1951,10,1,1 -4216130,1952,9,1,1 -4216130,1953,10,1,1 -4216130,1955,6,1,1 -4216130,1955,8,1,1 -4216130,1956,1,1,1 -4216130,1958,1,1,1 -4216130,1958,4,1,1 -4216130,1958,12,1,1 -4216130,1960,7,1,1 -4216130,1963,5,2,1 -4216130,1963,6,1,1 -4216130,1963,10,1,1 -4216130,1965,7,2,1 -4216130,1966,12,1,1 -4216130,1967,1,1,1 -4216130,1967,8,1,1 -4216130,1967,11,1,1 -4216130,1968,4,1,1 -4216130,1968,6,2,1 -4216130,1969,6,1,1 -4216130,1969,7,1,1 -4216130,1969,11,1,1 -4216130,1970,5,1,1 -4216130,1970,9,1,2 -4216130,1972,4,1,1 -4216130,1974,5,1,1 -4216130,1974,7,1,1 -4216130,1975,3,1,1 -4216130,1975,9,1,1 -4216130,1975,11,2,1 -4216130,1976,1,1,1 -4216130,1976,3,1,1 -4216130,1976,6,1,1 -4216130,1976,7,1,1 -4216130,1976,10,3,1 -4216130,1977,5,1,1 -4216130,1977,10,1,1 -4216130,1978,11,1,1 -4216130,1979,11,1,1 -4216130,1980,2,1,1 -4216130,1980,4,1,1 -4216130,1980,7,1,1 -4216130,1980,8,1,1 -4216130,1980,11,1,1 -4216130,1981,1,1,1 -4216130,1982,1,2,1 -4216130,1982,4,1,1 -4216130,1982,10,1,1 -4216130,1983,9,1,1 -4216130,1984,11,1,1 -4216130,1985,3,2,1 -4216130,1985,7,2,1 -4216130,1986,4,1,1 -4216130,1986,5,1,1 -4216130,1987,1,1,1 -4216130,1987,3,1,1 -4216130,1987,4,1,1 -4216130,1987,5,1,1 -4216130,1988,2,1,1 -4216130,1988,7,1,1 -4216130,1989,3,2,1 -4216130,1989,8,1,1 -4216130,1989,11,2,1 -4216130,1990,1,1,1 -4216130,1990,6,1,1 -4216130,1990,8,1,1 -4216130,1990,10,1,1 -4216130,1990,12,2,1 -4216130,1991,2,1,1 -4216130,1991,9,1,1 -4216130,1991,10,1,1 -4216130,1991,11,1,1 -4216130,1991,12,2,1 -4216130,1992,7,1,1 -4216130,1993,4,1,1 -4216130,1993,7,3,1 -4216130,1993,8,1,2 -4216130,1993,9,1,1 -4216130,1993,10,1,1 -4216130,1993,11,1,1 -4216130,1994,4,1,1 -4216130,1994,6,1,1 -4216130,1994,7,1,1 -4216130,1994,8,1,1 -4216130,1994,9,1,1 -4216130,1994,10,1,1 -4216130,1994,12,3,1 -4216130,1995,5,1,1 -4216130,1996,7,1,1 -4216130,1996,8,3,1 -4216130,1996,9,1,1 -4216130,1996,10,1,1 -4216130,1996,12,2,1 -4216130,1997,2,3,1.3333333333333333 -4216130,1997,5,2,1 -4216130,1997,7,1,1 -4216130,1997,9,2,1 -4216130,1998,1,1,1 -4216130,1998,3,2,1 -4216130,1998,4,1,1 -4216130,1998,5,1,1 -4216130,1998,7,1,1 -4216130,1998,9,2,1 -4216130,1998,10,1,1 -4216130,1998,11,1,1 -4216130,1999,1,2,1 -4216130,1999,5,2,1 -4216130,1999,6,1,1 -4216130,1999,8,1,1 -4216130,1999,12,3,1 -4216130,2000,4,1,1 -4216130,2000,6,1,1 -4216130,2000,7,1,1 -4216130,2000,10,1,1 -4216130,2000,11,2,1 -4216130,2001,1,1,1 -4216130,2001,2,1,1 -4216130,2001,4,2,1 -4216130,2001,5,2,1 -4216130,2001,7,1,1 -4216130,2001,8,1,1 -4216130,2001,9,1,1 -4216130,2001,10,1,1 -4216130,2002,1,1,1 -4216130,2002,3,1,1 -4216130,2002,4,1,1 -4216130,2002,5,1,1 -4216130,2002,7,4,1 -4216130,2002,8,1,1 -4216130,2002,10,2,1 -4216130,2002,12,1,1 -4216130,2003,2,2,1 -4216130,2003,3,1,1 -4216130,2003,5,1,1 -4216130,2003,6,1,1 -4216130,2003,7,1,1 -4216130,2003,9,1,1 -4216130,2003,10,2,1 -4216130,2003,11,1,1 -4216130,2003,12,1,1 -4216130,2004,1,2,1 -4216130,2004,2,3,1 -4216130,2004,3,2,1 -4216130,2004,4,1,1 -4216130,2004,5,1,1 -4216130,2004,6,1,1 -4216130,2004,7,1,1 -4216130,2004,8,2,1 -4216130,2004,10,2,1 -4216130,2004,12,1,1 -4216130,2005,2,1,1 -4216130,2005,3,1,1 -4216130,2005,4,5,1 -4216130,2005,6,2,1 -4216130,2005,8,2,1 -4216130,2005,9,1,1 -4216130,2005,10,1,1 -4216130,2005,11,2,1 -4216130,2006,1,1,1 -4216130,2006,2,2,1 -4216130,2006,4,1,1 -4216130,2006,5,1,1 -4216130,2006,6,2,1 -4216130,2006,8,2,1 -4216130,2006,10,4,1 -4216130,2007,1,3,1 -4216130,2007,2,2,1 -4216130,2007,3,1,1 -4216130,2007,5,1,1 -4216130,2007,6,2,1 -4216130,2007,7,2,1 -4216130,2007,11,2,1 -4216130,2007,12,1,1 -4216130,2008,1,1,1 -4216130,2008,2,2,1 -4216130,2008,3,1,1 -4216130,2008,6,2,1 -4216130,2008,8,2,1 -4216130,2008,9,1,1 -4216130,2008,10,2,1 -4216130,2009,3,1,1 -4216130,2009,4,1,1 -4216130,2009,5,1,1 -4216130,2009,6,1,1 -4216130,2009,7,1,1 -4216130,2009,8,1,1 -4216130,2009,9,2,1 -4216130,2009,10,1,1 -4216130,2010,3,2,1 -4216130,2010,6,2,1 -4216130,2010,8,2,1 -4216130,2010,9,2,1 -4216130,2010,10,1,1 -4216130,2010,12,2,1 -4216130,2011,5,2,1 -4216130,2011,6,1,1 -4216130,2011,7,1,1 -4216130,2011,8,1,1 -4216130,2011,9,2,1 -4216130,2011,12,1,1 -4216130,2012,1,2,1 -4216130,2012,3,1,1 -4216130,2012,5,1,1 -4216130,2012,6,1,1 -4216130,2012,7,1,1 -4216130,2012,9,3,1 -4216130,2012,10,2,1 -4216130,2013,4,1,1 -4216130,2013,6,2,1 -4216130,2013,7,2,1 -4216130,2013,9,2,1 -4216130,2013,10,1,1 -4216130,2013,11,1,1 -4216130,2014,1,1,1 -4216130,2014,2,2,1 -4216130,2014,4,2,1 -4216130,2014,5,2,1 -4216130,2014,10,1,1 -4216130,2014,12,1,1 -4216130,2015,1,2,1 -4216130,2015,2,1,1 -4216130,2015,4,1,1 -4216130,2015,5,2,1 -4216130,2015,6,1,1 -4216130,2015,8,3,1 -4216130,2015,9,1,1 -4216130,2016,4,2,1 -4216130,2016,5,4,1 -4216130,2016,7,2,1 -4216130,2016,8,3,1 -4216130,2016,9,2,1 -4216130,2016,10,3,1 -4216130,2016,11,1,1 -4216130,2016,12,4,1 -4216130,2017,1,1,1 -4216130,2017,2,1,1 -4216130,2017,5,1,1 -4216130,2017,8,4,1 -4216130,2017,9,3,1 -4216130,2017,10,1,1 -4216130,2017,12,4,1 -4216130,2018,2,1,1 -4216130,2018,3,3,1 -4216130,2018,4,1,1 -4216130,2018,5,1,2 -4216130,2018,6,3,1 -4216130,2018,7,4,1.25 -4216130,2018,8,2,1 -4216130,2018,9,1,2 -4216130,2018,11,2,1 -4216130,2018,12,1,1 -4216130,2019,1,1,1 -4216130,2019,3,2,1 -4216130,2019,4,1,1 -4216130,2019,5,2,1 -4216130,2019,6,2,1 -4216130,2019,7,2,1 -4216130,2019,8,2,1 -4216130,2019,9,1,1 -4216130,2019,10,3,1 -4216130,2019,11,1,1 -4216130,2019,12,4,1 -4216130,2020,1,3,1.3333333333333333 -4216130,2020,3,1,1 -4216130,2020,4,3,1 -4216130,2020,7,3,1 -4216130,2020,8,2,1 -4216130,2020,9,1,1 -4216130,2020,11,2,1 -4216130,2020,12,2,1 -4216130,2021,1,2,1 -4216130,2021,4,2,1 -4216130,2021,6,2,1 -4216130,2021,7,2,1 -4216130,2021,8,3,1 -4216130,2021,9,3,1 -4216130,2021,10,2,1 -4216130,2021,11,4,1 -4216130,2021,12,1,1 -4216130,2022,2,2,1 -4216130,2022,3,1,1 -4216130,2022,4,3,1 -4216130,2022,5,1,1 -4216130,2022,6,1,1 -4216130,2022,7,2,1 -4216130,2022,8,2,1 -4216130,2022,9,1,1 -4216130,2022,10,2,1 -4216130,2022,11,1,1 -4216130,2022,12,2,1 -4216130,2023,1,3,1 -4216130,2023,2,2,1 -4216130,2023,4,2,1 -4216130,2023,5,1,1 -4216746,2008,9,1,1 -4216746,2011,3,1,1 -4217646,1926,8,1,1 -4217646,1929,12,1,1 -4217646,1931,3,1,1 -4217646,1931,12,1,1 -4217646,1933,11,1,1 -4217646,1934,6,1,1 -4217646,1936,2,1,1 -4217646,1936,3,1,1 -4217646,1936,5,1,1 -4217646,1937,10,1,1 -4217646,1938,4,1,1 -4217646,1938,12,1,1 -4217646,1939,3,1,1 -4217646,1940,1,1,1 -4217646,1940,7,1,1 -4217646,1941,4,1,1 -4217646,1941,5,1,1 -4217646,1942,1,1,1 -4217646,1942,5,1,1 -4217646,1942,11,1,1 -4217646,1943,10,1,1 -4217646,1944,3,1,1 -4217646,1944,4,1,1 -4217646,1944,5,1,1 -4217646,1944,11,1,1 -4217646,1944,12,1,1 -4217646,1945,5,1,1 -4217646,1945,7,1,1 -4217646,1945,9,1,1 -4217646,1946,7,1,1 -4217646,1946,9,1,1 -4217646,1947,1,2,1 -4217646,1947,6,1,1 -4217646,1947,8,1,1 -4217646,1947,10,1,1 -4217646,1948,1,1,1 -4217646,1948,10,1,1 -4217646,1949,2,1,1 -4217646,1949,3,1,1 -4217646,1949,4,1,1 -4217646,1949,8,1,1 -4217646,1949,11,1,1 -4217646,1950,8,1,1 -4217646,1951,4,1,1 -4217646,1951,6,2,1 -4217646,1951,8,1,1 -4217646,1951,9,2,1 -4217646,1951,12,1,1 -4217646,1952,4,2,1 -4217646,1952,6,1,1 -4217646,1952,7,1,1 -4217646,1953,4,1,1 -4217646,1953,6,2,1 -4217646,1953,7,1,1 -4217646,1953,8,1,1 -4217646,1954,5,1,1 -4217646,1955,3,1,1 -4217646,1955,4,2,1 -4217646,1955,6,1,1 -4217646,1955,11,1,1 -4217646,1955,12,1,1 -4217646,1956,2,1,1 -4217646,1956,5,1,1 -4217646,1956,7,1,1 -4217646,1956,8,1,1 -4217646,1957,8,1,1 -4217646,1957,12,1,1 -4217646,1958,5,1,1 -4217646,1958,7,1,1 -4217646,1958,9,2,1 -4217646,1958,11,1,1 -4217646,1958,12,1,1 -4217646,1959,2,1,1 -4217646,1959,4,1,1 -4217646,1959,5,1,1 -4217646,1960,4,1,1 -4217646,1960,5,1,1 -4217646,1960,7,1,1 -4217646,1960,10,2,1 -4217646,1960,11,1,1 -4217646,1961,9,1,1 -4217646,1961,11,3,1 -4217646,1962,1,1,1 -4217646,1962,3,1,1 -4217646,1962,7,1,1 -4217646,1962,8,1,1 -4217646,1962,10,1,1 -4217646,1963,6,2,1 -4217646,1963,12,2,1 -4217646,1964,2,1,1 -4217646,1964,12,1,1 -4217646,1965,1,1,1 -4217646,1965,5,1,1 -4217646,1965,11,1,1 -4217646,1966,5,1,1 -4217646,1966,10,2,1 -4217646,1966,11,1,1 -4217646,1967,1,1,1 -4217646,1967,2,1,1 -4217646,1967,4,1,1 -4217646,1967,5,1,1 -4217646,1967,7,2,1 -4217646,1967,9,1,1 -4217646,1967,12,2,1 -4217646,1968,4,1,1 -4217646,1969,2,1,1 -4217646,1969,3,1,1 -4217646,1969,6,1,1 -4217646,1969,11,1,1 -4217646,1970,1,1,1 -4217646,1970,6,1,1 -4217646,1970,8,1,1 -4217646,1970,9,1,1 -4217646,1970,11,2,1 -4217646,1971,1,1,1 -4217646,1971,2,1,1 -4217646,1971,7,1,1 -4217646,1971,8,1,1 -4217646,1971,10,1,1 -4217646,1972,2,1,1 -4217646,1972,10,1,1 -4217646,1973,6,1,1 -4217646,1974,2,2,1 -4217646,1974,3,1,1 -4217646,1974,6,1,1 -4217646,1975,3,1,1 -4217646,1975,9,1,1 -4217646,1975,11,1,1 -4217646,1976,6,1,1 -4217646,1976,7,1,1 -4217646,1976,10,1,1 -4217646,1977,3,1,1 -4217646,1977,7,1,1 -4217646,1977,11,1,1 -4217646,1978,3,2,1 -4217646,1978,8,1,1 -4217646,1978,9,1,1 -4217646,1978,10,1,1 -4217646,1979,2,1,1 -4217646,1979,8,2,1 -4217646,1979,10,1,1 -4217646,1979,12,2,1 -4217646,1980,1,1,1 -4217646,1980,2,1,1 -4217646,1980,4,2,1 -4217646,1980,5,1,1 -4217646,1980,7,2,1 -4217646,1980,12,1,1 -4217646,1981,1,1,1 -4217646,1981,4,1,1 -4217646,1981,6,1,1 -4217646,1981,8,1,1 -4217646,1982,1,1,1 -4217646,1982,3,1,2 -4217646,1982,7,1,1 -4217646,1982,9,1,1 -4217646,1982,10,1,1 -4217646,1983,2,1,1 -4217646,1983,4,2,1 -4217646,1983,7,1,1 -4217646,1983,10,1,1 -4217646,1983,11,1,1 -4217646,1984,6,1,1 -4217646,1984,8,1,1 -4217646,1984,10,3,1 -4217646,1984,11,2,1 -4217646,1985,6,1,1 -4217646,1985,8,1,1 -4217646,1985,11,1,1 -4217646,1985,12,1,1 -4217646,1986,6,2,1 -4217646,1986,9,2,1 -4217646,1987,5,1,1 -4217646,1987,6,2,1 -4217646,1987,7,1,1 -4217646,1987,10,1,1 -4217646,1987,11,1,1 -4217646,1988,5,1,1 -4217646,1988,8,1,1 -4217646,1988,12,1,1 -4217646,1989,2,1,1 -4217646,1989,3,1,1 -4217646,1989,4,2,1 -4217646,1989,6,1,1 -4217646,1989,7,1,1 -4217646,1989,9,1,1 -4217646,1989,11,1,1 -4217646,1989,12,1,1 -4217646,1990,2,1,1 -4217646,1990,5,1,1 -4217646,1990,6,3,1 -4217646,1990,7,1,1 -4217646,1990,9,1,1 -4217646,1990,12,1,1 -4217646,1991,1,1,1 -4217646,1991,3,1,1 -4217646,1991,8,2,1 -4217646,1991,10,1,1 -4217646,1991,11,1,1 -4217646,1991,12,2,1 -4217646,1992,1,1,1 -4217646,1992,2,1,1 -4217646,1992,3,1,1 -4217646,1992,4,2,1 -4217646,1992,5,1,1 -4217646,1992,8,1,1 -4217646,1992,11,1,1 -4217646,1993,6,1,1 -4217646,1993,12,1,1 -4217646,1994,3,1,1 -4217646,1994,6,1,1 -4217646,1994,7,1,1 -4217646,1994,9,2,1 -4217646,1994,10,1,1 -4217646,1995,3,2,1 -4217646,1995,5,1,1 -4217646,1995,7,1,1 -4217646,1995,9,2,1 -4217646,1995,10,1,1 -4217646,1995,11,2,1 -4217646,1996,1,1,1 -4217646,1996,3,3,1 -4217646,1996,6,1,1 -4217646,1996,10,1,1 -4217646,1997,1,1,1 -4217646,1997,2,1,1 -4217646,1997,4,1,1 -4217646,1997,5,1,1 -4217646,1997,6,1,1 -4217646,1997,8,4,1 -4217646,1998,2,1,1 -4217646,1998,3,1,1 -4217646,1998,4,1,1 -4217646,1998,6,1,1 -4217646,1998,7,2,1 -4217646,1998,8,1,1 -4217646,1998,11,1,1 -4217646,1998,12,2,1 -4217646,1999,3,1,1 -4217646,1999,5,1,1 -4217646,1999,6,1,1 -4217646,1999,7,1,1 -4217646,1999,8,3,1 -4217646,1999,11,1,1 -4217646,1999,12,1,1 -4217646,2000,1,1,1 -4217646,2000,4,3,1 -4217646,2000,6,1,1 -4217646,2000,7,1,1 -4217646,2000,8,2,1 -4217646,2000,10,1,1 -4217646,2000,12,1,1 -4217646,2001,3,1,1 -4217646,2001,5,1,1 -4217646,2001,6,1,1 -4217646,2001,9,2,1 -4217646,2001,10,1,1 -4217646,2002,1,3,1 -4217646,2002,2,1,1 -4217646,2002,3,2,1 -4217646,2002,10,1,1 -4217646,2002,11,1,1 -4217646,2003,1,1,1 -4217646,2003,2,2,1 -4217646,2003,3,1,1 -4217646,2003,5,1,1 -4217646,2003,8,2,1 -4217646,2003,9,4,1 -4217646,2003,10,2,1 -4217646,2004,1,1,1 -4217646,2004,5,3,1 -4217646,2004,6,2,1 -4217646,2004,9,1,1 -4217646,2004,10,1,1 -4217646,2004,11,1,1 -4217646,2005,2,1,1 -4217646,2005,3,2,1 -4217646,2005,5,1,1 -4217646,2005,8,2,1 -4217646,2005,9,1,1 -4217646,2005,10,1,1 -4217646,2005,11,2,1 -4217646,2005,12,1,1 -4217646,2006,1,1,1 -4217646,2006,2,1,1 -4217646,2006,3,1,1 -4217646,2006,5,1,1 -4217646,2006,9,2,1 -4217646,2006,10,1,1 -4217646,2007,1,2,1 -4217646,2007,2,2,1 -4217646,2007,3,1,1 -4217646,2007,5,1,1 -4217646,2007,6,1,1 -4217646,2007,9,2,1 -4217646,2007,12,1,1 -4217646,2008,1,1,1 -4217646,2008,2,1,1 -4217646,2008,3,1,2 -4217646,2008,10,1,1 -4217646,2008,11,1,1 -4217646,2008,12,2,1 -4217646,2009,1,1,1 -4217646,2009,2,2,1 -4217646,2009,3,1,1 -4217646,2009,4,2,1 -4217646,2009,7,2,1 -4217646,2009,8,1,1 -4217646,2009,10,2,1 -4217646,2009,11,3,1 -4217646,2010,1,1,1 -4217646,2010,2,1,1 -4217646,2010,4,2,1 -4217646,2010,5,1,1 -4217646,2010,9,2,2 -4217646,2010,11,2,1 -4217646,2011,1,2,1 -4217646,2011,3,2,1 -4217646,2011,6,1,1 -4217646,2011,8,1,1 -4217646,2011,12,1,1 -4217646,2012,1,2,1 -4217646,2012,7,1,1 -4217646,2012,8,3,1 -4217646,2012,11,2,1 -4217646,2012,12,1,1 -4217646,2013,1,2,1 -4217646,2013,2,1,1 -4217646,2013,4,2,1 -4217646,2013,5,1,1 -4217646,2013,6,1,1 -4217646,2013,7,1,1 -4217646,2013,10,2,1 -4217646,2013,11,1,1 -4217646,2013,12,2,1.5 -4217646,2014,1,1,1 -4217646,2014,4,1,1 -4217646,2014,5,2,1 -4217646,2014,6,2,1 -4217646,2014,7,1,1 -4217646,2014,10,1,1 -4217646,2014,12,2,1 -4217646,2015,1,2,1 -4217646,2015,4,1,1 -4217646,2015,5,1,1 -4217646,2015,8,1,1 -4217646,2015,9,1,1 -4217646,2015,10,1,1 -4217646,2015,12,2,1 -4217646,2016,2,1,1 -4217646,2016,3,3,1 -4217646,2016,5,1,1 -4217646,2016,6,1,1 -4217646,2016,7,1,1 -4217646,2016,8,2,1.5 -4217646,2016,10,1,1 -4217646,2016,11,1,1 -4217646,2016,12,1,1 -4217646,2017,1,2,1 -4217646,2017,5,1,1 -4217646,2017,6,1,1 -4217646,2017,7,2,1 -4217646,2017,8,1,1 -4217646,2017,12,4,1 -4217646,2018,3,1,1 -4217646,2018,4,1,1 -4217646,2018,6,1,1 -4217646,2018,8,1,1 -4217646,2018,9,2,1 -4217646,2018,10,1,1 -4217646,2018,11,1,2 -4217646,2018,12,1,1 -4217646,2019,2,1,1 -4217646,2019,3,1,1 -4217646,2019,4,2,1 -4217646,2019,7,1,1 -4217646,2019,9,1,1 -4217646,2019,10,1,1 -4217646,2020,1,1,1 -4217646,2020,2,1,1 -4217646,2020,3,1,1 -4217646,2020,6,1,1 -4217646,2020,7,3,1 -4217646,2020,8,1,1 -4217646,2020,9,1,1 -4217646,2020,11,2,1 -4217646,2020,12,2,1 -4217646,2021,1,2,1 -4217646,2021,2,2,1 -4217646,2021,5,3,1 -4217646,2021,6,2,1 -4217646,2021,7,3,1 -4217646,2021,9,1,1 -4217646,2021,10,1,1 -4217646,2021,11,1,1 -4217646,2021,12,2,1 -4217646,2022,2,1,1 -4217646,2022,3,1,1 -4217646,2022,5,1,1 -4217646,2022,10,1,1 -4217646,2022,12,1,1 -4217646,2023,2,1,1 -4217646,2023,4,1,1 -4230911,1942,12,1,1 -4230911,1943,8,1,1 -4230911,1947,7,1,1 -4230911,1948,7,1,1 -4230911,1950,12,1,1 -4230911,1951,5,1,1 -4230911,1951,10,1,1 -4230911,1952,9,1,1 -4230911,1953,10,1,1 -4230911,1955,4,2,1 -4230911,1955,6,1,1 -4230911,1955,8,1,1 -4230911,1955,11,1,1 -4230911,1956,1,1,1 -4230911,1958,1,1,1 -4230911,1958,4,1,1 -4230911,1958,12,1,1 -4230911,1960,4,1,1 -4230911,1960,7,1,1 -4230911,1962,1,1,1 -4230911,1963,5,2,1 -4230911,1963,6,2,1 -4230911,1963,10,1,1 -4230911,1964,12,1,1 -4230911,1965,7,2,1 -4230911,1966,12,1,1 -4230911,1967,1,1,1 -4230911,1967,4,1,1 -4230911,1967,8,1,1 -4230911,1967,11,1,1 -4230911,1968,4,1,1 -4230911,1968,6,2,1 -4230911,1969,3,1,1 -4230911,1969,6,1,1 -4230911,1969,7,1,1 -4230911,1969,11,1,1 -4230911,1970,5,1,1 -4230911,1970,9,1,2 -4230911,1972,4,1,1 -4230911,1973,6,1,1 -4230911,1973,8,1,1 -4230911,1974,3,1,1 -4230911,1974,5,1,1 -4230911,1974,7,1,1 -4230911,1974,12,1,1 -4230911,1975,3,1,1 -4230911,1975,8,1,1 -4230911,1975,9,1,1 -4230911,1975,11,3,1 -4230911,1976,1,1,1 -4230911,1976,3,1,1 -4230911,1976,6,1,1 -4230911,1976,7,1,1 -4230911,1976,10,3,1 -4230911,1977,1,1,1 -4230911,1977,5,1,1 -4230911,1977,8,1,1 -4230911,1977,10,1,1 -4230911,1978,7,1,1 -4230911,1978,11,1,1 -4230911,1979,6,1,1 -4230911,1979,11,1,1 -4230911,1979,12,1,1 -4230911,1980,2,1,1 -4230911,1980,4,1,1 -4230911,1980,7,1,1 -4230911,1980,8,1,1 -4230911,1980,9,1,1 -4230911,1980,11,1,1 -4230911,1981,1,1,1 -4230911,1982,1,3,1 -4230911,1982,2,1,1 -4230911,1982,4,1,1 -4230911,1982,10,1,1 -4230911,1983,2,1,1 -4230911,1983,3,1,1 -4230911,1983,9,1,1 -4230911,1984,11,3,1 -4230911,1985,3,2,1 -4230911,1985,7,3,1 -4230911,1986,4,1,1 -4230911,1986,5,1,1 -4230911,1986,6,1,1 -4230911,1987,1,1,1 -4230911,1987,3,1,1 -4230911,1987,4,1,1 -4230911,1987,5,1,1 -4230911,1988,2,1,1 -4230911,1988,5,2,1 -4230911,1988,6,1,1 -4230911,1988,7,1,1 -4230911,1989,3,2,1 -4230911,1989,8,1,1 -4230911,1989,11,2,1 -4230911,1990,1,1,1 -4230911,1990,6,2,1 -4230911,1990,8,1,1 -4230911,1990,9,1,1 -4230911,1990,10,1,1 -4230911,1990,11,1,1 -4230911,1990,12,2,1 -4230911,1991,1,1,1 -4230911,1991,2,1,1 -4230911,1991,3,1,1 -4230911,1991,8,1,1 -4230911,1991,9,2,1 -4230911,1991,10,1,1 -4230911,1991,11,1,1 -4230911,1991,12,2,1 -4230911,1992,3,1,1 -4230911,1992,5,1,1 -4230911,1992,6,1,1 -4230911,1992,7,1,1 -4230911,1992,11,1,1 -4230911,1993,1,2,1 -4230911,1993,4,1,1 -4230911,1993,7,3,1 -4230911,1993,8,1,2 -4230911,1993,9,2,1 -4230911,1993,10,1,1 -4230911,1993,11,1,1 -4230911,1993,12,1,1 -4230911,1994,4,2,1 -4230911,1994,6,2,1 -4230911,1994,7,1,1 -4230911,1994,8,1,1 -4230911,1994,9,2,1 -4230911,1994,10,1,1 -4230911,1994,12,4,1 -4230911,1995,5,1,1 -4230911,1995,7,1,1 -4230911,1996,6,2,1 -4230911,1996,7,3,1 -4230911,1996,8,4,1 -4230911,1996,9,1,1 -4230911,1996,10,3,1 -4230911,1996,12,2,1 -4230911,1997,2,4,1.25 -4230911,1997,5,2,1 -4230911,1997,7,2,1 -4230911,1997,8,1,1 -4230911,1997,9,4,1 -4230911,1997,11,1,1 -4230911,1998,1,2,1 -4230911,1998,3,2,1 -4230911,1998,4,1,1 -4230911,1998,5,1,1 -4230911,1998,7,2,1 -4230911,1998,9,4,1 -4230911,1998,10,2,1 -4230911,1998,11,1,1 -4230911,1999,1,3,1 -4230911,1999,5,3,1 -4230911,1999,6,2,1 -4230911,1999,8,3,1 -4230911,1999,10,1,1 -4230911,1999,12,3,1 -4230911,2000,4,2,1 -4230911,2000,5,1,1 -4230911,2000,6,2,1 -4230911,2000,7,1,1 -4230911,2000,10,2,1 -4230911,2000,11,2,1 -4230911,2000,12,2,1 -4230911,2001,1,1,1 -4230911,2001,2,1,1 -4230911,2001,4,3,1 -4230911,2001,5,2,1 -4230911,2001,6,1,1 -4230911,2001,7,1,1 -4230911,2001,8,1,1 -4230911,2001,9,4,1 -4230911,2001,10,1,1 -4230911,2001,12,3,1 -4230911,2002,1,2,1 -4230911,2002,2,1,1 -4230911,2002,3,3,1 -4230911,2002,4,1,1 -4230911,2002,5,2,1 -4230911,2002,7,5,1 -4230911,2002,8,1,1 -4230911,2002,10,3,1 -4230911,2002,11,1,1 -4230911,2002,12,3,1 -4230911,2003,1,1,1 -4230911,2003,2,4,1 -4230911,2003,3,1,1 -4230911,2003,4,1,1 -4230911,2003,5,1,1 -4230911,2003,6,1,1 -4230911,2003,7,2,1 -4230911,2003,9,2,1 -4230911,2003,10,3,1 -4230911,2003,11,1,1 -4230911,2003,12,1,1 -4230911,2004,1,4,1 -4230911,2004,2,3,1 -4230911,2004,3,2,1 -4230911,2004,4,2,1 -4230911,2004,5,2,1 -4230911,2004,6,1,1 -4230911,2004,7,3,1 -4230911,2004,8,2,1 -4230911,2004,10,3,1 -4230911,2004,11,1,1 -4230911,2004,12,1,1 -4230911,2005,2,1,1 -4230911,2005,3,2,1 -4230911,2005,4,5,1 -4230911,2005,6,2,1 -4230911,2005,8,4,1 -4230911,2005,9,1,1 -4230911,2005,10,3,1 -4230911,2005,11,3,1 -4230911,2006,1,3,1 -4230911,2006,2,2,1 -4230911,2006,3,1,1 -4230911,2006,4,1,1 -4230911,2006,5,4,1 -4230911,2006,6,4,1 -4230911,2006,8,2,1 -4230911,2006,10,5,1 -4230911,2006,11,1,1 -4230911,2006,12,2,1 -4230911,2007,1,5,1 -4230911,2007,2,3,1 -4230911,2007,3,1,1 -4230911,2007,4,1,1 -4230911,2007,5,2,1 -4230911,2007,6,2,1 -4230911,2007,7,2,1 -4230911,2007,9,1,1 -4230911,2007,11,2,1 -4230911,2007,12,1,1 -4230911,2008,1,1,1 -4230911,2008,2,3,1 -4230911,2008,3,2,1 -4230911,2008,4,1,1 -4230911,2008,5,1,1 -4230911,2008,6,3,1 -4230911,2008,7,1,1 -4230911,2008,8,4,1 -4230911,2008,9,1,1 -4230911,2008,10,3,1 -4230911,2008,11,4,1 -4230911,2008,12,1,1 -4230911,2009,3,1,1 -4230911,2009,4,2,1 -4230911,2009,5,2,1 -4230911,2009,6,2,1 -4230911,2009,7,3,1 -4230911,2009,8,1,1 -4230911,2009,9,3,1 -4230911,2009,10,2,1 -4230911,2009,11,1,1 -4230911,2009,12,2,1 -4230911,2010,2,1,1 -4230911,2010,3,3,1 -4230911,2010,4,2,1 -4230911,2010,5,1,1 -4230911,2010,6,3,1 -4230911,2010,8,3,1 -4230911,2010,9,5,1.4 -4230911,2010,10,1,1 -4230911,2010,12,2,1 -4230911,2011,1,3,1 -4230911,2011,2,1,1 -4230911,2011,3,1,1 -4230911,2011,5,4,1 -4230911,2011,6,2,1 -4230911,2011,7,1,1 -4230911,2011,8,1,1 -4230911,2011,9,2,1 -4230911,2011,12,1,1 -4230911,2012,1,3,1 -4230911,2012,3,2,1 -4230911,2012,5,1,1 -4230911,2012,6,3,1 -4230911,2012,7,4,1 -4230911,2012,9,3,1 -4230911,2012,10,2,1 -4230911,2012,11,1,1 -4230911,2012,12,3,1 -4230911,2013,1,2,1 -4230911,2013,2,1,1 -4230911,2013,3,1,1 -4230911,2013,4,3,1 -4230911,2013,6,4,1 -4230911,2013,7,6,1 -4230911,2013,8,4,1 -4230911,2013,9,3,1 -4230911,2013,10,4,1 -4230911,2013,11,3,1 -4230911,2013,12,6,1.1666666666666667 -4230911,2014,1,5,1 -4230911,2014,2,3,1 -4230911,2014,3,2,1 -4230911,2014,4,6,1 -4230911,2014,5,7,1 -4230911,2014,6,3,1 -4230911,2014,7,4,1 -4230911,2014,8,2,1 -4230911,2014,9,4,1 -4230911,2014,10,5,1 -4230911,2014,11,4,1 -4230911,2014,12,5,3 -4230911,2015,1,9,1 -4230911,2015,2,4,1 -4230911,2015,3,5,1 -4230911,2015,4,5,1 -4230911,2015,5,9,1 -4230911,2015,6,6,1 -4230911,2015,7,7,1 -4230911,2015,8,7,1 -4230911,2015,9,4,1 -4230911,2015,10,8,1 -4230911,2015,11,4,1 -4230911,2015,12,6,1 -4230911,2016,1,4,1 -4230911,2016,2,7,1 -4230911,2016,3,6,1 -4230911,2016,4,7,1 -4230911,2016,5,10,1 -4230911,2016,6,2,1 -4230911,2016,7,5,1 -4230911,2016,8,8,1.125 -4230911,2016,9,6,1 -4230911,2016,10,8,1 -4230911,2016,11,6,1 -4230911,2016,12,9,1 -4230911,2017,1,10,1 -4230911,2017,2,2,1 -4230911,2017,3,5,1 -4230911,2017,4,9,1 -4230911,2017,5,5,1 -4230911,2017,6,7,1 -4230911,2017,7,7,1 -4230911,2017,8,9,1 -4230911,2017,9,9,1 -4230911,2017,10,3,1 -4230911,2017,11,5,1 -4230911,2017,12,12,1 -4230911,2018,1,5,1 -4230911,2018,2,2,1 -4230911,2018,3,8,1 -4230911,2018,4,9,1 -4230911,2018,5,8,1.125 -4230911,2018,6,8,1 -4230911,2018,7,7,1.1428571428571428 -4230911,2018,8,5,1 -4230911,2018,9,9,1.1111111111111112 -4230911,2018,10,3,1 -4230911,2018,11,7,1.1428571428571428 -4230911,2018,12,8,1 -4230911,2019,1,7,1 -4230911,2019,2,8,1 -4230911,2019,3,7,1.1428571428571428 -4230911,2019,4,7,1 -4230911,2019,5,8,1.125 -4230911,2019,6,4,1 -4230911,2019,7,13,1 -4230911,2019,8,8,1 -4230911,2019,9,4,1 -4230911,2019,10,10,1 -4230911,2019,11,3,1 -4230911,2019,12,11,1 -4230911,2020,1,8,1.125 -4230911,2020,2,8,1 -4230911,2020,3,3,1 -4230911,2020,4,7,1 -4230911,2020,5,4,1 -4230911,2020,6,3,1 -4230911,2020,7,9,1 -4230911,2020,8,9,1.1111111111111112 -4230911,2020,9,5,1 -4230911,2020,10,3,1 -4230911,2020,11,10,1 -4230911,2020,12,6,1 -4230911,2021,1,7,1 -4230911,2021,2,6,1 -4230911,2021,3,7,1 -4230911,2021,4,3,1 -4230911,2021,5,10,1 -4230911,2021,6,8,1 -4230911,2021,7,10,1 -4230911,2021,8,10,1 -4230911,2021,9,7,1 -4230911,2021,10,6,1 -4230911,2021,11,7,1 -4230911,2021,12,8,1 -4230911,2022,1,1,1 -4230911,2022,2,9,1 -4230911,2022,3,10,1 -4230911,2022,4,9,1 -4230911,2022,5,9,1 -4230911,2022,6,5,1 -4230911,2022,7,9,1 -4230911,2022,8,10,1 -4230911,2022,9,3,1 -4230911,2022,10,11,1 -4230911,2022,11,7,1 -4230911,2022,12,9,1 -4230911,2023,1,9,1 -4230911,2023,2,3,1 -4230911,2023,3,4,1 -4230911,2023,4,13,1 -4230911,2023,5,5,1 -4230911,2023,6,1,1 -4248525,2015,4,1,1 -4248525,2019,5,1,1 -4248525,2019,10,1,1 -4248525,2020,6,1,1 -4248525,2021,10,1,1 -4257036,2014,11,1,1 -4257036,2017,2,1,1 -4257036,2018,9,1,1 -4329847,1941,6,1,1 -4329847,1942,12,1,1 -4329847,1943,8,1,1 -4329847,1947,7,1,1 -4329847,1948,7,1,1 -4329847,1950,12,1,1 -4329847,1951,5,1,1 -4329847,1951,10,1,1 -4329847,1952,9,1,1 -4329847,1953,10,1,1 -4329847,1955,6,1,1 -4329847,1955,8,1,1 -4329847,1956,1,1,1 -4329847,1958,1,1,1 -4329847,1958,4,1,1 -4329847,1958,12,1,1 -4329847,1960,7,1,1 -4329847,1963,5,2,1 -4329847,1963,6,1,1 -4329847,1963,10,1,1 -4329847,1965,7,2,1 -4329847,1966,12,1,1 -4329847,1967,1,1,1 -4329847,1967,6,1,1 -4329847,1967,8,1,1 -4329847,1967,11,1,1 -4329847,1968,4,1,1 -4329847,1968,6,2,1 -4329847,1969,6,1,1 -4329847,1969,7,1,1 -4329847,1969,11,1,1 -4329847,1970,5,1,1 -4329847,1970,9,1,1 -4329847,1972,4,1,1 -4329847,1974,5,1,1 -4329847,1974,7,1,1 -4329847,1975,3,1,1 -4329847,1975,9,1,1 -4329847,1975,11,2,1 -4329847,1976,1,1,1 -4329847,1976,3,1,1 -4329847,1976,6,1,1 -4329847,1976,10,2,1 -4329847,1977,5,1,1 -4329847,1977,10,1,1 -4329847,1978,11,1,1 -4329847,1979,1,1,1 -4329847,1979,5,1,1 -4329847,1980,2,2,1 -4329847,1980,4,1,1 -4329847,1980,6,1,1 -4329847,1980,7,1,1 -4329847,1980,8,1,1 -4329847,1980,11,1,1 -4329847,1981,1,1,1 -4329847,1982,1,2,1 -4329847,1982,4,1,1 -4329847,1982,10,1,1 -4329847,1983,4,1,1 -4329847,1983,5,1,1 -4329847,1983,9,1,1 -4329847,1984,11,1,1 -4329847,1985,3,2,1 -4329847,1985,7,2,1 -4329847,1986,4,1,1 -4329847,1986,5,1,1 -4329847,1986,12,1,1 -4329847,1987,1,1,1 -4329847,1987,3,1,1 -4329847,1987,4,1,1 -4329847,1987,5,1,1 -4329847,1988,2,2,1 -4329847,1988,7,1,1 -4329847,1989,3,2,1 -4329847,1989,8,1,1 -4329847,1989,11,2,1 -4329847,1990,1,1,1 -4329847,1990,6,1,1 -4329847,1990,8,1,1 -4329847,1990,10,1,1 -4329847,1990,12,2,1 -4329847,1991,2,1,1 -4329847,1991,9,2,1 -4329847,1991,10,1,1 -4329847,1991,11,2,1 -4329847,1991,12,2,1 -4329847,1993,4,1,1 -4329847,1993,7,3,1 -4329847,1993,8,1,1 -4329847,1993,9,1,1 -4329847,1993,10,2,1 -4329847,1993,11,1,1 -4329847,1994,4,1,1 -4329847,1994,6,1,1 -4329847,1994,7,1,1 -4329847,1994,8,1,1 -4329847,1994,9,2,1 -4329847,1994,10,1,1 -4329847,1994,12,3,1 -4329847,1995,5,1,1 -4329847,1996,4,1,1 -4329847,1996,7,1,1 -4329847,1996,8,3,1 -4329847,1996,9,1,1 -4329847,1996,10,1,1 -4329847,1996,11,1,1 -4329847,1996,12,2,1 -4329847,1997,2,3,1 -4329847,1997,5,2,1 -4329847,1997,7,1,1 -4329847,1997,9,2,1 -4329847,1997,10,1,1 -4329847,1998,1,2,1 -4329847,1998,3,2,1 -4329847,1998,4,1,1 -4329847,1998,5,1,1 -4329847,1998,7,1,1 -4329847,1998,9,2,1 -4329847,1998,11,1,1 -4329847,1999,1,2,1 -4329847,1999,5,1,1 -4329847,1999,6,1,1 -4329847,1999,8,1,1 -4329847,1999,12,3,1 -4329847,2000,3,1,1 -4329847,2000,4,1,1 -4329847,2000,6,1,1 -4329847,2000,7,1,1 -4329847,2000,10,1,1 -4329847,2000,11,2,1 -4329847,2001,1,1,1 -4329847,2001,2,1,1 -4329847,2001,4,2,1 -4329847,2001,5,3,1 -4329847,2001,7,1,1 -4329847,2001,8,1,1 -4329847,2001,9,1,1 -4329847,2001,10,1,1 -4329847,2001,11,1,1 -4329847,2002,1,2,1 -4329847,2002,3,1,1 -4329847,2002,4,1,1 -4329847,2002,5,1,1 -4329847,2002,7,4,1 -4329847,2002,8,1,1 -4329847,2002,10,2,1 -4329847,2003,2,2,1 -4329847,2003,3,1,1 -4329847,2003,5,1,1 -4329847,2003,6,1,1 -4329847,2003,7,1,1 -4329847,2003,9,1,1 -4329847,2003,10,2,1 -4329847,2003,11,1,1 -4329847,2003,12,1,1 -4329847,2004,1,2,1 -4329847,2004,2,3,1 -4329847,2004,3,2,1 -4329847,2004,4,1,1 -4329847,2004,5,1,1 -4329847,2004,6,1,1 -4329847,2004,7,2,1 -4329847,2004,8,2,1 -4329847,2004,10,2,1 -4329847,2004,12,1,1 -4329847,2005,2,1,1 -4329847,2005,3,1,1 -4329847,2005,4,4,1 -4329847,2005,6,2,1 -4329847,2005,8,2,1 -4329847,2005,9,1,1 -4329847,2005,10,1,1 -4329847,2005,11,2,1 -4329847,2006,2,2,1 -4329847,2006,4,1,1 -4329847,2006,5,1,1 -4329847,2006,6,2,1 -4329847,2006,8,2,1 -4329847,2006,10,5,1 -4329847,2007,1,3,1 -4329847,2007,2,2,1 -4329847,2007,3,2,1 -4329847,2007,5,1,1 -4329847,2007,6,2,1 -4329847,2007,7,4,1 -4329847,2007,9,1,1 -4329847,2007,11,1,1 -4329847,2007,12,1,1 -4329847,2008,1,1,1 -4329847,2008,2,2,1 -4329847,2008,6,2,1 -4329847,2008,8,1,1 -4329847,2008,9,1,1 -4329847,2008,10,2,1 -4329847,2009,3,1,1 -4329847,2009,4,1,1 -4329847,2009,5,1,1 -4329847,2009,6,1,1 -4329847,2009,7,1,1 -4329847,2009,8,1,1 -4329847,2009,9,1,1 -4329847,2009,10,1,1 -4329847,2010,3,2,1 -4329847,2010,6,1,1 -4329847,2010,7,1,1 -4329847,2010,8,2,1 -4329847,2010,9,2,1 -4329847,2010,10,1,1 -4329847,2010,12,2,1 -4329847,2011,5,3,1 -4329847,2011,6,1,1 -4329847,2011,7,1,1 -4329847,2011,8,1,1 -4329847,2011,9,2,1 -4329847,2011,10,1,1 -4329847,2011,12,1,1 -4329847,2012,1,1,1 -4329847,2012,3,1,1 -4329847,2012,5,1,1 -4329847,2012,6,1,1 -4329847,2012,7,1,1 -4329847,2012,9,2,1 -4329847,2012,10,2,1 -4329847,2013,3,1,1 -4329847,2013,4,1,1 -4329847,2013,6,2,1 -4329847,2013,7,2,1 -4329847,2013,9,1,1 -4329847,2013,10,1,1 -4329847,2013,11,1,1 -4329847,2014,1,1,1 -4329847,2014,2,1,1 -4329847,2014,4,2,1 -4329847,2014,5,2,1 -4329847,2014,12,1,1 -4329847,2015,1,2,1 -4329847,2015,2,1,1 -4329847,2015,4,1,1 -4329847,2015,5,2,1 -4329847,2015,6,1,1 -4329847,2015,8,3,1 -4329847,2015,9,1,1 -4329847,2016,4,2,1 -4329847,2016,5,4,1 -4329847,2016,7,1,1 -4329847,2016,8,3,1 -4329847,2016,9,2,1 -4329847,2016,10,3,1 -4329847,2016,11,1,1 -4329847,2016,12,4,1 -4329847,2017,1,1,1 -4329847,2017,2,1,1 -4329847,2017,5,1,1 -4329847,2017,8,4,1 -4329847,2017,9,3,1 -4329847,2017,10,1,1 -4329847,2017,12,4,1 -4329847,2018,2,1,1 -4329847,2018,3,3,1 -4329847,2018,4,1,1 -4329847,2018,5,1,1 -4329847,2018,6,3,1 -4329847,2018,7,3,1 -4329847,2018,8,2,1 -4329847,2018,9,1,1 -4329847,2018,11,2,1 -4329847,2018,12,1,1 -4329847,2019,1,1,1 -4329847,2019,3,1,1 -4329847,2019,4,1,1 -4329847,2019,5,2,1 -4329847,2019,6,2,1 -4329847,2019,7,2,1 -4329847,2019,8,2,1 -4329847,2019,9,1,1 -4329847,2019,10,3,1 -4329847,2019,11,1,1 -4329847,2019,12,3,1 -4329847,2020,1,3,1 -4329847,2020,3,1,1 -4329847,2020,4,3,1 -4329847,2020,7,3,1 -4329847,2020,8,2,1 -4329847,2020,9,1,1 -4329847,2020,11,2,1 -4329847,2020,12,2,1 -4329847,2021,1,2,1 -4329847,2021,4,2,1 -4329847,2021,6,2,1 -4329847,2021,7,2,1 -4329847,2021,8,3,1 -4329847,2021,9,3,1 -4329847,2021,10,2,1 -4329847,2021,11,4,1 -4329847,2021,12,1,1 -4329847,2022,2,1,1 -4329847,2022,4,3,1 -4329847,2022,5,1,1 -4329847,2022,6,1,1 -4329847,2022,7,2,1 -4329847,2022,8,2,1 -4329847,2022,9,1,1 -4329847,2022,10,2,1 -4329847,2022,11,1,1 -4329847,2022,12,2,1 -4329847,2023,1,3,1 -4329847,2023,2,2,1 -4329847,2023,4,2,1 -4329847,2023,5,1,1 -4336464,1942,12,1,1 -4336464,1943,8,1,1 -4336464,1947,7,1,1 -4336464,1948,7,1,1 -4336464,1950,12,1,1 -4336464,1951,5,1,1 -4336464,1951,10,1,1 -4336464,1952,9,1,1 -4336464,1953,10,1,1 -4336464,1955,6,1,1 -4336464,1955,8,1,1 -4336464,1956,1,1,1 -4336464,1958,1,1,1 -4336464,1958,4,1,1 -4336464,1958,12,1,1 -4336464,1960,7,1,1 -4336464,1963,5,2,1 -4336464,1963,6,1,1 -4336464,1963,10,1,1 -4336464,1965,7,2,1 -4336464,1966,12,1,1 -4336464,1967,1,1,1 -4336464,1967,8,1,1 -4336464,1967,11,1,1 -4336464,1968,4,1,1 -4336464,1968,6,2,1 -4336464,1969,6,1,1 -4336464,1969,7,1,1 -4336464,1969,11,1,1 -4336464,1970,5,1,1 -4336464,1970,9,1,2 -4336464,1972,4,1,1 -4336464,1974,5,1,1 -4336464,1974,7,1,1 -4336464,1975,3,1,1 -4336464,1975,9,1,1 -4336464,1975,11,2,1 -4336464,1976,1,1,1 -4336464,1976,3,1,1 -4336464,1976,6,1,1 -4336464,1976,7,1,1 -4336464,1976,10,3,1 -4336464,1977,5,1,1 -4336464,1977,10,1,1 -4336464,1978,11,1,1 -4336464,1979,11,1,1 -4336464,1980,2,1,1 -4336464,1980,4,1,1 -4336464,1980,7,1,1 -4336464,1980,8,1,1 -4336464,1980,11,1,1 -4336464,1981,1,1,1 -4336464,1982,1,2,1 -4336464,1982,4,1,1 -4336464,1982,10,1,1 -4336464,1983,9,1,1 -4336464,1984,11,1,1 -4336464,1985,3,2,1 -4336464,1985,7,2,1 -4336464,1986,4,1,1 -4336464,1986,5,1,1 -4336464,1987,1,1,1 -4336464,1987,3,1,1 -4336464,1987,4,1,1 -4336464,1987,5,1,1 -4336464,1988,2,1,1 -4336464,1988,7,1,1 -4336464,1989,3,2,1 -4336464,1989,8,1,1 -4336464,1989,11,2,1 -4336464,1990,1,1,1 -4336464,1990,6,1,1 -4336464,1990,8,1,1 -4336464,1990,10,1,1 -4336464,1990,12,2,1 -4336464,1991,2,1,1 -4336464,1991,9,1,1 -4336464,1991,10,1,1 -4336464,1991,11,1,1 -4336464,1991,12,2,1 -4336464,1992,7,1,1 -4336464,1993,4,1,1 -4336464,1993,7,3,1 -4336464,1993,8,1,2 -4336464,1993,9,1,1 -4336464,1993,10,1,1 -4336464,1993,11,1,1 -4336464,1994,4,1,1 -4336464,1994,6,1,1 -4336464,1994,7,1,1 -4336464,1994,8,1,1 -4336464,1994,9,1,1 -4336464,1994,10,1,1 -4336464,1994,12,3,1 -4336464,1995,5,1,1 -4336464,1996,7,1,1 -4336464,1996,8,3,1 -4336464,1996,9,1,1 -4336464,1996,10,1,1 -4336464,1996,12,2,1 -4336464,1997,2,3,1.3333333333333333 -4336464,1997,5,2,1 -4336464,1997,7,1,1 -4336464,1997,9,2,1 -4336464,1998,1,1,1 -4336464,1998,3,2,1 -4336464,1998,4,1,1 -4336464,1998,5,1,1 -4336464,1998,7,1,1 -4336464,1998,9,2,1 -4336464,1998,10,1,1 -4336464,1998,11,1,1 -4336464,1999,1,2,1 -4336464,1999,5,2,1 -4336464,1999,6,1,1 -4336464,1999,8,1,1 -4336464,1999,12,3,1 -4336464,2000,4,1,1 -4336464,2000,6,1,1 -4336464,2000,7,1,1 -4336464,2000,10,1,1 -4336464,2000,11,2,1 -4336464,2001,1,1,1 -4336464,2001,2,1,1 -4336464,2001,4,2,1 -4336464,2001,5,2,1 -4336464,2001,7,1,1 -4336464,2001,8,1,1 -4336464,2001,9,1,1 -4336464,2001,10,1,1 -4336464,2002,1,1,1 -4336464,2002,3,1,1 -4336464,2002,4,1,1 -4336464,2002,5,1,1 -4336464,2002,7,4,1 -4336464,2002,8,1,1 -4336464,2002,10,2,1 -4336464,2002,12,1,1 -4336464,2003,2,2,1 -4336464,2003,3,1,1 -4336464,2003,5,1,1 -4336464,2003,6,1,1 -4336464,2003,7,1,1 -4336464,2003,9,1,1 -4336464,2003,10,2,1 -4336464,2003,11,1,1 -4336464,2003,12,1,1 -4336464,2004,1,2,1 -4336464,2004,2,3,1 -4336464,2004,3,2,1 -4336464,2004,4,1,1 -4336464,2004,5,1,1 -4336464,2004,6,1,1 -4336464,2004,7,1,1 -4336464,2004,8,2,1 -4336464,2004,10,2,1 -4336464,2004,12,1,1 -4336464,2005,2,1,1 -4336464,2005,3,1,1 -4336464,2005,4,5,1 -4336464,2005,6,2,1 -4336464,2005,8,2,1 -4336464,2005,9,1,1 -4336464,2005,10,1,1 -4336464,2005,11,2,1 -4336464,2006,1,1,1 -4336464,2006,2,2,1 -4336464,2006,4,1,1 -4336464,2006,5,1,1 -4336464,2006,6,2,1 -4336464,2006,8,2,1 -4336464,2006,10,4,1 -4336464,2007,1,3,1 -4336464,2007,2,2,1 -4336464,2007,3,1,1 -4336464,2007,5,1,1 -4336464,2007,6,2,1 -4336464,2007,7,2,1 -4336464,2007,11,2,1 -4336464,2007,12,1,1 -4336464,2008,1,1,1 -4336464,2008,2,2,1 -4336464,2008,3,1,1 -4336464,2008,6,2,1 -4336464,2008,8,2,1 -4336464,2008,9,1,1 -4336464,2008,10,2,1 -4336464,2009,3,1,1 -4336464,2009,4,1,1 -4336464,2009,5,1,1 -4336464,2009,6,1,1 -4336464,2009,7,1,1 -4336464,2009,8,1,1 -4336464,2009,9,2,1 -4336464,2009,10,1,1 -4336464,2010,3,2,1 -4336464,2010,6,2,1 -4336464,2010,8,2,1 -4336464,2010,9,2,1 -4336464,2010,10,1,1 -4336464,2010,12,2,1 -4336464,2011,5,2,1 -4336464,2011,6,1,1 -4336464,2011,7,1,1 -4336464,2011,8,1,1 -4336464,2011,9,2,1 -4336464,2011,12,1,1 -4336464,2012,1,2,1 -4336464,2012,3,1,1 -4336464,2012,5,1,1 -4336464,2012,6,1,1 -4336464,2012,7,1,1 -4336464,2012,9,3,1 -4336464,2012,10,2,1 -4336464,2013,4,1,1 -4336464,2013,6,2,1 -4336464,2013,7,2,1 -4336464,2013,9,2,1 -4336464,2013,10,1,1 -4336464,2013,11,1,1 -4336464,2014,1,1,1 -4336464,2014,2,2,1 -4336464,2014,4,2,1 -4336464,2014,5,2,1 -4336464,2014,10,1,1 -4336464,2014,12,1,1 -4336464,2015,1,2,1 -4336464,2015,2,1,1 -4336464,2015,4,1,1 -4336464,2015,5,2,1 -4336464,2015,6,1,1 -4336464,2015,8,3,1 -4336464,2015,9,1,1 -4336464,2016,4,2,1 -4336464,2016,5,4,1 -4336464,2016,7,2,1 -4336464,2016,8,3,1 -4336464,2016,9,2,1 -4336464,2016,10,3,1 -4336464,2016,11,1,1 -4336464,2016,12,4,1 -4336464,2017,1,1,1 -4336464,2017,2,1,1 -4336464,2017,5,1,1 -4336464,2017,8,4,1 -4336464,2017,9,3,1 -4336464,2017,10,1,1 -4336464,2017,12,4,1 -4336464,2018,2,1,1 -4336464,2018,3,3,1 -4336464,2018,4,1,1 -4336464,2018,5,1,2 -4336464,2018,6,3,1 -4336464,2018,7,4,1.25 -4336464,2018,8,2,1 -4336464,2018,9,1,2 -4336464,2018,11,2,1 -4336464,2018,12,1,1 -4336464,2019,1,1,1 -4336464,2019,3,2,1 -4336464,2019,4,1,1 -4336464,2019,5,2,1 -4336464,2019,6,2,1 -4336464,2019,7,2,1 -4336464,2019,8,2,1 -4336464,2019,9,1,1 -4336464,2019,10,3,1 -4336464,2019,11,1,1 -4336464,2019,12,4,1 -4336464,2020,1,3,1.3333333333333333 -4336464,2020,3,1,1 -4336464,2020,4,3,1 -4336464,2020,7,3,1 -4336464,2020,8,2,1 -4336464,2020,9,1,1 -4336464,2020,11,2,1 -4336464,2020,12,2,1 -4336464,2021,1,2,1 -4336464,2021,4,2,1 -4336464,2021,6,2,1 -4336464,2021,7,2,1 -4336464,2021,8,3,1 -4336464,2021,9,3,1 -4336464,2021,10,2,1 -4336464,2021,11,4,1 -4336464,2021,12,1,1 -4336464,2022,2,2,1 -4336464,2022,3,1,1 -4336464,2022,4,3,1 -4336464,2022,5,1,1 -4336464,2022,6,1,1 -4336464,2022,7,2,1 -4336464,2022,8,2,1 -4336464,2022,9,1,1 -4336464,2022,10,2,1 -4336464,2022,11,1,1 -4336464,2022,12,2,1 -4336464,2023,1,3,1 -4336464,2023,2,2,1 -4336464,2023,4,2,1 -4336464,2023,5,1,1 -4353713,2018,1,1,1 -4353713,2019,2,1,1 -4353713,2021,7,1,1 -4353717,2016,10,1,1 -4353717,2021,5,1,1 -4353717,2022,12,1,1 -4353843,2002,3,1,1 -4353843,2015,9,1,1 -4353843,2021,9,1,1 -4353843,2021,10,1,1 -4353843,2021,12,1,1 -4353843,2023,4,1,1 -4354252,2018,1,1,1 -4354252,2019,8,1,1 -4354252,2020,8,1,1 -4354252,2021,2,1,1 -4354252,2021,6,1,1 -4354252,2021,11,1,1 -19018935,1970,3,1,1 -19018935,1970,9,1,2 -19018935,1971,9,1,1 -19018935,1974,10,1,1 -19018935,1975,7,1,2 -19018935,1975,12,2,2 -19018935,1977,5,2,4 -19018935,1977,6,1,2 -19018935,1977,7,1,1 -19018935,1978,12,1,2 -19018935,1979,4,2,1.5 -19018935,1979,11,1,2 -19018935,1980,3,1,1 -19018935,1980,11,1,1 -19018935,1981,3,1,5 -19018935,1981,4,1,2 -19018935,1981,7,1,4 -19018935,1981,12,1,1 -19018935,1982,6,1,11 -19018935,1982,8,1,2 -19018935,1982,12,2,2 -19018935,1983,1,1,2 -19018935,1983,7,2,1 -19018935,1983,12,2,15 -19018935,1984,2,1,1 -19018935,1984,3,1,1 -19018935,1984,5,1,1 -19018935,1984,7,1,2 -19018935,1984,8,1,1 -19018935,1984,10,1,1 -19018935,1984,11,1,3 -19018935,1984,12,1,17 -19018935,1985,3,1,2 -19018935,1985,4,1,2 -19018935,1985,5,1,3 -19018935,1985,6,1,2 -19018935,1986,4,1,2 -19018935,1986,5,1,1 -19018935,1986,9,1,1 -19018935,1986,11,1,1 -19018935,1987,1,2,3 -19018935,1987,5,3,3 -19018935,1987,10,1,2 -19018935,1987,11,1,1 -19018935,1988,1,1,2 -19018935,1988,6,1,1 -19018935,1989,4,1,1 -19018935,1989,5,1,2 -19018935,1989,6,1,3 -19018935,1989,7,1,1 -19018935,1989,10,1,1 -19018935,1990,1,2,3.5 -19018935,1990,2,1,2 -19018935,1990,5,3,1.6666666666666667 -19018935,1990,6,2,2 -19018935,1990,8,1,2 -19018935,1990,12,2,4 -19018935,1991,1,1,1 -19018935,1991,2,1,2 -19018935,1991,3,1,2 -19018935,1991,4,1,1 -19018935,1991,5,1,15 -19018935,1991,6,2,2.5 -19018935,1991,7,1,2 -19018935,1991,8,4,2.75 -19018935,1991,10,2,2.5 -19018935,1992,1,1,2 -19018935,1992,3,1,4 -19018935,1992,7,1,3 -19018935,1992,8,2,1.5 -19018935,1992,9,2,1 -19018935,1992,10,1,2 -19018935,1993,1,1,1 -19018935,1993,2,2,2 -19018935,1993,5,1,2 -19018935,1993,6,1,6 -19018935,1993,7,1,1 -19018935,1993,10,2,2 -19018935,1993,11,1,1 -19018935,1994,3,1,2 -19018935,1994,4,1,2 -19018935,1994,6,2,1.5 -19018935,1994,8,1,1 -19018935,1994,9,1,1 -19018935,1994,12,2,5 -19018935,1995,3,1,2 -19018935,1995,6,1,2 -19018935,1995,7,1,5 -19018935,1995,9,2,1 -19018935,1995,11,1,2 -19018935,1995,12,3,1.6666666666666667 -19018935,1996,3,1,2 -19018935,1996,6,2,2 -19018935,1996,7,1,2 -19018935,1996,8,1,1 -19018935,1996,10,3,2.3333333333333335 -19018935,1996,12,1,2 -19018935,1997,1,1,2 -19018935,1997,5,3,1.6666666666666667 -19018935,1997,6,2,2 -19018935,1997,8,2,1.5 -19018935,1997,9,5,2 -19018935,1997,10,1,2 -19018935,1998,2,3,1.3333333333333333 -19018935,1998,3,2,5 -19018935,1998,4,2,2 -19018935,1998,6,2,2.5 -19018935,1998,8,3,2.6666666666666665 -19018935,1998,10,1,2 -19018935,1998,11,1,1 -19018935,1998,12,1,2 -19018935,1999,2,1,1 -19018935,1999,4,1,2 -19018935,1999,5,2,3.5 -19018935,1999,6,1,2 -19018935,1999,7,2,3 -19018935,1999,9,1,1 -19018935,1999,11,2,2.5 -19018935,2000,1,2,1.5 -19018935,2000,2,4,2.25 -19018935,2000,3,5,1.6 -19018935,2000,6,2,1 -19018935,2000,7,1,2 -19018935,2000,8,2,1.5 -19018935,2000,10,1,2 -19018935,2000,11,3,1 -19018935,2000,12,1,1 -19018935,2001,2,1,2 -19018935,2001,4,2,2.5 -19018935,2001,6,4,1.5 -19018935,2001,7,2,2 -19018935,2001,9,1,1 -19018935,2001,10,1,2 -19018935,2001,12,1,2 -19018935,2002,1,3,1.6666666666666667 -19018935,2002,2,1,1 -19018935,2002,3,3,1.6666666666666667 -19018935,2002,5,3,4.666666666666667 -19018935,2002,6,3,1.6666666666666667 -19018935,2002,7,1,1 -19018935,2002,8,1,2 -19018935,2002,9,1,1 -19018935,2002,12,4,1.75 -19018935,2003,1,3,2 -19018935,2003,2,4,1.5 -19018935,2003,5,4,1.75 -19018935,2003,6,3,2.6666666666666665 -19018935,2003,8,2,2 -19018935,2003,9,2,2 -19018935,2003,10,1,2 -19018935,2003,11,1,2 -19018935,2003,12,1,2 -19018935,2004,1,3,1.3333333333333333 -19018935,2004,2,1,3 -19018935,2004,3,2,2 -19018935,2004,4,2,1.5 -19018935,2004,5,2,2 -19018935,2004,6,1,2 -19018935,2004,7,3,4.333333333333333 -19018935,2004,8,3,2.6666666666666665 -19018935,2004,10,2,3.5 -19018935,2004,11,2,4 -19018935,2004,12,2,1.5 -19018935,2005,1,1,3 -19018935,2005,2,1,2 -19018935,2005,3,3,2.6666666666666665 -19018935,2005,4,2,2 -19018935,2005,5,1,1 -19018935,2005,6,1,25 -19018935,2005,7,1,2 -19018935,2005,9,3,2.6666666666666665 -19018935,2005,10,1,1 -19018935,2005,12,2,2 -19018935,2006,1,2,1.5 -19018935,2006,2,2,1 -19018935,2006,3,1,2 -19018935,2006,4,4,2 -19018935,2006,6,1,2 -19018935,2006,7,2,1 -19018935,2006,8,1,2 -19018935,2006,9,3,2 -19018935,2006,10,2,1.5 -19018935,2006,11,1,1 -19018935,2006,12,2,1.5 -19018935,2007,2,2,1.5 -19018935,2007,3,1,2 -19018935,2007,4,3,1.6666666666666667 -19018935,2007,6,3,1.6666666666666667 -19018935,2007,9,1,1 -19018935,2007,10,2,2.5 -19018935,2007,11,2,1.5 -19018935,2007,12,4,1.75 -19018935,2008,1,1,1 -19018935,2008,2,1,1 -19018935,2008,3,4,1.25 -19018935,2008,5,3,2.3333333333333335 -19018935,2008,6,1,1 -19018935,2008,7,2,2 -19018935,2008,8,2,1.5 -19018935,2008,9,2,1.5 -19018935,2008,10,2,2 -19018935,2008,11,1,1 -19018935,2009,1,5,1.8 -19018935,2009,2,1,1 -19018935,2009,3,4,1.75 -19018935,2009,4,4,1.75 -19018935,2009,5,1,1 -19018935,2009,6,2,9.5 -19018935,2009,7,2,3 -19018935,2009,8,2,1 -19018935,2009,9,4,2 -19018935,2009,10,2,3 -19018935,2009,11,2,1.5 -19018935,2009,12,3,3.6666666666666665 -19018935,2010,1,1,1 -19018935,2010,2,3,1.6666666666666667 -19018935,2010,3,1,2 -19018935,2010,4,2,1 -19018935,2010,5,4,2 -19018935,2010,6,2,2.5 -19018935,2010,7,1,1 -19018935,2010,9,3,2 -19018935,2010,10,2,1 -19018935,2010,11,1,2 -19018935,2011,1,6,1.5 -19018935,2011,2,1,1 -19018935,2011,3,1,2 -19018935,2011,4,2,1 -19018935,2011,5,1,2 -19018935,2011,6,2,2.5 -19018935,2011,7,4,1.75 -19018935,2011,8,2,1.5 -19018935,2011,9,4,2.25 -19018935,2011,10,3,1.3333333333333333 -19018935,2011,11,1,1 -19018935,2011,12,2,1 -19018935,2012,1,3,1.3333333333333333 -19018935,2012,2,1,2 -19018935,2012,3,2,1.5 -19018935,2012,4,3,1.3333333333333333 -19018935,2012,5,2,2 -19018935,2012,6,1,2 -19018935,2012,7,2,2.5 -19018935,2012,8,1,1 -19018935,2012,9,5,1.2 -19018935,2012,10,2,1.5 -19018935,2012,11,2,1.5 -19018935,2012,12,5,2 -19018935,2013,2,2,1.5 -19018935,2013,3,3,2 -19018935,2013,4,2,1.5 -19018935,2013,6,2,1.5 -19018935,2013,7,2,1.5 -19018935,2013,8,1,1 -19018935,2013,9,1,2 -19018935,2013,10,3,3.6666666666666665 -19018935,2013,11,2,2 -19018935,2013,12,3,2 -19018935,2014,1,2,2 -19018935,2014,2,4,9 -19018935,2014,3,1,1 -19018935,2014,4,2,19 -19018935,2014,5,3,1.6666666666666667 -19018935,2014,6,2,1.5 -19018935,2014,7,6,2.3333333333333335 -19018935,2014,8,6,2 -19018935,2014,9,1,1 -19018935,2014,10,1,2 -19018935,2014,11,3,1.6666666666666667 -19018935,2014,12,4,2.5 -19018935,2015,1,2,2 -19018935,2015,2,3,2 -19018935,2015,3,6,6.5 -19018935,2015,4,2,1.5 -19018935,2015,5,5,3.8 -19018935,2015,6,2,2 -19018935,2015,7,4,2.5 -19018935,2015,8,1,1 -19018935,2015,9,5,2 -19018935,2015,10,2,1.5 -19018935,2015,11,3,3.6666666666666665 -19018935,2015,12,1,1 -19018935,2016,1,4,2.25 -19018935,2016,2,2,2 -19018935,2016,3,1,3 -19018935,2016,4,2,3 -19018935,2016,5,6,3 -19018935,2016,6,3,1.3333333333333333 -19018935,2016,7,3,1.6666666666666667 -19018935,2016,8,4,1.5 -19018935,2016,9,1,2 -19018935,2016,10,2,1.5 -19018935,2016,12,1,2 -19018935,2017,1,2,1 -19018935,2017,2,1,2 -19018935,2017,3,4,1.75 -19018935,2017,4,3,2 -19018935,2017,5,4,1.25 -19018935,2017,6,5,3 -19018935,2017,8,4,2.25 -19018935,2017,9,1,2 -19018935,2017,10,4,1.75 -19018935,2017,11,3,4.333333333333333 -19018935,2017,12,2,2 -19018935,2018,1,1,1 -19018935,2018,2,2,1.5 -19018935,2018,3,5,2.2 -19018935,2018,4,4,1.25 -19018935,2018,5,1,2 -19018935,2018,6,2,2 -19018935,2018,7,2,2 -19018935,2018,8,7,4.428571428571429 -19018935,2018,9,1,1 -19018935,2018,10,4,1.75 -19018935,2018,11,3,1.3333333333333333 -19018935,2018,12,4,1.5 -19018935,2019,1,3,1.6666666666666667 -19018935,2019,2,2,2 -19018935,2019,3,2,1.5 -19018935,2019,4,2,3 -19018935,2019,5,4,4.25 -19018935,2019,6,3,2.3333333333333335 -19018935,2019,7,3,1.3333333333333333 -19018935,2019,8,4,1.25 -19018935,2019,9,3,10 -19018935,2019,10,4,2 -19018935,2019,11,2,1 -19018935,2019,12,2,2.5 -19018935,2020,1,6,3.6666666666666665 -19018935,2020,2,1,1 -19018935,2020,3,2,1.5 -19018935,2020,4,1,2 -19018935,2020,5,3,3.6666666666666665 -19018935,2020,6,5,2.8 -19018935,2020,7,2,3 -19018935,2020,8,7,2.142857142857143 -19018935,2020,9,2,1.5 -19018935,2020,10,4,1.75 -19018935,2020,11,5,2 -19018935,2020,12,5,2.6 -19018935,2021,1,3,2 -19018935,2021,2,1,2 -19018935,2021,3,3,2 -19018935,2021,4,3,2.6666666666666665 -19018935,2021,5,4,1.75 -19018935,2021,6,1,5 -19018935,2021,7,6,5.833333333333333 -19018935,2021,8,2,2.5 -19018935,2021,9,3,1.3333333333333333 -19018935,2021,10,4,2 -19018935,2021,11,3,1.6666666666666667 -19018935,2021,12,3,1.3333333333333333 -19018935,2022,1,4,1.25 -19018935,2022,2,8,2.5 -19018935,2022,3,4,1.5 -19018935,2022,4,7,1.8571428571428572 -19018935,2022,5,7,1.7142857142857142 -19018935,2022,6,3,2.3333333333333335 -19018935,2022,7,5,3.4 -19018935,2022,8,4,2 -19018935,2022,9,2,1.5 -19018935,2022,10,6,2 -19018935,2022,11,2,2.5 -19018935,2022,12,4,1.75 -19018935,2023,1,1,1 -19018935,2023,2,3,1.6666666666666667 -19018935,2023,3,3,1.3333333333333333 -19018935,2023,4,4,2.75 -19018935,2023,5,3,1.6666666666666667 -19018935,2023,6,2,2 -19075601,1997,1,22,2.227272727272727 -19075601,1997,2,21,2.238095238095238 -19075601,1997,3,17,1.8823529411764706 -19075601,1997,4,24,2.1666666666666665 -19075601,1997,5,19,1.736842105263158 -19075601,1997,6,20,1.95 -19075601,1997,7,31,2.4838709677419355 -19075601,1997,8,18,2 -19075601,1997,9,30,1.8666666666666667 -19075601,1997,10,27,1.5925925925925926 -19075601,1997,11,25,2.16 -19075601,1997,12,18,2 -19075601,1998,1,9,2.111111111111111 -19075601,1998,2,3,1.6666666666666667 -19075601,1998,3,6,1.6666666666666667 -19075601,1998,4,4,1.5 -19075601,1998,5,2,1 -19075601,1998,6,3,2.3333333333333335 -19075601,1998,7,2,1.5 -19075601,1998,8,5,2.2 -19075601,1998,9,5,1.6 -19075601,1998,10,5,1.6 -19075601,1998,11,3,1.3333333333333333 -19075601,1998,12,4,1.25 -19075601,1999,1,7,6 -19075601,1999,2,2,1.5 -19075601,1999,3,3,2.3333333333333335 -19075601,1999,4,2,4 -19075601,1999,5,6,1.8333333333333333 -19075601,1999,6,7,3 -19075601,1999,7,1,2 -19075601,1999,8,5,1.4 -19075601,1999,9,3,2.6666666666666665 -19075601,1999,10,4,9 -19075601,1999,11,4,1.5 -19075601,1999,12,7,1.4285714285714286 -19075601,2000,1,4,3.25 -19075601,2000,3,3,2 -19075601,2000,4,2,1 -19075601,2000,5,3,2.3333333333333335 -19075601,2000,6,5,1.6 -19075601,2000,7,3,1.6666666666666667 -19075601,2000,8,2,1.5 -19075601,2000,9,2,1 -19075601,2000,10,5,1.4 -19075601,2000,11,4,1.75 -19075601,2000,12,6,4.666666666666667 -19075601,2001,1,5,1.6 -19075601,2001,2,4,1.5 -19075601,2001,3,1,1 -19075601,2001,4,7,1.1428571428571428 -19075601,2001,5,6,2.1666666666666665 -19075601,2001,6,3,3.3333333333333335 -19075601,2001,7,7,2.142857142857143 -19075601,2001,8,4,1.5 -19075601,2001,9,4,1.25 -19075601,2001,10,3,2 -19075601,2001,11,4,7.25 -19075601,2001,12,9,1.6666666666666667 -19075601,2002,1,2,1 -19075601,2002,3,6,1.3333333333333333 -19075601,2002,4,4,1.75 -19075601,2002,5,7,1.8571428571428572 -19075601,2002,6,2,1.5 -19075601,2002,7,11,1.3636363636363635 -19075601,2002,8,4,1 -19075601,2002,9,2,1 -19075601,2002,10,4,1 -19075601,2002,11,4,1.25 -19075601,2002,12,6,1.8333333333333333 -19075601,2003,1,4,2.5 -19075601,2003,2,4,1 -19075601,2003,3,4,1.5 -19075601,2003,4,3,3.6666666666666665 -19075601,2003,5,5,1.4 -19075601,2003,6,2,1.5 -19075601,2003,7,6,2.6666666666666665 -19075601,2003,8,2,3 -19075601,2003,9,7,1.2857142857142858 -19075601,2003,10,10,1.4 -19075601,2003,11,7,1.5714285714285714 -19075601,2003,12,6,2 -19075601,2004,1,6,1.1666666666666667 -19075601,2004,2,5,1.2 -19075601,2004,3,6,1.6666666666666667 -19075601,2004,4,2,1 -19075601,2004,5,4,1.25 -19075601,2004,6,7,2.2857142857142856 -19075601,2004,7,8,1.5 -19075601,2004,8,4,1.25 -19075601,2004,9,2,1.5 -19075601,2004,10,2,1 -19075601,2004,11,3,3.3333333333333335 -19075601,2004,12,4,2.25 -19075601,2005,2,10,1.8 -19075601,2005,3,3,1.3333333333333333 -19075601,2005,4,8,1.25 -19075601,2005,5,3,1.6666666666666667 -19075601,2005,6,9,2 -19075601,2005,8,4,1.25 -19075601,2005,9,5,2.4 -19075601,2005,10,6,1.1666666666666667 -19075601,2005,11,8,1.875 -19075601,2005,12,2,1 -19075601,2006,1,7,1.5714285714285714 -19075601,2006,2,6,1.5 -19075601,2006,3,2,2 -19075601,2006,4,1,1 -19075601,2006,5,7,1.7142857142857142 -19075601,2006,6,8,4.75 -19075601,2006,7,3,2 -19075601,2006,8,6,1.1666666666666667 -19075601,2006,9,2,2 -19075601,2006,10,6,1.1666666666666667 -19075601,2006,11,2,2 -19075601,2006,12,7,1.4285714285714286 -19075601,2007,1,8,1.75 -19075601,2007,2,3,1 -19075601,2007,3,8,2.625 -19075601,2007,4,8,2.875 -19075601,2007,5,9,1.6666666666666667 -19075601,2007,6,5,1.4 -19075601,2007,7,6,1.3333333333333333 -19075601,2007,8,5,2.8 -19075601,2007,9,7,4.142857142857143 -19075601,2007,10,1,2 -19075601,2007,11,5,4.4 -19075601,2007,12,3,1.3333333333333333 -19075601,2008,1,3,1 -19075601,2008,2,3,1.3333333333333333 -19075601,2008,3,5,1.4 -19075601,2008,4,5,1.2 -19075601,2008,5,4,1.75 -19075601,2008,6,5,1.4 -19075601,2008,7,5,2 -19075601,2008,8,6,1.6666666666666667 -19075601,2008,9,6,2 -19075601,2008,10,10,1.5 -19075601,2008,11,8,1.25 -19075601,2008,12,1,2 -19075601,2009,1,3,1.6666666666666667 -19075601,2009,2,4,2 -19075601,2009,3,3,1 -19075601,2009,4,4,1.75 -19075601,2009,5,3,1.3333333333333333 -19075601,2009,6,6,1.3333333333333333 -19075601,2009,7,4,1.5 -19075601,2009,8,4,2 -19075601,2009,9,8,1.75 -19075601,2009,10,4,1 -19075601,2009,11,2,3.5 -19075601,2009,12,4,1.5 -19075601,2010,2,4,1.25 -19075601,2010,3,7,1.5714285714285714 -19075601,2010,4,2,2 -19075601,2010,5,2,1.5 -19075601,2010,6,8,1.75 -19075601,2010,7,5,1.4 -19075601,2010,8,6,1.3333333333333333 -19075601,2010,9,8,1.375 -19075601,2010,10,5,1.6 -19075601,2010,11,5,2.6 -19075601,2010,12,9,1.2222222222222223 -19075601,2011,1,9,1.1111111111111112 -19075601,2011,2,2,1 -19075601,2011,3,5,1.2 -19075601,2011,4,1,1 -19075601,2011,5,7,1.1428571428571428 -19075601,2011,6,3,1 -19075601,2011,7,11,1.7272727272727273 -19075601,2011,8,4,1.25 -19075601,2011,9,9,1.4444444444444444 -19075601,2011,10,4,1.5 -19075601,2011,11,3,3 -19075601,2011,12,7,1.4285714285714286 -19075601,2012,1,8,1.5 -19075601,2012,2,2,6 -19075601,2012,3,6,1.5 -19075601,2012,4,5,1.2 -19075601,2012,5,5,1.8 -19075601,2012,6,4,1.25 -19075601,2012,7,9,1.4444444444444444 -19075601,2012,8,8,1.75 -19075601,2012,9,8,2.5 -19075601,2012,10,7,1.2857142857142858 -19075601,2012,11,5,5.8 -19075601,2012,12,6,1.8333333333333333 -19075601,2013,1,5,1.6 -19075601,2013,2,2,2.5 -19075601,2013,3,10,2 -19075601,2013,4,7,1.4285714285714286 -19075601,2013,5,4,2.25 -19075601,2013,6,9,1.4444444444444444 -19075601,2013,7,7,1.1428571428571428 -19075601,2013,8,6,1.5 -19075601,2013,9,6,1.3333333333333333 -19075601,2013,10,6,2.3333333333333335 -19075601,2013,11,6,1.1666666666666667 -19075601,2013,12,7,1.4285714285714286 -19075601,2014,1,11,1.3636363636363635 -19075601,2014,2,4,1.5 -19075601,2014,3,4,1.75 -19075601,2014,4,10,1.4 -19075601,2014,5,10,1.4 -19075601,2014,6,5,1.6 -19075601,2014,7,4,1 -19075601,2014,8,4,1.25 -19075601,2014,9,8,1.5 -19075601,2014,10,9,1.4444444444444444 -19075601,2014,11,10,2.1 -19075601,2014,12,5,3.2 -19075601,2015,1,10,1.7 -19075601,2015,2,6,1.3333333333333333 -19075601,2015,3,12,1.5833333333333333 -19075601,2015,4,12,4.333333333333333 -19075601,2015,5,12,1.25 -19075601,2015,6,8,1.375 -19075601,2015,7,11,1.3636363636363635 -19075601,2015,8,13,1.6153846153846154 -19075601,2015,9,5,2 -19075601,2015,10,11,1.5454545454545454 -19075601,2015,11,10,2.4 -19075601,2015,12,5,1 -19075601,2016,1,6,1.3333333333333333 -19075601,2016,2,10,1.3 -19075601,2016,3,5,2 -19075601,2016,4,10,1.2 -19075601,2016,5,11,1.2727272727272727 -19075601,2016,6,6,2.5 -19075601,2016,7,7,1.4285714285714286 -19075601,2016,8,9,1.4444444444444444 -19075601,2016,9,9,1.3333333333333333 -19075601,2016,10,11,1.1818181818181819 -19075601,2016,11,8,1.5 -19075601,2016,12,10,1.3 -19075601,2017,1,9,2.111111111111111 -19075601,2017,2,5,1.6 -19075601,2017,3,7,2.5714285714285716 -19075601,2017,4,10,1.1 -19075601,2017,5,6,1 -19075601,2017,6,9,1.2222222222222223 -19075601,2017,7,9,1.6666666666666667 -19075601,2017,8,13,1.4615384615384615 -19075601,2017,9,12,1.0833333333333333 -19075601,2017,10,7,1.8571428571428572 -19075601,2017,11,11,1.6363636363636365 -19075601,2017,12,13,1.3076923076923077 -19075601,2018,1,13,1.8461538461538463 -19075601,2018,2,9,2.111111111111111 -19075601,2018,3,11,1.5454545454545454 -19075601,2018,4,11,2.3636363636363638 -19075601,2018,5,11,1.5454545454545454 -19075601,2018,6,11,1.1818181818181819 -19075601,2018,7,9,1.3333333333333333 -19075601,2018,8,8,1.75 -19075601,2018,9,16,1.625 -19075601,2018,10,8,1.375 -19075601,2018,11,13,1.4615384615384615 -19075601,2018,12,14,1.3571428571428572 -19075601,2019,1,10,1.2 -19075601,2019,2,12,1.5833333333333333 -19075601,2019,3,12,2.5 -19075601,2019,4,9,1.3333333333333333 -19075601,2019,5,12,2.3333333333333335 -19075601,2019,6,5,1.2 -19075601,2019,7,19,1.263157894736842 -19075601,2019,8,10,1.5 -19075601,2019,9,7,1.4285714285714286 -19075601,2019,10,17,1.411764705882353 -19075601,2019,11,6,1.5 -19075601,2019,12,17,1.4705882352941178 -19075601,2020,1,9,1.3333333333333333 -19075601,2020,2,11,2 -19075601,2020,3,8,2.25 -19075601,2020,4,10,1.2 -19075601,2020,5,8,1.75 -19075601,2020,6,8,3 -19075601,2020,7,12,1.5 -19075601,2020,8,13,1.4615384615384615 -19075601,2020,9,12,1.4166666666666667 -19075601,2020,10,7,1.4285714285714286 -19075601,2020,11,12,1.1666666666666667 -19075601,2020,12,7,1.8571428571428572 -19075601,2021,1,11,1.5454545454545454 -19075601,2021,2,7,1.4285714285714286 -19075601,2021,3,12,2.3333333333333335 -19075601,2021,4,5,1.2 -19075601,2021,5,14,1.3571428571428572 -19075601,2021,6,10,1.1 -19075601,2021,7,7,1 -19075601,2021,8,14,1.0714285714285714 -19075601,2021,9,7,1 -19075601,2021,10,8,1.25 -19075601,2021,11,10,1.8 -19075601,2021,12,10,1.5 -19075601,2022,1,1,1 -19075601,2022,2,15,1.6 -19075601,2022,3,15,1.8 -19075601,2022,4,13,1.2307692307692308 -19075601,2022,5,12,1.0833333333333333 -19075601,2022,6,13,1.5384615384615385 -19075601,2022,7,10,1.1 -19075601,2022,8,14,1.3571428571428572 -19075601,2022,9,7,1.5714285714285714 -19075601,2022,10,12,1.1666666666666667 -19075601,2022,11,11,1.8181818181818181 -19075601,2022,12,12,1.1666666666666667 -19075601,2023,1,15,1.8 -19075601,2023,2,6,1.5 -19075601,2023,3,7,2.5714285714285716 -19075601,2023,4,18,1.3333333333333333 -19075601,2023,5,12,1.4166666666666667 -19075601,2023,6,4,1.75 -19126352,1933,3,1,2 -19126352,1933,6,1,2 -19126352,1934,6,1,1 -19126352,1934,12,1,2 -19126352,1935,10,1,2 -19126352,1935,11,1,6 -19126352,1939,3,1,2 -19126352,1939,10,1,1 -19126352,1940,8,1,2 -19126352,1941,3,1,3 -19126352,1941,4,1,2 -19126352,1942,12,1,1 -19126352,1943,3,1,6 -19126352,1943,4,1,5 -19126352,1943,8,2,1.5 -19126352,1943,10,1,2 -19126352,1944,8,1,2 -19126352,1945,10,1,2 -19126352,1946,11,1,2 -19126352,1947,3,1,2 -19126352,1947,7,1,1 -19126352,1948,2,1,2 -19126352,1948,7,1,1 -19126352,1948,10,1,2 -19126352,1950,3,1,1 -19126352,1950,7,1,1 -19126352,1950,12,1,1 -19126352,1951,3,1,1 -19126352,1951,5,1,1 -19126352,1951,10,3,2.6666666666666665 -19126352,1952,2,2,1 -19126352,1952,3,1,2 -19126352,1952,9,1,1 -19126352,1952,12,1,5 -19126352,1953,3,1,1 -19126352,1953,10,1,1 -19126352,1954,5,1,2 -19126352,1954,6,1,2 -19126352,1954,9,1,5 -19126352,1954,10,1,1 -19126352,1954,12,1,2 -19126352,1955,3,1,2 -19126352,1955,4,1,2 -19126352,1955,6,2,1 -19126352,1955,8,1,1 -19126352,1955,9,1,2 -19126352,1956,1,1,1 -19126352,1957,11,2,1 -19126352,1958,1,1,1 -19126352,1958,3,1,3 -19126352,1958,4,1,1 -19126352,1958,6,1,3 -19126352,1958,12,1,1 -19126352,1959,5,1,1 -19126352,1959,6,2,4 -19126352,1960,7,1,1 -19126352,1960,9,1,2 -19126352,1960,11,1,2 -19126352,1960,12,2,3 -19126352,1961,2,2,1 -19126352,1961,8,1,2 -19126352,1962,3,1,1 -19126352,1962,4,1,2 -19126352,1962,11,1,1 -19126352,1963,3,1,1 -19126352,1963,5,2,1 -19126352,1963,6,2,1.5 -19126352,1963,7,1,6 -19126352,1963,10,1,1 -19126352,1964,5,1,4 -19126352,1964,6,2,1 -19126352,1964,10,3,1.3333333333333333 -19126352,1964,11,1,1 -19126352,1965,3,1,2 -19126352,1965,7,3,1.3333333333333333 -19126352,1965,8,1,1 -19126352,1965,9,2,2 -19126352,1966,7,1,1 -19126352,1966,12,2,1.5 -19126352,1967,1,1,1 -19126352,1967,3,2,2 -19126352,1967,5,1,4 -19126352,1967,7,1,2 -19126352,1967,8,1,1 -19126352,1967,9,1,2 -19126352,1967,11,2,3 -19126352,1968,2,1,2 -19126352,1968,3,1,1 -19126352,1968,4,1,1 -19126352,1968,6,2,1 -19126352,1968,7,1,1 -19126352,1968,8,1,3 -19126352,1968,12,1,1 -19126352,1969,1,1,1 -19126352,1969,3,1,2 -19126352,1969,5,1,2 -19126352,1969,6,3,3.6666666666666665 -19126352,1969,7,1,1 -19126352,1969,8,2,14 -19126352,1969,10,1,2 -19126352,1969,11,1,1 -19126352,1970,1,1,1 -19126352,1970,5,3,2.3333333333333335 -19126352,1970,7,1,1 -19126352,1970,9,1,2 -19126352,1970,10,1,2 -19126352,1970,12,1,2 -19126352,1971,3,1,1 -19126352,1971,4,1,3 -19126352,1971,5,1,2 -19126352,1971,9,3,1.6666666666666667 -19126352,1971,11,1,3 -19126352,1972,4,2,2 -19126352,1972,9,1,1 -19126352,1972,10,1,3 -19126352,1973,5,1,1 -19126352,1973,7,1,2 -19126352,1973,8,2,1.5 -19126352,1973,9,1,1 -19126352,1974,1,2,1 -19126352,1974,3,2,1 -19126352,1974,5,1,1 -19126352,1974,7,1,1 -19126352,1974,9,1,4 -19126352,1974,10,2,2.5 -19126352,1975,2,1,24 -19126352,1975,3,1,1 -19126352,1975,9,1,1 -19126352,1975,11,2,1 -19126352,1975,12,1,2 -19126352,1976,1,1,1 -19126352,1976,2,1,1 -19126352,1976,3,1,1 -19126352,1976,5,1,2 -19126352,1976,6,1,1 -19126352,1976,7,1,1 -19126352,1976,8,1,2 -19126352,1976,10,3,1 -19126352,1977,1,2,2 -19126352,1977,3,1,4 -19126352,1977,5,1,1 -19126352,1977,10,1,1 -19126352,1978,6,2,2.5 -19126352,1978,10,1,2 -19126352,1978,11,2,1 -19126352,1979,5,1,1 -19126352,1979,8,1,5 -19126352,1979,11,1,1 -19126352,1979,12,2,1.5 -19126352,1980,2,4,1.25 -19126352,1980,4,2,3 -19126352,1980,5,2,8.5 -19126352,1980,6,2,1 -19126352,1980,7,2,1 -19126352,1980,8,1,1 -19126352,1980,11,1,1 -19126352,1981,1,2,1.5 -19126352,1981,3,1,4 -19126352,1981,4,1,1 -19126352,1981,6,1,2 -19126352,1981,7,1,2 -19126352,1981,8,2,1.5 -19126352,1981,10,1,2 -19126352,1981,11,1,2 -19126352,1982,1,2,1 -19126352,1982,2,1,2 -19126352,1982,4,3,2.6666666666666665 -19126352,1982,6,1,1 -19126352,1982,7,1,1 -19126352,1982,9,1,1 -19126352,1982,10,3,2 -19126352,1982,12,3,2 -19126352,1983,1,1,2 -19126352,1983,3,4,2 -19126352,1983,4,2,2 -19126352,1983,5,1,2 -19126352,1983,6,2,1 -19126352,1983,7,2,1.5 -19126352,1983,8,2,1.5 -19126352,1983,9,2,1.5 -19126352,1983,11,1,1 -19126352,1984,1,1,1 -19126352,1984,3,1,1 -19126352,1984,4,1,2 -19126352,1984,5,2,1.5 -19126352,1984,6,1,2 -19126352,1984,8,1,2 -19126352,1984,9,1,2 -19126352,1984,10,1,1 -19126352,1984,11,1,1 -19126352,1985,2,1,4 -19126352,1985,3,2,1 -19126352,1985,4,3,2 -19126352,1985,7,3,1 -19126352,1985,9,1,2 -19126352,1985,10,1,2 -19126352,1985,12,1,1 -19126352,1986,1,1,3 -19126352,1986,3,1,1 -19126352,1986,4,1,1 -19126352,1986,5,2,1.5 -19126352,1986,7,2,2 -19126352,1986,8,1,2 -19126352,1986,9,1,1 -19126352,1986,11,1,2 -19126352,1986,12,3,1.3333333333333333 -19126352,1987,1,3,2 -19126352,1987,2,2,1.5 -19126352,1987,3,1,1 -19126352,1987,4,3,1 -19126352,1987,5,3,1.3333333333333333 -19126352,1987,6,2,2.5 -19126352,1987,7,2,1.5 -19126352,1987,8,1,2 -19126352,1987,9,1,2 -19126352,1987,10,2,1 -19126352,1988,2,3,1.6666666666666667 -19126352,1988,3,3,1 -19126352,1988,4,1,2 -19126352,1988,5,2,3.5 -19126352,1988,7,1,1 -19126352,1988,8,2,1.5 -19126352,1988,10,1,1 -19126352,1988,11,2,2 -19126352,1988,12,1,1 -19126352,1989,3,5,1.4 -19126352,1989,4,2,2 -19126352,1989,5,2,1.5 -19126352,1989,7,2,3.5 -19126352,1989,8,2,2 -19126352,1989,9,1,2 -19126352,1989,10,3,1.6666666666666667 -19126352,1989,11,4,1.5 -19126352,1989,12,1,5 -19126352,1990,1,2,2.5 -19126352,1990,2,1,2 -19126352,1990,3,2,1 -19126352,1990,5,2,3.5 -19126352,1990,6,5,3 -19126352,1990,7,1,3 -19126352,1990,8,3,2 -19126352,1990,9,1,2 -19126352,1990,10,1,1 -19126352,1990,11,1,2 -19126352,1990,12,3,1.3333333333333333 -19126352,1991,2,1,1 -19126352,1991,3,1,2 -19126352,1991,5,1,2 -19126352,1991,6,3,3.6666666666666665 -19126352,1991,7,5,2.6 -19126352,1991,8,4,1.5 -19126352,1991,9,2,2 -19126352,1991,10,4,2.25 -19126352,1991,11,3,1.3333333333333333 -19126352,1991,12,5,1.6 -19126352,1992,1,2,1.5 -19126352,1992,3,3,2 -19126352,1992,4,1,2 -19126352,1992,5,1,5 -19126352,1992,6,4,2.75 -19126352,1992,7,3,1 -19126352,1992,8,1,1 -19126352,1992,9,2,1.5 -19126352,1992,10,1,2 -19126352,1992,11,1,4 -19126352,1992,12,1,2 -19126352,1993,1,2,3 -19126352,1993,2,1,1 -19126352,1993,3,2,3.5 -19126352,1993,4,2,1.5 -19126352,1993,5,2,2 -19126352,1993,6,2,2 -19126352,1993,7,4,1 -19126352,1993,8,2,1.5 -19126352,1993,9,4,1.75 -19126352,1993,10,2,1 -19126352,1993,11,2,1 -19126352,1994,1,1,1 -19126352,1994,2,3,2.6666666666666665 -19126352,1994,4,3,1.3333333333333333 -19126352,1994,6,1,1 -19126352,1994,7,2,1 -19126352,1994,8,2,2 -19126352,1994,9,7,1.4285714285714286 -19126352,1994,10,3,2.3333333333333335 -19126352,1994,11,5,2.2 -19126352,1994,12,4,2.25 -19126352,1995,1,3,3.3333333333333335 -19126352,1995,2,1,3 -19126352,1995,4,4,1.5 -19126352,1995,5,2,1.5 -19126352,1995,6,4,4.5 -19126352,1995,7,1,1 -19126352,1995,8,1,2 -19126352,1995,9,1,2 -19126352,1995,10,1,1 -19126352,1995,11,3,1 -19126352,1995,12,3,1.3333333333333333 -19126352,1996,1,3,2 -19126352,1996,2,2,1.5 -19126352,1996,4,3,1.6666666666666667 -19126352,1996,5,1,2 -19126352,1996,6,4,1.75 -19126352,1996,7,3,1.3333333333333333 -19126352,1996,8,4,1.25 -19126352,1996,9,4,2.5 -19126352,1996,10,4,1.25 -19126352,1996,11,5,1.6 -19126352,1996,12,3,1 -19126352,1997,1,4,2.25 -19126352,1997,2,4,1.5 -19126352,1997,3,1,3 -19126352,1997,4,1,4 -19126352,1997,5,3,1 -19126352,1997,6,2,2 -19126352,1997,7,5,1.8 -19126352,1997,9,4,1 -19126352,1997,10,1,1 -19126352,1997,11,1,3 -19126352,1997,12,2,1.5 -19126352,1998,1,4,1.5 -19126352,1998,2,3,1.6666666666666667 -19126352,1998,3,5,1.8 -19126352,1998,4,2,1 -19126352,1998,5,1,1 -19126352,1998,6,2,3 -19126352,1998,7,2,1.5 -19126352,1998,8,5,2.2 -19126352,1998,9,4,1.75 -19126352,1998,10,2,1.5 -19126352,1998,11,2,1.5 -19126352,1998,12,3,1.3333333333333333 -19126352,1999,1,6,6.833333333333333 -19126352,1999,2,2,1.5 -19126352,1999,3,2,2 -19126352,1999,4,1,7 -19126352,1999,5,5,2 -19126352,1999,6,3,5.666666666666667 -19126352,1999,7,1,2 -19126352,1999,8,4,1.5 -19126352,1999,9,2,3.5 -19126352,1999,10,3,11.666666666666666 -19126352,1999,11,3,1.3333333333333333 -19126352,1999,12,6,1.5 -19126352,2000,1,4,3.25 -19126352,2000,3,3,2 -19126352,2000,4,2,1 -19126352,2000,5,1,4 -19126352,2000,6,5,1.6 -19126352,2000,7,2,1.5 -19126352,2000,8,2,1.5 -19126352,2000,9,2,1 -19126352,2000,10,4,1.5 -19126352,2000,11,4,1.75 -19126352,2000,12,4,6.5 -19126352,2001,1,5,1.6 -19126352,2001,2,4,1.5 -19126352,2001,3,1,1 -19126352,2001,4,5,1.4 -19126352,2001,5,5,2.4 -19126352,2001,6,3,3.3333333333333335 -19126352,2001,7,6,2.3333333333333335 -19126352,2001,8,4,1.5 -19126352,2001,9,3,1.3333333333333333 -19126352,2001,10,3,2 -19126352,2001,11,3,9.333333333333334 -19126352,2001,12,6,2 -19126352,2002,1,2,1 -19126352,2002,3,5,1.4 -19126352,2002,4,4,1.75 -19126352,2002,5,6,2 -19126352,2002,6,1,2 -19126352,2002,7,10,1.4 -19126352,2002,8,3,1 -19126352,2002,9,1,1 -19126352,2002,10,3,1 -19126352,2002,11,3,1.3333333333333333 -19126352,2002,12,4,2.25 -19126352,2003,1,3,3 -19126352,2003,2,3,1 -19126352,2003,3,4,1.5 -19126352,2003,4,2,4 -19126352,2003,5,3,1.6666666666666667 -19126352,2003,6,2,1.5 -19126352,2003,7,4,3.5 -19126352,2003,8,1,5 -19126352,2003,9,6,1.3333333333333333 -19126352,2003,10,6,1.3333333333333333 -19126352,2003,11,5,1.4 -19126352,2003,12,4,1.75 -19126352,2004,1,3,1.3333333333333333 -19126352,2004,2,5,1.2 -19126352,2004,3,6,1.6666666666666667 -19126352,2004,4,1,1 -19126352,2004,5,4,1.25 -19126352,2004,6,7,2.142857142857143 -19126352,2004,7,6,1.6666666666666667 -19126352,2004,8,3,1 -19126352,2004,9,2,1.5 -19126352,2004,10,2,1 -19126352,2004,11,3,3.3333333333333335 -19126352,2004,12,4,2.25 -19126352,2005,2,9,1.8888888888888888 -19126352,2005,3,3,1.3333333333333333 -19126352,2005,4,8,1.25 -19126352,2005,5,2,2 -19126352,2005,6,7,2 -19126352,2005,8,5,1.2 -19126352,2005,9,5,2.4 -19126352,2005,10,3,1.3333333333333333 -19126352,2005,11,8,1.875 -19126352,2006,1,6,1.6666666666666667 -19126352,2006,2,5,1.4 -19126352,2006,3,2,2 -19126352,2006,4,1,1 -19126352,2006,5,5,2 -19126352,2006,6,6,6 -19126352,2006,7,3,2 -19126352,2006,8,4,1.25 -19126352,2006,9,1,2 -19126352,2006,10,5,1 -19126352,2006,11,1,3 -19126352,2006,12,4,1.75 -19126352,2007,1,6,1.6666666666666667 -19126352,2007,2,3,1 -19126352,2007,3,6,2.8333333333333335 -19126352,2007,4,7,3.142857142857143 -19126352,2007,5,5,1.8 -19126352,2007,6,4,1.5 -19126352,2007,7,6,1.3333333333333333 -19126352,2007,8,5,2.8 -19126352,2007,9,4,5.25 -19126352,2007,10,1,2 -19126352,2007,11,5,4.4 -19126352,2007,12,3,1.3333333333333333 -19126352,2008,1,3,1 -19126352,2008,2,3,1.3333333333333333 -19126352,2008,3,4,1.5 -19126352,2008,4,4,1.25 -19126352,2008,5,3,2 -19126352,2008,6,3,1.6666666666666667 -19126352,2008,7,4,2.25 -19126352,2008,8,2,1 -19126352,2008,9,5,2.2 -19126352,2008,10,8,1.625 -19126352,2008,11,3,1.3333333333333333 -19126352,2008,12,1,2 -19126352,2009,1,2,2 -19126352,2009,2,2,3 -19126352,2009,3,3,1 -19126352,2009,4,3,2 -19126352,2009,5,2,1.5 -19126352,2009,6,4,1.25 -19126352,2009,7,3,1.6666666666666667 -19126352,2009,8,3,1.3333333333333333 -19126352,2009,9,6,1.8333333333333333 -19126352,2009,10,3,1 -19126352,2009,11,2,3.5 -19126352,2009,12,1,2 -19126352,2010,2,3,1.3333333333333333 -19126352,2010,3,4,2 -19126352,2010,4,1,2 -19126352,2010,5,2,1.5 -19126352,2010,6,6,2 -19126352,2010,7,5,1.4 -19126352,2010,8,5,1.4 -19126352,2010,9,5,1.6 -19126352,2010,10,5,1.6 -19126352,2010,11,4,3 -19126352,2010,12,6,1.3333333333333333 -19126352,2011,1,5,1.2 -19126352,2011,3,3,1.3333333333333333 -19126352,2011,5,5,1.2 -19126352,2011,6,3,1 -19126352,2011,7,6,1.8333333333333333 -19126352,2011,8,4,1.25 -19126352,2011,9,9,1.4444444444444444 -19126352,2011,10,3,1.3333333333333333 -19126352,2011,11,1,2 -19126352,2011,12,6,1.5 -19126352,2012,1,7,1.2857142857142858 -19126352,2012,2,2,6 -19126352,2012,3,5,1.6 -19126352,2012,4,5,1.2 -19126352,2012,5,5,1.8 -19126352,2012,6,2,1.5 -19126352,2012,7,7,1.5714285714285714 -19126352,2012,8,6,1.8333333333333333 -19126352,2012,9,7,1.4285714285714286 -19126352,2012,10,5,1.4 -19126352,2012,11,4,7 -19126352,2012,12,2,2 -19126352,2013,1,3,2 -19126352,2013,2,1,2 -19126352,2013,3,7,2.4285714285714284 -19126352,2013,4,5,1.6 -19126352,2013,5,4,2.25 -19126352,2013,6,6,1.3333333333333333 -19126352,2013,7,4,1.25 -19126352,2013,8,2,2.5 -19126352,2013,9,4,1.25 -19126352,2013,10,5,2.6 -19126352,2013,11,4,1.25 -19126352,2013,12,2,2 -19126352,2014,1,7,1.4285714285714286 -19126352,2014,2,2,1 -19126352,2014,3,2,2.5 -19126352,2014,4,7,1.5714285714285714 -19126352,2014,5,7,1.5714285714285714 -19126352,2014,6,4,1.75 -19126352,2014,8,2,1.5 -19126352,2014,9,4,2 -19126352,2014,10,6,1.6666666666666667 -19126352,2014,11,5,2.4 -19126352,2014,12,3,1.3333333333333333 -19126352,2015,1,5,2.4 -19126352,2015,2,3,1.6666666666666667 -19126352,2015,3,7,2 -19126352,2015,4,9,5.444444444444445 -19126352,2015,5,6,1.5 -19126352,2015,6,3,2 -19126352,2015,7,4,2 -19126352,2015,8,7,1.5714285714285714 -19126352,2015,9,2,3.5 -19126352,2015,10,2,3 -19126352,2015,11,4,4.25 -19126352,2015,12,1,1 -19126352,2016,1,2,2 -19126352,2016,2,3,2 -19126352,2016,3,2,3.5 -19126352,2016,4,4,1.5 -19126352,2016,5,7,1.2857142857142858 -19126352,2016,6,4,3.25 -19126352,2016,7,4,1.25 -19126352,2016,8,6,1.6666666666666667 -19126352,2016,9,4,1.75 -19126352,2016,10,6,1.1666666666666667 -19126352,2016,11,4,2 -19126352,2016,12,6,1.5 -19126352,2017,1,2,6 -19126352,2017,2,3,1.6666666666666667 -19126352,2017,3,2,6.5 -19126352,2017,4,1,2 -19126352,2017,5,3,1 -19126352,2017,6,3,1.3333333333333333 -19126352,2017,7,4,2.5 -19126352,2017,8,7,1.2857142857142858 -19126352,2017,9,5,1 -19126352,2017,10,4,1.75 -19126352,2017,11,4,1.75 -19126352,2017,12,7,1.2857142857142858 -19126352,2018,1,7,2.4285714285714284 -19126352,2018,2,6,1.6666666666666667 -19126352,2018,3,6,1.5 -19126352,2018,4,4,4.75 -19126352,2018,5,3,3 -19126352,2018,6,7,1.2857142857142858 -19126352,2018,7,6,1.1666666666666667 -19126352,2018,8,4,1.5 -19126352,2018,9,10,2 -19126352,2018,10,6,1.5 -19126352,2018,11,9,1.6666666666666667 -19126352,2018,12,7,1.5714285714285714 -19126352,2019,1,4,1.5 -19126352,2019,2,5,2.4 -19126352,2019,3,7,3.4285714285714284 -19126352,2019,4,5,1.6 -19126352,2019,5,5,4 -19126352,2019,6,3,1.3333333333333333 -19126352,2019,7,6,1.5 -19126352,2019,8,4,2.25 -19126352,2019,9,4,1.25 -19126352,2019,10,10,1.7 -19126352,2019,11,1,1 -19126352,2019,12,8,1.75 -19126352,2020,1,5,1.6 -19126352,2020,2,3,4.333333333333333 -19126352,2020,3,6,2.6666666666666665 -19126352,2020,4,6,1.3333333333333333 -19126352,2020,5,4,2.5 -19126352,2020,6,5,3 -19126352,2020,7,9,1.6666666666666667 -19126352,2020,8,7,1.7142857142857142 -19126352,2020,9,9,1.5555555555555556 -19126352,2020,10,3,1.3333333333333333 -19126352,2020,11,6,1.3333333333333333 -19126352,2020,12,5,2.2 -19126352,2021,1,7,1.7142857142857142 -19126352,2021,2,3,2 -19126352,2021,3,4,5 -19126352,2021,4,4,1.25 -19126352,2021,5,5,1.6 -19126352,2021,6,6,1.1666666666666667 -19126352,2021,7,2,1 -19126352,2021,8,7,1.1428571428571428 -19126352,2021,9,4,1 -19126352,2021,10,4,1 -19126352,2021,11,6,2 -19126352,2021,12,5,2 -19126352,2022,2,7,2 -19126352,2022,3,7,2.7142857142857144 -19126352,2022,4,7,1.4285714285714286 -19126352,2022,5,5,1.2 -19126352,2022,6,7,1.8571428571428572 -19126352,2022,7,3,1.3333333333333333 -19126352,2022,8,5,1.8 -19126352,2022,9,5,1.8 -19126352,2022,10,3,1.3333333333333333 -19126352,2022,11,4,3 -19126352,2022,12,4,1.25 -19126352,2023,1,9,2.3333333333333335 -19126352,2023,2,5,1.4 -19126352,2023,3,2,5.5 -19126352,2023,4,7,1.7142857142857142 -19126352,2023,5,7,1.7142857142857142 -19126352,2023,6,1,2 -19133768,1981,1,1,1 -19133768,1982,1,2,1 -19133768,1982,4,1,1 -19133768,1982,10,1,1 -19133768,1983,9,1,1 -19133768,1984,11,1,1 -19133768,1985,3,2,1 -19133768,1985,7,2,1 -19133768,1986,4,1,1 -19133768,1986,5,1,1 -19133768,1987,1,1,1 -19133768,1987,3,1,1 -19133768,1987,4,1,1 -19133768,1987,5,1,1 -19133768,1988,2,1,1 -19133768,1988,7,1,1 -19133768,1989,3,2,1 -19133768,1989,8,1,1 -19133768,1989,11,2,1 -19133768,1990,1,1,1 -19133768,1990,6,1,1 -19133768,1990,8,1,1 -19133768,1990,10,1,1 -19133768,1990,12,2,1 -19133768,1991,2,1,1 -19133768,1991,9,1,1 -19133768,1991,10,1,1 -19133768,1991,11,1,1 -19133768,1991,12,2,1 -19133768,1992,7,1,1 -19133768,1993,4,1,1 -19133768,1993,7,3,1 -19133768,1993,8,1,2 -19133768,1993,9,1,1 -19133768,1993,10,1,1 -19133768,1993,11,1,1 -19133768,1994,4,1,1 -19133768,1994,6,1,1 -19133768,1994,7,1,1 -19133768,1994,8,1,1 -19133768,1994,9,1,1 -19133768,1994,10,1,1 -19133768,1994,12,3,1 -19133768,1995,5,1,1 -19133768,1996,7,1,1 -19133768,1996,8,3,1 -19133768,1996,9,1,1 -19133768,1996,10,1,1 -19133768,1996,12,2,1 -19133768,1997,2,3,1.3333333333333333 -19133768,1997,5,2,1 -19133768,1997,7,1,1 -19133768,1997,9,2,1 -19133768,1998,1,1,1 -19133768,1998,3,2,1 -19133768,1998,4,1,1 -19133768,1998,5,1,1 -19133768,1998,7,1,1 -19133768,1998,9,2,1 -19133768,1998,10,1,1 -19133768,1998,11,1,1 -19133768,1999,1,2,1 -19133768,1999,5,2,1 -19133768,1999,6,1,1 -19133768,1999,8,1,1 -19133768,1999,12,3,1 -19133768,2000,4,1,1 -19133768,2000,6,1,1 -19133768,2000,7,1,1 -19133768,2000,10,1,1 -19133768,2000,11,2,1 -19133768,2001,1,1,1 -19133768,2001,2,1,1 -19133768,2001,4,2,1 -19133768,2001,5,2,1 -19133768,2001,7,1,1 -19133768,2001,8,1,1 -19133768,2001,9,1,1 -19133768,2001,10,1,1 -19133768,2002,1,1,1 -19133768,2002,3,1,1 -19133768,2002,4,1,1 -19133768,2002,5,1,1 -19133768,2002,7,4,1 -19133768,2002,8,1,1 -19133768,2002,10,2,1 -19133768,2002,12,1,1 -19133768,2003,2,2,1 -19133768,2003,3,1,1 -19133768,2003,5,1,1 -19133768,2003,6,1,1 -19133768,2003,7,1,1 -19133768,2003,9,1,1 -19133768,2003,10,2,1 -19133768,2003,11,1,1 -19133768,2003,12,1,1 -19133768,2004,1,2,1 -19133768,2004,2,3,1 -19133768,2004,3,2,1 -19133768,2004,4,1,1 -19133768,2004,5,1,1 -19133768,2004,6,1,1 -19133768,2004,7,1,1 -19133768,2004,8,2,1 -19133768,2004,10,2,1 -19133768,2004,12,1,1 -19133768,2005,2,1,1 -19133768,2005,3,1,1 -19133768,2005,4,5,1 -19133768,2005,6,2,1 -19133768,2005,8,2,1 -19133768,2005,9,1,1 -19133768,2005,10,1,1 -19133768,2005,11,2,1 -19133768,2006,1,1,1 -19133768,2006,2,2,1 -19133768,2006,4,1,1 -19133768,2006,5,1,1 -19133768,2006,6,2,1 -19133768,2006,8,2,1 -19133768,2006,10,4,1 -19133768,2007,1,3,1 -19133768,2007,2,2,1 -19133768,2007,3,1,1 -19133768,2007,5,1,1 -19133768,2007,6,2,1 -19133768,2007,7,2,1 -19133768,2007,11,2,1 -19133768,2007,12,1,1 -19133768,2008,1,1,1 -19133768,2008,2,2,1 -19133768,2008,3,1,1 -19133768,2008,6,2,1 -19133768,2008,8,2,1 -19133768,2008,9,1,1 -19133768,2008,10,2,1 -19133768,2009,3,1,1 -19133768,2009,4,1,1 -19133768,2009,5,1,1 -19133768,2009,6,1,1 -19133768,2009,7,1,1 -19133768,2009,8,1,1 -19133768,2009,9,2,1 -19133768,2009,10,1,1 -19133768,2010,3,2,1 -19133768,2010,6,2,1 -19133768,2010,8,2,1 -19133768,2010,9,2,1 -19133768,2010,10,1,1 -19133768,2010,12,2,1 -19133768,2011,5,2,1 -19133768,2011,6,1,1 -19133768,2011,7,1,1 -19133768,2011,8,1,1 -19133768,2011,9,2,1 -19133768,2011,12,1,1 -19133768,2012,1,2,1 -19133768,2012,3,1,1 -19133768,2012,5,1,1 -19133768,2012,6,1,1 -19133768,2012,7,1,1 -19133768,2012,9,3,1 -19133768,2012,10,2,1 -19133768,2013,4,1,1 -19133768,2013,6,2,1 -19133768,2013,7,2,1 -19133768,2013,9,2,1 -19133768,2013,10,1,1 -19133768,2013,11,1,1 -19133768,2014,1,1,1 -19133768,2014,2,2,1 -19133768,2014,4,2,1 -19133768,2014,5,2,1 -19133768,2014,10,1,1 -19133768,2014,12,1,1 -19133768,2015,1,2,1 -19133768,2015,2,1,1 -19133768,2015,4,1,1 -19133768,2015,5,2,1 -19133768,2015,6,1,1 -19133768,2015,8,3,1 -19133768,2015,9,1,1 -19133768,2016,4,2,1 -19133768,2016,5,4,1 -19133768,2016,7,2,1 -19133768,2016,8,3,1 -19133768,2016,9,2,1 -19133768,2016,10,3,1 -19133768,2016,11,1,1 -19133768,2016,12,4,1 -19133768,2017,1,1,1 -19133768,2017,2,1,1 -19133768,2017,5,1,1 -19133768,2017,8,4,1 -19133768,2017,9,3,1 -19133768,2017,10,1,1 -19133768,2017,12,4,1 -19133768,2018,2,1,1 -19133768,2018,3,3,1 -19133768,2018,4,1,1 -19133768,2018,5,1,2 -19133768,2018,6,3,1 -19133768,2018,7,4,1.25 -19133768,2018,8,2,1 -19133768,2018,9,1,2 -19133768,2018,11,2,1 -19133768,2018,12,1,1 -19133768,2019,1,1,1 -19133768,2019,3,2,1 -19133768,2019,4,1,1 -19133768,2019,5,2,1 -19133768,2019,6,2,1 -19133768,2019,7,2,1 -19133768,2019,8,2,1 -19133768,2019,9,1,1 -19133768,2019,10,3,1 -19133768,2019,11,1,1 -19133768,2019,12,4,1 -19133768,2020,1,3,1.3333333333333333 -19133768,2020,3,1,1 -19133768,2020,4,3,1 -19133768,2020,7,3,1 -19133768,2020,8,2,1 -19133768,2020,9,1,1 -19133768,2020,11,2,1 -19133768,2020,12,2,1 -19133768,2021,1,2,1 -19133768,2021,4,2,1 -19133768,2021,6,2,1 -19133768,2021,7,2,1 -19133768,2021,8,3,1 -19133768,2021,9,3,1 -19133768,2021,10,2,1 -19133768,2021,11,4,1 -19133768,2021,12,1,1 -19133768,2022,2,2,1 -19133768,2022,3,1,1 -19133768,2022,4,3,1 -19133768,2022,5,1,1 -19133768,2022,6,1,1 -19133768,2022,7,2,1 -19133768,2022,8,2,1 -19133768,2022,9,1,1 -19133768,2022,10,2,1 -19133768,2022,11,1,1 -19133768,2022,12,2,1 -19133768,2023,1,3,1 -19133768,2023,2,2,1 -19133768,2023,4,2,1 -19133768,2023,5,1,1 -40163554,1970,3,1,1 -40163554,1970,9,1,2 -40163554,1971,9,1,1 -40163554,1974,10,1,1 -40163554,1975,7,1,2 -40163554,1975,12,2,2 -40163554,1977,5,2,4 -40163554,1977,6,1,2 -40163554,1977,7,1,1 -40163554,1978,12,1,2 -40163554,1979,4,2,1.5 -40163554,1979,11,1,2 -40163554,1980,3,1,1 -40163554,1980,11,1,1 -40163554,1981,3,1,5 -40163554,1981,4,1,2 -40163554,1981,7,1,4 -40163554,1981,12,1,1 -40163554,1982,6,1,11 -40163554,1982,8,1,2 -40163554,1982,12,2,2 -40163554,1983,1,1,2 -40163554,1983,7,2,1 -40163554,1983,12,2,15 -40163554,1984,2,1,1 -40163554,1984,3,1,1 -40163554,1984,5,1,1 -40163554,1984,7,1,2 -40163554,1984,8,1,1 -40163554,1984,10,1,1 -40163554,1984,11,1,3 -40163554,1984,12,1,17 -40163554,1985,3,1,2 -40163554,1985,4,1,2 -40163554,1985,5,1,3 -40163554,1985,6,1,2 -40163554,1986,4,1,2 -40163554,1986,5,1,1 -40163554,1986,9,1,1 -40163554,1986,11,1,1 -40163554,1987,1,2,3 -40163554,1987,5,3,3 -40163554,1987,10,1,2 -40163554,1987,11,1,1 -40163554,1988,1,1,2 -40163554,1988,6,1,1 -40163554,1989,4,1,1 -40163554,1989,5,1,2 -40163554,1989,6,1,3 -40163554,1989,7,1,1 -40163554,1989,10,1,1 -40163554,1990,1,2,3.5 -40163554,1990,2,1,2 -40163554,1990,5,3,1.6666666666666667 -40163554,1990,6,2,2 -40163554,1990,8,1,2 -40163554,1990,12,2,4 -40163554,1991,1,1,1 -40163554,1991,2,1,2 -40163554,1991,3,1,2 -40163554,1991,4,1,1 -40163554,1991,5,1,15 -40163554,1991,6,2,2.5 -40163554,1991,7,1,2 -40163554,1991,8,4,2.75 -40163554,1991,10,2,2.5 -40163554,1992,1,1,2 -40163554,1992,3,1,4 -40163554,1992,7,1,3 -40163554,1992,8,2,1.5 -40163554,1992,9,2,1 -40163554,1992,10,1,2 -40163554,1993,1,1,1 -40163554,1993,2,2,2 -40163554,1993,5,1,2 -40163554,1993,6,1,6 -40163554,1993,7,1,1 -40163554,1993,10,2,2 -40163554,1993,11,1,1 -40163554,1994,3,1,2 -40163554,1994,4,1,2 -40163554,1994,6,2,1.5 -40163554,1994,8,1,1 -40163554,1994,9,1,1 -40163554,1994,12,2,5 -40163554,1995,3,1,2 -40163554,1995,6,1,2 -40163554,1995,7,1,5 -40163554,1995,9,2,1 -40163554,1995,11,1,2 -40163554,1995,12,3,1.6666666666666667 -40163554,1996,3,1,2 -40163554,1996,6,2,2 -40163554,1996,7,1,2 -40163554,1996,8,1,1 -40163554,1996,10,3,2.3333333333333335 -40163554,1996,12,1,2 -40163554,1997,1,1,2 -40163554,1997,5,3,1.6666666666666667 -40163554,1997,6,2,2 -40163554,1997,8,2,1.5 -40163554,1997,9,5,2 -40163554,1997,10,1,2 -40163554,1998,2,3,1.3333333333333333 -40163554,1998,3,2,5 -40163554,1998,4,2,2 -40163554,1998,6,2,2.5 -40163554,1998,8,3,2.6666666666666665 -40163554,1998,10,1,2 -40163554,1998,11,1,1 -40163554,1998,12,1,2 -40163554,1999,2,1,1 -40163554,1999,4,1,2 -40163554,1999,5,2,3.5 -40163554,1999,6,1,2 -40163554,1999,7,2,3 -40163554,1999,9,1,1 -40163554,1999,11,2,2.5 -40163554,2000,1,2,1.5 -40163554,2000,2,4,2.25 -40163554,2000,3,5,1.6 -40163554,2000,6,2,1 -40163554,2000,7,1,2 -40163554,2000,8,2,1.5 -40163554,2000,10,1,2 -40163554,2000,11,3,1 -40163554,2000,12,1,1 -40163554,2001,2,1,2 -40163554,2001,4,2,2.5 -40163554,2001,6,4,1.5 -40163554,2001,7,2,2 -40163554,2001,9,1,1 -40163554,2001,10,1,2 -40163554,2001,12,1,2 -40163554,2002,1,3,1.6666666666666667 -40163554,2002,2,1,1 -40163554,2002,3,3,1.6666666666666667 -40163554,2002,5,3,4.666666666666667 -40163554,2002,6,3,1.6666666666666667 -40163554,2002,7,1,1 -40163554,2002,8,1,2 -40163554,2002,9,1,1 -40163554,2002,12,4,1.75 -40163554,2003,1,3,2 -40163554,2003,2,4,1.5 -40163554,2003,5,4,1.75 -40163554,2003,6,3,2.6666666666666665 -40163554,2003,8,2,2 -40163554,2003,9,2,2 -40163554,2003,10,1,2 -40163554,2003,11,1,2 -40163554,2003,12,1,2 -40163554,2004,1,3,1.3333333333333333 -40163554,2004,2,1,3 -40163554,2004,3,2,2 -40163554,2004,4,2,1.5 -40163554,2004,5,2,2 -40163554,2004,6,1,2 -40163554,2004,7,3,4.333333333333333 -40163554,2004,8,3,2.6666666666666665 -40163554,2004,10,2,3.5 -40163554,2004,11,2,4 -40163554,2004,12,2,1.5 -40163554,2005,1,1,3 -40163554,2005,2,1,2 -40163554,2005,3,3,2.6666666666666665 -40163554,2005,4,2,2 -40163554,2005,5,1,1 -40163554,2005,6,1,25 -40163554,2005,7,1,2 -40163554,2005,9,3,2.6666666666666665 -40163554,2005,10,1,1 -40163554,2005,12,2,2 -40163554,2006,1,2,1.5 -40163554,2006,2,2,1 -40163554,2006,3,1,2 -40163554,2006,4,4,2 -40163554,2006,6,1,2 -40163554,2006,7,2,1 -40163554,2006,8,1,2 -40163554,2006,9,3,2 -40163554,2006,10,2,1.5 -40163554,2006,11,1,1 -40163554,2006,12,2,1.5 -40163554,2007,2,2,1.5 -40163554,2007,3,1,2 -40163554,2007,4,3,1.6666666666666667 -40163554,2007,6,3,1.6666666666666667 -40163554,2007,9,1,1 -40163554,2007,10,2,2.5 -40163554,2007,11,2,1.5 -40163554,2007,12,4,1.75 -40163554,2008,1,1,1 -40163554,2008,2,1,1 -40163554,2008,3,4,1.25 -40163554,2008,5,3,2.3333333333333335 -40163554,2008,6,1,1 -40163554,2008,7,2,2 -40163554,2008,8,2,1.5 -40163554,2008,9,2,1.5 -40163554,2008,10,2,2 -40163554,2008,11,1,1 -40163554,2009,1,5,1.8 -40163554,2009,2,1,1 -40163554,2009,3,4,1.75 -40163554,2009,4,4,1.75 -40163554,2009,5,1,1 -40163554,2009,6,2,9.5 -40163554,2009,7,2,3 -40163554,2009,8,2,1 -40163554,2009,9,4,2 -40163554,2009,10,2,3 -40163554,2009,11,2,1.5 -40163554,2009,12,3,3.6666666666666665 -40163554,2010,1,1,1 -40163554,2010,2,3,1.6666666666666667 -40163554,2010,3,1,2 -40163554,2010,4,2,1 -40163554,2010,5,4,2 -40163554,2010,6,2,2.5 -40163554,2010,7,1,1 -40163554,2010,9,3,2 -40163554,2010,10,2,1 -40163554,2010,11,1,2 -40163554,2011,1,6,1.5 -40163554,2011,2,1,1 -40163554,2011,3,1,2 -40163554,2011,4,2,1 -40163554,2011,5,1,2 -40163554,2011,6,2,2.5 -40163554,2011,7,4,1.75 -40163554,2011,8,2,1.5 -40163554,2011,9,4,2.25 -40163554,2011,10,3,1.3333333333333333 -40163554,2011,11,1,1 -40163554,2011,12,2,1 -40163554,2012,1,3,1.3333333333333333 -40163554,2012,2,1,2 -40163554,2012,3,2,1.5 -40163554,2012,4,3,1.3333333333333333 -40163554,2012,5,2,2 -40163554,2012,6,1,2 -40163554,2012,7,2,2.5 -40163554,2012,8,1,1 -40163554,2012,9,5,1.2 -40163554,2012,10,2,1.5 -40163554,2012,11,2,1.5 -40163554,2012,12,5,2 -40163554,2013,2,2,1.5 -40163554,2013,3,3,2 -40163554,2013,4,2,1.5 -40163554,2013,6,2,1.5 -40163554,2013,7,2,1.5 -40163554,2013,8,1,1 -40163554,2013,9,1,2 -40163554,2013,10,3,3.6666666666666665 -40163554,2013,11,2,2 -40163554,2013,12,3,2 -40163554,2014,1,2,2 -40163554,2014,2,4,9 -40163554,2014,3,1,1 -40163554,2014,4,2,19 -40163554,2014,5,3,1.6666666666666667 -40163554,2014,6,2,1.5 -40163554,2014,7,6,2.3333333333333335 -40163554,2014,8,6,2 -40163554,2014,9,1,1 -40163554,2014,10,1,2 -40163554,2014,11,3,1.6666666666666667 -40163554,2014,12,4,2.5 -40163554,2015,1,2,2 -40163554,2015,2,3,2 -40163554,2015,3,6,6.5 -40163554,2015,4,2,1.5 -40163554,2015,5,5,3.8 -40163554,2015,6,2,2 -40163554,2015,7,4,2.5 -40163554,2015,8,1,1 -40163554,2015,9,5,2 -40163554,2015,10,2,1.5 -40163554,2015,11,3,3.6666666666666665 -40163554,2015,12,1,1 -40163554,2016,1,4,2.25 -40163554,2016,2,2,2 -40163554,2016,3,1,3 -40163554,2016,4,2,3 -40163554,2016,5,6,3 -40163554,2016,6,3,1.3333333333333333 -40163554,2016,7,3,1.6666666666666667 -40163554,2016,8,4,1.5 -40163554,2016,9,1,2 -40163554,2016,10,2,1.5 -40163554,2016,12,1,2 -40163554,2017,1,2,1 -40163554,2017,2,1,2 -40163554,2017,3,4,1.75 -40163554,2017,4,3,2 -40163554,2017,5,4,1.25 -40163554,2017,6,5,3 -40163554,2017,8,4,2.25 -40163554,2017,9,1,2 -40163554,2017,10,4,1.75 -40163554,2017,11,3,4.333333333333333 -40163554,2017,12,2,2 -40163554,2018,1,1,1 -40163554,2018,2,2,1.5 -40163554,2018,3,5,2.2 -40163554,2018,4,4,1.25 -40163554,2018,5,1,2 -40163554,2018,6,2,2 -40163554,2018,7,2,2 -40163554,2018,8,7,4.428571428571429 -40163554,2018,9,1,1 -40163554,2018,10,4,1.75 -40163554,2018,11,3,1.3333333333333333 -40163554,2018,12,4,1.5 -40163554,2019,1,3,1.6666666666666667 -40163554,2019,2,2,2 -40163554,2019,3,2,1.5 -40163554,2019,4,2,3 -40163554,2019,5,4,4.25 -40163554,2019,6,3,2.3333333333333335 -40163554,2019,7,3,1.3333333333333333 -40163554,2019,8,4,1.25 -40163554,2019,9,3,10 -40163554,2019,10,4,2 -40163554,2019,11,2,1 -40163554,2019,12,2,2.5 -40163554,2020,1,6,3.6666666666666665 -40163554,2020,2,1,1 -40163554,2020,3,2,1.5 -40163554,2020,4,1,2 -40163554,2020,5,3,3.6666666666666665 -40163554,2020,6,5,2.8 -40163554,2020,7,2,3 -40163554,2020,8,7,2.142857142857143 -40163554,2020,9,2,1.5 -40163554,2020,10,4,1.75 -40163554,2020,11,5,2 -40163554,2020,12,5,2.6 -40163554,2021,1,3,2 -40163554,2021,2,1,2 -40163554,2021,3,3,2 -40163554,2021,4,3,2.6666666666666665 -40163554,2021,5,4,1.75 -40163554,2021,6,1,5 -40163554,2021,7,6,5.833333333333333 -40163554,2021,8,2,2.5 -40163554,2021,9,3,1.3333333333333333 -40163554,2021,10,4,2 -40163554,2021,11,3,1.6666666666666667 -40163554,2021,12,3,1.3333333333333333 -40163554,2022,1,4,1.25 -40163554,2022,2,8,2.5 -40163554,2022,3,4,1.5 -40163554,2022,4,7,1.8571428571428572 -40163554,2022,5,7,1.7142857142857142 -40163554,2022,6,3,2.3333333333333335 -40163554,2022,7,5,3.4 -40163554,2022,8,4,2 -40163554,2022,9,2,1.5 -40163554,2022,10,6,2 -40163554,2022,11,2,2.5 -40163554,2022,12,4,1.75 -40163554,2023,1,1,1 -40163554,2023,2,3,1.6666666666666667 -40163554,2023,3,3,1.3333333333333333 -40163554,2023,4,4,2.75 -40163554,2023,5,3,1.6666666666666667 -40163554,2023,6,2,2 -40171902,1981,1,2,2 -40171902,1981,3,2,3 -40171902,1981,4,1,2 -40171902,1981,5,2,1.5 -40171902,1981,6,2,3.5 -40171902,1981,7,3,2.3333333333333335 -40171902,1981,8,1,2 -40171902,1981,11,4,1.5 -40171902,1981,12,3,1.3333333333333333 -40171902,1982,6,1,11 -40171902,1982,8,1,2 -40171902,1982,12,2,2 -40171902,1983,1,1,2 -40171902,1983,7,2,1 -40171902,1983,12,2,15 -40171902,1984,2,1,1 -40171902,1984,3,1,1 -40171902,1984,5,1,1 -40171902,1984,7,1,2 -40171902,1984,8,1,1 -40171902,1984,10,1,1 -40171902,1984,11,1,3 -40171902,1984,12,1,17 -40171902,1985,3,1,2 -40171902,1985,4,1,2 -40171902,1985,5,1,3 -40171902,1985,6,1,2 -40171902,1986,4,1,2 -40171902,1986,5,1,1 -40171902,1986,9,1,1 -40171902,1986,11,1,1 -40171902,1987,1,2,3 -40171902,1987,5,3,3 -40171902,1987,10,1,2 -40171902,1987,11,1,1 -40171902,1988,1,1,2 -40171902,1988,6,1,1 -40171902,1989,4,1,1 -40171902,1989,5,1,2 -40171902,1989,6,1,3 -40171902,1989,7,1,1 -40171902,1989,10,1,1 -40171902,1990,1,2,3.5 -40171902,1990,2,1,2 -40171902,1990,5,3,1.6666666666666667 -40171902,1990,6,2,2 -40171902,1990,8,1,2 -40171902,1990,12,2,4 -40171902,1991,1,1,1 -40171902,1991,2,1,2 -40171902,1991,3,1,2 -40171902,1991,4,1,1 -40171902,1991,5,1,15 -40171902,1991,6,2,2.5 -40171902,1991,7,1,2 -40171902,1991,8,4,2.75 -40171902,1991,10,2,2.5 -40171902,1992,1,1,2 -40171902,1992,3,1,4 -40171902,1992,7,1,3 -40171902,1992,8,2,1.5 -40171902,1992,9,2,1 -40171902,1992,10,1,2 -40171902,1993,1,1,1 -40171902,1993,2,2,2 -40171902,1993,5,1,2 -40171902,1993,6,1,6 -40171902,1993,7,1,1 -40171902,1993,10,2,2 -40171902,1993,11,1,1 -40171902,1994,3,1,2 -40171902,1994,4,1,2 -40171902,1994,6,2,1.5 -40171902,1994,8,1,1 -40171902,1994,9,1,1 -40171902,1994,12,2,5 -40171902,1995,3,1,2 -40171902,1995,6,1,2 -40171902,1995,7,1,5 -40171902,1995,9,2,1 -40171902,1995,11,1,2 -40171902,1995,12,3,1.6666666666666667 -40171902,1996,3,1,2 -40171902,1996,6,2,2 -40171902,1996,7,1,2 -40171902,1996,8,1,1 -40171902,1996,10,3,2.3333333333333335 -40171902,1996,12,1,2 -40171902,1997,1,1,2 -40171902,1997,5,3,1.6666666666666667 -40171902,1997,6,2,2 -40171902,1997,8,2,1.5 -40171902,1997,9,5,2 -40171902,1997,10,1,2 -40171902,1998,2,3,1.3333333333333333 -40171902,1998,3,2,5 -40171902,1998,4,2,2 -40171902,1998,6,2,2.5 -40171902,1998,8,3,2.6666666666666665 -40171902,1998,10,1,2 -40171902,1998,11,1,1 -40171902,1998,12,1,2 -40171902,1999,2,1,1 -40171902,1999,4,1,2 -40171902,1999,5,2,3.5 -40171902,1999,6,1,2 -40171902,1999,7,2,3 -40171902,1999,9,1,1 -40171902,1999,11,2,2.5 -40171902,2000,1,2,1.5 -40171902,2000,2,4,2.25 -40171902,2000,3,5,1.6 -40171902,2000,6,2,1 -40171902,2000,7,1,2 -40171902,2000,8,2,1.5 -40171902,2000,10,1,2 -40171902,2000,11,3,1 -40171902,2000,12,1,1 -40171902,2001,2,1,2 -40171902,2001,4,2,2.5 -40171902,2001,6,4,1.5 -40171902,2001,7,2,2 -40171902,2001,9,1,1 -40171902,2001,10,1,2 -40171902,2001,12,1,2 -40171902,2002,1,3,1.6666666666666667 -40171902,2002,2,1,1 -40171902,2002,3,3,1.6666666666666667 -40171902,2002,5,3,4.666666666666667 -40171902,2002,6,3,1.6666666666666667 -40171902,2002,7,1,1 -40171902,2002,8,1,2 -40171902,2002,9,1,1 -40171902,2002,12,4,1.75 -40171902,2003,1,3,2 -40171902,2003,2,4,1.5 -40171902,2003,5,4,1.75 -40171902,2003,6,3,2.6666666666666665 -40171902,2003,8,2,2 -40171902,2003,9,2,2 -40171902,2003,10,1,2 -40171902,2003,11,1,2 -40171902,2003,12,1,2 -40171902,2004,1,3,1.3333333333333333 -40171902,2004,2,1,3 -40171902,2004,3,2,2 -40171902,2004,4,2,1.5 -40171902,2004,5,2,2 -40171902,2004,6,1,2 -40171902,2004,7,3,4.333333333333333 -40171902,2004,8,3,2.6666666666666665 -40171902,2004,10,2,3.5 -40171902,2004,11,2,4 -40171902,2004,12,2,1.5 -40171902,2005,1,1,3 -40171902,2005,2,1,2 -40171902,2005,3,3,2.6666666666666665 -40171902,2005,4,2,2 -40171902,2005,5,1,1 -40171902,2005,6,1,25 -40171902,2005,7,1,2 -40171902,2005,9,3,2.6666666666666665 -40171902,2005,10,1,1 -40171902,2005,12,2,2 -40171902,2006,1,2,1.5 -40171902,2006,2,2,1 -40171902,2006,3,1,2 -40171902,2006,4,4,2 -40171902,2006,6,1,2 -40171902,2006,7,2,1 -40171902,2006,8,1,2 -40171902,2006,9,3,2 -40171902,2006,10,2,1.5 -40171902,2006,11,1,1 -40171902,2006,12,2,1.5 -40171902,2007,2,2,1.5 -40171902,2007,3,1,2 -40171902,2007,4,3,1.6666666666666667 -40171902,2007,6,3,1.6666666666666667 -40171902,2007,9,1,1 -40171902,2007,10,2,2.5 -40171902,2007,11,2,1.5 -40171902,2007,12,4,1.75 -40171902,2008,1,1,1 -40171902,2008,2,1,1 -40171902,2008,3,4,1.25 -40171902,2008,5,3,2.3333333333333335 -40171902,2008,6,1,1 -40171902,2008,7,2,2 -40171902,2008,8,2,1.5 -40171902,2008,9,2,1.5 -40171902,2008,10,2,2 -40171902,2008,11,1,1 -40171902,2009,1,5,1.8 -40171902,2009,2,1,1 -40171902,2009,3,4,1.75 -40171902,2009,4,4,1.75 -40171902,2009,5,1,1 -40171902,2009,6,2,9.5 -40171902,2009,7,2,3 -40171902,2009,8,2,1 -40171902,2009,9,4,2 -40171902,2009,10,2,3 -40171902,2009,11,2,1.5 -40171902,2009,12,3,3.6666666666666665 -40171902,2010,1,1,1 -40171902,2010,2,3,1.6666666666666667 -40171902,2010,3,1,2 -40171902,2010,4,2,1 -40171902,2010,5,4,2 -40171902,2010,6,2,2.5 -40171902,2010,7,1,1 -40171902,2010,9,3,2 -40171902,2010,10,2,1 -40171902,2010,11,1,2 -40171902,2011,1,6,1.5 -40171902,2011,2,1,1 -40171902,2011,3,1,2 -40171902,2011,4,2,1 -40171902,2011,5,1,2 -40171902,2011,6,2,2.5 -40171902,2011,7,4,1.75 -40171902,2011,8,2,1.5 -40171902,2011,9,4,2.25 -40171902,2011,10,3,1.3333333333333333 -40171902,2011,11,1,1 -40171902,2011,12,2,1 -40171902,2012,1,3,1.3333333333333333 -40171902,2012,2,1,2 -40171902,2012,3,2,1.5 -40171902,2012,4,3,1.3333333333333333 -40171902,2012,5,2,2 -40171902,2012,6,1,2 -40171902,2012,7,2,2.5 -40171902,2012,8,1,1 -40171902,2012,9,5,1.2 -40171902,2012,10,2,1.5 -40171902,2012,11,2,1.5 -40171902,2012,12,5,2 -40171902,2013,2,2,1.5 -40171902,2013,3,3,2 -40171902,2013,4,2,1.5 -40171902,2013,6,2,1.5 -40171902,2013,7,2,1.5 -40171902,2013,8,1,1 -40171902,2013,9,1,2 -40171902,2013,10,3,3.6666666666666665 -40171902,2013,11,2,2 -40171902,2013,12,3,2 -40171902,2014,1,2,2 -40171902,2014,2,4,9 -40171902,2014,3,1,1 -40171902,2014,4,2,19 -40171902,2014,5,3,1.6666666666666667 -40171902,2014,6,2,1.5 -40171902,2014,7,6,2.3333333333333335 -40171902,2014,8,6,2 -40171902,2014,9,1,1 -40171902,2014,10,1,2 -40171902,2014,11,3,1.6666666666666667 -40171902,2014,12,4,2.5 -40171902,2015,1,2,2 -40171902,2015,2,3,2 -40171902,2015,3,6,6.5 -40171902,2015,4,2,1.5 -40171902,2015,5,5,3.8 -40171902,2015,6,2,2 -40171902,2015,7,4,2.5 -40171902,2015,8,1,1 -40171902,2015,9,5,2 -40171902,2015,10,2,1.5 -40171902,2015,11,3,3.6666666666666665 -40171902,2015,12,1,1 -40171902,2016,1,4,2.25 -40171902,2016,2,2,2 -40171902,2016,3,1,3 -40171902,2016,4,2,3 -40171902,2016,5,6,3 -40171902,2016,6,3,1.3333333333333333 -40171902,2016,7,3,1.6666666666666667 -40171902,2016,8,4,1.5 -40171902,2016,9,1,2 -40171902,2016,10,2,1.5 -40171902,2016,12,1,2 -40171902,2017,1,2,1 -40171902,2017,2,1,2 -40171902,2017,3,4,1.75 -40171902,2017,4,3,2 -40171902,2017,5,4,1.25 -40171902,2017,6,5,3 -40171902,2017,8,4,2.25 -40171902,2017,9,1,2 -40171902,2017,10,4,1.75 -40171902,2017,11,3,4.333333333333333 -40171902,2017,12,2,2 -40171902,2018,1,1,1 -40171902,2018,2,2,1.5 -40171902,2018,3,5,2.2 -40171902,2018,4,4,1.25 -40171902,2018,5,1,2 -40171902,2018,6,2,2 -40171902,2018,7,2,2 -40171902,2018,8,7,4.428571428571429 -40171902,2018,9,1,1 -40171902,2018,10,4,1.75 -40171902,2018,11,3,1.3333333333333333 -40171902,2018,12,4,1.5 -40171902,2019,1,3,1.6666666666666667 -40171902,2019,2,2,2 -40171902,2019,3,2,1.5 -40171902,2019,4,2,3 -40171902,2019,5,4,4.25 -40171902,2019,6,3,2.3333333333333335 -40171902,2019,7,3,1.3333333333333333 -40171902,2019,8,4,1.25 -40171902,2019,9,3,10 -40171902,2019,10,4,2 -40171902,2019,11,2,1 -40171902,2019,12,2,2.5 -40171902,2020,1,6,3.6666666666666665 -40171902,2020,2,1,1 -40171902,2020,3,2,1.5 -40171902,2020,4,1,2 -40171902,2020,5,3,3.6666666666666665 -40171902,2020,6,5,2.8 -40171902,2020,7,2,3 -40171902,2020,8,7,2.142857142857143 -40171902,2020,9,2,1.5 -40171902,2020,10,4,1.75 -40171902,2020,11,5,2 -40171902,2020,12,5,2.6 -40171902,2021,1,3,2 -40171902,2021,2,1,2 -40171902,2021,3,3,2 -40171902,2021,4,3,2.6666666666666665 -40171902,2021,5,4,1.75 -40171902,2021,6,1,5 -40171902,2021,7,6,5.833333333333333 -40171902,2021,8,2,2.5 -40171902,2021,9,3,1.3333333333333333 -40171902,2021,10,4,2 -40171902,2021,11,3,1.6666666666666667 -40171902,2021,12,3,1.3333333333333333 -40171902,2022,1,4,1.25 -40171902,2022,2,8,2.5 -40171902,2022,3,4,1.5 -40171902,2022,4,7,1.8571428571428572 -40171902,2022,5,7,1.7142857142857142 -40171902,2022,6,3,2.3333333333333335 -40171902,2022,7,5,3.4 -40171902,2022,8,4,2 -40171902,2022,9,2,1.5 -40171902,2022,10,6,2 -40171902,2022,11,2,2.5 -40171902,2022,12,4,1.75 -40171902,2023,1,1,1 -40171902,2023,2,3,1.6666666666666667 -40171902,2023,3,3,1.3333333333333333 -40171902,2023,4,4,2.75 -40171902,2023,5,3,1.6666666666666667 -40171902,2023,6,2,2 -40213154,1945,3,1,2 -40213154,1945,6,2,1.5 -40213154,1945,8,1,2 -40213154,1945,10,1,1 -40213154,1945,12,1,1 -40213154,1946,1,2,3.5 -40213154,1946,2,1,1 -40213154,1946,3,2,4 -40213154,1946,6,2,1.5 -40213154,1946,9,1,2 -40213154,1947,1,3,3 -40213154,1947,3,3,3 -40213154,1947,6,2,1.5 -40213154,1948,1,2,3.5 -40213154,1948,2,3,1.3333333333333333 -40213154,1948,4,3,3.3333333333333335 -40213154,1948,6,2,1.5 -40213154,1948,10,1,1 -40213154,1949,2,3,1 -40213154,1949,3,1,1 -40213154,1949,4,3,3.3333333333333335 -40213154,1949,5,1,2 -40213154,1949,6,1,1 -40213154,1949,7,1,2 -40213154,1950,2,1,1 -40213154,1950,3,2,1 -40213154,1950,4,3,3.3333333333333335 -40213154,1950,5,1,2 -40213154,1950,7,2,1.5 -40213154,1951,1,1,1 -40213154,1951,2,1,1 -40213154,1951,3,2,1 -40213154,1951,4,4,2.75 -40213154,1951,5,1,2 -40213154,1951,8,1,1 -40213154,1951,10,1,1 -40213154,1952,2,2,1 -40213154,1952,3,2,1.5 -40213154,1952,4,5,2.4 -40213154,1952,5,1,2 -40213154,1952,10,1,2 -40213154,1952,11,1,1 -40213154,1953,3,3,1 -40213154,1953,4,3,1.3333333333333333 -40213154,1953,5,2,4 -40213154,1953,6,1,5 -40213154,1953,10,1,1 -40213154,1953,11,2,1.5 -40213154,1954,1,1,1 -40213154,1954,3,2,1 -40213154,1954,4,2,1 -40213154,1954,5,3,3.6666666666666665 -40213154,1954,6,2,3.5 -40213154,1954,9,1,5 -40213154,1954,10,1,1 -40213154,1954,11,2,1.5 -40213154,1955,3,3,1.3333333333333333 -40213154,1955,4,2,1 -40213154,1955,5,1,6 -40213154,1955,6,3,3.3333333333333335 -40213154,1955,10,2,3 -40213154,1955,11,2,1.5 -40213154,1955,12,1,2 -40213154,1956,1,1,2 -40213154,1956,3,3,1.3333333333333333 -40213154,1956,4,2,1.5 -40213154,1956,6,1,3 -40213154,1956,7,1,5 -40213154,1956,10,2,3 -40213154,1956,11,2,1.5 -40213154,1956,12,1,2 -40213154,1957,1,1,2 -40213154,1957,2,1,2 -40213154,1957,3,2,1.5 -40213154,1957,4,1,1 -40213154,1957,5,1,1 -40213154,1957,6,2,4.5 -40213154,1957,7,1,5 -40213154,1957,10,2,3 -40213154,1957,11,2,1.5 -40213154,1957,12,1,2 -40213154,1958,1,2,1.5 -40213154,1958,2,1,2 -40213154,1958,3,1,2 -40213154,1958,4,2,1.5 -40213154,1958,5,1,1 -40213154,1958,6,2,4.5 -40213154,1958,7,2,3.5 -40213154,1958,10,1,5 -40213154,1958,11,1,1 -40213154,1958,12,4,1.75 -40213154,1959,1,2,1.5 -40213154,1959,2,1,2 -40213154,1959,4,4,1.75 -40213154,1959,5,1,1 -40213154,1959,6,2,4.5 -40213154,1959,7,1,5 -40213154,1959,9,1,3 -40213154,1959,10,2,3.5 -40213154,1959,11,1,1 -40213154,1959,12,2,2 -40213154,1960,1,3,1.6666666666666667 -40213154,1960,2,1,2 -40213154,1960,4,2,1.5 -40213154,1960,5,1,2 -40213154,1960,7,4,3.75 -40213154,1960,10,1,2 -40213154,1960,11,2,3 -40213154,1960,12,2,2.5 -40213154,1961,1,2,2 -40213154,1961,2,3,1.6666666666666667 -40213154,1961,4,1,1 -40213154,1961,5,1,2 -40213154,1961,7,6,3.1666666666666665 -40213154,1961,8,1,1 -40213154,1961,10,2,2 -40213154,1961,11,2,3 -40213154,1961,12,2,2.5 -40213154,1962,1,2,2 -40213154,1962,2,2,1.5 -40213154,1962,3,2,1.5 -40213154,1962,4,1,2 -40213154,1962,5,3,1.3333333333333333 -40213154,1962,7,3,3.3333333333333335 -40213154,1962,8,2,3.5 -40213154,1962,11,3,2.6666666666666665 -40213154,1962,12,1,3 -40213154,1963,1,2,2 -40213154,1963,2,2,1.5 -40213154,1963,3,2,1.5 -40213154,1963,5,3,1.6666666666666667 -40213154,1963,6,1,1 -40213154,1963,7,2,3.5 -40213154,1963,8,1,2 -40213154,1963,11,1,2 -40213154,1963,12,1,3 -40213154,1964,1,2,2 -40213154,1964,2,2,1.5 -40213154,1964,3,2,1.5 -40213154,1964,5,2,1.5 -40213154,1964,6,1,1 -40213154,1964,7,3,3 -40213154,1964,8,2,1.5 -40213154,1964,10,1,2 -40213154,1964,11,1,2 -40213154,1964,12,1,3 -40213154,1965,1,2,2 -40213154,1965,2,1,1 -40213154,1965,3,2,1.5 -40213154,1965,5,3,1.6666666666666667 -40213154,1965,6,1,1 -40213154,1965,7,1,5 -40213154,1965,8,3,3 -40213154,1965,10,2,1.5 -40213154,1965,11,1,2 -40213154,1965,12,3,1.6666666666666667 -40213154,1966,1,1,2 -40213154,1966,2,3,3 -40213154,1966,3,2,1.5 -40213154,1966,4,2,1 -40213154,1966,5,1,2 -40213154,1966,6,2,1.5 -40213154,1966,7,1,5 -40213154,1966,8,3,3 -40213154,1966,9,1,1 -40213154,1966,10,2,1.5 -40213154,1966,11,1,2 -40213154,1966,12,2,2 -40213154,1967,1,1,2 -40213154,1967,2,2,2 -40213154,1967,3,3,1 -40213154,1967,4,2,1 -40213154,1967,5,1,4 -40213154,1967,6,3,1.3333333333333333 -40213154,1967,7,4,2.25 -40213154,1967,8,1,1 -40213154,1967,10,2,1.5 -40213154,1967,12,3,1.3333333333333333 -40213154,1968,1,1,2 -40213154,1968,2,3,1.6666666666666667 -40213154,1968,3,3,1 -40213154,1968,4,1,1 -40213154,1968,5,3,2.6666666666666665 -40213154,1968,6,1,3 -40213154,1968,7,3,2.3333333333333335 -40213154,1968,8,1,1 -40213154,1968,9,1,1 -40213154,1968,10,2,1.5 -40213154,1968,12,4,2.25 -40213154,1969,1,1,2 -40213154,1969,2,1,1 -40213154,1969,3,3,1.3333333333333333 -40213154,1969,4,3,1 -40213154,1969,6,1,4 -40213154,1969,7,2,1 -40213154,1969,8,3,2.6666666666666665 -40213154,1969,10,2,3 -40213154,1969,11,2,1.5 -40213154,1969,12,1,1 -40213154,1970,1,1,1 -40213154,1970,2,2,1.5 -40213154,1970,3,4,1.25 -40213154,1970,4,1,1 -40213154,1970,5,1,2 -40213154,1970,6,2,2.5 -40213154,1970,7,4,1.25 -40213154,1970,8,1,5 -40213154,1970,9,3,1.6666666666666667 -40213154,1970,10,3,1.6666666666666667 -40213154,1970,11,2,1.5 -40213154,1970,12,2,3 -40213154,1971,2,1,2 -40213154,1971,3,3,1.3333333333333333 -40213154,1971,4,4,1.5 -40213154,1971,5,1,2 -40213154,1971,6,1,4 -40213154,1971,7,5,1.2 -40213154,1971,8,1,5 -40213154,1971,9,1,1 -40213154,1971,10,1,2 -40213154,1971,11,3,1.6666666666666667 -40213154,1971,12,1,2 -40213154,1972,1,2,1 -40213154,1972,2,2,1.5 -40213154,1972,3,4,2.75 -40213154,1972,4,5,1.4 -40213154,1972,5,2,2 -40213154,1972,6,1,4 -40213154,1972,7,4,2.25 -40213154,1972,8,2,3 -40213154,1972,9,1,1 -40213154,1972,10,3,1.3333333333333333 -40213154,1972,11,3,1.6666666666666667 -40213154,1972,12,2,4 -40213154,1973,1,2,1 -40213154,1973,2,1,2 -40213154,1973,3,3,1.3333333333333333 -40213154,1973,4,5,1.6 -40213154,1973,6,2,3 -40213154,1973,7,2,1.5 -40213154,1973,8,5,2 -40213154,1973,9,1,1 -40213154,1973,10,1,2 -40213154,1973,11,3,1.6666666666666667 -40213154,1973,12,2,2 -40213154,1974,1,1,1 -40213154,1974,2,4,1.25 -40213154,1974,3,3,1.3333333333333333 -40213154,1974,4,2,1 -40213154,1974,5,4,2.75 -40213154,1974,6,1,2 -40213154,1974,7,2,2.5 -40213154,1974,8,6,2.5 -40213154,1974,10,1,1 -40213154,1974,11,2,2 -40213154,1974,12,6,2.6666666666666665 -40213154,1975,1,1,2 -40213154,1975,2,1,1 -40213154,1975,3,4,1.75 -40213154,1975,4,4,1.25 -40213154,1975,5,3,2 -40213154,1975,6,1,2 -40213154,1975,7,2,2.5 -40213154,1975,8,5,1.2 -40213154,1975,9,1,1 -40213154,1975,10,3,1.3333333333333333 -40213154,1975,11,2,2 -40213154,1975,12,3,2 -40213154,1976,1,2,1.5 -40213154,1976,2,2,1 -40213154,1976,3,2,1.5 -40213154,1976,4,3,1.3333333333333333 -40213154,1976,5,3,2.6666666666666665 -40213154,1976,6,1,2 -40213154,1976,7,2,2.5 -40213154,1976,8,6,2.1666666666666665 -40213154,1976,9,2,1.5 -40213154,1976,10,2,1.5 -40213154,1976,11,1,2 -40213154,1976,12,4,3.5 -40213154,1977,1,2,1 -40213154,1977,2,2,1.5 -40213154,1977,3,2,1.5 -40213154,1977,4,1,2 -40213154,1977,5,2,1.5 -40213154,1977,6,1,2 -40213154,1977,7,1,2 -40213154,1977,8,6,1.6666666666666667 -40213154,1977,9,1,1 -40213154,1977,10,5,1.4 -40213154,1977,11,1,2 -40213154,1977,12,5,2.2 -40213154,1978,1,1,1 -40213154,1978,2,3,1.6666666666666667 -40213154,1978,3,4,2.25 -40213154,1978,4,2,1.5 -40213154,1978,5,1,5 -40213154,1978,6,2,2 -40213154,1978,8,3,1.6666666666666667 -40213154,1978,9,3,1.6666666666666667 -40213154,1978,10,4,1.5 -40213154,1978,11,2,1.5 -40213154,1978,12,2,2.5 -40213154,1979,1,2,4 -40213154,1979,2,2,1.5 -40213154,1979,3,6,2 -40213154,1979,4,1,2 -40213154,1979,6,2,2 -40213154,1979,8,3,1.6666666666666667 -40213154,1979,9,3,1.6666666666666667 -40213154,1979,10,5,6.4 -40213154,1979,11,3,2.6666666666666665 -40213154,1979,12,2,2 -40213154,1980,2,3,1.3333333333333333 -40213154,1980,3,6,2 -40213154,1980,4,5,2.6 -40213154,1980,6,2,2 -40213154,1980,9,3,1.6666666666666667 -40213154,1980,10,6,5.666666666666667 -40213154,1980,11,2,2 -40213154,1980,12,4,2 -40213154,1981,1,1,7 -40213154,1981,2,4,1.25 -40213154,1981,3,5,2.4 -40213154,1981,4,4,2.5 -40213154,1981,5,1,2 -40213154,1981,6,1,4 -40213154,1981,7,1,2 -40213154,1981,9,4,1.75 -40213154,1981,10,5,2 -40213154,1981,11,4,7.5 -40213154,1981,12,3,2.3333333333333335 -40213154,1982,1,1,4 -40213154,1982,2,3,1 -40213154,1982,3,11,3.727272727272727 -40213154,1982,4,5,2.4 -40213154,1982,5,1,5 -40213154,1982,7,1,2 -40213154,1982,9,3,1.3333333333333333 -40213154,1982,10,4,2.25 -40213154,1982,11,6,5.5 -40213154,1982,12,2,1.5 -40213154,1983,1,1,2 -40213154,1983,2,3,1 -40213154,1983,3,7,1.7142857142857142 -40213154,1983,4,5,7 -40213154,1983,5,2,7.5 -40213154,1983,6,1,3 -40213154,1983,7,3,2 -40213154,1983,8,1,2 -40213154,1983,9,4,1.75 -40213154,1983,10,5,2 -40213154,1983,11,7,4.857142857142857 -40213154,1983,12,2,3 -40213154,1984,1,2,3 -40213154,1984,2,1,1 -40213154,1984,3,11,1.4545454545454546 -40213154,1984,4,7,6 -40213154,1984,5,1,13 -40213154,1984,6,4,2.5 -40213154,1984,7,2,1.5 -40213154,1984,8,2,2 -40213154,1984,9,4,1.75 -40213154,1984,10,4,1.75 -40213154,1984,11,9,4.333333333333333 -40213154,1984,12,3,1.6666666666666667 -40213154,1985,1,5,2.8 -40213154,1985,3,9,1.3333333333333333 -40213154,1985,4,13,4.461538461538462 -40213154,1985,5,2,7.5 -40213154,1985,6,4,2 -40213154,1985,7,2,1.5 -40213154,1985,8,2,2 -40213154,1985,9,6,2 -40213154,1985,10,5,1.4 -40213154,1985,11,8,4.75 -40213154,1985,12,4,2.25 -40213154,1986,1,4,3 -40213154,1986,3,7,1.4285714285714286 -40213154,1986,4,14,4.214285714285714 -40213154,1986,5,1,2 -40213154,1986,6,4,4.75 -40213154,1986,7,2,1.5 -40213154,1986,8,4,1.75 -40213154,1986,9,4,2 -40213154,1986,10,5,1.6 -40213154,1986,11,4,8.5 -40213154,1986,12,9,1.6666666666666667 -40213154,1987,1,5,2.8 -40213154,1987,3,9,1.5555555555555556 -40213154,1987,4,13,4 -40213154,1987,5,5,3.6 -40213154,1987,6,6,4.166666666666667 -40213154,1987,7,1,2 -40213154,1987,8,6,2.3333333333333335 -40213154,1987,9,4,2.5 -40213154,1987,10,9,1.6666666666666667 -40213154,1987,11,7,2.142857142857143 -40213154,1987,12,9,4.222222222222222 -40213154,1988,1,3,3.6666666666666665 -40213154,1988,2,2,1.5 -40213154,1988,3,8,1.375 -40213154,1988,4,13,2.1538461538461537 -40213154,1988,5,7,6.428571428571429 -40213154,1988,6,3,5.333333333333333 -40213154,1988,7,6,2.1666666666666665 -40213154,1988,8,5,1.6 -40213154,1988,9,4,2.5 -40213154,1988,10,7,1.8571428571428572 -40213154,1988,11,7,1.7142857142857142 -40213154,1988,12,8,4.25 -40213154,1989,1,8,2.625 -40213154,1989,2,2,2.5 -40213154,1989,3,5,1.2 -40213154,1989,4,13,1.6923076923076923 -40213154,1989,5,12,4.75 -40213154,1989,6,5,5 -40213154,1989,7,5,3.2 -40213154,1989,8,6,1.5 -40213154,1989,9,4,2.5 -40213154,1989,10,8,1.75 -40213154,1989,11,11,1.5454545454545454 -40213154,1989,12,5,1.2 -40213154,1990,1,12,2.3333333333333335 -40213154,1990,2,3,3 -40213154,1990,3,4,1.25 -40213154,1990,4,9,1.5555555555555556 -40213154,1990,5,15,4.133333333333334 -40213154,1990,6,6,4.5 -40213154,1990,7,6,3 -40213154,1990,8,7,1.5714285714285714 -40213154,1990,9,4,2 -40213154,1990,10,10,2.2 -40213154,1990,11,12,1.5 -40213154,1990,12,8,1.375 -40213154,1991,1,9,2.3333333333333335 -40213154,1991,2,4,2.75 -40213154,1991,3,4,1.25 -40213154,1991,4,8,1.75 -40213154,1991,5,14,5.214285714285714 -40213154,1991,6,6,3.1666666666666665 -40213154,1991,7,7,3.5714285714285716 -40213154,1991,8,9,2.111111111111111 -40213154,1991,9,6,1.8333333333333333 -40213154,1991,10,14,2 -40213154,1991,11,8,2 -40213154,1991,12,9,5.333333333333333 -40213154,1992,1,11,2 -40213154,1992,2,6,3.5 -40213154,1992,3,4,1.5 -40213154,1992,4,9,1.6666666666666667 -40213154,1992,5,13,3.5384615384615383 -40213154,1992,6,7,2.142857142857143 -40213154,1992,7,7,2.142857142857143 -40213154,1992,8,8,2.25 -40213154,1992,9,6,1.5 -40213154,1992,10,14,2 -40213154,1992,11,11,1.9090909090909092 -40213154,1992,12,7,6.142857142857143 -40213154,1993,1,9,1.7777777777777777 -40213154,1993,2,9,2.6666666666666665 -40213154,1993,3,5,2.6 -40213154,1993,4,11,1.7272727272727273 -40213154,1993,5,9,3.7777777777777777 -40213154,1993,6,11,2.8181818181818183 -40213154,1993,7,11,2.3636363636363638 -40213154,1993,8,7,2.2857142857142856 -40213154,1993,9,10,1.4 -40213154,1993,10,9,2 -40213154,1993,11,18,1.9444444444444444 -40213154,1993,12,9,5.222222222222222 -40213154,1994,1,8,2.5 -40213154,1994,2,14,2 -40213154,1994,3,6,2.6666666666666665 -40213154,1994,4,6,1.6666666666666667 -40213154,1994,5,10,3.2 -40213154,1994,6,10,2.6 -40213154,1994,7,8,2.375 -40213154,1994,8,9,3.2222222222222223 -40213154,1994,9,9,1.4444444444444444 -40213154,1994,10,9,2 -40213154,1994,11,16,2 -40213154,1994,12,14,3 -40213154,1995,1,8,6 -40213154,1995,2,13,2.4615384615384617 -40213154,1995,3,10,2.4 -40213154,1995,4,8,2.125 -40213154,1995,5,7,4 -40213154,1995,6,13,2.3846153846153846 -40213154,1995,7,13,1.9230769230769231 -40213154,1995,8,11,2.8181818181818183 -40213154,1995,9,11,1.3636363636363635 -40213154,1995,10,9,2.2222222222222223 -40213154,1995,11,14,1.8571428571428572 -40213154,1995,12,17,1.7647058823529411 -40213154,1996,1,14,4.785714285714286 -40213154,1996,2,11,2.272727272727273 -40213154,1996,3,10,2.3 -40213154,1996,4,9,2.2222222222222223 -40213154,1996,5,11,3.090909090909091 -40213154,1996,6,11,2.090909090909091 -40213154,1996,7,14,1.9285714285714286 -40213154,1996,8,8,2.5 -40213154,1996,9,15,1.8666666666666667 -40213154,1996,10,7,1.7142857142857142 -40213154,1996,11,19,2.789473684210526 -40213154,1996,12,15,1.8666666666666667 -40213154,1997,1,13,4.846153846153846 -40213154,1997,2,14,2.2142857142857144 -40213154,1997,3,14,2.2142857142857144 -40213154,1997,4,16,1.875 -40213154,1997,5,7,1.8571428571428572 -40213154,1997,6,10,3.6 -40213154,1997,7,18,2 -40213154,1997,8,8,2.625 -40213154,1997,9,13,1.8461538461538463 -40213154,1997,10,14,1.5714285714285714 -40213154,1997,11,12,2.9166666666666665 -40213154,1997,12,14,2 -40213154,1998,1,16,4.125 -40213154,1998,2,11,2.6363636363636362 -40213154,1998,3,18,1.8333333333333333 -40213154,1998,4,16,2.25 -40213154,1998,5,10,2.1 -40213154,1998,6,7,3.5714285714285716 -40213154,1998,7,17,1.8235294117647058 -40213154,1998,8,12,2.3333333333333335 -40213154,1998,9,13,2.076923076923077 -40213154,1998,10,15,1.6 -40213154,1998,11,10,3.2 -40213154,1998,12,18,1.9444444444444444 -40213154,1999,1,16,4.0625 -40213154,1999,2,10,3.3 -40213154,1999,3,18,1.6666666666666667 -40213154,1999,4,13,2.076923076923077 -40213154,1999,5,12,2.25 -40213154,1999,6,11,3.1818181818181817 -40213154,1999,7,13,1.7692307692307692 -40213154,1999,8,14,1.8571428571428572 -40213154,1999,9,15,2.3333333333333335 -40213154,1999,10,15,1.5333333333333334 -40213154,1999,11,10,3.4 -40213154,1999,12,17,1.8823529411764706 -40213154,2000,1,14,4.428571428571429 -40213154,2000,2,11,2.6363636363636362 -40213154,2000,3,15,2 -40213154,2000,4,18,2.0555555555555554 -40213154,2000,5,13,2 -40213154,2000,6,13,2.076923076923077 -40213154,2000,7,13,1.9230769230769231 -40213154,2000,8,14,1.5714285714285714 -40213154,2000,9,17,2.1176470588235294 -40213154,2000,10,15,1.5333333333333334 -40213154,2000,11,8,2 -40213154,2000,12,19,2.789473684210526 -40213154,2001,1,17,2.588235294117647 -40213154,2001,2,15,4.333333333333333 -40213154,2001,3,9,2.2222222222222223 -40213154,2001,4,19,1.8421052631578947 -40213154,2001,5,16,2.0625 -40213154,2001,6,13,2.1538461538461537 -40213154,2001,7,12,1.8333333333333333 -40213154,2001,8,17,1.6470588235294117 -40213154,2001,9,13,2.076923076923077 -40213154,2001,10,20,1.75 -40213154,2001,11,6,1.8333333333333333 -40213154,2001,12,20,2.7 -40213154,2002,1,10,2 -40213154,2002,2,14,2.5 -40213154,2002,3,15,2.6 -40213154,2002,4,17,1.8823529411764706 -40213154,2002,5,17,1.8823529411764706 -40213154,2002,6,13,2.076923076923077 -40213154,2002,7,10,2.1 -40213154,2002,8,19,1.736842105263158 -40213154,2002,9,11,1.8181818181818181 -40213154,2002,10,16,1.875 -40213154,2002,11,11,1.5454545454545454 -40213154,2002,12,18,2.888888888888889 -40213154,2003,1,11,1.8181818181818181 -40213154,2003,2,16,2.375 -40213154,2003,3,12,2.5833333333333335 -40213154,2003,4,15,1.9333333333333333 -40213154,2003,5,16,1.875 -40213154,2003,6,16,1.9375 -40213154,2003,7,10,1.8 -40213154,2003,8,19,2 -40213154,2003,9,11,1.5454545454545454 -40213154,2003,10,16,2.0625 -40213154,2003,11,15,1.6 -40213154,2003,12,12,3.3333333333333335 -40213154,2004,1,15,1.9333333333333333 -40213154,2004,2,16,2.4375 -40213154,2004,3,10,2.5 -40213154,2004,4,15,1.7333333333333334 -40213154,2004,5,16,1.875 -40213154,2004,6,18,2.111111111111111 -40213154,2004,7,9,1.7777777777777777 -40213154,2004,8,16,2 -40213154,2004,9,12,1.6666666666666667 -40213154,2004,10,13,1.6923076923076923 -40213154,2004,11,18,1.6666666666666667 -40213154,2004,12,12,2.0833333333333335 -40213154,2005,1,14,2.0714285714285716 -40213154,2005,2,21,2.142857142857143 -40213154,2005,3,10,2.5 -40213154,2005,4,12,1.75 -40213154,2005,5,16,1.9375 -40213154,2005,6,18,1.6111111111111112 -40213154,2005,7,12,2.0833333333333335 -40213154,2005,8,15,2.066666666666667 -40213154,2005,9,15,1.6 -40213154,2005,10,11,1.6363636363636365 -40213154,2005,11,16,1.5625 -40213154,2005,12,12,1.75 -40213154,2006,1,15,1.8 -40213154,2006,2,24,2.8333333333333335 -40213154,2006,3,11,1.9090909090909092 -40213154,2006,4,9,2 -40213154,2006,5,13,2 -40213154,2006,6,15,2.1333333333333333 -40213154,2006,7,15,1.9333333333333333 -40213154,2006,8,16,1.9375 -40213154,2006,9,18,2.2222222222222223 -40213154,2006,10,9,1.6666666666666667 -40213154,2006,11,20,1.55 -40213154,2006,12,12,1.9166666666666667 -40213154,2007,1,20,2 -40213154,2007,2,21,2.6666666666666665 -40213154,2007,3,18,2.2222222222222223 -40213154,2007,4,8,1.875 -40213154,2007,5,13,2 -40213154,2007,6,12,2.3333333333333335 -40213154,2007,7,17,1.8235294117647058 -40213154,2007,8,15,2.466666666666667 -40213154,2007,9,20,2.3 -40213154,2007,10,11,2.090909090909091 -40213154,2007,11,17,1.6470588235294117 -40213154,2007,12,13,1.6923076923076923 -40213154,2008,1,19,1.894736842105263 -40213154,2008,2,18,2.388888888888889 -40213154,2008,3,16,2.6875 -40213154,2008,4,11,2.1818181818181817 -40213154,2008,5,15,1.9333333333333333 -40213154,2008,6,10,2.5 -40213154,2008,7,19,1.7894736842105263 -40213154,2008,8,21,2.3333333333333335 -40213154,2008,9,20,2.2 -40213154,2008,10,10,2.5 -40213154,2008,11,19,1.7894736842105263 -40213154,2008,12,15,2 -40213154,2009,1,19,1.9473684210526316 -40213154,2009,2,18,2.388888888888889 -40213154,2009,3,19,2.6315789473684212 -40213154,2009,4,16,1.875 -40213154,2009,5,13,2.1538461538461537 -40213154,2009,6,12,2.25 -40213154,2009,7,19,1.8421052631578947 -40213154,2009,8,17,2.5294117647058822 -40213154,2009,9,26,2 -40213154,2009,10,15,2.533333333333333 -40213154,2009,11,15,1.8 -40213154,2009,12,21,2.0952380952380953 -40213154,2010,1,16,1.875 -40213154,2010,2,15,2.3333333333333335 -40213154,2010,3,25,2.64 -40213154,2010,4,13,1.6153846153846154 -40213154,2010,5,17,1.8235294117647058 -40213154,2010,6,13,2.3846153846153846 -40213154,2010,7,19,1.894736842105263 -40213154,2010,8,15,2.2666666666666666 -40213154,2010,9,28,2.2857142857142856 -40213154,2010,10,18,2.111111111111111 -40213154,2010,11,17,2.176470588235294 -40213154,2010,12,24,2.0416666666666665 -40213154,2011,1,15,1.6666666666666667 -40213154,2011,2,15,1.8 -40213154,2011,3,24,2.75 -40213154,2011,4,17,1.7058823529411764 -40213154,2011,5,20,1.9 -40213154,2011,6,13,2 -40213154,2011,7,19,1.8421052631578947 -40213154,2011,8,13,2.4615384615384617 -40213154,2011,9,30,2.3 -40213154,2011,10,24,2.3333333333333335 -40213154,2011,11,14,2.2857142857142856 -40213154,2011,12,22,1.8636363636363635 -40213154,2012,1,18,1.8333333333333333 -40213154,2012,2,15,1.7333333333333334 -40213154,2012,3,24,2.75 -40213154,2012,4,21,1.6666666666666667 -40213154,2012,5,20,1.9 -40213154,2012,6,14,1.7857142857142858 -40213154,2012,7,19,2.1578947368421053 -40213154,2012,8,20,1.95 -40213154,2012,9,30,2.2666666666666666 -40213154,2012,10,21,2.2857142857142856 -40213154,2012,11,21,2.1904761904761907 -40213154,2012,12,24,1.6666666666666667 -40213154,2013,1,18,2.1666666666666665 -40213154,2013,2,19,1.4736842105263157 -40213154,2013,3,22,3.090909090909091 -40213154,2013,4,17,1.7058823529411764 -40213154,2013,5,23,1.608695652173913 -40213154,2013,6,245,2.4326530612244897 -40213154,2013,7,612,2.392156862745098 -40213154,2013,8,635,2.141732283464567 -40213154,2013,9,599,2.350584307178631 -40213154,2013,10,656,2.3673780487804876 -40213154,2013,11,560,2.330357142857143 -40213154,2013,12,630,2.226984126984127 -40213154,2014,1,643,2.4339035769828925 -40213154,2014,2,598,2.5183946488294313 -40213154,2014,3,618,2.5372168284789645 -40213154,2014,4,593,2.2124789207419897 -40213154,2014,5,612,2.119281045751634 -40213154,2014,6,581,2.4733218588640273 -40213154,2014,7,615,2.3934959349593496 -40213154,2014,8,624,2.2131410256410255 -40213154,2014,9,597,2.2562814070351758 -40213154,2014,10,635,2.4803149606299213 -40213154,2014,11,591,2.3214890016920475 -40213154,2014,12,578,2.2975778546712804 -40213154,2015,1,661,2.4462934947049924 -40213154,2015,2,594,2.4494949494949494 -40213154,2015,3,631,2.316957210776545 -40213154,2015,4,605,2.4033057851239668 -40213154,2015,5,601,2.1663893510815306 -40213154,2015,6,612,2.2941176470588234 -40213154,2015,7,618,2.4190938511326863 -40213154,2015,8,646,2.346749226006192 -40213154,2015,9,592,2.206081081081081 -40213154,2015,10,658,2.360182370820669 -40213154,2015,11,606,2.2293729372937294 -40213154,2015,12,602,2.2524916943521593 -40213154,2016,1,679,2.43740795287187 -40213154,2016,2,593,2.5160202360876895 -40213154,2016,3,666,2.388888888888889 -40213154,2016,4,606,2.402640264026403 -40213154,2016,5,625,2.3232 -40213154,2016,6,616,2.262987012987013 -40213154,2016,7,646,2.3544891640866874 -40213154,2016,8,643,2.4292379471228616 -40213154,2016,9,594,2.1717171717171717 -40213154,2016,10,661,2.514372163388805 -40213154,2016,11,618,2.2896440129449838 -40213154,2016,12,583,2.221269296740995 -40213154,2017,1,694,2.537463976945245 -40213154,2017,2,566,2.454063604240283 -40213154,2017,3,647,2.401854714064915 -40213154,2017,4,598,2.4498327759197323 -40213154,2017,5,648,2.1527777777777777 -40213154,2017,6,628,2.390127388535032 -40213154,2017,7,635,2.3070866141732282 -40213154,2017,8,675,2.414814814814815 -40213154,2017,9,596,2.1426174496644297 -40213154,2017,10,645,2.3767441860465115 -40213154,2017,11,662,2.308157099697885 -40213154,2017,12,577,2.3015597920277298 -40213154,2018,1,683,2.288433382137628 -40213154,2018,2,602,2.4485049833887045 -40213154,2018,3,657,2.415525114155251 -40213154,2018,4,596,2.511744966442953 -40213154,2018,5,665,2.2330827067669174 -40213154,2018,6,627,2.2264752791068583 -40213154,2018,7,617,2.340356564019449 -40213154,2018,8,678,2.4528023598820057 -40213154,2018,9,652,2.3773006134969323 -40213154,2018,10,617,2.2901134521880064 -40213154,2018,11,665,2.406015037593985 -40213154,2018,12,601,2.3410981697171382 -40213154,2019,1,680,2.320588235294118 -40213154,2019,2,617,2.2771474878444082 -40213154,2019,3,673,2.4695393759286777 -40213154,2019,4,615,2.538211382113821 -40213154,2019,5,659,2.289833080424886 -40213154,2019,6,616,2.168831168831169 -40213154,2019,7,662,2.3595166163141994 -40213154,2019,8,659,2.4764795144157814 -40213154,2019,9,666,2.304804804804805 -40213154,2019,10,640,2.1453125 -40213154,2019,11,656,2.4878048780487805 -40213154,2019,12,636,2.279874213836478 -40213154,2020,1,650,2.207692307692308 -40213154,2020,2,646,2.5619195046439627 -40213154,2020,3,679,2.444771723122239 -40213154,2020,4,642,2.3068535825545173 -40213154,2020,5,640,2.41875 -40213154,2020,6,624,2.2868589743589745 -40213154,2020,7,656,2.278963414634146 -40213154,2020,8,663,2.4615384615384617 -40213154,2020,9,676,2.36094674556213 -40213154,2020,10,617,2.1815235008103726 -40213154,2020,11,697,2.3873744619799138 -40213154,2020,12,636,2.3710691823899372 -40213154,2021,1,644,2.2857142857142856 -40213154,2021,2,636,2.3710691823899372 -40213154,2021,3,688,2.4680232558139537 -40213154,2021,4,646,2.331269349845201 -40213154,2021,5,641,2.4726989079563184 -40213154,2021,6,600,2.295 -40213154,2021,7,668,2.2365269461077846 -40213154,2021,8,680,2.363235294117647 -40213154,2021,9,642,2.4501557632398754 -40213154,2021,10,662,2.098187311178248 -40213154,2021,11,671,2.5126676602086437 -40213154,2021,12,666,2.3063063063063063 -40213154,2022,1,652,2.2392638036809815 -40213154,2022,2,660,2.3636363636363638 -40213154,2022,3,700,2.4514285714285715 -40213154,2022,4,651,2.4546850998463903 -40213154,2022,5,655,2.4198473282442747 -40213154,2022,6,626,2.2044728434504792 -40213154,2022,7,672,2.3035714285714284 -40213154,2022,8,700,2.38 -40213154,2022,9,696,2.57183908045977 -40213154,2022,10,664,2.128012048192771 -40213154,2022,11,658,2.4574468085106385 -40213154,2022,12,695,2.2762589928057553 -40213154,2023,1,638,2.324451410658307 -40213154,2023,2,665,2.308270676691729 -40213154,2023,3,664,2.3795180722891565 -40213154,2023,4,691,2.470332850940666 -40213154,2023,5,618,2.5064724919093853 -40213154,2023,6,324,2.2623456790123457 -40213160,1955,6,1,2 -40213160,1955,11,1,1 -40213160,1959,4,1,3 -40213160,1959,6,1,3 -40213160,1959,9,1,3 -40213160,1963,12,1,3 -40213160,1965,7,1,1 -40213160,1965,9,1,1 -40213160,1965,12,1,1 -40213160,1970,3,1,1 -40213160,1973,11,1,2 -40213160,1981,2,1,1 -40213160,1985,7,1,1 -40213160,1985,9,1,1 -40213160,1985,12,1,1 -40213160,1990,3,1,1 -40213160,1994,5,1,2 -40213160,1994,7,1,2 -40213160,1994,10,1,2 -40213160,1995,2,1,2 -40213160,1996,3,1,2 -40213160,2001,10,1,1 -40213160,2001,12,1,1 -40213160,2002,2,1,1 -40213160,2002,3,1,1 -40213160,2002,7,1,1 -40213160,2002,9,1,1 -40213160,2002,12,1,1 -40213160,2007,3,1,1 -40213160,2010,12,1,1 -40213160,2011,2,1,1 -40213160,2011,5,1,1 -40213160,2013,6,13,2 -40213160,2013,7,27,2.2962962962962963 -40213160,2013,8,40,1.975 -40213160,2013,9,41,2.073170731707317 -40213160,2013,10,30,2 -40213160,2013,11,40,2 -40213160,2013,12,42,2.261904761904762 -40213160,2014,1,36,1.8611111111111112 -40213160,2014,2,39,2.6153846153846154 -40213160,2014,3,28,2.5357142857142856 -40213160,2014,4,30,2.5 -40213160,2014,5,34,2.9411764705882355 -40213160,2014,6,25,2.08 -40213160,2014,7,36,2.9722222222222223 -40213160,2014,8,21,3.6666666666666665 -40213160,2014,9,32,2.5 -40213160,2014,10,32,3.78125 -40213160,2014,11,27,2.962962962962963 -40213160,2014,12,38,2.210526315789474 -40213160,2015,1,32,3.78125 -40213160,2015,2,43,2.4186046511627906 -40213160,2015,3,44,2.2045454545454546 -40213160,2015,4,35,2.657142857142857 -40213160,2015,5,40,2.225 -40213160,2015,6,39,3.076923076923077 -40213160,2015,7,38,2.6842105263157894 -40213160,2015,8,44,2.477272727272727 -40213160,2015,9,42,2.2142857142857144 -40213160,2015,10,39,2.641025641025641 -40213160,2015,11,47,2.6382978723404253 -40213160,2015,12,42,1.9523809523809523 -40213160,2016,1,38,2.4473684210526314 -40213160,2016,2,37,1.945945945945946 -40213160,2016,3,42,2.119047619047619 -40213160,2016,4,46,2.5 -40213160,2016,5,38,1.7105263157894737 -40213160,2016,6,30,2.566666666666667 -40213160,2016,7,42,2.7142857142857144 -40213160,2016,8,37,2.864864864864865 -40213160,2016,9,40,3.025 -40213160,2016,10,31,2.4838709677419355 -40213160,2016,11,26,2.1153846153846154 -40213160,2016,12,34,2.3823529411764706 -40213160,2017,1,40,3.25 -40213160,2017,2,36,2.9166666666666665 -40213160,2017,3,36,2.888888888888889 -40213160,2017,4,30,1.8 -40213160,2017,5,45,2.2666666666666666 -40213160,2017,6,44,2.5 -40213160,2017,7,48,1.9166666666666667 -40213160,2017,8,34,2.235294117647059 -40213160,2017,9,41,3.024390243902439 -40213160,2017,10,28,2.2142857142857144 -40213160,2017,11,34,2.588235294117647 -40213160,2017,12,33,2.1515151515151514 -40213160,2018,1,30,1.8 -40213160,2018,2,32,2.46875 -40213160,2018,3,35,1.8571428571428572 -40213160,2018,4,31,1.967741935483871 -40213160,2018,5,46,1.565217391304348 -40213160,2018,6,38,2.1052631578947367 -40213160,2018,7,31,1.6774193548387097 -40213160,2018,8,41,2.024390243902439 -40213160,2018,9,32,1.875 -40213160,2018,10,37,1.837837837837838 -40213160,2018,11,28,2.392857142857143 -40213160,2018,12,30,1.7333333333333334 -40213160,2019,1,37,2.72972972972973 -40213160,2019,2,29,2.0689655172413794 -40213160,2019,3,36,1.9166666666666667 -40213160,2019,4,32,3.03125 -40213160,2019,5,47,2.0638297872340425 -40213160,2019,6,35,2.1714285714285713 -40213160,2019,7,34,1.911764705882353 -40213160,2019,8,34,2.088235294117647 -40213160,2019,9,38,2.236842105263158 -40213160,2019,10,40,2 -40213160,2019,11,36,2.111111111111111 -40213160,2019,12,32,1.96875 -40213160,2020,1,32,2.0625 -40213160,2020,2,39,2.230769230769231 -40213160,2020,3,27,2.4814814814814814 -40213160,2020,4,36,2 -40213160,2020,5,40,2.1 -40213160,2020,6,36,2.5555555555555554 -40213160,2020,7,44,2.1136363636363638 -40213160,2020,8,37,2.72972972972973 -40213160,2020,9,31,2.096774193548387 -40213160,2020,10,41,3.048780487804878 -40213160,2020,11,43,2.0930232558139537 -40213160,2020,12,42,3.2142857142857144 -40213160,2021,1,44,2.75 -40213160,2021,2,28,2.5714285714285716 -40213160,2021,3,37,2.864864864864865 -40213160,2021,4,32,2.875 -40213160,2021,5,35,2.5714285714285716 -40213160,2021,6,30,2.2333333333333334 -40213160,2021,7,33,2.212121212121212 -40213160,2021,8,32,2.28125 -40213160,2021,9,43,2.5813953488372094 -40213160,2021,10,44,1.8409090909090908 -40213160,2021,11,40,2 -40213160,2021,12,34,2 -40213160,2022,1,40,1.975 -40213160,2022,2,37,2.108108108108108 -40213160,2022,3,32,2.28125 -40213160,2022,4,34,2.0294117647058822 -40213160,2022,5,34,2.5588235294117645 -40213160,2022,6,29,1.7241379310344827 -40213160,2022,7,35,2.057142857142857 -40213160,2022,8,33,1.7272727272727273 -40213160,2022,9,32,1.65625 -40213160,2022,10,34,2.264705882352941 -40213160,2022,11,31,1.4838709677419355 -40213160,2022,12,34,2.0294117647058822 -40213160,2023,1,33,2.0606060606060606 -40213160,2023,2,23,2.869565217391304 -40213160,2023,3,30,2.1666666666666665 -40213160,2023,4,34,2.3529411764705883 -40213160,2023,5,28,2.8214285714285716 -40213160,2023,6,15,1.6666666666666667 -40213180,2005,4,1,1 -40213180,2005,7,1,1 -40213180,2005,9,1,2 -40213180,2006,9,1,2 -40213180,2008,3,1,1 -40213180,2009,7,1,1 -40213180,2009,8,1,1 -40213180,2010,7,1,1 -40213180,2012,10,1,2 -40213180,2013,6,13,1.4615384615384615 -40213180,2013,7,26,2.8461538461538463 -40213180,2013,8,20,1.9 -40213180,2013,9,18,2.2222222222222223 -40213180,2013,10,26,2.4615384615384617 -40213180,2013,11,17,3.0588235294117645 -40213180,2013,12,26,2.1538461538461537 -40213180,2014,1,23,2.4782608695652173 -40213180,2014,2,18,2.1666666666666665 -40213180,2014,3,25,1.96 -40213180,2014,4,27,1.8888888888888888 -40213180,2014,5,22,2.090909090909091 -40213180,2014,6,16,2.125 -40213180,2014,7,19,2 -40213180,2014,8,26,1.8846153846153846 -40213180,2014,9,26,2.230769230769231 -40213180,2014,10,25,2.08 -40213180,2014,11,27,2.111111111111111 -40213180,2014,12,21,2.857142857142857 -40213180,2015,1,29,2.310344827586207 -40213180,2015,2,23,1.9565217391304348 -40213180,2015,3,30,2.1666666666666665 -40213180,2015,4,31,2.161290322580645 -40213180,2015,5,24,1.875 -40213180,2015,6,22,1.8181818181818181 -40213180,2015,7,18,2.0555555555555554 -40213180,2015,8,34,2.0294117647058822 -40213180,2015,9,19,2.6315789473684212 -40213180,2015,10,20,2.05 -40213180,2015,11,25,1.96 -40213180,2015,12,30,2.1666666666666665 -40213180,2016,1,38,2.1052631578947367 -40213180,2016,2,19,1.894736842105263 -40213180,2016,3,26,2.1153846153846154 -40213180,2016,4,33,1.878787878787879 -40213180,2016,5,34,2.088235294117647 -40213180,2016,6,24,2.2083333333333335 -40213180,2016,7,28,1.8928571428571428 -40213180,2016,8,19,1.9473684210526316 -40213180,2016,9,25,1.64 -40213180,2016,10,22,2.909090909090909 -40213180,2016,11,30,1.7666666666666666 -40213180,2016,12,28,2.142857142857143 -40213180,2017,1,29,3.4482758620689653 -40213180,2017,2,23,3.217391304347826 -40213180,2017,3,20,2.9 -40213180,2017,4,27,2.3333333333333335 -40213180,2017,5,16,2.125 -40213180,2017,6,24,2.1666666666666665 -40213180,2017,7,32,2.8125 -40213180,2017,8,27,2.2962962962962963 -40213180,2017,9,31,2.129032258064516 -40213180,2017,10,20,1.9 -40213180,2017,11,15,2.066666666666667 -40213180,2017,12,17,3.3529411764705883 -40213180,2018,1,27,2.074074074074074 -40213180,2018,2,20,2.75 -40213180,2018,3,31,2.3225806451612905 -40213180,2018,4,19,1.894736842105263 -40213180,2018,5,24,2.5 -40213180,2018,6,29,1.9655172413793103 -40213180,2018,7,25,1.76 -40213180,2018,8,17,1.8823529411764706 -40213180,2018,9,21,2.1904761904761907 -40213180,2018,10,28,2.0357142857142856 -40213180,2018,11,27,3.2962962962962963 -40213180,2018,12,21,3.1904761904761907 -40213180,2019,1,30,2.3333333333333335 -40213180,2019,2,24,2.0833333333333335 -40213180,2019,3,20,3.35 -40213180,2019,4,17,2.764705882352941 -40213180,2019,5,32,1.84375 -40213180,2019,6,22,1.6818181818181819 -40213180,2019,7,25,2.36 -40213180,2019,8,20,2.4 -40213180,2019,9,18,1.9444444444444444 -40213180,2019,10,28,1.5714285714285714 -40213180,2019,11,21,2.3333333333333335 -40213180,2019,12,28,2.607142857142857 -40213180,2020,1,26,2.269230769230769 -40213180,2020,2,34,2.1470588235294117 -40213180,2020,3,26,3.1153846153846154 -40213180,2020,4,30,2.2333333333333334 -40213180,2020,5,24,3 -40213180,2020,6,22,2.090909090909091 -40213180,2020,7,24,1.75 -40213180,2020,8,26,1.7307692307692308 -40213180,2020,9,20,2.3 -40213180,2020,10,18,2.3333333333333335 -40213180,2020,11,30,1.7666666666666666 -40213180,2020,12,23,2 -40213180,2021,1,20,2.35 -40213180,2021,2,22,2.6363636363636362 -40213180,2021,3,30,1.9 -40213180,2021,4,35,1.9142857142857144 -40213180,2021,5,30,1.9666666666666666 -40213180,2021,6,23,2.0434782608695654 -40213180,2021,7,32,2.59375 -40213180,2021,8,21,2.4285714285714284 -40213180,2021,9,24,2.2083333333333335 -40213180,2021,10,22,2.3181818181818183 -40213180,2021,11,28,2.2857142857142856 -40213180,2021,12,31,2.2903225806451615 -40213180,2022,1,29,2 -40213180,2022,2,29,1.9655172413793103 -40213180,2022,3,22,1.5454545454545454 -40213180,2022,4,20,2.05 -40213180,2022,5,28,2.0714285714285716 -40213180,2022,6,26,1.7307692307692308 -40213180,2022,7,21,2.5238095238095237 -40213180,2022,8,33,3.303030303030303 -40213180,2022,9,19,2.0526315789473686 -40213180,2022,10,34,2.823529411764706 -40213180,2022,11,22,1.9545454545454546 -40213180,2022,12,26,2.076923076923077 -40213180,2023,1,22,1.8181818181818181 -40213180,2023,2,30,2.3666666666666667 -40213180,2023,3,25,2.56 -40213180,2023,4,22,2.909090909090909 -40213180,2023,5,20,2.05 -40213180,2023,6,13,2.076923076923077 -40213183,1971,3,1,1 -40213183,1971,5,1,2 -40213183,1973,11,1,2 -40213183,1981,2,1,1 -40213183,1986,6,1,1 -40213183,1990,3,1,1 -40213183,1995,2,1,2 -40213183,1995,4,1,2 -40213183,1996,3,1,2 -40213183,2002,2,1,1 -40213183,2002,9,1,1 -40213183,2003,6,1,1 -40213183,2007,3,1,1 -40213183,2011,11,1,1 -40213183,2013,6,4,1.75 -40213183,2013,7,12,1.8333333333333333 -40213183,2013,8,20,2 -40213183,2013,9,20,1.7 -40213183,2013,10,21,1.8095238095238095 -40213183,2013,11,16,2.3125 -40213183,2013,12,23,3.347826086956522 -40213183,2014,1,17,1.8235294117647058 -40213183,2014,2,24,2.9583333333333335 -40213183,2014,3,17,3.4705882352941178 -40213183,2014,4,12,2.75 -40213183,2014,5,17,2.235294117647059 -40213183,2014,6,22,2.1363636363636362 -40213183,2014,7,14,2.0714285714285716 -40213183,2014,8,17,1.588235294117647 -40213183,2014,9,17,1.8235294117647058 -40213183,2014,10,15,1.6666666666666667 -40213183,2014,11,17,2.3529411764705883 -40213183,2014,12,17,2 -40213183,2015,1,19,2.789473684210526 -40213183,2015,2,16,1.9375 -40213183,2015,3,19,1.9473684210526316 -40213183,2015,4,20,3.75 -40213183,2015,5,13,2.6923076923076925 -40213183,2015,6,15,3.6666666666666665 -40213183,2015,7,17,4.764705882352941 -40213183,2015,8,23,2.347826086956522 -40213183,2015,9,14,1.9285714285714286 -40213183,2015,10,25,2.88 -40213183,2015,11,18,2.4444444444444446 -40213183,2015,12,23,2.0869565217391304 -40213183,2016,1,23,2.347826086956522 -40213183,2016,2,19,2.1578947368421053 -40213183,2016,3,19,2.210526315789474 -40213183,2016,4,16,1.75 -40213183,2016,5,19,2.4210526315789473 -40213183,2016,6,17,2.176470588235294 -40213183,2016,7,17,4.117647058823529 -40213183,2016,8,24,2.625 -40213183,2016,9,20,3.1 -40213183,2016,10,20,2.35 -40213183,2016,11,22,1.9545454545454546 -40213183,2016,12,17,2 -40213183,2017,1,21,2.7142857142857144 -40213183,2017,2,22,2.8181818181818183 -40213183,2017,3,20,3.95 -40213183,2017,4,14,1.7142857142857142 -40213183,2017,5,16,2 -40213183,2017,6,20,2 -40213183,2017,7,23,2.6956521739130435 -40213183,2017,8,15,2.2 -40213183,2017,9,18,3.5 -40213183,2017,10,8,2 -40213183,2017,11,22,2.6363636363636362 -40213183,2017,12,25,2.76 -40213183,2018,1,16,1.8125 -40213183,2018,2,19,2 -40213183,2018,3,23,2.0434782608695654 -40213183,2018,4,19,2.210526315789474 -40213183,2018,5,23,2.217391304347826 -40213183,2018,6,19,1.9473684210526316 -40213183,2018,7,13,2.230769230769231 -40213183,2018,8,18,2.9444444444444446 -40213183,2018,9,9,2.2222222222222223 -40213183,2018,10,18,1.8333333333333333 -40213183,2018,11,15,1.7333333333333334 -40213183,2018,12,16,1.9375 -40213183,2019,1,18,3.5 -40213183,2019,2,13,2.076923076923077 -40213183,2019,3,21,2.0952380952380953 -40213183,2019,4,17,3.6470588235294117 -40213183,2019,5,17,2.9411764705882355 -40213183,2019,6,13,2.1538461538461537 -40213183,2019,7,18,2.0555555555555554 -40213183,2019,8,20,2.25 -40213183,2019,9,14,2.142857142857143 -40213183,2019,10,18,2.5 -40213183,2019,11,26,2.1153846153846154 -40213183,2019,12,20,2.05 -40213183,2020,1,13,1.6923076923076923 -40213183,2020,2,21,2.5238095238095237 -40213183,2020,3,25,2.28 -40213183,2020,4,20,2.3 -40213183,2020,5,17,2.235294117647059 -40213183,2020,6,17,2.0588235294117645 -40213183,2020,7,23,2.217391304347826 -40213183,2020,8,16,1.8125 -40213183,2020,9,12,2 -40213183,2020,10,22,1.8636363636363635 -40213183,2020,11,25,2 -40213183,2020,12,17,3.5294117647058822 -40213183,2021,1,22,1.7727272727272727 -40213183,2021,2,8,1.875 -40213183,2021,3,17,2.176470588235294 -40213183,2021,4,20,3.1 -40213183,2021,5,19,2.473684210526316 -40213183,2021,6,13,1.9230769230769231 -40213183,2021,7,16,3.375 -40213183,2021,8,17,2.764705882352941 -40213183,2021,9,23,3.5217391304347827 -40213183,2021,10,21,1.8571428571428572 -40213183,2021,11,23,2.5217391304347827 -40213183,2021,12,24,2.375 -40213183,2022,1,17,2.176470588235294 -40213183,2022,2,12,2 -40213183,2022,3,17,2.8823529411764706 -40213183,2022,4,21,2.238095238095238 -40213183,2022,5,15,2.6666666666666665 -40213183,2022,6,11,2.5454545454545454 -40213183,2022,7,16,1.75 -40213183,2022,8,27,1.9259259259259258 -40213183,2022,9,17,1.588235294117647 -40213183,2022,10,14,2.142857142857143 -40213183,2022,11,18,1.7222222222222223 -40213183,2022,12,20,1.9 -40213183,2023,1,20,1.7 -40213183,2023,2,13,2.3846153846153846 -40213183,2023,3,15,2 -40213183,2023,4,24,1.875 -40213183,2023,5,14,1.5714285714285714 -40213183,2023,6,11,1.6363636363636365 -40213198,2010,1,3,2.6666666666666665 -40213198,2010,3,2,2 -40213198,2010,5,1,2 -40213198,2010,6,2,1.5 -40213198,2010,7,2,2 -40213198,2010,9,3,3 -40213198,2010,10,1,2 -40213198,2010,11,1,1 -40213198,2010,12,2,1.5 -40213198,2011,2,3,1.6666666666666667 -40213198,2011,3,1,1 -40213198,2011,5,1,1 -40213198,2011,10,1,1 -40213198,2011,11,2,2 -40213198,2012,3,1,5 -40213198,2012,10,1,2 -40213198,2012,11,2,4.5 -40213198,2012,12,2,2.5 -40213198,2013,1,1,2 -40213198,2013,6,18,2 -40213198,2013,7,41,2.1463414634146343 -40213198,2013,8,51,2.0980392156862746 -40213198,2013,9,49,2.020408163265306 -40213198,2013,10,42,1.8333333333333333 -40213198,2013,11,45,1.9777777777777779 -40213198,2013,12,54,2.6481481481481484 -40213198,2014,1,37,1.8918918918918919 -40213198,2014,2,45,2.1555555555555554 -40213198,2014,3,39,1.8205128205128205 -40213198,2014,4,35,2.1142857142857143 -40213198,2014,5,46,2.6956521739130435 -40213198,2014,6,33,2.393939393939394 -40213198,2014,7,41,3.2195121951219514 -40213198,2014,8,37,3.081081081081081 -40213198,2014,9,46,2.152173913043478 -40213198,2014,10,36,3.638888888888889 -40213198,2014,11,30,2.966666666666667 -40213198,2014,12,45,2.088888888888889 -40213198,2015,1,38,3.4473684210526314 -40213198,2015,2,42,2.5714285714285716 -40213198,2015,3,45,2.2888888888888888 -40213198,2015,4,48,3 -40213198,2015,5,36,2.4166666666666665 -40213198,2015,6,51,2.4705882352941178 -40213198,2015,7,52,2.673076923076923 -40213198,2015,8,51,2.7058823529411766 -40213198,2015,9,44,2.159090909090909 -40213198,2015,10,33,2.515151515151515 -40213198,2015,11,60,2.433333333333333 -40213198,2015,12,50,2.94 -40213198,2016,1,52,2.4423076923076925 -40213198,2016,2,50,2.02 -40213198,2016,3,52,2.0576923076923075 -40213198,2016,4,49,2.489795918367347 -40213198,2016,5,56,2.1964285714285716 -40213198,2016,6,41,2.5121951219512195 -40213198,2016,7,50,2.42 -40213198,2016,8,56,2.4642857142857144 -40213198,2016,9,43,2.558139534883721 -40213198,2016,10,49,3.306122448979592 -40213198,2016,11,29,1.7586206896551724 -40213198,2016,12,42,2.357142857142857 -40213198,2017,1,49,2.9183673469387754 -40213198,2017,2,43,2.372093023255814 -40213198,2017,3,51,3.1372549019607843 -40213198,2017,4,45,1.7555555555555555 -40213198,2017,5,48,2.0625 -40213198,2017,6,57,2.7017543859649122 -40213198,2017,7,55,2.5090909090909093 -40213198,2017,8,49,2.3877551020408165 -40213198,2017,9,39,2.230769230769231 -40213198,2017,10,37,2.081081081081081 -40213198,2017,11,40,3.125 -40213198,2017,12,41,2.4146341463414633 -40213198,2018,1,43,2.0697674418604652 -40213198,2018,2,38,2.1315789473684212 -40213198,2018,3,43,1.8837209302325582 -40213198,2018,4,38,1.763157894736842 -40213198,2018,5,48,1.9583333333333333 -40213198,2018,6,44,2.8181818181818183 -40213198,2018,7,42,1.9285714285714286 -40213198,2018,8,47,2.297872340425532 -40213198,2018,9,42,2.261904761904762 -40213198,2018,10,47,1.6382978723404256 -40213198,2018,11,43,2.302325581395349 -40213198,2018,12,44,1.7272727272727273 -40213198,2019,1,36,1.7777777777777777 -40213198,2019,2,44,1.7045454545454546 -40213198,2019,3,45,1.8222222222222222 -40213198,2019,4,45,1.8888888888888888 -40213198,2019,5,54,2.537037037037037 -40213198,2019,6,37,1.972972972972973 -40213198,2019,7,50,1.98 -40213198,2019,8,41,2.073170731707317 -40213198,2019,9,38,2.1578947368421053 -40213198,2019,10,39,1.9487179487179487 -40213198,2019,11,48,1.9375 -40213198,2019,12,39,2.1025641025641026 -40213198,2020,1,43,1.9069767441860466 -40213198,2020,2,47,2.1914893617021276 -40213198,2020,3,45,2.6444444444444444 -40213198,2020,4,53,2.3962264150943398 -40213198,2020,5,44,1.8863636363636365 -40213198,2020,6,39,2.4615384615384617 -40213198,2020,7,44,1.8181818181818181 -40213198,2020,8,46,2.652173913043478 -40213198,2020,9,35,1.9714285714285715 -40213198,2020,10,51,2.7450980392156863 -40213198,2020,11,44,2 -40213198,2020,12,49,2.816326530612245 -40213198,2021,1,55,2.5454545454545454 -40213198,2021,2,32,3.0625 -40213198,2021,3,47,2.7872340425531914 -40213198,2021,4,42,2.0714285714285716 -40213198,2021,5,50,2.44 -40213198,2021,6,42,2.380952380952381 -40213198,2021,7,48,2.7291666666666665 -40213198,2021,8,34,1.7647058823529411 -40213198,2021,9,53,2.6792452830188678 -40213198,2021,10,49,1.836734693877551 -40213198,2021,11,49,3.122448979591837 -40213198,2021,12,46,2.282608695652174 -40213198,2022,1,46,2.1739130434782608 -40213198,2022,2,39,2.1794871794871793 -40213198,2022,3,40,2.175 -40213198,2022,4,43,1.9069767441860466 -40213198,2022,5,40,2.05 -40213198,2022,6,42,1.7857142857142858 -40213198,2022,7,46,2.130434782608696 -40213198,2022,8,48,1.9166666666666667 -40213198,2022,9,38,1.894736842105263 -40213198,2022,10,45,2.422222222222222 -40213198,2022,11,40,2.4 -40213198,2022,12,38,2 -40213198,2023,1,40,2.45 -40213198,2023,2,37,2.6486486486486487 -40213198,2023,3,43,1.8604651162790697 -40213198,2023,4,38,2.3157894736842106 -40213198,2023,5,40,2.6 -40213198,2023,6,15,1.6666666666666667 -40213201,1989,10,3,1.3333333333333333 -40213201,1989,11,1,2 -40213201,1990,8,1,1 -40213201,1990,10,1,2 -40213201,1990,12,1,2 -40213201,1991,1,1,2 -40213201,1991,5,4,3.5 -40213201,1991,7,1,2 -40213201,1991,8,1,1 -40213201,1991,10,2,2.5 -40213201,1991,11,1,2 -40213201,1991,12,1,2 -40213201,1992,1,1,1 -40213201,1992,2,1,2 -40213201,1992,5,1,5 -40213201,1992,8,1,2 -40213201,1992,10,1,1 -40213201,1992,11,1,2 -40213201,1993,3,1,1 -40213201,1993,6,1,3 -40213201,1993,9,1,1 -40213201,1993,10,1,2 -40213201,1994,2,2,2 -40213201,1994,6,1,1 -40213201,1994,12,3,1.6666666666666667 -40213201,1995,1,1,34 -40213201,1995,4,1,2 -40213201,1995,5,1,2 -40213201,1995,8,2,2 -40213201,1995,12,1,1 -40213201,1996,1,1,1 -40213201,1996,5,1,2 -40213201,1996,6,1,1 -40213201,1996,7,1,5 -40213201,1997,2,1,2 -40213201,1997,4,2,1.5 -40213201,1997,8,1,1 -40213201,1998,2,1,1 -40213201,1998,4,1,2 -40213201,1998,7,1,2 -40213201,1998,11,1,1 -40213201,1999,3,1,1 -40213201,1999,7,1,2 -40213201,1999,8,1,2 -40213201,1999,12,1,1 -40213201,2000,2,1,5 -40213201,2000,7,2,2 -40213201,2000,12,1,2 -40213201,2001,2,1,1 -40213201,2001,3,2,4.5 -40213201,2001,4,1,2 -40213201,2001,9,1,1 -40213201,2001,10,1,2 -40213201,2001,12,2,1.5 -40213201,2002,1,2,2.5 -40213201,2002,2,1,1 -40213201,2002,4,2,1 -40213201,2002,5,3,1.6666666666666667 -40213201,2002,6,1,2 -40213201,2002,7,1,2 -40213201,2002,10,1,1 -40213201,2002,12,1,2 -40213201,2003,1,1,2 -40213201,2003,2,1,1 -40213201,2004,2,1,2 -40213201,2004,8,1,1 -40213201,2005,4,1,2 -40213201,2005,6,1,1 -40213201,2005,8,1,3 -40213201,2005,10,1,2 -40213201,2005,11,1,1 -40213201,2005,12,2,2 -40213201,2006,5,1,2 -40213201,2006,6,1,1 -40213201,2007,1,2,1.5 -40213201,2007,6,1,2 -40213201,2007,7,1,3 -40213201,2007,9,2,2 -40213201,2008,1,1,2 -40213201,2008,5,2,2 -40213201,2008,7,1,2 -40213201,2008,8,1,2 -40213201,2008,9,1,2 -40213201,2009,2,2,2 -40213201,2009,6,1,1 -40213201,2009,7,1,2 -40213201,2009,11,1,2 -40213201,2010,9,1,5 -40213201,2011,1,1,2 -40213201,2011,9,1,2 -40213201,2011,10,1,2 -40213201,2011,11,1,1 -40213201,2012,2,1,1 -40213201,2012,3,1,1 -40213201,2012,6,1,1 -40213201,2012,10,1,1 -40213201,2012,11,1,3 -40213201,2013,3,1,5 -40213201,2013,6,1,2 -40213201,2013,7,6,1.8333333333333333 -40213201,2013,8,11,4.7272727272727275 -40213201,2013,9,10,1.6 -40213201,2013,10,10,2.1 -40213201,2013,11,6,3.6666666666666665 -40213201,2013,12,12,2.6666666666666665 -40213201,2014,1,7,2.2857142857142856 -40213201,2014,2,8,2.25 -40213201,2014,3,6,6.333333333333333 -40213201,2014,4,9,2.6666666666666665 -40213201,2014,5,8,1.875 -40213201,2014,6,6,1.8333333333333333 -40213201,2014,7,9,2.111111111111111 -40213201,2014,8,11,1.9090909090909092 -40213201,2014,9,7,2.142857142857143 -40213201,2014,10,7,1.8571428571428572 -40213201,2014,11,8,2.125 -40213201,2014,12,10,1.5 -40213201,2015,1,6,2 -40213201,2015,2,7,3.142857142857143 -40213201,2015,3,9,1.5555555555555556 -40213201,2015,4,9,2.111111111111111 -40213201,2015,5,6,1.5 -40213201,2015,6,7,1.8571428571428572 -40213201,2015,7,2,1.5 -40213201,2015,8,8,4 -40213201,2015,9,14,2 -40213201,2015,10,3,1.3333333333333333 -40213201,2015,11,1,2 -40213201,2015,12,8,1.875 -40213201,2016,1,10,3.1 -40213201,2016,2,4,4.25 -40213201,2016,3,9,1.8888888888888888 -40213201,2016,4,8,2 -40213201,2016,5,3,1.3333333333333333 -40213201,2016,6,10,2.3 -40213201,2016,7,16,1.6875 -40213201,2016,8,9,2 -40213201,2016,9,5,1.2 -40213201,2016,10,9,2.2222222222222223 -40213201,2016,11,7,1.7142857142857142 -40213201,2016,12,11,6 -40213201,2017,1,10,1.7 -40213201,2017,2,3,1.3333333333333333 -40213201,2017,3,16,1.5 -40213201,2017,4,8,1.75 -40213201,2017,5,11,2.4545454545454546 -40213201,2017,6,9,2.3333333333333335 -40213201,2017,7,7,4.142857142857143 -40213201,2017,8,16,1.75 -40213201,2017,9,8,2.5 -40213201,2017,10,8,4.25 -40213201,2017,11,9,4.333333333333333 -40213201,2017,12,6,1.5 -40213201,2018,1,12,2.1666666666666665 -40213201,2018,2,6,2.6666666666666665 -40213201,2018,3,8,2.125 -40213201,2018,4,11,4.454545454545454 -40213201,2018,5,10,1.6 -40213201,2018,6,13,3.1538461538461537 -40213201,2018,7,9,2.2222222222222223 -40213201,2018,8,19,2.526315789473684 -40213201,2018,9,5,1.8 -40213201,2018,10,10,1.9 -40213201,2018,11,7,3.2857142857142856 -40213201,2018,12,5,1.6 -40213201,2019,1,8,3 -40213201,2019,2,7,2 -40213201,2019,3,5,1.4 -40213201,2019,4,5,3.2 -40213201,2019,5,5,2.8 -40213201,2019,6,5,7.6 -40213201,2019,7,11,1.9090909090909092 -40213201,2019,8,8,2.125 -40213201,2019,9,10,3.3 -40213201,2019,10,13,1.7692307692307692 -40213201,2019,11,11,1.7272727272727273 -40213201,2019,12,11,2.3636363636363638 -40213201,2020,1,7,1.8571428571428572 -40213201,2020,2,7,2.2857142857142856 -40213201,2020,3,4,1.5 -40213201,2020,4,12,1.5833333333333333 -40213201,2020,5,7,5.428571428571429 -40213201,2020,6,3,1.6666666666666667 -40213201,2020,7,9,3 -40213201,2020,8,10,2.8 -40213201,2020,9,5,2.4 -40213201,2020,10,10,2.3 -40213201,2020,11,8,2.25 -40213201,2020,12,9,3.111111111111111 -40213201,2021,1,9,1.7777777777777777 -40213201,2021,2,10,2.7 -40213201,2021,3,13,2.076923076923077 -40213201,2021,4,11,6.363636363636363 -40213201,2021,5,10,1.4 -40213201,2021,6,9,2 -40213201,2021,7,6,2.1666666666666665 -40213201,2021,8,7,1.5714285714285714 -40213201,2021,9,9,1.8888888888888888 -40213201,2021,10,8,2.125 -40213201,2021,11,4,1.5 -40213201,2021,12,9,1.5555555555555556 -40213201,2022,1,12,1.5 -40213201,2022,2,7,4.428571428571429 -40213201,2022,3,11,2.727272727272727 -40213201,2022,4,9,1.3333333333333333 -40213201,2022,5,8,2 -40213201,2022,6,10,2.8 -40213201,2022,7,8,2 -40213201,2022,8,7,2.142857142857143 -40213201,2022,9,10,2.7 -40213201,2022,10,5,1.8 -40213201,2022,11,8,2.875 -40213201,2022,12,12,4.333333333333333 -40213201,2023,1,12,2.3333333333333335 -40213201,2023,2,8,1.875 -40213201,2023,3,7,3.5714285714285716 -40213201,2023,4,6,1.6666666666666667 -40213201,2023,5,7,2.142857142857143 -40213201,2023,6,6,1.3333333333333333 -40213216,2006,2,1,1 -40213216,2010,12,1,1 -40213216,2011,2,1,1 -40213216,2013,6,9,1.7777777777777777 -40213216,2013,7,17,2.4705882352941178 -40213216,2013,8,19,2.1578947368421053 -40213216,2013,9,22,2.090909090909091 -40213216,2013,10,17,1.9411764705882353 -40213216,2013,11,20,1.7 -40213216,2013,12,19,2.1052631578947367 -40213216,2014,1,16,1.8125 -40213216,2014,2,16,2.25 -40213216,2014,3,11,1.7272727272727273 -40213216,2014,4,16,2.25 -40213216,2014,5,18,3.5555555555555554 -40213216,2014,6,10,2.9 -40213216,2014,7,19,3.789473684210526 -40213216,2014,8,10,5.9 -40213216,2014,9,19,2.736842105263158 -40213216,2014,10,13,4.384615384615385 -40213216,2014,11,16,3.0625 -40213216,2014,12,20,2.15 -40213216,2015,1,15,2.8 -40213216,2015,2,23,2.4347826086956523 -40213216,2015,3,23,2.347826086956522 -40213216,2015,4,22,2.5454545454545454 -40213216,2015,5,18,2.2777777777777777 -40213216,2015,6,22,2.727272727272727 -40213216,2015,7,15,2.1333333333333333 -40213216,2015,8,19,3 -40213216,2015,9,25,2.24 -40213216,2015,10,14,2.642857142857143 -40213216,2015,11,28,2.4642857142857144 -40213216,2015,12,19,1.894736842105263 -40213216,2016,1,23,2.4347826086956523 -40213216,2016,2,16,1.75 -40213216,2016,3,23,2.130434782608696 -40213216,2016,4,21,2.857142857142857 -40213216,2016,5,23,1.9130434782608696 -40213216,2016,6,15,2.933333333333333 -40213216,2016,7,22,2 -40213216,2016,8,13,3.5384615384615383 -40213216,2016,9,16,2.25 -40213216,2016,10,16,3.25 -40213216,2016,11,9,2.111111111111111 -40213216,2016,12,17,2.764705882352941 -40213216,2017,1,18,2.8333333333333335 -40213216,2017,2,20,2.65 -40213216,2017,3,23,2.5217391304347827 -40213216,2017,4,22,1.8181818181818181 -40213216,2017,5,22,1.7727272727272727 -40213216,2017,6,22,2.3636363636363638 -40213216,2017,7,23,2.1739130434782608 -40213216,2017,8,14,2.7857142857142856 -40213216,2017,9,18,2.8333333333333335 -40213216,2017,10,12,2.5 -40213216,2017,11,13,2.8461538461538463 -40213216,2017,12,12,2.0833333333333335 -40213216,2018,1,19,1.5263157894736843 -40213216,2018,2,14,1.7142857142857142 -40213216,2018,3,21,1.4761904761904763 -40213216,2018,4,17,1.8235294117647058 -40213216,2018,5,22,1.5 -40213216,2018,6,20,2.45 -40213216,2018,7,17,1.7058823529411764 -40213216,2018,8,20,2.3 -40213216,2018,9,14,1.7857142857142858 -40213216,2018,10,17,1.7058823529411764 -40213216,2018,11,14,2.2857142857142856 -40213216,2018,12,17,1.5294117647058822 -40213216,2019,1,13,2 -40213216,2019,2,22,1.6818181818181819 -40213216,2019,3,20,1.9 -40213216,2019,4,21,2 -40213216,2019,5,23,1.9565217391304348 -40213216,2019,6,19,2.210526315789474 -40213216,2019,7,21,1.8571428571428572 -40213216,2019,8,13,1.7692307692307692 -40213216,2019,9,14,2.0714285714285716 -40213216,2019,10,12,1.5 -40213216,2019,11,20,1.9 -40213216,2019,12,15,1.8 -40213216,2020,1,18,2.3333333333333335 -40213216,2020,2,20,1.8 -40213216,2020,3,12,3 -40213216,2020,4,18,1.8333333333333333 -40213216,2020,5,16,2.0625 -40213216,2020,6,20,2.35 -40213216,2020,7,19,2 -40213216,2020,8,24,3.2916666666666665 -40213216,2020,9,15,2 -40213216,2020,10,21,4 -40213216,2020,11,16,1.8125 -40213216,2020,12,23,3.5217391304347827 -40213216,2021,1,22,2.4545454545454546 -40213216,2021,2,18,3.111111111111111 -40213216,2021,3,16,2.6875 -40213216,2021,4,13,2.5384615384615383 -40213216,2021,5,17,2.0588235294117645 -40213216,2021,6,13,1.7692307692307692 -40213216,2021,7,22,2.272727272727273 -40213216,2021,8,18,1.6666666666666667 -40213216,2021,9,23,2.260869565217391 -40213216,2021,10,19,1.6842105263157894 -40213216,2021,11,23,2.347826086956522 -40213216,2021,12,14,1.9285714285714286 -40213216,2022,1,19,2.0526315789473686 -40213216,2022,2,12,2.1666666666666665 -40213216,2022,3,16,2 -40213216,2022,4,18,1.6111111111111112 -40213216,2022,5,19,2.1052631578947367 -40213216,2022,6,18,1.5 -40213216,2022,7,20,2.4 -40213216,2022,8,14,1.5 -40213216,2022,9,14,1.7142857142857142 -40213216,2022,10,17,2.7058823529411766 -40213216,2022,11,11,1.7272727272727273 -40213216,2022,12,13,2.230769230769231 -40213216,2023,1,16,1.8125 -40213216,2023,2,12,3.5833333333333335 -40213216,2023,3,15,1.8 -40213216,2023,4,15,3.2 -40213216,2023,5,17,3.3529411764705883 -40213216,2023,6,3,2 -40213227,1992,1,5,1.8 -40213227,1992,2,2,3.5 -40213227,1992,3,2,2 -40213227,1992,4,4,1.75 -40213227,1992,5,4,5.5 -40213227,1992,6,1,4 -40213227,1992,7,4,2.75 -40213227,1992,8,5,2.8 -40213227,1992,9,1,1 -40213227,1992,10,4,1.75 -40213227,1992,11,3,2 -40213227,1992,12,2,17.5 -40213227,1993,1,1,1 -40213227,1993,5,1,1 -40213227,1993,6,2,3.5 -40213227,1993,7,1,1 -40213227,1993,9,1,2 -40213227,1993,10,2,1.5 -40213227,1993,12,1,2 -40213227,1994,2,3,1.6666666666666667 -40213227,1994,5,2,2 -40213227,1994,6,1,2 -40213227,1994,7,1,1 -40213227,1994,8,1,1 -40213227,1994,11,3,1.6666666666666667 -40213227,1994,12,1,1 -40213227,1995,1,1,4 -40213227,1995,3,1,7 -40213227,1995,4,2,1.5 -40213227,1995,6,2,1.5 -40213227,1995,7,3,1.6666666666666667 -40213227,1995,9,2,1 -40213227,1995,10,1,2 -40213227,1995,11,4,2.5 -40213227,1996,1,3,1.6666666666666667 -40213227,1996,2,3,3.6666666666666665 -40213227,1996,5,1,2 -40213227,1996,6,3,2 -40213227,1996,7,1,1 -40213227,1996,8,1,1 -40213227,1996,9,2,3.5 -40213227,1996,10,1,2 -40213227,1996,11,4,1.75 -40213227,1996,12,5,2.4 -40213227,1997,1,1,2 -40213227,1997,2,3,2 -40213227,1997,3,3,1.6666666666666667 -40213227,1997,4,5,2.4 -40213227,1997,5,1,2 -40213227,1997,7,1,2 -40213227,1997,8,1,2 -40213227,1997,9,2,1.5 -40213227,1997,10,2,1.5 -40213227,1997,11,3,7 -40213227,1997,12,2,2 -40213227,1998,1,1,1 -40213227,1998,3,1,2 -40213227,1998,6,1,1 -40213227,1998,7,2,2 -40213227,1998,9,1,2 -40213227,1998,10,1,2 -40213227,1998,11,2,2 -40213227,1999,1,1,2 -40213227,1999,3,3,1.6666666666666667 -40213227,1999,5,3,1.3333333333333333 -40213227,1999,7,1,1 -40213227,1999,8,3,1.3333333333333333 -40213227,1999,9,1,1 -40213227,1999,12,1,2 -40213227,2000,1,3,12.666666666666666 -40213227,2000,3,1,3 -40213227,2000,4,1,2 -40213227,2000,5,1,2 -40213227,2000,6,4,2.25 -40213227,2000,8,1,1 -40213227,2000,9,5,1.6 -40213227,2000,10,3,1.6666666666666667 -40213227,2000,12,1,2 -40213227,2001,1,2,4 -40213227,2001,2,3,1.6666666666666667 -40213227,2001,3,1,2 -40213227,2001,4,2,3 -40213227,2001,5,1,1 -40213227,2001,6,1,2 -40213227,2001,9,2,4 -40213227,2001,10,2,1.5 -40213227,2001,12,2,1.5 -40213227,2002,1,1,2 -40213227,2002,4,1,1 -40213227,2002,5,4,1.5 -40213227,2002,6,2,2.5 -40213227,2002,7,1,4 -40213227,2002,8,1,2 -40213227,2002,9,2,3 -40213227,2002,11,1,2 -40213227,2003,1,1,2 -40213227,2003,4,1,2 -40213227,2003,5,1,2 -40213227,2003,7,3,2 -40213227,2003,8,2,2 -40213227,2003,12,1,1 -40213227,2004,1,3,2.3333333333333335 -40213227,2004,3,1,6 -40213227,2004,6,1,1 -40213227,2004,7,1,3 -40213227,2004,9,2,2 -40213227,2004,10,2,2.5 -40213227,2004,11,2,1.5 -40213227,2005,1,3,1.3333333333333333 -40213227,2005,2,4,3.25 -40213227,2005,3,2,3 -40213227,2005,4,1,1 -40213227,2005,5,2,2 -40213227,2005,6,2,1.5 -40213227,2005,7,1,4 -40213227,2005,8,1,2 -40213227,2005,9,3,1.6666666666666667 -40213227,2005,10,3,1.6666666666666667 -40213227,2005,11,1,2 -40213227,2005,12,1,1 -40213227,2006,1,2,3 -40213227,2006,3,2,1.5 -40213227,2006,4,3,2.6666666666666665 -40213227,2006,5,1,2 -40213227,2006,6,1,2 -40213227,2006,7,2,2 -40213227,2006,8,5,1.8 -40213227,2006,9,4,2.5 -40213227,2006,10,1,2 -40213227,2006,11,3,1.3333333333333333 -40213227,2006,12,1,2 -40213227,2007,1,4,2.25 -40213227,2007,2,3,1.3333333333333333 -40213227,2007,3,1,1 -40213227,2007,4,1,2 -40213227,2007,5,2,1.5 -40213227,2007,6,2,4 -40213227,2007,8,2,1.5 -40213227,2007,9,1,1 -40213227,2007,10,1,2 -40213227,2007,11,2,1.5 -40213227,2007,12,1,1 -40213227,2008,1,1,3 -40213227,2008,2,4,3 -40213227,2008,3,2,1.5 -40213227,2008,4,1,2 -40213227,2008,7,2,1.5 -40213227,2008,8,3,2.6666666666666665 -40213227,2008,9,1,1 -40213227,2008,11,3,2 -40213227,2008,12,3,1.3333333333333333 -40213227,2009,1,1,2 -40213227,2009,2,1,1 -40213227,2009,3,5,4.6 -40213227,2009,4,1,2 -40213227,2009,5,1,2 -40213227,2009,6,1,2 -40213227,2009,7,3,1.6666666666666667 -40213227,2009,8,1,1 -40213227,2009,9,1,3 -40213227,2009,10,1,2 -40213227,2009,11,2,1.5 -40213227,2010,2,2,1 -40213227,2010,3,1,1 -40213227,2010,4,1,1 -40213227,2010,5,4,2 -40213227,2010,7,6,1.3333333333333333 -40213227,2010,8,1,1 -40213227,2010,9,3,2 -40213227,2010,11,3,2 -40213227,2010,12,3,2 -40213227,2011,1,3,1.6666666666666667 -40213227,2011,3,1,1 -40213227,2011,4,2,2.5 -40213227,2011,5,2,2.5 -40213227,2011,6,1,1 -40213227,2011,7,1,2 -40213227,2011,8,2,2.5 -40213227,2011,9,1,7 -40213227,2011,10,2,3 -40213227,2011,11,1,3 -40213227,2011,12,1,1 -40213227,2012,1,4,1.75 -40213227,2012,2,1,2 -40213227,2012,3,1,2 -40213227,2012,4,3,1.6666666666666667 -40213227,2012,5,2,3 -40213227,2012,7,2,2 -40213227,2012,8,1,7 -40213227,2012,9,1,1 -40213227,2012,10,4,2 -40213227,2012,11,2,1.5 -40213227,2012,12,1,2 -40213227,2013,1,1,2 -40213227,2013,2,3,1.3333333333333333 -40213227,2013,3,2,2.5 -40213227,2013,4,1,2 -40213227,2013,5,1,1 -40213227,2013,6,25,2.12 -40213227,2013,7,84,2.1666666666666665 -40213227,2013,8,60,1.9666666666666666 -40213227,2013,9,66,2.227272727272727 -40213227,2013,10,53,2.811320754716981 -40213227,2013,11,45,2.1555555555555554 -40213227,2013,12,53,2.018867924528302 -40213227,2014,1,58,2.3275862068965516 -40213227,2014,2,46,1.7608695652173914 -40213227,2014,3,67,2.4776119402985075 -40213227,2014,4,38,2.1578947368421053 -40213227,2014,5,56,3 -40213227,2014,6,63,2.492063492063492 -40213227,2014,7,51,1.9215686274509804 -40213227,2014,8,52,2.5 -40213227,2014,9,62,2.161290322580645 -40213227,2014,10,75,2.1866666666666665 -40213227,2014,11,63,2.253968253968254 -40213227,2014,12,58,2.8448275862068964 -40213227,2015,1,65,1.8307692307692307 -40213227,2015,2,61,1.8688524590163935 -40213227,2015,3,84,1.9166666666666667 -40213227,2015,4,72,2.5694444444444446 -40213227,2015,5,59,2.6271186440677967 -40213227,2015,6,70,2.585714285714286 -40213227,2015,7,64,2.34375 -40213227,2015,8,66,1.9090909090909092 -40213227,2015,9,58,2.6379310344827585 -40213227,2015,10,69,2.0434782608695654 -40213227,2015,11,65,2.0615384615384613 -40213227,2015,12,74,2.027027027027027 -40213227,2016,1,72,2.2222222222222223 -40213227,2016,2,60,2.533333333333333 -40213227,2016,3,71,3.323943661971831 -40213227,2016,4,70,2.142857142857143 -40213227,2016,5,63,2.6984126984126986 -40213227,2016,6,65,2.1538461538461537 -40213227,2016,7,76,2.1842105263157894 -40213227,2016,8,71,2.056338028169014 -40213227,2016,9,75,2.2266666666666666 -40213227,2016,10,79,2.759493670886076 -40213227,2016,11,64,1.984375 -40213227,2016,12,73,1.821917808219178 -40213227,2017,1,81,2.9012345679012346 -40213227,2017,2,67,3.014925373134328 -40213227,2017,3,75,2.36 -40213227,2017,4,59,1.9491525423728813 -40213227,2017,5,66,1.9696969696969697 -40213227,2017,6,65,3.0153846153846153 -40213227,2017,7,74,2.0135135135135136 -40213227,2017,8,70,2.7285714285714286 -40213227,2017,9,59,1.9661016949152543 -40213227,2017,10,82,2.5853658536585367 -40213227,2017,11,60,2.5833333333333335 -40213227,2017,12,64,2.296875 -40213227,2018,1,79,2.1392405063291138 -40213227,2018,2,68,2.823529411764706 -40213227,2018,3,56,2.107142857142857 -40213227,2018,4,63,2.888888888888889 -40213227,2018,5,67,2.1492537313432836 -40213227,2018,6,66,2.0757575757575757 -40213227,2018,7,53,2.6226415094339623 -40213227,2018,8,78,2.282051282051282 -40213227,2018,9,72,3 -40213227,2018,10,81,2.3703703703703702 -40213227,2018,11,73,2.671232876712329 -40213227,2018,12,52,3.4038461538461537 -40213227,2019,1,80,2.2125 -40213227,2019,2,76,2.013157894736842 -40213227,2019,3,69,2.1884057971014492 -40213227,2019,4,75,2.44 -40213227,2019,5,74,2.2027027027027026 -40213227,2019,6,65,1.6615384615384616 -40213227,2019,7,74,2.108108108108108 -40213227,2019,8,66,3.015151515151515 -40213227,2019,9,77,2.2987012987012987 -40213227,2019,10,65,1.9384615384615385 -40213227,2019,11,60,3 -40213227,2019,12,68,2.6029411764705883 -40213227,2020,1,64,2.09375 -40213227,2020,2,62,2.5806451612903225 -40213227,2020,3,72,2.2222222222222223 -40213227,2020,4,70,2.357142857142857 -40213227,2020,5,62,1.903225806451613 -40213227,2020,6,70,2.1857142857142855 -40213227,2020,7,74,2.081081081081081 -40213227,2020,8,56,2.25 -40213227,2020,9,87,2.2873563218390807 -40213227,2020,10,65,2.276923076923077 -40213227,2020,11,62,2.1129032258064515 -40213227,2020,12,58,2.586206896551724 -40213227,2021,1,58,1.8103448275862069 -40213227,2021,2,58,3.1551724137931036 -40213227,2021,3,58,2.810344827586207 -40213227,2021,4,58,2.1379310344827585 -40213227,2021,5,67,2.4477611940298507 -40213227,2021,6,47,1.9787234042553192 -40213227,2021,7,58,2.586206896551724 -40213227,2021,8,71,2.183098591549296 -40213227,2021,9,66,2.4696969696969697 -40213227,2021,10,57,2.0526315789473686 -40213227,2021,11,63,2.3333333333333335 -40213227,2021,12,66,1.9696969696969697 -40213227,2022,1,60,2.8333333333333335 -40213227,2022,2,68,2.2205882352941178 -40213227,2022,3,78,1.8717948717948718 -40213227,2022,4,63,1.9841269841269842 -40213227,2022,5,72,2.361111111111111 -40213227,2022,6,70,2.3714285714285714 -40213227,2022,7,67,2.0597014925373136 -40213227,2022,8,81,2.45679012345679 -40213227,2022,9,68,2.9411764705882355 -40213227,2022,10,60,1.7833333333333334 -40213227,2022,11,62,2.596774193548387 -40213227,2022,12,72,2.2916666666666665 -40213227,2023,1,57,2.3859649122807016 -40213227,2023,2,71,1.8309859154929577 -40213227,2023,3,65,3.3384615384615386 -40213227,2023,4,58,2.8793103448275863 -40213227,2023,5,56,3.0892857142857144 -40213227,2023,6,35,2.3714285714285714 -40213230,2005,7,1,1 -40213230,2005,9,1,2 -40213230,2008,3,1,1 -40213230,2013,6,3,1.3333333333333333 -40213230,2013,7,4,2.25 -40213230,2013,8,6,1.8333333333333333 -40213230,2013,9,4,2 -40213230,2013,10,10,2.7 -40213230,2013,11,5,6.2 -40213230,2013,12,7,2.2857142857142856 -40213230,2014,1,11,2.909090909090909 -40213230,2014,2,2,6 -40213230,2014,3,7,1.5714285714285714 -40213230,2014,4,10,2 -40213230,2014,5,8,1.5 -40213230,2014,6,5,3.4 -40213230,2014,7,6,2.5 -40213230,2014,8,7,2.7142857142857144 -40213230,2014,9,8,1.75 -40213230,2014,10,9,2.7777777777777777 -40213230,2014,11,9,1.6666666666666667 -40213230,2014,12,10,3.2 -40213230,2015,1,10,3.1 -40213230,2015,2,7,2 -40213230,2015,3,7,2.7142857142857144 -40213230,2015,4,5,1.2 -40213230,2015,5,7,1.8571428571428572 -40213230,2015,6,7,2.2857142857142856 -40213230,2015,7,7,1.7142857142857142 -40213230,2015,8,9,2.6666666666666665 -40213230,2015,9,8,2.25 -40213230,2015,10,10,2.2 -40213230,2015,11,9,2.111111111111111 -40213230,2015,12,5,2.4 -40213230,2016,1,7,1.7142857142857142 -40213230,2016,2,9,1.7777777777777777 -40213230,2016,3,14,2 -40213230,2016,4,8,1.75 -40213230,2016,5,11,1.8181818181818181 -40213230,2016,6,13,1.6923076923076923 -40213230,2016,7,9,1.8888888888888888 -40213230,2016,8,4,2 -40213230,2016,9,8,1.75 -40213230,2016,10,5,1.8 -40213230,2016,11,10,1.6 -40213230,2016,12,7,1.4285714285714286 -40213230,2017,1,6,2 -40213230,2017,2,7,1.5714285714285714 -40213230,2017,3,4,2.5 -40213230,2017,4,6,2.5 -40213230,2017,5,5,1.8 -40213230,2017,6,5,1.6 -40213230,2017,7,12,3.5 -40213230,2017,8,6,2.5 -40213230,2017,9,13,2.076923076923077 -40213230,2017,10,9,1.8888888888888888 -40213230,2017,11,3,2.6666666666666665 -40213230,2017,12,4,1.5 -40213230,2018,1,11,1.7272727272727273 -40213230,2018,2,3,1.6666666666666667 -40213230,2018,3,12,1.9166666666666667 -40213230,2018,4,6,2.1666666666666665 -40213230,2018,5,8,1.625 -40213230,2018,6,9,1.8888888888888888 -40213230,2018,7,11,2 -40213230,2018,8,5,1.6 -40213230,2018,9,7,1.5714285714285714 -40213230,2018,10,3,1.6666666666666667 -40213230,2018,11,6,2 -40213230,2018,12,7,1.8571428571428572 -40213230,2019,1,10,2.8 -40213230,2019,2,9,1.4444444444444444 -40213230,2019,3,8,1.5 -40213230,2019,4,7,4.428571428571429 -40213230,2019,5,8,1.625 -40213230,2019,6,10,1.6 -40213230,2019,7,9,1.8888888888888888 -40213230,2019,8,4,2 -40213230,2019,9,6,1.6666666666666667 -40213230,2019,10,11,1.7272727272727273 -40213230,2019,11,9,2.2222222222222223 -40213230,2019,12,8,2.375 -40213230,2020,1,9,2.3333333333333335 -40213230,2020,2,16,1.625 -40213230,2020,3,9,5.555555555555555 -40213230,2020,4,8,1.5 -40213230,2020,5,8,5.875 -40213230,2020,6,6,2.6666666666666665 -40213230,2020,7,11,1.6363636363636365 -40213230,2020,8,7,1.8571428571428572 -40213230,2020,9,5,1.6 -40213230,2020,10,5,2.2 -40213230,2020,11,7,1.5714285714285714 -40213230,2020,12,8,1.75 -40213230,2021,1,11,2.3636363636363638 -40213230,2021,2,10,3.3 -40213230,2021,3,11,2.090909090909091 -40213230,2021,4,13,1.8461538461538463 -40213230,2021,5,8,2.5 -40213230,2021,6,8,2.25 -40213230,2021,7,10,4.1 -40213230,2021,8,9,3.3333333333333335 -40213230,2021,9,11,2.1818181818181817 -40213230,2021,10,8,1.75 -40213230,2021,11,16,2.5625 -40213230,2021,12,11,3.1818181818181817 -40213230,2022,1,10,2 -40213230,2022,2,9,1.8888888888888888 -40213230,2022,3,8,1.5 -40213230,2022,4,10,2.1 -40213230,2022,5,10,1.8 -40213230,2022,6,7,1.1428571428571428 -40213230,2022,7,9,2.111111111111111 -40213230,2022,8,10,4.9 -40213230,2022,9,8,1.875 -40213230,2022,10,14,4.285714285714286 -40213230,2022,11,6,1.6666666666666667 -40213230,2022,12,12,2.3333333333333335 -40213230,2023,1,7,1.7142857142857142 -40213230,2023,2,11,3.272727272727273 -40213230,2023,3,12,3.4166666666666665 -40213230,2023,4,5,6.4 -40213230,2023,5,6,1.8333333333333333 -40213230,2023,6,6,1.6666666666666667 -40213251,1984,3,1,1 -40213251,1986,6,1,1 -40213251,1990,3,1,1 -40213251,1995,2,1,2 -40213251,1995,4,1,2 -40213251,1996,3,1,2 -40213251,2002,2,1,1 -40213251,2002,9,1,1 -40213251,2003,6,1,1 -40213251,2007,3,1,1 -40213251,2011,11,1,1 -40213251,2013,6,4,1.75 -40213251,2013,7,12,1.8333333333333333 -40213251,2013,8,20,2 -40213251,2013,9,20,1.7 -40213251,2013,10,21,1.8095238095238095 -40213251,2013,11,16,2.3125 -40213251,2013,12,23,3.347826086956522 -40213251,2014,1,17,1.8235294117647058 -40213251,2014,2,24,2.9583333333333335 -40213251,2014,3,17,3.4705882352941178 -40213251,2014,4,12,2.75 -40213251,2014,5,17,2.235294117647059 -40213251,2014,6,22,2.1363636363636362 -40213251,2014,7,14,2.0714285714285716 -40213251,2014,8,17,1.588235294117647 -40213251,2014,9,17,1.8235294117647058 -40213251,2014,10,15,1.6666666666666667 -40213251,2014,11,17,2.3529411764705883 -40213251,2014,12,17,2 -40213251,2015,1,19,2.789473684210526 -40213251,2015,2,16,1.9375 -40213251,2015,3,19,1.9473684210526316 -40213251,2015,4,20,3.75 -40213251,2015,5,13,2.6923076923076925 -40213251,2015,6,15,3.6666666666666665 -40213251,2015,7,17,4.764705882352941 -40213251,2015,8,23,2.347826086956522 -40213251,2015,9,14,1.9285714285714286 -40213251,2015,10,25,2.88 -40213251,2015,11,18,2.4444444444444446 -40213251,2015,12,23,2.0869565217391304 -40213251,2016,1,23,2.347826086956522 -40213251,2016,2,19,2.1578947368421053 -40213251,2016,3,19,2.210526315789474 -40213251,2016,4,16,1.75 -40213251,2016,5,19,2.4210526315789473 -40213251,2016,6,17,2.176470588235294 -40213251,2016,7,17,4.117647058823529 -40213251,2016,8,24,2.625 -40213251,2016,9,20,3.1 -40213251,2016,10,20,2.35 -40213251,2016,11,22,1.9545454545454546 -40213251,2016,12,17,2 -40213251,2017,1,21,2.7142857142857144 -40213251,2017,2,22,2.8181818181818183 -40213251,2017,3,20,3.95 -40213251,2017,4,14,1.7142857142857142 -40213251,2017,5,16,2 -40213251,2017,6,20,2 -40213251,2017,7,23,2.6956521739130435 -40213251,2017,8,15,2.2 -40213251,2017,9,18,3.5 -40213251,2017,10,8,2 -40213251,2017,11,22,2.6363636363636362 -40213251,2017,12,25,2.76 -40213251,2018,1,16,1.8125 -40213251,2018,2,19,2 -40213251,2018,3,23,2.0434782608695654 -40213251,2018,4,19,2.210526315789474 -40213251,2018,5,23,2.217391304347826 -40213251,2018,6,19,1.9473684210526316 -40213251,2018,7,13,2.230769230769231 -40213251,2018,8,18,2.9444444444444446 -40213251,2018,9,9,2.2222222222222223 -40213251,2018,10,18,1.8333333333333333 -40213251,2018,11,15,1.7333333333333334 -40213251,2018,12,16,1.9375 -40213251,2019,1,18,3.5 -40213251,2019,2,13,2.076923076923077 -40213251,2019,3,21,2.0952380952380953 -40213251,2019,4,17,3.6470588235294117 -40213251,2019,5,17,2.9411764705882355 -40213251,2019,6,13,2.1538461538461537 -40213251,2019,7,18,2.0555555555555554 -40213251,2019,8,20,2.25 -40213251,2019,9,14,2.142857142857143 -40213251,2019,10,18,2.5 -40213251,2019,11,26,2.1153846153846154 -40213251,2019,12,20,2.05 -40213251,2020,1,13,1.6923076923076923 -40213251,2020,2,21,2.5238095238095237 -40213251,2020,3,25,2.28 -40213251,2020,4,20,2.3 -40213251,2020,5,17,2.235294117647059 -40213251,2020,6,17,2.0588235294117645 -40213251,2020,7,23,2.217391304347826 -40213251,2020,8,16,1.8125 -40213251,2020,9,12,2 -40213251,2020,10,22,1.8636363636363635 -40213251,2020,11,25,2 -40213251,2020,12,17,3.5294117647058822 -40213251,2021,1,22,1.7727272727272727 -40213251,2021,2,8,1.875 -40213251,2021,3,17,2.176470588235294 -40213251,2021,4,20,3.1 -40213251,2021,5,19,2.473684210526316 -40213251,2021,6,13,1.9230769230769231 -40213251,2021,7,16,3.375 -40213251,2021,8,17,2.764705882352941 -40213251,2021,9,23,3.5217391304347827 -40213251,2021,10,21,1.8571428571428572 -40213251,2021,11,23,2.5217391304347827 -40213251,2021,12,24,2.375 -40213251,2022,1,17,2.176470588235294 -40213251,2022,2,12,2 -40213251,2022,3,17,2.8823529411764706 -40213251,2022,4,21,2.238095238095238 -40213251,2022,5,15,2.6666666666666665 -40213251,2022,6,11,2.5454545454545454 -40213251,2022,7,16,1.75 -40213251,2022,8,27,1.9259259259259258 -40213251,2022,9,17,1.588235294117647 -40213251,2022,10,14,2.142857142857143 -40213251,2022,11,18,1.7222222222222223 -40213251,2022,12,20,1.9 -40213251,2023,1,20,1.7 -40213251,2023,2,13,2.3846153846153846 -40213251,2023,3,15,2 -40213251,2023,4,24,1.875 -40213251,2023,5,14,1.5714285714285714 -40213251,2023,6,11,1.6363636363636365 -40213260,2006,1,1,2 -40213260,2006,2,1,4 -40213260,2006,4,1,2 -40213260,2006,7,1,2 -40213260,2006,8,1,3 -40213260,2006,10,2,1.5 -40213260,2007,1,3,3 -40213260,2007,2,1,2 -40213260,2007,4,1,2 -40213260,2007,7,2,1.5 -40213260,2007,10,1,2 -40213260,2008,7,1,1 -40213260,2009,2,1,1 -40213260,2010,2,1,1 -40213260,2010,4,1,1 -40213260,2010,5,1,2 -40213260,2010,7,1,2 -40213260,2011,1,1,2 -40213260,2011,5,1,2 -40213260,2012,1,1,2 -40213260,2013,6,5,1.6 -40213260,2013,7,21,2.0476190476190474 -40213260,2013,8,11,1.9090909090909092 -40213260,2013,9,13,2.3846153846153846 -40213260,2013,10,18,2 -40213260,2013,11,8,2.125 -40213260,2013,12,23,2.4782608695652173 -40213260,2014,1,22,1.9545454545454546 -40213260,2014,2,16,1.6875 -40213260,2014,3,17,2.3529411764705883 -40213260,2014,4,21,1.5714285714285714 -40213260,2014,5,15,2.7333333333333334 -40213260,2014,6,21,2.238095238095238 -40213260,2014,7,17,1.6470588235294117 -40213260,2014,8,14,2.5714285714285716 -40213260,2014,9,13,1.9230769230769231 -40213260,2014,10,16,2.375 -40213260,2014,11,8,1.875 -40213260,2014,12,20,2.5 -40213260,2015,1,16,1.875 -40213260,2015,2,16,3.0625 -40213260,2015,3,19,1.4736842105263157 -40213260,2015,4,22,2.6363636363636362 -40213260,2015,5,15,2.3333333333333335 -40213260,2015,6,20,2.05 -40213260,2015,7,21,2.142857142857143 -40213260,2015,8,21,2.3333333333333335 -40213260,2015,9,20,1.8 -40213260,2015,10,12,2.75 -40213260,2015,11,5,1.6 -40213260,2015,12,13,1.4615384615384615 -40213260,2016,1,17,1.9411764705882353 -40213260,2016,2,15,3.466666666666667 -40213260,2016,3,15,2.2666666666666666 -40213260,2016,4,10,3.9 -40213260,2016,5,14,4.142857142857143 -40213260,2016,6,17,2.0588235294117645 -40213260,2016,7,20,2.7 -40213260,2016,8,16,2.75 -40213260,2016,9,23,2.217391304347826 -40213260,2016,10,15,2.3333333333333335 -40213260,2016,11,10,2 -40213260,2016,12,15,1.7333333333333334 -40213260,2017,1,25,1.64 -40213260,2017,2,19,2.8947368421052633 -40213260,2017,3,10,3 -40213260,2017,4,13,1.5384615384615385 -40213260,2017,5,16,1.8125 -40213260,2017,6,16,4 -40213260,2017,7,14,1.8571428571428572 -40213260,2017,8,23,3.1739130434782608 -40213260,2017,9,16,2.625 -40213260,2017,10,13,2.8461538461538463 -40213260,2017,11,11,1.8181818181818181 -40213260,2017,12,14,2.142857142857143 -40213260,2018,1,20,1.95 -40213260,2018,2,20,2.15 -40213260,2018,3,18,2 -40213260,2018,4,20,1.9 -40213260,2018,5,15,2 -40213260,2018,6,22,1.6363636363636365 -40213260,2018,7,17,2.235294117647059 -40213260,2018,8,27,2.185185185185185 -40213260,2018,9,19,3.4210526315789473 -40213260,2018,10,10,3.4 -40213260,2018,11,14,3.5714285714285716 -40213260,2018,12,11,2 -40213260,2019,1,11,2.272727272727273 -40213260,2019,2,20,1.95 -40213260,2019,3,16,1.8125 -40213260,2019,4,18,1.9444444444444444 -40213260,2019,5,14,2 -40213260,2019,6,18,1.7222222222222223 -40213260,2019,7,26,2.0384615384615383 -40213260,2019,8,20,2.5 -40213260,2019,9,19,3.5789473684210527 -40213260,2019,10,20,2.3 -40213260,2019,11,10,4.5 -40213260,2019,12,12,4.25 -40213260,2020,1,10,1.8 -40213260,2020,2,16,2.125 -40213260,2020,3,11,1.7272727272727273 -40213260,2020,4,15,1.9333333333333333 -40213260,2020,5,12,1.75 -40213260,2020,6,14,1.8571428571428572 -40213260,2020,7,15,2.066666666666667 -40213260,2020,8,19,2.263157894736842 -40213260,2020,9,14,3.7142857142857144 -40213260,2020,10,22,2 -40213260,2020,11,11,4.454545454545454 -40213260,2020,12,10,5.2 -40213260,2021,1,15,2.4 -40213260,2021,2,16,2.125 -40213260,2021,3,12,1.75 -40213260,2021,4,11,1.7272727272727273 -40213260,2021,5,13,2 -40213260,2021,6,15,1.6 -40213260,2021,7,14,1.6428571428571428 -40213260,2021,8,20,1.8 -40213260,2021,9,15,4.666666666666667 -40213260,2021,10,19,1.7894736842105263 -40213260,2021,11,15,3.2 -40213260,2021,12,11,2.1818181818181817 -40213260,2022,1,15,2.466666666666667 -40213260,2022,2,15,2 -40213260,2022,3,16,3.3125 -40213260,2022,4,14,2.142857142857143 -40213260,2022,5,13,1.6923076923076923 -40213260,2022,6,14,2.357142857142857 -40213260,2022,7,20,1.6 -40213260,2022,8,18,2.1666666666666665 -40213260,2022,9,20,3.2 -40213260,2022,10,16,2.75 -40213260,2022,11,12,1.75 -40213260,2022,12,9,1.6666666666666667 -40213260,2023,1,8,1.875 -40213260,2023,2,17,1.7058823529411764 -40213260,2023,3,20,2.9 -40213260,2023,4,9,2.111111111111111 -40213260,2023,5,12,2.25 -40213260,2023,6,10,3.9 -40213281,1997,2,2,1.5 -40213281,1997,4,1,2 -40213281,2001,10,1,1 -40213281,2001,12,1,1 -40213281,2002,2,1,1 -40213281,2002,3,1,1 -40213281,2002,7,1,1 -40213281,2002,9,1,1 -40213281,2002,12,2,1 -40213281,2003,9,1,1 -40213281,2007,3,1,1 -40213281,2010,12,1,1 -40213281,2011,2,1,1 -40213281,2011,5,1,1 -40213281,2012,2,1,1 -40213281,2013,6,17,1.8823529411764706 -40213281,2013,7,40,2.525 -40213281,2013,8,52,2.7884615384615383 -40213281,2013,9,45,2.022222222222222 -40213281,2013,10,37,1.972972972972973 -40213281,2013,11,51,2.0392156862745097 -40213281,2013,12,54,2.1296296296296298 -40213281,2014,1,49,1.7755102040816326 -40213281,2014,2,45,2.6 -40213281,2014,3,40,3.1 -40213281,2014,4,35,2.4571428571428573 -40213281,2014,5,46,2.652173913043478 -40213281,2014,6,35,2.1714285714285713 -40213281,2014,7,41,2.8048780487804876 -40213281,2014,8,33,3.1818181818181817 -40213281,2014,9,43,2.5348837209302326 -40213281,2014,10,40,3.475 -40213281,2014,11,38,2.5526315789473686 -40213281,2014,12,48,2.1041666666666665 -40213281,2015,1,40,3.4 -40213281,2015,2,52,2.4423076923076925 -40213281,2015,3,51,2.1372549019607843 -40213281,2015,4,43,2.558139534883721 -40213281,2015,5,46,2.152173913043478 -40213281,2015,6,45,2.977777777777778 -40213281,2015,7,50,3.12 -40213281,2015,8,48,2.5833333333333335 -40213281,2015,9,49,2.2653061224489797 -40213281,2015,10,46,3.217391304347826 -40213281,2015,11,58,2.706896551724138 -40213281,2015,12,48,1.9583333333333333 -40213281,2016,1,43,2.5348837209302326 -40213281,2016,2,49,2.020408163265306 -40213281,2016,3,52,2.173076923076923 -40213281,2016,4,60,2.5166666666666666 -40213281,2016,5,50,1.88 -40213281,2016,6,39,2.5384615384615383 -40213281,2016,7,47,2.6382978723404253 -40213281,2016,8,50,2.88 -40213281,2016,9,50,2.86 -40213281,2016,10,37,2.5945945945945947 -40213281,2016,11,41,2.1707317073170733 -40213281,2016,12,42,2.357142857142857 -40213281,2017,1,54,3.0925925925925926 -40213281,2017,2,45,2.6222222222222222 -40213281,2017,3,45,2.7333333333333334 -40213281,2017,4,38,1.894736842105263 -40213281,2017,5,60,2.216666666666667 -40213281,2017,6,56,2.6964285714285716 -40213281,2017,7,57,1.8771929824561404 -40213281,2017,8,38,2.1578947368421053 -40213281,2017,9,51,2.8627450980392157 -40213281,2017,10,38,2.736842105263158 -40213281,2017,11,40,2.55 -40213281,2017,12,39,2.076923076923077 -40213281,2018,1,33,1.7878787878787878 -40213281,2018,2,43,2.697674418604651 -40213281,2018,3,47,2.234042553191489 -40213281,2018,4,43,1.930232558139535 -40213281,2018,5,57,1.5789473684210527 -40213281,2018,6,49,2.0408163265306123 -40213281,2018,7,42,1.7380952380952381 -40213281,2018,8,51,2.215686274509804 -40213281,2018,9,42,1.9285714285714286 -40213281,2018,10,43,1.9767441860465116 -40213281,2018,11,36,2.6944444444444446 -40213281,2018,12,34,1.8235294117647058 -40213281,2019,1,44,2.522727272727273 -40213281,2019,2,38,2 -40213281,2019,3,46,1.8695652173913044 -40213281,2019,4,38,2.789473684210526 -40213281,2019,5,58,1.9137931034482758 -40213281,2019,6,47,2.127659574468085 -40213281,2019,7,44,1.8636363636363635 -40213281,2019,8,42,2.2857142857142856 -40213281,2019,9,45,2.1555555555555554 -40213281,2019,10,52,1.9423076923076923 -40213281,2019,11,44,2.0681818181818183 -40213281,2019,12,36,1.9166666666666667 -40213281,2020,1,39,2.1538461538461537 -40213281,2020,2,51,2.0784313725490198 -40213281,2020,3,36,2.3055555555555554 -40213281,2020,4,44,1.9090909090909092 -40213281,2020,5,50,2.08 -40213281,2020,6,49,2.489795918367347 -40213281,2020,7,58,2.0689655172413794 -40213281,2020,8,42,2.642857142857143 -40213281,2020,9,38,2.026315789473684 -40213281,2020,10,49,2.816326530612245 -40213281,2020,11,51,2.1176470588235294 -40213281,2020,12,45,3.088888888888889 -40213281,2021,1,57,2.508771929824561 -40213281,2021,2,39,2.3846153846153846 -40213281,2021,3,42,3.0238095238095237 -40213281,2021,4,43,2.558139534883721 -40213281,2021,5,40,2.525 -40213281,2021,6,37,2.2162162162162162 -40213281,2021,7,44,2.159090909090909 -40213281,2021,8,45,2.3333333333333335 -40213281,2021,9,51,2.4901960784313726 -40213281,2021,10,55,2.327272727272727 -40213281,2021,11,46,1.9565217391304348 -40213281,2021,12,45,2.422222222222222 -40213281,2022,1,50,1.96 -40213281,2022,2,49,2.4081632653061225 -40213281,2022,3,44,2.4545454545454546 -40213281,2022,4,40,2.125 -40213281,2022,5,37,2.5135135135135136 -40213281,2022,6,37,1.864864864864865 -40213281,2022,7,49,2.061224489795918 -40213281,2022,8,39,1.6666666666666667 -40213281,2022,9,40,1.8 -40213281,2022,10,44,2.1818181818181817 -40213281,2022,11,47,1.702127659574468 -40213281,2022,12,42,1.9285714285714286 -40213281,2023,1,41,2.1707317073170733 -40213281,2023,2,29,2.793103448275862 -40213281,2023,3,38,2.0789473684210527 -40213281,2023,4,43,2.2093023255813953 -40213281,2023,5,36,2.6944444444444446 -40213281,2023,6,18,1.7222222222222223 -40213296,1996,4,1,1 -40213296,1996,6,1,1 -40213296,1996,7,1,2 -40213296,1996,9,1,2 -40213296,1997,2,1,2 -40213296,1997,3,1,2 -40213296,1997,4,1,1 -40213296,1997,7,1,2 -40213296,1998,3,2,2.5 -40213296,1998,9,1,2 -40213296,2000,2,1,2 -40213296,2000,3,1,3 -40213296,2000,12,1,1 -40213296,2001,2,1,2 -40213296,2001,11,1,2 -40213296,2002,7,1,2 -40213296,2002,11,1,2 -40213296,2003,6,1,1 -40213296,2003,10,1,2 -40213296,2004,6,1,1 -40213296,2005,10,1,2 -40213296,2007,2,1,2 -40213296,2008,3,1,2 -40213296,2009,7,1,3 -40213296,2010,8,1,1 -40213296,2011,2,1,1 -40213296,2012,3,1,1 -40213296,2013,2,1,1 -40213296,2013,3,1,1 -40213296,2013,6,8,2.125 -40213296,2013,7,15,1.8 -40213296,2013,8,23,1.6956521739130435 -40213296,2013,9,16,2.625 -40213296,2013,10,20,2.2 -40213296,2013,11,16,2 -40213296,2013,12,16,1.5 -40213296,2014,1,11,2.5454545454545454 -40213296,2014,2,15,1.6666666666666667 -40213296,2014,3,24,3.4583333333333335 -40213296,2014,4,9,2 -40213296,2014,5,20,2.45 -40213296,2014,6,19,2.8421052631578947 -40213296,2014,7,15,1.6666666666666667 -40213296,2014,8,21,1.9047619047619047 -40213296,2014,9,25,3.04 -40213296,2014,10,11,2 -40213296,2014,11,12,2.9166666666666665 -40213296,2014,12,6,1.6666666666666667 -40213296,2015,1,14,3.0714285714285716 -40213296,2015,2,12,1.6666666666666667 -40213296,2015,3,17,1.7058823529411764 -40213296,2015,4,16,2.1875 -40213296,2015,5,18,1.3888888888888888 -40213296,2015,6,20,3.35 -40213296,2015,7,12,2.0833333333333335 -40213296,2015,8,20,1.75 -40213296,2015,9,16,1.75 -40213296,2015,10,18,1.8888888888888888 -40213296,2015,11,15,2.1333333333333333 -40213296,2015,12,15,1.7333333333333334 -40213296,2016,1,11,2.3636363636363638 -40213296,2016,2,19,1.7894736842105263 -40213296,2016,3,24,2.5833333333333335 -40213296,2016,4,9,1.7777777777777777 -40213296,2016,5,24,2.0416666666666665 -40213296,2016,6,16,2.8125 -40213296,2016,7,19,1.6842105263157894 -40213296,2016,8,22,1.7727272727272727 -40213296,2016,9,22,2.909090909090909 -40213296,2016,10,15,3.2 -40213296,2016,11,16,1.875 -40213296,2016,12,10,2.2 -40213296,2017,1,20,2.95 -40213296,2017,2,18,1.6666666666666667 -40213296,2017,3,21,1.7619047619047619 -40213296,2017,4,21,2.761904761904762 -40213296,2017,5,17,1.4705882352941178 -40213296,2017,6,19,2.526315789473684 -40213296,2017,7,11,1.5454545454545454 -40213296,2017,8,15,1.8 -40213296,2017,9,15,2.066666666666667 -40213296,2017,10,16,2.3125 -40213296,2017,11,17,2.9411764705882355 -40213296,2017,12,15,1.8666666666666667 -40213296,2018,1,16,1.9375 -40213296,2018,2,13,2.3076923076923075 -40213296,2018,3,15,2.2 -40213296,2018,4,14,1.7142857142857142 -40213296,2018,5,23,2.1739130434782608 -40213296,2018,6,14,3.4285714285714284 -40213296,2018,7,15,1.8 -40213296,2018,8,19,2.263157894736842 -40213296,2018,9,21,2.4285714285714284 -40213296,2018,10,16,2.4375 -40213296,2018,11,23,2.782608695652174 -40213296,2018,12,18,2.2222222222222223 -40213296,2019,1,14,2.142857142857143 -40213296,2019,2,17,2.1176470588235294 -40213296,2019,3,18,1.8888888888888888 -40213296,2019,4,17,2.2941176470588234 -40213296,2019,5,16,2.0625 -40213296,2019,6,7,2 -40213296,2019,7,16,1.9375 -40213296,2019,8,13,2 -40213296,2019,9,17,2.2941176470588234 -40213296,2019,10,9,1.7777777777777777 -40213296,2019,11,17,3.2941176470588234 -40213296,2019,12,17,1.8823529411764706 -40213296,2020,1,14,2.2142857142857144 -40213296,2020,2,13,2.5384615384615383 -40213296,2020,3,15,1.9333333333333333 -40213296,2020,4,16,1.9375 -40213296,2020,5,13,2.769230769230769 -40213296,2020,6,16,2.875 -40213296,2020,7,14,1.6428571428571428 -40213296,2020,8,19,2.6842105263157894 -40213296,2020,9,20,2.3 -40213296,2020,10,16,2.3125 -40213296,2020,11,25,1.8 -40213296,2020,12,13,2 -40213296,2021,1,14,1.9285714285714286 -40213296,2021,2,11,2.4545454545454546 -40213296,2021,3,13,2.1538461538461537 -40213296,2021,4,12,2 -40213296,2021,5,11,4.636363636363637 -40213296,2021,6,13,2.1538461538461537 -40213296,2021,7,13,1.7692307692307692 -40213296,2021,8,15,4.133333333333334 -40213296,2021,9,19,2.1578947368421053 -40213296,2021,10,13,1.9230769230769231 -40213296,2021,11,22,3.409090909090909 -40213296,2021,12,10,2 -40213296,2022,1,14,2.142857142857143 -40213296,2022,2,14,2.2857142857142856 -40213296,2022,3,24,2.5416666666666665 -40213296,2022,4,20,2.6 -40213296,2022,5,10,1.4 -40213296,2022,6,20,1.65 -40213296,2022,7,19,1.8421052631578947 -40213296,2022,8,14,2.2857142857142856 -40213296,2022,9,15,5.133333333333334 -40213296,2022,10,14,2 -40213296,2022,11,21,2.6666666666666665 -40213296,2022,12,12,1.9166666666666667 -40213296,2023,1,16,1.625 -40213296,2023,2,13,2.3076923076923075 -40213296,2023,3,15,2.2 -40213296,2023,4,21,3.0476190476190474 -40213296,2023,5,9,5.777777777777778 -40213296,2023,6,10,4 -40213299,1995,2,1,2 -40213299,1995,3,1,2 -40213299,1995,4,1,2 -40213299,1996,3,1,2 -40213299,1996,7,1,2 -40213299,1999,8,1,1 -40213299,2002,9,1,1 -40213299,2003,6,1,1 -40213299,2003,12,1,1 -40213299,2004,8,1,1 -40213299,2011,11,1,1 -40213299,2013,2,1,1 -40213299,2013,6,10,1.6 -40213299,2013,7,14,2 -40213299,2013,8,20,2 -40213299,2013,9,19,1.8421052631578947 -40213299,2013,10,24,1.5416666666666667 -40213299,2013,11,15,2.066666666666667 -40213299,2013,12,19,3.473684210526316 -40213299,2014,1,15,4 -40213299,2014,2,20,2.45 -40213299,2014,3,24,2.9583333333333335 -40213299,2014,4,9,1.6666666666666667 -40213299,2014,5,24,2.3333333333333335 -40213299,2014,6,19,2.263157894736842 -40213299,2014,7,20,2.75 -40213299,2014,8,24,3.5416666666666665 -40213299,2014,9,14,1.6428571428571428 -40213299,2014,10,15,1.8666666666666667 -40213299,2014,11,20,2.35 -40213299,2014,12,19,1.6842105263157894 -40213299,2015,1,22,1.7727272727272727 -40213299,2015,2,11,2.090909090909091 -40213299,2015,3,18,3.7222222222222223 -40213299,2015,4,17,3.823529411764706 -40213299,2015,5,15,2.4 -40213299,2015,6,18,2.388888888888889 -40213299,2015,7,12,4.416666666666667 -40213299,2015,8,23,2.652173913043478 -40213299,2015,9,18,2.5555555555555554 -40213299,2015,10,13,2.3846153846153846 -40213299,2015,11,22,1.9090909090909092 -40213299,2015,12,20,2.05 -40213299,2016,1,22,2.3181818181818183 -40213299,2016,2,21,2.4761904761904763 -40213299,2016,3,17,2.1176470588235294 -40213299,2016,4,13,2.076923076923077 -40213299,2016,5,18,2.5555555555555554 -40213299,2016,6,16,2.25 -40213299,2016,7,18,4.055555555555555 -40213299,2016,8,19,2.5789473684210527 -40213299,2016,9,15,2.4 -40213299,2016,10,22,3.8181818181818183 -40213299,2016,11,19,2.3157894736842106 -40213299,2016,12,16,2.125 -40213299,2017,1,15,2.466666666666667 -40213299,2017,2,25,2.16 -40213299,2017,3,22,3.0454545454545454 -40213299,2017,4,22,2.1363636363636362 -40213299,2017,5,16,2.1875 -40213299,2017,6,19,2.3157894736842106 -40213299,2017,7,15,3.466666666666667 -40213299,2017,8,19,2.736842105263158 -40213299,2017,9,17,2 -40213299,2017,10,8,2.75 -40213299,2017,11,26,2.730769230769231 -40213299,2017,12,23,2.782608695652174 -40213299,2018,1,24,2.3333333333333335 -40213299,2018,2,18,1.4444444444444444 -40213299,2018,3,22,2 -40213299,2018,4,19,2 -40213299,2018,5,24,2.4583333333333335 -40213299,2018,6,22,2.8181818181818183 -40213299,2018,7,15,2.1333333333333333 -40213299,2018,8,14,2.857142857142857 -40213299,2018,9,12,2.4166666666666665 -40213299,2018,10,17,3 -40213299,2018,11,15,2 -40213299,2018,12,16,1.6875 -40213299,2019,1,11,1.7272727272727273 -40213299,2019,2,20,2.3 -40213299,2019,3,26,2.6153846153846154 -40213299,2019,4,20,1.75 -40213299,2019,5,19,2.263157894736842 -40213299,2019,6,17,1.7647058823529411 -40213299,2019,7,24,1.8333333333333333 -40213299,2019,8,19,2.4210526315789473 -40213299,2019,9,15,2.2666666666666666 -40213299,2019,10,8,2.375 -40213299,2019,11,23,2.4782608695652173 -40213299,2019,12,15,1.9333333333333333 -40213299,2020,1,13,1.4615384615384615 -40213299,2020,2,18,1.8888888888888888 -40213299,2020,3,24,2.0416666666666665 -40213299,2020,4,20,1.8 -40213299,2020,5,19,1.5789473684210527 -40213299,2020,6,15,1.9333333333333333 -40213299,2020,7,19,1.631578947368421 -40213299,2020,8,16,2.6875 -40213299,2020,9,12,1.5833333333333333 -40213299,2020,10,23,1.7391304347826086 -40213299,2020,11,20,1.85 -40213299,2020,12,9,3 -40213299,2021,1,19,2.0526315789473686 -40213299,2021,2,15,1.7333333333333334 -40213299,2021,3,16,1.9375 -40213299,2021,4,19,1.7894736842105263 -40213299,2021,5,23,2.260869565217391 -40213299,2021,6,21,2.1904761904761907 -40213299,2021,7,25,2.96 -40213299,2021,8,11,1.8181818181818181 -40213299,2021,9,18,2.9444444444444446 -40213299,2021,10,18,1.7777777777777777 -40213299,2021,11,20,2.9 -40213299,2021,12,15,2.6 -40213299,2022,1,19,2 -40213299,2022,2,14,1.9285714285714286 -40213299,2022,3,14,2.9285714285714284 -40213299,2022,4,23,1.9130434782608696 -40213299,2022,5,12,1.75 -40213299,2022,6,15,2.2666666666666666 -40213299,2022,7,21,1.9523809523809523 -40213299,2022,8,29,2.2758620689655173 -40213299,2022,9,16,1.75 -40213299,2022,10,19,3.5789473684210527 -40213299,2022,11,13,2.230769230769231 -40213299,2022,12,18,2.8333333333333335 -40213299,2023,1,20,1.8 -40213299,2023,2,19,2.9473684210526314 -40213299,2023,3,21,2.3333333333333335 -40213299,2023,4,17,2.235294117647059 -40213299,2023,5,12,1.5833333333333333 -40213299,2023,6,8,1.5 -40213304,1985,3,1,1 -40213304,1985,5,1,1 -40213304,1985,12,1,1 -40213304,1994,1,1,2 -40213304,1994,3,1,2 -40213304,1994,10,1,2 -40213304,2001,6,1,1 -40213304,2001,8,1,1 -40213304,2002,3,2,1 -40213304,2002,4,1,1 -40213304,2002,12,1,1 -40213304,2010,9,1,1 -40213304,2010,10,1,1 -40213304,2011,5,1,1 -40213304,2013,6,10,2.4 -40213304,2013,7,25,1.56 -40213304,2013,8,26,1.8461538461538463 -40213304,2013,9,29,2.206896551724138 -40213304,2013,10,20,2.15 -40213304,2013,11,27,2.111111111111111 -40213304,2013,12,25,2.24 -40213304,2014,1,20,2.1 -40213304,2014,2,28,2.9642857142857144 -40213304,2014,3,28,3.357142857142857 -40213304,2014,4,19,2.3157894736842106 -40213304,2014,5,25,3.48 -40213304,2014,6,21,4 -40213304,2014,7,26,2.5 -40213304,2014,8,17,2.176470588235294 -40213304,2014,9,26,2.3846153846153846 -40213304,2014,10,37,3.081081081081081 -40213304,2014,11,23,2.869565217391304 -40213304,2014,12,32,2.46875 -40213304,2015,1,30,3.3666666666666667 -40213304,2015,2,23,3 -40213304,2015,3,25,2.08 -40213304,2015,4,29,2.689655172413793 -40213304,2015,5,29,2.413793103448276 -40213304,2015,6,27,2.5925925925925926 -40213304,2015,7,40,2.3 -40213304,2015,8,35,2.4857142857142858 -40213304,2015,9,31,2.3548387096774195 -40213304,2015,10,23,1.826086956521739 -40213304,2015,11,33,2.4545454545454546 -40213304,2015,12,34,2.6470588235294117 -40213304,2016,1,29,2.206896551724138 -40213304,2016,2,34,2.4705882352941178 -40213304,2016,3,25,1.96 -40213304,2016,4,26,2.3461538461538463 -40213304,2016,5,28,2.7142857142857144 -40213304,2016,6,23,3.130434782608696 -40213304,2016,7,22,2 -40213304,2016,8,26,1.9615384615384615 -40213304,2016,9,27,3.4444444444444446 -40213304,2016,10,30,2.6333333333333333 -40213304,2016,11,32,2.40625 -40213304,2016,12,31,1.8387096774193548 -40213304,2017,1,31,2.5161290322580645 -40213304,2017,2,27,1.962962962962963 -40213304,2017,3,25,2.24 -40213304,2017,4,26,2.6153846153846154 -40213304,2017,5,27,3.2962962962962963 -40213304,2017,6,24,3.2916666666666665 -40213304,2017,7,24,1.9166666666666667 -40213304,2017,8,25,1.72 -40213304,2017,9,24,1.75 -40213304,2017,10,31,1.7419354838709677 -40213304,2017,11,27,2.074074074074074 -40213304,2017,12,27,1.7777777777777777 -40213304,2018,1,30,1.9 -40213304,2018,2,27,2.5925925925925926 -40213304,2018,3,21,2.4285714285714284 -40213304,2018,4,25,1.92 -40213304,2018,5,30,1.7666666666666666 -40213304,2018,6,25,1.6 -40213304,2018,7,20,1.75 -40213304,2018,8,24,1.75 -40213304,2018,9,28,2 -40213304,2018,10,31,1.6774193548387097 -40213304,2018,11,24,2.125 -40213304,2018,12,27,1.8888888888888888 -40213304,2019,1,35,1.8857142857142857 -40213304,2019,2,32,2.125 -40213304,2019,3,23,1.8695652173913044 -40213304,2019,4,17,2 -40213304,2019,5,30,1.7 -40213304,2019,6,24,1.9166666666666667 -40213304,2019,7,23,1.7826086956521738 -40213304,2019,8,24,1.75 -40213304,2019,9,37,2.27027027027027 -40213304,2019,10,34,2.2058823529411766 -40213304,2019,11,17,1.8823529411764706 -40213304,2019,12,21,1.8571428571428572 -40213304,2020,1,26,1.9230769230769231 -40213304,2020,2,23,2 -40213304,2020,3,28,2.2857142857142856 -40213304,2020,4,33,2.8484848484848486 -40213304,2020,5,30,1.8666666666666667 -40213304,2020,6,22,3.6363636363636362 -40213304,2020,7,27,2.5185185185185186 -40213304,2020,8,27,2.7777777777777777 -40213304,2020,9,28,2.4642857142857144 -40213304,2020,10,35,2.6857142857142855 -40213304,2020,11,29,2.793103448275862 -40213304,2020,12,22,2.090909090909091 -40213304,2021,1,22,3.3636363636363638 -40213304,2021,2,25,2.04 -40213304,2021,3,32,2.46875 -40213304,2021,4,25,2.08 -40213304,2021,5,33,2.6363636363636362 -40213304,2021,6,34,2.1470588235294117 -40213304,2021,7,29,2.103448275862069 -40213304,2021,8,20,2.05 -40213304,2021,9,22,2.5454545454545454 -40213304,2021,10,30,2.033333333333333 -40213304,2021,11,22,1.5454545454545454 -40213304,2021,12,25,2.16 -40213304,2022,1,27,1.8888888888888888 -40213304,2022,2,35,1.9142857142857144 -40213304,2022,3,28,1.6785714285714286 -40213304,2022,4,24,2.3333333333333335 -40213304,2022,5,22,2.4545454545454546 -40213304,2022,6,21,1.6666666666666667 -40213304,2022,7,22,2 -40213304,2022,8,25,2.16 -40213304,2022,9,20,1.6 -40213304,2022,10,24,1.875 -40213304,2022,11,25,2.6 -40213304,2022,12,24,2.6666666666666665 -40213304,2023,1,20,3.35 -40213304,2023,2,17,2.0588235294117645 -40213304,2023,3,32,2.9375 -40213304,2023,4,23,1.9130434782608696 -40213304,2023,5,19,2.210526315789474 -40213304,2023,6,8,1.375 -40213306,1982,3,1,1 -40213306,1986,4,1,24 -40213306,1987,4,1,24 -40213306,1988,5,1,24 -40213306,1990,1,1,4 -40213306,1990,6,1,2 -40213306,1991,2,1,4 -40213306,1991,5,1,5 -40213306,1992,5,1,5 -40213306,1993,5,1,5 -40213306,1994,4,1,2 -40213306,1995,4,1,2 -40213306,1996,4,1,2 -40213306,1996,5,1,2 -40213306,2000,9,1,7 -40213306,2001,4,1,1 -40213306,2001,9,1,7 -40213306,2002,4,1,1 -40213306,2004,4,1,1 -40213306,2004,10,1,2 -40213306,2005,4,1,1 -40213306,2006,4,1,1 -40213306,2006,9,1,2 -40213306,2009,7,1,1 -40213306,2010,7,1,1 -40213306,2011,8,1,1 -40213306,2011,10,1,2 -40213306,2012,10,1,2 -40213306,2013,6,5,1.6 -40213306,2013,7,11,3 -40213306,2013,8,8,1.75 -40213306,2013,9,8,3.125 -40213306,2013,10,8,1.625 -40213306,2013,11,8,1.5 -40213306,2013,12,10,2.1 -40213306,2014,1,5,1.8 -40213306,2014,2,7,1.5714285714285714 -40213306,2014,3,9,1.4444444444444444 -40213306,2014,4,3,2.3333333333333335 -40213306,2014,5,6,3.3333333333333335 -40213306,2014,6,5,1.2 -40213306,2014,7,8,1.875 -40213306,2014,8,6,1.3333333333333333 -40213306,2014,9,10,2.3 -40213306,2014,10,8,2 -40213306,2014,11,9,2 -40213306,2014,12,5,3 -40213306,2015,1,13,1.6923076923076923 -40213306,2015,2,11,2.090909090909091 -40213306,2015,3,14,1.8571428571428572 -40213306,2015,4,13,3 -40213306,2015,5,9,1.4444444444444444 -40213306,2015,6,11,1.7272727272727273 -40213306,2015,7,6,1.8333333333333333 -40213306,2015,8,13,1.5384615384615385 -40213306,2015,9,7,1.8571428571428572 -40213306,2015,10,7,1.8571428571428572 -40213306,2015,11,9,1.6666666666666667 -40213306,2015,12,15,2.2666666666666666 -40213306,2016,1,15,2.1333333333333333 -40213306,2016,2,4,2.25 -40213306,2016,3,6,3.3333333333333335 -40213306,2016,4,14,1.8571428571428572 -40213306,2016,5,8,2.5 -40213306,2016,6,4,2 -40213306,2016,7,9,1.8888888888888888 -40213306,2016,8,9,2 -40213306,2016,9,9,1.7777777777777777 -40213306,2016,10,9,4.222222222222222 -40213306,2016,11,10,2.1 -40213306,2016,12,12,2.9166666666666665 -40213306,2017,1,13,5.153846153846154 -40213306,2017,2,10,5.3 -40213306,2017,3,8,4.375 -40213306,2017,4,10,2.4 -40213306,2017,5,4,1.5 -40213306,2017,6,8,2.875 -40213306,2017,7,14,2.2857142857142856 -40213306,2017,8,12,2.3333333333333335 -40213306,2017,9,14,2 -40213306,2017,10,8,1.625 -40213306,2017,11,8,3.875 -40213306,2017,12,6,5.166666666666667 -40213306,2018,1,7,2.7142857142857144 -40213306,2018,2,13,3.5384615384615383 -40213306,2018,3,8,1.75 -40213306,2018,4,7,1.8571428571428572 -40213306,2018,5,5,2.2 -40213306,2018,6,10,2.1 -40213306,2018,7,7,1.7142857142857142 -40213306,2018,8,9,1.7777777777777777 -40213306,2018,9,8,3 -40213306,2018,10,19,2.1052631578947367 -40213306,2018,11,13,4.153846153846154 -40213306,2018,12,10,3 -40213306,2019,1,13,2 -40213306,2019,2,6,2 -40213306,2019,3,10,4.3 -40213306,2019,4,3,1.6666666666666667 -40213306,2019,5,12,1.9166666666666667 -40213306,2019,6,7,2 -40213306,2019,7,10,2.3 -40213306,2019,8,11,2.4545454545454546 -40213306,2019,9,5,1.2 -40213306,2019,10,10,1.2 -40213306,2019,11,5,4.6 -40213306,2019,12,11,2.1818181818181817 -40213306,2020,1,8,2.75 -40213306,2020,2,8,2 -40213306,2020,3,10,1.7 -40213306,2020,4,15,2.4 -40213306,2020,5,11,1.7272727272727273 -40213306,2020,6,10,1.8 -40213306,2020,7,7,1.4285714285714286 -40213306,2020,8,10,1.7 -40213306,2020,9,9,2.111111111111111 -40213306,2020,10,5,2.6 -40213306,2020,11,12,1.5833333333333333 -40213306,2020,12,9,2.5555555555555554 -40213306,2021,1,3,2.6666666666666665 -40213306,2021,2,7,2.4285714285714284 -40213306,2021,3,9,1.8888888888888888 -40213306,2021,4,9,1.7777777777777777 -40213306,2021,5,14,1.7857142857142858 -40213306,2021,6,5,2.2 -40213306,2021,7,8,1.75 -40213306,2021,8,5,2.2 -40213306,2021,9,9,2.3333333333333335 -40213306,2021,10,6,3.8333333333333335 -40213306,2021,11,7,2 -40213306,2021,12,11,1.9090909090909092 -40213306,2022,1,12,2.3333333333333335 -40213306,2022,2,14,2 -40213306,2022,3,7,1.5714285714285714 -40213306,2022,4,6,1.6666666666666667 -40213306,2022,5,12,2.0833333333333335 -40213306,2022,6,15,1.9333333333333333 -40213306,2022,7,6,4 -40213306,2022,8,12,1.6666666666666667 -40213306,2022,9,4,2 -40213306,2022,10,9,1.3333333333333333 -40213306,2022,11,7,2.2857142857142856 -40213306,2022,12,12,1.6666666666666667 -40213306,2023,1,10,2 -40213306,2023,2,9,2 -40213306,2023,3,8,1.625 -40213306,2023,4,7,2 -40213306,2023,5,8,2.125 -40213306,2023,6,4,3.25 -40213314,1985,7,1,1 -40213314,1985,9,1,1 -40213314,1986,6,1,1 -40213314,1994,5,1,2 -40213314,1994,7,1,2 -40213314,1995,4,1,2 -40213314,2001,10,1,1 -40213314,2001,12,1,1 -40213314,2002,7,1,1 -40213314,2002,9,2,1 -40213314,2003,6,1,1 -40213314,2010,12,1,1 -40213314,2011,2,1,1 -40213314,2011,11,1,1 -40213314,2013,6,12,1.75 -40213314,2013,7,24,2.2916666666666665 -40213314,2013,8,30,2.1666666666666665 -40213314,2013,9,33,1.9696969696969697 -40213314,2013,10,30,1.7333333333333334 -40213314,2013,11,27,1.8888888888888888 -40213314,2013,12,31,3 -40213314,2014,1,21,1.9047619047619047 -40213314,2014,2,28,2.0714285714285716 -40213314,2014,3,21,2.0476190476190474 -40213314,2014,4,21,2.0952380952380953 -40213314,2014,5,29,3.103448275862069 -40213314,2014,6,22,2.727272727272727 -40213314,2014,7,26,3.3846153846153846 -40213314,2014,8,22,3.5454545454545454 -40213314,2014,9,29,2.3793103448275863 -40213314,2014,10,21,3.4285714285714284 -40213314,2014,11,25,2.88 -40213314,2014,12,27,2.037037037037037 -40213314,2015,1,24,2.5416666666666665 -40213314,2015,2,28,2.2857142857142856 -40213314,2015,3,29,2.3448275862068964 -40213314,2015,4,34,3.235294117647059 -40213314,2015,5,21,2.619047619047619 -40213314,2015,6,30,2.6333333333333333 -40213314,2015,7,22,3.5 -40213314,2015,8,30,3 -40213314,2015,9,31,2.193548387096774 -40213314,2015,10,19,2.789473684210526 -40213314,2015,11,40,2.4 -40213314,2015,12,29,2.0689655172413794 -40213314,2016,1,37,2.4864864864864864 -40213314,2016,2,28,2.0357142857142856 -40213314,2016,3,32,2.21875 -40213314,2016,4,26,2.6923076923076925 -40213314,2016,5,36,2.2777777777777777 -40213314,2016,6,25,2.64 -40213314,2016,7,28,2.25 -40213314,2016,8,28,2.857142857142857 -40213314,2016,9,24,2.25 -40213314,2016,10,30,2.966666666666667 -40213314,2016,11,18,1.7777777777777777 -40213314,2016,12,27,2.5555555555555554 -40213314,2017,1,27,2.6296296296296298 -40213314,2017,2,32,2.40625 -40213314,2017,3,36,2.8055555555555554 -40213314,2017,4,31,1.7741935483870968 -40213314,2017,5,26,1.7307692307692308 -40213314,2017,6,32,2.3125 -40213314,2017,7,33,2.787878787878788 -40213314,2017,8,20,2.65 -40213314,2017,9,24,2.5416666666666665 -40213314,2017,10,15,2.3333333333333335 -40213314,2017,11,24,3.0833333333333335 -40213314,2017,12,26,2.6538461538461537 -40213314,2018,1,30,1.6666666666666667 -40213314,2018,2,23,1.608695652173913 -40213314,2018,3,33,1.606060606060606 -40213314,2018,4,28,1.8571428571428572 -40213314,2018,5,32,1.96875 -40213314,2018,6,30,2.3333333333333335 -40213314,2018,7,23,2 -40213314,2018,8,28,2.7142857142857144 -40213314,2018,9,17,2 -40213314,2018,10,25,1.6 -40213314,2018,11,23,2.0869565217391304 -40213314,2018,12,27,1.5925925925925926 -40213314,2019,1,19,1.8421052631578947 -40213314,2019,2,33,1.5454545454545454 -40213314,2019,3,32,1.9375 -40213314,2019,4,31,1.903225806451613 -40213314,2019,5,31,2.2580645161290325 -40213314,2019,6,25,2.08 -40213314,2019,7,34,1.8235294117647058 -40213314,2019,8,21,1.8095238095238095 -40213314,2019,9,18,1.9444444444444444 -40213314,2019,10,16,1.75 -40213314,2019,11,35,1.8571428571428572 -40213314,2019,12,24,1.7916666666666667 -40213314,2020,1,26,2.076923076923077 -40213314,2020,2,29,1.8620689655172413 -40213314,2020,3,26,2.6153846153846154 -40213314,2020,4,32,1.875 -40213314,2020,5,21,2.0476190476190474 -40213314,2020,6,26,2.230769230769231 -40213314,2020,7,28,1.8571428571428572 -40213314,2020,8,32,3.03125 -40213314,2020,9,18,1.8888888888888888 -40213314,2020,10,34,3.1176470588235294 -40213314,2020,11,27,1.8518518518518519 -40213314,2020,12,29,3.5517241379310347 -40213314,2021,1,33,2.212121212121212 -40213314,2021,2,22,2.9545454545454546 -40213314,2021,3,23,2.5217391304347827 -40213314,2021,4,24,2.2916666666666665 -40213314,2021,5,30,2.2333333333333334 -40213314,2021,6,21,1.8571428571428572 -40213314,2021,7,33,2.9393939393939394 -40213314,2021,8,24,1.6666666666666667 -40213314,2021,9,34,2.735294117647059 -40213314,2021,10,29,1.7586206896551724 -40213314,2021,11,35,2.6857142857142855 -40213314,2021,12,26,2.3846153846153846 -40213314,2022,1,25,2.2 -40213314,2022,2,15,2.1333333333333333 -40213314,2022,3,24,2.125 -40213314,2022,4,31,1.8064516129032258 -40213314,2022,5,26,1.9230769230769231 -40213314,2022,6,26,1.7692307692307692 -40213314,2022,7,30,2.2333333333333334 -40213314,2022,8,30,1.8333333333333333 -40213314,2022,9,22,1.6363636363636365 -40213314,2022,10,25,2.68 -40213314,2022,11,17,2 -40213314,2022,12,21,2.0476190476190474 -40213314,2023,1,26,1.7692307692307692 -40213314,2023,2,19,3.1052631578947367 -40213314,2023,3,24,1.7083333333333333 -40213314,2023,4,26,2.6923076923076925 -40213314,2023,5,25,2.72 -40213314,2023,6,7,1.7142857142857142 -40213320,2006,7,1,1 -40213320,2006,9,1,2 -40213320,2007,7,1,1 -40213320,2007,9,1,2 -40213320,2008,3,1,1 -40213320,2008,9,1,2 -40213320,2009,4,1,1 -40213320,2013,6,6,1.6666666666666667 -40213320,2013,7,27,2.111111111111111 -40213320,2013,8,17,1.8823529411764706 -40213320,2013,9,19,1.9473684210526316 -40213320,2013,10,23,2.347826086956522 -40213320,2013,11,23,2.9565217391304346 -40213320,2013,12,22,2.1818181818181817 -40213320,2014,1,25,2.28 -40213320,2014,2,19,2.1578947368421053 -40213320,2014,3,29,2.413793103448276 -40213320,2014,4,23,2.739130434782609 -40213320,2014,5,30,1.8666666666666667 -40213320,2014,6,21,2.1904761904761907 -40213320,2014,7,22,2.409090909090909 -40213320,2014,8,14,2.357142857142857 -40213320,2014,9,21,2 -40213320,2014,10,24,2.5 -40213320,2014,11,21,3 -40213320,2014,12,23,2.739130434782609 -40213320,2015,1,24,2.9583333333333335 -40213320,2015,2,18,2.111111111111111 -40213320,2015,3,26,2.6538461538461537 -40213320,2015,4,24,2.375 -40213320,2015,5,21,1.8095238095238095 -40213320,2015,6,22,1.9545454545454546 -40213320,2015,7,22,2.3181818181818183 -40213320,2015,8,16,2.75 -40213320,2015,9,23,1.9565217391304348 -40213320,2015,10,28,2.357142857142857 -40213320,2015,11,24,3.125 -40213320,2015,12,19,2.6842105263157894 -40213320,2016,1,24,2.5833333333333335 -40213320,2016,2,27,2.4074074074074074 -40213320,2016,3,27,2 -40213320,2016,4,19,1.8421052631578947 -40213320,2016,5,27,1.8148148148148149 -40213320,2016,6,27,1.8518518518518519 -40213320,2016,7,23,2.217391304347826 -40213320,2016,8,17,2.9411764705882355 -40213320,2016,9,27,1.8148148148148149 -40213320,2016,10,22,2.3636363636363638 -40213320,2016,11,25,1.84 -40213320,2016,12,25,2.28 -40213320,2017,1,21,2.238095238095238 -40213320,2017,2,25,1.88 -40213320,2017,3,25,2.28 -40213320,2017,4,17,2.1176470588235294 -40213320,2017,5,26,1.7692307692307692 -40213320,2017,6,26,1.7692307692307692 -40213320,2017,7,24,2.75 -40213320,2017,8,21,2.3333333333333335 -40213320,2017,9,26,2.1923076923076925 -40213320,2017,10,29,1.8620689655172413 -40213320,2017,11,20,2.05 -40213320,2017,12,18,1.6666666666666667 -40213320,2018,1,24,1.7916666666666667 -40213320,2018,2,13,1.6153846153846154 -40213320,2018,3,35,2.057142857142857 -40213320,2018,4,14,1.9285714285714286 -40213320,2018,5,29,1.8275862068965518 -40213320,2018,6,29,1.8275862068965518 -40213320,2018,7,28,2.5714285714285716 -40213320,2018,8,17,1.9411764705882353 -40213320,2018,9,23,1.9565217391304348 -40213320,2018,10,22,1.8181818181818181 -40213320,2018,11,18,2 -40213320,2018,12,21,1.5714285714285714 -40213320,2019,1,25,2.12 -40213320,2019,2,17,1.7058823529411764 -40213320,2019,3,28,1.75 -40213320,2019,4,19,3 -40213320,2019,5,19,1.8421052631578947 -40213320,2019,6,25,1.72 -40213320,2019,7,26,2.730769230769231 -40213320,2019,8,16,1.6875 -40213320,2019,9,27,2 -40213320,2019,10,22,1.7272727272727273 -40213320,2019,11,26,2.1538461538461537 -40213320,2019,12,17,2.0588235294117645 -40213320,2020,1,30,2.2333333333333334 -40213320,2020,2,28,1.6428571428571428 -40213320,2020,3,30,2.8333333333333335 -40213320,2020,4,19,2.6315789473684212 -40213320,2020,5,23,3.217391304347826 -40213320,2020,6,24,1.9583333333333333 -40213320,2020,7,32,1.84375 -40213320,2020,8,13,1.8461538461538463 -40213320,2020,9,23,1.6521739130434783 -40213320,2020,10,17,1.7058823529411764 -40213320,2020,11,23,1.826086956521739 -40213320,2020,12,24,2.1666666666666665 -40213320,2021,1,28,2.357142857142857 -40213320,2021,2,32,2.25 -40213320,2021,3,31,2.774193548387097 -40213320,2021,4,31,2.2903225806451615 -40213320,2021,5,23,3.4347826086956523 -40213320,2021,6,21,2.142857142857143 -40213320,2021,7,30,2.466666666666667 -40213320,2021,8,22,2.5454545454545454 -40213320,2021,9,23,1.8695652173913044 -40213320,2021,10,23,1.7826086956521738 -40213320,2021,11,28,2.2142857142857144 -40213320,2021,12,30,2.533333333333333 -40213320,2022,1,25,2.04 -40213320,2022,2,36,2.388888888888889 -40213320,2022,3,30,2.6 -40213320,2022,4,35,2.2 -40213320,2022,5,28,3.107142857142857 -40213320,2022,6,18,2.0555555555555554 -40213320,2022,7,25,1.84 -40213320,2022,8,29,4.0344827586206895 -40213320,2022,9,22,2.0454545454545454 -40213320,2022,10,29,3.0344827586206895 -40213320,2022,11,28,2.1785714285714284 -40213320,2022,12,36,2.4166666666666665 -40213320,2023,1,21,1.9523809523809523 -40213320,2023,2,33,2.4242424242424243 -40213320,2023,3,29,3.0689655172413794 -40213320,2023,4,32,2.65625 -40213320,2023,5,25,1.88 -40213320,2023,6,11,1.8181818181818181 -40220960,1988,5,1,1 -40220960,1990,11,1,1 -40220960,1992,3,1,1 -40220960,1992,6,1,1 -40220960,1993,1,2,1 -40220960,1993,9,1,1 -40220960,1993,12,1,1 -40220960,1994,4,1,1 -40220960,1994,12,1,1 -40220960,1996,6,1,1 -40220960,1996,7,2,1 -40220960,1996,8,1,1 -40220960,1996,10,1,1 -40220960,1997,7,1,1 -40220960,1997,9,2,1 -40220960,1997,11,1,1 -40220960,1998,1,1,1 -40220960,1998,9,1,1 -40220960,1998,10,1,1 -40220960,1999,1,1,1 -40220960,1999,5,1,1 -40220960,1999,6,1,1 -40220960,1999,8,1,1 -40220960,1999,10,1,1 -40220960,2000,5,1,1 -40220960,2000,12,1,1 -40220960,2001,4,1,1 -40220960,2001,9,1,1 -40220960,2001,12,3,1 -40220960,2002,3,1,1 -40220960,2002,5,1,1 -40220960,2002,7,1,1 -40220960,2002,10,1,1 -40220960,2002,11,1,1 -40220960,2002,12,2,1 -40220960,2003,1,1,1 -40220960,2003,2,1,1 -40220960,2003,7,1,1 -40220960,2003,10,1,1 -40220960,2004,1,2,1 -40220960,2004,7,2,1 -40220960,2005,10,2,1 -40220960,2006,1,1,1 -40220960,2006,5,2,1 -40220960,2006,6,2,1 -40220960,2006,11,1,1 -40220960,2006,12,2,1 -40220960,2007,1,1,1 -40220960,2007,4,1,1 -40220960,2007,5,1,1 -40220960,2007,9,1,1 -40220960,2008,3,1,1 -40220960,2008,4,1,1 -40220960,2008,5,1,1 -40220960,2008,6,1,1 -40220960,2008,7,1,1 -40220960,2008,8,2,1 -40220960,2008,10,1,1 -40220960,2008,11,4,1 -40220960,2009,4,1,1 -40220960,2009,5,1,1 -40220960,2009,6,1,1 -40220960,2009,7,1,1 -40220960,2009,9,1,1 -40220960,2009,12,2,1 -40220960,2010,2,1,1 -40220960,2010,3,1,1 -40220960,2010,6,1,1 -40220960,2010,8,1,1 -40220960,2010,9,2,1 -40220960,2011,1,2,1 -40220960,2011,2,1,1 -40220960,2011,5,2,1 -40220960,2012,3,1,1 -40220960,2012,6,2,1 -40220960,2012,7,2,1 -40220960,2012,12,1,1 -40220960,2013,1,1,1 -40220960,2013,3,1,1 -40220960,2013,4,1,1 -40220960,2013,6,2,1 -40220960,2013,7,3,1 -40220960,2013,8,4,1 -40220960,2013,9,1,1 -40220960,2013,10,1,1 -40220960,2013,11,1,1 -40220960,2013,12,4,1 -40220960,2014,1,3,1 -40220960,2014,2,1,1 -40220960,2014,3,2,1 -40220960,2014,4,3,1 -40220960,2014,5,3,1 -40220960,2014,6,1,1 -40220960,2014,7,3,1 -40220960,2014,8,2,1 -40220960,2014,9,4,1 -40220960,2014,10,3,1 -40220960,2014,11,4,1 -40220960,2014,12,2,6 -40220960,2015,1,5,1 -40220960,2015,2,3,1 -40220960,2015,3,5,1 -40220960,2015,4,3,1 -40220960,2015,5,6,1 -40220960,2015,6,5,1 -40220960,2015,7,7,1 -40220960,2015,8,3,1 -40220960,2015,9,2,1 -40220960,2015,10,7,1 -40220960,2015,11,4,1 -40220960,2015,12,4,1 -40220960,2016,1,4,1 -40220960,2016,2,6,1 -40220960,2016,3,3,1 -40220960,2016,4,5,1 -40220960,2016,5,4,1 -40220960,2016,6,1,1 -40220960,2016,7,2,1 -40220960,2016,8,3,1 -40220960,2016,9,4,1 -40220960,2016,10,4,1 -40220960,2016,11,4,1 -40220960,2016,12,4,1 -40220960,2017,1,7,1 -40220960,2017,2,1,1 -40220960,2017,3,5,1 -40220960,2017,4,9,1 -40220960,2017,5,3,1 -40220960,2017,6,6,1 -40220960,2017,7,5,1 -40220960,2017,8,4,1 -40220960,2017,9,6,1 -40220960,2017,10,2,1 -40220960,2017,11,5,1 -40220960,2017,12,4,1 -40220960,2018,1,5,1 -40220960,2018,2,1,1 -40220960,2018,3,3,1 -40220960,2018,4,7,1 -40220960,2018,5,7,1 -40220960,2018,6,4,1 -40220960,2018,7,3,1 -40220960,2018,8,2,1 -40220960,2018,9,6,1 -40220960,2018,10,2,1 -40220960,2018,11,4,1 -40220960,2018,12,6,1 -40220960,2019,1,6,1 -40220960,2019,2,7,1 -40220960,2019,3,4,1.25 -40220960,2019,4,4,1 -40220960,2019,5,6,1.1666666666666667 -40220960,2019,6,2,1 -40220960,2019,7,10,1 -40220960,2019,8,6,1 -40220960,2019,9,2,1 -40220960,2019,10,6,1 -40220960,2019,11,2,1 -40220960,2019,12,7,1 -40220960,2020,1,4,1 -40220960,2020,2,7,1 -40220960,2020,3,1,1 -40220960,2020,4,4,1 -40220960,2020,5,4,1 -40220960,2020,6,2,1 -40220960,2020,7,3,1 -40220960,2020,8,6,1.1666666666666667 -40220960,2020,9,3,1 -40220960,2020,10,2,1 -40220960,2020,11,6,1 -40220960,2020,12,2,1 -40220960,2021,1,3,1 -40220960,2021,2,4,1 -40220960,2021,3,7,1 -40220960,2021,4,1,1 -40220960,2021,5,7,1 -40220960,2021,6,4,1 -40220960,2021,7,5,1 -40220960,2021,8,7,1 -40220960,2021,9,3,1 -40220960,2021,10,2,1 -40220960,2021,11,2,1 -40220960,2021,12,5,1 -40220960,2022,1,1,1 -40220960,2022,2,6,1 -40220960,2022,3,8,1 -40220960,2022,4,6,1 -40220960,2022,5,7,1 -40220960,2022,6,4,1 -40220960,2022,7,7,1 -40220960,2022,8,8,1 -40220960,2022,9,2,1 -40220960,2022,10,8,1 -40220960,2022,11,6,1 -40220960,2022,12,6,1 -40220960,2023,1,6,1 -40220960,2023,3,4,1 -40220960,2023,4,10,1 -40220960,2023,5,4,1 -40220960,2023,6,1,1 -40243436,1955,4,2,1 -40243436,1955,11,1,1 -40243436,1960,4,1,1 -40243436,1962,1,1,1 -40243436,1963,6,1,1 -40243436,1967,4,1,1 -40243436,1973,6,1,1 -40243436,1979,12,1,1 -40243436,1984,11,1,1 -40243436,1986,6,1,1 -40243436,1988,5,1,1 -40243436,1988,6,1,1 -40243436,1990,6,1,1 -40243436,1990,9,1,1 -40243436,1991,1,1,1 -40243436,1991,3,1,1 -40243436,1991,8,1,1 -40243436,1991,9,1,1 -40243436,1992,5,1,1 -40243436,1992,11,1,1 -40243436,1994,6,1,1 -40243436,1994,9,1,1 -40243436,1995,7,1,1 -40243436,1996,6,1,1 -40243436,1996,10,1,1 -40243436,1997,2,1,1 -40243436,1997,8,1,1 -40243436,1998,7,1,1 -40243436,1998,9,1,1 -40243436,1999,8,1,1 -40243436,2000,4,1,1 -40243436,2000,6,1,1 -40243436,2000,10,1,1 -40243436,2000,12,1,1 -40243436,2001,6,1,1 -40243436,2001,9,2,1 -40243436,2002,1,1,1 -40243436,2002,2,1,1 -40243436,2002,3,1,1 -40243436,2003,2,1,1 -40243436,2003,4,1,1 -40243436,2003,9,1,1 -40243436,2004,4,1,1 -40243436,2004,5,1,1 -40243436,2004,10,1,1 -40243436,2004,11,1,1 -40243436,2005,3,1,1 -40243436,2005,8,2,1 -40243436,2005,11,1,1 -40243436,2006,1,1,1 -40243436,2006,3,1,1 -40243436,2006,5,1,1 -40243436,2006,10,1,1 -40243436,2007,1,1,1 -40243436,2007,2,1,1 -40243436,2008,2,1,1 -40243436,2008,12,1,1 -40243436,2009,7,1,1 -40243436,2009,10,1,1 -40243436,2009,11,1,1 -40243436,2010,4,2,1 -40243436,2010,5,1,1 -40243436,2010,9,1,3 -40243436,2011,1,1,1 -40243436,2011,3,1,1 -40243436,2011,6,1,1 -40243436,2012,1,1,1 -40243436,2012,7,1,1 -40243436,2012,11,1,1 -40243436,2012,12,2,1 -40243436,2013,1,1,1 -40243436,2013,2,1,1 -40243436,2013,4,1,1 -40243436,2013,7,1,1 -40243436,2013,10,2,1 -40243436,2013,11,1,1 -40243436,2013,12,2,1.5 -40243436,2014,1,1,1 -40243436,2014,4,1,1 -40243436,2014,5,2,1 -40243436,2014,6,2,1 -40243436,2014,7,1,1 -40243436,2014,10,1,1 -40243436,2014,12,2,1 -40243436,2015,1,2,1 -40243436,2015,4,1,1 -40243436,2015,5,1,1 -40243436,2015,8,1,1 -40243436,2015,9,1,1 -40243436,2015,10,1,1 -40243436,2015,12,2,1 -40243436,2016,2,1,1 -40243436,2016,3,3,1 -40243436,2016,5,2,1 -40243436,2016,6,1,1 -40243436,2016,7,1,1 -40243436,2016,8,2,1.5 -40243436,2016,10,1,1 -40243436,2016,11,1,1 -40243436,2016,12,1,1 -40243436,2017,1,2,1 -40243436,2017,5,1,1 -40243436,2017,6,1,1 -40243436,2017,7,2,1 -40243436,2017,8,1,1 -40243436,2017,12,4,1 -40243436,2018,3,2,1 -40243436,2018,4,1,1 -40243436,2018,6,1,1 -40243436,2018,8,1,1 -40243436,2018,9,2,1 -40243436,2018,10,1,1 -40243436,2018,11,1,2 -40243436,2018,12,1,1 -40243436,2019,2,1,1 -40243436,2019,3,1,1 -40243436,2019,4,2,1 -40243436,2019,7,1,1 -40243436,2019,9,1,1 -40243436,2019,10,1,1 -40243436,2020,1,1,1 -40243436,2020,2,1,1 -40243436,2020,3,1,1 -40243436,2020,6,1,1 -40243436,2020,7,3,1 -40243436,2020,8,1,1 -40243436,2020,9,1,1 -40243436,2020,10,1,1 -40243436,2020,11,2,1 -40243436,2020,12,2,1 -40243436,2021,1,2,1 -40243436,2021,2,2,1 -40243436,2021,5,3,1 -40243436,2021,6,2,1 -40243436,2021,7,3,1 -40243436,2021,9,1,1 -40243436,2021,10,2,1 -40243436,2021,11,1,1 -40243436,2021,12,2,1 -40243436,2022,2,1,1 -40243436,2022,3,1,1 -40243436,2022,5,1,1 -40243436,2022,10,1,1 -40243436,2022,12,1,1 -40243436,2023,2,1,1 -40243436,2023,4,1,1 -40492359,1955,4,2,1 -40492359,1955,11,1,1 -40492359,1960,4,1,1 -40492359,1962,1,1,1 -40492359,1963,6,1,1 -40492359,1967,4,1,1 -40492359,1973,6,1,1 -40492359,1979,12,1,1 -40492359,1984,11,1,1 -40492359,1986,6,1,1 -40492359,1988,5,1,1 -40492359,1988,6,1,1 -40492359,1990,6,1,1 -40492359,1990,9,1,1 -40492359,1991,1,1,1 -40492359,1991,3,1,1 -40492359,1991,8,1,1 -40492359,1991,9,1,1 -40492359,1992,5,1,1 -40492359,1992,11,1,1 -40492359,1994,6,1,1 -40492359,1994,9,1,1 -40492359,1995,7,1,1 -40492359,1996,6,1,1 -40492359,1996,10,1,1 -40492359,1997,2,1,1 -40492359,1997,8,1,1 -40492359,1998,7,1,1 -40492359,1998,9,1,1 -40492359,1999,8,1,1 -40492359,2000,4,1,1 -40492359,2000,6,1,1 -40492359,2000,10,1,1 -40492359,2000,12,1,1 -40492359,2001,6,1,1 -40492359,2001,9,2,1 -40492359,2002,1,1,1 -40492359,2002,2,1,1 -40492359,2002,3,1,1 -40492359,2003,2,1,1 -40492359,2003,4,1,1 -40492359,2003,9,1,1 -40492359,2004,4,1,1 -40492359,2004,5,1,1 -40492359,2004,10,1,1 -40492359,2004,11,1,1 -40492359,2005,3,1,1 -40492359,2005,8,2,1 -40492359,2005,11,1,1 -40492359,2006,1,1,1 -40492359,2006,3,1,1 -40492359,2006,5,1,1 -40492359,2006,10,1,1 -40492359,2007,1,1,1 -40492359,2007,2,1,1 -40492359,2008,2,1,1 -40492359,2008,12,1,1 -40492359,2009,7,1,1 -40492359,2009,10,1,1 -40492359,2009,11,1,1 -40492359,2010,4,2,1 -40492359,2010,5,1,1 -40492359,2010,9,1,3 -40492359,2011,1,1,1 -40492359,2011,3,1,1 -40492359,2011,6,1,1 -40492359,2012,1,1,1 -40492359,2012,7,1,1 -40492359,2012,11,1,1 -40492359,2012,12,2,1 -40492359,2013,1,1,1 -40492359,2013,2,1,1 -40492359,2013,4,1,1 -40492359,2013,7,1,1 -40492359,2013,10,2,1 -40492359,2013,11,1,1 -40492359,2013,12,2,1.5 -40492359,2014,1,1,1 -40492359,2014,4,1,1 -40492359,2014,5,2,1 -40492359,2014,6,2,1 -40492359,2014,7,1,1 -40492359,2014,10,1,1 -40492359,2014,12,2,1 -40492359,2015,1,2,1 -40492359,2015,4,1,1 -40492359,2015,5,1,1 -40492359,2015,8,1,1 -40492359,2015,9,1,1 -40492359,2015,10,1,1 -40492359,2015,12,2,1 -40492359,2016,2,1,1 -40492359,2016,3,3,1 -40492359,2016,5,2,1 -40492359,2016,6,1,1 -40492359,2016,7,1,1 -40492359,2016,8,2,1.5 -40492359,2016,10,1,1 -40492359,2016,11,1,1 -40492359,2016,12,1,1 -40492359,2017,1,2,1 -40492359,2017,5,1,1 -40492359,2017,6,1,1 -40492359,2017,7,2,1 -40492359,2017,8,1,1 -40492359,2017,12,4,1 -40492359,2018,3,2,1 -40492359,2018,4,1,1 -40492359,2018,6,1,1 -40492359,2018,8,1,1 -40492359,2018,9,2,1 -40492359,2018,10,1,1 -40492359,2018,11,1,2 -40492359,2018,12,1,1 -40492359,2019,2,1,1 -40492359,2019,3,1,1 -40492359,2019,4,2,1 -40492359,2019,7,1,1 -40492359,2019,9,1,1 -40492359,2019,10,1,1 -40492359,2020,1,1,1 -40492359,2020,2,1,1 -40492359,2020,3,1,1 -40492359,2020,6,1,1 -40492359,2020,7,3,1 -40492359,2020,8,1,1 -40492359,2020,9,1,1 -40492359,2020,10,1,1 -40492359,2020,11,2,1 -40492359,2020,12,2,1 -40492359,2021,1,2,1 -40492359,2021,2,2,1 -40492359,2021,5,3,1 -40492359,2021,6,2,1 -40492359,2021,7,3,1 -40492359,2021,9,1,1 -40492359,2021,10,2,1 -40492359,2021,11,1,1 -40492359,2021,12,2,1 -40492359,2022,2,1,1 -40492359,2022,3,1,1 -40492359,2022,5,1,1 -40492359,2022,10,1,1 -40492359,2022,12,1,1 -40492359,2023,2,1,1 -40492359,2023,4,1,1 -45766147,2022,6,1,1 -45767945,1941,6,1,1 -45767945,1942,12,1,1 -45767945,1943,8,1,1 -45767945,1947,7,1,1 -45767945,1948,7,1,1 -45767945,1950,12,1,1 -45767945,1951,5,1,1 -45767945,1951,10,1,1 -45767945,1952,9,1,1 -45767945,1953,10,1,1 -45767945,1955,6,1,1 -45767945,1955,8,1,1 -45767945,1956,1,1,1 -45767945,1958,1,1,1 -45767945,1958,4,1,1 -45767945,1958,12,1,1 -45767945,1960,7,1,1 -45767945,1963,5,2,1 -45767945,1963,6,1,1 -45767945,1963,10,1,1 -45767945,1965,7,2,1 -45767945,1966,12,1,1 -45767945,1967,1,1,1 -45767945,1967,6,1,1 -45767945,1967,8,1,1 -45767945,1967,11,1,1 -45767945,1968,4,1,1 -45767945,1968,6,2,1 -45767945,1969,6,1,1 -45767945,1969,7,1,1 -45767945,1969,11,1,1 -45767945,1970,5,1,1 -45767945,1970,9,1,2 -45767945,1972,4,1,1 -45767945,1974,5,1,1 -45767945,1974,7,1,1 -45767945,1975,3,1,1 -45767945,1975,9,1,1 -45767945,1975,11,2,1 -45767945,1976,1,1,1 -45767945,1976,3,1,1 -45767945,1976,6,1,1 -45767945,1976,10,2,1 -45767945,1977,5,1,1 -45767945,1977,10,1,1 -45767945,1978,11,1,1 -45767945,1979,1,1,1 -45767945,1979,5,1,1 -45767945,1980,2,2,1 -45767945,1980,4,1,1 -45767945,1980,6,1,1 -45767945,1980,7,1,1 -45767945,1980,8,1,1 -45767945,1980,11,1,1 -45767945,1981,1,1,1 -45767945,1982,1,2,1 -45767945,1982,4,1,1 -45767945,1982,10,1,1 -45767945,1983,4,1,1 -45767945,1983,5,1,1 -45767945,1983,9,1,1 -45767945,1984,11,1,1 -45767945,1985,3,2,1 -45767945,1985,7,2,1 -45767945,1986,4,1,1 -45767945,1986,5,1,1 -45767945,1986,12,1,1 -45767945,1987,1,1,1 -45767945,1987,3,1,1 -45767945,1987,4,1,1 -45767945,1987,5,1,1 -45767945,1988,2,2,1 -45767945,1988,7,1,1 -45767945,1989,3,2,1 -45767945,1989,8,1,1 -45767945,1989,11,2,1 -45767945,1990,1,1,1 -45767945,1990,6,1,1 -45767945,1990,8,1,1 -45767945,1990,10,1,1 -45767945,1990,12,2,1 -45767945,1991,2,1,1 -45767945,1991,9,2,1 -45767945,1991,10,1,1 -45767945,1991,11,2,1 -45767945,1991,12,2,1 -45767945,1993,4,1,1 -45767945,1993,7,3,1 -45767945,1993,8,1,2 -45767945,1993,9,1,1 -45767945,1993,10,2,1 -45767945,1993,11,1,1 -45767945,1994,4,1,1 -45767945,1994,6,1,1 -45767945,1994,7,1,1 -45767945,1994,8,1,1 -45767945,1994,9,2,1 -45767945,1994,10,1,1 -45767945,1994,12,3,1 -45767945,1995,5,1,1 -45767945,1996,4,1,1 -45767945,1996,7,1,1 -45767945,1996,8,3,1 -45767945,1996,9,1,1 -45767945,1996,10,1,1 -45767945,1996,11,1,1 -45767945,1996,12,2,1 -45767945,1997,2,3,1.3333333333333333 -45767945,1997,5,2,1 -45767945,1997,7,1,1 -45767945,1997,9,2,1 -45767945,1997,10,1,1 -45767945,1998,1,2,1 -45767945,1998,3,2,1 -45767945,1998,4,1,1 -45767945,1998,5,1,1 -45767945,1998,7,1,1 -45767945,1998,9,2,1 -45767945,1998,11,1,1 -45767945,1999,1,2,1 -45767945,1999,5,1,1 -45767945,1999,6,1,1 -45767945,1999,8,1,1 -45767945,1999,12,3,1 -45767945,2000,3,1,1 -45767945,2000,4,1,1 -45767945,2000,6,1,1 -45767945,2000,7,1,1 -45767945,2000,10,1,1 -45767945,2000,11,2,1 -45767945,2001,1,1,1 -45767945,2001,2,1,1 -45767945,2001,4,2,1 -45767945,2001,5,3,1 -45767945,2001,7,1,1 -45767945,2001,8,1,1 -45767945,2001,9,1,1 -45767945,2001,10,1,1 -45767945,2001,11,1,1 -45767945,2002,1,2,1 -45767945,2002,3,1,1 -45767945,2002,4,1,1 -45767945,2002,5,1,1 -45767945,2002,7,4,1 -45767945,2002,8,1,1 -45767945,2002,10,2,1 -45767945,2003,2,2,1 -45767945,2003,3,1,1 -45767945,2003,5,1,1 -45767945,2003,6,1,1 -45767945,2003,7,1,1 -45767945,2003,9,1,1 -45767945,2003,10,2,1 -45767945,2003,11,1,1 -45767945,2003,12,1,1 -45767945,2004,1,2,1 -45767945,2004,2,3,1 -45767945,2004,3,2,1 -45767945,2004,4,1,1 -45767945,2004,5,1,1 -45767945,2004,6,1,1 -45767945,2004,7,2,1 -45767945,2004,8,2,1 -45767945,2004,10,2,1 -45767945,2004,12,1,1 -45767945,2005,2,1,1 -45767945,2005,3,1,1 -45767945,2005,4,4,1 -45767945,2005,6,2,1 -45767945,2005,8,2,1 -45767945,2005,9,1,1 -45767945,2005,10,1,1 -45767945,2005,11,2,1 -45767945,2006,2,2,1 -45767945,2006,4,1,1 -45767945,2006,5,1,1 -45767945,2006,6,2,1 -45767945,2006,8,2,1 -45767945,2006,10,5,1 -45767945,2007,1,3,1 -45767945,2007,2,2,1 -45767945,2007,3,2,1 -45767945,2007,5,1,1 -45767945,2007,6,2,1 -45767945,2007,7,4,1 -45767945,2007,9,1,1 -45767945,2007,11,1,1 -45767945,2007,12,1,1 -45767945,2008,1,1,1 -45767945,2008,2,2,1 -45767945,2008,6,2,1 -45767945,2008,8,1,1 -45767945,2008,9,1,1 -45767945,2008,10,2,1 -45767945,2009,3,1,1 -45767945,2009,4,1,1 -45767945,2009,5,1,1 -45767945,2009,6,1,1 -45767945,2009,7,1,1 -45767945,2009,8,1,1 -45767945,2009,9,1,1 -45767945,2009,10,1,1 -45767945,2010,3,2,1 -45767945,2010,6,1,1 -45767945,2010,7,1,1 -45767945,2010,8,2,1 -45767945,2010,9,2,1 -45767945,2010,10,1,1 -45767945,2010,12,2,1 -45767945,2011,5,3,1 -45767945,2011,6,1,1 -45767945,2011,7,1,1 -45767945,2011,8,1,1 -45767945,2011,9,2,1 -45767945,2011,10,1,1 -45767945,2011,12,1,1 -45767945,2012,1,1,1 -45767945,2012,3,1,1 -45767945,2012,5,1,1 -45767945,2012,6,1,1 -45767945,2012,7,1,1 -45767945,2012,9,2,1 -45767945,2012,10,2,1 -45767945,2013,3,1,1 -45767945,2013,4,1,1 -45767945,2013,6,2,1 -45767945,2013,7,2,1 -45767945,2013,9,1,1 -45767945,2013,10,1,1 -45767945,2013,11,1,1 -45767945,2014,1,1,1 -45767945,2014,2,1,1 -45767945,2014,4,2,1 -45767945,2014,5,2,1 -45767945,2014,12,1,1 -45767945,2015,1,2,1 -45767945,2015,2,1,1 -45767945,2015,4,1,1 -45767945,2015,5,2,1 -45767945,2015,6,1,1 -45767945,2015,8,3,1 -45767945,2015,9,1,1 -45767945,2016,4,2,1 -45767945,2016,5,4,1 -45767945,2016,7,1,1 -45767945,2016,8,3,1 -45767945,2016,9,2,1 -45767945,2016,10,3,1 -45767945,2016,11,1,1 -45767945,2016,12,4,1 -45767945,2017,1,1,1 -45767945,2017,2,1,1 -45767945,2017,5,1,1 -45767945,2017,8,4,1 -45767945,2017,9,3,1 -45767945,2017,10,1,1 -45767945,2017,12,4,1 -45767945,2018,2,1,1 -45767945,2018,3,3,1 -45767945,2018,4,1,1 -45767945,2018,5,1,2 -45767945,2018,6,3,1 -45767945,2018,7,3,1.3333333333333333 -45767945,2018,8,2,1 -45767945,2018,9,1,2 -45767945,2018,11,2,1 -45767945,2018,12,1,1 -45767945,2019,1,1,1 -45767945,2019,3,1,1 -45767945,2019,4,1,1 -45767945,2019,5,2,1 -45767945,2019,6,2,1 -45767945,2019,7,2,1 -45767945,2019,8,2,1 -45767945,2019,9,1,1 -45767945,2019,10,3,1 -45767945,2019,11,1,1 -45767945,2019,12,3,1 -45767945,2020,1,3,1.3333333333333333 -45767945,2020,3,1,1 -45767945,2020,4,3,1 -45767945,2020,7,3,1 -45767945,2020,8,2,1 -45767945,2020,9,1,1 -45767945,2020,11,2,1 -45767945,2020,12,2,1 -45767945,2021,1,2,1 -45767945,2021,4,2,1 -45767945,2021,6,2,1 -45767945,2021,7,2,1 -45767945,2021,8,3,1 -45767945,2021,9,3,1 -45767945,2021,10,2,1 -45767945,2021,11,4,1 -45767945,2021,12,1,1 -45767945,2022,2,1,1 -45767945,2022,4,3,1 -45767945,2022,5,1,1 -45767945,2022,6,1,1 -45767945,2022,7,2,1 -45767945,2022,8,2,1 -45767945,2022,9,1,1 -45767945,2022,10,2,1 -45767945,2022,11,1,1 -45767945,2022,12,2,1 -45767945,2023,1,3,1 -45767945,2023,2,2,1 -45767945,2023,4,2,1 -45767945,2023,5,1,1 -45772840,1977,6,1,2 -45772840,1983,12,1,1 -45772840,1991,7,1,2 -45772840,1994,2,1,2 -45772840,1994,4,1,2 -45772840,1994,9,1,2 -45772840,1997,4,1,2 -45772840,1997,9,2,2 -45772840,1997,11,1,2 -45772840,1999,2,1,6 -45772840,2000,2,1,4 -45772840,2001,2,1,2 -45772840,2001,4,1,1 -45772840,2003,8,1,2 -45772840,2003,10,1,1 -45772840,2004,8,1,2 -45772840,2004,10,1,1 -45772840,2007,12,1,2 -45772840,2009,9,1,1 -45772840,2011,10,1,2 -45772840,2012,4,1,2 -45772840,2012,9,1,2 -45772840,2013,7,1,10 -45772840,2013,8,1,2 -45772840,2013,10,1,2 -45772840,2013,11,1,2 -45772840,2013,12,1,2 -45772840,2014,2,1,1 -45772840,2014,3,1,2 -45772840,2014,4,1,1 -45772840,2014,5,1,2 -45772840,2014,6,3,2 -45772840,2014,11,1,2 -45772840,2015,1,2,3.5 -45772840,2015,4,1,2 -45772840,2015,5,1,2 -45772840,2015,6,1,2 -45772840,2015,7,1,1 -45772840,2015,8,2,2 -45772840,2015,10,2,2.5 -45772840,2016,1,1,1 -45772840,2016,3,1,2 -45772840,2016,4,1,2 -45772840,2016,5,3,1.6666666666666667 -45772840,2016,7,1,2 -45772840,2016,9,2,1.5 -45772840,2016,10,1,2 -45772840,2016,11,3,1.6666666666666667 -45772840,2017,2,1,1 -45772840,2017,3,3,1.3333333333333333 -45772840,2017,4,2,2 -45772840,2017,6,2,2 -45772840,2017,8,2,13 -45772840,2017,9,1,2 -45772840,2017,10,1,1 -45772840,2018,1,1,1 -45772840,2018,3,2,2 -45772840,2018,4,2,1.5 -45772840,2018,5,1,2 -45772840,2018,8,2,1.5 -45772840,2018,12,2,1.5 -45772840,2019,1,1,1 -45772840,2019,6,1,1 -45772840,2019,7,3,2 -45772840,2019,8,1,2 -45772840,2019,10,1,2 -45772840,2020,1,2,2.5 -45772840,2020,3,2,1.5 -45772840,2020,4,2,1.5 -45772840,2020,7,1,2 -45772840,2020,8,1,6 -45772840,2020,10,1,1 -45772840,2020,12,3,2.3333333333333335 -45772840,2021,3,4,1.75 -45772840,2021,6,1,1 -45772840,2021,7,4,1.5 -45772840,2021,8,1,2 -45772840,2021,9,1,2 -45772840,2021,10,1,2 -45772840,2021,11,3,2.6666666666666665 -45772840,2021,12,1,6 -45772840,2022,3,1,3 -45772840,2022,4,2,2 -45772840,2022,5,2,2 -45772840,2022,7,1,2 -45772840,2022,10,1,1 -45772840,2022,12,2,1.5 -45772840,2023,1,2,6 -45772840,2023,4,1,2 -46275916,1955,4,2,1 -46275916,1955,11,1,1 -46275916,1960,4,1,1 -46275916,1962,1,1,1 -46275916,1963,6,1,1 -46275916,1967,4,1,1 -46275916,1973,6,1,1 -46275916,1979,12,1,1 -46275916,1984,11,1,1 -46275916,1986,6,1,1 -46275916,1988,5,1,1 -46275916,1988,6,1,1 -46275916,1990,6,1,1 -46275916,1990,9,1,1 -46275916,1991,1,1,1 -46275916,1991,3,1,1 -46275916,1991,8,1,1 -46275916,1991,9,1,1 -46275916,1992,5,1,1 -46275916,1992,11,1,1 -46275916,1994,6,1,1 -46275916,1994,9,1,1 -46275916,1995,7,1,1 -46275916,1996,6,1,1 -46275916,1996,10,1,1 -46275916,1997,2,1,1 -46275916,1997,8,1,1 -46275916,1998,7,1,1 -46275916,1998,9,1,1 -46275916,1999,8,1,1 -46275916,2000,4,1,1 -46275916,2000,6,1,1 -46275916,2000,10,1,1 -46275916,2000,12,1,1 -46275916,2001,6,1,1 -46275916,2001,9,2,1 -46275916,2002,1,1,1 -46275916,2002,2,1,1 -46275916,2002,3,1,1 -46275916,2003,2,1,1 -46275916,2003,4,1,1 -46275916,2003,9,1,1 -46275916,2004,4,1,1 -46275916,2004,5,1,1 -46275916,2004,10,1,1 -46275916,2004,11,1,1 -46275916,2005,3,1,1 -46275916,2005,8,2,1 -46275916,2005,11,1,1 -46275916,2006,1,1,1 -46275916,2006,3,1,1 -46275916,2006,5,1,1 -46275916,2006,10,1,1 -46275916,2007,1,1,1 -46275916,2007,2,1,1 -46275916,2008,2,1,1 -46275916,2008,12,1,1 -46275916,2009,7,1,1 -46275916,2009,10,1,1 -46275916,2009,11,1,1 -46275916,2010,4,2,1 -46275916,2010,5,1,1 -46275916,2010,9,1,3 -46275916,2011,1,1,1 -46275916,2011,3,1,1 -46275916,2011,6,1,1 -46275916,2012,1,1,1 -46275916,2012,7,1,1 -46275916,2012,11,1,1 -46275916,2012,12,2,1 -46275916,2013,1,1,1 -46275916,2013,2,1,1 -46275916,2013,4,1,1 -46275916,2013,7,1,1 -46275916,2013,10,2,1 -46275916,2013,11,1,1 -46275916,2013,12,2,1.5 -46275916,2014,1,1,1 -46275916,2014,4,1,1 -46275916,2014,5,2,1 -46275916,2014,6,2,1 -46275916,2014,7,1,1 -46275916,2014,10,1,1 -46275916,2014,12,2,1 -46275916,2015,1,2,1 -46275916,2015,4,1,1 -46275916,2015,5,1,1 -46275916,2015,8,1,1 -46275916,2015,9,1,1 -46275916,2015,10,1,1 -46275916,2015,12,2,1 -46275916,2016,2,1,1 -46275916,2016,3,3,1 -46275916,2016,5,2,1 -46275916,2016,6,1,1 -46275916,2016,7,1,1 -46275916,2016,8,2,1.5 -46275916,2016,10,1,1 -46275916,2016,11,1,1 -46275916,2016,12,1,1 -46275916,2017,1,2,1 -46275916,2017,5,1,1 -46275916,2017,6,1,1 -46275916,2017,7,2,1 -46275916,2017,8,1,1 -46275916,2017,12,4,1 -46275916,2018,3,2,1 -46275916,2018,4,1,1 -46275916,2018,6,1,1 -46275916,2018,8,1,1 -46275916,2018,9,2,1 -46275916,2018,10,1,1 -46275916,2018,11,1,2 -46275916,2018,12,1,1 -46275916,2019,2,1,1 -46275916,2019,3,1,1 -46275916,2019,4,2,1 -46275916,2019,7,1,1 -46275916,2019,9,1,1 -46275916,2019,10,1,1 -46275916,2020,1,1,1 -46275916,2020,2,1,1 -46275916,2020,3,1,1 -46275916,2020,6,1,1 -46275916,2020,7,3,1 -46275916,2020,8,1,1 -46275916,2020,9,1,1 -46275916,2020,10,1,1 -46275916,2020,11,2,1 -46275916,2020,12,2,1 -46275916,2021,1,2,1 -46275916,2021,2,2,1 -46275916,2021,5,3,1 -46275916,2021,6,2,1 -46275916,2021,7,3,1 -46275916,2021,9,1,1 -46275916,2021,10,2,1 -46275916,2021,11,1,1 -46275916,2021,12,2,1 -46275916,2022,2,1,1 -46275916,2022,3,1,1 -46275916,2022,5,1,1 -46275916,2022,10,1,1 -46275916,2022,12,1,1 -46275916,2023,2,1,1 -46275916,2023,4,1,1 +concept_id,concept_name,date_year,date_month,person_count,records_per_person +313217,Atrial fibrillation,1970,3,1,1 +313217,Atrial fibrillation,1970,9,1,1 +313217,Atrial fibrillation,1971,9,1,1 +313217,Atrial fibrillation,1974,10,1,1 +313217,Atrial fibrillation,1975,7,1,1 +313217,Atrial fibrillation,1975,12,2,1 +313217,Atrial fibrillation,1977,5,2,1 +313217,Atrial fibrillation,1977,6,1,1 +313217,Atrial fibrillation,1977,7,1,1 +313217,Atrial fibrillation,1978,12,1,1 +313217,Atrial fibrillation,1979,4,2,1 +313217,Atrial fibrillation,1979,11,1,1 +313217,Atrial fibrillation,1980,3,1,1 +313217,Atrial fibrillation,1980,11,1,1 +313217,Atrial fibrillation,1981,3,1,1 +313217,Atrial fibrillation,1981,4,1,1 +313217,Atrial fibrillation,1981,7,1,1 +313217,Atrial fibrillation,1981,12,1,1 +313217,Atrial fibrillation,1982,6,1,1 +313217,Atrial fibrillation,1982,8,1,1 +313217,Atrial fibrillation,1982,12,2,1 +313217,Atrial fibrillation,1983,1,1,1 +313217,Atrial fibrillation,1983,7,2,1 +313217,Atrial fibrillation,1983,12,2,1 +313217,Atrial fibrillation,1984,2,1,1 +313217,Atrial fibrillation,1984,3,1,1 +313217,Atrial fibrillation,1984,5,1,1 +313217,Atrial fibrillation,1984,7,1,1 +313217,Atrial fibrillation,1984,8,1,1 +313217,Atrial fibrillation,1984,10,1,1 +313217,Atrial fibrillation,1984,11,1,1 +313217,Atrial fibrillation,1984,12,1,1 +313217,Atrial fibrillation,1985,3,1,1 +313217,Atrial fibrillation,1985,4,1,1 +313217,Atrial fibrillation,1985,5,1,1 +313217,Atrial fibrillation,1985,6,1,1 +313217,Atrial fibrillation,1986,4,1,1 +313217,Atrial fibrillation,1986,5,1,1 +313217,Atrial fibrillation,1986,9,1,1 +313217,Atrial fibrillation,1986,11,1,1 +313217,Atrial fibrillation,1987,1,2,1 +313217,Atrial fibrillation,1987,5,3,1 +313217,Atrial fibrillation,1987,10,1,1 +313217,Atrial fibrillation,1987,11,1,1 +313217,Atrial fibrillation,1988,1,1,1 +313217,Atrial fibrillation,1988,6,1,1 +313217,Atrial fibrillation,1989,4,1,1 +313217,Atrial fibrillation,1989,5,1,1 +313217,Atrial fibrillation,1989,6,1,1 +313217,Atrial fibrillation,1989,7,1,1 +313217,Atrial fibrillation,1989,10,1,1 +313217,Atrial fibrillation,1990,1,2,1 +313217,Atrial fibrillation,1990,2,1,1 +313217,Atrial fibrillation,1990,5,3,1 +313217,Atrial fibrillation,1990,6,2,1 +313217,Atrial fibrillation,1990,8,1,1 +313217,Atrial fibrillation,1990,12,2,1 +313217,Atrial fibrillation,1991,1,1,1 +313217,Atrial fibrillation,1991,2,1,1 +313217,Atrial fibrillation,1991,3,1,1 +313217,Atrial fibrillation,1991,4,1,1 +313217,Atrial fibrillation,1991,5,1,1 +313217,Atrial fibrillation,1991,6,2,1 +313217,Atrial fibrillation,1991,7,1,1 +313217,Atrial fibrillation,1991,8,4,1 +313217,Atrial fibrillation,1991,10,2,1 +313217,Atrial fibrillation,1992,1,1,1 +313217,Atrial fibrillation,1992,3,1,1 +313217,Atrial fibrillation,1992,7,1,1 +313217,Atrial fibrillation,1992,8,2,1 +313217,Atrial fibrillation,1992,9,2,1 +313217,Atrial fibrillation,1992,10,1,1 +313217,Atrial fibrillation,1993,1,1,1 +313217,Atrial fibrillation,1993,2,2,1 +313217,Atrial fibrillation,1993,5,1,1 +313217,Atrial fibrillation,1993,6,1,1 +313217,Atrial fibrillation,1993,7,1,1 +313217,Atrial fibrillation,1993,10,2,1 +313217,Atrial fibrillation,1993,11,1,1 +313217,Atrial fibrillation,1994,3,1,1 +313217,Atrial fibrillation,1994,4,1,1 +313217,Atrial fibrillation,1994,6,2,1 +313217,Atrial fibrillation,1994,8,1,1 +313217,Atrial fibrillation,1994,9,1,1 +313217,Atrial fibrillation,1994,12,2,1 +313217,Atrial fibrillation,1995,3,1,1 +313217,Atrial fibrillation,1995,6,1,1 +313217,Atrial fibrillation,1995,7,1,1 +313217,Atrial fibrillation,1995,9,2,1 +313217,Atrial fibrillation,1995,11,1,1 +313217,Atrial fibrillation,1995,12,3,1 +313217,Atrial fibrillation,1996,3,1,1 +313217,Atrial fibrillation,1996,6,2,1 +313217,Atrial fibrillation,1996,7,1,1 +313217,Atrial fibrillation,1996,8,1,1 +313217,Atrial fibrillation,1996,10,3,1 +313217,Atrial fibrillation,1996,12,1,1 +313217,Atrial fibrillation,1997,1,1,1 +313217,Atrial fibrillation,1997,5,3,1 +313217,Atrial fibrillation,1997,6,2,1 +313217,Atrial fibrillation,1997,8,2,1 +313217,Atrial fibrillation,1997,9,5,1 +313217,Atrial fibrillation,1997,10,1,1 +313217,Atrial fibrillation,1998,2,3,1 +313217,Atrial fibrillation,1998,3,2,1 +313217,Atrial fibrillation,1998,4,2,1 +313217,Atrial fibrillation,1998,6,2,1 +313217,Atrial fibrillation,1998,8,3,1 +313217,Atrial fibrillation,1998,10,1,1 +313217,Atrial fibrillation,1998,11,1,1 +313217,Atrial fibrillation,1998,12,1,1 +313217,Atrial fibrillation,1999,2,1,1 +313217,Atrial fibrillation,1999,4,1,1 +313217,Atrial fibrillation,1999,5,2,1 +313217,Atrial fibrillation,1999,6,1,1 +313217,Atrial fibrillation,1999,7,2,1 +313217,Atrial fibrillation,1999,9,1,1 +313217,Atrial fibrillation,1999,11,2,1 +313217,Atrial fibrillation,2000,1,2,1 +313217,Atrial fibrillation,2000,2,4,1 +313217,Atrial fibrillation,2000,3,5,1 +313217,Atrial fibrillation,2000,6,2,1 +313217,Atrial fibrillation,2000,7,1,1 +313217,Atrial fibrillation,2000,8,2,1 +313217,Atrial fibrillation,2000,10,1,1 +313217,Atrial fibrillation,2000,11,3,1 +313217,Atrial fibrillation,2000,12,1,1 +313217,Atrial fibrillation,2001,2,1,1 +313217,Atrial fibrillation,2001,4,2,1 +313217,Atrial fibrillation,2001,6,4,1 +313217,Atrial fibrillation,2001,7,2,1 +313217,Atrial fibrillation,2001,9,1,1 +313217,Atrial fibrillation,2001,10,1,1 +313217,Atrial fibrillation,2001,12,1,1 +313217,Atrial fibrillation,2002,1,3,1 +313217,Atrial fibrillation,2002,2,1,1 +313217,Atrial fibrillation,2002,3,3,1 +313217,Atrial fibrillation,2002,5,3,1 +313217,Atrial fibrillation,2002,6,3,1 +313217,Atrial fibrillation,2002,7,1,1 +313217,Atrial fibrillation,2002,8,1,1 +313217,Atrial fibrillation,2002,9,1,1 +313217,Atrial fibrillation,2002,12,4,1 +313217,Atrial fibrillation,2003,1,3,1 +313217,Atrial fibrillation,2003,2,4,1 +313217,Atrial fibrillation,2003,5,4,1 +313217,Atrial fibrillation,2003,6,3,1 +313217,Atrial fibrillation,2003,8,2,1 +313217,Atrial fibrillation,2003,9,2,1 +313217,Atrial fibrillation,2003,10,1,1 +313217,Atrial fibrillation,2003,11,1,1 +313217,Atrial fibrillation,2003,12,1,1 +313217,Atrial fibrillation,2004,1,3,1 +313217,Atrial fibrillation,2004,2,1,1 +313217,Atrial fibrillation,2004,3,2,1 +313217,Atrial fibrillation,2004,4,2,1 +313217,Atrial fibrillation,2004,5,2,1 +313217,Atrial fibrillation,2004,6,1,1 +313217,Atrial fibrillation,2004,7,3,1 +313217,Atrial fibrillation,2004,8,3,1 +313217,Atrial fibrillation,2004,10,2,1 +313217,Atrial fibrillation,2004,11,2,1 +313217,Atrial fibrillation,2004,12,2,1 +313217,Atrial fibrillation,2005,1,1,1 +313217,Atrial fibrillation,2005,2,1,1 +313217,Atrial fibrillation,2005,3,3,1 +313217,Atrial fibrillation,2005,4,2,1 +313217,Atrial fibrillation,2005,5,1,1 +313217,Atrial fibrillation,2005,6,1,1 +313217,Atrial fibrillation,2005,7,1,1 +313217,Atrial fibrillation,2005,9,3,1 +313217,Atrial fibrillation,2005,10,1,1 +313217,Atrial fibrillation,2005,12,2,1 +313217,Atrial fibrillation,2006,1,2,1 +313217,Atrial fibrillation,2006,2,2,1 +313217,Atrial fibrillation,2006,3,1,1 +313217,Atrial fibrillation,2006,4,4,1 +313217,Atrial fibrillation,2006,6,1,1 +313217,Atrial fibrillation,2006,7,2,1 +313217,Atrial fibrillation,2006,8,1,1 +313217,Atrial fibrillation,2006,9,3,1 +313217,Atrial fibrillation,2006,10,2,1 +313217,Atrial fibrillation,2006,11,1,1 +313217,Atrial fibrillation,2006,12,2,1 +313217,Atrial fibrillation,2007,2,2,1 +313217,Atrial fibrillation,2007,3,1,1 +313217,Atrial fibrillation,2007,4,3,1 +313217,Atrial fibrillation,2007,6,3,1 +313217,Atrial fibrillation,2007,9,1,1 +313217,Atrial fibrillation,2007,10,2,1 +313217,Atrial fibrillation,2007,11,2,1 +313217,Atrial fibrillation,2007,12,4,1 +313217,Atrial fibrillation,2008,1,1,1 +313217,Atrial fibrillation,2008,2,1,1 +313217,Atrial fibrillation,2008,3,4,1 +313217,Atrial fibrillation,2008,5,3,1 +313217,Atrial fibrillation,2008,6,1,1 +313217,Atrial fibrillation,2008,7,2,1 +313217,Atrial fibrillation,2008,8,2,1 +313217,Atrial fibrillation,2008,9,2,1 +313217,Atrial fibrillation,2008,10,2,1 +313217,Atrial fibrillation,2008,11,1,1 +313217,Atrial fibrillation,2009,1,5,1 +313217,Atrial fibrillation,2009,2,1,1 +313217,Atrial fibrillation,2009,3,4,1 +313217,Atrial fibrillation,2009,4,4,1 +313217,Atrial fibrillation,2009,5,1,1 +313217,Atrial fibrillation,2009,6,2,1 +313217,Atrial fibrillation,2009,7,2,1 +313217,Atrial fibrillation,2009,8,2,1 +313217,Atrial fibrillation,2009,9,4,1 +313217,Atrial fibrillation,2009,10,2,1 +313217,Atrial fibrillation,2009,11,2,1 +313217,Atrial fibrillation,2009,12,3,1 +313217,Atrial fibrillation,2010,1,1,1 +313217,Atrial fibrillation,2010,2,3,1 +313217,Atrial fibrillation,2010,3,1,1 +313217,Atrial fibrillation,2010,4,2,1 +313217,Atrial fibrillation,2010,5,4,1 +313217,Atrial fibrillation,2010,6,2,1 +313217,Atrial fibrillation,2010,7,1,1 +313217,Atrial fibrillation,2010,9,3,1 +313217,Atrial fibrillation,2010,10,2,1 +313217,Atrial fibrillation,2010,11,1,1 +313217,Atrial fibrillation,2011,1,6,1 +313217,Atrial fibrillation,2011,2,1,1 +313217,Atrial fibrillation,2011,3,1,1 +313217,Atrial fibrillation,2011,4,2,1 +313217,Atrial fibrillation,2011,5,1,1 +313217,Atrial fibrillation,2011,6,2,1 +313217,Atrial fibrillation,2011,7,4,1 +313217,Atrial fibrillation,2011,8,2,1 +313217,Atrial fibrillation,2011,9,4,1 +313217,Atrial fibrillation,2011,10,3,1 +313217,Atrial fibrillation,2011,11,1,1 +313217,Atrial fibrillation,2011,12,2,1 +313217,Atrial fibrillation,2012,1,3,1 +313217,Atrial fibrillation,2012,2,1,1 +313217,Atrial fibrillation,2012,3,2,1 +313217,Atrial fibrillation,2012,4,3,1 +313217,Atrial fibrillation,2012,5,2,1 +313217,Atrial fibrillation,2012,6,1,1 +313217,Atrial fibrillation,2012,7,2,1 +313217,Atrial fibrillation,2012,8,1,1 +313217,Atrial fibrillation,2012,9,5,1 +313217,Atrial fibrillation,2012,10,2,1 +313217,Atrial fibrillation,2012,11,2,1 +313217,Atrial fibrillation,2012,12,5,1 +313217,Atrial fibrillation,2013,2,2,1 +313217,Atrial fibrillation,2013,3,3,1 +313217,Atrial fibrillation,2013,4,2,1 +313217,Atrial fibrillation,2013,6,2,1 +313217,Atrial fibrillation,2013,7,2,1 +313217,Atrial fibrillation,2013,8,1,1 +313217,Atrial fibrillation,2013,9,1,1 +313217,Atrial fibrillation,2013,10,3,1 +313217,Atrial fibrillation,2013,11,2,1 +313217,Atrial fibrillation,2013,12,3,1 +313217,Atrial fibrillation,2014,1,2,1 +313217,Atrial fibrillation,2014,2,4,1 +313217,Atrial fibrillation,2014,3,1,1 +313217,Atrial fibrillation,2014,4,2,1 +313217,Atrial fibrillation,2014,5,3,1 +313217,Atrial fibrillation,2014,6,2,1 +313217,Atrial fibrillation,2014,7,6,1 +313217,Atrial fibrillation,2014,8,6,1 +313217,Atrial fibrillation,2014,9,1,1 +313217,Atrial fibrillation,2014,10,1,1 +313217,Atrial fibrillation,2014,11,3,1 +313217,Atrial fibrillation,2014,12,4,1 +313217,Atrial fibrillation,2015,1,2,1 +313217,Atrial fibrillation,2015,2,3,1 +313217,Atrial fibrillation,2015,3,6,1 +313217,Atrial fibrillation,2015,4,2,1 +313217,Atrial fibrillation,2015,5,5,1 +313217,Atrial fibrillation,2015,6,2,1 +313217,Atrial fibrillation,2015,7,4,1 +313217,Atrial fibrillation,2015,8,1,1 +313217,Atrial fibrillation,2015,9,5,1 +313217,Atrial fibrillation,2015,10,2,1 +313217,Atrial fibrillation,2015,11,3,1 +313217,Atrial fibrillation,2015,12,1,1 +313217,Atrial fibrillation,2016,1,4,1 +313217,Atrial fibrillation,2016,2,2,1 +313217,Atrial fibrillation,2016,3,1,1 +313217,Atrial fibrillation,2016,4,2,1 +313217,Atrial fibrillation,2016,5,6,1 +313217,Atrial fibrillation,2016,6,3,1 +313217,Atrial fibrillation,2016,7,3,1 +313217,Atrial fibrillation,2016,8,4,1 +313217,Atrial fibrillation,2016,9,1,1 +313217,Atrial fibrillation,2016,10,2,1 +313217,Atrial fibrillation,2016,12,1,1 +313217,Atrial fibrillation,2017,1,2,1 +313217,Atrial fibrillation,2017,2,1,1 +313217,Atrial fibrillation,2017,3,4,1 +313217,Atrial fibrillation,2017,4,3,1 +313217,Atrial fibrillation,2017,5,4,1 +313217,Atrial fibrillation,2017,6,5,1 +313217,Atrial fibrillation,2017,8,4,1 +313217,Atrial fibrillation,2017,9,1,1 +313217,Atrial fibrillation,2017,10,4,1 +313217,Atrial fibrillation,2017,11,3,1 +313217,Atrial fibrillation,2017,12,2,1 +313217,Atrial fibrillation,2018,1,1,1 +313217,Atrial fibrillation,2018,2,2,1 +313217,Atrial fibrillation,2018,3,5,1 +313217,Atrial fibrillation,2018,4,4,1 +313217,Atrial fibrillation,2018,5,1,1 +313217,Atrial fibrillation,2018,6,2,1 +313217,Atrial fibrillation,2018,7,2,1 +313217,Atrial fibrillation,2018,8,7,1 +313217,Atrial fibrillation,2018,9,1,1 +313217,Atrial fibrillation,2018,10,4,1 +313217,Atrial fibrillation,2018,11,3,1 +313217,Atrial fibrillation,2018,12,4,1 +313217,Atrial fibrillation,2019,1,3,1 +313217,Atrial fibrillation,2019,2,2,1 +313217,Atrial fibrillation,2019,3,2,1 +313217,Atrial fibrillation,2019,4,2,1 +313217,Atrial fibrillation,2019,5,4,1 +313217,Atrial fibrillation,2019,6,3,1 +313217,Atrial fibrillation,2019,7,3,1 +313217,Atrial fibrillation,2019,8,4,1 +313217,Atrial fibrillation,2019,9,3,1 +313217,Atrial fibrillation,2019,10,4,1 +313217,Atrial fibrillation,2019,11,2,1 +313217,Atrial fibrillation,2019,12,2,1 +313217,Atrial fibrillation,2020,1,6,1 +313217,Atrial fibrillation,2020,2,1,1 +313217,Atrial fibrillation,2020,3,2,1 +313217,Atrial fibrillation,2020,4,1,1 +313217,Atrial fibrillation,2020,5,3,1 +313217,Atrial fibrillation,2020,6,5,1 +313217,Atrial fibrillation,2020,7,2,1 +313217,Atrial fibrillation,2020,8,7,1 +313217,Atrial fibrillation,2020,9,2,1 +313217,Atrial fibrillation,2020,10,4,1 +313217,Atrial fibrillation,2020,11,5,1 +313217,Atrial fibrillation,2020,12,5,1 +313217,Atrial fibrillation,2021,1,3,1 +313217,Atrial fibrillation,2021,2,1,1 +313217,Atrial fibrillation,2021,3,3,1 +313217,Atrial fibrillation,2021,4,3,1 +313217,Atrial fibrillation,2021,5,4,1 +313217,Atrial fibrillation,2021,6,1,1 +313217,Atrial fibrillation,2021,7,6,1 +313217,Atrial fibrillation,2021,8,2,1 +313217,Atrial fibrillation,2021,9,3,1 +313217,Atrial fibrillation,2021,10,4,1 +313217,Atrial fibrillation,2021,11,3,1 +313217,Atrial fibrillation,2021,12,3,1 +313217,Atrial fibrillation,2022,1,4,1 +313217,Atrial fibrillation,2022,2,8,1 +313217,Atrial fibrillation,2022,3,4,1 +313217,Atrial fibrillation,2022,4,7,1 +313217,Atrial fibrillation,2022,5,7,1 +313217,Atrial fibrillation,2022,6,3,1 +313217,Atrial fibrillation,2022,7,5,1 +313217,Atrial fibrillation,2022,8,4,1 +313217,Atrial fibrillation,2022,9,2,1 +313217,Atrial fibrillation,2022,10,6,1 +313217,Atrial fibrillation,2022,11,2,1 +313217,Atrial fibrillation,2022,12,4,1 +313217,Atrial fibrillation,2023,1,1,1 +313217,Atrial fibrillation,2023,2,3,1 +313217,Atrial fibrillation,2023,3,3,1 +313217,Atrial fibrillation,2023,4,4,1 +313217,Atrial fibrillation,2023,5,3,1 +313217,Atrial fibrillation,2023,6,2,1 +317576,Coronary arteriosclerosis,1933,3,1,1 +317576,Coronary arteriosclerosis,1933,6,1,1 +317576,Coronary arteriosclerosis,1934,6,1,1 +317576,Coronary arteriosclerosis,1934,12,1,1 +317576,Coronary arteriosclerosis,1935,10,1,1 +317576,Coronary arteriosclerosis,1935,11,1,1 +317576,Coronary arteriosclerosis,1936,4,1,1 +317576,Coronary arteriosclerosis,1939,3,1,1 +317576,Coronary arteriosclerosis,1939,10,1,1 +317576,Coronary arteriosclerosis,1940,8,1,1 +317576,Coronary arteriosclerosis,1941,3,1,1 +317576,Coronary arteriosclerosis,1941,4,1,1 +317576,Coronary arteriosclerosis,1942,6,1,1 +317576,Coronary arteriosclerosis,1943,3,1,1 +317576,Coronary arteriosclerosis,1943,4,1,1 +317576,Coronary arteriosclerosis,1943,8,1,1 +317576,Coronary arteriosclerosis,1943,10,1,1 +317576,Coronary arteriosclerosis,1944,8,1,1 +317576,Coronary arteriosclerosis,1945,10,1,1 +317576,Coronary arteriosclerosis,1946,11,1,1 +317576,Coronary arteriosclerosis,1947,3,1,1 +317576,Coronary arteriosclerosis,1948,2,1,1 +317576,Coronary arteriosclerosis,1948,10,1,1 +317576,Coronary arteriosclerosis,1950,3,1,1 +317576,Coronary arteriosclerosis,1950,7,1,1 +317576,Coronary arteriosclerosis,1951,3,1,1 +317576,Coronary arteriosclerosis,1951,10,3,1 +317576,Coronary arteriosclerosis,1952,2,2,1 +317576,Coronary arteriosclerosis,1952,3,1,1 +317576,Coronary arteriosclerosis,1952,12,1,1 +317576,Coronary arteriosclerosis,1953,3,2,1 +317576,Coronary arteriosclerosis,1954,5,1,1 +317576,Coronary arteriosclerosis,1954,6,1,1 +317576,Coronary arteriosclerosis,1954,9,1,1 +317576,Coronary arteriosclerosis,1954,10,1,1 +317576,Coronary arteriosclerosis,1954,12,1,1 +317576,Coronary arteriosclerosis,1955,3,1,1 +317576,Coronary arteriosclerosis,1955,4,1,1 +317576,Coronary arteriosclerosis,1955,6,1,1 +317576,Coronary arteriosclerosis,1955,9,1,1 +317576,Coronary arteriosclerosis,1957,11,2,1 +317576,Coronary arteriosclerosis,1958,3,1,1 +317576,Coronary arteriosclerosis,1958,6,1,1 +317576,Coronary arteriosclerosis,1959,5,1,1 +317576,Coronary arteriosclerosis,1959,6,2,1 +317576,Coronary arteriosclerosis,1960,9,1,1 +317576,Coronary arteriosclerosis,1960,11,1,1 +317576,Coronary arteriosclerosis,1960,12,2,1 +317576,Coronary arteriosclerosis,1961,2,2,1 +317576,Coronary arteriosclerosis,1961,8,1,1 +317576,Coronary arteriosclerosis,1962,3,1,1 +317576,Coronary arteriosclerosis,1962,4,1,1 +317576,Coronary arteriosclerosis,1962,11,1,1 +317576,Coronary arteriosclerosis,1963,3,1,1 +317576,Coronary arteriosclerosis,1963,6,1,1 +317576,Coronary arteriosclerosis,1963,7,1,1 +317576,Coronary arteriosclerosis,1964,5,1,1 +317576,Coronary arteriosclerosis,1964,6,2,1 +317576,Coronary arteriosclerosis,1964,7,1,1 +317576,Coronary arteriosclerosis,1964,10,3,1 +317576,Coronary arteriosclerosis,1964,11,1,1 +317576,Coronary arteriosclerosis,1965,7,1,1 +317576,Coronary arteriosclerosis,1965,8,1,1 +317576,Coronary arteriosclerosis,1965,9,2,1 +317576,Coronary arteriosclerosis,1966,7,1,1 +317576,Coronary arteriosclerosis,1966,12,1,1 +317576,Coronary arteriosclerosis,1967,3,2,1 +317576,Coronary arteriosclerosis,1967,5,1,1 +317576,Coronary arteriosclerosis,1967,7,1,1 +317576,Coronary arteriosclerosis,1967,9,1,1 +317576,Coronary arteriosclerosis,1967,11,1,1 +317576,Coronary arteriosclerosis,1968,2,1,1 +317576,Coronary arteriosclerosis,1968,3,1,1 +317576,Coronary arteriosclerosis,1968,8,1,1 +317576,Coronary arteriosclerosis,1968,12,1,1 +317576,Coronary arteriosclerosis,1969,1,1,1 +317576,Coronary arteriosclerosis,1969,3,1,1 +317576,Coronary arteriosclerosis,1969,5,1,1 +317576,Coronary arteriosclerosis,1969,6,1,1 +317576,Coronary arteriosclerosis,1969,8,2,1 +317576,Coronary arteriosclerosis,1969,10,2,1 +317576,Coronary arteriosclerosis,1970,1,1,1 +317576,Coronary arteriosclerosis,1970,5,2,1 +317576,Coronary arteriosclerosis,1970,7,1,1 +317576,Coronary arteriosclerosis,1970,10,1,1 +317576,Coronary arteriosclerosis,1970,12,1,1 +317576,Coronary arteriosclerosis,1971,3,1,1 +317576,Coronary arteriosclerosis,1971,4,1,1 +317576,Coronary arteriosclerosis,1971,5,1,1 +317576,Coronary arteriosclerosis,1971,9,3,1 +317576,Coronary arteriosclerosis,1971,11,1,1 +317576,Coronary arteriosclerosis,1972,4,1,1 +317576,Coronary arteriosclerosis,1972,9,1,1 +317576,Coronary arteriosclerosis,1972,10,1,1 +317576,Coronary arteriosclerosis,1973,6,1,1 +317576,Coronary arteriosclerosis,1973,7,1,1 +317576,Coronary arteriosclerosis,1973,8,2,1 +317576,Coronary arteriosclerosis,1973,9,1,1 +317576,Coronary arteriosclerosis,1974,1,2,1 +317576,Coronary arteriosclerosis,1974,3,2,1 +317576,Coronary arteriosclerosis,1974,9,1,1 +317576,Coronary arteriosclerosis,1974,10,2,1 +317576,Coronary arteriosclerosis,1975,2,1,1 +317576,Coronary arteriosclerosis,1975,12,1,1 +317576,Coronary arteriosclerosis,1976,2,1,1 +317576,Coronary arteriosclerosis,1976,4,1,1 +317576,Coronary arteriosclerosis,1976,5,1,1 +317576,Coronary arteriosclerosis,1976,8,1,1 +317576,Coronary arteriosclerosis,1977,1,2,1 +317576,Coronary arteriosclerosis,1977,3,1,1 +317576,Coronary arteriosclerosis,1978,6,2,1 +317576,Coronary arteriosclerosis,1978,10,1,1 +317576,Coronary arteriosclerosis,1978,11,1,1 +317576,Coronary arteriosclerosis,1979,8,1,1 +317576,Coronary arteriosclerosis,1979,12,1,1 +317576,Coronary arteriosclerosis,1980,2,2,1 +317576,Coronary arteriosclerosis,1980,4,1,1 +317576,Coronary arteriosclerosis,1980,5,2,1 +317576,Coronary arteriosclerosis,1980,6,2,1 +317576,Coronary arteriosclerosis,1980,7,1,1 +317576,Coronary arteriosclerosis,1981,3,1,1 +317576,Coronary arteriosclerosis,1981,4,1,1 +317576,Coronary arteriosclerosis,1981,6,1,1 +317576,Coronary arteriosclerosis,1981,8,1,1 +317576,Coronary arteriosclerosis,1981,10,1,1 +317576,Coronary arteriosclerosis,1981,11,1,1 +317576,Coronary arteriosclerosis,1982,4,2,1 +317576,Coronary arteriosclerosis,1982,6,1,1 +317576,Coronary arteriosclerosis,1982,7,1,1 +317576,Coronary arteriosclerosis,1982,9,1,1 +317576,Coronary arteriosclerosis,1982,10,2,1 +317576,Coronary arteriosclerosis,1982,12,3,1 +317576,Coronary arteriosclerosis,1983,1,2,1 +317576,Coronary arteriosclerosis,1983,3,4,1 +317576,Coronary arteriosclerosis,1983,4,1,1 +317576,Coronary arteriosclerosis,1983,5,1,1 +317576,Coronary arteriosclerosis,1983,6,2,1 +317576,Coronary arteriosclerosis,1983,7,2,1 +317576,Coronary arteriosclerosis,1983,8,2,1 +317576,Coronary arteriosclerosis,1983,9,1,1 +317576,Coronary arteriosclerosis,1983,11,1,1 +317576,Coronary arteriosclerosis,1984,1,1,1 +317576,Coronary arteriosclerosis,1984,3,1,1 +317576,Coronary arteriosclerosis,1984,4,1,1 +317576,Coronary arteriosclerosis,1984,5,1,1 +317576,Coronary arteriosclerosis,1984,6,1,1 +317576,Coronary arteriosclerosis,1984,8,1,1 +317576,Coronary arteriosclerosis,1984,9,1,1 +317576,Coronary arteriosclerosis,1984,10,1,1 +317576,Coronary arteriosclerosis,1985,4,3,1 +317576,Coronary arteriosclerosis,1985,7,1,1 +317576,Coronary arteriosclerosis,1985,8,1,1 +317576,Coronary arteriosclerosis,1985,9,1,1 +317576,Coronary arteriosclerosis,1985,10,1,1 +317576,Coronary arteriosclerosis,1985,12,1,1 +317576,Coronary arteriosclerosis,1986,1,1,1 +317576,Coronary arteriosclerosis,1986,3,1,1 +317576,Coronary arteriosclerosis,1986,5,1,1 +317576,Coronary arteriosclerosis,1986,7,2,1 +317576,Coronary arteriosclerosis,1986,8,1,1 +317576,Coronary arteriosclerosis,1986,9,1,1 +317576,Coronary arteriosclerosis,1986,11,1,1 +317576,Coronary arteriosclerosis,1986,12,3,1 +317576,Coronary arteriosclerosis,1987,1,2,1 +317576,Coronary arteriosclerosis,1987,2,1,1 +317576,Coronary arteriosclerosis,1987,4,2,1 +317576,Coronary arteriosclerosis,1987,5,2,1 +317576,Coronary arteriosclerosis,1987,6,2,1 +317576,Coronary arteriosclerosis,1987,7,2,1 +317576,Coronary arteriosclerosis,1987,8,1,1 +317576,Coronary arteriosclerosis,1987,9,1,1 +317576,Coronary arteriosclerosis,1987,10,2,1 +317576,Coronary arteriosclerosis,1988,2,1,1 +317576,Coronary arteriosclerosis,1988,3,3,1 +317576,Coronary arteriosclerosis,1988,4,1,1 +317576,Coronary arteriosclerosis,1988,5,2,1 +317576,Coronary arteriosclerosis,1988,8,2,1 +317576,Coronary arteriosclerosis,1988,10,1,1 +317576,Coronary arteriosclerosis,1988,11,2,1 +317576,Coronary arteriosclerosis,1988,12,1,1 +317576,Coronary arteriosclerosis,1989,3,3,1 +317576,Coronary arteriosclerosis,1989,4,2,1 +317576,Coronary arteriosclerosis,1989,5,2,1 +317576,Coronary arteriosclerosis,1989,7,1,1 +317576,Coronary arteriosclerosis,1989,8,1,1 +317576,Coronary arteriosclerosis,1989,9,2,1 +317576,Coronary arteriosclerosis,1989,10,3,1 +317576,Coronary arteriosclerosis,1989,11,2,1 +317576,Coronary arteriosclerosis,1989,12,1,1 +317576,Coronary arteriosclerosis,1990,1,1,1 +317576,Coronary arteriosclerosis,1990,2,1,1 +317576,Coronary arteriosclerosis,1990,3,2,1 +317576,Coronary arteriosclerosis,1990,5,2,1 +317576,Coronary arteriosclerosis,1990,6,4,1 +317576,Coronary arteriosclerosis,1990,7,1,1 +317576,Coronary arteriosclerosis,1990,8,2,1 +317576,Coronary arteriosclerosis,1990,9,1,1 +317576,Coronary arteriosclerosis,1990,11,1,1 +317576,Coronary arteriosclerosis,1990,12,1,1 +317576,Coronary arteriosclerosis,1991,3,1,1 +317576,Coronary arteriosclerosis,1991,5,1,1 +317576,Coronary arteriosclerosis,1991,6,3,1 +317576,Coronary arteriosclerosis,1991,7,5,1 +317576,Coronary arteriosclerosis,1991,8,4,1 +317576,Coronary arteriosclerosis,1991,9,1,1 +317576,Coronary arteriosclerosis,1991,10,3,1 +317576,Coronary arteriosclerosis,1991,11,1,1 +317576,Coronary arteriosclerosis,1991,12,3,1 +317576,Coronary arteriosclerosis,1992,1,2,1 +317576,Coronary arteriosclerosis,1992,3,3,1 +317576,Coronary arteriosclerosis,1992,4,1,1 +317576,Coronary arteriosclerosis,1992,5,1,1 +317576,Coronary arteriosclerosis,1992,6,4,1 +317576,Coronary arteriosclerosis,1992,7,1,1 +317576,Coronary arteriosclerosis,1992,8,1,1 +317576,Coronary arteriosclerosis,1992,9,2,1 +317576,Coronary arteriosclerosis,1992,10,1,1 +317576,Coronary arteriosclerosis,1992,11,1,1 +317576,Coronary arteriosclerosis,1992,12,1,1 +317576,Coronary arteriosclerosis,1993,1,2,1 +317576,Coronary arteriosclerosis,1993,2,1,1 +317576,Coronary arteriosclerosis,1993,3,2,1 +317576,Coronary arteriosclerosis,1993,4,1,1 +317576,Coronary arteriosclerosis,1993,5,2,1 +317576,Coronary arteriosclerosis,1993,6,2,1 +317576,Coronary arteriosclerosis,1993,7,1,1 +317576,Coronary arteriosclerosis,1993,8,1,1 +317576,Coronary arteriosclerosis,1993,9,2,1 +317576,Coronary arteriosclerosis,1993,11,1,1 +317576,Coronary arteriosclerosis,1994,1,1,1 +317576,Coronary arteriosclerosis,1994,2,3,1 +317576,Coronary arteriosclerosis,1994,4,2,1 +317576,Coronary arteriosclerosis,1994,7,1,1 +317576,Coronary arteriosclerosis,1994,8,1,1 +317576,Coronary arteriosclerosis,1994,9,4,1 +317576,Coronary arteriosclerosis,1994,10,2,1 +317576,Coronary arteriosclerosis,1994,11,5,1 +317576,Coronary arteriosclerosis,1994,12,1,1 +317576,Coronary arteriosclerosis,1995,1,3,1 +317576,Coronary arteriosclerosis,1995,2,1,1 +317576,Coronary arteriosclerosis,1995,4,4,1 +317576,Coronary arteriosclerosis,1995,5,1,1 +317576,Coronary arteriosclerosis,1995,6,4,1 +317576,Coronary arteriosclerosis,1995,8,1,1 +317576,Coronary arteriosclerosis,1995,9,1,1 +317576,Coronary arteriosclerosis,1995,10,1,1 +317576,Coronary arteriosclerosis,1995,11,3,1 +317576,Coronary arteriosclerosis,1995,12,3,1 +317576,Coronary arteriosclerosis,1996,1,3,1 +317576,Coronary arteriosclerosis,1996,2,2,1 +317576,Coronary arteriosclerosis,1996,4,3,1 +317576,Coronary arteriosclerosis,1996,5,1,1 +317576,Coronary arteriosclerosis,1996,6,4,1 +317576,Coronary arteriosclerosis,1996,7,2,1 +317576,Coronary arteriosclerosis,1996,8,1,1 +317576,Coronary arteriosclerosis,1996,9,3,1 +317576,Coronary arteriosclerosis,1996,10,2,1 +317576,Coronary arteriosclerosis,1996,11,4,1 +317576,Coronary arteriosclerosis,1997,1,4,1 +317576,Coronary arteriosclerosis,1997,2,1,1 +317576,Coronary arteriosclerosis,1997,3,1,1 +317576,Coronary arteriosclerosis,1997,4,1,1 +317576,Coronary arteriosclerosis,1997,5,1,1 +317576,Coronary arteriosclerosis,1997,6,2,1 +317576,Coronary arteriosclerosis,1997,7,4,1 +317576,Coronary arteriosclerosis,1997,9,2,1 +317576,Coronary arteriosclerosis,1997,11,1,1 +317576,Coronary arteriosclerosis,1997,12,1,1 +317576,Coronary arteriosclerosis,1998,1,2,1 +317576,Coronary arteriosclerosis,1998,2,2,1 +317576,Coronary arteriosclerosis,1998,3,3,1 +317576,Coronary arteriosclerosis,1998,6,2,1 +317576,Coronary arteriosclerosis,1998,7,1,1 +317576,Coronary arteriosclerosis,1998,8,5,1 +317576,Coronary arteriosclerosis,1998,9,2,1 +317576,Coronary arteriosclerosis,1998,10,1,1 +317576,Coronary arteriosclerosis,1998,11,1,1 +317576,Coronary arteriosclerosis,1998,12,3,1 +317576,Coronary arteriosclerosis,1999,1,4,1 +317576,Coronary arteriosclerosis,1999,2,2,1 +317576,Coronary arteriosclerosis,1999,3,2,1 +317576,Coronary arteriosclerosis,1999,4,1,1 +317576,Coronary arteriosclerosis,1999,5,3,1 +317576,Coronary arteriosclerosis,1999,6,2,1 +317576,Coronary arteriosclerosis,1999,7,1,1 +317576,Coronary arteriosclerosis,1999,8,3,1 +317576,Coronary arteriosclerosis,1999,9,2,1 +317576,Coronary arteriosclerosis,1999,10,3,1 +317576,Coronary arteriosclerosis,1999,11,3,1 +317576,Coronary arteriosclerosis,1999,12,3,1 +317576,Coronary arteriosclerosis,2000,1,4,1 +317576,Coronary arteriosclerosis,2000,3,2,1 +317576,Coronary arteriosclerosis,2000,4,1,1 +317576,Coronary arteriosclerosis,2000,5,1,1 +317576,Coronary arteriosclerosis,2000,6,4,1 +317576,Coronary arteriosclerosis,2000,7,1,1 +317576,Coronary arteriosclerosis,2000,8,2,1 +317576,Coronary arteriosclerosis,2000,9,1,1 +317576,Coronary arteriosclerosis,2000,10,3,1 +317576,Coronary arteriosclerosis,2000,11,2,1 +317576,Coronary arteriosclerosis,2000,12,4,1 +317576,Coronary arteriosclerosis,2001,1,3,1 +317576,Coronary arteriosclerosis,2001,2,3,1 +317576,Coronary arteriosclerosis,2001,3,2,1 +317576,Coronary arteriosclerosis,2001,4,3,1 +317576,Coronary arteriosclerosis,2001,5,2,1 +317576,Coronary arteriosclerosis,2001,6,3,1 +317576,Coronary arteriosclerosis,2001,7,5,1 +317576,Coronary arteriosclerosis,2001,8,3,1 +317576,Coronary arteriosclerosis,2001,9,2,1 +317576,Coronary arteriosclerosis,2001,10,2,1 +317576,Coronary arteriosclerosis,2001,11,1,1 +317576,Coronary arteriosclerosis,2001,12,5,1 +317576,Coronary arteriosclerosis,2002,3,3,1 +317576,Coronary arteriosclerosis,2002,4,3,1 +317576,Coronary arteriosclerosis,2002,5,5,1 +317576,Coronary arteriosclerosis,2002,6,1,1 +317576,Coronary arteriosclerosis,2002,7,6,1 +317576,Coronary arteriosclerosis,2002,8,2,1 +317576,Coronary arteriosclerosis,2002,9,1,1 +317576,Coronary arteriosclerosis,2002,10,1,1 +317576,Coronary arteriosclerosis,2002,11,3,1 +317576,Coronary arteriosclerosis,2002,12,2,1 +317576,Coronary arteriosclerosis,2003,1,3,1 +317576,Coronary arteriosclerosis,2003,2,1,1 +317576,Coronary arteriosclerosis,2003,3,3,1 +317576,Coronary arteriosclerosis,2003,4,2,1 +317576,Coronary arteriosclerosis,2003,5,2,1 +317576,Coronary arteriosclerosis,2003,6,1,1 +317576,Coronary arteriosclerosis,2003,7,3,1 +317576,Coronary arteriosclerosis,2003,8,1,1 +317576,Coronary arteriosclerosis,2003,9,5,1 +317576,Coronary arteriosclerosis,2003,10,4,1 +317576,Coronary arteriosclerosis,2003,11,4,1 +317576,Coronary arteriosclerosis,2003,12,3,1 +317576,Coronary arteriosclerosis,2004,1,1,1 +317576,Coronary arteriosclerosis,2004,2,2,1 +317576,Coronary arteriosclerosis,2004,3,4,1 +317576,Coronary arteriosclerosis,2004,5,3,1 +317576,Coronary arteriosclerosis,2004,6,4,1 +317576,Coronary arteriosclerosis,2004,7,4,1 +317576,Coronary arteriosclerosis,2004,8,1,1 +317576,Coronary arteriosclerosis,2004,9,2,1 +317576,Coronary arteriosclerosis,2004,11,2,1 +317576,Coronary arteriosclerosis,2004,12,3,1 +317576,Coronary arteriosclerosis,2005,2,8,1 +317576,Coronary arteriosclerosis,2005,3,2,1 +317576,Coronary arteriosclerosis,2005,4,3,1 +317576,Coronary arteriosclerosis,2005,5,2,1 +317576,Coronary arteriosclerosis,2005,6,4,1 +317576,Coronary arteriosclerosis,2005,8,3,1 +317576,Coronary arteriosclerosis,2005,9,4,1 +317576,Coronary arteriosclerosis,2005,10,2,1 +317576,Coronary arteriosclerosis,2005,11,6,1 +317576,Coronary arteriosclerosis,2006,1,5,1 +317576,Coronary arteriosclerosis,2006,2,3,1 +317576,Coronary arteriosclerosis,2006,3,2,1 +317576,Coronary arteriosclerosis,2006,5,4,1 +317576,Coronary arteriosclerosis,2006,6,4,1 +317576,Coronary arteriosclerosis,2006,7,3,1 +317576,Coronary arteriosclerosis,2006,8,2,1 +317576,Coronary arteriosclerosis,2006,9,1,1 +317576,Coronary arteriosclerosis,2006,11,1,1 +317576,Coronary arteriosclerosis,2006,12,4,1 +317576,Coronary arteriosclerosis,2007,1,3,1 +317576,Coronary arteriosclerosis,2007,2,1,1 +317576,Coronary arteriosclerosis,2007,3,4,1 +317576,Coronary arteriosclerosis,2007,4,5,1 +317576,Coronary arteriosclerosis,2007,5,4,1 +317576,Coronary arteriosclerosis,2007,6,1,1 +317576,Coronary arteriosclerosis,2007,7,2,1 +317576,Coronary arteriosclerosis,2007,8,5,1 +317576,Coronary arteriosclerosis,2007,9,3,1 +317576,Coronary arteriosclerosis,2007,11,3,1 +317576,Coronary arteriosclerosis,2007,12,2,1 +317576,Coronary arteriosclerosis,2008,1,2,1 +317576,Coronary arteriosclerosis,2008,2,1,1 +317576,Coronary arteriosclerosis,2008,3,3,1 +317576,Coronary arteriosclerosis,2008,4,4,1 +317576,Coronary arteriosclerosis,2008,5,3,1 +317576,Coronary arteriosclerosis,2008,6,1,1 +317576,Coronary arteriosclerosis,2008,7,4,1 +317576,Coronary arteriosclerosis,2008,9,3,1 +317576,Coronary arteriosclerosis,2008,10,6,1 +317576,Coronary arteriosclerosis,2008,11,2,1 +317576,Coronary arteriosclerosis,2008,12,1,1 +317576,Coronary arteriosclerosis,2009,1,2,1 +317576,Coronary arteriosclerosis,2009,2,2,1 +317576,Coronary arteriosclerosis,2009,3,2,1 +317576,Coronary arteriosclerosis,2009,4,2,1 +317576,Coronary arteriosclerosis,2009,6,3,1 +317576,Coronary arteriosclerosis,2009,7,2,1 +317576,Coronary arteriosclerosis,2009,8,2,1 +317576,Coronary arteriosclerosis,2009,9,3,1 +317576,Coronary arteriosclerosis,2009,10,2,1 +317576,Coronary arteriosclerosis,2009,11,2,1 +317576,Coronary arteriosclerosis,2009,12,1,1 +317576,Coronary arteriosclerosis,2010,2,3,1 +317576,Coronary arteriosclerosis,2010,3,2,1 +317576,Coronary arteriosclerosis,2010,4,1,1 +317576,Coronary arteriosclerosis,2010,5,2,1 +317576,Coronary arteriosclerosis,2010,6,4,1 +317576,Coronary arteriosclerosis,2010,7,3,1 +317576,Coronary arteriosclerosis,2010,8,4,1 +317576,Coronary arteriosclerosis,2010,9,3,1 +317576,Coronary arteriosclerosis,2010,10,4,1 +317576,Coronary arteriosclerosis,2010,11,4,1 +317576,Coronary arteriosclerosis,2010,12,4,1 +317576,Coronary arteriosclerosis,2011,1,5,1 +317576,Coronary arteriosclerosis,2011,3,3,1 +317576,Coronary arteriosclerosis,2011,5,2,1 +317576,Coronary arteriosclerosis,2011,6,2,1 +317576,Coronary arteriosclerosis,2011,7,3,1 +317576,Coronary arteriosclerosis,2011,8,3,1 +317576,Coronary arteriosclerosis,2011,9,6,1 +317576,Coronary arteriosclerosis,2011,10,2,1 +317576,Coronary arteriosclerosis,2011,11,1,1 +317576,Coronary arteriosclerosis,2011,12,5,1 +317576,Coronary arteriosclerosis,2012,1,3,1 +317576,Coronary arteriosclerosis,2012,2,2,1 +317576,Coronary arteriosclerosis,2012,3,4,1 +317576,Coronary arteriosclerosis,2012,4,5,1 +317576,Coronary arteriosclerosis,2012,5,4,1 +317576,Coronary arteriosclerosis,2012,6,1,1 +317576,Coronary arteriosclerosis,2012,7,6,1 +317576,Coronary arteriosclerosis,2012,8,6,1 +317576,Coronary arteriosclerosis,2012,9,3,1 +317576,Coronary arteriosclerosis,2012,10,4,1 +317576,Coronary arteriosclerosis,2012,11,4,1 +317576,Coronary arteriosclerosis,2012,12,2,1 +317576,Coronary arteriosclerosis,2013,1,3,1 +317576,Coronary arteriosclerosis,2013,2,1,1 +317576,Coronary arteriosclerosis,2013,3,6,1 +317576,Coronary arteriosclerosis,2013,4,4,1 +317576,Coronary arteriosclerosis,2013,5,4,1 +317576,Coronary arteriosclerosis,2013,6,4,1 +317576,Coronary arteriosclerosis,2013,7,2,1 +317576,Coronary arteriosclerosis,2013,8,2,1 +317576,Coronary arteriosclerosis,2013,9,2,1 +317576,Coronary arteriosclerosis,2013,10,4,1 +317576,Coronary arteriosclerosis,2013,11,2,1 +317576,Coronary arteriosclerosis,2013,12,1,1 +317576,Coronary arteriosclerosis,2014,1,6,1 +317576,Coronary arteriosclerosis,2014,3,2,1 +317576,Coronary arteriosclerosis,2014,4,4,1 +317576,Coronary arteriosclerosis,2014,5,5,1 +317576,Coronary arteriosclerosis,2014,6,4,1 +317576,Coronary arteriosclerosis,2014,8,2,1 +317576,Coronary arteriosclerosis,2014,9,4,1 +317576,Coronary arteriosclerosis,2014,10,5,1 +317576,Coronary arteriosclerosis,2014,11,4,1 +317576,Coronary arteriosclerosis,2014,12,2,1 +317576,Coronary arteriosclerosis,2015,1,3,1 +317576,Coronary arteriosclerosis,2015,2,2,1 +317576,Coronary arteriosclerosis,2015,3,7,1 +317576,Coronary arteriosclerosis,2015,4,8,1 +317576,Coronary arteriosclerosis,2015,5,4,1 +317576,Coronary arteriosclerosis,2015,6,2,1 +317576,Coronary arteriosclerosis,2015,7,4,1 +317576,Coronary arteriosclerosis,2015,8,4,1 +317576,Coronary arteriosclerosis,2015,11,4,1 +317576,Coronary arteriosclerosis,2015,12,1,1 +317576,Coronary arteriosclerosis,2016,1,2,1 +317576,Coronary arteriosclerosis,2016,2,3,1 +317576,Coronary arteriosclerosis,2016,3,2,1 +317576,Coronary arteriosclerosis,2016,4,2,1 +317576,Coronary arteriosclerosis,2016,5,3,1 +317576,Coronary arteriosclerosis,2016,6,4,1 +317576,Coronary arteriosclerosis,2016,7,2,1 +317576,Coronary arteriosclerosis,2016,8,3,1 +317576,Coronary arteriosclerosis,2016,9,2,1 +317576,Coronary arteriosclerosis,2016,10,3,1 +317576,Coronary arteriosclerosis,2016,11,3,1 +317576,Coronary arteriosclerosis,2016,12,2,1 +317576,Coronary arteriosclerosis,2017,1,1,1 +317576,Coronary arteriosclerosis,2017,2,2,1 +317576,Coronary arteriosclerosis,2017,3,2,1 +317576,Coronary arteriosclerosis,2017,5,2,1 +317576,Coronary arteriosclerosis,2017,6,3,1 +317576,Coronary arteriosclerosis,2017,7,3,1 +317576,Coronary arteriosclerosis,2017,8,3,1 +317576,Coronary arteriosclerosis,2017,9,2,1 +317576,Coronary arteriosclerosis,2017,10,3,1 +317576,Coronary arteriosclerosis,2017,11,4,1 +317576,Coronary arteriosclerosis,2017,12,3,1 +317576,Coronary arteriosclerosis,2018,1,6,1 +317576,Coronary arteriosclerosis,2018,2,5,1 +317576,Coronary arteriosclerosis,2018,3,3,1 +317576,Coronary arteriosclerosis,2018,4,3,1 +317576,Coronary arteriosclerosis,2018,5,3,1 +317576,Coronary arteriosclerosis,2018,6,4,1 +317576,Coronary arteriosclerosis,2018,7,2,1 +317576,Coronary arteriosclerosis,2018,8,2,1 +317576,Coronary arteriosclerosis,2018,9,9,1 +317576,Coronary arteriosclerosis,2018,10,5,1 +317576,Coronary arteriosclerosis,2018,11,7,1 +317576,Coronary arteriosclerosis,2018,12,6,1 +317576,Coronary arteriosclerosis,2019,1,3,1 +317576,Coronary arteriosclerosis,2019,2,5,1 +317576,Coronary arteriosclerosis,2019,3,5,1 +317576,Coronary arteriosclerosis,2019,4,4,1 +317576,Coronary arteriosclerosis,2019,5,3,1 +317576,Coronary arteriosclerosis,2019,6,1,1 +317576,Coronary arteriosclerosis,2019,7,4,1 +317576,Coronary arteriosclerosis,2019,8,2,1 +317576,Coronary arteriosclerosis,2019,9,3,1 +317576,Coronary arteriosclerosis,2019,10,5,1 +317576,Coronary arteriosclerosis,2019,12,4,1 +317576,Coronary arteriosclerosis,2020,1,2,1 +317576,Coronary arteriosclerosis,2020,2,2,1 +317576,Coronary arteriosclerosis,2020,3,5,1 +317576,Coronary arteriosclerosis,2020,4,3,1 +317576,Coronary arteriosclerosis,2020,5,4,1 +317576,Coronary arteriosclerosis,2020,6,5,1 +317576,Coronary arteriosclerosis,2020,7,6,1 +317576,Coronary arteriosclerosis,2020,8,5,1 +317576,Coronary arteriosclerosis,2020,9,8,1 +317576,Coronary arteriosclerosis,2020,10,3,1 +317576,Coronary arteriosclerosis,2020,11,3,1 +317576,Coronary arteriosclerosis,2020,12,2,1 +317576,Coronary arteriosclerosis,2021,1,5,1 +317576,Coronary arteriosclerosis,2021,2,3,1 +317576,Coronary arteriosclerosis,2021,3,4,1 +317576,Coronary arteriosclerosis,2021,4,2,1 +317576,Coronary arteriosclerosis,2021,5,5,1 +317576,Coronary arteriosclerosis,2021,6,4,1 +317576,Coronary arteriosclerosis,2021,8,4,1 +317576,Coronary arteriosclerosis,2021,9,1,1 +317576,Coronary arteriosclerosis,2021,10,2,1 +317576,Coronary arteriosclerosis,2021,11,2,1 +317576,Coronary arteriosclerosis,2021,12,4,1 +317576,Coronary arteriosclerosis,2022,2,5,1 +317576,Coronary arteriosclerosis,2022,3,5,1 +317576,Coronary arteriosclerosis,2022,4,4,1 +317576,Coronary arteriosclerosis,2022,5,4,1 +317576,Coronary arteriosclerosis,2022,6,6,1 +317576,Coronary arteriosclerosis,2022,7,1,1 +317576,Coronary arteriosclerosis,2022,8,3,1 +317576,Coronary arteriosclerosis,2022,9,3,1 +317576,Coronary arteriosclerosis,2022,10,1,1 +317576,Coronary arteriosclerosis,2022,11,2,1 +317576,Coronary arteriosclerosis,2022,12,2,1 +317576,Coronary arteriosclerosis,2023,1,6,1 +317576,Coronary arteriosclerosis,2023,2,3,1 +317576,Coronary arteriosclerosis,2023,3,2,1 +317576,Coronary arteriosclerosis,2023,4,4,1 +317576,Coronary arteriosclerosis,2023,5,6,1 +321042,Cardiac arrest,1926,8,1,1 +321042,Cardiac arrest,1929,12,1,1 +321042,Cardiac arrest,1931,3,1,1 +321042,Cardiac arrest,1931,12,1,1 +321042,Cardiac arrest,1933,11,1,1 +321042,Cardiac arrest,1934,6,1,1 +321042,Cardiac arrest,1936,2,1,1 +321042,Cardiac arrest,1936,3,1,1 +321042,Cardiac arrest,1936,5,1,1 +321042,Cardiac arrest,1937,10,1,1 +321042,Cardiac arrest,1938,4,1,1 +321042,Cardiac arrest,1938,12,1,1 +321042,Cardiac arrest,1939,3,1,1 +321042,Cardiac arrest,1940,1,1,1 +321042,Cardiac arrest,1940,7,1,1 +321042,Cardiac arrest,1941,4,1,1 +321042,Cardiac arrest,1941,5,1,1 +321042,Cardiac arrest,1942,1,1,1 +321042,Cardiac arrest,1942,5,1,1 +321042,Cardiac arrest,1942,11,1,1 +321042,Cardiac arrest,1943,10,1,1 +321042,Cardiac arrest,1944,3,1,1 +321042,Cardiac arrest,1944,4,1,1 +321042,Cardiac arrest,1944,5,1,1 +321042,Cardiac arrest,1944,11,1,1 +321042,Cardiac arrest,1944,12,1,1 +321042,Cardiac arrest,1945,5,1,1 +321042,Cardiac arrest,1945,7,1,1 +321042,Cardiac arrest,1945,9,1,1 +321042,Cardiac arrest,1946,7,1,1 +321042,Cardiac arrest,1946,9,1,1 +321042,Cardiac arrest,1947,1,2,1 +321042,Cardiac arrest,1947,6,1,1 +321042,Cardiac arrest,1947,8,1,1 +321042,Cardiac arrest,1947,10,1,1 +321042,Cardiac arrest,1948,1,1,1 +321042,Cardiac arrest,1948,10,1,1 +321042,Cardiac arrest,1949,2,1,1 +321042,Cardiac arrest,1949,3,1,1 +321042,Cardiac arrest,1949,4,1,1 +321042,Cardiac arrest,1949,8,1,1 +321042,Cardiac arrest,1949,11,1,1 +321042,Cardiac arrest,1950,8,1,1 +321042,Cardiac arrest,1951,4,1,1 +321042,Cardiac arrest,1951,6,2,1 +321042,Cardiac arrest,1951,8,1,1 +321042,Cardiac arrest,1951,9,2,1 +321042,Cardiac arrest,1951,12,1,1 +321042,Cardiac arrest,1952,4,2,1 +321042,Cardiac arrest,1952,6,1,1 +321042,Cardiac arrest,1952,7,1,1 +321042,Cardiac arrest,1953,4,1,1 +321042,Cardiac arrest,1953,6,2,1 +321042,Cardiac arrest,1953,7,1,1 +321042,Cardiac arrest,1953,8,1,1 +321042,Cardiac arrest,1954,5,1,1 +321042,Cardiac arrest,1955,3,1,1 +321042,Cardiac arrest,1955,4,2,1 +321042,Cardiac arrest,1955,6,1,1 +321042,Cardiac arrest,1955,11,1,1 +321042,Cardiac arrest,1955,12,1,1 +321042,Cardiac arrest,1956,2,1,1 +321042,Cardiac arrest,1956,5,1,1 +321042,Cardiac arrest,1956,7,1,1 +321042,Cardiac arrest,1956,8,1,1 +321042,Cardiac arrest,1957,8,1,1 +321042,Cardiac arrest,1957,12,1,1 +321042,Cardiac arrest,1958,5,1,1 +321042,Cardiac arrest,1958,7,1,1 +321042,Cardiac arrest,1958,9,2,1 +321042,Cardiac arrest,1958,11,1,1 +321042,Cardiac arrest,1958,12,1,1 +321042,Cardiac arrest,1959,2,1,1 +321042,Cardiac arrest,1959,4,1,1 +321042,Cardiac arrest,1959,5,1,1 +321042,Cardiac arrest,1960,4,1,1 +321042,Cardiac arrest,1960,5,1,1 +321042,Cardiac arrest,1960,7,1,1 +321042,Cardiac arrest,1960,10,2,1 +321042,Cardiac arrest,1960,11,1,1 +321042,Cardiac arrest,1961,9,1,1 +321042,Cardiac arrest,1961,11,3,1 +321042,Cardiac arrest,1962,1,1,1 +321042,Cardiac arrest,1962,3,1,1 +321042,Cardiac arrest,1962,7,1,1 +321042,Cardiac arrest,1962,8,1,1 +321042,Cardiac arrest,1962,10,1,1 +321042,Cardiac arrest,1963,6,2,1 +321042,Cardiac arrest,1963,12,2,1 +321042,Cardiac arrest,1964,2,1,1 +321042,Cardiac arrest,1964,12,1,1 +321042,Cardiac arrest,1965,1,1,1 +321042,Cardiac arrest,1965,5,1,1 +321042,Cardiac arrest,1965,11,1,1 +321042,Cardiac arrest,1966,5,1,1 +321042,Cardiac arrest,1966,10,2,1 +321042,Cardiac arrest,1966,11,1,1 +321042,Cardiac arrest,1967,1,1,1 +321042,Cardiac arrest,1967,2,1,1 +321042,Cardiac arrest,1967,4,1,1 +321042,Cardiac arrest,1967,5,1,1 +321042,Cardiac arrest,1967,7,2,1 +321042,Cardiac arrest,1967,9,1,1 +321042,Cardiac arrest,1967,12,2,1 +321042,Cardiac arrest,1968,4,1,1 +321042,Cardiac arrest,1969,2,1,1 +321042,Cardiac arrest,1969,3,1,1 +321042,Cardiac arrest,1969,6,1,1 +321042,Cardiac arrest,1969,11,1,1 +321042,Cardiac arrest,1970,1,1,1 +321042,Cardiac arrest,1970,6,1,1 +321042,Cardiac arrest,1970,8,1,1 +321042,Cardiac arrest,1970,9,1,1 +321042,Cardiac arrest,1970,11,2,1 +321042,Cardiac arrest,1971,1,1,1 +321042,Cardiac arrest,1971,2,1,1 +321042,Cardiac arrest,1971,7,1,1 +321042,Cardiac arrest,1971,8,1,1 +321042,Cardiac arrest,1971,10,1,1 +321042,Cardiac arrest,1972,2,1,1 +321042,Cardiac arrest,1972,10,1,1 +321042,Cardiac arrest,1973,6,1,1 +321042,Cardiac arrest,1974,2,2,1 +321042,Cardiac arrest,1974,3,1,1 +321042,Cardiac arrest,1974,6,1,1 +321042,Cardiac arrest,1975,3,1,1 +321042,Cardiac arrest,1975,9,1,1 +321042,Cardiac arrest,1975,11,1,1 +321042,Cardiac arrest,1976,6,1,1 +321042,Cardiac arrest,1976,7,1,1 +321042,Cardiac arrest,1976,10,1,1 +321042,Cardiac arrest,1977,3,1,1 +321042,Cardiac arrest,1977,7,1,1 +321042,Cardiac arrest,1977,11,1,1 +321042,Cardiac arrest,1978,3,2,1 +321042,Cardiac arrest,1978,8,1,1 +321042,Cardiac arrest,1978,9,1,1 +321042,Cardiac arrest,1978,10,1,1 +321042,Cardiac arrest,1979,2,1,1 +321042,Cardiac arrest,1979,8,2,1 +321042,Cardiac arrest,1979,10,1,1 +321042,Cardiac arrest,1979,12,2,1 +321042,Cardiac arrest,1980,1,1,1 +321042,Cardiac arrest,1980,2,1,1 +321042,Cardiac arrest,1980,4,2,1 +321042,Cardiac arrest,1980,5,1,1 +321042,Cardiac arrest,1980,7,2,1 +321042,Cardiac arrest,1980,12,1,1 +321042,Cardiac arrest,1981,1,1,1 +321042,Cardiac arrest,1981,4,1,1 +321042,Cardiac arrest,1981,6,1,1 +321042,Cardiac arrest,1981,8,1,1 +321042,Cardiac arrest,1982,1,1,1 +321042,Cardiac arrest,1982,3,1,1 +321042,Cardiac arrest,1982,7,1,1 +321042,Cardiac arrest,1982,9,1,1 +321042,Cardiac arrest,1982,10,1,1 +321042,Cardiac arrest,1983,2,1,1 +321042,Cardiac arrest,1983,4,2,1 +321042,Cardiac arrest,1983,7,1,1 +321042,Cardiac arrest,1983,10,1,1 +321042,Cardiac arrest,1983,11,1,1 +321042,Cardiac arrest,1984,6,1,1 +321042,Cardiac arrest,1984,8,1,1 +321042,Cardiac arrest,1984,10,3,1 +321042,Cardiac arrest,1984,11,2,1 +321042,Cardiac arrest,1985,6,1,1 +321042,Cardiac arrest,1985,8,1,1 +321042,Cardiac arrest,1985,11,1,1 +321042,Cardiac arrest,1985,12,1,1 +321042,Cardiac arrest,1986,6,2,1 +321042,Cardiac arrest,1986,9,2,1 +321042,Cardiac arrest,1987,5,1,1 +321042,Cardiac arrest,1987,6,2,1 +321042,Cardiac arrest,1987,7,1,1 +321042,Cardiac arrest,1987,10,1,1 +321042,Cardiac arrest,1987,11,1,1 +321042,Cardiac arrest,1988,5,1,1 +321042,Cardiac arrest,1988,8,1,1 +321042,Cardiac arrest,1988,12,1,1 +321042,Cardiac arrest,1989,2,1,1 +321042,Cardiac arrest,1989,3,1,1 +321042,Cardiac arrest,1989,4,2,1 +321042,Cardiac arrest,1989,6,1,1 +321042,Cardiac arrest,1989,7,1,1 +321042,Cardiac arrest,1989,9,1,1 +321042,Cardiac arrest,1989,11,1,1 +321042,Cardiac arrest,1989,12,1,1 +321042,Cardiac arrest,1990,2,1,1 +321042,Cardiac arrest,1990,5,1,1 +321042,Cardiac arrest,1990,6,3,1 +321042,Cardiac arrest,1990,7,1,1 +321042,Cardiac arrest,1990,9,1,1 +321042,Cardiac arrest,1990,12,1,1 +321042,Cardiac arrest,1991,1,1,1 +321042,Cardiac arrest,1991,3,1,1 +321042,Cardiac arrest,1991,8,2,1 +321042,Cardiac arrest,1991,10,1,1 +321042,Cardiac arrest,1991,11,1,1 +321042,Cardiac arrest,1991,12,2,1 +321042,Cardiac arrest,1992,1,1,1 +321042,Cardiac arrest,1992,2,1,1 +321042,Cardiac arrest,1992,3,1,1 +321042,Cardiac arrest,1992,4,2,1 +321042,Cardiac arrest,1992,5,1,1 +321042,Cardiac arrest,1992,8,1,1 +321042,Cardiac arrest,1992,11,1,1 +321042,Cardiac arrest,1993,6,1,1 +321042,Cardiac arrest,1993,12,1,1 +321042,Cardiac arrest,1994,3,1,1 +321042,Cardiac arrest,1994,6,1,1 +321042,Cardiac arrest,1994,7,1,1 +321042,Cardiac arrest,1994,9,2,1 +321042,Cardiac arrest,1994,10,1,1 +321042,Cardiac arrest,1995,3,2,1 +321042,Cardiac arrest,1995,5,1,1 +321042,Cardiac arrest,1995,7,1,1 +321042,Cardiac arrest,1995,9,2,1 +321042,Cardiac arrest,1995,10,1,1 +321042,Cardiac arrest,1995,11,2,1 +321042,Cardiac arrest,1996,1,1,1 +321042,Cardiac arrest,1996,3,3,1 +321042,Cardiac arrest,1996,6,1,1 +321042,Cardiac arrest,1996,10,1,1 +321042,Cardiac arrest,1997,1,1,1 +321042,Cardiac arrest,1997,2,1,1 +321042,Cardiac arrest,1997,4,1,1 +321042,Cardiac arrest,1997,5,1,1 +321042,Cardiac arrest,1997,6,1,1 +321042,Cardiac arrest,1997,8,4,1 +321042,Cardiac arrest,1998,2,1,1 +321042,Cardiac arrest,1998,3,1,1 +321042,Cardiac arrest,1998,4,1,1 +321042,Cardiac arrest,1998,6,1,1 +321042,Cardiac arrest,1998,7,2,1 +321042,Cardiac arrest,1998,8,1,1 +321042,Cardiac arrest,1998,11,1,1 +321042,Cardiac arrest,1998,12,2,1 +321042,Cardiac arrest,1999,3,1,1 +321042,Cardiac arrest,1999,5,1,1 +321042,Cardiac arrest,1999,6,1,1 +321042,Cardiac arrest,1999,7,1,1 +321042,Cardiac arrest,1999,8,3,1 +321042,Cardiac arrest,1999,11,1,1 +321042,Cardiac arrest,1999,12,1,1 +321042,Cardiac arrest,2000,1,1,1 +321042,Cardiac arrest,2000,4,3,1 +321042,Cardiac arrest,2000,6,1,1 +321042,Cardiac arrest,2000,7,1,1 +321042,Cardiac arrest,2000,8,1,1 +321042,Cardiac arrest,2000,9,1,1 +321042,Cardiac arrest,2000,10,1,1 +321042,Cardiac arrest,2000,12,1,1 +321042,Cardiac arrest,2001,3,1,1 +321042,Cardiac arrest,2001,5,1,1 +321042,Cardiac arrest,2001,6,1,1 +321042,Cardiac arrest,2001,9,2,1 +321042,Cardiac arrest,2001,10,1,1 +321042,Cardiac arrest,2002,1,3,1 +321042,Cardiac arrest,2002,2,1,1 +321042,Cardiac arrest,2002,3,2,1 +321042,Cardiac arrest,2002,10,1,1 +321042,Cardiac arrest,2002,11,1,1 +321042,Cardiac arrest,2003,1,1,1 +321042,Cardiac arrest,2003,2,2,1 +321042,Cardiac arrest,2003,3,1,1 +321042,Cardiac arrest,2003,5,1,1 +321042,Cardiac arrest,2003,8,2,1 +321042,Cardiac arrest,2003,9,4,1 +321042,Cardiac arrest,2003,10,2,1 +321042,Cardiac arrest,2004,1,1,1 +321042,Cardiac arrest,2004,5,3,1 +321042,Cardiac arrest,2004,6,2,1 +321042,Cardiac arrest,2004,9,1,1 +321042,Cardiac arrest,2004,10,1,1 +321042,Cardiac arrest,2004,11,1,1 +321042,Cardiac arrest,2005,2,1,1 +321042,Cardiac arrest,2005,3,2,1 +321042,Cardiac arrest,2005,5,1,1 +321042,Cardiac arrest,2005,8,2,1 +321042,Cardiac arrest,2005,9,1,1 +321042,Cardiac arrest,2005,10,1,1 +321042,Cardiac arrest,2005,11,2,1 +321042,Cardiac arrest,2005,12,1,1 +321042,Cardiac arrest,2006,1,1,1 +321042,Cardiac arrest,2006,2,1,1 +321042,Cardiac arrest,2006,3,1,1 +321042,Cardiac arrest,2006,5,1,1 +321042,Cardiac arrest,2006,9,2,1 +321042,Cardiac arrest,2006,10,1,1 +321042,Cardiac arrest,2007,1,2,1 +321042,Cardiac arrest,2007,2,2,1 +321042,Cardiac arrest,2007,3,1,1 +321042,Cardiac arrest,2007,5,1,1 +321042,Cardiac arrest,2007,6,1,1 +321042,Cardiac arrest,2007,9,2,1 +321042,Cardiac arrest,2007,12,1,1 +321042,Cardiac arrest,2008,1,1,1 +321042,Cardiac arrest,2008,2,1,1 +321042,Cardiac arrest,2008,3,1,1 +321042,Cardiac arrest,2008,10,1,1 +321042,Cardiac arrest,2008,11,1,1 +321042,Cardiac arrest,2008,12,2,1 +321042,Cardiac arrest,2009,1,1,1 +321042,Cardiac arrest,2009,2,2,1 +321042,Cardiac arrest,2009,3,1,1 +321042,Cardiac arrest,2009,4,2,1 +321042,Cardiac arrest,2009,7,2,1 +321042,Cardiac arrest,2009,8,1,1 +321042,Cardiac arrest,2009,10,2,1 +321042,Cardiac arrest,2009,11,3,1 +321042,Cardiac arrest,2010,1,1,1 +321042,Cardiac arrest,2010,2,1,1 +321042,Cardiac arrest,2010,4,2,1 +321042,Cardiac arrest,2010,5,1,1 +321042,Cardiac arrest,2010,9,2,1 +321042,Cardiac arrest,2010,11,2,1 +321042,Cardiac arrest,2011,1,2,1 +321042,Cardiac arrest,2011,3,2,1 +321042,Cardiac arrest,2011,6,1,1 +321042,Cardiac arrest,2011,8,1,1 +321042,Cardiac arrest,2011,12,1,1 +321042,Cardiac arrest,2012,1,2,1 +321042,Cardiac arrest,2012,7,1,1 +321042,Cardiac arrest,2012,8,3,1 +321042,Cardiac arrest,2012,11,2,1 +321042,Cardiac arrest,2012,12,1,1 +321042,Cardiac arrest,2013,1,2,1 +321042,Cardiac arrest,2013,2,1,1 +321042,Cardiac arrest,2013,4,2,1 +321042,Cardiac arrest,2013,5,1,1 +321042,Cardiac arrest,2013,6,1,1 +321042,Cardiac arrest,2013,7,1,1 +321042,Cardiac arrest,2013,10,2,1 +321042,Cardiac arrest,2013,11,1,1 +321042,Cardiac arrest,2013,12,2,1 +321042,Cardiac arrest,2014,1,1,1 +321042,Cardiac arrest,2014,4,1,1 +321042,Cardiac arrest,2014,5,2,1 +321042,Cardiac arrest,2014,6,2,1 +321042,Cardiac arrest,2014,7,1,1 +321042,Cardiac arrest,2014,10,1,1 +321042,Cardiac arrest,2014,12,2,1 +321042,Cardiac arrest,2015,1,2,1 +321042,Cardiac arrest,2015,4,1,1 +321042,Cardiac arrest,2015,5,1,1 +321042,Cardiac arrest,2015,8,1,1 +321042,Cardiac arrest,2015,9,1,1 +321042,Cardiac arrest,2015,10,1,1 +321042,Cardiac arrest,2015,12,2,1 +321042,Cardiac arrest,2016,2,1,1 +321042,Cardiac arrest,2016,3,3,1 +321042,Cardiac arrest,2016,5,1,1 +321042,Cardiac arrest,2016,6,1,1 +321042,Cardiac arrest,2016,7,1,1 +321042,Cardiac arrest,2016,8,2,1 +321042,Cardiac arrest,2016,10,1,1 +321042,Cardiac arrest,2016,11,1,1 +321042,Cardiac arrest,2016,12,1,1 +321042,Cardiac arrest,2017,1,2,1 +321042,Cardiac arrest,2017,5,1,1 +321042,Cardiac arrest,2017,6,1,1 +321042,Cardiac arrest,2017,7,2,1 +321042,Cardiac arrest,2017,8,1,1 +321042,Cardiac arrest,2017,12,4,1 +321042,Cardiac arrest,2018,3,1,1 +321042,Cardiac arrest,2018,4,1,1 +321042,Cardiac arrest,2018,6,1,1 +321042,Cardiac arrest,2018,8,1,1 +321042,Cardiac arrest,2018,9,2,1 +321042,Cardiac arrest,2018,10,1,1 +321042,Cardiac arrest,2018,11,1,1 +321042,Cardiac arrest,2018,12,1,1 +321042,Cardiac arrest,2019,2,1,1 +321042,Cardiac arrest,2019,3,1,1 +321042,Cardiac arrest,2019,4,2,1 +321042,Cardiac arrest,2019,7,1,1 +321042,Cardiac arrest,2019,9,1,1 +321042,Cardiac arrest,2019,10,1,1 +321042,Cardiac arrest,2020,1,1,1 +321042,Cardiac arrest,2020,2,1,1 +321042,Cardiac arrest,2020,3,1,1 +321042,Cardiac arrest,2020,6,1,1 +321042,Cardiac arrest,2020,7,3,1 +321042,Cardiac arrest,2020,8,1,1 +321042,Cardiac arrest,2020,9,1,1 +321042,Cardiac arrest,2020,11,2,1 +321042,Cardiac arrest,2020,12,2,1 +321042,Cardiac arrest,2021,1,2,1 +321042,Cardiac arrest,2021,2,2,1 +321042,Cardiac arrest,2021,5,3,1 +321042,Cardiac arrest,2021,6,2,1 +321042,Cardiac arrest,2021,7,3,1 +321042,Cardiac arrest,2021,9,1,1 +321042,Cardiac arrest,2021,10,1,1 +321042,Cardiac arrest,2021,11,1,1 +321042,Cardiac arrest,2021,12,2,1 +321042,Cardiac arrest,2022,2,1,1 +321042,Cardiac arrest,2022,3,1,1 +321042,Cardiac arrest,2022,5,1,1 +321042,Cardiac arrest,2022,10,1,1 +321042,Cardiac arrest,2022,12,1,1 +321042,Cardiac arrest,2023,2,1,1 +321042,Cardiac arrest,2023,4,1,1 +381316,Cerebrovascular accident,1947,2,1,1 +381316,Cerebrovascular accident,1948,2,1,1 +381316,Cerebrovascular accident,1949,10,1,1 +381316,Cerebrovascular accident,1950,10,1,1 +381316,Cerebrovascular accident,1953,2,1,1 +381316,Cerebrovascular accident,1955,5,1,1 +381316,Cerebrovascular accident,1958,6,1,1 +381316,Cerebrovascular accident,1959,2,1,1 +381316,Cerebrovascular accident,1960,5,1,1 +381316,Cerebrovascular accident,1960,10,2,1 +381316,Cerebrovascular accident,1960,12,2,1 +381316,Cerebrovascular accident,1962,10,1,1 +381316,Cerebrovascular accident,1962,11,1,1 +381316,Cerebrovascular accident,1964,12,1,1 +381316,Cerebrovascular accident,1965,12,1,1 +381316,Cerebrovascular accident,1966,7,1,1 +381316,Cerebrovascular accident,1966,10,1,1 +381316,Cerebrovascular accident,1968,8,1,1 +381316,Cerebrovascular accident,1969,3,1,1 +381316,Cerebrovascular accident,1969,8,1,1 +381316,Cerebrovascular accident,1970,4,1,1 +381316,Cerebrovascular accident,1970,7,1,1 +381316,Cerebrovascular accident,1970,8,1,1 +381316,Cerebrovascular accident,1970,12,1,1 +381316,Cerebrovascular accident,1971,4,1,1 +381316,Cerebrovascular accident,1971,6,1,1 +381316,Cerebrovascular accident,1971,7,2,1 +381316,Cerebrovascular accident,1971,12,1,1 +381316,Cerebrovascular accident,1972,1,2,1 +381316,Cerebrovascular accident,1973,3,1,1 +381316,Cerebrovascular accident,1973,8,2,1 +381316,Cerebrovascular accident,1974,3,1,1 +381316,Cerebrovascular accident,1974,4,1,1 +381316,Cerebrovascular accident,1974,5,1,1 +381316,Cerebrovascular accident,1974,8,1,1 +381316,Cerebrovascular accident,1974,9,1,1 +381316,Cerebrovascular accident,1974,12,1,1 +381316,Cerebrovascular accident,1975,1,1,1 +381316,Cerebrovascular accident,1975,2,2,1 +381316,Cerebrovascular accident,1975,4,1,1 +381316,Cerebrovascular accident,1975,6,1,1 +381316,Cerebrovascular accident,1975,8,1,1 +381316,Cerebrovascular accident,1975,11,1,1 +381316,Cerebrovascular accident,1975,12,1,1 +381316,Cerebrovascular accident,1976,7,2,1 +381316,Cerebrovascular accident,1977,1,1,1 +381316,Cerebrovascular accident,1977,2,1,1 +381316,Cerebrovascular accident,1977,4,1,1 +381316,Cerebrovascular accident,1977,7,1,1 +381316,Cerebrovascular accident,1977,8,1,1 +381316,Cerebrovascular accident,1977,10,1,1 +381316,Cerebrovascular accident,1978,7,1,1 +381316,Cerebrovascular accident,1978,11,1,1 +381316,Cerebrovascular accident,1979,1,1,1 +381316,Cerebrovascular accident,1979,3,1,1 +381316,Cerebrovascular accident,1979,6,1,1 +381316,Cerebrovascular accident,1980,9,1,1 +381316,Cerebrovascular accident,1981,1,1,1 +381316,Cerebrovascular accident,1981,2,1,1 +381316,Cerebrovascular accident,1981,7,1,1 +381316,Cerebrovascular accident,1981,8,1,1 +381316,Cerebrovascular accident,1982,1,2,1 +381316,Cerebrovascular accident,1982,2,1,1 +381316,Cerebrovascular accident,1982,3,1,1 +381316,Cerebrovascular accident,1982,5,1,1 +381316,Cerebrovascular accident,1982,6,1,1 +381316,Cerebrovascular accident,1982,7,1,1 +381316,Cerebrovascular accident,1982,8,1,1 +381316,Cerebrovascular accident,1982,10,2,1 +381316,Cerebrovascular accident,1982,11,1,1 +381316,Cerebrovascular accident,1983,2,1,1 +381316,Cerebrovascular accident,1983,3,1,1 +381316,Cerebrovascular accident,1983,7,1,1 +381316,Cerebrovascular accident,1983,9,2,1 +381316,Cerebrovascular accident,1983,10,1,1 +381316,Cerebrovascular accident,1984,2,1,1 +381316,Cerebrovascular accident,1984,5,1,1 +381316,Cerebrovascular accident,1984,6,1,1 +381316,Cerebrovascular accident,1984,8,1,1 +381316,Cerebrovascular accident,1984,11,1,1 +381316,Cerebrovascular accident,1985,1,1,1 +381316,Cerebrovascular accident,1985,3,4,1 +381316,Cerebrovascular accident,1985,4,1,1 +381316,Cerebrovascular accident,1985,5,1,1 +381316,Cerebrovascular accident,1985,7,1,1 +381316,Cerebrovascular accident,1985,8,1,1 +381316,Cerebrovascular accident,1985,9,1,1 +381316,Cerebrovascular accident,1985,10,2,1 +381316,Cerebrovascular accident,1986,7,1,1 +381316,Cerebrovascular accident,1986,8,3,1 +381316,Cerebrovascular accident,1986,9,2,1 +381316,Cerebrovascular accident,1986,10,1,1 +381316,Cerebrovascular accident,1986,11,1,1 +381316,Cerebrovascular accident,1987,1,1,1 +381316,Cerebrovascular accident,1987,8,1,1 +381316,Cerebrovascular accident,1988,3,1,1 +381316,Cerebrovascular accident,1988,5,2,1 +381316,Cerebrovascular accident,1988,8,1,1 +381316,Cerebrovascular accident,1988,9,2,1 +381316,Cerebrovascular accident,1989,6,1,1 +381316,Cerebrovascular accident,1989,7,2,1 +381316,Cerebrovascular accident,1989,10,1,1 +381316,Cerebrovascular accident,1989,12,1,1 +381316,Cerebrovascular accident,1990,4,1,1 +381316,Cerebrovascular accident,1990,5,2,1 +381316,Cerebrovascular accident,1990,6,1,1 +381316,Cerebrovascular accident,1990,8,1,1 +381316,Cerebrovascular accident,1990,9,1,1 +381316,Cerebrovascular accident,1990,11,1,1 +381316,Cerebrovascular accident,1991,1,1,1 +381316,Cerebrovascular accident,1991,4,2,1 +381316,Cerebrovascular accident,1991,5,2,1 +381316,Cerebrovascular accident,1991,6,1,1 +381316,Cerebrovascular accident,1991,7,1,1 +381316,Cerebrovascular accident,1991,8,1,1 +381316,Cerebrovascular accident,1992,1,1,1 +381316,Cerebrovascular accident,1992,2,1,1 +381316,Cerebrovascular accident,1992,3,1,1 +381316,Cerebrovascular accident,1992,5,1,1 +381316,Cerebrovascular accident,1992,6,2,1 +381316,Cerebrovascular accident,1992,8,1,1 +381316,Cerebrovascular accident,1992,9,1,1 +381316,Cerebrovascular accident,1992,12,1,1 +381316,Cerebrovascular accident,1993,1,4,1 +381316,Cerebrovascular accident,1993,3,1,1 +381316,Cerebrovascular accident,1993,4,1,1 +381316,Cerebrovascular accident,1993,5,2,1 +381316,Cerebrovascular accident,1993,6,1,1 +381316,Cerebrovascular accident,1993,9,2,1 +381316,Cerebrovascular accident,1993,10,1,1 +381316,Cerebrovascular accident,1993,11,1,1 +381316,Cerebrovascular accident,1993,12,1,1 +381316,Cerebrovascular accident,1994,1,1,1 +381316,Cerebrovascular accident,1994,3,1,1 +381316,Cerebrovascular accident,1994,6,1,1 +381316,Cerebrovascular accident,1994,7,1,1 +381316,Cerebrovascular accident,1994,8,1,1 +381316,Cerebrovascular accident,1994,9,1,1 +381316,Cerebrovascular accident,1994,10,1,1 +381316,Cerebrovascular accident,1994,12,2,1 +381316,Cerebrovascular accident,1995,2,1,1 +381316,Cerebrovascular accident,1995,3,3,1 +381316,Cerebrovascular accident,1995,4,3,1 +381316,Cerebrovascular accident,1995,5,3,1 +381316,Cerebrovascular accident,1995,6,1,1 +381316,Cerebrovascular accident,1995,9,1,1 +381316,Cerebrovascular accident,1995,12,2,1 +381316,Cerebrovascular accident,1996,3,1,1 +381316,Cerebrovascular accident,1996,4,1,1 +381316,Cerebrovascular accident,1996,5,2,1 +381316,Cerebrovascular accident,1996,6,2,1 +381316,Cerebrovascular accident,1996,7,3,1 +381316,Cerebrovascular accident,1996,8,1,1 +381316,Cerebrovascular accident,1996,9,1,1 +381316,Cerebrovascular accident,1996,10,2,1 +381316,Cerebrovascular accident,1997,1,1,1 +381316,Cerebrovascular accident,1997,4,1,1 +381316,Cerebrovascular accident,1997,7,1,1 +381316,Cerebrovascular accident,1997,8,3,1 +381316,Cerebrovascular accident,1997,9,3,1 +381316,Cerebrovascular accident,1997,11,1,1 +381316,Cerebrovascular accident,1997,12,1,1 +381316,Cerebrovascular accident,1998,1,1,1 +381316,Cerebrovascular accident,1998,5,2,1 +381316,Cerebrovascular accident,1998,6,2,1 +381316,Cerebrovascular accident,1998,7,1,1 +381316,Cerebrovascular accident,1998,8,3,1 +381316,Cerebrovascular accident,1998,9,2,1 +381316,Cerebrovascular accident,1998,10,1,1 +381316,Cerebrovascular accident,1998,11,1,1 +381316,Cerebrovascular accident,1998,12,2,1 +381316,Cerebrovascular accident,1999,1,3,1 +381316,Cerebrovascular accident,1999,3,1,1 +381316,Cerebrovascular accident,1999,4,2,1 +381316,Cerebrovascular accident,1999,5,1,1 +381316,Cerebrovascular accident,1999,6,4,1 +381316,Cerebrovascular accident,1999,8,2,1 +381316,Cerebrovascular accident,1999,9,1,1 +381316,Cerebrovascular accident,1999,10,2,1 +381316,Cerebrovascular accident,1999,11,1,1 +381316,Cerebrovascular accident,1999,12,1,1 +381316,Cerebrovascular accident,2000,4,2,1 +381316,Cerebrovascular accident,2000,5,2,1 +381316,Cerebrovascular accident,2000,6,1,1 +381316,Cerebrovascular accident,2000,7,1,1 +381316,Cerebrovascular accident,2000,8,1,1 +381316,Cerebrovascular accident,2000,9,1,1 +381316,Cerebrovascular accident,2000,11,2,1 +381316,Cerebrovascular accident,2000,12,3,1 +381316,Cerebrovascular accident,2001,1,1,1 +381316,Cerebrovascular accident,2001,2,1,1 +381316,Cerebrovascular accident,2001,4,1,1 +381316,Cerebrovascular accident,2001,5,2,1 +381316,Cerebrovascular accident,2001,7,2,1 +381316,Cerebrovascular accident,2001,8,1,1 +381316,Cerebrovascular accident,2001,9,4,1 +381316,Cerebrovascular accident,2001,10,1,1 +381316,Cerebrovascular accident,2001,11,1,1 +381316,Cerebrovascular accident,2001,12,4,1 +381316,Cerebrovascular accident,2002,2,1,1 +381316,Cerebrovascular accident,2002,3,1,1 +381316,Cerebrovascular accident,2002,4,2,1 +381316,Cerebrovascular accident,2002,5,2,1 +381316,Cerebrovascular accident,2002,7,3,1 +381316,Cerebrovascular accident,2002,8,1,1 +381316,Cerebrovascular accident,2002,9,3,1 +381316,Cerebrovascular accident,2002,10,2,1 +381316,Cerebrovascular accident,2002,11,2,1 +381316,Cerebrovascular accident,2002,12,2,1 +381316,Cerebrovascular accident,2003,1,2,1 +381316,Cerebrovascular accident,2003,2,2,1 +381316,Cerebrovascular accident,2003,4,1,1 +381316,Cerebrovascular accident,2003,5,3,1 +381316,Cerebrovascular accident,2003,6,1,1 +381316,Cerebrovascular accident,2003,7,2,1 +381316,Cerebrovascular accident,2003,8,3,1 +381316,Cerebrovascular accident,2003,9,1,1 +381316,Cerebrovascular accident,2003,10,6,1 +381316,Cerebrovascular accident,2003,11,2,1 +381316,Cerebrovascular accident,2004,1,2,1 +381316,Cerebrovascular accident,2004,2,3,1 +381316,Cerebrovascular accident,2004,3,1,1 +381316,Cerebrovascular accident,2004,4,4,1 +381316,Cerebrovascular accident,2004,5,1,1 +381316,Cerebrovascular accident,2004,6,3,1 +381316,Cerebrovascular accident,2004,7,3,1 +381316,Cerebrovascular accident,2004,10,1,1 +381316,Cerebrovascular accident,2004,12,1,1 +381316,Cerebrovascular accident,2005,1,2,1 +381316,Cerebrovascular accident,2005,2,1,1 +381316,Cerebrovascular accident,2005,3,2,1 +381316,Cerebrovascular accident,2005,4,2,1 +381316,Cerebrovascular accident,2005,5,1,1 +381316,Cerebrovascular accident,2005,6,2,1 +381316,Cerebrovascular accident,2005,8,1,1 +381316,Cerebrovascular accident,2005,9,1,1 +381316,Cerebrovascular accident,2005,10,3,1 +381316,Cerebrovascular accident,2005,12,2,1 +381316,Cerebrovascular accident,2006,1,2,1 +381316,Cerebrovascular accident,2006,3,3,1 +381316,Cerebrovascular accident,2006,4,1,1 +381316,Cerebrovascular accident,2006,5,2,1 +381316,Cerebrovascular accident,2006,6,3,1 +381316,Cerebrovascular accident,2006,7,2,1 +381316,Cerebrovascular accident,2006,8,5,1 +381316,Cerebrovascular accident,2006,9,3,1 +381316,Cerebrovascular accident,2006,10,1,1 +381316,Cerebrovascular accident,2006,11,4,1 +381316,Cerebrovascular accident,2006,12,2,1 +381316,Cerebrovascular accident,2007,1,1,1 +381316,Cerebrovascular accident,2007,3,1,1 +381316,Cerebrovascular accident,2007,4,1,1 +381316,Cerebrovascular accident,2007,5,2,1 +381316,Cerebrovascular accident,2007,6,3,1 +381316,Cerebrovascular accident,2007,7,2,1 +381316,Cerebrovascular accident,2007,9,2,1 +381316,Cerebrovascular accident,2007,10,3,1 +381316,Cerebrovascular accident,2007,11,1,1 +381316,Cerebrovascular accident,2007,12,2,1 +381316,Cerebrovascular accident,2008,1,1,1 +381316,Cerebrovascular accident,2008,3,1,1 +381316,Cerebrovascular accident,2008,4,1,1 +381316,Cerebrovascular accident,2008,5,1,1 +381316,Cerebrovascular accident,2008,6,3,1 +381316,Cerebrovascular accident,2008,7,1,1 +381316,Cerebrovascular accident,2008,8,3,1 +381316,Cerebrovascular accident,2008,9,1,1 +381316,Cerebrovascular accident,2008,10,4,1 +381316,Cerebrovascular accident,2008,11,5,1 +381316,Cerebrovascular accident,2009,1,1,1 +381316,Cerebrovascular accident,2009,2,4,1 +381316,Cerebrovascular accident,2009,3,2,1 +381316,Cerebrovascular accident,2009,4,2,1 +381316,Cerebrovascular accident,2009,5,4,1 +381316,Cerebrovascular accident,2009,6,2,1 +381316,Cerebrovascular accident,2009,7,1,1 +381316,Cerebrovascular accident,2009,8,3,1 +381316,Cerebrovascular accident,2009,9,1,1 +381316,Cerebrovascular accident,2009,10,1,1 +381316,Cerebrovascular accident,2009,12,4,1 +381316,Cerebrovascular accident,2010,1,1,1 +381316,Cerebrovascular accident,2010,2,5,1 +381316,Cerebrovascular accident,2010,3,6,1 +381316,Cerebrovascular accident,2010,4,1,1 +381316,Cerebrovascular accident,2010,6,3,1 +381316,Cerebrovascular accident,2010,7,2,1 +381316,Cerebrovascular accident,2010,8,3,1 +381316,Cerebrovascular accident,2010,9,4,1 +381316,Cerebrovascular accident,2010,11,1,1 +381316,Cerebrovascular accident,2010,12,5,1 +381316,Cerebrovascular accident,2011,1,3,1 +381316,Cerebrovascular accident,2011,2,2,1 +381316,Cerebrovascular accident,2011,3,4,1 +381316,Cerebrovascular accident,2011,4,1,1 +381316,Cerebrovascular accident,2011,5,3,1 +381316,Cerebrovascular accident,2011,6,1,1 +381316,Cerebrovascular accident,2011,7,4,1 +381316,Cerebrovascular accident,2011,8,3,1 +381316,Cerebrovascular accident,2011,9,1,1 +381316,Cerebrovascular accident,2011,10,3,1 +381316,Cerebrovascular accident,2011,11,3,1 +381316,Cerebrovascular accident,2011,12,3,1 +381316,Cerebrovascular accident,2012,1,2,1 +381316,Cerebrovascular accident,2012,2,2,1 +381316,Cerebrovascular accident,2012,3,2,1 +381316,Cerebrovascular accident,2012,4,1,1 +381316,Cerebrovascular accident,2012,5,2,1 +381316,Cerebrovascular accident,2012,6,4,1 +381316,Cerebrovascular accident,2012,7,3,1 +381316,Cerebrovascular accident,2012,8,2,1 +381316,Cerebrovascular accident,2012,9,1,1 +381316,Cerebrovascular accident,2012,10,3,1 +381316,Cerebrovascular accident,2012,11,2,1 +381316,Cerebrovascular accident,2012,12,1,1 +381316,Cerebrovascular accident,2013,1,2,1 +381316,Cerebrovascular accident,2013,2,1,1 +381316,Cerebrovascular accident,2013,3,2,1 +381316,Cerebrovascular accident,2013,4,1,1 +381316,Cerebrovascular accident,2013,5,1,1 +381316,Cerebrovascular accident,2013,6,3,1 +381316,Cerebrovascular accident,2013,7,3,1 +381316,Cerebrovascular accident,2013,8,4,1 +381316,Cerebrovascular accident,2013,9,1,1 +381316,Cerebrovascular accident,2013,10,1,1 +381316,Cerebrovascular accident,2013,11,1,1 +381316,Cerebrovascular accident,2013,12,2,1 +381316,Cerebrovascular accident,2014,1,3,1 +381316,Cerebrovascular accident,2014,2,1,1 +381316,Cerebrovascular accident,2014,3,1,1 +381316,Cerebrovascular accident,2014,4,3,1 +381316,Cerebrovascular accident,2014,5,3,1 +381316,Cerebrovascular accident,2014,6,1,1 +381316,Cerebrovascular accident,2014,7,2,1 +381316,Cerebrovascular accident,2014,8,1,1 +381316,Cerebrovascular accident,2014,9,4,1 +381316,Cerebrovascular accident,2014,10,3,1 +381316,Cerebrovascular accident,2014,11,3,1 +381316,Cerebrovascular accident,2014,12,2,1 +381316,Cerebrovascular accident,2015,1,5,1 +381316,Cerebrovascular accident,2015,2,3,1 +381316,Cerebrovascular accident,2015,3,5,1 +381316,Cerebrovascular accident,2015,4,2,1 +381316,Cerebrovascular accident,2015,5,6,1 +381316,Cerebrovascular accident,2015,6,5,1 +381316,Cerebrovascular accident,2015,7,6,1 +381316,Cerebrovascular accident,2015,8,2,1 +381316,Cerebrovascular accident,2015,9,2,1 +381316,Cerebrovascular accident,2015,10,6,1 +381316,Cerebrovascular accident,2015,11,4,1 +381316,Cerebrovascular accident,2015,12,4,1 +381316,Cerebrovascular accident,2016,1,3,1 +381316,Cerebrovascular accident,2016,2,5,1 +381316,Cerebrovascular accident,2016,3,3,1 +381316,Cerebrovascular accident,2016,4,4,1 +381316,Cerebrovascular accident,2016,5,3,1 +381316,Cerebrovascular accident,2016,6,1,1 +381316,Cerebrovascular accident,2016,7,2,1 +381316,Cerebrovascular accident,2016,8,2,1 +381316,Cerebrovascular accident,2016,9,3,1 +381316,Cerebrovascular accident,2016,10,3,1 +381316,Cerebrovascular accident,2016,11,4,1 +381316,Cerebrovascular accident,2016,12,2,1 +381316,Cerebrovascular accident,2017,1,6,1 +381316,Cerebrovascular accident,2017,2,1,1 +381316,Cerebrovascular accident,2017,3,5,1 +381316,Cerebrovascular accident,2017,4,8,1 +381316,Cerebrovascular accident,2017,5,2,1 +381316,Cerebrovascular accident,2017,6,5,1 +381316,Cerebrovascular accident,2017,7,4,1 +381316,Cerebrovascular accident,2017,8,2,1 +381316,Cerebrovascular accident,2017,9,6,1 +381316,Cerebrovascular accident,2017,10,2,1 +381316,Cerebrovascular accident,2017,11,5,1 +381316,Cerebrovascular accident,2017,12,3,1 +381316,Cerebrovascular accident,2018,1,4,1 +381316,Cerebrovascular accident,2018,2,1,1 +381316,Cerebrovascular accident,2018,3,3,1 +381316,Cerebrovascular accident,2018,4,6,1 +381316,Cerebrovascular accident,2018,5,7,1 +381316,Cerebrovascular accident,2018,6,3,1 +381316,Cerebrovascular accident,2018,7,2,1 +381316,Cerebrovascular accident,2018,8,2,1 +381316,Cerebrovascular accident,2018,9,5,1 +381316,Cerebrovascular accident,2018,10,2,1 +381316,Cerebrovascular accident,2018,11,3,1 +381316,Cerebrovascular accident,2018,12,3,1 +381316,Cerebrovascular accident,2019,1,6,1 +381316,Cerebrovascular accident,2019,2,5,1 +381316,Cerebrovascular accident,2019,3,3,1 +381316,Cerebrovascular accident,2019,4,4,1 +381316,Cerebrovascular accident,2019,5,6,1 +381316,Cerebrovascular accident,2019,6,2,1 +381316,Cerebrovascular accident,2019,7,10,1 +381316,Cerebrovascular accident,2019,8,5,1 +381316,Cerebrovascular accident,2019,9,2,1 +381316,Cerebrovascular accident,2019,10,5,1 +381316,Cerebrovascular accident,2019,11,2,1 +381316,Cerebrovascular accident,2019,12,6,1 +381316,Cerebrovascular accident,2020,1,4,1 +381316,Cerebrovascular accident,2020,2,6,1 +381316,Cerebrovascular accident,2020,3,1,1 +381316,Cerebrovascular accident,2020,4,3,1 +381316,Cerebrovascular accident,2020,5,2,1 +381316,Cerebrovascular accident,2020,6,2,1 +381316,Cerebrovascular accident,2020,7,3,1 +381316,Cerebrovascular accident,2020,8,5,1 +381316,Cerebrovascular accident,2020,9,3,1 +381316,Cerebrovascular accident,2020,10,1,1 +381316,Cerebrovascular accident,2020,11,5,1 +381316,Cerebrovascular accident,2020,12,1,1 +381316,Cerebrovascular accident,2021,1,3,1 +381316,Cerebrovascular accident,2021,3,6,1 +381316,Cerebrovascular accident,2021,4,1,1 +381316,Cerebrovascular accident,2021,5,6,1 +381316,Cerebrovascular accident,2021,6,4,1 +381316,Cerebrovascular accident,2021,7,3,1 +381316,Cerebrovascular accident,2021,8,5,1 +381316,Cerebrovascular accident,2021,9,2,1 +381316,Cerebrovascular accident,2021,10,1,1 +381316,Cerebrovascular accident,2021,11,2,1 +381316,Cerebrovascular accident,2021,12,4,1 +381316,Cerebrovascular accident,2022,1,1,1 +381316,Cerebrovascular accident,2022,2,5,1 +381316,Cerebrovascular accident,2022,3,7,1 +381316,Cerebrovascular accident,2022,4,5,1 +381316,Cerebrovascular accident,2022,5,6,1 +381316,Cerebrovascular accident,2022,6,3,1 +381316,Cerebrovascular accident,2022,7,6,1 +381316,Cerebrovascular accident,2022,8,8,1 +381316,Cerebrovascular accident,2022,9,2,1 +381316,Cerebrovascular accident,2022,10,6,1 +381316,Cerebrovascular accident,2022,11,6,1 +381316,Cerebrovascular accident,2022,12,6,1 +381316,Cerebrovascular accident,2023,1,4,1 +381316,Cerebrovascular accident,2023,3,2,1 +381316,Cerebrovascular accident,2023,4,4,1 +381316,Cerebrovascular accident,2023,5,4,1 +381316,Cerebrovascular accident,2023,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1962,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1963,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1967,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1973,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1979,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1984,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1986,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1995,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1999,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,9,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,8,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,4,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,9,1,3 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,10,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,12,2,1.5 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,5,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,6,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,3,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,5,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,8,2,1.5 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,7,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,12,4,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,3,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,9,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,11,1,2 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,4,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,7,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,11,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,2,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,5,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,6,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,7,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,10,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,4,1,1 +1332419,amlodipine 5 MG Oral Tablet,1994,1,12,2 +1332419,amlodipine 5 MG Oral Tablet,1994,2,22,1.9545454545454546 +1332419,amlodipine 5 MG Oral Tablet,1994,3,12,2 +1332419,amlodipine 5 MG Oral Tablet,1994,4,20,2.1 +1332419,amlodipine 5 MG Oral Tablet,1994,5,12,1.9166666666666667 +1332419,amlodipine 5 MG Oral Tablet,1994,6,22,2.272727272727273 +1332419,amlodipine 5 MG Oral Tablet,1994,7,23,2.217391304347826 +1332419,amlodipine 5 MG Oral Tablet,1994,8,16,2.5625 +1332419,amlodipine 5 MG Oral Tablet,1994,9,32,1.71875 +1332419,amlodipine 5 MG Oral Tablet,1994,10,18,2.611111111111111 +1332419,amlodipine 5 MG Oral Tablet,1994,11,21,2.2857142857142856 +1332419,amlodipine 5 MG Oral Tablet,1994,12,17,2.1176470588235294 +1332419,amlodipine 5 MG Oral Tablet,1995,1,7,3.2857142857142856 +1332419,amlodipine 5 MG Oral Tablet,1995,2,1,3 +1332419,amlodipine 5 MG Oral Tablet,1995,4,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,1995,5,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,6,4,4.5 +1332419,amlodipine 5 MG Oral Tablet,1995,8,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,9,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,10,1,1 +1332419,amlodipine 5 MG Oral Tablet,1995,11,3,1 +1332419,amlodipine 5 MG Oral Tablet,1995,12,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1996,1,3,2 +1332419,amlodipine 5 MG Oral Tablet,1996,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1996,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,1996,5,1,2 +1332419,amlodipine 5 MG Oral Tablet,1996,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,1996,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1996,8,1,2 +1332419,amlodipine 5 MG Oral Tablet,1996,9,3,3 +1332419,amlodipine 5 MG Oral Tablet,1996,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,1996,11,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,1997,1,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,1997,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,1997,3,1,3 +1332419,amlodipine 5 MG Oral Tablet,1997,4,1,4 +1332419,amlodipine 5 MG Oral Tablet,1997,5,1,1 +1332419,amlodipine 5 MG Oral Tablet,1997,6,2,2 +1332419,amlodipine 5 MG Oral Tablet,1997,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,1997,9,2,1 +1332419,amlodipine 5 MG Oral Tablet,1997,11,1,3 +1332419,amlodipine 5 MG Oral Tablet,1997,12,1,1 +1332419,amlodipine 5 MG Oral Tablet,1998,1,2,1 +1332419,amlodipine 5 MG Oral Tablet,1998,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1998,3,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,1998,6,2,3 +1332419,amlodipine 5 MG Oral Tablet,1998,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,8,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,1998,9,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,1998,10,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,11,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,12,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1999,1,4,9.75 +1332419,amlodipine 5 MG Oral Tablet,1999,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1999,3,2,2 +1332419,amlodipine 5 MG Oral Tablet,1999,4,1,7 +1332419,amlodipine 5 MG Oral Tablet,1999,5,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,1999,6,2,8 +1332419,amlodipine 5 MG Oral Tablet,1999,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,1999,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,1999,9,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,1999,10,3,11.666666666666666 +1332419,amlodipine 5 MG Oral Tablet,1999,11,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1999,12,3,2 +1332419,amlodipine 5 MG Oral Tablet,2000,1,4,3.25 +1332419,amlodipine 5 MG Oral Tablet,2000,3,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2000,4,1,1 +1332419,amlodipine 5 MG Oral Tablet,2000,5,1,4 +1332419,amlodipine 5 MG Oral Tablet,2000,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2000,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,2000,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2000,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2000,10,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2000,11,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2000,12,4,6.5 +1332419,amlodipine 5 MG Oral Tablet,2001,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,3,2,1 +1332419,amlodipine 5 MG Oral Tablet,2001,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,5,2,4.5 +1332419,amlodipine 5 MG Oral Tablet,2001,6,3,3.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2001,7,5,2.6 +1332419,amlodipine 5 MG Oral Tablet,2001,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2001,10,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2001,11,1,25 +1332419,amlodipine 5 MG Oral Tablet,2001,12,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2002,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2002,4,3,2 +1332419,amlodipine 5 MG Oral Tablet,2002,5,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,2002,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2002,7,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2002,8,2,1 +1332419,amlodipine 5 MG Oral Tablet,2002,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2002,10,1,1 +1332419,amlodipine 5 MG Oral Tablet,2002,11,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2002,12,2,2 +1332419,amlodipine 5 MG Oral Tablet,2003,1,3,3 +1332419,amlodipine 5 MG Oral Tablet,2003,2,1,1 +1332419,amlodipine 5 MG Oral Tablet,2003,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2003,4,2,4 +1332419,amlodipine 5 MG Oral Tablet,2003,5,2,2 +1332419,amlodipine 5 MG Oral Tablet,2003,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2003,7,3,4.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2003,8,1,5 +1332419,amlodipine 5 MG Oral Tablet,2003,9,5,1.4 +1332419,amlodipine 5 MG Oral Tablet,2003,10,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2003,11,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2003,12,3,2 +1332419,amlodipine 5 MG Oral Tablet,2004,1,1,2 +1332419,amlodipine 5 MG Oral Tablet,2004,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2004,3,4,2 +1332419,amlodipine 5 MG Oral Tablet,2004,5,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2004,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2004,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,2004,8,1,1 +1332419,amlodipine 5 MG Oral Tablet,2004,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2004,11,2,4 +1332419,amlodipine 5 MG Oral Tablet,2004,12,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2005,2,8,2 +1332419,amlodipine 5 MG Oral Tablet,2005,3,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2005,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2005,5,2,2 +1332419,amlodipine 5 MG Oral Tablet,2005,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2005,8,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2005,9,4,2.75 +1332419,amlodipine 5 MG Oral Tablet,2005,10,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2005,11,6,2.1666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2006,1,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2006,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2006,3,2,2 +1332419,amlodipine 5 MG Oral Tablet,2006,5,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2006,6,4,8.5 +1332419,amlodipine 5 MG Oral Tablet,2006,7,3,2 +1332419,amlodipine 5 MG Oral Tablet,2006,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2006,9,1,2 +1332419,amlodipine 5 MG Oral Tablet,2006,11,1,3 +1332419,amlodipine 5 MG Oral Tablet,2006,12,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2007,1,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2007,2,1,1 +1332419,amlodipine 5 MG Oral Tablet,2007,3,4,3.75 +1332419,amlodipine 5 MG Oral Tablet,2007,4,5,3 +1332419,amlodipine 5 MG Oral Tablet,2007,5,4,2 +1332419,amlodipine 5 MG Oral Tablet,2007,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2007,7,2,2 +1332419,amlodipine 5 MG Oral Tablet,2007,8,5,2.8 +1332419,amlodipine 5 MG Oral Tablet,2007,9,3,6.666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2007,11,3,6.666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2007,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2008,1,2,1 +1332419,amlodipine 5 MG Oral Tablet,2008,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,2008,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2008,4,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2008,5,3,2 +1332419,amlodipine 5 MG Oral Tablet,2008,6,1,3 +1332419,amlodipine 5 MG Oral Tablet,2008,7,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2008,9,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2008,10,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2008,11,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2008,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2009,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2009,2,2,3 +1332419,amlodipine 5 MG Oral Tablet,2009,3,2,1 +1332419,amlodipine 5 MG Oral Tablet,2009,4,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2009,6,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2009,7,2,2 +1332419,amlodipine 5 MG Oral Tablet,2009,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2009,9,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2009,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,2009,11,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2009,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2010,2,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2010,3,2,3 +1332419,amlodipine 5 MG Oral Tablet,2010,4,1,2 +1332419,amlodipine 5 MG Oral Tablet,2010,5,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2010,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2010,7,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2010,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2010,9,3,2 +1332419,amlodipine 5 MG Oral Tablet,2010,10,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2010,11,4,3 +1332419,amlodipine 5 MG Oral Tablet,2010,12,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,1,5,1.2 +1332419,amlodipine 5 MG Oral Tablet,2011,3,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2011,5,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,6,2,1 +1332419,amlodipine 5 MG Oral Tablet,2011,7,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2011,8,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2011,9,6,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,10,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,11,1,2 +1332419,amlodipine 5 MG Oral Tablet,2011,12,5,1.6 +1332419,amlodipine 5 MG Oral Tablet,2012,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,2,2,6 +1332419,amlodipine 5 MG Oral Tablet,2012,3,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2012,4,5,1.2 +1332419,amlodipine 5 MG Oral Tablet,2012,5,4,2 +1332419,amlodipine 5 MG Oral Tablet,2012,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2012,7,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,8,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2012,9,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2012,10,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,11,4,7 +1332419,amlodipine 5 MG Oral Tablet,2012,12,2,2 +1332419,amlodipine 5 MG Oral Tablet,2013,1,3,2 +1332419,amlodipine 5 MG Oral Tablet,2013,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,2013,3,6,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2013,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2013,5,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2013,6,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,8,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2013,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,10,4,3 +1332419,amlodipine 5 MG Oral Tablet,2013,11,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2014,1,6,1.5 +1332419,amlodipine 5 MG Oral Tablet,2014,3,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2014,4,4,2 +1332419,amlodipine 5 MG Oral Tablet,2014,5,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2014,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2014,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2014,9,4,2 +1332419,amlodipine 5 MG Oral Tablet,2014,10,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2014,11,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2014,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2015,1,3,3.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2015,2,2,2 +1332419,amlodipine 5 MG Oral Tablet,2015,3,7,2 +1332419,amlodipine 5 MG Oral Tablet,2015,4,8,6 +1332419,amlodipine 5 MG Oral Tablet,2015,5,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2015,6,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2015,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,2015,8,4,2 +1332419,amlodipine 5 MG Oral Tablet,2015,11,4,4.25 +1332419,amlodipine 5 MG Oral Tablet,2015,12,1,1 +1332419,amlodipine 5 MG Oral Tablet,2016,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2016,2,3,2 +1332419,amlodipine 5 MG Oral Tablet,2016,3,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2016,4,2,2 +1332419,amlodipine 5 MG Oral Tablet,2016,5,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2016,6,4,3.25 +1332419,amlodipine 5 MG Oral Tablet,2016,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2016,8,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2016,9,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2016,10,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2016,11,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2016,12,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2017,1,1,11 +1332419,amlodipine 5 MG Oral Tablet,2017,2,2,2 +1332419,amlodipine 5 MG Oral Tablet,2017,3,2,6.5 +1332419,amlodipine 5 MG Oral Tablet,2017,5,2,1 +1332419,amlodipine 5 MG Oral Tablet,2017,6,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2017,7,3,3 +1332419,amlodipine 5 MG Oral Tablet,2017,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2017,9,2,1 +1332419,amlodipine 5 MG Oral Tablet,2017,10,3,2 +1332419,amlodipine 5 MG Oral Tablet,2017,11,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2017,12,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2018,1,6,2.5 +1332419,amlodipine 5 MG Oral Tablet,2018,2,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2018,3,3,2 +1332419,amlodipine 5 MG Oral Tablet,2018,4,3,6 +1332419,amlodipine 5 MG Oral Tablet,2018,5,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2018,6,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2018,7,2,1 +1332419,amlodipine 5 MG Oral Tablet,2018,8,2,2 +1332419,amlodipine 5 MG Oral Tablet,2018,9,9,2 +1332419,amlodipine 5 MG Oral Tablet,2018,10,5,1.4 +1332419,amlodipine 5 MG Oral Tablet,2018,11,7,1.8571428571428572 +1332419,amlodipine 5 MG Oral Tablet,2018,12,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2019,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2019,2,5,2.4 +1332419,amlodipine 5 MG Oral Tablet,2019,3,5,4.4 +1332419,amlodipine 5 MG Oral Tablet,2019,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2019,5,3,6 +1332419,amlodipine 5 MG Oral Tablet,2019,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2019,7,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2019,8,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2019,9,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2019,10,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,2019,12,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2020,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2020,2,2,1 +1332419,amlodipine 5 MG Oral Tablet,2020,3,5,3 +1332419,amlodipine 5 MG Oral Tablet,2020,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2020,5,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2020,6,5,3 +1332419,amlodipine 5 MG Oral Tablet,2020,7,6,2 +1332419,amlodipine 5 MG Oral Tablet,2020,8,5,2 +1332419,amlodipine 5 MG Oral Tablet,2020,9,8,1.625 +1332419,amlodipine 5 MG Oral Tablet,2020,10,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2020,11,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2020,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2021,1,5,2 +1332419,amlodipine 5 MG Oral Tablet,2021,2,3,2 +1332419,amlodipine 5 MG Oral Tablet,2021,3,4,5 +1332419,amlodipine 5 MG Oral Tablet,2021,4,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2021,5,5,1.6 +1332419,amlodipine 5 MG Oral Tablet,2021,6,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2021,8,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2021,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2021,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,2021,11,2,4 +1332419,amlodipine 5 MG Oral Tablet,2021,12,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2022,2,5,2.4 +1332419,amlodipine 5 MG Oral Tablet,2022,3,5,3.4 +1332419,amlodipine 5 MG Oral Tablet,2022,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2022,5,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2022,6,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2022,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,2022,8,3,2.3333333333333335 +1332419,amlodipine 5 MG Oral Tablet,2022,9,3,2 +1332419,amlodipine 5 MG Oral Tablet,2022,10,1,2 +1332419,amlodipine 5 MG Oral Tablet,2022,11,2,4.5 +1332419,amlodipine 5 MG Oral Tablet,2022,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2023,1,6,3 +1332419,amlodipine 5 MG Oral Tablet,2023,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2023,3,2,5.5 +1332419,amlodipine 5 MG Oral Tablet,2023,4,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2023,5,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1991,1,10,2 +1539411,simvastatin 20 MG Oral Tablet,1991,2,14,2.0714285714285716 +1539411,simvastatin 20 MG Oral Tablet,1991,3,15,1.8666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1991,4,11,2 +1539411,simvastatin 20 MG Oral Tablet,1991,5,19,3.473684210526316 +1539411,simvastatin 20 MG Oral Tablet,1991,6,16,2.6875 +1539411,simvastatin 20 MG Oral Tablet,1991,7,17,2.823529411764706 +1539411,simvastatin 20 MG Oral Tablet,1991,8,23,1.9565217391304348 +1539411,simvastatin 20 MG Oral Tablet,1991,9,19,1.7894736842105263 +1539411,simvastatin 20 MG Oral Tablet,1991,10,17,2.7058823529411766 +1539411,simvastatin 20 MG Oral Tablet,1991,11,11,1.8181818181818181 +1539411,simvastatin 20 MG Oral Tablet,1991,12,19,2.210526315789474 +1539411,simvastatin 20 MG Oral Tablet,1992,1,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1992,3,3,2 +1539411,simvastatin 20 MG Oral Tablet,1992,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,1992,5,1,5 +1539411,simvastatin 20 MG Oral Tablet,1992,6,4,2.75 +1539411,simvastatin 20 MG Oral Tablet,1992,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1992,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,1992,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1992,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,1992,11,1,4 +1539411,simvastatin 20 MG Oral Tablet,1992,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,1993,1,2,3 +1539411,simvastatin 20 MG Oral Tablet,1993,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,3,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,1993,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,1993,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,1993,6,2,2 +1539411,simvastatin 20 MG Oral Tablet,1993,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,1993,11,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,1,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,2,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,1994,4,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1994,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,8,1,3 +1539411,simvastatin 20 MG Oral Tablet,1994,9,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1994,10,2,3 +1539411,simvastatin 20 MG Oral Tablet,1994,11,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,1994,12,1,6 +1539411,simvastatin 20 MG Oral Tablet,1995,1,3,3.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,1995,2,1,3 +1539411,simvastatin 20 MG Oral Tablet,1995,4,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1995,5,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,6,4,4.5 +1539411,simvastatin 20 MG Oral Tablet,1995,8,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,9,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,10,1,1 +1539411,simvastatin 20 MG Oral Tablet,1995,11,3,1 +1539411,simvastatin 20 MG Oral Tablet,1995,12,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1996,1,3,2 +1539411,simvastatin 20 MG Oral Tablet,1996,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1996,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1996,5,1,2 +1539411,simvastatin 20 MG Oral Tablet,1996,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,1996,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1996,8,1,2 +1539411,simvastatin 20 MG Oral Tablet,1996,9,3,3 +1539411,simvastatin 20 MG Oral Tablet,1996,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,1996,11,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,1997,1,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,1997,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,1997,3,1,3 +1539411,simvastatin 20 MG Oral Tablet,1997,4,1,4 +1539411,simvastatin 20 MG Oral Tablet,1997,5,1,1 +1539411,simvastatin 20 MG Oral Tablet,1997,6,2,2 +1539411,simvastatin 20 MG Oral Tablet,1997,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,1997,9,2,1 +1539411,simvastatin 20 MG Oral Tablet,1997,11,1,3 +1539411,simvastatin 20 MG Oral Tablet,1997,12,1,1 +1539411,simvastatin 20 MG Oral Tablet,1998,1,2,1 +1539411,simvastatin 20 MG Oral Tablet,1998,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1998,3,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,1998,6,2,3 +1539411,simvastatin 20 MG Oral Tablet,1998,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,8,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,1998,9,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,1998,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,11,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,12,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1999,1,4,9.75 +1539411,simvastatin 20 MG Oral Tablet,1999,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1999,3,2,2 +1539411,simvastatin 20 MG Oral Tablet,1999,4,1,7 +1539411,simvastatin 20 MG Oral Tablet,1999,5,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,1999,6,2,8 +1539411,simvastatin 20 MG Oral Tablet,1999,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,1999,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1999,9,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,1999,10,3,11.666666666666666 +1539411,simvastatin 20 MG Oral Tablet,1999,11,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1999,12,3,2 +1539411,simvastatin 20 MG Oral Tablet,2000,1,4,3.25 +1539411,simvastatin 20 MG Oral Tablet,2000,3,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2000,4,1,1 +1539411,simvastatin 20 MG Oral Tablet,2000,5,1,4 +1539411,simvastatin 20 MG Oral Tablet,2000,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2000,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,2000,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2000,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2000,10,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2000,11,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2000,12,4,6.5 +1539411,simvastatin 20 MG Oral Tablet,2001,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,3,2,1 +1539411,simvastatin 20 MG Oral Tablet,2001,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,5,2,4.5 +1539411,simvastatin 20 MG Oral Tablet,2001,6,3,3.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2001,7,5,2.6 +1539411,simvastatin 20 MG Oral Tablet,2001,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2001,10,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2001,11,1,25 +1539411,simvastatin 20 MG Oral Tablet,2001,12,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2002,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2002,4,3,2 +1539411,simvastatin 20 MG Oral Tablet,2002,5,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,2002,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2002,7,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2002,8,2,1 +1539411,simvastatin 20 MG Oral Tablet,2002,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2002,10,1,1 +1539411,simvastatin 20 MG Oral Tablet,2002,11,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2002,12,2,2 +1539411,simvastatin 20 MG Oral Tablet,2003,1,3,3 +1539411,simvastatin 20 MG Oral Tablet,2003,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,2003,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2003,4,2,4 +1539411,simvastatin 20 MG Oral Tablet,2003,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,2003,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2003,7,3,4.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2003,8,1,5 +1539411,simvastatin 20 MG Oral Tablet,2003,9,5,1.4 +1539411,simvastatin 20 MG Oral Tablet,2003,10,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2003,11,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2003,12,3,2 +1539411,simvastatin 20 MG Oral Tablet,2004,1,1,2 +1539411,simvastatin 20 MG Oral Tablet,2004,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2004,3,4,2 +1539411,simvastatin 20 MG Oral Tablet,2004,5,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2004,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2004,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,2004,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,2004,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2004,11,2,4 +1539411,simvastatin 20 MG Oral Tablet,2004,12,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2005,2,8,2 +1539411,simvastatin 20 MG Oral Tablet,2005,3,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2005,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2005,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,2005,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2005,8,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2005,9,4,2.75 +1539411,simvastatin 20 MG Oral Tablet,2005,10,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2005,11,6,2.1666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2006,1,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2006,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2006,3,2,2 +1539411,simvastatin 20 MG Oral Tablet,2006,5,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2006,6,4,8.5 +1539411,simvastatin 20 MG Oral Tablet,2006,7,3,2 +1539411,simvastatin 20 MG Oral Tablet,2006,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2006,9,1,2 +1539411,simvastatin 20 MG Oral Tablet,2006,11,1,3 +1539411,simvastatin 20 MG Oral Tablet,2006,12,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2007,1,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2007,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,2007,3,4,3.75 +1539411,simvastatin 20 MG Oral Tablet,2007,4,5,3 +1539411,simvastatin 20 MG Oral Tablet,2007,5,4,2 +1539411,simvastatin 20 MG Oral Tablet,2007,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2007,7,2,2 +1539411,simvastatin 20 MG Oral Tablet,2007,8,5,2.8 +1539411,simvastatin 20 MG Oral Tablet,2007,9,3,6.666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2007,11,3,6.666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2007,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2008,1,2,1 +1539411,simvastatin 20 MG Oral Tablet,2008,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,2008,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2008,4,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2008,5,3,2 +1539411,simvastatin 20 MG Oral Tablet,2008,6,1,3 +1539411,simvastatin 20 MG Oral Tablet,2008,7,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2008,9,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2008,10,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2008,11,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2008,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2009,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2009,2,2,3 +1539411,simvastatin 20 MG Oral Tablet,2009,3,2,1 +1539411,simvastatin 20 MG Oral Tablet,2009,4,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2009,6,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2009,7,2,2 +1539411,simvastatin 20 MG Oral Tablet,2009,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2009,9,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2009,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,2009,11,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2009,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2010,2,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2010,3,2,3 +1539411,simvastatin 20 MG Oral Tablet,2010,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,2010,5,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2010,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2010,7,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2010,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2010,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,2010,10,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2010,11,4,3 +1539411,simvastatin 20 MG Oral Tablet,2010,12,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,1,5,1.2 +1539411,simvastatin 20 MG Oral Tablet,2011,3,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2011,5,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,6,2,1 +1539411,simvastatin 20 MG Oral Tablet,2011,7,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2011,8,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2011,9,6,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,10,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,11,1,2 +1539411,simvastatin 20 MG Oral Tablet,2011,12,5,1.6 +1539411,simvastatin 20 MG Oral Tablet,2012,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,2,2,6 +1539411,simvastatin 20 MG Oral Tablet,2012,3,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2012,4,5,1.2 +1539411,simvastatin 20 MG Oral Tablet,2012,5,4,2 +1539411,simvastatin 20 MG Oral Tablet,2012,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2012,7,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,8,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2012,9,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2012,10,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,11,4,7 +1539411,simvastatin 20 MG Oral Tablet,2012,12,2,2 +1539411,simvastatin 20 MG Oral Tablet,2013,1,3,2 +1539411,simvastatin 20 MG Oral Tablet,2013,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,2013,3,6,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2013,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2013,5,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2013,6,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,8,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2013,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,10,4,3 +1539411,simvastatin 20 MG Oral Tablet,2013,11,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2014,1,6,1.5 +1539411,simvastatin 20 MG Oral Tablet,2014,3,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2014,4,4,2 +1539411,simvastatin 20 MG Oral Tablet,2014,5,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2014,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2014,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2014,9,4,2 +1539411,simvastatin 20 MG Oral Tablet,2014,10,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2014,11,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2014,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2015,1,3,3.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2015,2,2,2 +1539411,simvastatin 20 MG Oral Tablet,2015,3,7,2 +1539411,simvastatin 20 MG Oral Tablet,2015,4,8,6 +1539411,simvastatin 20 MG Oral Tablet,2015,5,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2015,6,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2015,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,2015,8,4,2 +1539411,simvastatin 20 MG Oral Tablet,2015,11,4,4.25 +1539411,simvastatin 20 MG Oral Tablet,2015,12,1,1 +1539411,simvastatin 20 MG Oral Tablet,2016,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2016,2,3,2 +1539411,simvastatin 20 MG Oral Tablet,2016,3,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2016,4,2,2 +1539411,simvastatin 20 MG Oral Tablet,2016,5,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2016,6,4,3.25 +1539411,simvastatin 20 MG Oral Tablet,2016,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2016,8,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2016,9,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2016,10,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2016,11,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2016,12,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2017,1,1,11 +1539411,simvastatin 20 MG Oral Tablet,2017,2,2,2 +1539411,simvastatin 20 MG Oral Tablet,2017,3,2,6.5 +1539411,simvastatin 20 MG Oral Tablet,2017,5,2,1 +1539411,simvastatin 20 MG Oral Tablet,2017,6,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2017,7,3,3 +1539411,simvastatin 20 MG Oral Tablet,2017,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2017,9,2,1 +1539411,simvastatin 20 MG Oral Tablet,2017,10,3,2 +1539411,simvastatin 20 MG Oral Tablet,2017,11,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2017,12,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2018,1,6,2.5 +1539411,simvastatin 20 MG Oral Tablet,2018,2,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2018,3,3,2 +1539411,simvastatin 20 MG Oral Tablet,2018,4,3,6 +1539411,simvastatin 20 MG Oral Tablet,2018,5,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2018,6,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2018,7,2,1 +1539411,simvastatin 20 MG Oral Tablet,2018,8,2,2 +1539411,simvastatin 20 MG Oral Tablet,2018,9,9,2 +1539411,simvastatin 20 MG Oral Tablet,2018,10,5,1.4 +1539411,simvastatin 20 MG Oral Tablet,2018,11,7,1.8571428571428572 +1539411,simvastatin 20 MG Oral Tablet,2018,12,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2019,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2019,2,5,2.4 +1539411,simvastatin 20 MG Oral Tablet,2019,3,5,4.4 +1539411,simvastatin 20 MG Oral Tablet,2019,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2019,5,3,6 +1539411,simvastatin 20 MG Oral Tablet,2019,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2019,7,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2019,8,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2019,9,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2019,10,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,2019,12,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2020,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2020,2,2,1 +1539411,simvastatin 20 MG Oral Tablet,2020,3,5,3 +1539411,simvastatin 20 MG Oral Tablet,2020,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2020,5,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2020,6,5,3 +1539411,simvastatin 20 MG Oral Tablet,2020,7,6,2 +1539411,simvastatin 20 MG Oral Tablet,2020,8,5,2 +1539411,simvastatin 20 MG Oral Tablet,2020,9,8,1.625 +1539411,simvastatin 20 MG Oral Tablet,2020,10,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2020,11,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2020,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2021,1,5,2 +1539411,simvastatin 20 MG Oral Tablet,2021,2,3,2 +1539411,simvastatin 20 MG Oral Tablet,2021,3,4,5 +1539411,simvastatin 20 MG Oral Tablet,2021,4,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2021,5,5,1.6 +1539411,simvastatin 20 MG Oral Tablet,2021,6,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2021,8,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2021,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2021,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,2021,11,2,4 +1539411,simvastatin 20 MG Oral Tablet,2021,12,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2022,2,5,2.4 +1539411,simvastatin 20 MG Oral Tablet,2022,3,5,3.4 +1539411,simvastatin 20 MG Oral Tablet,2022,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2022,5,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2022,6,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2022,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,2022,8,3,2.3333333333333335 +1539411,simvastatin 20 MG Oral Tablet,2022,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,2022,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,2022,11,2,4.5 +1539411,simvastatin 20 MG Oral Tablet,2022,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2023,1,6,3 +1539411,simvastatin 20 MG Oral Tablet,2023,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2023,3,2,5.5 +1539411,simvastatin 20 MG Oral Tablet,2023,4,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2023,5,6,1.8333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,1996,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,2,3,1.3333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,1997,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,12,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,7,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,2,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,4,5,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,10,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,1,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,5,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,10,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,8,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,3,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,5,1,2 +1545959,atorvastatin 80 MG Oral Tablet,2018,6,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,7,4,1.25 +1545959,atorvastatin 80 MG Oral Tablet,2018,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,9,1,2 +1545959,atorvastatin 80 MG Oral Tablet,2018,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,10,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,1,3,1.3333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,2020,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,4,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,7,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,11,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,4,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,1,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,5 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,5 +4057420,Catheter ablation of tissue of heart,1955,4,2,1 +4057420,Catheter ablation of tissue of heart,1955,11,1,1 +4057420,Catheter ablation of tissue of heart,1960,4,1,1 +4057420,Catheter ablation of tissue of heart,1962,1,1,1 +4057420,Catheter ablation of tissue of heart,1963,6,1,1 +4057420,Catheter ablation of tissue of heart,1967,4,1,1 +4057420,Catheter ablation of tissue of heart,1973,6,1,1 +4057420,Catheter ablation of tissue of heart,1979,6,1,2 +4057420,Catheter ablation of tissue of heart,1979,12,1,1 +4057420,Catheter ablation of tissue of heart,1984,11,1,1 +4057420,Catheter ablation of tissue of heart,1985,4,1,5 +4057420,Catheter ablation of tissue of heart,1986,4,1,5 +4057420,Catheter ablation of tissue of heart,1986,6,1,1 +4057420,Catheter ablation of tissue of heart,1988,5,1,1 +4057420,Catheter ablation of tissue of heart,1988,6,1,1 +4057420,Catheter ablation of tissue of heart,1989,5,1,5 +4057420,Catheter ablation of tissue of heart,1990,5,1,5 +4057420,Catheter ablation of tissue of heart,1990,6,1,1 +4057420,Catheter ablation of tissue of heart,1990,9,1,1 +4057420,Catheter ablation of tissue of heart,1991,1,1,1 +4057420,Catheter ablation of tissue of heart,1991,3,1,1 +4057420,Catheter ablation of tissue of heart,1991,8,1,1 +4057420,Catheter ablation of tissue of heart,1991,9,1,1 +4057420,Catheter ablation of tissue of heart,1991,10,1,2 +4057420,Catheter ablation of tissue of heart,1992,5,2,3 +4057420,Catheter ablation of tissue of heart,1992,11,2,1.5 +4057420,Catheter ablation of tissue of heart,1993,2,1,2 +4057420,Catheter ablation of tissue of heart,1993,6,1,5 +4057420,Catheter ablation of tissue of heart,1994,2,1,2 +4057420,Catheter ablation of tissue of heart,1994,5,1,15 +4057420,Catheter ablation of tissue of heart,1994,6,1,1 +4057420,Catheter ablation of tissue of heart,1994,8,1,6 +4057420,Catheter ablation of tissue of heart,1994,9,1,1 +4057420,Catheter ablation of tissue of heart,1994,10,1,2 +4057420,Catheter ablation of tissue of heart,1995,6,2,2 +4057420,Catheter ablation of tissue of heart,1995,7,1,1 +4057420,Catheter ablation of tissue of heart,1995,9,1,1 +4057420,Catheter ablation of tissue of heart,1996,6,2,1.5 +4057420,Catheter ablation of tissue of heart,1996,10,1,1 +4057420,Catheter ablation of tissue of heart,1996,11,2,2 +4057420,Catheter ablation of tissue of heart,1997,2,1,1 +4057420,Catheter ablation of tissue of heart,1997,6,2,2 +4057420,Catheter ablation of tissue of heart,1997,8,1,1 +4057420,Catheter ablation of tissue of heart,1997,11,1,2 +4057420,Catheter ablation of tissue of heart,1998,2,1,2 +4057420,Catheter ablation of tissue of heart,1998,7,1,1 +4057420,Catheter ablation of tissue of heart,1998,8,1,5 +4057420,Catheter ablation of tissue of heart,1998,9,1,1 +4057420,Catheter ablation of tissue of heart,1998,10,1,1 +4057420,Catheter ablation of tissue of heart,1999,2,2,4 +4057420,Catheter ablation of tissue of heart,1999,6,1,2 +4057420,Catheter ablation of tissue of heart,1999,8,1,1 +4057420,Catheter ablation of tissue of heart,1999,12,1,2 +4057420,Catheter ablation of tissue of heart,2000,2,1,6 +4057420,Catheter ablation of tissue of heart,2000,4,1,1 +4057420,Catheter ablation of tissue of heart,2000,6,2,1.5 +4057420,Catheter ablation of tissue of heart,2000,10,1,1 +4057420,Catheter ablation of tissue of heart,2000,12,2,1.5 +4057420,Catheter ablation of tissue of heart,2001,4,1,2 +4057420,Catheter ablation of tissue of heart,2001,6,2,1.5 +4057420,Catheter ablation of tissue of heart,2001,9,2,1 +4057420,Catheter ablation of tissue of heart,2002,1,1,1 +4057420,Catheter ablation of tissue of heart,2002,2,1,1 +4057420,Catheter ablation of tissue of heart,2002,3,1,1 +4057420,Catheter ablation of tissue of heart,2002,4,1,1 +4057420,Catheter ablation of tissue of heart,2002,8,1,2 +4057420,Catheter ablation of tissue of heart,2003,2,1,1 +4057420,Catheter ablation of tissue of heart,2003,4,2,1 +4057420,Catheter ablation of tissue of heart,2003,8,2,2 +4057420,Catheter ablation of tissue of heart,2003,9,1,1 +4057420,Catheter ablation of tissue of heart,2003,10,1,1 +4057420,Catheter ablation of tissue of heart,2004,4,1,1 +4057420,Catheter ablation of tissue of heart,2004,5,1,1 +4057420,Catheter ablation of tissue of heart,2004,6,1,2 +4057420,Catheter ablation of tissue of heart,2004,8,1,2 +4057420,Catheter ablation of tissue of heart,2004,10,1,1 +4057420,Catheter ablation of tissue of heart,2004,11,2,1 +4057420,Catheter ablation of tissue of heart,2005,3,1,1 +4057420,Catheter ablation of tissue of heart,2005,4,2,1.5 +4057420,Catheter ablation of tissue of heart,2005,8,3,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2005,10,1,2 +4057420,Catheter ablation of tissue of heart,2005,11,1,1 +4057420,Catheter ablation of tissue of heart,2006,1,3,1 +4057420,Catheter ablation of tissue of heart,2006,3,2,1 +4057420,Catheter ablation of tissue of heart,2006,4,2,1 +4057420,Catheter ablation of tissue of heart,2006,5,2,1.5 +4057420,Catheter ablation of tissue of heart,2006,10,1,1 +4057420,Catheter ablation of tissue of heart,2006,12,1,2 +4057420,Catheter ablation of tissue of heart,2007,1,1,1 +4057420,Catheter ablation of tissue of heart,2007,2,1,1 +4057420,Catheter ablation of tissue of heart,2007,4,1,1 +4057420,Catheter ablation of tissue of heart,2007,6,1,2 +4057420,Catheter ablation of tissue of heart,2007,8,2,1.5 +4057420,Catheter ablation of tissue of heart,2007,11,1,2 +4057420,Catheter ablation of tissue of heart,2007,12,1,1 +4057420,Catheter ablation of tissue of heart,2008,2,1,1 +4057420,Catheter ablation of tissue of heart,2008,3,1,1 +4057420,Catheter ablation of tissue of heart,2008,4,1,1 +4057420,Catheter ablation of tissue of heart,2008,8,1,2 +4057420,Catheter ablation of tissue of heart,2008,9,1,2 +4057420,Catheter ablation of tissue of heart,2008,12,2,1 +4057420,Catheter ablation of tissue of heart,2009,5,1,1 +4057420,Catheter ablation of tissue of heart,2009,7,1,1 +4057420,Catheter ablation of tissue of heart,2009,10,1,1 +4057420,Catheter ablation of tissue of heart,2009,11,1,1 +4057420,Catheter ablation of tissue of heart,2010,4,3,1 +4057420,Catheter ablation of tissue of heart,2010,5,2,1 +4057420,Catheter ablation of tissue of heart,2010,7,1,2 +4057420,Catheter ablation of tissue of heart,2010,9,2,2.5 +4057420,Catheter ablation of tissue of heart,2010,12,2,1.5 +4057420,Catheter ablation of tissue of heart,2011,1,1,1 +4057420,Catheter ablation of tissue of heart,2011,2,1,1 +4057420,Catheter ablation of tissue of heart,2011,3,1,1 +4057420,Catheter ablation of tissue of heart,2011,6,2,2 +4057420,Catheter ablation of tissue of heart,2011,7,1,2 +4057420,Catheter ablation of tissue of heart,2011,9,2,2 +4057420,Catheter ablation of tissue of heart,2011,10,1,2 +4057420,Catheter ablation of tissue of heart,2011,12,1,1 +4057420,Catheter ablation of tissue of heart,2012,1,1,1 +4057420,Catheter ablation of tissue of heart,2012,3,1,4 +4057420,Catheter ablation of tissue of heart,2012,4,1,2 +4057420,Catheter ablation of tissue of heart,2012,5,1,1 +4057420,Catheter ablation of tissue of heart,2012,7,1,1 +4057420,Catheter ablation of tissue of heart,2012,8,1,1 +4057420,Catheter ablation of tissue of heart,2012,9,4,1.75 +4057420,Catheter ablation of tissue of heart,2012,11,1,1 +4057420,Catheter ablation of tissue of heart,2012,12,4,1.25 +4057420,Catheter ablation of tissue of heart,2013,1,2,1 +4057420,Catheter ablation of tissue of heart,2013,2,2,1 +4057420,Catheter ablation of tissue of heart,2013,3,2,3 +4057420,Catheter ablation of tissue of heart,2013,4,2,1.5 +4057420,Catheter ablation of tissue of heart,2013,7,7,3 +4057420,Catheter ablation of tissue of heart,2013,8,4,2.25 +4057420,Catheter ablation of tissue of heart,2013,9,10,1.5 +4057420,Catheter ablation of tissue of heart,2013,10,11,2.090909090909091 +4057420,Catheter ablation of tissue of heart,2013,11,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2013,12,10,2.3 +4057420,Catheter ablation of tissue of heart,2014,1,9,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2014,2,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2014,3,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2014,4,11,1.3636363636363635 +4057420,Catheter ablation of tissue of heart,2014,5,15,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2014,6,9,2.111111111111111 +4057420,Catheter ablation of tissue of heart,2014,7,4,1.25 +4057420,Catheter ablation of tissue of heart,2014,8,7,2.142857142857143 +4057420,Catheter ablation of tissue of heart,2014,9,9,2.5555555555555554 +4057420,Catheter ablation of tissue of heart,2014,10,8,2.625 +4057420,Catheter ablation of tissue of heart,2014,11,7,1.8571428571428572 +4057420,Catheter ablation of tissue of heart,2014,12,8,1.375 +4057420,Catheter ablation of tissue of heart,2015,1,15,2 +4057420,Catheter ablation of tissue of heart,2015,2,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2015,3,6,1.8333333333333333 +4057420,Catheter ablation of tissue of heart,2015,4,6,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2015,5,9,5.555555555555555 +4057420,Catheter ablation of tissue of heart,2015,6,9,6.444444444444445 +4057420,Catheter ablation of tissue of heart,2015,7,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2015,8,6,1.5 +4057420,Catheter ablation of tissue of heart,2015,9,4,1 +4057420,Catheter ablation of tissue of heart,2015,10,10,1.8 +4057420,Catheter ablation of tissue of heart,2015,11,9,1.5555555555555556 +4057420,Catheter ablation of tissue of heart,2015,12,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2016,1,6,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2016,2,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2016,3,13,1.4615384615384615 +4057420,Catheter ablation of tissue of heart,2016,4,9,1.5555555555555556 +4057420,Catheter ablation of tissue of heart,2016,5,13,1.9230769230769231 +4057420,Catheter ablation of tissue of heart,2016,6,13,2.230769230769231 +4057420,Catheter ablation of tissue of heart,2016,7,8,1.5 +4057420,Catheter ablation of tissue of heart,2016,8,6,2 +4057420,Catheter ablation of tissue of heart,2016,9,8,2.5 +4057420,Catheter ablation of tissue of heart,2016,10,9,2.111111111111111 +4057420,Catheter ablation of tissue of heart,2016,11,13,1.4615384615384615 +4057420,Catheter ablation of tissue of heart,2016,12,10,3.3 +4057420,Catheter ablation of tissue of heart,2017,1,14,1.8571428571428572 +4057420,Catheter ablation of tissue of heart,2017,2,7,5.857142857142857 +4057420,Catheter ablation of tissue of heart,2017,3,12,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2017,4,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2017,5,9,6.777777777777778 +4057420,Catheter ablation of tissue of heart,2017,6,9,3.111111111111111 +4057420,Catheter ablation of tissue of heart,2017,7,8,1.875 +4057420,Catheter ablation of tissue of heart,2017,8,13,4.153846153846154 +4057420,Catheter ablation of tissue of heart,2017,9,10,2 +4057420,Catheter ablation of tissue of heart,2017,10,12,2.8333333333333335 +4057420,Catheter ablation of tissue of heart,2017,11,14,2.2857142857142856 +4057420,Catheter ablation of tissue of heart,2017,12,10,1.7 +4057420,Catheter ablation of tissue of heart,2018,1,7,1.1428571428571428 +4057420,Catheter ablation of tissue of heart,2018,2,1,2 +4057420,Catheter ablation of tissue of heart,2018,3,9,1.4444444444444444 +4057420,Catheter ablation of tissue of heart,2018,4,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2018,5,12,1.5833333333333333 +4057420,Catheter ablation of tissue of heart,2018,6,9,1.4444444444444444 +4057420,Catheter ablation of tissue of heart,2018,7,8,2.125 +4057420,Catheter ablation of tissue of heart,2018,8,14,2.2142857142857144 +4057420,Catheter ablation of tissue of heart,2018,9,6,5.333333333333333 +4057420,Catheter ablation of tissue of heart,2018,10,5,1 +4057420,Catheter ablation of tissue of heart,2018,11,8,2.125 +4057420,Catheter ablation of tissue of heart,2018,12,8,2 +4057420,Catheter ablation of tissue of heart,2019,1,12,2 +4057420,Catheter ablation of tissue of heart,2019,2,8,1.375 +4057420,Catheter ablation of tissue of heart,2019,3,6,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2019,4,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2019,5,12,4.833333333333333 +4057420,Catheter ablation of tissue of heart,2019,6,10,2.8 +4057420,Catheter ablation of tissue of heart,2019,7,13,4.230769230769231 +4057420,Catheter ablation of tissue of heart,2019,8,13,3.1538461538461537 +4057420,Catheter ablation of tissue of heart,2019,9,11,4.2727272727272725 +4057420,Catheter ablation of tissue of heart,2019,10,10,2.8 +4057420,Catheter ablation of tissue of heart,2019,11,11,2.4545454545454546 +4057420,Catheter ablation of tissue of heart,2019,12,11,2 +4057420,Catheter ablation of tissue of heart,2020,1,20,2.5 +4057420,Catheter ablation of tissue of heart,2020,2,5,1.8 +4057420,Catheter ablation of tissue of heart,2020,3,12,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2020,4,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2020,5,6,2.3333333333333335 +4057420,Catheter ablation of tissue of heart,2020,6,10,1.4 +4057420,Catheter ablation of tissue of heart,2020,7,16,2.9375 +4057420,Catheter ablation of tissue of heart,2020,8,14,2.7142857142857144 +4057420,Catheter ablation of tissue of heart,2020,9,9,4.222222222222222 +4057420,Catheter ablation of tissue of heart,2020,10,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2020,11,12,2 +4057420,Catheter ablation of tissue of heart,2020,12,15,1.6 +4057420,Catheter ablation of tissue of heart,2021,1,10,1.7 +4057420,Catheter ablation of tissue of heart,2021,2,11,1.8181818181818181 +4057420,Catheter ablation of tissue of heart,2021,3,14,1.8571428571428572 +4057420,Catheter ablation of tissue of heart,2021,4,10,1.6 +4057420,Catheter ablation of tissue of heart,2021,5,9,2.4444444444444446 +4057420,Catheter ablation of tissue of heart,2021,6,10,2.9 +4057420,Catheter ablation of tissue of heart,2021,7,20,1.65 +4057420,Catheter ablation of tissue of heart,2021,8,10,3.4 +4057420,Catheter ablation of tissue of heart,2021,9,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2021,10,14,1.5714285714285714 +4057420,Catheter ablation of tissue of heart,2021,11,14,2.2857142857142856 +4057420,Catheter ablation of tissue of heart,2021,12,15,2.1333333333333333 +4057420,Catheter ablation of tissue of heart,2022,1,8,1.625 +4057420,Catheter ablation of tissue of heart,2022,2,6,1.5 +4057420,Catheter ablation of tissue of heart,2022,3,13,1.9230769230769231 +4057420,Catheter ablation of tissue of heart,2022,4,12,1.8333333333333333 +4057420,Catheter ablation of tissue of heart,2022,5,10,1.5 +4057420,Catheter ablation of tissue of heart,2022,6,8,2.5 +4057420,Catheter ablation of tissue of heart,2022,7,13,4.076923076923077 +4057420,Catheter ablation of tissue of heart,2022,8,9,2.3333333333333335 +4057420,Catheter ablation of tissue of heart,2022,9,12,4.333333333333333 +4057420,Catheter ablation of tissue of heart,2022,10,10,1.6 +4057420,Catheter ablation of tissue of heart,2022,11,12,2.1666666666666665 +4057420,Catheter ablation of tissue of heart,2022,12,16,2 +4057420,Catheter ablation of tissue of heart,2023,1,6,3.3333333333333335 +4057420,Catheter ablation of tissue of heart,2023,2,14,1.7857142857142858 +4057420,Catheter ablation of tissue of heart,2023,3,15,1.9333333333333333 +4057420,Catheter ablation of tissue of heart,2023,4,8,1.5 +4057420,Catheter ablation of tissue of heart,2023,5,12,1.75 +4057420,Catheter ablation of tissue of heart,2023,6,4,1.75 +4078793,Direct current cardioversion,1977,5,1,2 +4078793,Direct current cardioversion,1978,6,1,2 +4078793,Direct current cardioversion,1980,6,1,2 +4078793,Direct current cardioversion,1984,4,1,5 +4078793,Direct current cardioversion,1987,5,1,5 +4078793,Direct current cardioversion,1988,5,1,5 +4078793,Direct current cardioversion,1988,6,1,1 +4078793,Direct current cardioversion,1989,6,1,1 +4078793,Direct current cardioversion,1990,6,1,1 +4078793,Direct current cardioversion,1990,10,1,2 +4078793,Direct current cardioversion,1991,5,2,10 +4078793,Direct current cardioversion,1991,6,1,1 +4078793,Direct current cardioversion,1991,10,2,2 +4078793,Direct current cardioversion,1992,5,1,15 +4078793,Direct current cardioversion,1992,6,1,1 +4078793,Direct current cardioversion,1992,10,2,2 +4078793,Direct current cardioversion,1993,1,1,2 +4078793,Direct current cardioversion,1993,5,1,15 +4078793,Direct current cardioversion,1993,7,1,1 +4078793,Direct current cardioversion,1993,9,1,1 +4078793,Direct current cardioversion,1993,10,1,2 +4078793,Direct current cardioversion,1993,11,2,2 +4078793,Direct current cardioversion,1994,1,1,2 +4078793,Direct current cardioversion,1994,5,1,2 +4078793,Direct current cardioversion,1994,7,1,1 +4078793,Direct current cardioversion,1994,9,1,1 +4078793,Direct current cardioversion,1994,11,2,2 +4078793,Direct current cardioversion,1995,1,1,2 +4078793,Direct current cardioversion,1995,2,1,2 +4078793,Direct current cardioversion,1995,5,2,8.5 +4078793,Direct current cardioversion,1995,7,1,1 +4078793,Direct current cardioversion,1995,8,1,6 +4078793,Direct current cardioversion,1995,10,1,2 +4078793,Direct current cardioversion,1995,11,2,2 +4078793,Direct current cardioversion,1996,1,2,4 +4078793,Direct current cardioversion,1996,2,1,2 +4078793,Direct current cardioversion,1996,5,2,8.5 +4078793,Direct current cardioversion,1996,6,2,2 +4078793,Direct current cardioversion,1996,7,2,1.5 +4078793,Direct current cardioversion,1996,8,1,1 +4078793,Direct current cardioversion,1996,9,2,3.5 +4078793,Direct current cardioversion,1996,11,1,2 +4078793,Direct current cardioversion,1997,1,2,4 +4078793,Direct current cardioversion,1997,2,1,2 +4078793,Direct current cardioversion,1997,3,1,2 +4078793,Direct current cardioversion,1997,5,1,2 +4078793,Direct current cardioversion,1997,6,2,8.5 +4078793,Direct current cardioversion,1997,7,1,2 +4078793,Direct current cardioversion,1997,9,3,2.6666666666666665 +4078793,Direct current cardioversion,1997,10,1,2 +4078793,Direct current cardioversion,1997,11,1,2 +4078793,Direct current cardioversion,1997,12,1,2 +4078793,Direct current cardioversion,1998,2,1,6 +4078793,Direct current cardioversion,1998,3,2,2 +4078793,Direct current cardioversion,1998,5,1,2 +4078793,Direct current cardioversion,1998,6,2,8.5 +4078793,Direct current cardioversion,1998,7,1,2 +4078793,Direct current cardioversion,1998,8,1,2 +4078793,Direct current cardioversion,1998,9,2,3.5 +4078793,Direct current cardioversion,1998,10,1,2 +4078793,Direct current cardioversion,1998,11,1,2 +4078793,Direct current cardioversion,1998,12,3,2 +4078793,Direct current cardioversion,1999,3,2,2 +4078793,Direct current cardioversion,1999,6,2,8.5 +4078793,Direct current cardioversion,1999,7,1,2 +4078793,Direct current cardioversion,1999,8,2,3.5 +4078793,Direct current cardioversion,1999,9,2,3.5 +4078793,Direct current cardioversion,1999,10,2,1.5 +4078793,Direct current cardioversion,1999,11,1,2 +4078793,Direct current cardioversion,1999,12,2,2 +4078793,Direct current cardioversion,2000,2,1,2 +4078793,Direct current cardioversion,2000,3,2,2 +4078793,Direct current cardioversion,2000,4,1,2 +4078793,Direct current cardioversion,2000,7,4,2 +4078793,Direct current cardioversion,2000,8,1,2 +4078793,Direct current cardioversion,2000,9,2,3.5 +4078793,Direct current cardioversion,2000,10,2,1.5 +4078793,Direct current cardioversion,2000,12,1,2 +4078793,Direct current cardioversion,2001,2,2,4 +4078793,Direct current cardioversion,2001,3,1,2 +4078793,Direct current cardioversion,2001,7,3,2 +4078793,Direct current cardioversion,2001,8,3,2 +4078793,Direct current cardioversion,2001,9,1,1 +4078793,Direct current cardioversion,2001,10,3,2.6666666666666665 +4078793,Direct current cardioversion,2001,11,1,2 +4078793,Direct current cardioversion,2002,2,1,2 +4078793,Direct current cardioversion,2002,3,1,6 +4078793,Direct current cardioversion,2002,4,2,2 +4078793,Direct current cardioversion,2002,6,2,2 +4078793,Direct current cardioversion,2002,7,2,2 +4078793,Direct current cardioversion,2002,8,3,2 +4078793,Direct current cardioversion,2002,10,3,2.6666666666666665 +4078793,Direct current cardioversion,2002,11,2,1.5 +4078793,Direct current cardioversion,2003,1,1,1 +4078793,Direct current cardioversion,2003,3,1,6 +4078793,Direct current cardioversion,2003,4,2,2 +4078793,Direct current cardioversion,2003,5,1,1 +4078793,Direct current cardioversion,2003,6,2,2 +4078793,Direct current cardioversion,2003,7,2,2 +4078793,Direct current cardioversion,2003,8,3,2 +4078793,Direct current cardioversion,2003,10,2,4 +4078793,Direct current cardioversion,2003,11,3,1.6666666666666667 +4078793,Direct current cardioversion,2004,1,2,1 +4078793,Direct current cardioversion,2004,3,1,6 +4078793,Direct current cardioversion,2004,4,4,1.75 +4078793,Direct current cardioversion,2004,5,1,1 +4078793,Direct current cardioversion,2004,7,1,2 +4078793,Direct current cardioversion,2004,8,3,2 +4078793,Direct current cardioversion,2004,9,1,2 +4078793,Direct current cardioversion,2004,10,2,1.5 +4078793,Direct current cardioversion,2004,11,2,2 +4078793,Direct current cardioversion,2005,1,3,1.6666666666666667 +4078793,Direct current cardioversion,2005,2,1,2 +4078793,Direct current cardioversion,2005,3,1,6 +4078793,Direct current cardioversion,2005,4,2,1.5 +4078793,Direct current cardioversion,2005,5,1,2 +4078793,Direct current cardioversion,2005,6,1,1 +4078793,Direct current cardioversion,2005,7,1,2 +4078793,Direct current cardioversion,2005,8,3,2 +4078793,Direct current cardioversion,2005,9,1,2 +4078793,Direct current cardioversion,2005,11,3,1.6666666666666667 +4078793,Direct current cardioversion,2006,1,1,1 +4078793,Direct current cardioversion,2006,2,1,3 +4078793,Direct current cardioversion,2006,3,1,2 +4078793,Direct current cardioversion,2006,4,2,2 +4078793,Direct current cardioversion,2006,6,1,1 +4078793,Direct current cardioversion,2006,7,1,2 +4078793,Direct current cardioversion,2006,8,5,1.8 +4078793,Direct current cardioversion,2006,9,1,2 +4078793,Direct current cardioversion,2006,11,4,1.75 +4078793,Direct current cardioversion,2006,12,1,1 +4078793,Direct current cardioversion,2007,1,2,1 +4078793,Direct current cardioversion,2007,3,3,1.3333333333333333 +4078793,Direct current cardioversion,2007,5,2,1.5 +4078793,Direct current cardioversion,2007,7,1,2 +4078793,Direct current cardioversion,2007,8,1,2 +4078793,Direct current cardioversion,2007,9,2,2 +4078793,Direct current cardioversion,2007,11,1,2 +4078793,Direct current cardioversion,2007,12,2,1.5 +4078793,Direct current cardioversion,2008,1,1,1 +4078793,Direct current cardioversion,2008,2,1,1 +4078793,Direct current cardioversion,2008,3,1,1 +4078793,Direct current cardioversion,2008,5,1,1 +4078793,Direct current cardioversion,2008,6,1,2 +4078793,Direct current cardioversion,2008,7,1,2 +4078793,Direct current cardioversion,2008,8,1,1 +4078793,Direct current cardioversion,2008,9,3,2 +4078793,Direct current cardioversion,2008,11,1,2 +4078793,Direct current cardioversion,2008,12,3,1.6666666666666667 +4078793,Direct current cardioversion,2009,1,1,1 +4078793,Direct current cardioversion,2009,2,2,2.5 +4078793,Direct current cardioversion,2009,3,1,1 +4078793,Direct current cardioversion,2009,4,2,1 +4078793,Direct current cardioversion,2009,5,1,3 +4078793,Direct current cardioversion,2009,6,1,2 +4078793,Direct current cardioversion,2009,7,1,2 +4078793,Direct current cardioversion,2009,8,2,1.5 +4078793,Direct current cardioversion,2009,9,2,2 +4078793,Direct current cardioversion,2009,10,1,2 +4078793,Direct current cardioversion,2009,11,2,1.5 +4078793,Direct current cardioversion,2009,12,4,1.5 +4078793,Direct current cardioversion,2010,1,1,1 +4078793,Direct current cardioversion,2010,2,2,2.5 +4078793,Direct current cardioversion,2010,3,1,2 +4078793,Direct current cardioversion,2010,4,1,1 +4078793,Direct current cardioversion,2010,5,1,1 +4078793,Direct current cardioversion,2010,6,1,3 +4078793,Direct current cardioversion,2010,7,1,1 +4078793,Direct current cardioversion,2010,8,1,1 +4078793,Direct current cardioversion,2010,9,2,2 +4078793,Direct current cardioversion,2010,10,3,1.3333333333333333 +4078793,Direct current cardioversion,2010,11,2,1.5 +4078793,Direct current cardioversion,2010,12,2,1.5 +4078793,Direct current cardioversion,2011,1,2,1 +4078793,Direct current cardioversion,2011,2,1,1 +4078793,Direct current cardioversion,2011,3,2,3 +4078793,Direct current cardioversion,2011,4,2,1 +4078793,Direct current cardioversion,2011,5,2,1 +4078793,Direct current cardioversion,2011,7,2,1.5 +4078793,Direct current cardioversion,2011,9,2,1.5 +4078793,Direct current cardioversion,2011,10,3,2.3333333333333335 +4078793,Direct current cardioversion,2011,11,2,1 +4078793,Direct current cardioversion,2011,12,2,2 +4078793,Direct current cardioversion,2012,1,5,1.2 +4078793,Direct current cardioversion,2012,2,3,1 +4078793,Direct current cardioversion,2012,4,5,1.4 +4078793,Direct current cardioversion,2012,5,1,1 +4078793,Direct current cardioversion,2012,6,2,2.5 +4078793,Direct current cardioversion,2012,7,1,2 +4078793,Direct current cardioversion,2012,8,2,1.5 +4078793,Direct current cardioversion,2012,10,5,2 +4078793,Direct current cardioversion,2012,11,3,1.3333333333333333 +4078793,Direct current cardioversion,2012,12,1,1 +4078793,Direct current cardioversion,2013,1,2,1.5 +4078793,Direct current cardioversion,2013,2,4,1 +4078793,Direct current cardioversion,2013,4,5,1.4 +4078793,Direct current cardioversion,2013,5,2,1 +4078793,Direct current cardioversion,2013,6,10,2 +4078793,Direct current cardioversion,2013,7,29,2.6206896551724137 +4078793,Direct current cardioversion,2013,8,28,2.5357142857142856 +4078793,Direct current cardioversion,2013,9,22,2.227272727272727 +4078793,Direct current cardioversion,2013,10,39,2.282051282051282 +4078793,Direct current cardioversion,2013,11,25,1.72 +4078793,Direct current cardioversion,2013,12,27,2.2222222222222223 +4078793,Direct current cardioversion,2014,1,27,1.962962962962963 +4078793,Direct current cardioversion,2014,2,35,2.4285714285714284 +4078793,Direct current cardioversion,2014,3,24,1.9166666666666667 +4078793,Direct current cardioversion,2014,4,21,3.2857142857142856 +4078793,Direct current cardioversion,2014,5,33,1.696969696969697 +4078793,Direct current cardioversion,2014,6,32,3.46875 +4078793,Direct current cardioversion,2014,7,39,2.717948717948718 +4078793,Direct current cardioversion,2014,8,26,2.769230769230769 +4078793,Direct current cardioversion,2014,9,27,1.5925925925925926 +4078793,Direct current cardioversion,2014,10,35,2.1714285714285713 +4078793,Direct current cardioversion,2014,11,38,1.8157894736842106 +4078793,Direct current cardioversion,2014,12,29,2.2413793103448274 +4078793,Direct current cardioversion,2015,1,21,1.9523809523809523 +4078793,Direct current cardioversion,2015,2,38,2.4473684210526314 +4078793,Direct current cardioversion,2015,3,37,2.5945945945945947 +4078793,Direct current cardioversion,2015,4,25,1.56 +4078793,Direct current cardioversion,2015,5,37,2.081081081081081 +4078793,Direct current cardioversion,2015,6,38,2.0526315789473686 +4078793,Direct current cardioversion,2015,7,25,2.84 +4078793,Direct current cardioversion,2015,8,43,2.7906976744186047 +4078793,Direct current cardioversion,2015,9,33,1.8181818181818181 +4078793,Direct current cardioversion,2015,10,38,2.3684210526315788 +4078793,Direct current cardioversion,2015,11,39,2 +4078793,Direct current cardioversion,2015,12,31,2.129032258064516 +4078793,Direct current cardioversion,2016,1,28,2.2142857142857144 +4078793,Direct current cardioversion,2016,2,34,2.676470588235294 +4078793,Direct current cardioversion,2016,3,36,2.5277777777777777 +4078793,Direct current cardioversion,2016,4,24,1.9583333333333333 +4078793,Direct current cardioversion,2016,5,38,2.973684210526316 +4078793,Direct current cardioversion,2016,6,39,3 +4078793,Direct current cardioversion,2016,7,30,2.6666666666666665 +4078793,Direct current cardioversion,2016,8,46,2.5869565217391304 +4078793,Direct current cardioversion,2016,9,29,1.6206896551724137 +4078793,Direct current cardioversion,2016,10,35,2.1142857142857143 +4078793,Direct current cardioversion,2016,11,40,2.15 +4078793,Direct current cardioversion,2016,12,25,1.88 +4078793,Direct current cardioversion,2017,1,31,1.8387096774193548 +4078793,Direct current cardioversion,2017,2,32,1.90625 +4078793,Direct current cardioversion,2017,3,33,2.5454545454545454 +4078793,Direct current cardioversion,2017,4,30,1.9333333333333333 +4078793,Direct current cardioversion,2017,5,42,1.7142857142857142 +4078793,Direct current cardioversion,2017,6,47,2.8085106382978724 +4078793,Direct current cardioversion,2017,7,34,1.9705882352941178 +4078793,Direct current cardioversion,2017,8,40,2.525 +4078793,Direct current cardioversion,2017,9,26,1.5769230769230769 +4078793,Direct current cardioversion,2017,10,36,1.8888888888888888 +4078793,Direct current cardioversion,2017,11,43,2.1627906976744184 +4078793,Direct current cardioversion,2017,12,28,2.107142857142857 +4078793,Direct current cardioversion,2018,1,39,2.1794871794871793 +4078793,Direct current cardioversion,2018,2,36,2.6944444444444446 +4078793,Direct current cardioversion,2018,3,46,2.3260869565217392 +4078793,Direct current cardioversion,2018,4,36,1.9166666666666667 +4078793,Direct current cardioversion,2018,5,39,2.58974358974359 +4078793,Direct current cardioversion,2018,6,50,2.92 +4078793,Direct current cardioversion,2018,7,36,2.4166666666666665 +4078793,Direct current cardioversion,2018,8,46,2.891304347826087 +4078793,Direct current cardioversion,2018,9,38,1.736842105263158 +4078793,Direct current cardioversion,2018,10,42,2.0238095238095237 +4078793,Direct current cardioversion,2018,11,50,2.38 +4078793,Direct current cardioversion,2018,12,33,1.7272727272727273 +4078793,Direct current cardioversion,2019,1,37,2.1621621621621623 +4078793,Direct current cardioversion,2019,2,30,2.066666666666667 +4078793,Direct current cardioversion,2019,3,52,2.8076923076923075 +4078793,Direct current cardioversion,2019,4,40,1.875 +4078793,Direct current cardioversion,2019,5,37,1.837837837837838 +4078793,Direct current cardioversion,2019,6,49,1.9795918367346939 +4078793,Direct current cardioversion,2019,7,38,2.473684210526316 +4078793,Direct current cardioversion,2019,8,47,2.5106382978723403 +4078793,Direct current cardioversion,2019,9,34,2.5588235294117645 +4078793,Direct current cardioversion,2019,10,39,1.564102564102564 +4078793,Direct current cardioversion,2019,11,44,2.1818181818181817 +4078793,Direct current cardioversion,2019,12,41,1.975609756097561 +4078793,Direct current cardioversion,2020,1,35,2.085714285714286 +4078793,Direct current cardioversion,2020,2,33,1.878787878787879 +4078793,Direct current cardioversion,2020,3,48,3 +4078793,Direct current cardioversion,2020,4,40,1.85 +4078793,Direct current cardioversion,2020,5,39,2.5641025641025643 +4078793,Direct current cardioversion,2020,6,58,2.4655172413793105 +4078793,Direct current cardioversion,2020,7,42,2.6666666666666665 +4078793,Direct current cardioversion,2020,8,42,2.8095238095238093 +4078793,Direct current cardioversion,2020,9,48,2.3541666666666665 +4078793,Direct current cardioversion,2020,10,40,1.8 +4078793,Direct current cardioversion,2020,11,54,2.1296296296296298 +4078793,Direct current cardioversion,2020,12,45,2.2 +4078793,Direct current cardioversion,2021,1,43,2.046511627906977 +4078793,Direct current cardioversion,2021,2,29,2.3793103448275863 +4078793,Direct current cardioversion,2021,3,49,2.3877551020408165 +4078793,Direct current cardioversion,2021,4,43,2.4651162790697674 +4078793,Direct current cardioversion,2021,5,41,1.6341463414634145 +4078793,Direct current cardioversion,2021,6,51,3 +4078793,Direct current cardioversion,2021,7,57,3.263157894736842 +4078793,Direct current cardioversion,2021,8,36,2.4444444444444446 +4078793,Direct current cardioversion,2021,9,56,3 +4078793,Direct current cardioversion,2021,10,38,1.868421052631579 +4078793,Direct current cardioversion,2021,11,48,1.9375 +4078793,Direct current cardioversion,2021,12,51,2.019607843137255 +4078793,Direct current cardioversion,2022,1,44,2.1818181818181817 +4078793,Direct current cardioversion,2022,2,45,2.2888888888888888 +4078793,Direct current cardioversion,2022,3,49,2.4693877551020407 +4078793,Direct current cardioversion,2022,4,42,2.4523809523809526 +4078793,Direct current cardioversion,2022,5,49,1.8775510204081634 +4078793,Direct current cardioversion,2022,6,54,2.925925925925926 +4078793,Direct current cardioversion,2022,7,59,2.9322033898305087 +4078793,Direct current cardioversion,2022,8,42,2.2857142857142856 +4078793,Direct current cardioversion,2022,9,60,2.7 +4078793,Direct current cardioversion,2022,10,43,1.7906976744186047 +4078793,Direct current cardioversion,2022,11,52,2.0961538461538463 +4078793,Direct current cardioversion,2022,12,56,2.0714285714285716 +4078793,Direct current cardioversion,2023,1,40,1.975 +4078793,Direct current cardioversion,2023,2,43,2.302325581395349 +4078793,Direct current cardioversion,2023,3,42,2.4761904761904763 +4078793,Direct current cardioversion,2023,4,53,2.3962264150943398 +4078793,Direct current cardioversion,2023,5,51,1.8627450980392157 +4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 +4108450,Inspiration/expiration time ratio,2001,6,1,5 +4108450,Inspiration/expiration time ratio,2019,9,1,5 +4128111,T - Tumor stage,2020,11,1,5 +4128111,T - Tumor stage,2020,12,1,5 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1978,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1979,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1980,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1984,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1985,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1988,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1990,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,12,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2005,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,5,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,5,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,8,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,1,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,3,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,4,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,5,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,9,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,10,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,12,2,6 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,1,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,2,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,3,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,4,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,5,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,6,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,7,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,8,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,10,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,1,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,2,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,3,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,4,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,8,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,9,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,10,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,1,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,3,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,4,9,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,5,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,6,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,7,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,8,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,9,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,11,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,1,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,3,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,4,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,9,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,12,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,1,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,2,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,3,4,1.25 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,4,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,5,6,1.1666666666666667 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,7,10,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,8,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,10,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,11,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,12,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,1,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,2,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,4,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,8,6,1.1666666666666667 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,9,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,11,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,1,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,2,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,3,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,7,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,8,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,9,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,11,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,12,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,2,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,3,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,4,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,7,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,8,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,10,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,11,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,12,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,1,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,3,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,4,10,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,6,1,1 +4216130,Percutaneous coronary intervention,1942,12,1,1 +4216130,Percutaneous coronary intervention,1943,8,1,1 +4216130,Percutaneous coronary intervention,1947,7,1,1 +4216130,Percutaneous coronary intervention,1948,7,1,1 +4216130,Percutaneous coronary intervention,1950,12,1,1 +4216130,Percutaneous coronary intervention,1951,5,1,1 +4216130,Percutaneous coronary intervention,1951,10,1,1 +4216130,Percutaneous coronary intervention,1952,9,1,1 +4216130,Percutaneous coronary intervention,1953,10,1,1 +4216130,Percutaneous coronary intervention,1955,6,1,1 +4216130,Percutaneous coronary intervention,1955,8,1,1 +4216130,Percutaneous coronary intervention,1956,1,1,1 +4216130,Percutaneous coronary intervention,1958,1,1,1 +4216130,Percutaneous coronary intervention,1958,4,1,1 +4216130,Percutaneous coronary intervention,1958,12,1,1 +4216130,Percutaneous coronary intervention,1960,7,1,1 +4216130,Percutaneous coronary intervention,1963,5,2,1 +4216130,Percutaneous coronary intervention,1963,6,1,1 +4216130,Percutaneous coronary intervention,1963,10,1,1 +4216130,Percutaneous coronary intervention,1965,7,2,1 +4216130,Percutaneous coronary intervention,1966,12,1,1 +4216130,Percutaneous coronary intervention,1967,1,1,1 +4216130,Percutaneous coronary intervention,1967,8,1,1 +4216130,Percutaneous coronary intervention,1967,11,1,1 +4216130,Percutaneous coronary intervention,1968,4,1,1 +4216130,Percutaneous coronary intervention,1968,6,2,1 +4216130,Percutaneous coronary intervention,1969,6,1,1 +4216130,Percutaneous coronary intervention,1969,7,1,1 +4216130,Percutaneous coronary intervention,1969,11,1,1 +4216130,Percutaneous coronary intervention,1970,5,1,1 +4216130,Percutaneous coronary intervention,1970,9,1,2 +4216130,Percutaneous coronary intervention,1972,4,1,1 +4216130,Percutaneous coronary intervention,1974,5,1,1 +4216130,Percutaneous coronary intervention,1974,7,1,1 +4216130,Percutaneous coronary intervention,1975,3,1,1 +4216130,Percutaneous coronary intervention,1975,9,1,1 +4216130,Percutaneous coronary intervention,1975,11,2,1 +4216130,Percutaneous coronary intervention,1976,1,1,1 +4216130,Percutaneous coronary intervention,1976,3,1,1 +4216130,Percutaneous coronary intervention,1976,6,1,1 +4216130,Percutaneous coronary intervention,1976,7,1,1 +4216130,Percutaneous coronary intervention,1976,10,3,1 +4216130,Percutaneous coronary intervention,1977,5,1,1 +4216130,Percutaneous coronary intervention,1977,10,1,1 +4216130,Percutaneous coronary intervention,1978,11,1,1 +4216130,Percutaneous coronary intervention,1979,11,1,1 +4216130,Percutaneous coronary intervention,1980,2,1,1 +4216130,Percutaneous coronary intervention,1980,4,1,1 +4216130,Percutaneous coronary intervention,1980,7,1,1 +4216130,Percutaneous coronary intervention,1980,8,1,1 +4216130,Percutaneous coronary intervention,1980,11,1,1 +4216130,Percutaneous coronary intervention,1981,1,1,1 +4216130,Percutaneous coronary intervention,1982,1,2,1 +4216130,Percutaneous coronary intervention,1982,4,1,1 +4216130,Percutaneous coronary intervention,1982,10,1,1 +4216130,Percutaneous coronary intervention,1983,9,1,1 +4216130,Percutaneous coronary intervention,1984,11,1,1 +4216130,Percutaneous coronary intervention,1985,3,2,1 +4216130,Percutaneous coronary intervention,1985,7,2,1 +4216130,Percutaneous coronary intervention,1986,4,1,1 +4216130,Percutaneous coronary intervention,1986,5,1,1 +4216130,Percutaneous coronary intervention,1987,1,1,1 +4216130,Percutaneous coronary intervention,1987,3,1,1 +4216130,Percutaneous coronary intervention,1987,4,1,1 +4216130,Percutaneous coronary intervention,1987,5,1,1 +4216130,Percutaneous coronary intervention,1988,2,1,1 +4216130,Percutaneous coronary intervention,1988,7,1,1 +4216130,Percutaneous coronary intervention,1989,3,2,1 +4216130,Percutaneous coronary intervention,1989,8,1,1 +4216130,Percutaneous coronary intervention,1989,11,2,1 +4216130,Percutaneous coronary intervention,1990,1,1,1 +4216130,Percutaneous coronary intervention,1990,6,1,1 +4216130,Percutaneous coronary intervention,1990,8,1,1 +4216130,Percutaneous coronary intervention,1990,10,1,1 +4216130,Percutaneous coronary intervention,1990,12,2,1 +4216130,Percutaneous coronary intervention,1991,2,1,1 +4216130,Percutaneous coronary intervention,1991,9,1,1 +4216130,Percutaneous coronary intervention,1991,10,1,1 +4216130,Percutaneous coronary intervention,1991,11,1,1 +4216130,Percutaneous coronary intervention,1991,12,2,1 +4216130,Percutaneous coronary intervention,1992,7,1,1 +4216130,Percutaneous coronary intervention,1993,4,1,1 +4216130,Percutaneous coronary intervention,1993,7,3,1 +4216130,Percutaneous coronary intervention,1993,8,1,2 +4216130,Percutaneous coronary intervention,1993,9,1,1 +4216130,Percutaneous coronary intervention,1993,10,1,1 +4216130,Percutaneous coronary intervention,1993,11,1,1 +4216130,Percutaneous coronary intervention,1994,4,1,1 +4216130,Percutaneous coronary intervention,1994,6,1,1 +4216130,Percutaneous coronary intervention,1994,7,1,1 +4216130,Percutaneous coronary intervention,1994,8,1,1 +4216130,Percutaneous coronary intervention,1994,9,1,1 +4216130,Percutaneous coronary intervention,1994,10,1,1 +4216130,Percutaneous coronary intervention,1994,12,3,1 +4216130,Percutaneous coronary intervention,1995,5,1,1 +4216130,Percutaneous coronary intervention,1996,7,1,1 +4216130,Percutaneous coronary intervention,1996,8,3,1 +4216130,Percutaneous coronary intervention,1996,9,1,1 +4216130,Percutaneous coronary intervention,1996,10,1,1 +4216130,Percutaneous coronary intervention,1996,12,2,1 +4216130,Percutaneous coronary intervention,1997,2,3,1.3333333333333333 +4216130,Percutaneous coronary intervention,1997,5,2,1 +4216130,Percutaneous coronary intervention,1997,7,1,1 +4216130,Percutaneous coronary intervention,1997,9,2,1 +4216130,Percutaneous coronary intervention,1998,1,1,1 +4216130,Percutaneous coronary intervention,1998,3,2,1 +4216130,Percutaneous coronary intervention,1998,4,1,1 +4216130,Percutaneous coronary intervention,1998,5,1,1 +4216130,Percutaneous coronary intervention,1998,7,1,1 +4216130,Percutaneous coronary intervention,1998,9,2,1 +4216130,Percutaneous coronary intervention,1998,10,1,1 +4216130,Percutaneous coronary intervention,1998,11,1,1 +4216130,Percutaneous coronary intervention,1999,1,2,1 +4216130,Percutaneous coronary intervention,1999,5,2,1 +4216130,Percutaneous coronary intervention,1999,6,1,1 +4216130,Percutaneous coronary intervention,1999,8,1,1 +4216130,Percutaneous coronary intervention,1999,12,3,1 +4216130,Percutaneous coronary intervention,2000,4,1,1 +4216130,Percutaneous coronary intervention,2000,6,1,1 +4216130,Percutaneous coronary intervention,2000,7,1,1 +4216130,Percutaneous coronary intervention,2000,10,1,1 +4216130,Percutaneous coronary intervention,2000,11,2,1 +4216130,Percutaneous coronary intervention,2001,1,1,1 +4216130,Percutaneous coronary intervention,2001,2,1,1 +4216130,Percutaneous coronary intervention,2001,4,2,1 +4216130,Percutaneous coronary intervention,2001,5,2,1 +4216130,Percutaneous coronary intervention,2001,7,1,1 +4216130,Percutaneous coronary intervention,2001,8,1,1 +4216130,Percutaneous coronary intervention,2001,9,1,1 +4216130,Percutaneous coronary intervention,2001,10,1,1 +4216130,Percutaneous coronary intervention,2002,1,1,1 +4216130,Percutaneous coronary intervention,2002,3,1,1 +4216130,Percutaneous coronary intervention,2002,4,1,1 +4216130,Percutaneous coronary intervention,2002,5,1,1 +4216130,Percutaneous coronary intervention,2002,7,4,1 +4216130,Percutaneous coronary intervention,2002,8,1,1 +4216130,Percutaneous coronary intervention,2002,10,2,1 +4216130,Percutaneous coronary intervention,2002,12,1,1 +4216130,Percutaneous coronary intervention,2003,2,2,1 +4216130,Percutaneous coronary intervention,2003,3,1,1 +4216130,Percutaneous coronary intervention,2003,5,1,1 +4216130,Percutaneous coronary intervention,2003,6,1,1 +4216130,Percutaneous coronary intervention,2003,7,1,1 +4216130,Percutaneous coronary intervention,2003,9,1,1 +4216130,Percutaneous coronary intervention,2003,10,2,1 +4216130,Percutaneous coronary intervention,2003,11,1,1 +4216130,Percutaneous coronary intervention,2003,12,1,1 +4216130,Percutaneous coronary intervention,2004,1,2,1 +4216130,Percutaneous coronary intervention,2004,2,3,1 +4216130,Percutaneous coronary intervention,2004,3,2,1 +4216130,Percutaneous coronary intervention,2004,4,1,1 +4216130,Percutaneous coronary intervention,2004,5,1,1 +4216130,Percutaneous coronary intervention,2004,6,1,1 +4216130,Percutaneous coronary intervention,2004,7,1,1 +4216130,Percutaneous coronary intervention,2004,8,2,1 +4216130,Percutaneous coronary intervention,2004,10,2,1 +4216130,Percutaneous coronary intervention,2004,12,1,1 +4216130,Percutaneous coronary intervention,2005,2,1,1 +4216130,Percutaneous coronary intervention,2005,3,1,1 +4216130,Percutaneous coronary intervention,2005,4,5,1 +4216130,Percutaneous coronary intervention,2005,6,2,1 +4216130,Percutaneous coronary intervention,2005,8,2,1 +4216130,Percutaneous coronary intervention,2005,9,1,1 +4216130,Percutaneous coronary intervention,2005,10,1,1 +4216130,Percutaneous coronary intervention,2005,11,2,1 +4216130,Percutaneous coronary intervention,2006,1,1,1 +4216130,Percutaneous coronary intervention,2006,2,2,1 +4216130,Percutaneous coronary intervention,2006,4,1,1 +4216130,Percutaneous coronary intervention,2006,5,1,1 +4216130,Percutaneous coronary intervention,2006,6,2,1 +4216130,Percutaneous coronary intervention,2006,8,2,1 +4216130,Percutaneous coronary intervention,2006,10,4,1 +4216130,Percutaneous coronary intervention,2007,1,3,1 +4216130,Percutaneous coronary intervention,2007,2,2,1 +4216130,Percutaneous coronary intervention,2007,3,1,1 +4216130,Percutaneous coronary intervention,2007,5,1,1 +4216130,Percutaneous coronary intervention,2007,6,2,1 +4216130,Percutaneous coronary intervention,2007,7,2,1 +4216130,Percutaneous coronary intervention,2007,11,2,1 +4216130,Percutaneous coronary intervention,2007,12,1,1 +4216130,Percutaneous coronary intervention,2008,1,1,1 +4216130,Percutaneous coronary intervention,2008,2,2,1 +4216130,Percutaneous coronary intervention,2008,3,1,1 +4216130,Percutaneous coronary intervention,2008,6,2,1 +4216130,Percutaneous coronary intervention,2008,8,2,1 +4216130,Percutaneous coronary intervention,2008,9,1,1 +4216130,Percutaneous coronary intervention,2008,10,2,1 +4216130,Percutaneous coronary intervention,2009,3,1,1 +4216130,Percutaneous coronary intervention,2009,4,1,1 +4216130,Percutaneous coronary intervention,2009,5,1,1 +4216130,Percutaneous coronary intervention,2009,6,1,1 +4216130,Percutaneous coronary intervention,2009,7,1,1 +4216130,Percutaneous coronary intervention,2009,8,1,1 +4216130,Percutaneous coronary intervention,2009,9,2,1 +4216130,Percutaneous coronary intervention,2009,10,1,1 +4216130,Percutaneous coronary intervention,2010,3,2,1 +4216130,Percutaneous coronary intervention,2010,6,2,1 +4216130,Percutaneous coronary intervention,2010,8,2,1 +4216130,Percutaneous coronary intervention,2010,9,2,1 +4216130,Percutaneous coronary intervention,2010,10,1,1 +4216130,Percutaneous coronary intervention,2010,12,2,1 +4216130,Percutaneous coronary intervention,2011,5,2,1 +4216130,Percutaneous coronary intervention,2011,6,1,1 +4216130,Percutaneous coronary intervention,2011,7,1,1 +4216130,Percutaneous coronary intervention,2011,8,1,1 +4216130,Percutaneous coronary intervention,2011,9,2,1 +4216130,Percutaneous coronary intervention,2011,12,1,1 +4216130,Percutaneous coronary intervention,2012,1,2,1 +4216130,Percutaneous coronary intervention,2012,3,1,1 +4216130,Percutaneous coronary intervention,2012,5,1,1 +4216130,Percutaneous coronary intervention,2012,6,1,1 +4216130,Percutaneous coronary intervention,2012,7,1,1 +4216130,Percutaneous coronary intervention,2012,9,3,1 +4216130,Percutaneous coronary intervention,2012,10,2,1 +4216130,Percutaneous coronary intervention,2013,4,1,1 +4216130,Percutaneous coronary intervention,2013,6,2,1 +4216130,Percutaneous coronary intervention,2013,7,2,1 +4216130,Percutaneous coronary intervention,2013,9,2,1 +4216130,Percutaneous coronary intervention,2013,10,1,1 +4216130,Percutaneous coronary intervention,2013,11,1,1 +4216130,Percutaneous coronary intervention,2014,1,1,1 +4216130,Percutaneous coronary intervention,2014,2,2,1 +4216130,Percutaneous coronary intervention,2014,4,2,1 +4216130,Percutaneous coronary intervention,2014,5,2,1 +4216130,Percutaneous coronary intervention,2014,10,1,1 +4216130,Percutaneous coronary intervention,2014,12,1,1 +4216130,Percutaneous coronary intervention,2015,1,2,1 +4216130,Percutaneous coronary intervention,2015,2,1,1 +4216130,Percutaneous coronary intervention,2015,4,1,1 +4216130,Percutaneous coronary intervention,2015,5,2,1 +4216130,Percutaneous coronary intervention,2015,6,1,1 +4216130,Percutaneous coronary intervention,2015,8,3,1 +4216130,Percutaneous coronary intervention,2015,9,1,1 +4216130,Percutaneous coronary intervention,2016,4,2,1 +4216130,Percutaneous coronary intervention,2016,5,4,1 +4216130,Percutaneous coronary intervention,2016,7,2,1 +4216130,Percutaneous coronary intervention,2016,8,3,1 +4216130,Percutaneous coronary intervention,2016,9,2,1 +4216130,Percutaneous coronary intervention,2016,10,3,1 +4216130,Percutaneous coronary intervention,2016,11,1,1 +4216130,Percutaneous coronary intervention,2016,12,4,1 +4216130,Percutaneous coronary intervention,2017,1,1,1 +4216130,Percutaneous coronary intervention,2017,2,1,1 +4216130,Percutaneous coronary intervention,2017,5,1,1 +4216130,Percutaneous coronary intervention,2017,8,4,1 +4216130,Percutaneous coronary intervention,2017,9,3,1 +4216130,Percutaneous coronary intervention,2017,10,1,1 +4216130,Percutaneous coronary intervention,2017,12,4,1 +4216130,Percutaneous coronary intervention,2018,2,1,1 +4216130,Percutaneous coronary intervention,2018,3,3,1 +4216130,Percutaneous coronary intervention,2018,4,1,1 +4216130,Percutaneous coronary intervention,2018,5,1,2 +4216130,Percutaneous coronary intervention,2018,6,3,1 +4216130,Percutaneous coronary intervention,2018,7,4,1.25 +4216130,Percutaneous coronary intervention,2018,8,2,1 +4216130,Percutaneous coronary intervention,2018,9,1,2 +4216130,Percutaneous coronary intervention,2018,11,2,1 +4216130,Percutaneous coronary intervention,2018,12,1,1 +4216130,Percutaneous coronary intervention,2019,1,1,1 +4216130,Percutaneous coronary intervention,2019,3,2,1 +4216130,Percutaneous coronary intervention,2019,4,1,1 +4216130,Percutaneous coronary intervention,2019,5,2,1 +4216130,Percutaneous coronary intervention,2019,6,2,1 +4216130,Percutaneous coronary intervention,2019,7,2,1 +4216130,Percutaneous coronary intervention,2019,8,2,1 +4216130,Percutaneous coronary intervention,2019,9,1,1 +4216130,Percutaneous coronary intervention,2019,10,3,1 +4216130,Percutaneous coronary intervention,2019,11,1,1 +4216130,Percutaneous coronary intervention,2019,12,4,1 +4216130,Percutaneous coronary intervention,2020,1,3,1.3333333333333333 +4216130,Percutaneous coronary intervention,2020,3,1,1 +4216130,Percutaneous coronary intervention,2020,4,3,1 +4216130,Percutaneous coronary intervention,2020,7,3,1 +4216130,Percutaneous coronary intervention,2020,8,2,1 +4216130,Percutaneous coronary intervention,2020,9,1,1 +4216130,Percutaneous coronary intervention,2020,11,2,1 +4216130,Percutaneous coronary intervention,2020,12,2,1 +4216130,Percutaneous coronary intervention,2021,1,2,1 +4216130,Percutaneous coronary intervention,2021,4,2,1 +4216130,Percutaneous coronary intervention,2021,6,2,1 +4216130,Percutaneous coronary intervention,2021,7,2,1 +4216130,Percutaneous coronary intervention,2021,8,3,1 +4216130,Percutaneous coronary intervention,2021,9,3,1 +4216130,Percutaneous coronary intervention,2021,10,2,1 +4216130,Percutaneous coronary intervention,2021,11,4,1 +4216130,Percutaneous coronary intervention,2021,12,1,1 +4216130,Percutaneous coronary intervention,2022,2,2,1 +4216130,Percutaneous coronary intervention,2022,3,1,1 +4216130,Percutaneous coronary intervention,2022,4,3,1 +4216130,Percutaneous coronary intervention,2022,5,1,1 +4216130,Percutaneous coronary intervention,2022,6,1,1 +4216130,Percutaneous coronary intervention,2022,7,2,1 +4216130,Percutaneous coronary intervention,2022,8,2,1 +4216130,Percutaneous coronary intervention,2022,9,1,1 +4216130,Percutaneous coronary intervention,2022,10,2,1 +4216130,Percutaneous coronary intervention,2022,11,1,1 +4216130,Percutaneous coronary intervention,2022,12,2,1 +4216130,Percutaneous coronary intervention,2023,1,3,1 +4216130,Percutaneous coronary intervention,2023,2,2,1 +4216130,Percutaneous coronary intervention,2023,4,2,1 +4216130,Percutaneous coronary intervention,2023,5,1,1 +4216746,Positive end expiratory pressure setting,2008,9,1,5 +4216746,Positive end expiratory pressure setting,2011,3,1,5 +4217646,Implantable defibrillator,1926,8,1,1 +4217646,Implantable defibrillator,1929,12,1,1 +4217646,Implantable defibrillator,1931,3,1,1 +4217646,Implantable defibrillator,1931,12,1,1 +4217646,Implantable defibrillator,1933,11,1,1 +4217646,Implantable defibrillator,1934,6,1,1 +4217646,Implantable defibrillator,1936,2,1,1 +4217646,Implantable defibrillator,1936,3,1,1 +4217646,Implantable defibrillator,1936,5,1,1 +4217646,Implantable defibrillator,1937,10,1,1 +4217646,Implantable defibrillator,1938,4,1,1 +4217646,Implantable defibrillator,1938,12,1,1 +4217646,Implantable defibrillator,1939,3,1,1 +4217646,Implantable defibrillator,1940,1,1,1 +4217646,Implantable defibrillator,1940,7,1,1 +4217646,Implantable defibrillator,1941,4,1,1 +4217646,Implantable defibrillator,1941,5,1,1 +4217646,Implantable defibrillator,1942,1,1,1 +4217646,Implantable defibrillator,1942,5,1,1 +4217646,Implantable defibrillator,1942,11,1,1 +4217646,Implantable defibrillator,1943,10,1,1 +4217646,Implantable defibrillator,1944,3,1,1 +4217646,Implantable defibrillator,1944,4,1,1 +4217646,Implantable defibrillator,1944,5,1,1 +4217646,Implantable defibrillator,1944,11,1,1 +4217646,Implantable defibrillator,1944,12,1,1 +4217646,Implantable defibrillator,1945,5,1,1 +4217646,Implantable defibrillator,1945,7,1,1 +4217646,Implantable defibrillator,1945,9,1,1 +4217646,Implantable defibrillator,1946,7,1,1 +4217646,Implantable defibrillator,1946,9,1,1 +4217646,Implantable defibrillator,1947,1,2,1 +4217646,Implantable defibrillator,1947,6,1,1 +4217646,Implantable defibrillator,1947,8,1,1 +4217646,Implantable defibrillator,1947,10,1,1 +4217646,Implantable defibrillator,1948,1,1,1 +4217646,Implantable defibrillator,1948,10,1,1 +4217646,Implantable defibrillator,1949,2,1,1 +4217646,Implantable defibrillator,1949,3,1,1 +4217646,Implantable defibrillator,1949,4,1,1 +4217646,Implantable defibrillator,1949,8,1,1 +4217646,Implantable defibrillator,1949,11,1,1 +4217646,Implantable defibrillator,1950,8,1,1 +4217646,Implantable defibrillator,1951,4,1,1 +4217646,Implantable defibrillator,1951,6,2,1 +4217646,Implantable defibrillator,1951,8,1,1 +4217646,Implantable defibrillator,1951,9,2,1 +4217646,Implantable defibrillator,1951,12,1,1 +4217646,Implantable defibrillator,1952,4,2,1 +4217646,Implantable defibrillator,1952,6,1,1 +4217646,Implantable defibrillator,1952,7,1,1 +4217646,Implantable defibrillator,1953,4,1,1 +4217646,Implantable defibrillator,1953,6,2,1 +4217646,Implantable defibrillator,1953,7,1,1 +4217646,Implantable defibrillator,1953,8,1,1 +4217646,Implantable defibrillator,1954,5,1,1 +4217646,Implantable defibrillator,1955,3,1,1 +4217646,Implantable defibrillator,1955,4,2,1 +4217646,Implantable defibrillator,1955,6,1,1 +4217646,Implantable defibrillator,1955,11,1,1 +4217646,Implantable defibrillator,1955,12,1,1 +4217646,Implantable defibrillator,1956,2,1,1 +4217646,Implantable defibrillator,1956,5,1,1 +4217646,Implantable defibrillator,1956,7,1,1 +4217646,Implantable defibrillator,1956,8,1,1 +4217646,Implantable defibrillator,1957,8,1,1 +4217646,Implantable defibrillator,1957,12,1,1 +4217646,Implantable defibrillator,1958,5,1,1 +4217646,Implantable defibrillator,1958,7,1,1 +4217646,Implantable defibrillator,1958,9,2,1 +4217646,Implantable defibrillator,1958,11,1,1 +4217646,Implantable defibrillator,1958,12,1,1 +4217646,Implantable defibrillator,1959,2,1,1 +4217646,Implantable defibrillator,1959,4,1,1 +4217646,Implantable defibrillator,1959,5,1,1 +4217646,Implantable defibrillator,1960,4,1,1 +4217646,Implantable defibrillator,1960,5,1,1 +4217646,Implantable defibrillator,1960,7,1,1 +4217646,Implantable defibrillator,1960,10,2,1 +4217646,Implantable defibrillator,1960,11,1,1 +4217646,Implantable defibrillator,1961,9,1,1 +4217646,Implantable defibrillator,1961,11,3,1 +4217646,Implantable defibrillator,1962,1,1,1 +4217646,Implantable defibrillator,1962,3,1,1 +4217646,Implantable defibrillator,1962,7,1,1 +4217646,Implantable defibrillator,1962,8,1,1 +4217646,Implantable defibrillator,1962,10,1,1 +4217646,Implantable defibrillator,1963,6,2,1 +4217646,Implantable defibrillator,1963,12,2,1 +4217646,Implantable defibrillator,1964,2,1,1 +4217646,Implantable defibrillator,1964,12,1,1 +4217646,Implantable defibrillator,1965,1,1,1 +4217646,Implantable defibrillator,1965,5,1,1 +4217646,Implantable defibrillator,1965,11,1,1 +4217646,Implantable defibrillator,1966,5,1,1 +4217646,Implantable defibrillator,1966,10,2,1 +4217646,Implantable defibrillator,1966,11,1,1 +4217646,Implantable defibrillator,1967,1,1,1 +4217646,Implantable defibrillator,1967,2,1,1 +4217646,Implantable defibrillator,1967,4,1,1 +4217646,Implantable defibrillator,1967,5,1,1 +4217646,Implantable defibrillator,1967,7,2,1 +4217646,Implantable defibrillator,1967,9,1,1 +4217646,Implantable defibrillator,1967,12,2,1 +4217646,Implantable defibrillator,1968,4,1,1 +4217646,Implantable defibrillator,1969,2,1,1 +4217646,Implantable defibrillator,1969,3,1,1 +4217646,Implantable defibrillator,1969,6,1,1 +4217646,Implantable defibrillator,1969,11,1,1 +4217646,Implantable defibrillator,1970,1,1,1 +4217646,Implantable defibrillator,1970,6,1,1 +4217646,Implantable defibrillator,1970,8,1,1 +4217646,Implantable defibrillator,1970,9,1,1 +4217646,Implantable defibrillator,1970,11,2,1 +4217646,Implantable defibrillator,1971,1,1,1 +4217646,Implantable defibrillator,1971,2,1,1 +4217646,Implantable defibrillator,1971,7,1,1 +4217646,Implantable defibrillator,1971,8,1,1 +4217646,Implantable defibrillator,1971,10,1,1 +4217646,Implantable defibrillator,1972,2,1,1 +4217646,Implantable defibrillator,1972,10,1,1 +4217646,Implantable defibrillator,1973,6,1,1 +4217646,Implantable defibrillator,1974,2,2,1 +4217646,Implantable defibrillator,1974,3,1,1 +4217646,Implantable defibrillator,1974,6,1,1 +4217646,Implantable defibrillator,1975,3,1,1 +4217646,Implantable defibrillator,1975,9,1,1 +4217646,Implantable defibrillator,1975,11,1,1 +4217646,Implantable defibrillator,1976,6,1,1 +4217646,Implantable defibrillator,1976,7,1,1 +4217646,Implantable defibrillator,1976,10,1,1 +4217646,Implantable defibrillator,1977,3,1,1 +4217646,Implantable defibrillator,1977,7,1,1 +4217646,Implantable defibrillator,1977,11,1,1 +4217646,Implantable defibrillator,1978,3,2,1 +4217646,Implantable defibrillator,1978,8,1,1 +4217646,Implantable defibrillator,1978,9,1,1 +4217646,Implantable defibrillator,1978,10,1,1 +4217646,Implantable defibrillator,1979,2,1,1 +4217646,Implantable defibrillator,1979,8,2,1 +4217646,Implantable defibrillator,1979,10,1,1 +4217646,Implantable defibrillator,1979,12,2,1 +4217646,Implantable defibrillator,1980,1,1,1 +4217646,Implantable defibrillator,1980,2,1,1 +4217646,Implantable defibrillator,1980,4,2,1 +4217646,Implantable defibrillator,1980,5,1,1 +4217646,Implantable defibrillator,1980,7,2,1 +4217646,Implantable defibrillator,1980,12,1,1 +4217646,Implantable defibrillator,1981,1,1,1 +4217646,Implantable defibrillator,1981,4,1,1 +4217646,Implantable defibrillator,1981,6,1,1 +4217646,Implantable defibrillator,1981,8,1,1 +4217646,Implantable defibrillator,1982,1,1,1 +4217646,Implantable defibrillator,1982,3,1,2 +4217646,Implantable defibrillator,1982,7,1,1 +4217646,Implantable defibrillator,1982,9,1,1 +4217646,Implantable defibrillator,1982,10,1,1 +4217646,Implantable defibrillator,1983,2,1,1 +4217646,Implantable defibrillator,1983,4,2,1 +4217646,Implantable defibrillator,1983,7,1,1 +4217646,Implantable defibrillator,1983,10,1,1 +4217646,Implantable defibrillator,1983,11,1,1 +4217646,Implantable defibrillator,1984,6,1,1 +4217646,Implantable defibrillator,1984,8,1,1 +4217646,Implantable defibrillator,1984,10,3,1 +4217646,Implantable defibrillator,1984,11,2,1 +4217646,Implantable defibrillator,1985,6,1,1 +4217646,Implantable defibrillator,1985,8,1,1 +4217646,Implantable defibrillator,1985,11,1,1 +4217646,Implantable defibrillator,1985,12,1,1 +4217646,Implantable defibrillator,1986,6,2,1 +4217646,Implantable defibrillator,1986,9,2,1 +4217646,Implantable defibrillator,1987,5,1,1 +4217646,Implantable defibrillator,1987,6,2,1 +4217646,Implantable defibrillator,1987,7,1,1 +4217646,Implantable defibrillator,1987,10,1,1 +4217646,Implantable defibrillator,1987,11,1,1 +4217646,Implantable defibrillator,1988,5,1,1 +4217646,Implantable defibrillator,1988,8,1,1 +4217646,Implantable defibrillator,1988,12,1,1 +4217646,Implantable defibrillator,1989,2,1,1 +4217646,Implantable defibrillator,1989,3,1,1 +4217646,Implantable defibrillator,1989,4,2,1 +4217646,Implantable defibrillator,1989,6,1,1 +4217646,Implantable defibrillator,1989,7,1,1 +4217646,Implantable defibrillator,1989,9,1,1 +4217646,Implantable defibrillator,1989,11,1,1 +4217646,Implantable defibrillator,1989,12,1,1 +4217646,Implantable defibrillator,1990,2,1,1 +4217646,Implantable defibrillator,1990,5,1,1 +4217646,Implantable defibrillator,1990,6,3,1 +4217646,Implantable defibrillator,1990,7,1,1 +4217646,Implantable defibrillator,1990,9,1,1 +4217646,Implantable defibrillator,1990,12,1,1 +4217646,Implantable defibrillator,1991,1,1,1 +4217646,Implantable defibrillator,1991,3,1,1 +4217646,Implantable defibrillator,1991,8,2,1 +4217646,Implantable defibrillator,1991,10,1,1 +4217646,Implantable defibrillator,1991,11,1,1 +4217646,Implantable defibrillator,1991,12,2,1 +4217646,Implantable defibrillator,1992,1,1,1 +4217646,Implantable defibrillator,1992,2,1,1 +4217646,Implantable defibrillator,1992,3,1,1 +4217646,Implantable defibrillator,1992,4,2,1 +4217646,Implantable defibrillator,1992,5,1,1 +4217646,Implantable defibrillator,1992,8,1,1 +4217646,Implantable defibrillator,1992,11,1,1 +4217646,Implantable defibrillator,1993,6,1,1 +4217646,Implantable defibrillator,1993,12,1,1 +4217646,Implantable defibrillator,1994,3,1,1 +4217646,Implantable defibrillator,1994,6,1,1 +4217646,Implantable defibrillator,1994,7,1,1 +4217646,Implantable defibrillator,1994,9,2,1 +4217646,Implantable defibrillator,1994,10,1,1 +4217646,Implantable defibrillator,1995,3,2,1 +4217646,Implantable defibrillator,1995,5,1,1 +4217646,Implantable defibrillator,1995,7,1,1 +4217646,Implantable defibrillator,1995,9,2,1 +4217646,Implantable defibrillator,1995,10,1,1 +4217646,Implantable defibrillator,1995,11,2,1 +4217646,Implantable defibrillator,1996,1,1,1 +4217646,Implantable defibrillator,1996,3,3,1 +4217646,Implantable defibrillator,1996,6,1,1 +4217646,Implantable defibrillator,1996,10,1,1 +4217646,Implantable defibrillator,1997,1,1,1 +4217646,Implantable defibrillator,1997,2,1,1 +4217646,Implantable defibrillator,1997,4,1,1 +4217646,Implantable defibrillator,1997,5,1,1 +4217646,Implantable defibrillator,1997,6,1,1 +4217646,Implantable defibrillator,1997,8,4,1 +4217646,Implantable defibrillator,1998,2,1,1 +4217646,Implantable defibrillator,1998,3,1,1 +4217646,Implantable defibrillator,1998,4,1,1 +4217646,Implantable defibrillator,1998,6,1,1 +4217646,Implantable defibrillator,1998,7,2,1 +4217646,Implantable defibrillator,1998,8,1,1 +4217646,Implantable defibrillator,1998,11,1,1 +4217646,Implantable defibrillator,1998,12,2,1 +4217646,Implantable defibrillator,1999,3,1,1 +4217646,Implantable defibrillator,1999,5,1,1 +4217646,Implantable defibrillator,1999,6,1,1 +4217646,Implantable defibrillator,1999,7,1,1 +4217646,Implantable defibrillator,1999,8,3,1 +4217646,Implantable defibrillator,1999,11,1,1 +4217646,Implantable defibrillator,1999,12,1,1 +4217646,Implantable defibrillator,2000,1,1,1 +4217646,Implantable defibrillator,2000,4,3,1 +4217646,Implantable defibrillator,2000,6,1,1 +4217646,Implantable defibrillator,2000,7,1,1 +4217646,Implantable defibrillator,2000,8,2,1 +4217646,Implantable defibrillator,2000,10,1,1 +4217646,Implantable defibrillator,2000,12,1,1 +4217646,Implantable defibrillator,2001,3,1,1 +4217646,Implantable defibrillator,2001,5,1,1 +4217646,Implantable defibrillator,2001,6,1,1 +4217646,Implantable defibrillator,2001,9,2,1 +4217646,Implantable defibrillator,2001,10,1,1 +4217646,Implantable defibrillator,2002,1,3,1 +4217646,Implantable defibrillator,2002,2,1,1 +4217646,Implantable defibrillator,2002,3,2,1 +4217646,Implantable defibrillator,2002,10,1,1 +4217646,Implantable defibrillator,2002,11,1,1 +4217646,Implantable defibrillator,2003,1,1,1 +4217646,Implantable defibrillator,2003,2,2,1 +4217646,Implantable defibrillator,2003,3,1,1 +4217646,Implantable defibrillator,2003,5,1,1 +4217646,Implantable defibrillator,2003,8,2,1 +4217646,Implantable defibrillator,2003,9,4,1 +4217646,Implantable defibrillator,2003,10,2,1 +4217646,Implantable defibrillator,2004,1,1,1 +4217646,Implantable defibrillator,2004,5,3,1 +4217646,Implantable defibrillator,2004,6,2,1 +4217646,Implantable defibrillator,2004,9,1,1 +4217646,Implantable defibrillator,2004,10,1,1 +4217646,Implantable defibrillator,2004,11,1,1 +4217646,Implantable defibrillator,2005,2,1,1 +4217646,Implantable defibrillator,2005,3,2,1 +4217646,Implantable defibrillator,2005,5,1,1 +4217646,Implantable defibrillator,2005,8,2,1 +4217646,Implantable defibrillator,2005,9,1,1 +4217646,Implantable defibrillator,2005,10,1,1 +4217646,Implantable defibrillator,2005,11,2,1 +4217646,Implantable defibrillator,2005,12,1,1 +4217646,Implantable defibrillator,2006,1,1,1 +4217646,Implantable defibrillator,2006,2,1,1 +4217646,Implantable defibrillator,2006,3,1,1 +4217646,Implantable defibrillator,2006,5,1,1 +4217646,Implantable defibrillator,2006,9,2,1 +4217646,Implantable defibrillator,2006,10,1,1 +4217646,Implantable defibrillator,2007,1,2,1 +4217646,Implantable defibrillator,2007,2,2,1 +4217646,Implantable defibrillator,2007,3,1,1 +4217646,Implantable defibrillator,2007,5,1,1 +4217646,Implantable defibrillator,2007,6,1,1 +4217646,Implantable defibrillator,2007,9,2,1 +4217646,Implantable defibrillator,2007,12,1,1 +4217646,Implantable defibrillator,2008,1,1,1 +4217646,Implantable defibrillator,2008,2,1,1 +4217646,Implantable defibrillator,2008,3,1,2 +4217646,Implantable defibrillator,2008,10,1,1 +4217646,Implantable defibrillator,2008,11,1,1 +4217646,Implantable defibrillator,2008,12,2,1 +4217646,Implantable defibrillator,2009,1,1,1 +4217646,Implantable defibrillator,2009,2,2,1 +4217646,Implantable defibrillator,2009,3,1,1 +4217646,Implantable defibrillator,2009,4,2,1 +4217646,Implantable defibrillator,2009,7,2,1 +4217646,Implantable defibrillator,2009,8,1,1 +4217646,Implantable defibrillator,2009,10,2,1 +4217646,Implantable defibrillator,2009,11,3,1 +4217646,Implantable defibrillator,2010,1,1,1 +4217646,Implantable defibrillator,2010,2,1,1 +4217646,Implantable defibrillator,2010,4,2,1 +4217646,Implantable defibrillator,2010,5,1,1 +4217646,Implantable defibrillator,2010,9,2,2 +4217646,Implantable defibrillator,2010,11,2,1 +4217646,Implantable defibrillator,2011,1,2,1 +4217646,Implantable defibrillator,2011,3,2,1 +4217646,Implantable defibrillator,2011,6,1,1 +4217646,Implantable defibrillator,2011,8,1,1 +4217646,Implantable defibrillator,2011,12,1,1 +4217646,Implantable defibrillator,2012,1,2,1 +4217646,Implantable defibrillator,2012,7,1,1 +4217646,Implantable defibrillator,2012,8,3,1 +4217646,Implantable defibrillator,2012,11,2,1 +4217646,Implantable defibrillator,2012,12,1,1 +4217646,Implantable defibrillator,2013,1,2,1 +4217646,Implantable defibrillator,2013,2,1,1 +4217646,Implantable defibrillator,2013,4,2,1 +4217646,Implantable defibrillator,2013,5,1,1 +4217646,Implantable defibrillator,2013,6,1,1 +4217646,Implantable defibrillator,2013,7,1,1 +4217646,Implantable defibrillator,2013,10,2,1 +4217646,Implantable defibrillator,2013,11,1,1 +4217646,Implantable defibrillator,2013,12,2,1.5 +4217646,Implantable defibrillator,2014,1,1,1 +4217646,Implantable defibrillator,2014,4,1,1 +4217646,Implantable defibrillator,2014,5,2,1 +4217646,Implantable defibrillator,2014,6,2,1 +4217646,Implantable defibrillator,2014,7,1,1 +4217646,Implantable defibrillator,2014,10,1,1 +4217646,Implantable defibrillator,2014,12,2,1 +4217646,Implantable defibrillator,2015,1,2,1 +4217646,Implantable defibrillator,2015,4,1,1 +4217646,Implantable defibrillator,2015,5,1,1 +4217646,Implantable defibrillator,2015,8,1,1 +4217646,Implantable defibrillator,2015,9,1,1 +4217646,Implantable defibrillator,2015,10,1,1 +4217646,Implantable defibrillator,2015,12,2,1 +4217646,Implantable defibrillator,2016,2,1,1 +4217646,Implantable defibrillator,2016,3,3,1 +4217646,Implantable defibrillator,2016,5,1,1 +4217646,Implantable defibrillator,2016,6,1,1 +4217646,Implantable defibrillator,2016,7,1,1 +4217646,Implantable defibrillator,2016,8,2,1.5 +4217646,Implantable defibrillator,2016,10,1,1 +4217646,Implantable defibrillator,2016,11,1,1 +4217646,Implantable defibrillator,2016,12,1,1 +4217646,Implantable defibrillator,2017,1,2,1 +4217646,Implantable defibrillator,2017,5,1,1 +4217646,Implantable defibrillator,2017,6,1,1 +4217646,Implantable defibrillator,2017,7,2,1 +4217646,Implantable defibrillator,2017,8,1,1 +4217646,Implantable defibrillator,2017,12,4,1 +4217646,Implantable defibrillator,2018,3,1,1 +4217646,Implantable defibrillator,2018,4,1,1 +4217646,Implantable defibrillator,2018,6,1,1 +4217646,Implantable defibrillator,2018,8,1,1 +4217646,Implantable defibrillator,2018,9,2,1 +4217646,Implantable defibrillator,2018,10,1,1 +4217646,Implantable defibrillator,2018,11,1,2 +4217646,Implantable defibrillator,2018,12,1,1 +4217646,Implantable defibrillator,2019,2,1,1 +4217646,Implantable defibrillator,2019,3,1,1 +4217646,Implantable defibrillator,2019,4,2,1 +4217646,Implantable defibrillator,2019,7,1,1 +4217646,Implantable defibrillator,2019,9,1,1 +4217646,Implantable defibrillator,2019,10,1,1 +4217646,Implantable defibrillator,2020,1,1,1 +4217646,Implantable defibrillator,2020,2,1,1 +4217646,Implantable defibrillator,2020,3,1,1 +4217646,Implantable defibrillator,2020,6,1,1 +4217646,Implantable defibrillator,2020,7,3,1 +4217646,Implantable defibrillator,2020,8,1,1 +4217646,Implantable defibrillator,2020,9,1,1 +4217646,Implantable defibrillator,2020,11,2,1 +4217646,Implantable defibrillator,2020,12,2,1 +4217646,Implantable defibrillator,2021,1,2,1 +4217646,Implantable defibrillator,2021,2,2,1 +4217646,Implantable defibrillator,2021,5,3,1 +4217646,Implantable defibrillator,2021,6,2,1 +4217646,Implantable defibrillator,2021,7,3,1 +4217646,Implantable defibrillator,2021,9,1,1 +4217646,Implantable defibrillator,2021,10,1,1 +4217646,Implantable defibrillator,2021,11,1,1 +4217646,Implantable defibrillator,2021,12,2,1 +4217646,Implantable defibrillator,2022,2,1,1 +4217646,Implantable defibrillator,2022,3,1,1 +4217646,Implantable defibrillator,2022,5,1,1 +4217646,Implantable defibrillator,2022,10,1,1 +4217646,Implantable defibrillator,2022,12,1,1 +4217646,Implantable defibrillator,2023,2,1,1 +4217646,Implantable defibrillator,2023,4,1,1 +4230911,Echocardiography,1942,12,1,1 +4230911,Echocardiography,1943,8,1,1 +4230911,Echocardiography,1947,7,1,1 +4230911,Echocardiography,1948,7,1,1 +4230911,Echocardiography,1950,12,1,1 +4230911,Echocardiography,1951,5,1,1 +4230911,Echocardiography,1951,10,1,1 +4230911,Echocardiography,1952,9,1,1 +4230911,Echocardiography,1953,10,1,1 +4230911,Echocardiography,1955,4,2,1 +4230911,Echocardiography,1955,6,1,1 +4230911,Echocardiography,1955,8,1,1 +4230911,Echocardiography,1955,11,1,1 +4230911,Echocardiography,1956,1,1,1 +4230911,Echocardiography,1958,1,1,1 +4230911,Echocardiography,1958,4,1,1 +4230911,Echocardiography,1958,12,1,1 +4230911,Echocardiography,1960,4,1,1 +4230911,Echocardiography,1960,7,1,1 +4230911,Echocardiography,1962,1,1,1 +4230911,Echocardiography,1963,5,2,1 +4230911,Echocardiography,1963,6,2,1 +4230911,Echocardiography,1963,10,1,1 +4230911,Echocardiography,1964,12,1,1 +4230911,Echocardiography,1965,7,2,1 +4230911,Echocardiography,1966,12,1,1 +4230911,Echocardiography,1967,1,1,1 +4230911,Echocardiography,1967,4,1,1 +4230911,Echocardiography,1967,8,1,1 +4230911,Echocardiography,1967,11,1,1 +4230911,Echocardiography,1968,4,1,1 +4230911,Echocardiography,1968,6,2,1 +4230911,Echocardiography,1969,3,1,1 +4230911,Echocardiography,1969,6,1,1 +4230911,Echocardiography,1969,7,1,1 +4230911,Echocardiography,1969,11,1,1 +4230911,Echocardiography,1970,5,1,1 +4230911,Echocardiography,1970,9,1,2 +4230911,Echocardiography,1972,4,1,1 +4230911,Echocardiography,1973,6,1,1 +4230911,Echocardiography,1973,8,1,1 +4230911,Echocardiography,1974,3,1,1 +4230911,Echocardiography,1974,5,1,1 +4230911,Echocardiography,1974,7,1,1 +4230911,Echocardiography,1974,12,1,1 +4230911,Echocardiography,1975,3,1,1 +4230911,Echocardiography,1975,8,1,1 +4230911,Echocardiography,1975,9,1,1 +4230911,Echocardiography,1975,11,3,1 +4230911,Echocardiography,1976,1,1,1 +4230911,Echocardiography,1976,3,1,1 +4230911,Echocardiography,1976,6,1,1 +4230911,Echocardiography,1976,7,1,1 +4230911,Echocardiography,1976,10,3,1 +4230911,Echocardiography,1977,1,1,1 +4230911,Echocardiography,1977,5,1,1 +4230911,Echocardiography,1977,8,1,1 +4230911,Echocardiography,1977,10,1,1 +4230911,Echocardiography,1978,7,1,1 +4230911,Echocardiography,1978,11,1,1 +4230911,Echocardiography,1979,6,1,1 +4230911,Echocardiography,1979,11,1,1 +4230911,Echocardiography,1979,12,1,1 +4230911,Echocardiography,1980,2,1,1 +4230911,Echocardiography,1980,4,1,1 +4230911,Echocardiography,1980,7,1,1 +4230911,Echocardiography,1980,8,1,1 +4230911,Echocardiography,1980,9,1,1 +4230911,Echocardiography,1980,11,1,1 +4230911,Echocardiography,1981,1,1,1 +4230911,Echocardiography,1982,1,3,1 +4230911,Echocardiography,1982,2,1,1 +4230911,Echocardiography,1982,4,1,1 +4230911,Echocardiography,1982,10,1,1 +4230911,Echocardiography,1983,2,1,1 +4230911,Echocardiography,1983,3,1,1 +4230911,Echocardiography,1983,9,1,1 +4230911,Echocardiography,1984,11,3,1 +4230911,Echocardiography,1985,3,2,1 +4230911,Echocardiography,1985,7,3,1 +4230911,Echocardiography,1986,4,1,1 +4230911,Echocardiography,1986,5,1,1 +4230911,Echocardiography,1986,6,1,1 +4230911,Echocardiography,1987,1,1,1 +4230911,Echocardiography,1987,3,1,1 +4230911,Echocardiography,1987,4,1,1 +4230911,Echocardiography,1987,5,1,1 +4230911,Echocardiography,1988,2,1,1 +4230911,Echocardiography,1988,5,2,1 +4230911,Echocardiography,1988,6,1,1 +4230911,Echocardiography,1988,7,1,1 +4230911,Echocardiography,1989,3,2,1 +4230911,Echocardiography,1989,8,1,1 +4230911,Echocardiography,1989,11,2,1 +4230911,Echocardiography,1990,1,1,1 +4230911,Echocardiography,1990,6,2,1 +4230911,Echocardiography,1990,8,1,1 +4230911,Echocardiography,1990,9,1,1 +4230911,Echocardiography,1990,10,1,1 +4230911,Echocardiography,1990,11,1,1 +4230911,Echocardiography,1990,12,2,1 +4230911,Echocardiography,1991,1,1,1 +4230911,Echocardiography,1991,2,1,1 +4230911,Echocardiography,1991,3,1,1 +4230911,Echocardiography,1991,8,1,1 +4230911,Echocardiography,1991,9,2,1 +4230911,Echocardiography,1991,10,1,1 +4230911,Echocardiography,1991,11,1,1 +4230911,Echocardiography,1991,12,2,1 +4230911,Echocardiography,1992,3,1,1 +4230911,Echocardiography,1992,5,1,1 +4230911,Echocardiography,1992,6,1,1 +4230911,Echocardiography,1992,7,1,1 +4230911,Echocardiography,1992,11,1,1 +4230911,Echocardiography,1993,1,2,1 +4230911,Echocardiography,1993,4,1,1 +4230911,Echocardiography,1993,7,3,1 +4230911,Echocardiography,1993,8,1,2 +4230911,Echocardiography,1993,9,2,1 +4230911,Echocardiography,1993,10,1,1 +4230911,Echocardiography,1993,11,1,1 +4230911,Echocardiography,1993,12,1,1 +4230911,Echocardiography,1994,4,2,1 +4230911,Echocardiography,1994,6,2,1 +4230911,Echocardiography,1994,7,1,1 +4230911,Echocardiography,1994,8,1,1 +4230911,Echocardiography,1994,9,2,1 +4230911,Echocardiography,1994,10,1,1 +4230911,Echocardiography,1994,12,4,1 +4230911,Echocardiography,1995,5,1,1 +4230911,Echocardiography,1995,7,1,1 +4230911,Echocardiography,1996,6,2,1 +4230911,Echocardiography,1996,7,3,1 +4230911,Echocardiography,1996,8,4,1 +4230911,Echocardiography,1996,9,1,1 +4230911,Echocardiography,1996,10,3,1 +4230911,Echocardiography,1996,12,2,1 +4230911,Echocardiography,1997,2,4,1.25 +4230911,Echocardiography,1997,5,2,1 +4230911,Echocardiography,1997,7,2,1 +4230911,Echocardiography,1997,8,1,1 +4230911,Echocardiography,1997,9,4,1 +4230911,Echocardiography,1997,11,1,1 +4230911,Echocardiography,1998,1,2,1 +4230911,Echocardiography,1998,3,2,1 +4230911,Echocardiography,1998,4,1,1 +4230911,Echocardiography,1998,5,1,1 +4230911,Echocardiography,1998,7,2,1 +4230911,Echocardiography,1998,9,4,1 +4230911,Echocardiography,1998,10,2,1 +4230911,Echocardiography,1998,11,1,1 +4230911,Echocardiography,1999,1,3,1 +4230911,Echocardiography,1999,5,3,1 +4230911,Echocardiography,1999,6,2,1 +4230911,Echocardiography,1999,8,3,1 +4230911,Echocardiography,1999,10,1,1 +4230911,Echocardiography,1999,12,3,1 +4230911,Echocardiography,2000,4,2,1 +4230911,Echocardiography,2000,5,1,1 +4230911,Echocardiography,2000,6,2,1 +4230911,Echocardiography,2000,7,1,1 +4230911,Echocardiography,2000,10,2,1 +4230911,Echocardiography,2000,11,2,1 +4230911,Echocardiography,2000,12,2,1 +4230911,Echocardiography,2001,1,1,1 +4230911,Echocardiography,2001,2,1,1 +4230911,Echocardiography,2001,4,3,1 +4230911,Echocardiography,2001,5,2,1 +4230911,Echocardiography,2001,6,1,1 +4230911,Echocardiography,2001,7,1,1 +4230911,Echocardiography,2001,8,1,1 +4230911,Echocardiography,2001,9,4,1 +4230911,Echocardiography,2001,10,1,1 +4230911,Echocardiography,2001,12,3,1 +4230911,Echocardiography,2002,1,2,1 +4230911,Echocardiography,2002,2,1,1 +4230911,Echocardiography,2002,3,3,1 +4230911,Echocardiography,2002,4,1,1 +4230911,Echocardiography,2002,5,2,1 +4230911,Echocardiography,2002,7,5,1 +4230911,Echocardiography,2002,8,1,1 +4230911,Echocardiography,2002,10,3,1 +4230911,Echocardiography,2002,11,1,1 +4230911,Echocardiography,2002,12,3,1 +4230911,Echocardiography,2003,1,1,1 +4230911,Echocardiography,2003,2,4,1 +4230911,Echocardiography,2003,3,1,1 +4230911,Echocardiography,2003,4,1,1 +4230911,Echocardiography,2003,5,1,1 +4230911,Echocardiography,2003,6,1,1 +4230911,Echocardiography,2003,7,2,1 +4230911,Echocardiography,2003,9,2,1 +4230911,Echocardiography,2003,10,3,1 +4230911,Echocardiography,2003,11,1,1 +4230911,Echocardiography,2003,12,1,1 +4230911,Echocardiography,2004,1,4,1 +4230911,Echocardiography,2004,2,3,1 +4230911,Echocardiography,2004,3,2,1 +4230911,Echocardiography,2004,4,2,1 +4230911,Echocardiography,2004,5,2,1 +4230911,Echocardiography,2004,6,1,1 +4230911,Echocardiography,2004,7,3,1 +4230911,Echocardiography,2004,8,2,1 +4230911,Echocardiography,2004,10,3,1 +4230911,Echocardiography,2004,11,1,1 +4230911,Echocardiography,2004,12,1,1 +4230911,Echocardiography,2005,2,1,1 +4230911,Echocardiography,2005,3,2,1 +4230911,Echocardiography,2005,4,5,1 +4230911,Echocardiography,2005,6,2,1 +4230911,Echocardiography,2005,8,4,1 +4230911,Echocardiography,2005,9,1,1 +4230911,Echocardiography,2005,10,3,1 +4230911,Echocardiography,2005,11,3,1 +4230911,Echocardiography,2006,1,3,1 +4230911,Echocardiography,2006,2,2,1 +4230911,Echocardiography,2006,3,1,1 +4230911,Echocardiography,2006,4,1,1 +4230911,Echocardiography,2006,5,4,1 +4230911,Echocardiography,2006,6,4,1 +4230911,Echocardiography,2006,8,2,1 +4230911,Echocardiography,2006,10,5,1 +4230911,Echocardiography,2006,11,1,1 +4230911,Echocardiography,2006,12,2,1 +4230911,Echocardiography,2007,1,5,1 +4230911,Echocardiography,2007,2,3,1 +4230911,Echocardiography,2007,3,1,1 +4230911,Echocardiography,2007,4,1,1 +4230911,Echocardiography,2007,5,2,1 +4230911,Echocardiography,2007,6,2,1 +4230911,Echocardiography,2007,7,2,1 +4230911,Echocardiography,2007,9,1,1 +4230911,Echocardiography,2007,11,2,1 +4230911,Echocardiography,2007,12,1,1 +4230911,Echocardiography,2008,1,1,1 +4230911,Echocardiography,2008,2,3,1 +4230911,Echocardiography,2008,3,2,1 +4230911,Echocardiography,2008,4,1,1 +4230911,Echocardiography,2008,5,1,1 +4230911,Echocardiography,2008,6,3,1 +4230911,Echocardiography,2008,7,1,1 +4230911,Echocardiography,2008,8,4,1 +4230911,Echocardiography,2008,9,1,1 +4230911,Echocardiography,2008,10,3,1 +4230911,Echocardiography,2008,11,4,1 +4230911,Echocardiography,2008,12,1,1 +4230911,Echocardiography,2009,3,1,1 +4230911,Echocardiography,2009,4,2,1 +4230911,Echocardiography,2009,5,2,1 +4230911,Echocardiography,2009,6,2,1 +4230911,Echocardiography,2009,7,3,1 +4230911,Echocardiography,2009,8,1,1 +4230911,Echocardiography,2009,9,3,1 +4230911,Echocardiography,2009,10,2,1 +4230911,Echocardiography,2009,11,1,1 +4230911,Echocardiography,2009,12,2,1 +4230911,Echocardiography,2010,2,1,1 +4230911,Echocardiography,2010,3,3,1 +4230911,Echocardiography,2010,4,2,1 +4230911,Echocardiography,2010,5,1,1 +4230911,Echocardiography,2010,6,3,1 +4230911,Echocardiography,2010,8,3,1 +4230911,Echocardiography,2010,9,5,1.4 +4230911,Echocardiography,2010,10,1,1 +4230911,Echocardiography,2010,12,2,1 +4230911,Echocardiography,2011,1,3,1 +4230911,Echocardiography,2011,2,1,1 +4230911,Echocardiography,2011,3,1,1 +4230911,Echocardiography,2011,5,4,1 +4230911,Echocardiography,2011,6,2,1 +4230911,Echocardiography,2011,7,1,1 +4230911,Echocardiography,2011,8,1,1 +4230911,Echocardiography,2011,9,2,1 +4230911,Echocardiography,2011,12,1,1 +4230911,Echocardiography,2012,1,3,1 +4230911,Echocardiography,2012,3,2,1 +4230911,Echocardiography,2012,5,1,1 +4230911,Echocardiography,2012,6,3,1 +4230911,Echocardiography,2012,7,4,1 +4230911,Echocardiography,2012,9,3,1 +4230911,Echocardiography,2012,10,2,1 +4230911,Echocardiography,2012,11,1,1 +4230911,Echocardiography,2012,12,3,1 +4230911,Echocardiography,2013,1,2,1 +4230911,Echocardiography,2013,2,1,1 +4230911,Echocardiography,2013,3,1,1 +4230911,Echocardiography,2013,4,3,1 +4230911,Echocardiography,2013,6,4,1 +4230911,Echocardiography,2013,7,6,1 +4230911,Echocardiography,2013,8,4,1 +4230911,Echocardiography,2013,9,3,1 +4230911,Echocardiography,2013,10,4,1 +4230911,Echocardiography,2013,11,3,1 +4230911,Echocardiography,2013,12,6,1.1666666666666667 +4230911,Echocardiography,2014,1,5,1 +4230911,Echocardiography,2014,2,3,1 +4230911,Echocardiography,2014,3,2,1 +4230911,Echocardiography,2014,4,6,1 +4230911,Echocardiography,2014,5,7,1 +4230911,Echocardiography,2014,6,3,1 +4230911,Echocardiography,2014,7,4,1 +4230911,Echocardiography,2014,8,2,1 +4230911,Echocardiography,2014,9,4,1 +4230911,Echocardiography,2014,10,5,1 +4230911,Echocardiography,2014,11,4,1 +4230911,Echocardiography,2014,12,5,3 +4230911,Echocardiography,2015,1,9,1 +4230911,Echocardiography,2015,2,4,1 +4230911,Echocardiography,2015,3,5,1 +4230911,Echocardiography,2015,4,5,1 +4230911,Echocardiography,2015,5,9,1 +4230911,Echocardiography,2015,6,6,1 +4230911,Echocardiography,2015,7,7,1 +4230911,Echocardiography,2015,8,7,1 +4230911,Echocardiography,2015,9,4,1 +4230911,Echocardiography,2015,10,8,1 +4230911,Echocardiography,2015,11,4,1 +4230911,Echocardiography,2015,12,6,1 +4230911,Echocardiography,2016,1,4,1 +4230911,Echocardiography,2016,2,7,1 +4230911,Echocardiography,2016,3,6,1 +4230911,Echocardiography,2016,4,7,1 +4230911,Echocardiography,2016,5,10,1 +4230911,Echocardiography,2016,6,2,1 +4230911,Echocardiography,2016,7,5,1 +4230911,Echocardiography,2016,8,8,1.125 +4230911,Echocardiography,2016,9,6,1 +4230911,Echocardiography,2016,10,8,1 +4230911,Echocardiography,2016,11,6,1 +4230911,Echocardiography,2016,12,9,1 +4230911,Echocardiography,2017,1,10,1 +4230911,Echocardiography,2017,2,2,1 +4230911,Echocardiography,2017,3,5,1 +4230911,Echocardiography,2017,4,9,1 +4230911,Echocardiography,2017,5,5,1 +4230911,Echocardiography,2017,6,7,1 +4230911,Echocardiography,2017,7,7,1 +4230911,Echocardiography,2017,8,9,1 +4230911,Echocardiography,2017,9,9,1 +4230911,Echocardiography,2017,10,3,1 +4230911,Echocardiography,2017,11,5,1 +4230911,Echocardiography,2017,12,12,1 +4230911,Echocardiography,2018,1,5,1 +4230911,Echocardiography,2018,2,2,1 +4230911,Echocardiography,2018,3,8,1 +4230911,Echocardiography,2018,4,9,1 +4230911,Echocardiography,2018,5,8,1.125 +4230911,Echocardiography,2018,6,8,1 +4230911,Echocardiography,2018,7,7,1.1428571428571428 +4230911,Echocardiography,2018,8,5,1 +4230911,Echocardiography,2018,9,9,1.1111111111111112 +4230911,Echocardiography,2018,10,3,1 +4230911,Echocardiography,2018,11,7,1.1428571428571428 +4230911,Echocardiography,2018,12,8,1 +4230911,Echocardiography,2019,1,7,1 +4230911,Echocardiography,2019,2,8,1 +4230911,Echocardiography,2019,3,7,1.1428571428571428 +4230911,Echocardiography,2019,4,7,1 +4230911,Echocardiography,2019,5,8,1.125 +4230911,Echocardiography,2019,6,4,1 +4230911,Echocardiography,2019,7,13,1 +4230911,Echocardiography,2019,8,8,1 +4230911,Echocardiography,2019,9,4,1 +4230911,Echocardiography,2019,10,10,1 +4230911,Echocardiography,2019,11,3,1 +4230911,Echocardiography,2019,12,11,1 +4230911,Echocardiography,2020,1,8,1.125 +4230911,Echocardiography,2020,2,8,1 +4230911,Echocardiography,2020,3,3,1 +4230911,Echocardiography,2020,4,7,1 +4230911,Echocardiography,2020,5,4,1 +4230911,Echocardiography,2020,6,3,1 +4230911,Echocardiography,2020,7,9,1 +4230911,Echocardiography,2020,8,9,1.1111111111111112 +4230911,Echocardiography,2020,9,5,1 +4230911,Echocardiography,2020,10,3,1 +4230911,Echocardiography,2020,11,10,1 +4230911,Echocardiography,2020,12,6,1 +4230911,Echocardiography,2021,1,7,1 +4230911,Echocardiography,2021,2,6,1 +4230911,Echocardiography,2021,3,7,1 +4230911,Echocardiography,2021,4,3,1 +4230911,Echocardiography,2021,5,10,1 +4230911,Echocardiography,2021,6,8,1 +4230911,Echocardiography,2021,7,10,1 +4230911,Echocardiography,2021,8,10,1 +4230911,Echocardiography,2021,9,7,1 +4230911,Echocardiography,2021,10,6,1 +4230911,Echocardiography,2021,11,7,1 +4230911,Echocardiography,2021,12,8,1 +4230911,Echocardiography,2022,1,1,1 +4230911,Echocardiography,2022,2,9,1 +4230911,Echocardiography,2022,3,10,1 +4230911,Echocardiography,2022,4,9,1 +4230911,Echocardiography,2022,5,9,1 +4230911,Echocardiography,2022,6,5,1 +4230911,Echocardiography,2022,7,9,1 +4230911,Echocardiography,2022,8,10,1 +4230911,Echocardiography,2022,9,3,1 +4230911,Echocardiography,2022,10,11,1 +4230911,Echocardiography,2022,11,7,1 +4230911,Echocardiography,2022,12,9,1 +4230911,Echocardiography,2023,1,9,1 +4230911,Echocardiography,2023,2,3,1 +4230911,Echocardiography,2023,3,4,1 +4230911,Echocardiography,2023,4,13,1 +4230911,Echocardiography,2023,5,5,1 +4230911,Echocardiography,2023,6,1,1 +4248525,Lying systolic blood pressure,2015,4,1,5 +4248525,Lying systolic blood pressure,2019,5,1,5 +4248525,Lying systolic blood pressure,2019,10,1,5 +4248525,Lying systolic blood pressure,2020,6,1,5 +4248525,Lying systolic blood pressure,2021,10,1,5 +4257036,Antenatal hepatitis B blood screening test status,2014,11,1,5 +4257036,Antenatal hepatitis B blood screening test status,2017,2,1,5 +4257036,Antenatal hepatitis B blood screening test status,2018,9,1,5 +4329847,Myocardial infarction,1941,6,1,1 +4329847,Myocardial infarction,1942,12,1,1 +4329847,Myocardial infarction,1943,8,1,1 +4329847,Myocardial infarction,1947,7,1,1 +4329847,Myocardial infarction,1948,7,1,1 +4329847,Myocardial infarction,1950,12,1,1 +4329847,Myocardial infarction,1951,5,1,1 +4329847,Myocardial infarction,1951,10,1,1 +4329847,Myocardial infarction,1952,9,1,1 +4329847,Myocardial infarction,1953,10,1,1 +4329847,Myocardial infarction,1955,6,1,1 +4329847,Myocardial infarction,1955,8,1,1 +4329847,Myocardial infarction,1956,1,1,1 +4329847,Myocardial infarction,1958,1,1,1 +4329847,Myocardial infarction,1958,4,1,1 +4329847,Myocardial infarction,1958,12,1,1 +4329847,Myocardial infarction,1960,7,1,1 +4329847,Myocardial infarction,1963,5,2,1 +4329847,Myocardial infarction,1963,6,1,1 +4329847,Myocardial infarction,1963,10,1,1 +4329847,Myocardial infarction,1965,7,2,1 +4329847,Myocardial infarction,1966,12,1,1 +4329847,Myocardial infarction,1967,1,1,1 +4329847,Myocardial infarction,1967,6,1,1 +4329847,Myocardial infarction,1967,8,1,1 +4329847,Myocardial infarction,1967,11,1,1 +4329847,Myocardial infarction,1968,4,1,1 +4329847,Myocardial infarction,1968,6,2,1 +4329847,Myocardial infarction,1969,6,1,1 +4329847,Myocardial infarction,1969,7,1,1 +4329847,Myocardial infarction,1969,11,1,1 +4329847,Myocardial infarction,1970,5,1,1 +4329847,Myocardial infarction,1970,9,1,1 +4329847,Myocardial infarction,1972,4,1,1 +4329847,Myocardial infarction,1974,5,1,1 +4329847,Myocardial infarction,1974,7,1,1 +4329847,Myocardial infarction,1975,3,1,1 +4329847,Myocardial infarction,1975,9,1,1 +4329847,Myocardial infarction,1975,11,2,1 +4329847,Myocardial infarction,1976,1,1,1 +4329847,Myocardial infarction,1976,3,1,1 +4329847,Myocardial infarction,1976,6,1,1 +4329847,Myocardial infarction,1976,10,2,1 +4329847,Myocardial infarction,1977,5,1,1 +4329847,Myocardial infarction,1977,10,1,1 +4329847,Myocardial infarction,1978,11,1,1 +4329847,Myocardial infarction,1979,1,1,1 +4329847,Myocardial infarction,1979,5,1,1 +4329847,Myocardial infarction,1980,2,2,1 +4329847,Myocardial infarction,1980,4,1,1 +4329847,Myocardial infarction,1980,6,1,1 +4329847,Myocardial infarction,1980,7,1,1 +4329847,Myocardial infarction,1980,8,1,1 +4329847,Myocardial infarction,1980,11,1,1 +4329847,Myocardial infarction,1981,1,1,1 +4329847,Myocardial infarction,1982,1,2,1 +4329847,Myocardial infarction,1982,4,1,1 +4329847,Myocardial infarction,1982,10,1,1 +4329847,Myocardial infarction,1983,4,1,1 +4329847,Myocardial infarction,1983,5,1,1 +4329847,Myocardial infarction,1983,9,1,1 +4329847,Myocardial infarction,1984,11,1,1 +4329847,Myocardial infarction,1985,3,2,1 +4329847,Myocardial infarction,1985,7,2,1 +4329847,Myocardial infarction,1986,4,1,1 +4329847,Myocardial infarction,1986,5,1,1 +4329847,Myocardial infarction,1986,12,1,1 +4329847,Myocardial infarction,1987,1,1,1 +4329847,Myocardial infarction,1987,3,1,1 +4329847,Myocardial infarction,1987,4,1,1 +4329847,Myocardial infarction,1987,5,1,1 +4329847,Myocardial infarction,1988,2,2,1 +4329847,Myocardial infarction,1988,7,1,1 +4329847,Myocardial infarction,1989,3,2,1 +4329847,Myocardial infarction,1989,8,1,1 +4329847,Myocardial infarction,1989,11,2,1 +4329847,Myocardial infarction,1990,1,1,1 +4329847,Myocardial infarction,1990,6,1,1 +4329847,Myocardial infarction,1990,8,1,1 +4329847,Myocardial infarction,1990,10,1,1 +4329847,Myocardial infarction,1990,12,2,1 +4329847,Myocardial infarction,1991,2,1,1 +4329847,Myocardial infarction,1991,9,2,1 +4329847,Myocardial infarction,1991,10,1,1 +4329847,Myocardial infarction,1991,11,2,1 +4329847,Myocardial infarction,1991,12,2,1 +4329847,Myocardial infarction,1993,4,1,1 +4329847,Myocardial infarction,1993,7,3,1 +4329847,Myocardial infarction,1993,8,1,1 +4329847,Myocardial infarction,1993,9,1,1 +4329847,Myocardial infarction,1993,10,2,1 +4329847,Myocardial infarction,1993,11,1,1 +4329847,Myocardial infarction,1994,4,1,1 +4329847,Myocardial infarction,1994,6,1,1 +4329847,Myocardial infarction,1994,7,1,1 +4329847,Myocardial infarction,1994,8,1,1 +4329847,Myocardial infarction,1994,9,2,1 +4329847,Myocardial infarction,1994,10,1,1 +4329847,Myocardial infarction,1994,12,3,1 +4329847,Myocardial infarction,1995,5,1,1 +4329847,Myocardial infarction,1996,4,1,1 +4329847,Myocardial infarction,1996,7,1,1 +4329847,Myocardial infarction,1996,8,3,1 +4329847,Myocardial infarction,1996,9,1,1 +4329847,Myocardial infarction,1996,10,1,1 +4329847,Myocardial infarction,1996,11,1,1 +4329847,Myocardial infarction,1996,12,2,1 +4329847,Myocardial infarction,1997,2,3,1 +4329847,Myocardial infarction,1997,5,2,1 +4329847,Myocardial infarction,1997,7,1,1 +4329847,Myocardial infarction,1997,9,2,1 +4329847,Myocardial infarction,1997,10,1,1 +4329847,Myocardial infarction,1998,1,2,1 +4329847,Myocardial infarction,1998,3,2,1 +4329847,Myocardial infarction,1998,4,1,1 +4329847,Myocardial infarction,1998,5,1,1 +4329847,Myocardial infarction,1998,7,1,1 +4329847,Myocardial infarction,1998,9,2,1 +4329847,Myocardial infarction,1998,11,1,1 +4329847,Myocardial infarction,1999,1,2,1 +4329847,Myocardial infarction,1999,5,1,1 +4329847,Myocardial infarction,1999,6,1,1 +4329847,Myocardial infarction,1999,8,1,1 +4329847,Myocardial infarction,1999,12,3,1 +4329847,Myocardial infarction,2000,3,1,1 +4329847,Myocardial infarction,2000,4,1,1 +4329847,Myocardial infarction,2000,6,1,1 +4329847,Myocardial infarction,2000,7,1,1 +4329847,Myocardial infarction,2000,10,1,1 +4329847,Myocardial infarction,2000,11,2,1 +4329847,Myocardial infarction,2001,1,1,1 +4329847,Myocardial infarction,2001,2,1,1 +4329847,Myocardial infarction,2001,4,2,1 +4329847,Myocardial infarction,2001,5,3,1 +4329847,Myocardial infarction,2001,7,1,1 +4329847,Myocardial infarction,2001,8,1,1 +4329847,Myocardial infarction,2001,9,1,1 +4329847,Myocardial infarction,2001,10,1,1 +4329847,Myocardial infarction,2001,11,1,1 +4329847,Myocardial infarction,2002,1,2,1 +4329847,Myocardial infarction,2002,3,1,1 +4329847,Myocardial infarction,2002,4,1,1 +4329847,Myocardial infarction,2002,5,1,1 +4329847,Myocardial infarction,2002,7,4,1 +4329847,Myocardial infarction,2002,8,1,1 +4329847,Myocardial infarction,2002,10,2,1 +4329847,Myocardial infarction,2003,2,2,1 +4329847,Myocardial infarction,2003,3,1,1 +4329847,Myocardial infarction,2003,5,1,1 +4329847,Myocardial infarction,2003,6,1,1 +4329847,Myocardial infarction,2003,7,1,1 +4329847,Myocardial infarction,2003,9,1,1 +4329847,Myocardial infarction,2003,10,2,1 +4329847,Myocardial infarction,2003,11,1,1 +4329847,Myocardial infarction,2003,12,1,1 +4329847,Myocardial infarction,2004,1,2,1 +4329847,Myocardial infarction,2004,2,3,1 +4329847,Myocardial infarction,2004,3,2,1 +4329847,Myocardial infarction,2004,4,1,1 +4329847,Myocardial infarction,2004,5,1,1 +4329847,Myocardial infarction,2004,6,1,1 +4329847,Myocardial infarction,2004,7,2,1 +4329847,Myocardial infarction,2004,8,2,1 +4329847,Myocardial infarction,2004,10,2,1 +4329847,Myocardial infarction,2004,12,1,1 +4329847,Myocardial infarction,2005,2,1,1 +4329847,Myocardial infarction,2005,3,1,1 +4329847,Myocardial infarction,2005,4,4,1 +4329847,Myocardial infarction,2005,6,2,1 +4329847,Myocardial infarction,2005,8,2,1 +4329847,Myocardial infarction,2005,9,1,1 +4329847,Myocardial infarction,2005,10,1,1 +4329847,Myocardial infarction,2005,11,2,1 +4329847,Myocardial infarction,2006,2,2,1 +4329847,Myocardial infarction,2006,4,1,1 +4329847,Myocardial infarction,2006,5,1,1 +4329847,Myocardial infarction,2006,6,2,1 +4329847,Myocardial infarction,2006,8,2,1 +4329847,Myocardial infarction,2006,10,5,1 +4329847,Myocardial infarction,2007,1,3,1 +4329847,Myocardial infarction,2007,2,2,1 +4329847,Myocardial infarction,2007,3,2,1 +4329847,Myocardial infarction,2007,5,1,1 +4329847,Myocardial infarction,2007,6,2,1 +4329847,Myocardial infarction,2007,7,4,1 +4329847,Myocardial infarction,2007,9,1,1 +4329847,Myocardial infarction,2007,11,1,1 +4329847,Myocardial infarction,2007,12,1,1 +4329847,Myocardial infarction,2008,1,1,1 +4329847,Myocardial infarction,2008,2,2,1 +4329847,Myocardial infarction,2008,6,2,1 +4329847,Myocardial infarction,2008,8,1,1 +4329847,Myocardial infarction,2008,9,1,1 +4329847,Myocardial infarction,2008,10,2,1 +4329847,Myocardial infarction,2009,3,1,1 +4329847,Myocardial infarction,2009,4,1,1 +4329847,Myocardial infarction,2009,5,1,1 +4329847,Myocardial infarction,2009,6,1,1 +4329847,Myocardial infarction,2009,7,1,1 +4329847,Myocardial infarction,2009,8,1,1 +4329847,Myocardial infarction,2009,9,1,1 +4329847,Myocardial infarction,2009,10,1,1 +4329847,Myocardial infarction,2010,3,2,1 +4329847,Myocardial infarction,2010,6,1,1 +4329847,Myocardial infarction,2010,7,1,1 +4329847,Myocardial infarction,2010,8,2,1 +4329847,Myocardial infarction,2010,9,2,1 +4329847,Myocardial infarction,2010,10,1,1 +4329847,Myocardial infarction,2010,12,2,1 +4329847,Myocardial infarction,2011,5,3,1 +4329847,Myocardial infarction,2011,6,1,1 +4329847,Myocardial infarction,2011,7,1,1 +4329847,Myocardial infarction,2011,8,1,1 +4329847,Myocardial infarction,2011,9,2,1 +4329847,Myocardial infarction,2011,10,1,1 +4329847,Myocardial infarction,2011,12,1,1 +4329847,Myocardial infarction,2012,1,1,1 +4329847,Myocardial infarction,2012,3,1,1 +4329847,Myocardial infarction,2012,5,1,1 +4329847,Myocardial infarction,2012,6,1,1 +4329847,Myocardial infarction,2012,7,1,1 +4329847,Myocardial infarction,2012,9,2,1 +4329847,Myocardial infarction,2012,10,2,1 +4329847,Myocardial infarction,2013,3,1,1 +4329847,Myocardial infarction,2013,4,1,1 +4329847,Myocardial infarction,2013,6,2,1 +4329847,Myocardial infarction,2013,7,2,1 +4329847,Myocardial infarction,2013,9,1,1 +4329847,Myocardial infarction,2013,10,1,1 +4329847,Myocardial infarction,2013,11,1,1 +4329847,Myocardial infarction,2014,1,1,1 +4329847,Myocardial infarction,2014,2,1,1 +4329847,Myocardial infarction,2014,4,2,1 +4329847,Myocardial infarction,2014,5,2,1 +4329847,Myocardial infarction,2014,12,1,1 +4329847,Myocardial infarction,2015,1,2,1 +4329847,Myocardial infarction,2015,2,1,1 +4329847,Myocardial infarction,2015,4,1,1 +4329847,Myocardial infarction,2015,5,2,1 +4329847,Myocardial infarction,2015,6,1,1 +4329847,Myocardial infarction,2015,8,3,1 +4329847,Myocardial infarction,2015,9,1,1 +4329847,Myocardial infarction,2016,4,2,1 +4329847,Myocardial infarction,2016,5,4,1 +4329847,Myocardial infarction,2016,7,1,1 +4329847,Myocardial infarction,2016,8,3,1 +4329847,Myocardial infarction,2016,9,2,1 +4329847,Myocardial infarction,2016,10,3,1 +4329847,Myocardial infarction,2016,11,1,1 +4329847,Myocardial infarction,2016,12,4,1 +4329847,Myocardial infarction,2017,1,1,1 +4329847,Myocardial infarction,2017,2,1,1 +4329847,Myocardial infarction,2017,5,1,1 +4329847,Myocardial infarction,2017,8,4,1 +4329847,Myocardial infarction,2017,9,3,1 +4329847,Myocardial infarction,2017,10,1,1 +4329847,Myocardial infarction,2017,12,4,1 +4329847,Myocardial infarction,2018,2,1,1 +4329847,Myocardial infarction,2018,3,3,1 +4329847,Myocardial infarction,2018,4,1,1 +4329847,Myocardial infarction,2018,5,1,1 +4329847,Myocardial infarction,2018,6,3,1 +4329847,Myocardial infarction,2018,7,3,1 +4329847,Myocardial infarction,2018,8,2,1 +4329847,Myocardial infarction,2018,9,1,1 +4329847,Myocardial infarction,2018,11,2,1 +4329847,Myocardial infarction,2018,12,1,1 +4329847,Myocardial infarction,2019,1,1,1 +4329847,Myocardial infarction,2019,3,1,1 +4329847,Myocardial infarction,2019,4,1,1 +4329847,Myocardial infarction,2019,5,2,1 +4329847,Myocardial infarction,2019,6,2,1 +4329847,Myocardial infarction,2019,7,2,1 +4329847,Myocardial infarction,2019,8,2,1 +4329847,Myocardial infarction,2019,9,1,1 +4329847,Myocardial infarction,2019,10,3,1 +4329847,Myocardial infarction,2019,11,1,1 +4329847,Myocardial infarction,2019,12,3,1 +4329847,Myocardial infarction,2020,1,3,1 +4329847,Myocardial infarction,2020,3,1,1 +4329847,Myocardial infarction,2020,4,3,1 +4329847,Myocardial infarction,2020,7,3,1 +4329847,Myocardial infarction,2020,8,2,1 +4329847,Myocardial infarction,2020,9,1,1 +4329847,Myocardial infarction,2020,11,2,1 +4329847,Myocardial infarction,2020,12,2,1 +4329847,Myocardial infarction,2021,1,2,1 +4329847,Myocardial infarction,2021,4,2,1 +4329847,Myocardial infarction,2021,6,2,1 +4329847,Myocardial infarction,2021,7,2,1 +4329847,Myocardial infarction,2021,8,3,1 +4329847,Myocardial infarction,2021,9,3,1 +4329847,Myocardial infarction,2021,10,2,1 +4329847,Myocardial infarction,2021,11,4,1 +4329847,Myocardial infarction,2021,12,1,1 +4329847,Myocardial infarction,2022,2,1,1 +4329847,Myocardial infarction,2022,4,3,1 +4329847,Myocardial infarction,2022,5,1,1 +4329847,Myocardial infarction,2022,6,1,1 +4329847,Myocardial infarction,2022,7,2,1 +4329847,Myocardial infarction,2022,8,2,1 +4329847,Myocardial infarction,2022,9,1,1 +4329847,Myocardial infarction,2022,10,2,1 +4329847,Myocardial infarction,2022,11,1,1 +4329847,Myocardial infarction,2022,12,2,1 +4329847,Myocardial infarction,2023,1,3,1 +4329847,Myocardial infarction,2023,2,2,1 +4329847,Myocardial infarction,2023,4,2,1 +4329847,Myocardial infarction,2023,5,1,1 +4336464,Coronary artery bypass graft,1942,12,1,1 +4336464,Coronary artery bypass graft,1943,8,1,1 +4336464,Coronary artery bypass graft,1947,7,1,1 +4336464,Coronary artery bypass graft,1948,7,1,1 +4336464,Coronary artery bypass graft,1950,12,1,1 +4336464,Coronary artery bypass graft,1951,5,1,1 +4336464,Coronary artery bypass graft,1951,10,1,1 +4336464,Coronary artery bypass graft,1952,9,1,1 +4336464,Coronary artery bypass graft,1953,10,1,1 +4336464,Coronary artery bypass graft,1955,6,1,1 +4336464,Coronary artery bypass graft,1955,8,1,1 +4336464,Coronary artery bypass graft,1956,1,1,1 +4336464,Coronary artery bypass graft,1958,1,1,1 +4336464,Coronary artery bypass graft,1958,4,1,1 +4336464,Coronary artery bypass graft,1958,12,1,1 +4336464,Coronary artery bypass graft,1960,7,1,1 +4336464,Coronary artery bypass graft,1963,5,2,1 +4336464,Coronary artery bypass graft,1963,6,1,1 +4336464,Coronary artery bypass graft,1963,10,1,1 +4336464,Coronary artery bypass graft,1965,7,2,1 +4336464,Coronary artery bypass graft,1966,12,1,1 +4336464,Coronary artery bypass graft,1967,1,1,1 +4336464,Coronary artery bypass graft,1967,8,1,1 +4336464,Coronary artery bypass graft,1967,11,1,1 +4336464,Coronary artery bypass graft,1968,4,1,1 +4336464,Coronary artery bypass graft,1968,6,2,1 +4336464,Coronary artery bypass graft,1969,6,1,1 +4336464,Coronary artery bypass graft,1969,7,1,1 +4336464,Coronary artery bypass graft,1969,11,1,1 +4336464,Coronary artery bypass graft,1970,5,1,1 +4336464,Coronary artery bypass graft,1970,9,1,2 +4336464,Coronary artery bypass graft,1972,4,1,1 +4336464,Coronary artery bypass graft,1974,5,1,1 +4336464,Coronary artery bypass graft,1974,7,1,1 +4336464,Coronary artery bypass graft,1975,3,1,1 +4336464,Coronary artery bypass graft,1975,9,1,1 +4336464,Coronary artery bypass graft,1975,11,2,1 +4336464,Coronary artery bypass graft,1976,1,1,1 +4336464,Coronary artery bypass graft,1976,3,1,1 +4336464,Coronary artery bypass graft,1976,6,1,1 +4336464,Coronary artery bypass graft,1976,7,1,1 +4336464,Coronary artery bypass graft,1976,10,3,1 +4336464,Coronary artery bypass graft,1977,5,1,1 +4336464,Coronary artery bypass graft,1977,10,1,1 +4336464,Coronary artery bypass graft,1978,11,1,1 +4336464,Coronary artery bypass graft,1979,11,1,1 +4336464,Coronary artery bypass graft,1980,2,1,1 +4336464,Coronary artery bypass graft,1980,4,1,1 +4336464,Coronary artery bypass graft,1980,7,1,1 +4336464,Coronary artery bypass graft,1980,8,1,1 +4336464,Coronary artery bypass graft,1980,11,1,1 +4336464,Coronary artery bypass graft,1981,1,1,1 +4336464,Coronary artery bypass graft,1982,1,2,1 +4336464,Coronary artery bypass graft,1982,4,1,1 +4336464,Coronary artery bypass graft,1982,10,1,1 +4336464,Coronary artery bypass graft,1983,9,1,1 +4336464,Coronary artery bypass graft,1984,11,1,1 +4336464,Coronary artery bypass graft,1985,3,2,1 +4336464,Coronary artery bypass graft,1985,7,2,1 +4336464,Coronary artery bypass graft,1986,4,1,1 +4336464,Coronary artery bypass graft,1986,5,1,1 +4336464,Coronary artery bypass graft,1987,1,1,1 +4336464,Coronary artery bypass graft,1987,3,1,1 +4336464,Coronary artery bypass graft,1987,4,1,1 +4336464,Coronary artery bypass graft,1987,5,1,1 +4336464,Coronary artery bypass graft,1988,2,1,1 +4336464,Coronary artery bypass graft,1988,7,1,1 +4336464,Coronary artery bypass graft,1989,3,2,1 +4336464,Coronary artery bypass graft,1989,8,1,1 +4336464,Coronary artery bypass graft,1989,11,2,1 +4336464,Coronary artery bypass graft,1990,1,1,1 +4336464,Coronary artery bypass graft,1990,6,1,1 +4336464,Coronary artery bypass graft,1990,8,1,1 +4336464,Coronary artery bypass graft,1990,10,1,1 +4336464,Coronary artery bypass graft,1990,12,2,1 +4336464,Coronary artery bypass graft,1991,2,1,1 +4336464,Coronary artery bypass graft,1991,9,1,1 +4336464,Coronary artery bypass graft,1991,10,1,1 +4336464,Coronary artery bypass graft,1991,11,1,1 +4336464,Coronary artery bypass graft,1991,12,2,1 +4336464,Coronary artery bypass graft,1992,7,1,1 +4336464,Coronary artery bypass graft,1993,4,1,1 +4336464,Coronary artery bypass graft,1993,7,3,1 +4336464,Coronary artery bypass graft,1993,8,1,2 +4336464,Coronary artery bypass graft,1993,9,1,1 +4336464,Coronary artery bypass graft,1993,10,1,1 +4336464,Coronary artery bypass graft,1993,11,1,1 +4336464,Coronary artery bypass graft,1994,4,1,1 +4336464,Coronary artery bypass graft,1994,6,1,1 +4336464,Coronary artery bypass graft,1994,7,1,1 +4336464,Coronary artery bypass graft,1994,8,1,1 +4336464,Coronary artery bypass graft,1994,9,1,1 +4336464,Coronary artery bypass graft,1994,10,1,1 +4336464,Coronary artery bypass graft,1994,12,3,1 +4336464,Coronary artery bypass graft,1995,5,1,1 +4336464,Coronary artery bypass graft,1996,7,1,1 +4336464,Coronary artery bypass graft,1996,8,3,1 +4336464,Coronary artery bypass graft,1996,9,1,1 +4336464,Coronary artery bypass graft,1996,10,1,1 +4336464,Coronary artery bypass graft,1996,12,2,1 +4336464,Coronary artery bypass graft,1997,2,3,1.3333333333333333 +4336464,Coronary artery bypass graft,1997,5,2,1 +4336464,Coronary artery bypass graft,1997,7,1,1 +4336464,Coronary artery bypass graft,1997,9,2,1 +4336464,Coronary artery bypass graft,1998,1,1,1 +4336464,Coronary artery bypass graft,1998,3,2,1 +4336464,Coronary artery bypass graft,1998,4,1,1 +4336464,Coronary artery bypass graft,1998,5,1,1 +4336464,Coronary artery bypass graft,1998,7,1,1 +4336464,Coronary artery bypass graft,1998,9,2,1 +4336464,Coronary artery bypass graft,1998,10,1,1 +4336464,Coronary artery bypass graft,1998,11,1,1 +4336464,Coronary artery bypass graft,1999,1,2,1 +4336464,Coronary artery bypass graft,1999,5,2,1 +4336464,Coronary artery bypass graft,1999,6,1,1 +4336464,Coronary artery bypass graft,1999,8,1,1 +4336464,Coronary artery bypass graft,1999,12,3,1 +4336464,Coronary artery bypass graft,2000,4,1,1 +4336464,Coronary artery bypass graft,2000,6,1,1 +4336464,Coronary artery bypass graft,2000,7,1,1 +4336464,Coronary artery bypass graft,2000,10,1,1 +4336464,Coronary artery bypass graft,2000,11,2,1 +4336464,Coronary artery bypass graft,2001,1,1,1 +4336464,Coronary artery bypass graft,2001,2,1,1 +4336464,Coronary artery bypass graft,2001,4,2,1 +4336464,Coronary artery bypass graft,2001,5,2,1 +4336464,Coronary artery bypass graft,2001,7,1,1 +4336464,Coronary artery bypass graft,2001,8,1,1 +4336464,Coronary artery bypass graft,2001,9,1,1 +4336464,Coronary artery bypass graft,2001,10,1,1 +4336464,Coronary artery bypass graft,2002,1,1,1 +4336464,Coronary artery bypass graft,2002,3,1,1 +4336464,Coronary artery bypass graft,2002,4,1,1 +4336464,Coronary artery bypass graft,2002,5,1,1 +4336464,Coronary artery bypass graft,2002,7,4,1 +4336464,Coronary artery bypass graft,2002,8,1,1 +4336464,Coronary artery bypass graft,2002,10,2,1 +4336464,Coronary artery bypass graft,2002,12,1,1 +4336464,Coronary artery bypass graft,2003,2,2,1 +4336464,Coronary artery bypass graft,2003,3,1,1 +4336464,Coronary artery bypass graft,2003,5,1,1 +4336464,Coronary artery bypass graft,2003,6,1,1 +4336464,Coronary artery bypass graft,2003,7,1,1 +4336464,Coronary artery bypass graft,2003,9,1,1 +4336464,Coronary artery bypass graft,2003,10,2,1 +4336464,Coronary artery bypass graft,2003,11,1,1 +4336464,Coronary artery bypass graft,2003,12,1,1 +4336464,Coronary artery bypass graft,2004,1,2,1 +4336464,Coronary artery bypass graft,2004,2,3,1 +4336464,Coronary artery bypass graft,2004,3,2,1 +4336464,Coronary artery bypass graft,2004,4,1,1 +4336464,Coronary artery bypass graft,2004,5,1,1 +4336464,Coronary artery bypass graft,2004,6,1,1 +4336464,Coronary artery bypass graft,2004,7,1,1 +4336464,Coronary artery bypass graft,2004,8,2,1 +4336464,Coronary artery bypass graft,2004,10,2,1 +4336464,Coronary artery bypass graft,2004,12,1,1 +4336464,Coronary artery bypass graft,2005,2,1,1 +4336464,Coronary artery bypass graft,2005,3,1,1 +4336464,Coronary artery bypass graft,2005,4,5,1 +4336464,Coronary artery bypass graft,2005,6,2,1 +4336464,Coronary artery bypass graft,2005,8,2,1 +4336464,Coronary artery bypass graft,2005,9,1,1 +4336464,Coronary artery bypass graft,2005,10,1,1 +4336464,Coronary artery bypass graft,2005,11,2,1 +4336464,Coronary artery bypass graft,2006,1,1,1 +4336464,Coronary artery bypass graft,2006,2,2,1 +4336464,Coronary artery bypass graft,2006,4,1,1 +4336464,Coronary artery bypass graft,2006,5,1,1 +4336464,Coronary artery bypass graft,2006,6,2,1 +4336464,Coronary artery bypass graft,2006,8,2,1 +4336464,Coronary artery bypass graft,2006,10,4,1 +4336464,Coronary artery bypass graft,2007,1,3,1 +4336464,Coronary artery bypass graft,2007,2,2,1 +4336464,Coronary artery bypass graft,2007,3,1,1 +4336464,Coronary artery bypass graft,2007,5,1,1 +4336464,Coronary artery bypass graft,2007,6,2,1 +4336464,Coronary artery bypass graft,2007,7,2,1 +4336464,Coronary artery bypass graft,2007,11,2,1 +4336464,Coronary artery bypass graft,2007,12,1,1 +4336464,Coronary artery bypass graft,2008,1,1,1 +4336464,Coronary artery bypass graft,2008,2,2,1 +4336464,Coronary artery bypass graft,2008,3,1,1 +4336464,Coronary artery bypass graft,2008,6,2,1 +4336464,Coronary artery bypass graft,2008,8,2,1 +4336464,Coronary artery bypass graft,2008,9,1,1 +4336464,Coronary artery bypass graft,2008,10,2,1 +4336464,Coronary artery bypass graft,2009,3,1,1 +4336464,Coronary artery bypass graft,2009,4,1,1 +4336464,Coronary artery bypass graft,2009,5,1,1 +4336464,Coronary artery bypass graft,2009,6,1,1 +4336464,Coronary artery bypass graft,2009,7,1,1 +4336464,Coronary artery bypass graft,2009,8,1,1 +4336464,Coronary artery bypass graft,2009,9,2,1 +4336464,Coronary artery bypass graft,2009,10,1,1 +4336464,Coronary artery bypass graft,2010,3,2,1 +4336464,Coronary artery bypass graft,2010,6,2,1 +4336464,Coronary artery bypass graft,2010,8,2,1 +4336464,Coronary artery bypass graft,2010,9,2,1 +4336464,Coronary artery bypass graft,2010,10,1,1 +4336464,Coronary artery bypass graft,2010,12,2,1 +4336464,Coronary artery bypass graft,2011,5,2,1 +4336464,Coronary artery bypass graft,2011,6,1,1 +4336464,Coronary artery bypass graft,2011,7,1,1 +4336464,Coronary artery bypass graft,2011,8,1,1 +4336464,Coronary artery bypass graft,2011,9,2,1 +4336464,Coronary artery bypass graft,2011,12,1,1 +4336464,Coronary artery bypass graft,2012,1,2,1 +4336464,Coronary artery bypass graft,2012,3,1,1 +4336464,Coronary artery bypass graft,2012,5,1,1 +4336464,Coronary artery bypass graft,2012,6,1,1 +4336464,Coronary artery bypass graft,2012,7,1,1 +4336464,Coronary artery bypass graft,2012,9,3,1 +4336464,Coronary artery bypass graft,2012,10,2,1 +4336464,Coronary artery bypass graft,2013,4,1,1 +4336464,Coronary artery bypass graft,2013,6,2,1 +4336464,Coronary artery bypass graft,2013,7,2,1 +4336464,Coronary artery bypass graft,2013,9,2,1 +4336464,Coronary artery bypass graft,2013,10,1,1 +4336464,Coronary artery bypass graft,2013,11,1,1 +4336464,Coronary artery bypass graft,2014,1,1,1 +4336464,Coronary artery bypass graft,2014,2,2,1 +4336464,Coronary artery bypass graft,2014,4,2,1 +4336464,Coronary artery bypass graft,2014,5,2,1 +4336464,Coronary artery bypass graft,2014,10,1,1 +4336464,Coronary artery bypass graft,2014,12,1,1 +4336464,Coronary artery bypass graft,2015,1,2,1 +4336464,Coronary artery bypass graft,2015,2,1,1 +4336464,Coronary artery bypass graft,2015,4,1,1 +4336464,Coronary artery bypass graft,2015,5,2,1 +4336464,Coronary artery bypass graft,2015,6,1,1 +4336464,Coronary artery bypass graft,2015,8,3,1 +4336464,Coronary artery bypass graft,2015,9,1,1 +4336464,Coronary artery bypass graft,2016,4,2,1 +4336464,Coronary artery bypass graft,2016,5,4,1 +4336464,Coronary artery bypass graft,2016,7,2,1 +4336464,Coronary artery bypass graft,2016,8,3,1 +4336464,Coronary artery bypass graft,2016,9,2,1 +4336464,Coronary artery bypass graft,2016,10,3,1 +4336464,Coronary artery bypass graft,2016,11,1,1 +4336464,Coronary artery bypass graft,2016,12,4,1 +4336464,Coronary artery bypass graft,2017,1,1,1 +4336464,Coronary artery bypass graft,2017,2,1,1 +4336464,Coronary artery bypass graft,2017,5,1,1 +4336464,Coronary artery bypass graft,2017,8,4,1 +4336464,Coronary artery bypass graft,2017,9,3,1 +4336464,Coronary artery bypass graft,2017,10,1,1 +4336464,Coronary artery bypass graft,2017,12,4,1 +4336464,Coronary artery bypass graft,2018,2,1,1 +4336464,Coronary artery bypass graft,2018,3,3,1 +4336464,Coronary artery bypass graft,2018,4,1,1 +4336464,Coronary artery bypass graft,2018,5,1,2 +4336464,Coronary artery bypass graft,2018,6,3,1 +4336464,Coronary artery bypass graft,2018,7,4,1.25 +4336464,Coronary artery bypass graft,2018,8,2,1 +4336464,Coronary artery bypass graft,2018,9,1,2 +4336464,Coronary artery bypass graft,2018,11,2,1 +4336464,Coronary artery bypass graft,2018,12,1,1 +4336464,Coronary artery bypass graft,2019,1,1,1 +4336464,Coronary artery bypass graft,2019,3,2,1 +4336464,Coronary artery bypass graft,2019,4,1,1 +4336464,Coronary artery bypass graft,2019,5,2,1 +4336464,Coronary artery bypass graft,2019,6,2,1 +4336464,Coronary artery bypass graft,2019,7,2,1 +4336464,Coronary artery bypass graft,2019,8,2,1 +4336464,Coronary artery bypass graft,2019,9,1,1 +4336464,Coronary artery bypass graft,2019,10,3,1 +4336464,Coronary artery bypass graft,2019,11,1,1 +4336464,Coronary artery bypass graft,2019,12,4,1 +4336464,Coronary artery bypass graft,2020,1,3,1.3333333333333333 +4336464,Coronary artery bypass graft,2020,3,1,1 +4336464,Coronary artery bypass graft,2020,4,3,1 +4336464,Coronary artery bypass graft,2020,7,3,1 +4336464,Coronary artery bypass graft,2020,8,2,1 +4336464,Coronary artery bypass graft,2020,9,1,1 +4336464,Coronary artery bypass graft,2020,11,2,1 +4336464,Coronary artery bypass graft,2020,12,2,1 +4336464,Coronary artery bypass graft,2021,1,2,1 +4336464,Coronary artery bypass graft,2021,4,2,1 +4336464,Coronary artery bypass graft,2021,6,2,1 +4336464,Coronary artery bypass graft,2021,7,2,1 +4336464,Coronary artery bypass graft,2021,8,3,1 +4336464,Coronary artery bypass graft,2021,9,3,1 +4336464,Coronary artery bypass graft,2021,10,2,1 +4336464,Coronary artery bypass graft,2021,11,4,1 +4336464,Coronary artery bypass graft,2021,12,1,1 +4336464,Coronary artery bypass graft,2022,2,2,1 +4336464,Coronary artery bypass graft,2022,3,1,1 +4336464,Coronary artery bypass graft,2022,4,3,1 +4336464,Coronary artery bypass graft,2022,5,1,1 +4336464,Coronary artery bypass graft,2022,6,1,1 +4336464,Coronary artery bypass graft,2022,7,2,1 +4336464,Coronary artery bypass graft,2022,8,2,1 +4336464,Coronary artery bypass graft,2022,9,1,1 +4336464,Coronary artery bypass graft,2022,10,2,1 +4336464,Coronary artery bypass graft,2022,11,1,1 +4336464,Coronary artery bypass graft,2022,12,2,1 +4336464,Coronary artery bypass graft,2023,1,3,1 +4336464,Coronary artery bypass graft,2023,2,2,1 +4336464,Coronary artery bypass graft,2023,4,2,1 +4336464,Coronary artery bypass graft,2023,5,1,1 +4353713,Positive end expiratory pressure,2018,1,1,5 +4353713,Positive end expiratory pressure,2019,2,1,5 +4353713,Positive end expiratory pressure,2021,7,1,5 +4353717,Ventilator delivered minute volume,2016,10,1,5 +4353717,Ventilator delivered minute volume,2021,5,1,5 +4353717,Ventilator delivered minute volume,2022,12,1,5 +4353843,Invasive systolic arterial pressure,2002,3,1,5 +4353843,Invasive systolic arterial pressure,2015,9,1,5 +4353843,Invasive systolic arterial pressure,2021,9,1,5 +4353843,Invasive systolic arterial pressure,2021,10,1,5 +4353843,Invasive systolic arterial pressure,2021,12,1,5 +4353843,Invasive systolic arterial pressure,2023,4,1,5 +4354252,Non-invasive systolic arterial pressure,2018,1,1,5 +4354252,Non-invasive systolic arterial pressure,2019,8,1,5 +4354252,Non-invasive systolic arterial pressure,2020,8,1,5 +4354252,Non-invasive systolic arterial pressure,2021,2,1,5 +4354252,Non-invasive systolic arterial pressure,2021,6,1,5 +4354252,Non-invasive systolic arterial pressure,2021,11,1,5 +19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1974,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1975,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1975,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1977,5,2,4 +19018935,digoxin 0.125 MG Oral Tablet,1977,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1977,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1978,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1979,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1979,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1980,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1980,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1981,3,1,5 +19018935,digoxin 0.125 MG Oral Tablet,1981,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1981,7,1,4 +19018935,digoxin 0.125 MG Oral Tablet,1981,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1982,6,1,11 +19018935,digoxin 0.125 MG Oral Tablet,1982,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1982,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1983,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1983,7,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1983,12,2,15 +19018935,digoxin 0.125 MG Oral Tablet,1984,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1984,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,11,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1984,12,1,17 +19018935,digoxin 0.125 MG Oral Tablet,1985,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1985,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1985,5,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1985,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1986,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1986,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1986,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1986,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1987,1,2,3 +19018935,digoxin 0.125 MG Oral Tablet,1987,5,3,3 +19018935,digoxin 0.125 MG Oral Tablet,1987,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1987,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1988,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1988,6,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,4,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1989,6,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1989,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1990,1,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,1990,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1990,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,12,2,4 +19018935,digoxin 0.125 MG Oral Tablet,1991,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1991,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,4,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1991,5,1,15 +19018935,digoxin 0.125 MG Oral Tablet,1991,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1991,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,8,4,2.75 +19018935,digoxin 0.125 MG Oral Tablet,1991,10,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1992,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1992,3,1,4 +19018935,digoxin 0.125 MG Oral Tablet,1992,7,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1992,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1992,9,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1992,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1993,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,6,1,6 +19018935,digoxin 0.125 MG Oral Tablet,1993,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1993,10,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1994,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1994,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1994,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,12,2,5 +19018935,digoxin 0.125 MG Oral Tablet,1995,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,7,1,5 +19018935,digoxin 0.125 MG Oral Tablet,1995,9,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1995,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,12,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1996,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1996,10,3,2.3333333333333335 +19018935,digoxin 0.125 MG Oral Tablet,1996,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1997,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1997,9,5,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,2,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,1998,3,2,5 +19018935,digoxin 0.125 MG Oral Tablet,1998,4,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1998,8,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,1998,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1998,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1999,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,5,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,1999,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,1999,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1999,11,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,1,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,2,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2000,3,5,1.6 +19018935,digoxin 0.125 MG Oral Tablet,2000,6,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2000,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2000,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2000,11,3,1 +19018935,digoxin 0.125 MG Oral Tablet,2000,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2001,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,4,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2001,6,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2001,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2001,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2002,1,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,3,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,5,3,4.666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,6,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2002,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2003,1,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,2,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2003,5,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2003,6,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2003,8,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,9,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,1,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2004,2,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2004,3,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2004,5,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,7,3,4.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2004,8,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2004,10,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,2004,11,2,4 +19018935,digoxin 0.125 MG Oral Tablet,2004,12,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2005,1,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2005,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,3,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2005,4,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2005,6,1,25 +19018935,digoxin 0.125 MG Oral Tablet,2005,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,9,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2005,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2005,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,1,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2006,2,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,4,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,7,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,9,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2006,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,12,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2007,4,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2007,6,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2007,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2007,10,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2008,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,3,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2008,5,3,2.3333333333333335 +19018935,digoxin 0.125 MG Oral Tablet,2008,6,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2008,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2008,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2008,10,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2008,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,1,5,1.8 +19018935,digoxin 0.125 MG Oral Tablet,2009,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,3,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2009,4,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2009,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,6,2,9.5 +19018935,digoxin 0.125 MG Oral Tablet,2009,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2009,8,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,9,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2009,10,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2009,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2009,12,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2010,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,2,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2010,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,4,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,5,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2010,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,9,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,10,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,1,6,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,4,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,7,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2011,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,9,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2011,10,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2011,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,12,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2012,1,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2012,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,4,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2012,5,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,7,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2012,9,5,1.2 +19018935,digoxin 0.125 MG Oral Tablet,2012,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,12,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,3,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,7,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2013,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,10,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2013,11,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,12,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,1,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,2,4,9 +19018935,digoxin 0.125 MG Oral Tablet,2014,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2014,4,2,19 +19018935,digoxin 0.125 MG Oral Tablet,2014,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2014,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2014,7,6,2.3333333333333335 +19018935,digoxin 0.125 MG Oral Tablet,2014,8,6,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2014,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,11,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2014,12,4,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,1,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,2,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,3,6,6.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,5,5,3.8 +19018935,digoxin 0.125 MG Oral Tablet,2015,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,7,4,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2015,9,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,11,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2015,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2016,1,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2016,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2016,3,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,4,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,5,6,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,6,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2016,7,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2016,8,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2016,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2016,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2016,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,1,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2017,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,3,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2017,4,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,5,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2017,6,5,3 +19018935,digoxin 0.125 MG Oral Tablet,2017,8,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2017,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2017,11,3,4.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2017,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2018,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2018,3,5,2.2 +19018935,digoxin 0.125 MG Oral Tablet,2018,4,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2018,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,8,7,4.428571428571429 +19018935,digoxin 0.125 MG Oral Tablet,2018,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2018,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2018,11,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2018,12,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2019,1,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2019,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2019,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2019,4,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2019,5,4,4.25 +19018935,digoxin 0.125 MG Oral Tablet,2019,6,3,2.3333333333333335 +19018935,digoxin 0.125 MG Oral Tablet,2019,7,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2019,8,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2019,9,3,10 +19018935,digoxin 0.125 MG Oral Tablet,2019,10,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2019,11,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2019,12,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,1,6,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2020,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2020,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2020,5,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2020,6,5,2.8 +19018935,digoxin 0.125 MG Oral Tablet,2020,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2020,8,7,2.142857142857143 +19018935,digoxin 0.125 MG Oral Tablet,2020,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2020,11,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2020,12,5,2.6 +19018935,digoxin 0.125 MG Oral Tablet,2021,1,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,3,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,4,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2021,5,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2021,6,1,5 +19018935,digoxin 0.125 MG Oral Tablet,2021,7,6,5.833333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2021,8,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2021,9,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2021,10,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,11,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2021,12,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2022,1,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2022,2,8,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,3,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,4,7,1.8571428571428572 +19018935,digoxin 0.125 MG Oral Tablet,2022,5,7,1.7142857142857142 +19018935,digoxin 0.125 MG Oral Tablet,2022,6,3,2.3333333333333335 +19018935,digoxin 0.125 MG Oral Tablet,2022,7,5,3.4 +19018935,digoxin 0.125 MG Oral Tablet,2022,8,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2022,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,10,6,2 +19018935,digoxin 0.125 MG Oral Tablet,2022,11,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2023,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2023,2,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2023,3,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2023,4,4,2.75 +19018935,digoxin 0.125 MG Oral Tablet,2023,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2023,6,2,2 +19075601,clopidogrel 75 MG Oral Tablet,1997,1,22,2.227272727272727 +19075601,clopidogrel 75 MG Oral Tablet,1997,2,21,2.238095238095238 +19075601,clopidogrel 75 MG Oral Tablet,1997,3,17,1.8823529411764706 +19075601,clopidogrel 75 MG Oral Tablet,1997,4,24,2.1666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,1997,5,19,1.736842105263158 +19075601,clopidogrel 75 MG Oral Tablet,1997,6,20,1.95 +19075601,clopidogrel 75 MG Oral Tablet,1997,7,31,2.4838709677419355 +19075601,clopidogrel 75 MG Oral Tablet,1997,8,18,2 +19075601,clopidogrel 75 MG Oral Tablet,1997,9,30,1.8666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1997,10,27,1.5925925925925926 +19075601,clopidogrel 75 MG Oral Tablet,1997,11,25,2.16 +19075601,clopidogrel 75 MG Oral Tablet,1997,12,18,2 +19075601,clopidogrel 75 MG Oral Tablet,1998,1,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,1998,2,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1998,3,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1998,4,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1998,5,2,1 +19075601,clopidogrel 75 MG Oral Tablet,1998,6,3,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,1998,7,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1998,8,5,2.2 +19075601,clopidogrel 75 MG Oral Tablet,1998,9,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,1998,10,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,1998,11,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1998,12,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,1999,1,7,6 +19075601,clopidogrel 75 MG Oral Tablet,1999,2,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1999,3,3,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,1999,4,2,4 +19075601,clopidogrel 75 MG Oral Tablet,1999,5,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1999,6,7,3 +19075601,clopidogrel 75 MG Oral Tablet,1999,7,1,2 +19075601,clopidogrel 75 MG Oral Tablet,1999,8,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,1999,9,3,2.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,1999,10,4,9 +19075601,clopidogrel 75 MG Oral Tablet,1999,11,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1999,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2000,1,4,3.25 +19075601,clopidogrel 75 MG Oral Tablet,2000,3,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2000,4,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2000,5,3,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2000,6,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2000,7,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2000,8,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2000,9,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2000,10,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2000,11,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2000,12,6,4.666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2001,1,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2001,2,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2001,3,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2001,4,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2001,5,6,2.1666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2001,6,3,3.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2001,7,7,2.142857142857143 +19075601,clopidogrel 75 MG Oral Tablet,2001,8,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2001,9,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2001,10,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2001,11,4,7.25 +19075601,clopidogrel 75 MG Oral Tablet,2001,12,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2002,1,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,3,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2002,4,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2002,5,7,1.8571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2002,6,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2002,7,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2002,8,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,9,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,10,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,11,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2002,12,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2003,1,4,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,2,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2003,3,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,4,3,3.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2003,5,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2003,6,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,7,6,2.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2003,8,2,3 +19075601,clopidogrel 75 MG Oral Tablet,2003,9,7,1.2857142857142858 +19075601,clopidogrel 75 MG Oral Tablet,2003,10,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2003,11,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2003,12,6,2 +19075601,clopidogrel 75 MG Oral Tablet,2004,1,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2004,2,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2004,3,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2004,4,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2004,5,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2004,6,7,2.2857142857142856 +19075601,clopidogrel 75 MG Oral Tablet,2004,7,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2004,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2004,9,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2004,10,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2004,11,3,3.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2004,12,4,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,2,10,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2005,3,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2005,4,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,5,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2005,6,9,2 +19075601,clopidogrel 75 MG Oral Tablet,2005,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,9,5,2.4 +19075601,clopidogrel 75 MG Oral Tablet,2005,10,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2005,11,8,1.875 +19075601,clopidogrel 75 MG Oral Tablet,2005,12,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2006,1,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2006,2,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2006,3,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,4,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2006,5,7,1.7142857142857142 +19075601,clopidogrel 75 MG Oral Tablet,2006,6,8,4.75 +19075601,clopidogrel 75 MG Oral Tablet,2006,7,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,8,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2006,9,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,10,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2006,11,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2007,1,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2007,2,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2007,3,8,2.625 +19075601,clopidogrel 75 MG Oral Tablet,2007,4,8,2.875 +19075601,clopidogrel 75 MG Oral Tablet,2007,5,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2007,6,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2007,7,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2007,8,5,2.8 +19075601,clopidogrel 75 MG Oral Tablet,2007,9,7,4.142857142857143 +19075601,clopidogrel 75 MG Oral Tablet,2007,10,1,2 +19075601,clopidogrel 75 MG Oral Tablet,2007,11,5,4.4 +19075601,clopidogrel 75 MG Oral Tablet,2007,12,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2008,1,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2008,2,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2008,3,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2008,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2008,5,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2008,6,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2008,7,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2008,8,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2008,9,6,2 +19075601,clopidogrel 75 MG Oral Tablet,2008,10,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2008,11,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2008,12,1,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,1,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2009,2,4,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,3,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2009,4,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2009,5,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2009,6,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2009,7,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2009,8,4,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,9,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2009,10,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2009,11,2,3.5 +19075601,clopidogrel 75 MG Oral Tablet,2009,12,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2010,2,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2010,3,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2010,4,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2010,5,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2010,6,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2010,7,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2010,8,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2010,9,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2010,10,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2010,11,5,2.6 +19075601,clopidogrel 75 MG Oral Tablet,2010,12,9,1.2222222222222223 +19075601,clopidogrel 75 MG Oral Tablet,2011,1,9,1.1111111111111112 +19075601,clopidogrel 75 MG Oral Tablet,2011,2,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,3,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2011,4,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,5,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2011,6,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,7,11,1.7272727272727273 +19075601,clopidogrel 75 MG Oral Tablet,2011,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2011,9,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2011,10,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2011,11,3,3 +19075601,clopidogrel 75 MG Oral Tablet,2011,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2012,1,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,2,2,6 +19075601,clopidogrel 75 MG Oral Tablet,2012,3,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2012,5,5,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2012,6,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2012,7,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2012,8,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2012,9,8,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,10,7,1.2857142857142858 +19075601,clopidogrel 75 MG Oral Tablet,2012,11,5,5.8 +19075601,clopidogrel 75 MG Oral Tablet,2012,12,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2013,1,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2013,2,2,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2013,3,10,2 +19075601,clopidogrel 75 MG Oral Tablet,2013,4,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2013,5,4,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2013,6,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2013,7,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2013,8,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2013,9,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2013,10,6,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2013,11,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2013,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2014,1,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2014,2,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2014,3,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2014,4,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2014,5,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2014,6,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2014,7,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2014,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2014,9,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2014,10,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2014,11,10,2.1 +19075601,clopidogrel 75 MG Oral Tablet,2014,12,5,3.2 +19075601,clopidogrel 75 MG Oral Tablet,2015,1,10,1.7 +19075601,clopidogrel 75 MG Oral Tablet,2015,2,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,3,12,1.5833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,4,12,4.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,5,12,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2015,6,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2015,7,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2015,8,13,1.6153846153846154 +19075601,clopidogrel 75 MG Oral Tablet,2015,9,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2015,10,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2015,11,10,2.4 +19075601,clopidogrel 75 MG Oral Tablet,2015,12,5,1 +19075601,clopidogrel 75 MG Oral Tablet,2016,1,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2016,2,10,1.3 +19075601,clopidogrel 75 MG Oral Tablet,2016,3,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2016,4,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2016,5,11,1.2727272727272727 +19075601,clopidogrel 75 MG Oral Tablet,2016,6,6,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2016,7,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2016,8,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2016,9,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2016,10,11,1.1818181818181819 +19075601,clopidogrel 75 MG Oral Tablet,2016,11,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2016,12,10,1.3 +19075601,clopidogrel 75 MG Oral Tablet,2017,1,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,2017,2,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2017,3,7,2.5714285714285716 +19075601,clopidogrel 75 MG Oral Tablet,2017,4,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2017,5,6,1 +19075601,clopidogrel 75 MG Oral Tablet,2017,6,9,1.2222222222222223 +19075601,clopidogrel 75 MG Oral Tablet,2017,7,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2017,8,13,1.4615384615384615 +19075601,clopidogrel 75 MG Oral Tablet,2017,9,12,1.0833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2017,10,7,1.8571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2017,11,11,1.6363636363636365 +19075601,clopidogrel 75 MG Oral Tablet,2017,12,13,1.3076923076923077 +19075601,clopidogrel 75 MG Oral Tablet,2018,1,13,1.8461538461538463 +19075601,clopidogrel 75 MG Oral Tablet,2018,2,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,2018,3,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2018,4,11,2.3636363636363638 +19075601,clopidogrel 75 MG Oral Tablet,2018,5,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2018,6,11,1.1818181818181819 +19075601,clopidogrel 75 MG Oral Tablet,2018,7,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2018,8,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2018,9,16,1.625 +19075601,clopidogrel 75 MG Oral Tablet,2018,10,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2018,11,13,1.4615384615384615 +19075601,clopidogrel 75 MG Oral Tablet,2018,12,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2019,1,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2019,2,12,1.5833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2019,3,12,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,4,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2019,5,12,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2019,6,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2019,7,19,1.263157894736842 +19075601,clopidogrel 75 MG Oral Tablet,2019,8,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,9,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2019,10,17,1.411764705882353 +19075601,clopidogrel 75 MG Oral Tablet,2019,11,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,12,17,1.4705882352941178 +19075601,clopidogrel 75 MG Oral Tablet,2020,1,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2020,2,11,2 +19075601,clopidogrel 75 MG Oral Tablet,2020,3,8,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2020,4,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2020,5,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2020,6,8,3 +19075601,clopidogrel 75 MG Oral Tablet,2020,7,12,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2020,8,13,1.4615384615384615 +19075601,clopidogrel 75 MG Oral Tablet,2020,9,12,1.4166666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2020,10,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2020,11,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2020,12,7,1.8571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2021,1,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2021,2,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2021,3,12,2.3333333333333335 +19075601,clopidogrel 75 MG Oral Tablet,2021,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2021,5,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2021,6,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2021,7,7,1 +19075601,clopidogrel 75 MG Oral Tablet,2021,8,14,1.0714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2021,9,7,1 +19075601,clopidogrel 75 MG Oral Tablet,2021,10,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2021,11,10,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2021,12,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2022,1,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2022,2,15,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2022,3,15,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2022,4,13,1.2307692307692308 +19075601,clopidogrel 75 MG Oral Tablet,2022,5,12,1.0833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2022,6,13,1.5384615384615385 +19075601,clopidogrel 75 MG Oral Tablet,2022,7,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2022,8,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2022,9,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2022,10,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2022,11,11,1.8181818181818181 +19075601,clopidogrel 75 MG Oral Tablet,2022,12,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2023,1,15,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2023,2,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2023,3,7,2.5714285714285716 +19075601,clopidogrel 75 MG Oral Tablet,2023,4,18,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2023,5,12,1.4166666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2023,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,11,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1940,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1942,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,3,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,4,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1944,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1945,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1946,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,10,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,12,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,9,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1956,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1957,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,6,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,6,2,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,12,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,5,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,7,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,9,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,11,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,8,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,6,3,3.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,8,2,14 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,5,3,2.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,4,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,9,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,10,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,9,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,10,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,2,1,24 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,3,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,6,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,8,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,2,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,4,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,5,2,8.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,1,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,3,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,4,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,10,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,12,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,1,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,3,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,2,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,4,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,7,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,1,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,7,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,4,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,5,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,6,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,3,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,5,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,11,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,3,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,7,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,8,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,10,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,11,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,12,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,1,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,5,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,6,5,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,7,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,8,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,6,3,3.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,7,5,2.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,9,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,10,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,12,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,1,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,3,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,5,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,6,4,2.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,7,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,11,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,1,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,3,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,4,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,5,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,6,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,7,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,2,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,4,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,8,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,9,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,10,3,2.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,11,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,1,3,3.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,2,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,4,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,6,4,4.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,11,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,4,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,9,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,10,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,11,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,12,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,1,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,2,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,4,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,5,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,6,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,7,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,9,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,1,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,3,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,4,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,6,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,8,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,10,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,11,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,1,6,6.833333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,4,1,7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,5,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,6,3,5.666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,9,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,10,3,11.666666666666666 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,1,4,3.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,3,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,4,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,6,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,9,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,10,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,11,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,12,4,6.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,1,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,2,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,4,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,5,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,6,3,3.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,7,6,2.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,9,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,10,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,11,3,9.333333333333334 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,12,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,3,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,4,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,5,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,7,10,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,8,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,1,3,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,2,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,3,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,4,2,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,5,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,7,4,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,8,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,9,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,10,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,11,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,12,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,1,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,2,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,3,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,5,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,6,7,2.142857142857143 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,7,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,8,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,11,3,3.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,2,9,1.8888888888888888 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,3,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,4,8,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,5,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,6,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,8,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,9,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,11,8,1.875 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,1,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,2,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,5,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,6,6,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,7,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,10,5,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,12,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,1,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,2,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,3,6,2.8333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,4,7,3.142857142857143 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,5,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,6,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,7,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,8,5,2.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,9,4,5.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,11,5,4.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,1,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,2,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,3,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,4,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,5,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,6,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,7,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,8,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,9,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,10,8,1.625 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,2,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,3,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,4,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,6,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,7,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,8,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,9,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,11,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,2,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,3,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,6,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,7,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,8,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,9,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,10,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,11,4,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,12,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,1,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,3,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,5,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,6,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,7,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,9,9,1.4444444444444444 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,1,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,2,2,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,3,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,4,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,5,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,7,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,8,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,9,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,10,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,11,4,7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,12,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,3,7,2.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,4,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,5,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,6,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,7,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,8,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,9,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,10,5,2.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,11,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,12,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,1,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,3,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,4,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,5,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,9,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,10,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,11,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,1,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,3,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,4,9,5.444444444444445 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,5,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,6,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,7,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,8,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,9,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,10,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,11,4,4.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,2,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,3,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,4,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,5,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,6,4,3.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,7,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,8,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,10,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,11,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,1,2,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,3,2,6.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,5,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,6,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,7,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,8,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,9,5,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,10,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,11,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,12,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,1,7,2.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,2,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,3,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,4,4,4.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,5,3,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,6,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,7,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,9,10,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,10,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,11,9,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,12,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,1,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,2,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,3,7,3.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,4,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,5,5,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,6,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,7,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,8,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,9,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,10,10,1.7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,12,8,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,1,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,2,3,4.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,3,6,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,4,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,5,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,6,5,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,7,9,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,8,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,9,9,1.5555555555555556 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,11,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,12,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,1,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,2,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,3,4,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,4,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,5,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,6,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,8,7,1.1428571428571428 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,9,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,10,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,11,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,12,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,2,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,3,7,2.7142857142857144 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,4,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,5,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,6,7,1.8571428571428572 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,8,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,9,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,11,4,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,12,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,1,9,2.3333333333333335 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,2,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,3,2,5.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,4,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,5,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,6,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1981,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1983,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1984,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1992,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,7,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,8,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,12,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1995,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,2,3,1.3333333333333333 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,12,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,7,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,2,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,4,5,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,10,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,1,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,5,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,10,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,8,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,3,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,5,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,6,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,7,4,1.25 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,9,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,10,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,1,3,1.3333333333333333 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,4,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,7,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,11,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,4,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,1,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1970,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1970,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1971,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1974,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1975,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1975,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1977,5,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,1977,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1977,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1978,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1979,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1979,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1980,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1980,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1981,3,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,1981,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1981,7,1,4 +40163554,warfarin sodium 5 MG Oral Tablet,1981,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1982,6,1,11 +40163554,warfarin sodium 5 MG Oral Tablet,1982,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1982,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1983,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1983,7,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1983,12,2,15 +40163554,warfarin sodium 5 MG Oral Tablet,1984,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1984,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,11,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1984,12,1,17 +40163554,warfarin sodium 5 MG Oral Tablet,1985,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1985,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1985,5,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1985,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1986,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1986,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1986,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1986,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1987,1,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,1987,5,3,3 +40163554,warfarin sodium 5 MG Oral Tablet,1987,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1987,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1988,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1988,6,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,4,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1989,6,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1989,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1990,1,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,1990,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1990,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,12,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,1991,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1991,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,4,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1991,5,1,15 +40163554,warfarin sodium 5 MG Oral Tablet,1991,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1991,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,8,4,2.75 +40163554,warfarin sodium 5 MG Oral Tablet,1991,10,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1992,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1992,3,1,4 +40163554,warfarin sodium 5 MG Oral Tablet,1992,7,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1992,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1992,9,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1992,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1993,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,6,1,6 +40163554,warfarin sodium 5 MG Oral Tablet,1993,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1993,10,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1994,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1994,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1994,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,12,2,5 +40163554,warfarin sodium 5 MG Oral Tablet,1995,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,7,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,1995,9,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1995,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,12,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1996,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1996,10,3,2.3333333333333335 +40163554,warfarin sodium 5 MG Oral Tablet,1996,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1997,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1997,9,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,2,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,1998,3,2,5 +40163554,warfarin sodium 5 MG Oral Tablet,1998,4,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1998,8,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,1998,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1998,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1999,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,5,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,1999,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,1999,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1999,11,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,1,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,2,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2000,3,5,1.6 +40163554,warfarin sodium 5 MG Oral Tablet,2000,6,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2000,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2000,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2000,11,3,1 +40163554,warfarin sodium 5 MG Oral Tablet,2000,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2001,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,4,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2001,6,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2001,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2001,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2002,1,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,3,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,5,3,4.666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,6,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2002,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2003,1,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,2,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2003,5,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2003,6,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2003,8,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,9,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,1,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2004,2,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2004,3,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2004,5,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,7,3,4.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2004,8,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2004,10,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,2004,11,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,2004,12,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2005,1,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2005,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,3,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2005,4,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2005,6,1,25 +40163554,warfarin sodium 5 MG Oral Tablet,2005,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,9,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2005,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2005,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,1,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2006,2,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,4,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,7,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,9,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2006,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,12,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2007,4,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2007,6,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2007,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2007,10,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2008,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,3,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2008,5,3,2.3333333333333335 +40163554,warfarin sodium 5 MG Oral Tablet,2008,6,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2008,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2008,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2008,10,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2008,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,1,5,1.8 +40163554,warfarin sodium 5 MG Oral Tablet,2009,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,3,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2009,4,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2009,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,6,2,9.5 +40163554,warfarin sodium 5 MG Oral Tablet,2009,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2009,8,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,9,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2009,10,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2009,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2009,12,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2010,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,2,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2010,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,4,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,5,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2010,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,9,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,10,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,1,6,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,4,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,7,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2011,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,9,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2011,10,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2011,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,12,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2012,1,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2012,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,4,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2012,5,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,7,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2012,9,5,1.2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,12,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,3,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,7,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2013,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,10,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2013,11,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,12,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,1,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,2,4,9 +40163554,warfarin sodium 5 MG Oral Tablet,2014,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2014,4,2,19 +40163554,warfarin sodium 5 MG Oral Tablet,2014,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2014,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2014,7,6,2.3333333333333335 +40163554,warfarin sodium 5 MG Oral Tablet,2014,8,6,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2014,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,11,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2014,12,4,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,1,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,2,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,3,6,6.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,5,5,3.8 +40163554,warfarin sodium 5 MG Oral Tablet,2015,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,7,4,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2015,9,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,11,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2015,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2016,1,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2016,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2016,3,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,4,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,5,6,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,6,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2016,7,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2016,8,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2016,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2016,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2016,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,1,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2017,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,3,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2017,4,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,5,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2017,6,5,3 +40163554,warfarin sodium 5 MG Oral Tablet,2017,8,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2017,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2017,11,3,4.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2017,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2018,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2018,3,5,2.2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,4,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2018,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,8,7,4.428571428571429 +40163554,warfarin sodium 5 MG Oral Tablet,2018,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2018,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2018,11,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2018,12,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2019,1,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2019,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2019,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2019,4,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2019,5,4,4.25 +40163554,warfarin sodium 5 MG Oral Tablet,2019,6,3,2.3333333333333335 +40163554,warfarin sodium 5 MG Oral Tablet,2019,7,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2019,8,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2019,9,3,10 +40163554,warfarin sodium 5 MG Oral Tablet,2019,10,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2019,11,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2019,12,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,1,6,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2020,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2020,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2020,5,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2020,6,5,2.8 +40163554,warfarin sodium 5 MG Oral Tablet,2020,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2020,8,7,2.142857142857143 +40163554,warfarin sodium 5 MG Oral Tablet,2020,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2020,11,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2020,12,5,2.6 +40163554,warfarin sodium 5 MG Oral Tablet,2021,1,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,3,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,4,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2021,5,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2021,6,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,2021,7,6,5.833333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2021,8,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2021,9,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2021,10,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,11,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2021,12,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2022,1,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2022,2,8,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,3,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,4,7,1.8571428571428572 +40163554,warfarin sodium 5 MG Oral Tablet,2022,5,7,1.7142857142857142 +40163554,warfarin sodium 5 MG Oral Tablet,2022,6,3,2.3333333333333335 +40163554,warfarin sodium 5 MG Oral Tablet,2022,7,5,3.4 +40163554,warfarin sodium 5 MG Oral Tablet,2022,8,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2022,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,10,6,2 +40163554,warfarin sodium 5 MG Oral Tablet,2022,11,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2023,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2023,2,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2023,3,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2023,4,4,2.75 +40163554,warfarin sodium 5 MG Oral Tablet,2023,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2023,6,2,2 +40171902,verapamil hydrochloride 40 MG,1981,1,2,2 +40171902,verapamil hydrochloride 40 MG,1981,3,2,3 +40171902,verapamil hydrochloride 40 MG,1981,4,1,2 +40171902,verapamil hydrochloride 40 MG,1981,5,2,1.5 +40171902,verapamil hydrochloride 40 MG,1981,6,2,3.5 +40171902,verapamil hydrochloride 40 MG,1981,7,3,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,1981,8,1,2 +40171902,verapamil hydrochloride 40 MG,1981,11,4,1.5 +40171902,verapamil hydrochloride 40 MG,1981,12,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,1982,6,1,11 +40171902,verapamil hydrochloride 40 MG,1982,8,1,2 +40171902,verapamil hydrochloride 40 MG,1982,12,2,2 +40171902,verapamil hydrochloride 40 MG,1983,1,1,2 +40171902,verapamil hydrochloride 40 MG,1983,7,2,1 +40171902,verapamil hydrochloride 40 MG,1983,12,2,15 +40171902,verapamil hydrochloride 40 MG,1984,2,1,1 +40171902,verapamil hydrochloride 40 MG,1984,3,1,1 +40171902,verapamil hydrochloride 40 MG,1984,5,1,1 +40171902,verapamil hydrochloride 40 MG,1984,7,1,2 +40171902,verapamil hydrochloride 40 MG,1984,8,1,1 +40171902,verapamil hydrochloride 40 MG,1984,10,1,1 +40171902,verapamil hydrochloride 40 MG,1984,11,1,3 +40171902,verapamil hydrochloride 40 MG,1984,12,1,17 +40171902,verapamil hydrochloride 40 MG,1985,3,1,2 +40171902,verapamil hydrochloride 40 MG,1985,4,1,2 +40171902,verapamil hydrochloride 40 MG,1985,5,1,3 +40171902,verapamil hydrochloride 40 MG,1985,6,1,2 +40171902,verapamil hydrochloride 40 MG,1986,4,1,2 +40171902,verapamil hydrochloride 40 MG,1986,5,1,1 +40171902,verapamil hydrochloride 40 MG,1986,9,1,1 +40171902,verapamil hydrochloride 40 MG,1986,11,1,1 +40171902,verapamil hydrochloride 40 MG,1987,1,2,3 +40171902,verapamil hydrochloride 40 MG,1987,5,3,3 +40171902,verapamil hydrochloride 40 MG,1987,10,1,2 +40171902,verapamil hydrochloride 40 MG,1987,11,1,1 +40171902,verapamil hydrochloride 40 MG,1988,1,1,2 +40171902,verapamil hydrochloride 40 MG,1988,6,1,1 +40171902,verapamil hydrochloride 40 MG,1989,4,1,1 +40171902,verapamil hydrochloride 40 MG,1989,5,1,2 +40171902,verapamil hydrochloride 40 MG,1989,6,1,3 +40171902,verapamil hydrochloride 40 MG,1989,7,1,1 +40171902,verapamil hydrochloride 40 MG,1989,10,1,1 +40171902,verapamil hydrochloride 40 MG,1990,1,2,3.5 +40171902,verapamil hydrochloride 40 MG,1990,2,1,2 +40171902,verapamil hydrochloride 40 MG,1990,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1990,6,2,2 +40171902,verapamil hydrochloride 40 MG,1990,8,1,2 +40171902,verapamil hydrochloride 40 MG,1990,12,2,4 +40171902,verapamil hydrochloride 40 MG,1991,1,1,1 +40171902,verapamil hydrochloride 40 MG,1991,2,1,2 +40171902,verapamil hydrochloride 40 MG,1991,3,1,2 +40171902,verapamil hydrochloride 40 MG,1991,4,1,1 +40171902,verapamil hydrochloride 40 MG,1991,5,1,15 +40171902,verapamil hydrochloride 40 MG,1991,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,1991,7,1,2 +40171902,verapamil hydrochloride 40 MG,1991,8,4,2.75 +40171902,verapamil hydrochloride 40 MG,1991,10,2,2.5 +40171902,verapamil hydrochloride 40 MG,1992,1,1,2 +40171902,verapamil hydrochloride 40 MG,1992,3,1,4 +40171902,verapamil hydrochloride 40 MG,1992,7,1,3 +40171902,verapamil hydrochloride 40 MG,1992,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,1992,9,2,1 +40171902,verapamil hydrochloride 40 MG,1992,10,1,2 +40171902,verapamil hydrochloride 40 MG,1993,1,1,1 +40171902,verapamil hydrochloride 40 MG,1993,2,2,2 +40171902,verapamil hydrochloride 40 MG,1993,5,1,2 +40171902,verapamil hydrochloride 40 MG,1993,6,1,6 +40171902,verapamil hydrochloride 40 MG,1993,7,1,1 +40171902,verapamil hydrochloride 40 MG,1993,10,2,2 +40171902,verapamil hydrochloride 40 MG,1993,11,1,1 +40171902,verapamil hydrochloride 40 MG,1994,3,1,2 +40171902,verapamil hydrochloride 40 MG,1994,4,1,2 +40171902,verapamil hydrochloride 40 MG,1994,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,1994,8,1,1 +40171902,verapamil hydrochloride 40 MG,1994,9,1,1 +40171902,verapamil hydrochloride 40 MG,1994,12,2,5 +40171902,verapamil hydrochloride 40 MG,1995,3,1,2 +40171902,verapamil hydrochloride 40 MG,1995,6,1,2 +40171902,verapamil hydrochloride 40 MG,1995,7,1,5 +40171902,verapamil hydrochloride 40 MG,1995,9,2,1 +40171902,verapamil hydrochloride 40 MG,1995,11,1,2 +40171902,verapamil hydrochloride 40 MG,1995,12,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1996,3,1,2 +40171902,verapamil hydrochloride 40 MG,1996,6,2,2 +40171902,verapamil hydrochloride 40 MG,1996,7,1,2 +40171902,verapamil hydrochloride 40 MG,1996,8,1,1 +40171902,verapamil hydrochloride 40 MG,1996,10,3,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,1996,12,1,2 +40171902,verapamil hydrochloride 40 MG,1997,1,1,2 +40171902,verapamil hydrochloride 40 MG,1997,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1997,6,2,2 +40171902,verapamil hydrochloride 40 MG,1997,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,1997,9,5,2 +40171902,verapamil hydrochloride 40 MG,1997,10,1,2 +40171902,verapamil hydrochloride 40 MG,1998,2,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,1998,3,2,5 +40171902,verapamil hydrochloride 40 MG,1998,4,2,2 +40171902,verapamil hydrochloride 40 MG,1998,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,1998,8,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,1998,10,1,2 +40171902,verapamil hydrochloride 40 MG,1998,11,1,1 +40171902,verapamil hydrochloride 40 MG,1998,12,1,2 +40171902,verapamil hydrochloride 40 MG,1999,2,1,1 +40171902,verapamil hydrochloride 40 MG,1999,4,1,2 +40171902,verapamil hydrochloride 40 MG,1999,5,2,3.5 +40171902,verapamil hydrochloride 40 MG,1999,6,1,2 +40171902,verapamil hydrochloride 40 MG,1999,7,2,3 +40171902,verapamil hydrochloride 40 MG,1999,9,1,1 +40171902,verapamil hydrochloride 40 MG,1999,11,2,2.5 +40171902,verapamil hydrochloride 40 MG,2000,1,2,1.5 +40171902,verapamil hydrochloride 40 MG,2000,2,4,2.25 +40171902,verapamil hydrochloride 40 MG,2000,3,5,1.6 +40171902,verapamil hydrochloride 40 MG,2000,6,2,1 +40171902,verapamil hydrochloride 40 MG,2000,7,1,2 +40171902,verapamil hydrochloride 40 MG,2000,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2000,10,1,2 +40171902,verapamil hydrochloride 40 MG,2000,11,3,1 +40171902,verapamil hydrochloride 40 MG,2000,12,1,1 +40171902,verapamil hydrochloride 40 MG,2001,2,1,2 +40171902,verapamil hydrochloride 40 MG,2001,4,2,2.5 +40171902,verapamil hydrochloride 40 MG,2001,6,4,1.5 +40171902,verapamil hydrochloride 40 MG,2001,7,2,2 +40171902,verapamil hydrochloride 40 MG,2001,9,1,1 +40171902,verapamil hydrochloride 40 MG,2001,10,1,2 +40171902,verapamil hydrochloride 40 MG,2001,12,1,2 +40171902,verapamil hydrochloride 40 MG,2002,1,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,2,1,1 +40171902,verapamil hydrochloride 40 MG,2002,3,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,5,3,4.666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,6,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,7,1,1 +40171902,verapamil hydrochloride 40 MG,2002,8,1,2 +40171902,verapamil hydrochloride 40 MG,2002,9,1,1 +40171902,verapamil hydrochloride 40 MG,2002,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2003,1,3,2 +40171902,verapamil hydrochloride 40 MG,2003,2,4,1.5 +40171902,verapamil hydrochloride 40 MG,2003,5,4,1.75 +40171902,verapamil hydrochloride 40 MG,2003,6,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2003,8,2,2 +40171902,verapamil hydrochloride 40 MG,2003,9,2,2 +40171902,verapamil hydrochloride 40 MG,2003,10,1,2 +40171902,verapamil hydrochloride 40 MG,2003,11,1,2 +40171902,verapamil hydrochloride 40 MG,2003,12,1,2 +40171902,verapamil hydrochloride 40 MG,2004,1,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2004,2,1,3 +40171902,verapamil hydrochloride 40 MG,2004,3,2,2 +40171902,verapamil hydrochloride 40 MG,2004,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2004,5,2,2 +40171902,verapamil hydrochloride 40 MG,2004,6,1,2 +40171902,verapamil hydrochloride 40 MG,2004,7,3,4.333333333333333 +40171902,verapamil hydrochloride 40 MG,2004,8,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2004,10,2,3.5 +40171902,verapamil hydrochloride 40 MG,2004,11,2,4 +40171902,verapamil hydrochloride 40 MG,2004,12,2,1.5 +40171902,verapamil hydrochloride 40 MG,2005,1,1,3 +40171902,verapamil hydrochloride 40 MG,2005,2,1,2 +40171902,verapamil hydrochloride 40 MG,2005,3,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2005,4,2,2 +40171902,verapamil hydrochloride 40 MG,2005,5,1,1 +40171902,verapamil hydrochloride 40 MG,2005,6,1,25 +40171902,verapamil hydrochloride 40 MG,2005,7,1,2 +40171902,verapamil hydrochloride 40 MG,2005,9,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2005,10,1,1 +40171902,verapamil hydrochloride 40 MG,2005,12,2,2 +40171902,verapamil hydrochloride 40 MG,2006,1,2,1.5 +40171902,verapamil hydrochloride 40 MG,2006,2,2,1 +40171902,verapamil hydrochloride 40 MG,2006,3,1,2 +40171902,verapamil hydrochloride 40 MG,2006,4,4,2 +40171902,verapamil hydrochloride 40 MG,2006,6,1,2 +40171902,verapamil hydrochloride 40 MG,2006,7,2,1 +40171902,verapamil hydrochloride 40 MG,2006,8,1,2 +40171902,verapamil hydrochloride 40 MG,2006,9,3,2 +40171902,verapamil hydrochloride 40 MG,2006,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2006,11,1,1 +40171902,verapamil hydrochloride 40 MG,2006,12,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,3,1,2 +40171902,verapamil hydrochloride 40 MG,2007,4,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2007,6,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2007,9,1,1 +40171902,verapamil hydrochloride 40 MG,2007,10,2,2.5 +40171902,verapamil hydrochloride 40 MG,2007,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2008,1,1,1 +40171902,verapamil hydrochloride 40 MG,2008,2,1,1 +40171902,verapamil hydrochloride 40 MG,2008,3,4,1.25 +40171902,verapamil hydrochloride 40 MG,2008,5,3,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,2008,6,1,1 +40171902,verapamil hydrochloride 40 MG,2008,7,2,2 +40171902,verapamil hydrochloride 40 MG,2008,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2008,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2008,10,2,2 +40171902,verapamil hydrochloride 40 MG,2008,11,1,1 +40171902,verapamil hydrochloride 40 MG,2009,1,5,1.8 +40171902,verapamil hydrochloride 40 MG,2009,2,1,1 +40171902,verapamil hydrochloride 40 MG,2009,3,4,1.75 +40171902,verapamil hydrochloride 40 MG,2009,4,4,1.75 +40171902,verapamil hydrochloride 40 MG,2009,5,1,1 +40171902,verapamil hydrochloride 40 MG,2009,6,2,9.5 +40171902,verapamil hydrochloride 40 MG,2009,7,2,3 +40171902,verapamil hydrochloride 40 MG,2009,8,2,1 +40171902,verapamil hydrochloride 40 MG,2009,9,4,2 +40171902,verapamil hydrochloride 40 MG,2009,10,2,3 +40171902,verapamil hydrochloride 40 MG,2009,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2009,12,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2010,1,1,1 +40171902,verapamil hydrochloride 40 MG,2010,2,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2010,3,1,2 +40171902,verapamil hydrochloride 40 MG,2010,4,2,1 +40171902,verapamil hydrochloride 40 MG,2010,5,4,2 +40171902,verapamil hydrochloride 40 MG,2010,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,2010,7,1,1 +40171902,verapamil hydrochloride 40 MG,2010,9,3,2 +40171902,verapamil hydrochloride 40 MG,2010,10,2,1 +40171902,verapamil hydrochloride 40 MG,2010,11,1,2 +40171902,verapamil hydrochloride 40 MG,2011,1,6,1.5 +40171902,verapamil hydrochloride 40 MG,2011,2,1,1 +40171902,verapamil hydrochloride 40 MG,2011,3,1,2 +40171902,verapamil hydrochloride 40 MG,2011,4,2,1 +40171902,verapamil hydrochloride 40 MG,2011,5,1,2 +40171902,verapamil hydrochloride 40 MG,2011,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,2011,7,4,1.75 +40171902,verapamil hydrochloride 40 MG,2011,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2011,9,4,2.25 +40171902,verapamil hydrochloride 40 MG,2011,10,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2011,11,1,1 +40171902,verapamil hydrochloride 40 MG,2011,12,2,1 +40171902,verapamil hydrochloride 40 MG,2012,1,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2012,2,1,2 +40171902,verapamil hydrochloride 40 MG,2012,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,4,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2012,5,2,2 +40171902,verapamil hydrochloride 40 MG,2012,6,1,2 +40171902,verapamil hydrochloride 40 MG,2012,7,2,2.5 +40171902,verapamil hydrochloride 40 MG,2012,8,1,1 +40171902,verapamil hydrochloride 40 MG,2012,9,5,1.2 +40171902,verapamil hydrochloride 40 MG,2012,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,12,5,2 +40171902,verapamil hydrochloride 40 MG,2013,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,3,3,2 +40171902,verapamil hydrochloride 40 MG,2013,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,7,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,8,1,1 +40171902,verapamil hydrochloride 40 MG,2013,9,1,2 +40171902,verapamil hydrochloride 40 MG,2013,10,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2013,11,2,2 +40171902,verapamil hydrochloride 40 MG,2013,12,3,2 +40171902,verapamil hydrochloride 40 MG,2014,1,2,2 +40171902,verapamil hydrochloride 40 MG,2014,2,4,9 +40171902,verapamil hydrochloride 40 MG,2014,3,1,1 +40171902,verapamil hydrochloride 40 MG,2014,4,2,19 +40171902,verapamil hydrochloride 40 MG,2014,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2014,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,2014,7,6,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,2014,8,6,2 +40171902,verapamil hydrochloride 40 MG,2014,9,1,1 +40171902,verapamil hydrochloride 40 MG,2014,10,1,2 +40171902,verapamil hydrochloride 40 MG,2014,11,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2014,12,4,2.5 +40171902,verapamil hydrochloride 40 MG,2015,1,2,2 +40171902,verapamil hydrochloride 40 MG,2015,2,3,2 +40171902,verapamil hydrochloride 40 MG,2015,3,6,6.5 +40171902,verapamil hydrochloride 40 MG,2015,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2015,5,5,3.8 +40171902,verapamil hydrochloride 40 MG,2015,6,2,2 +40171902,verapamil hydrochloride 40 MG,2015,7,4,2.5 +40171902,verapamil hydrochloride 40 MG,2015,8,1,1 +40171902,verapamil hydrochloride 40 MG,2015,9,5,2 +40171902,verapamil hydrochloride 40 MG,2015,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2015,11,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2015,12,1,1 +40171902,verapamil hydrochloride 40 MG,2016,1,4,2.25 +40171902,verapamil hydrochloride 40 MG,2016,2,2,2 +40171902,verapamil hydrochloride 40 MG,2016,3,1,3 +40171902,verapamil hydrochloride 40 MG,2016,4,2,3 +40171902,verapamil hydrochloride 40 MG,2016,5,6,3 +40171902,verapamil hydrochloride 40 MG,2016,6,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2016,7,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2016,8,4,1.5 +40171902,verapamil hydrochloride 40 MG,2016,9,1,2 +40171902,verapamil hydrochloride 40 MG,2016,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2016,12,1,2 +40171902,verapamil hydrochloride 40 MG,2017,1,2,1 +40171902,verapamil hydrochloride 40 MG,2017,2,1,2 +40171902,verapamil hydrochloride 40 MG,2017,3,4,1.75 +40171902,verapamil hydrochloride 40 MG,2017,4,3,2 +40171902,verapamil hydrochloride 40 MG,2017,5,4,1.25 +40171902,verapamil hydrochloride 40 MG,2017,6,5,3 +40171902,verapamil hydrochloride 40 MG,2017,8,4,2.25 +40171902,verapamil hydrochloride 40 MG,2017,9,1,2 +40171902,verapamil hydrochloride 40 MG,2017,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2017,11,3,4.333333333333333 +40171902,verapamil hydrochloride 40 MG,2017,12,2,2 +40171902,verapamil hydrochloride 40 MG,2018,1,1,1 +40171902,verapamil hydrochloride 40 MG,2018,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2018,3,5,2.2 +40171902,verapamil hydrochloride 40 MG,2018,4,4,1.25 +40171902,verapamil hydrochloride 40 MG,2018,5,1,2 +40171902,verapamil hydrochloride 40 MG,2018,6,2,2 +40171902,verapamil hydrochloride 40 MG,2018,7,2,2 +40171902,verapamil hydrochloride 40 MG,2018,8,7,4.428571428571429 +40171902,verapamil hydrochloride 40 MG,2018,9,1,1 +40171902,verapamil hydrochloride 40 MG,2018,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2018,11,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2018,12,4,1.5 +40171902,verapamil hydrochloride 40 MG,2019,1,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2019,2,2,2 +40171902,verapamil hydrochloride 40 MG,2019,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2019,4,2,3 +40171902,verapamil hydrochloride 40 MG,2019,5,4,4.25 +40171902,verapamil hydrochloride 40 MG,2019,6,3,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,2019,7,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2019,8,4,1.25 +40171902,verapamil hydrochloride 40 MG,2019,9,3,10 +40171902,verapamil hydrochloride 40 MG,2019,10,4,2 +40171902,verapamil hydrochloride 40 MG,2019,11,2,1 +40171902,verapamil hydrochloride 40 MG,2019,12,2,2.5 +40171902,verapamil hydrochloride 40 MG,2020,1,6,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2020,2,1,1 +40171902,verapamil hydrochloride 40 MG,2020,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2020,4,1,2 +40171902,verapamil hydrochloride 40 MG,2020,5,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2020,6,5,2.8 +40171902,verapamil hydrochloride 40 MG,2020,7,2,3 +40171902,verapamil hydrochloride 40 MG,2020,8,7,2.142857142857143 +40171902,verapamil hydrochloride 40 MG,2020,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2020,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2020,11,5,2 +40171902,verapamil hydrochloride 40 MG,2020,12,5,2.6 +40171902,verapamil hydrochloride 40 MG,2021,1,3,2 +40171902,verapamil hydrochloride 40 MG,2021,2,1,2 +40171902,verapamil hydrochloride 40 MG,2021,3,3,2 +40171902,verapamil hydrochloride 40 MG,2021,4,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2021,5,4,1.75 +40171902,verapamil hydrochloride 40 MG,2021,6,1,5 +40171902,verapamil hydrochloride 40 MG,2021,7,6,5.833333333333333 +40171902,verapamil hydrochloride 40 MG,2021,8,2,2.5 +40171902,verapamil hydrochloride 40 MG,2021,9,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2021,10,4,2 +40171902,verapamil hydrochloride 40 MG,2021,11,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2021,12,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2022,1,4,1.25 +40171902,verapamil hydrochloride 40 MG,2022,2,8,2.5 +40171902,verapamil hydrochloride 40 MG,2022,3,4,1.5 +40171902,verapamil hydrochloride 40 MG,2022,4,7,1.8571428571428572 +40171902,verapamil hydrochloride 40 MG,2022,5,7,1.7142857142857142 +40171902,verapamil hydrochloride 40 MG,2022,6,3,2.3333333333333335 +40171902,verapamil hydrochloride 40 MG,2022,7,5,3.4 +40171902,verapamil hydrochloride 40 MG,2022,8,4,2 +40171902,verapamil hydrochloride 40 MG,2022,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2022,10,6,2 +40171902,verapamil hydrochloride 40 MG,2022,11,2,2.5 +40171902,verapamil hydrochloride 40 MG,2022,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2023,1,1,1 +40171902,verapamil hydrochloride 40 MG,2023,2,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2023,3,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2023,4,4,2.75 +40171902,verapamil hydrochloride 40 MG,2023,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2023,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,3,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1945,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1945,12,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1946,1,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1946,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1946,3,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1946,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1946,9,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1947,1,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1947,3,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1947,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,1,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,2,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1948,4,3,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1948,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,3,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,4,3,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1949,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1949,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1950,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1950,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1950,4,3,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1950,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1950,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1951,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,4,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1951,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1951,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1952,2,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1952,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1952,4,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1952,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1952,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1952,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,4,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1953,5,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1953,6,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1953,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,5,3,3.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1954,6,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,9,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1955,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1955,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1955,5,1,6 +40213154,"Influenza, seasonal, injectable, preservative free",1955,6,3,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1955,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1955,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1955,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1956,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1956,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1956,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1956,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1956,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1957,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1957,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1957,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,3,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1958,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,7,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,10,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1958,12,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1959,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1959,4,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1959,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1959,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,9,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1959,10,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1959,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,1,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1960,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1960,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,7,4,3.75 +40213154,"Influenza, seasonal, injectable, preservative free",1960,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,11,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1960,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1961,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1961,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1961,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,7,6,3.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1961,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1961,10,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,11,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1961,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1962,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1962,5,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1962,7,3,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1962,8,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,11,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1962,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1963,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,5,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1963,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1963,7,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1964,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,5,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1964,7,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1964,8,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1965,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1965,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1965,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,5,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1965,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1965,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,8,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1965,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1965,12,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1966,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,2,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1966,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1966,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,8,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1966,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1966,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,2,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,5,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1967,6,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1967,7,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1967,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1967,12,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1968,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1968,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1968,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,5,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1968,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1968,7,3,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1968,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1968,12,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1969,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1969,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1969,4,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1969,7,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,8,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1969,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1969,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1969,12,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1970,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1970,6,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,7,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1970,8,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1970,10,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1970,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,12,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1971,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1971,4,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1971,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1971,7,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,8,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1971,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1971,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1971,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1972,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1972,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1972,3,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1972,4,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1972,5,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1972,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1972,7,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1972,8,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1972,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1972,10,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1972,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1972,12,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1973,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1973,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1973,4,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1973,6,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1973,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1973,8,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1973,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1973,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,2,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1974,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1974,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,5,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1974,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1974,8,6,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1974,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,12,6,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1975,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1975,3,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1975,4,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1975,5,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1975,8,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1975,10,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1975,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,12,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,2,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1976,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,4,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1976,5,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1976,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,8,6,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1976,9,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,12,4,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1977,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,5,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,8,6,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1977,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1977,10,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1977,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,12,5,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",1978,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1978,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,3,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1978,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,5,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1978,8,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,10,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1979,1,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1979,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1979,3,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,8,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1979,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1979,10,5,6.4 +40213154,"Influenza, seasonal, injectable, preservative free",1979,11,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1979,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,2,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1980,3,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,4,5,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1980,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1980,10,6,5.666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1980,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,12,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,1,1,7 +40213154,"Influenza, seasonal, injectable, preservative free",1981,2,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1981,3,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1981,4,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1981,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1981,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1981,10,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,11,4,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1981,12,3,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1982,1,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1982,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1982,3,11,3.727272727272727 +40213154,"Influenza, seasonal, injectable, preservative free",1982,4,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1982,5,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1982,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1982,9,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1982,10,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1982,11,6,5.5 +40213154,"Influenza, seasonal, injectable, preservative free",1982,12,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1983,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1983,3,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1983,4,5,7 +40213154,"Influenza, seasonal, injectable, preservative free",1983,5,2,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1983,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1983,7,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1983,10,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,11,7,4.857142857142857 +40213154,"Influenza, seasonal, injectable, preservative free",1983,12,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1984,1,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1984,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1984,3,11,1.4545454545454546 +40213154,"Influenza, seasonal, injectable, preservative free",1984,4,7,6 +40213154,"Influenza, seasonal, injectable, preservative free",1984,5,1,13 +40213154,"Influenza, seasonal, injectable, preservative free",1984,6,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1984,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1984,8,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1984,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1984,10,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1984,11,9,4.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1984,12,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1985,1,5,2.8 +40213154,"Influenza, seasonal, injectable, preservative free",1985,3,9,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1985,4,13,4.461538461538462 +40213154,"Influenza, seasonal, injectable, preservative free",1985,5,2,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1985,6,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1985,8,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,9,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,10,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1985,11,8,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1985,12,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1986,1,4,3 +40213154,"Influenza, seasonal, injectable, preservative free",1986,3,7,1.4285714285714286 +40213154,"Influenza, seasonal, injectable, preservative free",1986,4,14,4.214285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1986,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1986,6,4,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1986,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1986,8,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1986,9,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1986,10,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1986,11,4,8.5 +40213154,"Influenza, seasonal, injectable, preservative free",1986,12,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,1,5,2.8 +40213154,"Influenza, seasonal, injectable, preservative free",1987,3,9,1.5555555555555556 +40213154,"Influenza, seasonal, injectable, preservative free",1987,4,13,4 +40213154,"Influenza, seasonal, injectable, preservative free",1987,5,5,3.6 +40213154,"Influenza, seasonal, injectable, preservative free",1987,6,6,4.166666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1987,8,6,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1987,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1987,10,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,11,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1987,12,9,4.222222222222222 +40213154,"Influenza, seasonal, injectable, preservative free",1988,1,3,3.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1988,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1988,3,8,1.375 +40213154,"Influenza, seasonal, injectable, preservative free",1988,4,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",1988,5,7,6.428571428571429 +40213154,"Influenza, seasonal, injectable, preservative free",1988,6,3,5.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1988,7,6,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1988,8,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1988,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1988,10,7,1.8571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1988,11,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1988,12,8,4.25 +40213154,"Influenza, seasonal, injectable, preservative free",1989,1,8,2.625 +40213154,"Influenza, seasonal, injectable, preservative free",1989,2,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,3,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1989,4,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",1989,5,12,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1989,6,5,5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,7,5,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1989,8,6,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,10,8,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1989,11,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",1989,12,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,1,12,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1990,2,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1990,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1990,4,9,1.5555555555555556 +40213154,"Influenza, seasonal, injectable, preservative free",1990,5,15,4.133333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",1990,6,6,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1990,7,6,3 +40213154,"Influenza, seasonal, injectable, preservative free",1990,8,7,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1990,9,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,10,10,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,11,12,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1990,12,8,1.375 +40213154,"Influenza, seasonal, injectable, preservative free",1991,1,9,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1991,2,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1991,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1991,4,8,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1991,5,14,5.214285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1991,6,6,3.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1991,7,7,3.5714285714285716 +40213154,"Influenza, seasonal, injectable, preservative free",1991,8,9,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",1991,9,6,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1991,10,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1991,11,8,2 +40213154,"Influenza, seasonal, injectable, preservative free",1991,12,9,5.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1992,1,11,2 +40213154,"Influenza, seasonal, injectable, preservative free",1992,2,6,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,3,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,4,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1992,5,13,3.5384615384615383 +40213154,"Influenza, seasonal, injectable, preservative free",1992,6,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1992,7,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1992,8,8,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1992,9,6,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,10,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1992,11,11,1.9090909090909092 +40213154,"Influenza, seasonal, injectable, preservative free",1992,12,7,6.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1993,1,9,1.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",1993,2,9,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1993,3,5,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1993,4,11,1.7272727272727273 +40213154,"Influenza, seasonal, injectable, preservative free",1993,5,9,3.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",1993,6,11,2.8181818181818183 +40213154,"Influenza, seasonal, injectable, preservative free",1993,7,11,2.3636363636363638 +40213154,"Influenza, seasonal, injectable, preservative free",1993,8,7,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",1993,9,10,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1993,10,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",1993,11,18,1.9444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1993,12,9,5.222222222222222 +40213154,"Influenza, seasonal, injectable, preservative free",1994,1,8,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1994,2,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,3,6,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1994,4,6,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1994,5,10,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,6,10,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1994,7,8,2.375 +40213154,"Influenza, seasonal, injectable, preservative free",1994,8,9,3.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1994,9,9,1.4444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1994,10,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,11,16,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,12,14,3 +40213154,"Influenza, seasonal, injectable, preservative free",1995,1,8,6 +40213154,"Influenza, seasonal, injectable, preservative free",1995,2,13,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",1995,3,10,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1995,4,8,2.125 +40213154,"Influenza, seasonal, injectable, preservative free",1995,5,7,4 +40213154,"Influenza, seasonal, injectable, preservative free",1995,6,13,2.3846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",1995,7,13,1.9230769230769231 +40213154,"Influenza, seasonal, injectable, preservative free",1995,8,11,2.8181818181818183 +40213154,"Influenza, seasonal, injectable, preservative free",1995,9,11,1.3636363636363635 +40213154,"Influenza, seasonal, injectable, preservative free",1995,10,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1995,11,14,1.8571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1995,12,17,1.7647058823529411 +40213154,"Influenza, seasonal, injectable, preservative free",1996,1,14,4.785714285714286 +40213154,"Influenza, seasonal, injectable, preservative free",1996,2,11,2.272727272727273 +40213154,"Influenza, seasonal, injectable, preservative free",1996,3,10,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",1996,4,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1996,5,11,3.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",1996,6,11,2.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",1996,7,14,1.9285714285714286 +40213154,"Influenza, seasonal, injectable, preservative free",1996,8,8,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1996,9,15,1.8666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1996,10,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1996,11,19,2.789473684210526 +40213154,"Influenza, seasonal, injectable, preservative free",1996,12,15,1.8666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1997,1,13,4.846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",1997,2,14,2.2142857142857144 +40213154,"Influenza, seasonal, injectable, preservative free",1997,3,14,2.2142857142857144 +40213154,"Influenza, seasonal, injectable, preservative free",1997,4,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",1997,5,7,1.8571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1997,6,10,3.6 +40213154,"Influenza, seasonal, injectable, preservative free",1997,7,18,2 +40213154,"Influenza, seasonal, injectable, preservative free",1997,8,8,2.625 +40213154,"Influenza, seasonal, injectable, preservative free",1997,9,13,1.8461538461538463 +40213154,"Influenza, seasonal, injectable, preservative free",1997,10,14,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1997,11,12,2.9166666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1997,12,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1998,1,16,4.125 +40213154,"Influenza, seasonal, injectable, preservative free",1998,2,11,2.6363636363636362 +40213154,"Influenza, seasonal, injectable, preservative free",1998,3,18,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1998,4,16,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1998,5,10,2.1 +40213154,"Influenza, seasonal, injectable, preservative free",1998,6,7,3.5714285714285716 +40213154,"Influenza, seasonal, injectable, preservative free",1998,7,17,1.8235294117647058 +40213154,"Influenza, seasonal, injectable, preservative free",1998,8,12,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1998,9,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",1998,10,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1998,11,10,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1998,12,18,1.9444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1999,1,16,4.0625 +40213154,"Influenza, seasonal, injectable, preservative free",1999,2,10,3.3 +40213154,"Influenza, seasonal, injectable, preservative free",1999,3,18,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1999,4,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",1999,5,12,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1999,6,11,3.1818181818181817 +40213154,"Influenza, seasonal, injectable, preservative free",1999,7,13,1.7692307692307692 +40213154,"Influenza, seasonal, injectable, preservative free",1999,8,14,1.8571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1999,9,15,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",1999,10,15,1.5333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",1999,11,10,3.4 +40213154,"Influenza, seasonal, injectable, preservative free",1999,12,17,1.8823529411764706 +40213154,"Influenza, seasonal, injectable, preservative free",2000,1,14,4.428571428571429 +40213154,"Influenza, seasonal, injectable, preservative free",2000,2,11,2.6363636363636362 +40213154,"Influenza, seasonal, injectable, preservative free",2000,3,15,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,4,18,2.0555555555555554 +40213154,"Influenza, seasonal, injectable, preservative free",2000,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,6,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2000,7,13,1.9230769230769231 +40213154,"Influenza, seasonal, injectable, preservative free",2000,8,14,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",2000,9,17,2.1176470588235294 +40213154,"Influenza, seasonal, injectable, preservative free",2000,10,15,1.5333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2000,11,8,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,12,19,2.789473684210526 +40213154,"Influenza, seasonal, injectable, preservative free",2001,1,17,2.588235294117647 +40213154,"Influenza, seasonal, injectable, preservative free",2001,2,15,4.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,3,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2001,4,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2001,5,16,2.0625 +40213154,"Influenza, seasonal, injectable, preservative free",2001,6,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",2001,7,12,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,8,17,1.6470588235294117 +40213154,"Influenza, seasonal, injectable, preservative free",2001,9,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2001,10,20,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2001,11,6,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,12,20,2.7 +40213154,"Influenza, seasonal, injectable, preservative free",2002,1,10,2 +40213154,"Influenza, seasonal, injectable, preservative free",2002,2,14,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2002,3,15,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",2002,4,17,1.8823529411764706 +40213154,"Influenza, seasonal, injectable, preservative free",2002,5,17,1.8823529411764706 +40213154,"Influenza, seasonal, injectable, preservative free",2002,6,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2002,7,10,2.1 +40213154,"Influenza, seasonal, injectable, preservative free",2002,8,19,1.736842105263158 +40213154,"Influenza, seasonal, injectable, preservative free",2002,9,11,1.8181818181818181 +40213154,"Influenza, seasonal, injectable, preservative free",2002,10,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2002,11,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",2002,12,18,2.888888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2003,1,11,1.8181818181818181 +40213154,"Influenza, seasonal, injectable, preservative free",2003,2,16,2.375 +40213154,"Influenza, seasonal, injectable, preservative free",2003,3,12,2.5833333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2003,4,15,1.9333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2003,5,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2003,6,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2003,7,10,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2003,8,19,2 +40213154,"Influenza, seasonal, injectable, preservative free",2003,9,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",2003,10,16,2.0625 +40213154,"Influenza, seasonal, injectable, preservative free",2003,11,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",2003,12,12,3.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2004,1,15,1.9333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2004,2,16,2.4375 +40213154,"Influenza, seasonal, injectable, preservative free",2004,3,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2004,4,15,1.7333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2004,5,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2004,6,18,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",2004,7,9,1.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",2004,8,16,2 +40213154,"Influenza, seasonal, injectable, preservative free",2004,9,12,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2004,10,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",2004,11,18,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2004,12,12,2.0833333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2005,1,14,2.0714285714285716 +40213154,"Influenza, seasonal, injectable, preservative free",2005,2,21,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",2005,3,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2005,4,12,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2005,5,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2005,6,18,1.6111111111111112 +40213154,"Influenza, seasonal, injectable, preservative free",2005,7,12,2.0833333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2005,8,15,2.066666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2005,9,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",2005,10,11,1.6363636363636365 +40213154,"Influenza, seasonal, injectable, preservative free",2005,11,16,1.5625 +40213154,"Influenza, seasonal, injectable, preservative free",2005,12,12,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2006,1,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2006,2,24,2.8333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2006,3,11,1.9090909090909092 +40213154,"Influenza, seasonal, injectable, preservative free",2006,4,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",2006,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2006,6,15,2.1333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2006,7,15,1.9333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2006,8,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2006,9,18,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2006,10,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2006,11,20,1.55 +40213154,"Influenza, seasonal, injectable, preservative free",2006,12,12,1.9166666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2007,1,20,2 +40213154,"Influenza, seasonal, injectable, preservative free",2007,2,21,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2007,3,18,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2007,4,8,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2007,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2007,6,12,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2007,7,17,1.8235294117647058 +40213154,"Influenza, seasonal, injectable, preservative free",2007,8,15,2.466666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2007,9,20,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",2007,10,11,2.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",2007,11,17,1.6470588235294117 +40213154,"Influenza, seasonal, injectable, preservative free",2007,12,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",2008,1,19,1.894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,2,18,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2008,3,16,2.6875 +40213154,"Influenza, seasonal, injectable, preservative free",2008,4,11,2.1818181818181817 +40213154,"Influenza, seasonal, injectable, preservative free",2008,5,15,1.9333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2008,6,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2008,7,19,1.7894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,8,21,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2008,9,20,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",2008,10,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2008,11,19,1.7894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,12,15,2 +40213154,"Influenza, seasonal, injectable, preservative free",2009,1,19,1.9473684210526316 +40213154,"Influenza, seasonal, injectable, preservative free",2009,2,18,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2009,3,19,2.6315789473684212 +40213154,"Influenza, seasonal, injectable, preservative free",2009,4,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2009,5,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",2009,6,12,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",2009,7,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2009,8,17,2.5294117647058822 +40213154,"Influenza, seasonal, injectable, preservative free",2009,9,26,2 +40213154,"Influenza, seasonal, injectable, preservative free",2009,10,15,2.533333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2009,11,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2009,12,21,2.0952380952380953 +40213154,"Influenza, seasonal, injectable, preservative free",2010,1,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2010,2,15,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2010,3,25,2.64 +40213154,"Influenza, seasonal, injectable, preservative free",2010,4,13,1.6153846153846154 +40213154,"Influenza, seasonal, injectable, preservative free",2010,5,17,1.8235294117647058 +40213154,"Influenza, seasonal, injectable, preservative free",2010,6,13,2.3846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",2010,7,19,1.894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2010,8,15,2.2666666666666666 +40213154,"Influenza, seasonal, injectable, preservative free",2010,9,28,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2010,10,18,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",2010,11,17,2.176470588235294 +40213154,"Influenza, seasonal, injectable, preservative free",2010,12,24,2.0416666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2011,1,15,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2011,2,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2011,3,24,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",2011,4,17,1.7058823529411764 +40213154,"Influenza, seasonal, injectable, preservative free",2011,5,20,1.9 +40213154,"Influenza, seasonal, injectable, preservative free",2011,6,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2011,7,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2011,8,13,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",2011,9,30,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",2011,10,24,2.3333333333333335 +40213154,"Influenza, seasonal, injectable, preservative free",2011,11,14,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2011,12,22,1.8636363636363635 +40213154,"Influenza, seasonal, injectable, preservative free",2012,1,18,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2012,2,15,1.7333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2012,3,24,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",2012,4,21,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2012,5,20,1.9 +40213154,"Influenza, seasonal, injectable, preservative free",2012,6,14,1.7857142857142858 +40213154,"Influenza, seasonal, injectable, preservative free",2012,7,19,2.1578947368421053 +40213154,"Influenza, seasonal, injectable, preservative free",2012,8,20,1.95 +40213154,"Influenza, seasonal, injectable, preservative free",2012,9,30,2.2666666666666666 +40213154,"Influenza, seasonal, injectable, preservative free",2012,10,21,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2012,11,21,2.1904761904761907 +40213154,"Influenza, seasonal, injectable, preservative free",2012,12,24,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2013,1,18,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2013,2,19,1.4736842105263157 +40213154,"Influenza, seasonal, injectable, preservative free",2013,3,22,3.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",2013,4,17,1.7058823529411764 +40213154,"Influenza, seasonal, injectable, preservative free",2013,5,23,1.608695652173913 +40213154,"Influenza, seasonal, injectable, preservative free",2013,6,245,2.4326530612244897 +40213154,"Influenza, seasonal, injectable, preservative free",2013,7,612,2.392156862745098 +40213154,"Influenza, seasonal, injectable, preservative free",2013,8,635,2.141732283464567 +40213154,"Influenza, seasonal, injectable, preservative free",2013,9,599,2.350584307178631 +40213154,"Influenza, seasonal, injectable, preservative free",2013,10,656,2.3673780487804876 +40213154,"Influenza, seasonal, injectable, preservative free",2013,11,560,2.330357142857143 +40213154,"Influenza, seasonal, injectable, preservative free",2013,12,630,2.226984126984127 +40213154,"Influenza, seasonal, injectable, preservative free",2014,1,643,2.4339035769828925 +40213154,"Influenza, seasonal, injectable, preservative free",2014,2,598,2.5183946488294313 +40213154,"Influenza, seasonal, injectable, preservative free",2014,3,618,2.5372168284789645 +40213154,"Influenza, seasonal, injectable, preservative free",2014,4,593,2.2124789207419897 +40213154,"Influenza, seasonal, injectable, preservative free",2014,5,612,2.119281045751634 +40213154,"Influenza, seasonal, injectable, preservative free",2014,6,581,2.4733218588640273 +40213154,"Influenza, seasonal, injectable, preservative free",2014,7,615,2.3934959349593496 +40213154,"Influenza, seasonal, injectable, preservative free",2014,8,624,2.2131410256410255 +40213154,"Influenza, seasonal, injectable, preservative free",2014,9,597,2.2562814070351758 +40213154,"Influenza, seasonal, injectable, preservative free",2014,10,635,2.4803149606299213 +40213154,"Influenza, seasonal, injectable, preservative free",2014,11,591,2.3214890016920475 +40213154,"Influenza, seasonal, injectable, preservative free",2014,12,578,2.2975778546712804 +40213154,"Influenza, seasonal, injectable, preservative free",2015,1,661,2.4462934947049924 +40213154,"Influenza, seasonal, injectable, preservative free",2015,2,594,2.4494949494949494 +40213154,"Influenza, seasonal, injectable, preservative free",2015,3,631,2.316957210776545 +40213154,"Influenza, seasonal, injectable, preservative free",2015,4,605,2.4033057851239668 +40213154,"Influenza, seasonal, injectable, preservative free",2015,5,601,2.1663893510815306 +40213154,"Influenza, seasonal, injectable, preservative free",2015,6,612,2.2941176470588234 +40213154,"Influenza, seasonal, injectable, preservative free",2015,7,618,2.4190938511326863 +40213154,"Influenza, seasonal, injectable, preservative free",2015,8,646,2.346749226006192 +40213154,"Influenza, seasonal, injectable, preservative free",2015,9,592,2.206081081081081 +40213154,"Influenza, seasonal, injectable, preservative free",2015,10,658,2.360182370820669 +40213154,"Influenza, seasonal, injectable, preservative free",2015,11,606,2.2293729372937294 +40213154,"Influenza, seasonal, injectable, preservative free",2015,12,602,2.2524916943521593 +40213154,"Influenza, seasonal, injectable, preservative free",2016,1,679,2.43740795287187 +40213154,"Influenza, seasonal, injectable, preservative free",2016,2,593,2.5160202360876895 +40213154,"Influenza, seasonal, injectable, preservative free",2016,3,666,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2016,4,606,2.402640264026403 +40213154,"Influenza, seasonal, injectable, preservative free",2016,5,625,2.3232 +40213154,"Influenza, seasonal, injectable, preservative free",2016,6,616,2.262987012987013 +40213154,"Influenza, seasonal, injectable, preservative free",2016,7,646,2.3544891640866874 +40213154,"Influenza, seasonal, injectable, preservative free",2016,8,643,2.4292379471228616 +40213154,"Influenza, seasonal, injectable, preservative free",2016,9,594,2.1717171717171717 +40213154,"Influenza, seasonal, injectable, preservative free",2016,10,661,2.514372163388805 +40213154,"Influenza, seasonal, injectable, preservative free",2016,11,618,2.2896440129449838 +40213154,"Influenza, seasonal, injectable, preservative free",2016,12,583,2.221269296740995 +40213154,"Influenza, seasonal, injectable, preservative free",2017,1,694,2.537463976945245 +40213154,"Influenza, seasonal, injectable, preservative free",2017,2,566,2.454063604240283 +40213154,"Influenza, seasonal, injectable, preservative free",2017,3,647,2.401854714064915 +40213154,"Influenza, seasonal, injectable, preservative free",2017,4,598,2.4498327759197323 +40213154,"Influenza, seasonal, injectable, preservative free",2017,5,648,2.1527777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",2017,6,628,2.390127388535032 +40213154,"Influenza, seasonal, injectable, preservative free",2017,7,635,2.3070866141732282 +40213154,"Influenza, seasonal, injectable, preservative free",2017,8,675,2.414814814814815 +40213154,"Influenza, seasonal, injectable, preservative free",2017,9,596,2.1426174496644297 +40213154,"Influenza, seasonal, injectable, preservative free",2017,10,645,2.3767441860465115 +40213154,"Influenza, seasonal, injectable, preservative free",2017,11,662,2.308157099697885 +40213154,"Influenza, seasonal, injectable, preservative free",2017,12,577,2.3015597920277298 +40213154,"Influenza, seasonal, injectable, preservative free",2018,1,683,2.288433382137628 +40213154,"Influenza, seasonal, injectable, preservative free",2018,2,602,2.4485049833887045 +40213154,"Influenza, seasonal, injectable, preservative free",2018,3,657,2.415525114155251 +40213154,"Influenza, seasonal, injectable, preservative free",2018,4,596,2.511744966442953 +40213154,"Influenza, seasonal, injectable, preservative free",2018,5,665,2.2330827067669174 +40213154,"Influenza, seasonal, injectable, preservative free",2018,6,627,2.2264752791068583 +40213154,"Influenza, seasonal, injectable, preservative free",2018,7,617,2.340356564019449 +40213154,"Influenza, seasonal, injectable, preservative free",2018,8,678,2.4528023598820057 +40213154,"Influenza, seasonal, injectable, preservative free",2018,9,652,2.3773006134969323 +40213154,"Influenza, seasonal, injectable, preservative free",2018,10,617,2.2901134521880064 +40213154,"Influenza, seasonal, injectable, preservative free",2018,11,665,2.406015037593985 +40213154,"Influenza, seasonal, injectable, preservative free",2018,12,601,2.3410981697171382 +40213154,"Influenza, seasonal, injectable, preservative free",2019,1,680,2.320588235294118 +40213154,"Influenza, seasonal, injectable, preservative free",2019,2,617,2.2771474878444082 +40213154,"Influenza, seasonal, injectable, preservative free",2019,3,673,2.4695393759286777 +40213154,"Influenza, seasonal, injectable, preservative free",2019,4,615,2.538211382113821 +40213154,"Influenza, seasonal, injectable, preservative free",2019,5,659,2.289833080424886 +40213154,"Influenza, seasonal, injectable, preservative free",2019,6,616,2.168831168831169 +40213154,"Influenza, seasonal, injectable, preservative free",2019,7,662,2.3595166163141994 +40213154,"Influenza, seasonal, injectable, preservative free",2019,8,659,2.4764795144157814 +40213154,"Influenza, seasonal, injectable, preservative free",2019,9,666,2.304804804804805 +40213154,"Influenza, seasonal, injectable, preservative free",2019,10,640,2.1453125 +40213154,"Influenza, seasonal, injectable, preservative free",2019,11,656,2.4878048780487805 +40213154,"Influenza, seasonal, injectable, preservative free",2019,12,636,2.279874213836478 +40213154,"Influenza, seasonal, injectable, preservative free",2020,1,650,2.207692307692308 +40213154,"Influenza, seasonal, injectable, preservative free",2020,2,646,2.5619195046439627 +40213154,"Influenza, seasonal, injectable, preservative free",2020,3,679,2.444771723122239 +40213154,"Influenza, seasonal, injectable, preservative free",2020,4,642,2.3068535825545173 +40213154,"Influenza, seasonal, injectable, preservative free",2020,5,640,2.41875 +40213154,"Influenza, seasonal, injectable, preservative free",2020,6,624,2.2868589743589745 +40213154,"Influenza, seasonal, injectable, preservative free",2020,7,656,2.278963414634146 +40213154,"Influenza, seasonal, injectable, preservative free",2020,8,663,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",2020,9,676,2.36094674556213 +40213154,"Influenza, seasonal, injectable, preservative free",2020,10,617,2.1815235008103726 +40213154,"Influenza, seasonal, injectable, preservative free",2020,11,697,2.3873744619799138 +40213154,"Influenza, seasonal, injectable, preservative free",2020,12,636,2.3710691823899372 +40213154,"Influenza, seasonal, injectable, preservative free",2021,1,644,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2021,2,636,2.3710691823899372 +40213154,"Influenza, seasonal, injectable, preservative free",2021,3,688,2.4680232558139537 +40213154,"Influenza, seasonal, injectable, preservative free",2021,4,646,2.331269349845201 +40213154,"Influenza, seasonal, injectable, preservative free",2021,5,641,2.4726989079563184 +40213154,"Influenza, seasonal, injectable, preservative free",2021,6,600,2.295 +40213154,"Influenza, seasonal, injectable, preservative free",2021,7,668,2.2365269461077846 +40213154,"Influenza, seasonal, injectable, preservative free",2021,8,680,2.363235294117647 +40213154,"Influenza, seasonal, injectable, preservative free",2021,9,642,2.4501557632398754 +40213154,"Influenza, seasonal, injectable, preservative free",2021,10,662,2.098187311178248 +40213154,"Influenza, seasonal, injectable, preservative free",2021,11,671,2.5126676602086437 +40213154,"Influenza, seasonal, injectable, preservative free",2021,12,666,2.3063063063063063 +40213154,"Influenza, seasonal, injectable, preservative free",2022,1,652,2.2392638036809815 +40213154,"Influenza, seasonal, injectable, preservative free",2022,2,660,2.3636363636363638 +40213154,"Influenza, seasonal, injectable, preservative free",2022,3,700,2.4514285714285715 +40213154,"Influenza, seasonal, injectable, preservative free",2022,4,651,2.4546850998463903 +40213154,"Influenza, seasonal, injectable, preservative free",2022,5,655,2.4198473282442747 +40213154,"Influenza, seasonal, injectable, preservative free",2022,6,626,2.2044728434504792 +40213154,"Influenza, seasonal, injectable, preservative free",2022,7,672,2.3035714285714284 +40213154,"Influenza, seasonal, injectable, preservative free",2022,8,700,2.38 +40213154,"Influenza, seasonal, injectable, preservative free",2022,9,696,2.57183908045977 +40213154,"Influenza, seasonal, injectable, preservative free",2022,10,664,2.128012048192771 +40213154,"Influenza, seasonal, injectable, preservative free",2022,11,658,2.4574468085106385 +40213154,"Influenza, seasonal, injectable, preservative free",2022,12,695,2.2762589928057553 +40213154,"Influenza, seasonal, injectable, preservative free",2023,1,638,2.324451410658307 +40213154,"Influenza, seasonal, injectable, preservative free",2023,2,665,2.308270676691729 +40213154,"Influenza, seasonal, injectable, preservative free",2023,3,664,2.3795180722891565 +40213154,"Influenza, seasonal, injectable, preservative free",2023,4,691,2.470332850940666 +40213154,"Influenza, seasonal, injectable, preservative free",2023,5,618,2.5064724919093853 +40213154,"Influenza, seasonal, injectable, preservative free",2023,6,324,2.2623456790123457 +40213160,"poliovirus vaccine, inactivated",1955,6,1,2 +40213160,"poliovirus vaccine, inactivated",1955,11,1,1 +40213160,"poliovirus vaccine, inactivated",1959,4,1,3 +40213160,"poliovirus vaccine, inactivated",1959,6,1,3 +40213160,"poliovirus vaccine, inactivated",1959,9,1,3 +40213160,"poliovirus vaccine, inactivated",1963,12,1,3 +40213160,"poliovirus vaccine, inactivated",1965,7,1,1 +40213160,"poliovirus vaccine, inactivated",1965,9,1,1 +40213160,"poliovirus vaccine, inactivated",1965,12,1,1 +40213160,"poliovirus vaccine, inactivated",1970,3,1,1 +40213160,"poliovirus vaccine, inactivated",1973,11,1,2 +40213160,"poliovirus vaccine, inactivated",1981,2,1,1 +40213160,"poliovirus vaccine, inactivated",1985,7,1,1 +40213160,"poliovirus vaccine, inactivated",1985,9,1,1 +40213160,"poliovirus vaccine, inactivated",1985,12,1,1 +40213160,"poliovirus vaccine, inactivated",1990,3,1,1 +40213160,"poliovirus vaccine, inactivated",1994,5,1,2 +40213160,"poliovirus vaccine, inactivated",1994,7,1,2 +40213160,"poliovirus vaccine, inactivated",1994,10,1,2 +40213160,"poliovirus vaccine, inactivated",1995,2,1,2 +40213160,"poliovirus vaccine, inactivated",1996,3,1,2 +40213160,"poliovirus vaccine, inactivated",2001,10,1,1 +40213160,"poliovirus vaccine, inactivated",2001,12,1,1 +40213160,"poliovirus vaccine, inactivated",2002,2,1,1 +40213160,"poliovirus vaccine, inactivated",2002,3,1,1 +40213160,"poliovirus vaccine, inactivated",2002,7,1,1 +40213160,"poliovirus vaccine, inactivated",2002,9,1,1 +40213160,"poliovirus vaccine, inactivated",2002,12,1,1 +40213160,"poliovirus vaccine, inactivated",2007,3,1,1 +40213160,"poliovirus vaccine, inactivated",2010,12,1,1 +40213160,"poliovirus vaccine, inactivated",2011,2,1,1 +40213160,"poliovirus vaccine, inactivated",2011,5,1,1 +40213160,"poliovirus vaccine, inactivated",2013,6,13,2 +40213160,"poliovirus vaccine, inactivated",2013,7,27,2.2962962962962963 +40213160,"poliovirus vaccine, inactivated",2013,8,40,1.975 +40213160,"poliovirus vaccine, inactivated",2013,9,41,2.073170731707317 +40213160,"poliovirus vaccine, inactivated",2013,10,30,2 +40213160,"poliovirus vaccine, inactivated",2013,11,40,2 +40213160,"poliovirus vaccine, inactivated",2013,12,42,2.261904761904762 +40213160,"poliovirus vaccine, inactivated",2014,1,36,1.8611111111111112 +40213160,"poliovirus vaccine, inactivated",2014,2,39,2.6153846153846154 +40213160,"poliovirus vaccine, inactivated",2014,3,28,2.5357142857142856 +40213160,"poliovirus vaccine, inactivated",2014,4,30,2.5 +40213160,"poliovirus vaccine, inactivated",2014,5,34,2.9411764705882355 +40213160,"poliovirus vaccine, inactivated",2014,6,25,2.08 +40213160,"poliovirus vaccine, inactivated",2014,7,36,2.9722222222222223 +40213160,"poliovirus vaccine, inactivated",2014,8,21,3.6666666666666665 +40213160,"poliovirus vaccine, inactivated",2014,9,32,2.5 +40213160,"poliovirus vaccine, inactivated",2014,10,32,3.78125 +40213160,"poliovirus vaccine, inactivated",2014,11,27,2.962962962962963 +40213160,"poliovirus vaccine, inactivated",2014,12,38,2.210526315789474 +40213160,"poliovirus vaccine, inactivated",2015,1,32,3.78125 +40213160,"poliovirus vaccine, inactivated",2015,2,43,2.4186046511627906 +40213160,"poliovirus vaccine, inactivated",2015,3,44,2.2045454545454546 +40213160,"poliovirus vaccine, inactivated",2015,4,35,2.657142857142857 +40213160,"poliovirus vaccine, inactivated",2015,5,40,2.225 +40213160,"poliovirus vaccine, inactivated",2015,6,39,3.076923076923077 +40213160,"poliovirus vaccine, inactivated",2015,7,38,2.6842105263157894 +40213160,"poliovirus vaccine, inactivated",2015,8,44,2.477272727272727 +40213160,"poliovirus vaccine, inactivated",2015,9,42,2.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2015,10,39,2.641025641025641 +40213160,"poliovirus vaccine, inactivated",2015,11,47,2.6382978723404253 +40213160,"poliovirus vaccine, inactivated",2015,12,42,1.9523809523809523 +40213160,"poliovirus vaccine, inactivated",2016,1,38,2.4473684210526314 +40213160,"poliovirus vaccine, inactivated",2016,2,37,1.945945945945946 +40213160,"poliovirus vaccine, inactivated",2016,3,42,2.119047619047619 +40213160,"poliovirus vaccine, inactivated",2016,4,46,2.5 +40213160,"poliovirus vaccine, inactivated",2016,5,38,1.7105263157894737 +40213160,"poliovirus vaccine, inactivated",2016,6,30,2.566666666666667 +40213160,"poliovirus vaccine, inactivated",2016,7,42,2.7142857142857144 +40213160,"poliovirus vaccine, inactivated",2016,8,37,2.864864864864865 +40213160,"poliovirus vaccine, inactivated",2016,9,40,3.025 +40213160,"poliovirus vaccine, inactivated",2016,10,31,2.4838709677419355 +40213160,"poliovirus vaccine, inactivated",2016,11,26,2.1153846153846154 +40213160,"poliovirus vaccine, inactivated",2016,12,34,2.3823529411764706 +40213160,"poliovirus vaccine, inactivated",2017,1,40,3.25 +40213160,"poliovirus vaccine, inactivated",2017,2,36,2.9166666666666665 +40213160,"poliovirus vaccine, inactivated",2017,3,36,2.888888888888889 +40213160,"poliovirus vaccine, inactivated",2017,4,30,1.8 +40213160,"poliovirus vaccine, inactivated",2017,5,45,2.2666666666666666 +40213160,"poliovirus vaccine, inactivated",2017,6,44,2.5 +40213160,"poliovirus vaccine, inactivated",2017,7,48,1.9166666666666667 +40213160,"poliovirus vaccine, inactivated",2017,8,34,2.235294117647059 +40213160,"poliovirus vaccine, inactivated",2017,9,41,3.024390243902439 +40213160,"poliovirus vaccine, inactivated",2017,10,28,2.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2017,11,34,2.588235294117647 +40213160,"poliovirus vaccine, inactivated",2017,12,33,2.1515151515151514 +40213160,"poliovirus vaccine, inactivated",2018,1,30,1.8 +40213160,"poliovirus vaccine, inactivated",2018,2,32,2.46875 +40213160,"poliovirus vaccine, inactivated",2018,3,35,1.8571428571428572 +40213160,"poliovirus vaccine, inactivated",2018,4,31,1.967741935483871 +40213160,"poliovirus vaccine, inactivated",2018,5,46,1.565217391304348 +40213160,"poliovirus vaccine, inactivated",2018,6,38,2.1052631578947367 +40213160,"poliovirus vaccine, inactivated",2018,7,31,1.6774193548387097 +40213160,"poliovirus vaccine, inactivated",2018,8,41,2.024390243902439 +40213160,"poliovirus vaccine, inactivated",2018,9,32,1.875 +40213160,"poliovirus vaccine, inactivated",2018,10,37,1.837837837837838 +40213160,"poliovirus vaccine, inactivated",2018,11,28,2.392857142857143 +40213160,"poliovirus vaccine, inactivated",2018,12,30,1.7333333333333334 +40213160,"poliovirus vaccine, inactivated",2019,1,37,2.72972972972973 +40213160,"poliovirus vaccine, inactivated",2019,2,29,2.0689655172413794 +40213160,"poliovirus vaccine, inactivated",2019,3,36,1.9166666666666667 +40213160,"poliovirus vaccine, inactivated",2019,4,32,3.03125 +40213160,"poliovirus vaccine, inactivated",2019,5,47,2.0638297872340425 +40213160,"poliovirus vaccine, inactivated",2019,6,35,2.1714285714285713 +40213160,"poliovirus vaccine, inactivated",2019,7,34,1.911764705882353 +40213160,"poliovirus vaccine, inactivated",2019,8,34,2.088235294117647 +40213160,"poliovirus vaccine, inactivated",2019,9,38,2.236842105263158 +40213160,"poliovirus vaccine, inactivated",2019,10,40,2 +40213160,"poliovirus vaccine, inactivated",2019,11,36,2.111111111111111 +40213160,"poliovirus vaccine, inactivated",2019,12,32,1.96875 +40213160,"poliovirus vaccine, inactivated",2020,1,32,2.0625 +40213160,"poliovirus vaccine, inactivated",2020,2,39,2.230769230769231 +40213160,"poliovirus vaccine, inactivated",2020,3,27,2.4814814814814814 +40213160,"poliovirus vaccine, inactivated",2020,4,36,2 +40213160,"poliovirus vaccine, inactivated",2020,5,40,2.1 +40213160,"poliovirus vaccine, inactivated",2020,6,36,2.5555555555555554 +40213160,"poliovirus vaccine, inactivated",2020,7,44,2.1136363636363638 +40213160,"poliovirus vaccine, inactivated",2020,8,37,2.72972972972973 +40213160,"poliovirus vaccine, inactivated",2020,9,31,2.096774193548387 +40213160,"poliovirus vaccine, inactivated",2020,10,41,3.048780487804878 +40213160,"poliovirus vaccine, inactivated",2020,11,43,2.0930232558139537 +40213160,"poliovirus vaccine, inactivated",2020,12,42,3.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2021,1,44,2.75 +40213160,"poliovirus vaccine, inactivated",2021,2,28,2.5714285714285716 +40213160,"poliovirus vaccine, inactivated",2021,3,37,2.864864864864865 +40213160,"poliovirus vaccine, inactivated",2021,4,32,2.875 +40213160,"poliovirus vaccine, inactivated",2021,5,35,2.5714285714285716 +40213160,"poliovirus vaccine, inactivated",2021,6,30,2.2333333333333334 +40213160,"poliovirus vaccine, inactivated",2021,7,33,2.212121212121212 +40213160,"poliovirus vaccine, inactivated",2021,8,32,2.28125 +40213160,"poliovirus vaccine, inactivated",2021,9,43,2.5813953488372094 +40213160,"poliovirus vaccine, inactivated",2021,10,44,1.8409090909090908 +40213160,"poliovirus vaccine, inactivated",2021,11,40,2 +40213160,"poliovirus vaccine, inactivated",2021,12,34,2 +40213160,"poliovirus vaccine, inactivated",2022,1,40,1.975 +40213160,"poliovirus vaccine, inactivated",2022,2,37,2.108108108108108 +40213160,"poliovirus vaccine, inactivated",2022,3,32,2.28125 +40213160,"poliovirus vaccine, inactivated",2022,4,34,2.0294117647058822 +40213160,"poliovirus vaccine, inactivated",2022,5,34,2.5588235294117645 +40213160,"poliovirus vaccine, inactivated",2022,6,29,1.7241379310344827 +40213160,"poliovirus vaccine, inactivated",2022,7,35,2.057142857142857 +40213160,"poliovirus vaccine, inactivated",2022,8,33,1.7272727272727273 +40213160,"poliovirus vaccine, inactivated",2022,9,32,1.65625 +40213160,"poliovirus vaccine, inactivated",2022,10,34,2.264705882352941 +40213160,"poliovirus vaccine, inactivated",2022,11,31,1.4838709677419355 +40213160,"poliovirus vaccine, inactivated",2022,12,34,2.0294117647058822 +40213160,"poliovirus vaccine, inactivated",2023,1,33,2.0606060606060606 +40213160,"poliovirus vaccine, inactivated",2023,2,23,2.869565217391304 +40213160,"poliovirus vaccine, inactivated",2023,3,30,2.1666666666666665 +40213160,"poliovirus vaccine, inactivated",2023,4,34,2.3529411764705883 +40213160,"poliovirus vaccine, inactivated",2023,5,28,2.8214285714285716 +40213160,"poliovirus vaccine, inactivated",2023,6,15,1.6666666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,4,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,9,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2006,9,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2008,3,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,8,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2010,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2012,10,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,6,13,1.4615384615384615 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,7,26,2.8461538461538463 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,8,20,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,9,18,2.2222222222222223 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,10,26,2.4615384615384617 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,11,17,3.0588235294117645 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,12,26,2.1538461538461537 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,1,23,2.4782608695652173 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,2,18,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,3,25,1.96 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,4,27,1.8888888888888888 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,5,22,2.090909090909091 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,6,16,2.125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,7,19,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,8,26,1.8846153846153846 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,9,26,2.230769230769231 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,10,25,2.08 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,11,27,2.111111111111111 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,12,21,2.857142857142857 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,1,29,2.310344827586207 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,2,23,1.9565217391304348 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,3,30,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,4,31,2.161290322580645 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,5,24,1.875 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,6,22,1.8181818181818181 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,7,18,2.0555555555555554 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,8,34,2.0294117647058822 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,9,19,2.6315789473684212 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,10,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,11,25,1.96 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,12,30,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,1,38,2.1052631578947367 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,2,19,1.894736842105263 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,3,26,2.1153846153846154 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,4,33,1.878787878787879 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,5,34,2.088235294117647 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,6,24,2.2083333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,7,28,1.8928571428571428 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,8,19,1.9473684210526316 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,9,25,1.64 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,10,22,2.909090909090909 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,11,30,1.7666666666666666 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,12,28,2.142857142857143 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,1,29,3.4482758620689653 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,2,23,3.217391304347826 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,3,20,2.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,4,27,2.3333333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,5,16,2.125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,6,24,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,7,32,2.8125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,8,27,2.2962962962962963 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,9,31,2.129032258064516 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,10,20,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,11,15,2.066666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,12,17,3.3529411764705883 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,1,27,2.074074074074074 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,2,20,2.75 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,3,31,2.3225806451612905 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,4,19,1.894736842105263 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,5,24,2.5 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,6,29,1.9655172413793103 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,7,25,1.76 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,8,17,1.8823529411764706 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,9,21,2.1904761904761907 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,10,28,2.0357142857142856 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,11,27,3.2962962962962963 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,12,21,3.1904761904761907 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,1,30,2.3333333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,2,24,2.0833333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,3,20,3.35 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,4,17,2.764705882352941 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,5,32,1.84375 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,6,22,1.6818181818181819 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,7,25,2.36 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,8,20,2.4 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,9,18,1.9444444444444444 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,10,28,1.5714285714285714 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,11,21,2.3333333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,12,28,2.607142857142857 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,1,26,2.269230769230769 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,2,34,2.1470588235294117 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,3,26,3.1153846153846154 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,4,30,2.2333333333333334 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,5,24,3 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,6,22,2.090909090909091 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,7,24,1.75 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,8,26,1.7307692307692308 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,9,20,2.3 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,10,18,2.3333333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,11,30,1.7666666666666666 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,12,23,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,1,20,2.35 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,2,22,2.6363636363636362 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,3,30,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,4,35,1.9142857142857144 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,5,30,1.9666666666666666 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,6,23,2.0434782608695654 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,7,32,2.59375 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,8,21,2.4285714285714284 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,9,24,2.2083333333333335 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,10,22,2.3181818181818183 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,11,28,2.2857142857142856 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,12,31,2.2903225806451615 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,1,29,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,2,29,1.9655172413793103 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,3,22,1.5454545454545454 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,4,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,5,28,2.0714285714285716 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,6,26,1.7307692307692308 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,7,21,2.5238095238095237 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,8,33,3.303030303030303 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,9,19,2.0526315789473686 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,10,34,2.823529411764706 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,11,22,1.9545454545454546 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,12,26,2.076923076923077 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,1,22,1.8181818181818181 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,2,30,2.3666666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,3,25,2.56 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,4,22,2.909090909090909 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,5,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,6,13,2.076923076923077 +40213183,"measles, mumps and rubella virus vaccine",1971,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",1971,5,1,2 +40213183,"measles, mumps and rubella virus vaccine",1973,11,1,2 +40213183,"measles, mumps and rubella virus vaccine",1981,2,1,1 +40213183,"measles, mumps and rubella virus vaccine",1986,6,1,1 +40213183,"measles, mumps and rubella virus vaccine",1990,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",1995,2,1,2 +40213183,"measles, mumps and rubella virus vaccine",1995,4,1,2 +40213183,"measles, mumps and rubella virus vaccine",1996,3,1,2 +40213183,"measles, mumps and rubella virus vaccine",2002,2,1,1 +40213183,"measles, mumps and rubella virus vaccine",2002,9,1,1 +40213183,"measles, mumps and rubella virus vaccine",2003,6,1,1 +40213183,"measles, mumps and rubella virus vaccine",2007,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",2011,11,1,1 +40213183,"measles, mumps and rubella virus vaccine",2013,6,4,1.75 +40213183,"measles, mumps and rubella virus vaccine",2013,7,12,1.8333333333333333 +40213183,"measles, mumps and rubella virus vaccine",2013,8,20,2 +40213183,"measles, mumps and rubella virus vaccine",2013,9,20,1.7 +40213183,"measles, mumps and rubella virus vaccine",2013,10,21,1.8095238095238095 +40213183,"measles, mumps and rubella virus vaccine",2013,11,16,2.3125 +40213183,"measles, mumps and rubella virus vaccine",2013,12,23,3.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2014,1,17,1.8235294117647058 +40213183,"measles, mumps and rubella virus vaccine",2014,2,24,2.9583333333333335 +40213183,"measles, mumps and rubella virus vaccine",2014,3,17,3.4705882352941178 +40213183,"measles, mumps and rubella virus vaccine",2014,4,12,2.75 +40213183,"measles, mumps and rubella virus vaccine",2014,5,17,2.235294117647059 +40213183,"measles, mumps and rubella virus vaccine",2014,6,22,2.1363636363636362 +40213183,"measles, mumps and rubella virus vaccine",2014,7,14,2.0714285714285716 +40213183,"measles, mumps and rubella virus vaccine",2014,8,17,1.588235294117647 +40213183,"measles, mumps and rubella virus vaccine",2014,9,17,1.8235294117647058 +40213183,"measles, mumps and rubella virus vaccine",2014,10,15,1.6666666666666667 +40213183,"measles, mumps and rubella virus vaccine",2014,11,17,2.3529411764705883 +40213183,"measles, mumps and rubella virus vaccine",2014,12,17,2 +40213183,"measles, mumps and rubella virus vaccine",2015,1,19,2.789473684210526 +40213183,"measles, mumps and rubella virus vaccine",2015,2,16,1.9375 +40213183,"measles, mumps and rubella virus vaccine",2015,3,19,1.9473684210526316 +40213183,"measles, mumps and rubella virus vaccine",2015,4,20,3.75 +40213183,"measles, mumps and rubella virus vaccine",2015,5,13,2.6923076923076925 +40213183,"measles, mumps and rubella virus vaccine",2015,6,15,3.6666666666666665 +40213183,"measles, mumps and rubella virus vaccine",2015,7,17,4.764705882352941 +40213183,"measles, mumps and rubella virus vaccine",2015,8,23,2.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2015,9,14,1.9285714285714286 +40213183,"measles, mumps and rubella virus vaccine",2015,10,25,2.88 +40213183,"measles, mumps and rubella virus vaccine",2015,11,18,2.4444444444444446 +40213183,"measles, mumps and rubella virus vaccine",2015,12,23,2.0869565217391304 +40213183,"measles, mumps and rubella virus vaccine",2016,1,23,2.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2016,2,19,2.1578947368421053 +40213183,"measles, mumps and rubella virus vaccine",2016,3,19,2.210526315789474 +40213183,"measles, mumps and rubella virus vaccine",2016,4,16,1.75 +40213183,"measles, mumps and rubella virus vaccine",2016,5,19,2.4210526315789473 +40213183,"measles, mumps and rubella virus vaccine",2016,6,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2016,7,17,4.117647058823529 +40213183,"measles, mumps and rubella virus vaccine",2016,8,24,2.625 +40213183,"measles, mumps and rubella virus vaccine",2016,9,20,3.1 +40213183,"measles, mumps and rubella virus vaccine",2016,10,20,2.35 +40213183,"measles, mumps and rubella virus vaccine",2016,11,22,1.9545454545454546 +40213183,"measles, mumps and rubella virus vaccine",2016,12,17,2 +40213183,"measles, mumps and rubella virus vaccine",2017,1,21,2.7142857142857144 +40213183,"measles, mumps and rubella virus vaccine",2017,2,22,2.8181818181818183 +40213183,"measles, mumps and rubella virus vaccine",2017,3,20,3.95 +40213183,"measles, mumps and rubella virus vaccine",2017,4,14,1.7142857142857142 +40213183,"measles, mumps and rubella virus vaccine",2017,5,16,2 +40213183,"measles, mumps and rubella virus vaccine",2017,6,20,2 +40213183,"measles, mumps and rubella virus vaccine",2017,7,23,2.6956521739130435 +40213183,"measles, mumps and rubella virus vaccine",2017,8,15,2.2 +40213183,"measles, mumps and rubella virus vaccine",2017,9,18,3.5 +40213183,"measles, mumps and rubella virus vaccine",2017,10,8,2 +40213183,"measles, mumps and rubella virus vaccine",2017,11,22,2.6363636363636362 +40213183,"measles, mumps and rubella virus vaccine",2017,12,25,2.76 +40213183,"measles, mumps and rubella virus vaccine",2018,1,16,1.8125 +40213183,"measles, mumps and rubella virus vaccine",2018,2,19,2 +40213183,"measles, mumps and rubella virus vaccine",2018,3,23,2.0434782608695654 +40213183,"measles, mumps and rubella virus vaccine",2018,4,19,2.210526315789474 +40213183,"measles, mumps and rubella virus vaccine",2018,5,23,2.217391304347826 +40213183,"measles, mumps and rubella virus vaccine",2018,6,19,1.9473684210526316 +40213183,"measles, mumps and rubella virus vaccine",2018,7,13,2.230769230769231 +40213183,"measles, mumps and rubella virus vaccine",2018,8,18,2.9444444444444446 +40213183,"measles, mumps and rubella virus vaccine",2018,9,9,2.2222222222222223 +40213183,"measles, mumps and rubella virus vaccine",2018,10,18,1.8333333333333333 +40213183,"measles, mumps and rubella virus vaccine",2018,11,15,1.7333333333333334 +40213183,"measles, mumps and rubella virus vaccine",2018,12,16,1.9375 +40213183,"measles, mumps and rubella virus vaccine",2019,1,18,3.5 +40213183,"measles, mumps and rubella virus vaccine",2019,2,13,2.076923076923077 +40213183,"measles, mumps and rubella virus vaccine",2019,3,21,2.0952380952380953 +40213183,"measles, mumps and rubella virus vaccine",2019,4,17,3.6470588235294117 +40213183,"measles, mumps and rubella virus vaccine",2019,5,17,2.9411764705882355 +40213183,"measles, mumps and rubella virus vaccine",2019,6,13,2.1538461538461537 +40213183,"measles, mumps and rubella virus vaccine",2019,7,18,2.0555555555555554 +40213183,"measles, mumps and rubella virus vaccine",2019,8,20,2.25 +40213183,"measles, mumps and rubella virus vaccine",2019,9,14,2.142857142857143 +40213183,"measles, mumps and rubella virus vaccine",2019,10,18,2.5 +40213183,"measles, mumps and rubella virus vaccine",2019,11,26,2.1153846153846154 +40213183,"measles, mumps and rubella virus vaccine",2019,12,20,2.05 +40213183,"measles, mumps and rubella virus vaccine",2020,1,13,1.6923076923076923 +40213183,"measles, mumps and rubella virus vaccine",2020,2,21,2.5238095238095237 +40213183,"measles, mumps and rubella virus vaccine",2020,3,25,2.28 +40213183,"measles, mumps and rubella virus vaccine",2020,4,20,2.3 +40213183,"measles, mumps and rubella virus vaccine",2020,5,17,2.235294117647059 +40213183,"measles, mumps and rubella virus vaccine",2020,6,17,2.0588235294117645 +40213183,"measles, mumps and rubella virus vaccine",2020,7,23,2.217391304347826 +40213183,"measles, mumps and rubella virus vaccine",2020,8,16,1.8125 +40213183,"measles, mumps and rubella virus vaccine",2020,9,12,2 +40213183,"measles, mumps and rubella virus vaccine",2020,10,22,1.8636363636363635 +40213183,"measles, mumps and rubella virus vaccine",2020,11,25,2 +40213183,"measles, mumps and rubella virus vaccine",2020,12,17,3.5294117647058822 +40213183,"measles, mumps and rubella virus vaccine",2021,1,22,1.7727272727272727 +40213183,"measles, mumps and rubella virus vaccine",2021,2,8,1.875 +40213183,"measles, mumps and rubella virus vaccine",2021,3,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2021,4,20,3.1 +40213183,"measles, mumps and rubella virus vaccine",2021,5,19,2.473684210526316 +40213183,"measles, mumps and rubella virus vaccine",2021,6,13,1.9230769230769231 +40213183,"measles, mumps and rubella virus vaccine",2021,7,16,3.375 +40213183,"measles, mumps and rubella virus vaccine",2021,8,17,2.764705882352941 +40213183,"measles, mumps and rubella virus vaccine",2021,9,23,3.5217391304347827 +40213183,"measles, mumps and rubella virus vaccine",2021,10,21,1.8571428571428572 +40213183,"measles, mumps and rubella virus vaccine",2021,11,23,2.5217391304347827 +40213183,"measles, mumps and rubella virus vaccine",2021,12,24,2.375 +40213183,"measles, mumps and rubella virus vaccine",2022,1,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2022,2,12,2 +40213183,"measles, mumps and rubella virus vaccine",2022,3,17,2.8823529411764706 +40213183,"measles, mumps and rubella virus vaccine",2022,4,21,2.238095238095238 +40213183,"measles, mumps and rubella virus vaccine",2022,5,15,2.6666666666666665 +40213183,"measles, mumps and rubella virus vaccine",2022,6,11,2.5454545454545454 +40213183,"measles, mumps and rubella virus vaccine",2022,7,16,1.75 +40213183,"measles, mumps and rubella virus vaccine",2022,8,27,1.9259259259259258 +40213183,"measles, mumps and rubella virus vaccine",2022,9,17,1.588235294117647 +40213183,"measles, mumps and rubella virus vaccine",2022,10,14,2.142857142857143 +40213183,"measles, mumps and rubella virus vaccine",2022,11,18,1.7222222222222223 +40213183,"measles, mumps and rubella virus vaccine",2022,12,20,1.9 +40213183,"measles, mumps and rubella virus vaccine",2023,1,20,1.7 +40213183,"measles, mumps and rubella virus vaccine",2023,2,13,2.3846153846153846 +40213183,"measles, mumps and rubella virus vaccine",2023,3,15,2 +40213183,"measles, mumps and rubella virus vaccine",2023,4,24,1.875 +40213183,"measles, mumps and rubella virus vaccine",2023,5,14,1.5714285714285714 +40213183,"measles, mumps and rubella virus vaccine",2023,6,11,1.6363636363636365 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,1,3,2.6666666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,3,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,5,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,6,2,1.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,7,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,9,3,3 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,10,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,11,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,12,2,1.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,2,3,1.6666666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,3,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,5,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,10,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,11,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,3,1,5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,10,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,11,2,4.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,12,2,2.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,1,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,6,18,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,7,41,2.1463414634146343 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,8,51,2.0980392156862746 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,9,49,2.020408163265306 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,10,42,1.8333333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,11,45,1.9777777777777779 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,12,54,2.6481481481481484 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,1,37,1.8918918918918919 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,2,45,2.1555555555555554 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,3,39,1.8205128205128205 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,4,35,2.1142857142857143 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,5,46,2.6956521739130435 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,6,33,2.393939393939394 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,7,41,3.2195121951219514 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,8,37,3.081081081081081 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,9,46,2.152173913043478 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,10,36,3.638888888888889 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,11,30,2.966666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,12,45,2.088888888888889 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,1,38,3.4473684210526314 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,2,42,2.5714285714285716 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,3,45,2.2888888888888888 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,4,48,3 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,5,36,2.4166666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,6,51,2.4705882352941178 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,7,52,2.673076923076923 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,8,51,2.7058823529411766 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,9,44,2.159090909090909 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,10,33,2.515151515151515 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,11,60,2.433333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,12,50,2.94 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,1,52,2.4423076923076925 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,2,50,2.02 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,3,52,2.0576923076923075 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,4,49,2.489795918367347 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,5,56,2.1964285714285716 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,6,41,2.5121951219512195 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,7,50,2.42 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,8,56,2.4642857142857144 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,9,43,2.558139534883721 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,10,49,3.306122448979592 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,11,29,1.7586206896551724 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,12,42,2.357142857142857 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,1,49,2.9183673469387754 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,2,43,2.372093023255814 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,3,51,3.1372549019607843 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,4,45,1.7555555555555555 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,5,48,2.0625 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,6,57,2.7017543859649122 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,7,55,2.5090909090909093 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,8,49,2.3877551020408165 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,9,39,2.230769230769231 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,10,37,2.081081081081081 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,11,40,3.125 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,12,41,2.4146341463414633 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,1,43,2.0697674418604652 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,2,38,2.1315789473684212 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,3,43,1.8837209302325582 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,4,38,1.763157894736842 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,5,48,1.9583333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,6,44,2.8181818181818183 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,7,42,1.9285714285714286 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,8,47,2.297872340425532 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,9,42,2.261904761904762 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,10,47,1.6382978723404256 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,11,43,2.302325581395349 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,12,44,1.7272727272727273 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,1,36,1.7777777777777777 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,2,44,1.7045454545454546 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,3,45,1.8222222222222222 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,4,45,1.8888888888888888 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,5,54,2.537037037037037 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,6,37,1.972972972972973 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,7,50,1.98 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,8,41,2.073170731707317 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,9,38,2.1578947368421053 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,10,39,1.9487179487179487 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,11,48,1.9375 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,12,39,2.1025641025641026 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,1,43,1.9069767441860466 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,2,47,2.1914893617021276 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,3,45,2.6444444444444444 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,4,53,2.3962264150943398 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,5,44,1.8863636363636365 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,6,39,2.4615384615384617 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,7,44,1.8181818181818181 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,8,46,2.652173913043478 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,9,35,1.9714285714285715 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,10,51,2.7450980392156863 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,11,44,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,12,49,2.816326530612245 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,1,55,2.5454545454545454 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,2,32,3.0625 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,3,47,2.7872340425531914 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,4,42,2.0714285714285716 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,5,50,2.44 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,6,42,2.380952380952381 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,7,48,2.7291666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,8,34,1.7647058823529411 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,9,53,2.6792452830188678 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,10,49,1.836734693877551 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,11,49,3.122448979591837 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,12,46,2.282608695652174 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,1,46,2.1739130434782608 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,2,39,2.1794871794871793 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,3,40,2.175 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,4,43,1.9069767441860466 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,5,40,2.05 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,6,42,1.7857142857142858 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,7,46,2.130434782608696 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,8,48,1.9166666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,9,38,1.894736842105263 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,10,45,2.422222222222222 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,11,40,2.4 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,12,38,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,1,40,2.45 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,2,37,2.6486486486486487 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,3,43,1.8604651162790697 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,4,38,2.3157894736842106 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,5,40,2.6 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,6,15,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,10,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,5,4,3.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,10,2,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,1,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,5,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,6,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,9,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,2,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,12,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,1,1,34 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,8,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,12,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,1,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,7,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,4,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,12,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,2,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,7,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,3,2,4.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,9,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,12,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,1,2,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,4,2,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,5,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,8,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,12,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,1,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,7,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,9,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,5,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,9,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,2,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2010,9,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,9,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,11,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,3,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,7,6,1.8333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,8,11,4.7272727272727275 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,9,10,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,10,10,2.1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,11,6,3.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,12,12,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,1,7,2.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,2,8,2.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,3,6,6.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,4,9,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,5,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,6,6,1.8333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,7,9,2.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,8,11,1.9090909090909092 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,9,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,10,7,1.8571428571428572 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,11,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,12,10,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,1,6,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,2,7,3.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,3,9,1.5555555555555556 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,4,9,2.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,5,6,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,6,7,1.8571428571428572 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,7,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,8,8,4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,9,14,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,10,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,12,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,1,10,3.1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,2,4,4.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,3,9,1.8888888888888888 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,4,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,5,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,6,10,2.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,7,16,1.6875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,8,9,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,9,5,1.2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,10,9,2.2222222222222223 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,11,7,1.7142857142857142 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,12,11,6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,1,10,1.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,2,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,3,16,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,4,8,1.75 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,5,11,2.4545454545454546 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,6,9,2.3333333333333335 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,7,7,4.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,8,16,1.75 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,9,8,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,10,8,4.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,11,9,4.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,12,6,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,1,12,2.1666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,2,6,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,3,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,4,11,4.454545454545454 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,5,10,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,6,13,3.1538461538461537 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,7,9,2.2222222222222223 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,8,19,2.526315789473684 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,9,5,1.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,10,10,1.9 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,11,7,3.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,12,5,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,1,8,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,2,7,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,3,5,1.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,4,5,3.2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,5,5,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,6,5,7.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,7,11,1.9090909090909092 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,8,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,9,10,3.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,10,13,1.7692307692307692 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,11,11,1.7272727272727273 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,12,11,2.3636363636363638 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,1,7,1.8571428571428572 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,2,7,2.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,3,4,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,4,12,1.5833333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,5,7,5.428571428571429 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,6,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,7,9,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,8,10,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,9,5,2.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,10,10,2.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,11,8,2.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,12,9,3.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,1,9,1.7777777777777777 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,2,10,2.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,3,13,2.076923076923077 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,4,11,6.363636363636363 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,5,10,1.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,6,9,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,7,6,2.1666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,8,7,1.5714285714285714 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,9,9,1.8888888888888888 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,10,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,11,4,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,12,9,1.5555555555555556 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,1,12,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,2,7,4.428571428571429 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,3,11,2.727272727272727 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,4,9,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,5,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,6,10,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,7,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,8,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,9,10,2.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,10,5,1.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,11,8,2.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,12,12,4.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,1,12,2.3333333333333335 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,2,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,3,7,3.5714285714285716 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,4,6,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,5,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,6,6,1.3333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2006,2,1,1 +40213216,"rotavirus, live, monovalent vaccine",2010,12,1,1 +40213216,"rotavirus, live, monovalent vaccine",2011,2,1,1 +40213216,"rotavirus, live, monovalent vaccine",2013,6,9,1.7777777777777777 +40213216,"rotavirus, live, monovalent vaccine",2013,7,17,2.4705882352941178 +40213216,"rotavirus, live, monovalent vaccine",2013,8,19,2.1578947368421053 +40213216,"rotavirus, live, monovalent vaccine",2013,9,22,2.090909090909091 +40213216,"rotavirus, live, monovalent vaccine",2013,10,17,1.9411764705882353 +40213216,"rotavirus, live, monovalent vaccine",2013,11,20,1.7 +40213216,"rotavirus, live, monovalent vaccine",2013,12,19,2.1052631578947367 +40213216,"rotavirus, live, monovalent vaccine",2014,1,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2014,2,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2014,3,11,1.7272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2014,4,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2014,5,18,3.5555555555555554 +40213216,"rotavirus, live, monovalent vaccine",2014,6,10,2.9 +40213216,"rotavirus, live, monovalent vaccine",2014,7,19,3.789473684210526 +40213216,"rotavirus, live, monovalent vaccine",2014,8,10,5.9 +40213216,"rotavirus, live, monovalent vaccine",2014,9,19,2.736842105263158 +40213216,"rotavirus, live, monovalent vaccine",2014,10,13,4.384615384615385 +40213216,"rotavirus, live, monovalent vaccine",2014,11,16,3.0625 +40213216,"rotavirus, live, monovalent vaccine",2014,12,20,2.15 +40213216,"rotavirus, live, monovalent vaccine",2015,1,15,2.8 +40213216,"rotavirus, live, monovalent vaccine",2015,2,23,2.4347826086956523 +40213216,"rotavirus, live, monovalent vaccine",2015,3,23,2.347826086956522 +40213216,"rotavirus, live, monovalent vaccine",2015,4,22,2.5454545454545454 +40213216,"rotavirus, live, monovalent vaccine",2015,5,18,2.2777777777777777 +40213216,"rotavirus, live, monovalent vaccine",2015,6,22,2.727272727272727 +40213216,"rotavirus, live, monovalent vaccine",2015,7,15,2.1333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2015,8,19,3 +40213216,"rotavirus, live, monovalent vaccine",2015,9,25,2.24 +40213216,"rotavirus, live, monovalent vaccine",2015,10,14,2.642857142857143 +40213216,"rotavirus, live, monovalent vaccine",2015,11,28,2.4642857142857144 +40213216,"rotavirus, live, monovalent vaccine",2015,12,19,1.894736842105263 +40213216,"rotavirus, live, monovalent vaccine",2016,1,23,2.4347826086956523 +40213216,"rotavirus, live, monovalent vaccine",2016,2,16,1.75 +40213216,"rotavirus, live, monovalent vaccine",2016,3,23,2.130434782608696 +40213216,"rotavirus, live, monovalent vaccine",2016,4,21,2.857142857142857 +40213216,"rotavirus, live, monovalent vaccine",2016,5,23,1.9130434782608696 +40213216,"rotavirus, live, monovalent vaccine",2016,6,15,2.933333333333333 +40213216,"rotavirus, live, monovalent vaccine",2016,7,22,2 +40213216,"rotavirus, live, monovalent vaccine",2016,8,13,3.5384615384615383 +40213216,"rotavirus, live, monovalent vaccine",2016,9,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2016,10,16,3.25 +40213216,"rotavirus, live, monovalent vaccine",2016,11,9,2.111111111111111 +40213216,"rotavirus, live, monovalent vaccine",2016,12,17,2.764705882352941 +40213216,"rotavirus, live, monovalent vaccine",2017,1,18,2.8333333333333335 +40213216,"rotavirus, live, monovalent vaccine",2017,2,20,2.65 +40213216,"rotavirus, live, monovalent vaccine",2017,3,23,2.5217391304347827 +40213216,"rotavirus, live, monovalent vaccine",2017,4,22,1.8181818181818181 +40213216,"rotavirus, live, monovalent vaccine",2017,5,22,1.7727272727272727 +40213216,"rotavirus, live, monovalent vaccine",2017,6,22,2.3636363636363638 +40213216,"rotavirus, live, monovalent vaccine",2017,7,23,2.1739130434782608 +40213216,"rotavirus, live, monovalent vaccine",2017,8,14,2.7857142857142856 +40213216,"rotavirus, live, monovalent vaccine",2017,9,18,2.8333333333333335 +40213216,"rotavirus, live, monovalent vaccine",2017,10,12,2.5 +40213216,"rotavirus, live, monovalent vaccine",2017,11,13,2.8461538461538463 +40213216,"rotavirus, live, monovalent vaccine",2017,12,12,2.0833333333333335 +40213216,"rotavirus, live, monovalent vaccine",2018,1,19,1.5263157894736843 +40213216,"rotavirus, live, monovalent vaccine",2018,2,14,1.7142857142857142 +40213216,"rotavirus, live, monovalent vaccine",2018,3,21,1.4761904761904763 +40213216,"rotavirus, live, monovalent vaccine",2018,4,17,1.8235294117647058 +40213216,"rotavirus, live, monovalent vaccine",2018,5,22,1.5 +40213216,"rotavirus, live, monovalent vaccine",2018,6,20,2.45 +40213216,"rotavirus, live, monovalent vaccine",2018,7,17,1.7058823529411764 +40213216,"rotavirus, live, monovalent vaccine",2018,8,20,2.3 +40213216,"rotavirus, live, monovalent vaccine",2018,9,14,1.7857142857142858 +40213216,"rotavirus, live, monovalent vaccine",2018,10,17,1.7058823529411764 +40213216,"rotavirus, live, monovalent vaccine",2018,11,14,2.2857142857142856 +40213216,"rotavirus, live, monovalent vaccine",2018,12,17,1.5294117647058822 +40213216,"rotavirus, live, monovalent vaccine",2019,1,13,2 +40213216,"rotavirus, live, monovalent vaccine",2019,2,22,1.6818181818181819 +40213216,"rotavirus, live, monovalent vaccine",2019,3,20,1.9 +40213216,"rotavirus, live, monovalent vaccine",2019,4,21,2 +40213216,"rotavirus, live, monovalent vaccine",2019,5,23,1.9565217391304348 +40213216,"rotavirus, live, monovalent vaccine",2019,6,19,2.210526315789474 +40213216,"rotavirus, live, monovalent vaccine",2019,7,21,1.8571428571428572 +40213216,"rotavirus, live, monovalent vaccine",2019,8,13,1.7692307692307692 +40213216,"rotavirus, live, monovalent vaccine",2019,9,14,2.0714285714285716 +40213216,"rotavirus, live, monovalent vaccine",2019,10,12,1.5 +40213216,"rotavirus, live, monovalent vaccine",2019,11,20,1.9 +40213216,"rotavirus, live, monovalent vaccine",2019,12,15,1.8 +40213216,"rotavirus, live, monovalent vaccine",2020,1,18,2.3333333333333335 +40213216,"rotavirus, live, monovalent vaccine",2020,2,20,1.8 +40213216,"rotavirus, live, monovalent vaccine",2020,3,12,3 +40213216,"rotavirus, live, monovalent vaccine",2020,4,18,1.8333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2020,5,16,2.0625 +40213216,"rotavirus, live, monovalent vaccine",2020,6,20,2.35 +40213216,"rotavirus, live, monovalent vaccine",2020,7,19,2 +40213216,"rotavirus, live, monovalent vaccine",2020,8,24,3.2916666666666665 +40213216,"rotavirus, live, monovalent vaccine",2020,9,15,2 +40213216,"rotavirus, live, monovalent vaccine",2020,10,21,4 +40213216,"rotavirus, live, monovalent vaccine",2020,11,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2020,12,23,3.5217391304347827 +40213216,"rotavirus, live, monovalent vaccine",2021,1,22,2.4545454545454546 +40213216,"rotavirus, live, monovalent vaccine",2021,2,18,3.111111111111111 +40213216,"rotavirus, live, monovalent vaccine",2021,3,16,2.6875 +40213216,"rotavirus, live, monovalent vaccine",2021,4,13,2.5384615384615383 +40213216,"rotavirus, live, monovalent vaccine",2021,5,17,2.0588235294117645 +40213216,"rotavirus, live, monovalent vaccine",2021,6,13,1.7692307692307692 +40213216,"rotavirus, live, monovalent vaccine",2021,7,22,2.272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2021,8,18,1.6666666666666667 +40213216,"rotavirus, live, monovalent vaccine",2021,9,23,2.260869565217391 +40213216,"rotavirus, live, monovalent vaccine",2021,10,19,1.6842105263157894 +40213216,"rotavirus, live, monovalent vaccine",2021,11,23,2.347826086956522 +40213216,"rotavirus, live, monovalent vaccine",2021,12,14,1.9285714285714286 +40213216,"rotavirus, live, monovalent vaccine",2022,1,19,2.0526315789473686 +40213216,"rotavirus, live, monovalent vaccine",2022,2,12,2.1666666666666665 +40213216,"rotavirus, live, monovalent vaccine",2022,3,16,2 +40213216,"rotavirus, live, monovalent vaccine",2022,4,18,1.6111111111111112 +40213216,"rotavirus, live, monovalent vaccine",2022,5,19,2.1052631578947367 +40213216,"rotavirus, live, monovalent vaccine",2022,6,18,1.5 +40213216,"rotavirus, live, monovalent vaccine",2022,7,20,2.4 +40213216,"rotavirus, live, monovalent vaccine",2022,8,14,1.5 +40213216,"rotavirus, live, monovalent vaccine",2022,9,14,1.7142857142857142 +40213216,"rotavirus, live, monovalent vaccine",2022,10,17,2.7058823529411766 +40213216,"rotavirus, live, monovalent vaccine",2022,11,11,1.7272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2022,12,13,2.230769230769231 +40213216,"rotavirus, live, monovalent vaccine",2023,1,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2023,2,12,3.5833333333333335 +40213216,"rotavirus, live, monovalent vaccine",2023,3,15,1.8 +40213216,"rotavirus, live, monovalent vaccine",2023,4,15,3.2 +40213216,"rotavirus, live, monovalent vaccine",2023,5,17,3.3529411764705883 +40213216,"rotavirus, live, monovalent vaccine",2023,6,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,1,5,1.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,2,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,3,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,4,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,5,4,5.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,6,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,7,4,2.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,8,5,2.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,10,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,12,2,17.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,1,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,6,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,9,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,2,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,5,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,11,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,1,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,3,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,4,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,6,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,7,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,9,2,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,11,4,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,1,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,2,3,3.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,6,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,9,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,11,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,12,5,2.4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,2,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,3,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,4,5,2.4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,7,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,9,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,11,3,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,12,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,1,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,9,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,11,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,3,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,5,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,8,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,1,3,12.666666666666666 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,3,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,6,4,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,9,5,1.6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,10,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,1,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,2,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,4,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,9,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,12,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,5,4,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,6,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,7,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,9,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,11,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,7,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,8,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,1,3,2.3333333333333335 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,3,1,6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,7,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,9,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,10,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,1,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,2,4,3.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,3,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,5,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,6,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,7,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,9,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,10,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,11,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,1,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,3,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,4,3,2.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,8,5,1.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,9,4,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,11,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,1,4,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,2,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,5,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,6,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,8,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,1,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,2,4,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,3,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,7,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,8,3,2.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,12,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,2,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,3,5,4.6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,7,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,9,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,2,2,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,5,4,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,7,6,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,9,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,12,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,1,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,4,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,5,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,7,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,8,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,9,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,10,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,11,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,1,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,2,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,4,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,5,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,8,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,10,4,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,2,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,3,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,6,25,2.12 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,7,84,2.1666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,8,60,1.9666666666666666 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,9,66,2.227272727272727 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,10,53,2.811320754716981 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,11,45,2.1555555555555554 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,12,53,2.018867924528302 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,1,58,2.3275862068965516 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,2,46,1.7608695652173914 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,3,67,2.4776119402985075 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,4,38,2.1578947368421053 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,5,56,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,6,63,2.492063492063492 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,7,51,1.9215686274509804 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,8,52,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,9,62,2.161290322580645 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,10,75,2.1866666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,11,63,2.253968253968254 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,12,58,2.8448275862068964 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,1,65,1.8307692307692307 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,2,61,1.8688524590163935 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,3,84,1.9166666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,4,72,2.5694444444444446 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,5,59,2.6271186440677967 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,6,70,2.585714285714286 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,7,64,2.34375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,8,66,1.9090909090909092 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,9,58,2.6379310344827585 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,10,69,2.0434782608695654 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,11,65,2.0615384615384613 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,12,74,2.027027027027027 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,1,72,2.2222222222222223 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,2,60,2.533333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,3,71,3.323943661971831 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,4,70,2.142857142857143 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,5,63,2.6984126984126986 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,6,65,2.1538461538461537 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,7,76,2.1842105263157894 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,8,71,2.056338028169014 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,9,75,2.2266666666666666 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,10,79,2.759493670886076 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,11,64,1.984375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,12,73,1.821917808219178 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,1,81,2.9012345679012346 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,2,67,3.014925373134328 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,3,75,2.36 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,4,59,1.9491525423728813 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,5,66,1.9696969696969697 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,6,65,3.0153846153846153 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,7,74,2.0135135135135136 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,8,70,2.7285714285714286 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,9,59,1.9661016949152543 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,10,82,2.5853658536585367 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,11,60,2.5833333333333335 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,12,64,2.296875 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,1,79,2.1392405063291138 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,2,68,2.823529411764706 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,3,56,2.107142857142857 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,4,63,2.888888888888889 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,5,67,2.1492537313432836 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,6,66,2.0757575757575757 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,7,53,2.6226415094339623 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,8,78,2.282051282051282 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,9,72,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,10,81,2.3703703703703702 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,11,73,2.671232876712329 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,12,52,3.4038461538461537 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,1,80,2.2125 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,2,76,2.013157894736842 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,3,69,2.1884057971014492 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,4,75,2.44 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,5,74,2.2027027027027026 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,6,65,1.6615384615384616 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,7,74,2.108108108108108 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,8,66,3.015151515151515 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,9,77,2.2987012987012987 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,10,65,1.9384615384615385 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,11,60,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,12,68,2.6029411764705883 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,1,64,2.09375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,2,62,2.5806451612903225 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,3,72,2.2222222222222223 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,4,70,2.357142857142857 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,5,62,1.903225806451613 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,6,70,2.1857142857142855 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,7,74,2.081081081081081 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,8,56,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,9,87,2.2873563218390807 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,10,65,2.276923076923077 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,11,62,2.1129032258064515 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,12,58,2.586206896551724 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,1,58,1.8103448275862069 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,2,58,3.1551724137931036 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,3,58,2.810344827586207 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,4,58,2.1379310344827585 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,5,67,2.4477611940298507 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,6,47,1.9787234042553192 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,7,58,2.586206896551724 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,8,71,2.183098591549296 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,9,66,2.4696969696969697 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,10,57,2.0526315789473686 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,11,63,2.3333333333333335 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,12,66,1.9696969696969697 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,1,60,2.8333333333333335 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,2,68,2.2205882352941178 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,3,78,1.8717948717948718 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,4,63,1.9841269841269842 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,5,72,2.361111111111111 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,6,70,2.3714285714285714 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,7,67,2.0597014925373136 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,8,81,2.45679012345679 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,9,68,2.9411764705882355 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,10,60,1.7833333333333334 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,11,62,2.596774193548387 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,12,72,2.2916666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,1,57,2.3859649122807016 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,2,71,1.8309859154929577 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,3,65,3.3384615384615386 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,4,58,2.8793103448275863 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,5,56,3.0892857142857144 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,6,35,2.3714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,7,1,1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,9,1,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2008,3,1,1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,6,3,1.3333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,7,4,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,8,6,1.8333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,9,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,10,10,2.7 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,11,5,6.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,12,7,2.2857142857142856 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,1,11,2.909090909090909 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,2,2,6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,3,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,4,10,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,5,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,6,5,3.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,7,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,8,7,2.7142857142857144 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,9,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,10,9,2.7777777777777777 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,11,9,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,12,10,3.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,1,10,3.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,2,7,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,3,7,2.7142857142857144 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,4,5,1.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,5,7,1.8571428571428572 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,6,7,2.2857142857142856 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,7,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,8,9,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,9,8,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,10,10,2.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,11,9,2.111111111111111 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,12,5,2.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,1,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,2,9,1.7777777777777777 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,3,14,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,4,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,5,11,1.8181818181818181 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,6,13,1.6923076923076923 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,7,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,8,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,9,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,10,5,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,11,10,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,12,7,1.4285714285714286 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,1,6,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,2,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,3,4,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,4,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,5,5,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,6,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,7,12,3.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,8,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,9,13,2.076923076923077 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,10,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,11,3,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,12,4,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,1,11,1.7272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,2,3,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,3,12,1.9166666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,4,6,2.1666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,5,8,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,6,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,7,11,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,8,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,9,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,10,3,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,11,6,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,12,7,1.8571428571428572 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,1,10,2.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,2,9,1.4444444444444444 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,3,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,4,7,4.428571428571429 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,5,8,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,6,10,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,7,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,8,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,9,6,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,10,11,1.7272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,11,9,2.2222222222222223 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,12,8,2.375 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,1,9,2.3333333333333335 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,2,16,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,3,9,5.555555555555555 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,4,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,5,8,5.875 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,6,6,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,7,11,1.6363636363636365 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,8,7,1.8571428571428572 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,9,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,10,5,2.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,11,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,12,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,1,11,2.3636363636363638 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,2,10,3.3 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,3,11,2.090909090909091 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,4,13,1.8461538461538463 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,5,8,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,6,8,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,7,10,4.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,8,9,3.3333333333333335 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,9,11,2.1818181818181817 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,10,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,11,16,2.5625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,12,11,3.1818181818181817 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,1,10,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,2,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,3,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,4,10,2.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,5,10,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,6,7,1.1428571428571428 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,7,9,2.111111111111111 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,8,10,4.9 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,9,8,1.875 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,10,14,4.285714285714286 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,11,6,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,12,12,2.3333333333333335 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,1,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,2,11,3.272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,3,12,3.4166666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,4,5,6.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,5,6,1.8333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,6,6,1.6666666666666667 +40213251,varicella virus vaccine,1984,3,1,1 +40213251,varicella virus vaccine,1986,6,1,1 +40213251,varicella virus vaccine,1990,3,1,1 +40213251,varicella virus vaccine,1995,2,1,2 +40213251,varicella virus vaccine,1995,4,1,2 +40213251,varicella virus vaccine,1996,3,1,2 +40213251,varicella virus vaccine,2002,2,1,1 +40213251,varicella virus vaccine,2002,9,1,1 +40213251,varicella virus vaccine,2003,6,1,1 +40213251,varicella virus vaccine,2007,3,1,1 +40213251,varicella virus vaccine,2011,11,1,1 +40213251,varicella virus vaccine,2013,6,4,1.75 +40213251,varicella virus vaccine,2013,7,12,1.8333333333333333 +40213251,varicella virus vaccine,2013,8,20,2 +40213251,varicella virus vaccine,2013,9,20,1.7 +40213251,varicella virus vaccine,2013,10,21,1.8095238095238095 +40213251,varicella virus vaccine,2013,11,16,2.3125 +40213251,varicella virus vaccine,2013,12,23,3.347826086956522 +40213251,varicella virus vaccine,2014,1,17,1.8235294117647058 +40213251,varicella virus vaccine,2014,2,24,2.9583333333333335 +40213251,varicella virus vaccine,2014,3,17,3.4705882352941178 +40213251,varicella virus vaccine,2014,4,12,2.75 +40213251,varicella virus vaccine,2014,5,17,2.235294117647059 +40213251,varicella virus vaccine,2014,6,22,2.1363636363636362 +40213251,varicella virus vaccine,2014,7,14,2.0714285714285716 +40213251,varicella virus vaccine,2014,8,17,1.588235294117647 +40213251,varicella virus vaccine,2014,9,17,1.8235294117647058 +40213251,varicella virus vaccine,2014,10,15,1.6666666666666667 +40213251,varicella virus vaccine,2014,11,17,2.3529411764705883 +40213251,varicella virus vaccine,2014,12,17,2 +40213251,varicella virus vaccine,2015,1,19,2.789473684210526 +40213251,varicella virus vaccine,2015,2,16,1.9375 +40213251,varicella virus vaccine,2015,3,19,1.9473684210526316 +40213251,varicella virus vaccine,2015,4,20,3.75 +40213251,varicella virus vaccine,2015,5,13,2.6923076923076925 +40213251,varicella virus vaccine,2015,6,15,3.6666666666666665 +40213251,varicella virus vaccine,2015,7,17,4.764705882352941 +40213251,varicella virus vaccine,2015,8,23,2.347826086956522 +40213251,varicella virus vaccine,2015,9,14,1.9285714285714286 +40213251,varicella virus vaccine,2015,10,25,2.88 +40213251,varicella virus vaccine,2015,11,18,2.4444444444444446 +40213251,varicella virus vaccine,2015,12,23,2.0869565217391304 +40213251,varicella virus vaccine,2016,1,23,2.347826086956522 +40213251,varicella virus vaccine,2016,2,19,2.1578947368421053 +40213251,varicella virus vaccine,2016,3,19,2.210526315789474 +40213251,varicella virus vaccine,2016,4,16,1.75 +40213251,varicella virus vaccine,2016,5,19,2.4210526315789473 +40213251,varicella virus vaccine,2016,6,17,2.176470588235294 +40213251,varicella virus vaccine,2016,7,17,4.117647058823529 +40213251,varicella virus vaccine,2016,8,24,2.625 +40213251,varicella virus vaccine,2016,9,20,3.1 +40213251,varicella virus vaccine,2016,10,20,2.35 +40213251,varicella virus vaccine,2016,11,22,1.9545454545454546 +40213251,varicella virus vaccine,2016,12,17,2 +40213251,varicella virus vaccine,2017,1,21,2.7142857142857144 +40213251,varicella virus vaccine,2017,2,22,2.8181818181818183 +40213251,varicella virus vaccine,2017,3,20,3.95 +40213251,varicella virus vaccine,2017,4,14,1.7142857142857142 +40213251,varicella virus vaccine,2017,5,16,2 +40213251,varicella virus vaccine,2017,6,20,2 +40213251,varicella virus vaccine,2017,7,23,2.6956521739130435 +40213251,varicella virus vaccine,2017,8,15,2.2 +40213251,varicella virus vaccine,2017,9,18,3.5 +40213251,varicella virus vaccine,2017,10,8,2 +40213251,varicella virus vaccine,2017,11,22,2.6363636363636362 +40213251,varicella virus vaccine,2017,12,25,2.76 +40213251,varicella virus vaccine,2018,1,16,1.8125 +40213251,varicella virus vaccine,2018,2,19,2 +40213251,varicella virus vaccine,2018,3,23,2.0434782608695654 +40213251,varicella virus vaccine,2018,4,19,2.210526315789474 +40213251,varicella virus vaccine,2018,5,23,2.217391304347826 +40213251,varicella virus vaccine,2018,6,19,1.9473684210526316 +40213251,varicella virus vaccine,2018,7,13,2.230769230769231 +40213251,varicella virus vaccine,2018,8,18,2.9444444444444446 +40213251,varicella virus vaccine,2018,9,9,2.2222222222222223 +40213251,varicella virus vaccine,2018,10,18,1.8333333333333333 +40213251,varicella virus vaccine,2018,11,15,1.7333333333333334 +40213251,varicella virus vaccine,2018,12,16,1.9375 +40213251,varicella virus vaccine,2019,1,18,3.5 +40213251,varicella virus vaccine,2019,2,13,2.076923076923077 +40213251,varicella virus vaccine,2019,3,21,2.0952380952380953 +40213251,varicella virus vaccine,2019,4,17,3.6470588235294117 +40213251,varicella virus vaccine,2019,5,17,2.9411764705882355 +40213251,varicella virus vaccine,2019,6,13,2.1538461538461537 +40213251,varicella virus vaccine,2019,7,18,2.0555555555555554 +40213251,varicella virus vaccine,2019,8,20,2.25 +40213251,varicella virus vaccine,2019,9,14,2.142857142857143 +40213251,varicella virus vaccine,2019,10,18,2.5 +40213251,varicella virus vaccine,2019,11,26,2.1153846153846154 +40213251,varicella virus vaccine,2019,12,20,2.05 +40213251,varicella virus vaccine,2020,1,13,1.6923076923076923 +40213251,varicella virus vaccine,2020,2,21,2.5238095238095237 +40213251,varicella virus vaccine,2020,3,25,2.28 +40213251,varicella virus vaccine,2020,4,20,2.3 +40213251,varicella virus vaccine,2020,5,17,2.235294117647059 +40213251,varicella virus vaccine,2020,6,17,2.0588235294117645 +40213251,varicella virus vaccine,2020,7,23,2.217391304347826 +40213251,varicella virus vaccine,2020,8,16,1.8125 +40213251,varicella virus vaccine,2020,9,12,2 +40213251,varicella virus vaccine,2020,10,22,1.8636363636363635 +40213251,varicella virus vaccine,2020,11,25,2 +40213251,varicella virus vaccine,2020,12,17,3.5294117647058822 +40213251,varicella virus vaccine,2021,1,22,1.7727272727272727 +40213251,varicella virus vaccine,2021,2,8,1.875 +40213251,varicella virus vaccine,2021,3,17,2.176470588235294 +40213251,varicella virus vaccine,2021,4,20,3.1 +40213251,varicella virus vaccine,2021,5,19,2.473684210526316 +40213251,varicella virus vaccine,2021,6,13,1.9230769230769231 +40213251,varicella virus vaccine,2021,7,16,3.375 +40213251,varicella virus vaccine,2021,8,17,2.764705882352941 +40213251,varicella virus vaccine,2021,9,23,3.5217391304347827 +40213251,varicella virus vaccine,2021,10,21,1.8571428571428572 +40213251,varicella virus vaccine,2021,11,23,2.5217391304347827 +40213251,varicella virus vaccine,2021,12,24,2.375 +40213251,varicella virus vaccine,2022,1,17,2.176470588235294 +40213251,varicella virus vaccine,2022,2,12,2 +40213251,varicella virus vaccine,2022,3,17,2.8823529411764706 +40213251,varicella virus vaccine,2022,4,21,2.238095238095238 +40213251,varicella virus vaccine,2022,5,15,2.6666666666666665 +40213251,varicella virus vaccine,2022,6,11,2.5454545454545454 +40213251,varicella virus vaccine,2022,7,16,1.75 +40213251,varicella virus vaccine,2022,8,27,1.9259259259259258 +40213251,varicella virus vaccine,2022,9,17,1.588235294117647 +40213251,varicella virus vaccine,2022,10,14,2.142857142857143 +40213251,varicella virus vaccine,2022,11,18,1.7222222222222223 +40213251,varicella virus vaccine,2022,12,20,1.9 +40213251,varicella virus vaccine,2023,1,20,1.7 +40213251,varicella virus vaccine,2023,2,13,2.3846153846153846 +40213251,varicella virus vaccine,2023,3,15,2 +40213251,varicella virus vaccine,2023,4,24,1.875 +40213251,varicella virus vaccine,2023,5,14,1.5714285714285714 +40213251,varicella virus vaccine,2023,6,11,1.6363636363636365 +40213260,"zoster vaccine, live",2006,1,1,2 +40213260,"zoster vaccine, live",2006,2,1,4 +40213260,"zoster vaccine, live",2006,4,1,2 +40213260,"zoster vaccine, live",2006,7,1,2 +40213260,"zoster vaccine, live",2006,8,1,3 +40213260,"zoster vaccine, live",2006,10,2,1.5 +40213260,"zoster vaccine, live",2007,1,3,3 +40213260,"zoster vaccine, live",2007,2,1,2 +40213260,"zoster vaccine, live",2007,4,1,2 +40213260,"zoster vaccine, live",2007,7,2,1.5 +40213260,"zoster vaccine, live",2007,10,1,2 +40213260,"zoster vaccine, live",2008,7,1,1 +40213260,"zoster vaccine, live",2009,2,1,1 +40213260,"zoster vaccine, live",2010,2,1,1 +40213260,"zoster vaccine, live",2010,4,1,1 +40213260,"zoster vaccine, live",2010,5,1,2 +40213260,"zoster vaccine, live",2010,7,1,2 +40213260,"zoster vaccine, live",2011,1,1,2 +40213260,"zoster vaccine, live",2011,5,1,2 +40213260,"zoster vaccine, live",2012,1,1,2 +40213260,"zoster vaccine, live",2013,6,5,1.6 +40213260,"zoster vaccine, live",2013,7,21,2.0476190476190474 +40213260,"zoster vaccine, live",2013,8,11,1.9090909090909092 +40213260,"zoster vaccine, live",2013,9,13,2.3846153846153846 +40213260,"zoster vaccine, live",2013,10,18,2 +40213260,"zoster vaccine, live",2013,11,8,2.125 +40213260,"zoster vaccine, live",2013,12,23,2.4782608695652173 +40213260,"zoster vaccine, live",2014,1,22,1.9545454545454546 +40213260,"zoster vaccine, live",2014,2,16,1.6875 +40213260,"zoster vaccine, live",2014,3,17,2.3529411764705883 +40213260,"zoster vaccine, live",2014,4,21,1.5714285714285714 +40213260,"zoster vaccine, live",2014,5,15,2.7333333333333334 +40213260,"zoster vaccine, live",2014,6,21,2.238095238095238 +40213260,"zoster vaccine, live",2014,7,17,1.6470588235294117 +40213260,"zoster vaccine, live",2014,8,14,2.5714285714285716 +40213260,"zoster vaccine, live",2014,9,13,1.9230769230769231 +40213260,"zoster vaccine, live",2014,10,16,2.375 +40213260,"zoster vaccine, live",2014,11,8,1.875 +40213260,"zoster vaccine, live",2014,12,20,2.5 +40213260,"zoster vaccine, live",2015,1,16,1.875 +40213260,"zoster vaccine, live",2015,2,16,3.0625 +40213260,"zoster vaccine, live",2015,3,19,1.4736842105263157 +40213260,"zoster vaccine, live",2015,4,22,2.6363636363636362 +40213260,"zoster vaccine, live",2015,5,15,2.3333333333333335 +40213260,"zoster vaccine, live",2015,6,20,2.05 +40213260,"zoster vaccine, live",2015,7,21,2.142857142857143 +40213260,"zoster vaccine, live",2015,8,21,2.3333333333333335 +40213260,"zoster vaccine, live",2015,9,20,1.8 +40213260,"zoster vaccine, live",2015,10,12,2.75 +40213260,"zoster vaccine, live",2015,11,5,1.6 +40213260,"zoster vaccine, live",2015,12,13,1.4615384615384615 +40213260,"zoster vaccine, live",2016,1,17,1.9411764705882353 +40213260,"zoster vaccine, live",2016,2,15,3.466666666666667 +40213260,"zoster vaccine, live",2016,3,15,2.2666666666666666 +40213260,"zoster vaccine, live",2016,4,10,3.9 +40213260,"zoster vaccine, live",2016,5,14,4.142857142857143 +40213260,"zoster vaccine, live",2016,6,17,2.0588235294117645 +40213260,"zoster vaccine, live",2016,7,20,2.7 +40213260,"zoster vaccine, live",2016,8,16,2.75 +40213260,"zoster vaccine, live",2016,9,23,2.217391304347826 +40213260,"zoster vaccine, live",2016,10,15,2.3333333333333335 +40213260,"zoster vaccine, live",2016,11,10,2 +40213260,"zoster vaccine, live",2016,12,15,1.7333333333333334 +40213260,"zoster vaccine, live",2017,1,25,1.64 +40213260,"zoster vaccine, live",2017,2,19,2.8947368421052633 +40213260,"zoster vaccine, live",2017,3,10,3 +40213260,"zoster vaccine, live",2017,4,13,1.5384615384615385 +40213260,"zoster vaccine, live",2017,5,16,1.8125 +40213260,"zoster vaccine, live",2017,6,16,4 +40213260,"zoster vaccine, live",2017,7,14,1.8571428571428572 +40213260,"zoster vaccine, live",2017,8,23,3.1739130434782608 +40213260,"zoster vaccine, live",2017,9,16,2.625 +40213260,"zoster vaccine, live",2017,10,13,2.8461538461538463 +40213260,"zoster vaccine, live",2017,11,11,1.8181818181818181 +40213260,"zoster vaccine, live",2017,12,14,2.142857142857143 +40213260,"zoster vaccine, live",2018,1,20,1.95 +40213260,"zoster vaccine, live",2018,2,20,2.15 +40213260,"zoster vaccine, live",2018,3,18,2 +40213260,"zoster vaccine, live",2018,4,20,1.9 +40213260,"zoster vaccine, live",2018,5,15,2 +40213260,"zoster vaccine, live",2018,6,22,1.6363636363636365 +40213260,"zoster vaccine, live",2018,7,17,2.235294117647059 +40213260,"zoster vaccine, live",2018,8,27,2.185185185185185 +40213260,"zoster vaccine, live",2018,9,19,3.4210526315789473 +40213260,"zoster vaccine, live",2018,10,10,3.4 +40213260,"zoster vaccine, live",2018,11,14,3.5714285714285716 +40213260,"zoster vaccine, live",2018,12,11,2 +40213260,"zoster vaccine, live",2019,1,11,2.272727272727273 +40213260,"zoster vaccine, live",2019,2,20,1.95 +40213260,"zoster vaccine, live",2019,3,16,1.8125 +40213260,"zoster vaccine, live",2019,4,18,1.9444444444444444 +40213260,"zoster vaccine, live",2019,5,14,2 +40213260,"zoster vaccine, live",2019,6,18,1.7222222222222223 +40213260,"zoster vaccine, live",2019,7,26,2.0384615384615383 +40213260,"zoster vaccine, live",2019,8,20,2.5 +40213260,"zoster vaccine, live",2019,9,19,3.5789473684210527 +40213260,"zoster vaccine, live",2019,10,20,2.3 +40213260,"zoster vaccine, live",2019,11,10,4.5 +40213260,"zoster vaccine, live",2019,12,12,4.25 +40213260,"zoster vaccine, live",2020,1,10,1.8 +40213260,"zoster vaccine, live",2020,2,16,2.125 +40213260,"zoster vaccine, live",2020,3,11,1.7272727272727273 +40213260,"zoster vaccine, live",2020,4,15,1.9333333333333333 +40213260,"zoster vaccine, live",2020,5,12,1.75 +40213260,"zoster vaccine, live",2020,6,14,1.8571428571428572 +40213260,"zoster vaccine, live",2020,7,15,2.066666666666667 +40213260,"zoster vaccine, live",2020,8,19,2.263157894736842 +40213260,"zoster vaccine, live",2020,9,14,3.7142857142857144 +40213260,"zoster vaccine, live",2020,10,22,2 +40213260,"zoster vaccine, live",2020,11,11,4.454545454545454 +40213260,"zoster vaccine, live",2020,12,10,5.2 +40213260,"zoster vaccine, live",2021,1,15,2.4 +40213260,"zoster vaccine, live",2021,2,16,2.125 +40213260,"zoster vaccine, live",2021,3,12,1.75 +40213260,"zoster vaccine, live",2021,4,11,1.7272727272727273 +40213260,"zoster vaccine, live",2021,5,13,2 +40213260,"zoster vaccine, live",2021,6,15,1.6 +40213260,"zoster vaccine, live",2021,7,14,1.6428571428571428 +40213260,"zoster vaccine, live",2021,8,20,1.8 +40213260,"zoster vaccine, live",2021,9,15,4.666666666666667 +40213260,"zoster vaccine, live",2021,10,19,1.7894736842105263 +40213260,"zoster vaccine, live",2021,11,15,3.2 +40213260,"zoster vaccine, live",2021,12,11,2.1818181818181817 +40213260,"zoster vaccine, live",2022,1,15,2.466666666666667 +40213260,"zoster vaccine, live",2022,2,15,2 +40213260,"zoster vaccine, live",2022,3,16,3.3125 +40213260,"zoster vaccine, live",2022,4,14,2.142857142857143 +40213260,"zoster vaccine, live",2022,5,13,1.6923076923076923 +40213260,"zoster vaccine, live",2022,6,14,2.357142857142857 +40213260,"zoster vaccine, live",2022,7,20,1.6 +40213260,"zoster vaccine, live",2022,8,18,2.1666666666666665 +40213260,"zoster vaccine, live",2022,9,20,3.2 +40213260,"zoster vaccine, live",2022,10,16,2.75 +40213260,"zoster vaccine, live",2022,11,12,1.75 +40213260,"zoster vaccine, live",2022,12,9,1.6666666666666667 +40213260,"zoster vaccine, live",2023,1,8,1.875 +40213260,"zoster vaccine, live",2023,2,17,1.7058823529411764 +40213260,"zoster vaccine, live",2023,3,20,2.9 +40213260,"zoster vaccine, live",2023,4,9,2.111111111111111 +40213260,"zoster vaccine, live",2023,5,12,2.25 +40213260,"zoster vaccine, live",2023,6,10,3.9 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,2,2,1.5 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,4,1,2 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,10,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,12,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,3,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,7,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,9,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,12,2,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2003,9,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2007,3,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2010,12,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,5,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2012,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,6,17,1.8823529411764706 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,7,40,2.525 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,8,52,2.7884615384615383 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,9,45,2.022222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,10,37,1.972972972972973 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,11,51,2.0392156862745097 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,12,54,2.1296296296296298 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,1,49,1.7755102040816326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,2,45,2.6 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,3,40,3.1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,4,35,2.4571428571428573 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,5,46,2.652173913043478 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,6,35,2.1714285714285713 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,7,41,2.8048780487804876 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,8,33,3.1818181818181817 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,9,43,2.5348837209302326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,10,40,3.475 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,11,38,2.5526315789473686 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,12,48,2.1041666666666665 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,1,40,3.4 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,2,52,2.4423076923076925 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,3,51,2.1372549019607843 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,4,43,2.558139534883721 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,5,46,2.152173913043478 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,6,45,2.977777777777778 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,7,50,3.12 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,8,48,2.5833333333333335 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,9,49,2.2653061224489797 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,10,46,3.217391304347826 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,11,58,2.706896551724138 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,12,48,1.9583333333333333 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,1,43,2.5348837209302326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,2,49,2.020408163265306 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,3,52,2.173076923076923 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,4,60,2.5166666666666666 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,5,50,1.88 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,6,39,2.5384615384615383 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,7,47,2.6382978723404253 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,8,50,2.88 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,9,50,2.86 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,10,37,2.5945945945945947 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,11,41,2.1707317073170733 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,12,42,2.357142857142857 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,1,54,3.0925925925925926 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,2,45,2.6222222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,3,45,2.7333333333333334 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,4,38,1.894736842105263 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,5,60,2.216666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,6,56,2.6964285714285716 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,7,57,1.8771929824561404 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,8,38,2.1578947368421053 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,9,51,2.8627450980392157 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,10,38,2.736842105263158 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,11,40,2.55 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,12,39,2.076923076923077 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,1,33,1.7878787878787878 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,2,43,2.697674418604651 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,3,47,2.234042553191489 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,4,43,1.930232558139535 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,5,57,1.5789473684210527 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,6,49,2.0408163265306123 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,7,42,1.7380952380952381 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,8,51,2.215686274509804 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,9,42,1.9285714285714286 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,10,43,1.9767441860465116 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,11,36,2.6944444444444446 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,12,34,1.8235294117647058 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,1,44,2.522727272727273 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,2,38,2 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,3,46,1.8695652173913044 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,4,38,2.789473684210526 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,5,58,1.9137931034482758 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,6,47,2.127659574468085 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,7,44,1.8636363636363635 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,8,42,2.2857142857142856 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,9,45,2.1555555555555554 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,10,52,1.9423076923076923 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,11,44,2.0681818181818183 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,12,36,1.9166666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,1,39,2.1538461538461537 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,2,51,2.0784313725490198 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,3,36,2.3055555555555554 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,4,44,1.9090909090909092 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,5,50,2.08 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,6,49,2.489795918367347 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,7,58,2.0689655172413794 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,8,42,2.642857142857143 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,9,38,2.026315789473684 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,10,49,2.816326530612245 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,11,51,2.1176470588235294 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,12,45,3.088888888888889 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,1,57,2.508771929824561 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,2,39,2.3846153846153846 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,3,42,3.0238095238095237 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,4,43,2.558139534883721 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,5,40,2.525 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,6,37,2.2162162162162162 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,7,44,2.159090909090909 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,8,45,2.3333333333333335 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,9,51,2.4901960784313726 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,10,55,2.327272727272727 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,11,46,1.9565217391304348 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,12,45,2.422222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,1,50,1.96 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,2,49,2.4081632653061225 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,3,44,2.4545454545454546 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,4,40,2.125 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,5,37,2.5135135135135136 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,6,37,1.864864864864865 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,7,49,2.061224489795918 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,8,39,1.6666666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,9,40,1.8 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,10,44,2.1818181818181817 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,11,47,1.702127659574468 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,12,42,1.9285714285714286 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,1,41,2.1707317073170733 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,2,29,2.793103448275862 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,3,38,2.0789473684210527 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,4,43,2.2093023255813953 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,5,36,2.6944444444444446 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,6,18,1.7222222222222223 +40213296,"hepatitis A vaccine, adult dosage",1996,4,1,1 +40213296,"hepatitis A vaccine, adult dosage",1996,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",1996,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",1996,9,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,3,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,4,1,1 +40213296,"hepatitis A vaccine, adult dosage",1997,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",1998,3,2,2.5 +40213296,"hepatitis A vaccine, adult dosage",1998,9,1,2 +40213296,"hepatitis A vaccine, adult dosage",2000,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2000,3,1,3 +40213296,"hepatitis A vaccine, adult dosage",2000,12,1,1 +40213296,"hepatitis A vaccine, adult dosage",2001,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2001,11,1,2 +40213296,"hepatitis A vaccine, adult dosage",2002,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",2002,11,1,2 +40213296,"hepatitis A vaccine, adult dosage",2003,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",2003,10,1,2 +40213296,"hepatitis A vaccine, adult dosage",2004,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",2005,10,1,2 +40213296,"hepatitis A vaccine, adult dosage",2007,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2008,3,1,2 +40213296,"hepatitis A vaccine, adult dosage",2009,7,1,3 +40213296,"hepatitis A vaccine, adult dosage",2010,8,1,1 +40213296,"hepatitis A vaccine, adult dosage",2011,2,1,1 +40213296,"hepatitis A vaccine, adult dosage",2012,3,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,2,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,3,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,6,8,2.125 +40213296,"hepatitis A vaccine, adult dosage",2013,7,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2013,8,23,1.6956521739130435 +40213296,"hepatitis A vaccine, adult dosage",2013,9,16,2.625 +40213296,"hepatitis A vaccine, adult dosage",2013,10,20,2.2 +40213296,"hepatitis A vaccine, adult dosage",2013,11,16,2 +40213296,"hepatitis A vaccine, adult dosage",2013,12,16,1.5 +40213296,"hepatitis A vaccine, adult dosage",2014,1,11,2.5454545454545454 +40213296,"hepatitis A vaccine, adult dosage",2014,2,15,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2014,3,24,3.4583333333333335 +40213296,"hepatitis A vaccine, adult dosage",2014,4,9,2 +40213296,"hepatitis A vaccine, adult dosage",2014,5,20,2.45 +40213296,"hepatitis A vaccine, adult dosage",2014,6,19,2.8421052631578947 +40213296,"hepatitis A vaccine, adult dosage",2014,7,15,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2014,8,21,1.9047619047619047 +40213296,"hepatitis A vaccine, adult dosage",2014,9,25,3.04 +40213296,"hepatitis A vaccine, adult dosage",2014,10,11,2 +40213296,"hepatitis A vaccine, adult dosage",2014,11,12,2.9166666666666665 +40213296,"hepatitis A vaccine, adult dosage",2014,12,6,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2015,1,14,3.0714285714285716 +40213296,"hepatitis A vaccine, adult dosage",2015,2,12,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2015,3,17,1.7058823529411764 +40213296,"hepatitis A vaccine, adult dosage",2015,4,16,2.1875 +40213296,"hepatitis A vaccine, adult dosage",2015,5,18,1.3888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2015,6,20,3.35 +40213296,"hepatitis A vaccine, adult dosage",2015,7,12,2.0833333333333335 +40213296,"hepatitis A vaccine, adult dosage",2015,8,20,1.75 +40213296,"hepatitis A vaccine, adult dosage",2015,9,16,1.75 +40213296,"hepatitis A vaccine, adult dosage",2015,10,18,1.8888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2015,11,15,2.1333333333333333 +40213296,"hepatitis A vaccine, adult dosage",2015,12,15,1.7333333333333334 +40213296,"hepatitis A vaccine, adult dosage",2016,1,11,2.3636363636363638 +40213296,"hepatitis A vaccine, adult dosage",2016,2,19,1.7894736842105263 +40213296,"hepatitis A vaccine, adult dosage",2016,3,24,2.5833333333333335 +40213296,"hepatitis A vaccine, adult dosage",2016,4,9,1.7777777777777777 +40213296,"hepatitis A vaccine, adult dosage",2016,5,24,2.0416666666666665 +40213296,"hepatitis A vaccine, adult dosage",2016,6,16,2.8125 +40213296,"hepatitis A vaccine, adult dosage",2016,7,19,1.6842105263157894 +40213296,"hepatitis A vaccine, adult dosage",2016,8,22,1.7727272727272727 +40213296,"hepatitis A vaccine, adult dosage",2016,9,22,2.909090909090909 +40213296,"hepatitis A vaccine, adult dosage",2016,10,15,3.2 +40213296,"hepatitis A vaccine, adult dosage",2016,11,16,1.875 +40213296,"hepatitis A vaccine, adult dosage",2016,12,10,2.2 +40213296,"hepatitis A vaccine, adult dosage",2017,1,20,2.95 +40213296,"hepatitis A vaccine, adult dosage",2017,2,18,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2017,3,21,1.7619047619047619 +40213296,"hepatitis A vaccine, adult dosage",2017,4,21,2.761904761904762 +40213296,"hepatitis A vaccine, adult dosage",2017,5,17,1.4705882352941178 +40213296,"hepatitis A vaccine, adult dosage",2017,6,19,2.526315789473684 +40213296,"hepatitis A vaccine, adult dosage",2017,7,11,1.5454545454545454 +40213296,"hepatitis A vaccine, adult dosage",2017,8,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2017,9,15,2.066666666666667 +40213296,"hepatitis A vaccine, adult dosage",2017,10,16,2.3125 +40213296,"hepatitis A vaccine, adult dosage",2017,11,17,2.9411764705882355 +40213296,"hepatitis A vaccine, adult dosage",2017,12,15,1.8666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2018,1,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2018,2,13,2.3076923076923075 +40213296,"hepatitis A vaccine, adult dosage",2018,3,15,2.2 +40213296,"hepatitis A vaccine, adult dosage",2018,4,14,1.7142857142857142 +40213296,"hepatitis A vaccine, adult dosage",2018,5,23,2.1739130434782608 +40213296,"hepatitis A vaccine, adult dosage",2018,6,14,3.4285714285714284 +40213296,"hepatitis A vaccine, adult dosage",2018,7,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2018,8,19,2.263157894736842 +40213296,"hepatitis A vaccine, adult dosage",2018,9,21,2.4285714285714284 +40213296,"hepatitis A vaccine, adult dosage",2018,10,16,2.4375 +40213296,"hepatitis A vaccine, adult dosage",2018,11,23,2.782608695652174 +40213296,"hepatitis A vaccine, adult dosage",2018,12,18,2.2222222222222223 +40213296,"hepatitis A vaccine, adult dosage",2019,1,14,2.142857142857143 +40213296,"hepatitis A vaccine, adult dosage",2019,2,17,2.1176470588235294 +40213296,"hepatitis A vaccine, adult dosage",2019,3,18,1.8888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2019,4,17,2.2941176470588234 +40213296,"hepatitis A vaccine, adult dosage",2019,5,16,2.0625 +40213296,"hepatitis A vaccine, adult dosage",2019,6,7,2 +40213296,"hepatitis A vaccine, adult dosage",2019,7,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2019,8,13,2 +40213296,"hepatitis A vaccine, adult dosage",2019,9,17,2.2941176470588234 +40213296,"hepatitis A vaccine, adult dosage",2019,10,9,1.7777777777777777 +40213296,"hepatitis A vaccine, adult dosage",2019,11,17,3.2941176470588234 +40213296,"hepatitis A vaccine, adult dosage",2019,12,17,1.8823529411764706 +40213296,"hepatitis A vaccine, adult dosage",2020,1,14,2.2142857142857144 +40213296,"hepatitis A vaccine, adult dosage",2020,2,13,2.5384615384615383 +40213296,"hepatitis A vaccine, adult dosage",2020,3,15,1.9333333333333333 +40213296,"hepatitis A vaccine, adult dosage",2020,4,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2020,5,13,2.769230769230769 +40213296,"hepatitis A vaccine, adult dosage",2020,6,16,2.875 +40213296,"hepatitis A vaccine, adult dosage",2020,7,14,1.6428571428571428 +40213296,"hepatitis A vaccine, adult dosage",2020,8,19,2.6842105263157894 +40213296,"hepatitis A vaccine, adult dosage",2020,9,20,2.3 +40213296,"hepatitis A vaccine, adult dosage",2020,10,16,2.3125 +40213296,"hepatitis A vaccine, adult dosage",2020,11,25,1.8 +40213296,"hepatitis A vaccine, adult dosage",2020,12,13,2 +40213296,"hepatitis A vaccine, adult dosage",2021,1,14,1.9285714285714286 +40213296,"hepatitis A vaccine, adult dosage",2021,2,11,2.4545454545454546 +40213296,"hepatitis A vaccine, adult dosage",2021,3,13,2.1538461538461537 +40213296,"hepatitis A vaccine, adult dosage",2021,4,12,2 +40213296,"hepatitis A vaccine, adult dosage",2021,5,11,4.636363636363637 +40213296,"hepatitis A vaccine, adult dosage",2021,6,13,2.1538461538461537 +40213296,"hepatitis A vaccine, adult dosage",2021,7,13,1.7692307692307692 +40213296,"hepatitis A vaccine, adult dosage",2021,8,15,4.133333333333334 +40213296,"hepatitis A vaccine, adult dosage",2021,9,19,2.1578947368421053 +40213296,"hepatitis A vaccine, adult dosage",2021,10,13,1.9230769230769231 +40213296,"hepatitis A vaccine, adult dosage",2021,11,22,3.409090909090909 +40213296,"hepatitis A vaccine, adult dosage",2021,12,10,2 +40213296,"hepatitis A vaccine, adult dosage",2022,1,14,2.142857142857143 +40213296,"hepatitis A vaccine, adult dosage",2022,2,14,2.2857142857142856 +40213296,"hepatitis A vaccine, adult dosage",2022,3,24,2.5416666666666665 +40213296,"hepatitis A vaccine, adult dosage",2022,4,20,2.6 +40213296,"hepatitis A vaccine, adult dosage",2022,5,10,1.4 +40213296,"hepatitis A vaccine, adult dosage",2022,6,20,1.65 +40213296,"hepatitis A vaccine, adult dosage",2022,7,19,1.8421052631578947 +40213296,"hepatitis A vaccine, adult dosage",2022,8,14,2.2857142857142856 +40213296,"hepatitis A vaccine, adult dosage",2022,9,15,5.133333333333334 +40213296,"hepatitis A vaccine, adult dosage",2022,10,14,2 +40213296,"hepatitis A vaccine, adult dosage",2022,11,21,2.6666666666666665 +40213296,"hepatitis A vaccine, adult dosage",2022,12,12,1.9166666666666667 +40213296,"hepatitis A vaccine, adult dosage",2023,1,16,1.625 +40213296,"hepatitis A vaccine, adult dosage",2023,2,13,2.3076923076923075 +40213296,"hepatitis A vaccine, adult dosage",2023,3,15,2.2 +40213296,"hepatitis A vaccine, adult dosage",2023,4,21,3.0476190476190474 +40213296,"hepatitis A vaccine, adult dosage",2023,5,9,5.777777777777778 +40213296,"hepatitis A vaccine, adult dosage",2023,6,10,4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,2,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,3,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,4,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,3,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,7,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1999,8,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2002,9,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,6,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,12,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2004,8,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2011,11,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,2,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,6,10,1.6 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,7,14,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,8,20,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,9,19,1.8421052631578947 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,10,24,1.5416666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,11,15,2.066666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,12,19,3.473684210526316 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,1,15,4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,2,20,2.45 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,3,24,2.9583333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,4,9,1.6666666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,5,24,2.3333333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,6,19,2.263157894736842 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,7,20,2.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,8,24,3.5416666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,9,14,1.6428571428571428 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,10,15,1.8666666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,11,20,2.35 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,12,19,1.6842105263157894 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,1,22,1.7727272727272727 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,2,11,2.090909090909091 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,3,18,3.7222222222222223 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,4,17,3.823529411764706 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,5,15,2.4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,6,18,2.388888888888889 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,7,12,4.416666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,8,23,2.652173913043478 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,9,18,2.5555555555555554 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,10,13,2.3846153846153846 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,11,22,1.9090909090909092 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,12,20,2.05 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,1,22,2.3181818181818183 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,2,21,2.4761904761904763 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,3,17,2.1176470588235294 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,4,13,2.076923076923077 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,5,18,2.5555555555555554 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,6,16,2.25 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,7,18,4.055555555555555 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,8,19,2.5789473684210527 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,9,15,2.4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,10,22,3.8181818181818183 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,11,19,2.3157894736842106 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,12,16,2.125 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,1,15,2.466666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,2,25,2.16 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,3,22,3.0454545454545454 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,4,22,2.1363636363636362 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,5,16,2.1875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,6,19,2.3157894736842106 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,7,15,3.466666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,8,19,2.736842105263158 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,9,17,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,10,8,2.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,11,26,2.730769230769231 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,12,23,2.782608695652174 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,1,24,2.3333333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,2,18,1.4444444444444444 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,3,22,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,4,19,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,5,24,2.4583333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,6,22,2.8181818181818183 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,7,15,2.1333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,8,14,2.857142857142857 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,9,12,2.4166666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,10,17,3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,11,15,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,12,16,1.6875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,1,11,1.7272727272727273 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,2,20,2.3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,3,26,2.6153846153846154 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,4,20,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,5,19,2.263157894736842 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,6,17,1.7647058823529411 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,7,24,1.8333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,8,19,2.4210526315789473 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,9,15,2.2666666666666666 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,10,8,2.375 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,11,23,2.4782608695652173 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,12,15,1.9333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,1,13,1.4615384615384615 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,2,18,1.8888888888888888 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,3,24,2.0416666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,4,20,1.8 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,5,19,1.5789473684210527 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,6,15,1.9333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,7,19,1.631578947368421 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,8,16,2.6875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,9,12,1.5833333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,10,23,1.7391304347826086 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,11,20,1.85 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,12,9,3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,1,19,2.0526315789473686 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,2,15,1.7333333333333334 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,3,16,1.9375 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,4,19,1.7894736842105263 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,5,23,2.260869565217391 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,6,21,2.1904761904761907 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,7,25,2.96 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,8,11,1.8181818181818181 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,9,18,2.9444444444444446 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,10,18,1.7777777777777777 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,11,20,2.9 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,12,15,2.6 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,1,19,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,2,14,1.9285714285714286 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,3,14,2.9285714285714284 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,4,23,1.9130434782608696 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,5,12,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,6,15,2.2666666666666666 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,7,21,1.9523809523809523 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,8,29,2.2758620689655173 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,9,16,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,10,19,3.5789473684210527 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,11,13,2.230769230769231 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,12,18,2.8333333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,1,20,1.8 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,2,19,2.9473684210526314 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,3,21,2.3333333333333335 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,4,17,2.235294117647059 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,5,12,1.5833333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,6,8,1.5 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,3,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,5,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,12,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,1,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,3,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,10,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,6,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,8,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,3,2,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,4,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,12,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,9,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,10,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2011,5,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,6,10,2.4 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,7,25,1.56 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,8,26,1.8461538461538463 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,9,29,2.206896551724138 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,10,20,2.15 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,11,27,2.111111111111111 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,12,25,2.24 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,1,20,2.1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,2,28,2.9642857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,3,28,3.357142857142857 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,4,19,2.3157894736842106 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,5,25,3.48 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,6,21,4 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,7,26,2.5 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,8,17,2.176470588235294 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,9,26,2.3846153846153846 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,10,37,3.081081081081081 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,11,23,2.869565217391304 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,12,32,2.46875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,1,30,3.3666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,2,23,3 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,3,25,2.08 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,4,29,2.689655172413793 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,5,29,2.413793103448276 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,6,27,2.5925925925925926 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,7,40,2.3 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,8,35,2.4857142857142858 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,9,31,2.3548387096774195 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,10,23,1.826086956521739 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,11,33,2.4545454545454546 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,12,34,2.6470588235294117 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,1,29,2.206896551724138 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,2,34,2.4705882352941178 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,3,25,1.96 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,4,26,2.3461538461538463 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,5,28,2.7142857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,6,23,3.130434782608696 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,7,22,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,8,26,1.9615384615384615 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,9,27,3.4444444444444446 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,10,30,2.6333333333333333 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,11,32,2.40625 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,12,31,1.8387096774193548 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,1,31,2.5161290322580645 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,2,27,1.962962962962963 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,3,25,2.24 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,4,26,2.6153846153846154 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,5,27,3.2962962962962963 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,6,24,3.2916666666666665 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,7,24,1.9166666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,8,25,1.72 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,9,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,10,31,1.7419354838709677 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,11,27,2.074074074074074 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,12,27,1.7777777777777777 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,1,30,1.9 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,2,27,2.5925925925925926 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,3,21,2.4285714285714284 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,4,25,1.92 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,5,30,1.7666666666666666 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,6,25,1.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,7,20,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,8,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,9,28,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,10,31,1.6774193548387097 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,11,24,2.125 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,12,27,1.8888888888888888 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,1,35,1.8857142857142857 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,2,32,2.125 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,3,23,1.8695652173913044 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,4,17,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,5,30,1.7 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,6,24,1.9166666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,7,23,1.7826086956521738 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,8,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,9,37,2.27027027027027 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,10,34,2.2058823529411766 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,11,17,1.8823529411764706 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,12,21,1.8571428571428572 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,1,26,1.9230769230769231 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,2,23,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,3,28,2.2857142857142856 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,4,33,2.8484848484848486 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,5,30,1.8666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,6,22,3.6363636363636362 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,7,27,2.5185185185185186 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,8,27,2.7777777777777777 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,9,28,2.4642857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,10,35,2.6857142857142855 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,11,29,2.793103448275862 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,12,22,2.090909090909091 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,1,22,3.3636363636363638 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,2,25,2.04 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,3,32,2.46875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,4,25,2.08 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,5,33,2.6363636363636362 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,6,34,2.1470588235294117 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,7,29,2.103448275862069 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,8,20,2.05 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,9,22,2.5454545454545454 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,10,30,2.033333333333333 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,11,22,1.5454545454545454 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,12,25,2.16 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,1,27,1.8888888888888888 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,2,35,1.9142857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,3,28,1.6785714285714286 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,4,24,2.3333333333333335 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,5,22,2.4545454545454546 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,6,21,1.6666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,7,22,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,8,25,2.16 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,9,20,1.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,10,24,1.875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,11,25,2.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,12,24,2.6666666666666665 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,1,20,3.35 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,2,17,2.0588235294117645 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,3,32,2.9375 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,4,23,1.9130434782608696 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,5,19,2.210526315789474 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,6,8,1.375 +40213306,"hepatitis B vaccine, adult dosage",1982,3,1,1 +40213306,"hepatitis B vaccine, adult dosage",1986,4,1,24 +40213306,"hepatitis B vaccine, adult dosage",1987,4,1,24 +40213306,"hepatitis B vaccine, adult dosage",1988,5,1,24 +40213306,"hepatitis B vaccine, adult dosage",1990,1,1,4 +40213306,"hepatitis B vaccine, adult dosage",1990,6,1,2 +40213306,"hepatitis B vaccine, adult dosage",1991,2,1,4 +40213306,"hepatitis B vaccine, adult dosage",1991,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1992,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1993,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1994,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1995,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1996,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1996,5,1,2 +40213306,"hepatitis B vaccine, adult dosage",2000,9,1,7 +40213306,"hepatitis B vaccine, adult dosage",2001,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2001,9,1,7 +40213306,"hepatitis B vaccine, adult dosage",2002,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2004,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2004,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2005,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2006,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2006,9,1,2 +40213306,"hepatitis B vaccine, adult dosage",2009,7,1,1 +40213306,"hepatitis B vaccine, adult dosage",2010,7,1,1 +40213306,"hepatitis B vaccine, adult dosage",2011,8,1,1 +40213306,"hepatitis B vaccine, adult dosage",2011,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2012,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2013,6,5,1.6 +40213306,"hepatitis B vaccine, adult dosage",2013,7,11,3 +40213306,"hepatitis B vaccine, adult dosage",2013,8,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2013,9,8,3.125 +40213306,"hepatitis B vaccine, adult dosage",2013,10,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2013,11,8,1.5 +40213306,"hepatitis B vaccine, adult dosage",2013,12,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2014,1,5,1.8 +40213306,"hepatitis B vaccine, adult dosage",2014,2,7,1.5714285714285714 +40213306,"hepatitis B vaccine, adult dosage",2014,3,9,1.4444444444444444 +40213306,"hepatitis B vaccine, adult dosage",2014,4,3,2.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2014,5,6,3.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2014,6,5,1.2 +40213306,"hepatitis B vaccine, adult dosage",2014,7,8,1.875 +40213306,"hepatitis B vaccine, adult dosage",2014,8,6,1.3333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2014,9,10,2.3 +40213306,"hepatitis B vaccine, adult dosage",2014,10,8,2 +40213306,"hepatitis B vaccine, adult dosage",2014,11,9,2 +40213306,"hepatitis B vaccine, adult dosage",2014,12,5,3 +40213306,"hepatitis B vaccine, adult dosage",2015,1,13,1.6923076923076923 +40213306,"hepatitis B vaccine, adult dosage",2015,2,11,2.090909090909091 +40213306,"hepatitis B vaccine, adult dosage",2015,3,14,1.8571428571428572 +40213306,"hepatitis B vaccine, adult dosage",2015,4,13,3 +40213306,"hepatitis B vaccine, adult dosage",2015,5,9,1.4444444444444444 +40213306,"hepatitis B vaccine, adult dosage",2015,6,11,1.7272727272727273 +40213306,"hepatitis B vaccine, adult dosage",2015,7,6,1.8333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2015,8,13,1.5384615384615385 +40213306,"hepatitis B vaccine, adult dosage",2015,9,7,1.8571428571428572 +40213306,"hepatitis B vaccine, adult dosage",2015,10,7,1.8571428571428572 +40213306,"hepatitis B vaccine, adult dosage",2015,11,9,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2015,12,15,2.2666666666666666 +40213306,"hepatitis B vaccine, adult dosage",2016,1,15,2.1333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2016,2,4,2.25 +40213306,"hepatitis B vaccine, adult dosage",2016,3,6,3.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2016,4,14,1.8571428571428572 +40213306,"hepatitis B vaccine, adult dosage",2016,5,8,2.5 +40213306,"hepatitis B vaccine, adult dosage",2016,6,4,2 +40213306,"hepatitis B vaccine, adult dosage",2016,7,9,1.8888888888888888 +40213306,"hepatitis B vaccine, adult dosage",2016,8,9,2 +40213306,"hepatitis B vaccine, adult dosage",2016,9,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2016,10,9,4.222222222222222 +40213306,"hepatitis B vaccine, adult dosage",2016,11,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2016,12,12,2.9166666666666665 +40213306,"hepatitis B vaccine, adult dosage",2017,1,13,5.153846153846154 +40213306,"hepatitis B vaccine, adult dosage",2017,2,10,5.3 +40213306,"hepatitis B vaccine, adult dosage",2017,3,8,4.375 +40213306,"hepatitis B vaccine, adult dosage",2017,4,10,2.4 +40213306,"hepatitis B vaccine, adult dosage",2017,5,4,1.5 +40213306,"hepatitis B vaccine, adult dosage",2017,6,8,2.875 +40213306,"hepatitis B vaccine, adult dosage",2017,7,14,2.2857142857142856 +40213306,"hepatitis B vaccine, adult dosage",2017,8,12,2.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2017,9,14,2 +40213306,"hepatitis B vaccine, adult dosage",2017,10,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2017,11,8,3.875 +40213306,"hepatitis B vaccine, adult dosage",2017,12,6,5.166666666666667 +40213306,"hepatitis B vaccine, adult dosage",2018,1,7,2.7142857142857144 +40213306,"hepatitis B vaccine, adult dosage",2018,2,13,3.5384615384615383 +40213306,"hepatitis B vaccine, adult dosage",2018,3,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2018,4,7,1.8571428571428572 +40213306,"hepatitis B vaccine, adult dosage",2018,5,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2018,6,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2018,7,7,1.7142857142857142 +40213306,"hepatitis B vaccine, adult dosage",2018,8,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2018,9,8,3 +40213306,"hepatitis B vaccine, adult dosage",2018,10,19,2.1052631578947367 +40213306,"hepatitis B vaccine, adult dosage",2018,11,13,4.153846153846154 +40213306,"hepatitis B vaccine, adult dosage",2018,12,10,3 +40213306,"hepatitis B vaccine, adult dosage",2019,1,13,2 +40213306,"hepatitis B vaccine, adult dosage",2019,2,6,2 +40213306,"hepatitis B vaccine, adult dosage",2019,3,10,4.3 +40213306,"hepatitis B vaccine, adult dosage",2019,4,3,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2019,5,12,1.9166666666666667 +40213306,"hepatitis B vaccine, adult dosage",2019,6,7,2 +40213306,"hepatitis B vaccine, adult dosage",2019,7,10,2.3 +40213306,"hepatitis B vaccine, adult dosage",2019,8,11,2.4545454545454546 +40213306,"hepatitis B vaccine, adult dosage",2019,9,5,1.2 +40213306,"hepatitis B vaccine, adult dosage",2019,10,10,1.2 +40213306,"hepatitis B vaccine, adult dosage",2019,11,5,4.6 +40213306,"hepatitis B vaccine, adult dosage",2019,12,11,2.1818181818181817 +40213306,"hepatitis B vaccine, adult dosage",2020,1,8,2.75 +40213306,"hepatitis B vaccine, adult dosage",2020,2,8,2 +40213306,"hepatitis B vaccine, adult dosage",2020,3,10,1.7 +40213306,"hepatitis B vaccine, adult dosage",2020,4,15,2.4 +40213306,"hepatitis B vaccine, adult dosage",2020,5,11,1.7272727272727273 +40213306,"hepatitis B vaccine, adult dosage",2020,6,10,1.8 +40213306,"hepatitis B vaccine, adult dosage",2020,7,7,1.4285714285714286 +40213306,"hepatitis B vaccine, adult dosage",2020,8,10,1.7 +40213306,"hepatitis B vaccine, adult dosage",2020,9,9,2.111111111111111 +40213306,"hepatitis B vaccine, adult dosage",2020,10,5,2.6 +40213306,"hepatitis B vaccine, adult dosage",2020,11,12,1.5833333333333333 +40213306,"hepatitis B vaccine, adult dosage",2020,12,9,2.5555555555555554 +40213306,"hepatitis B vaccine, adult dosage",2021,1,3,2.6666666666666665 +40213306,"hepatitis B vaccine, adult dosage",2021,2,7,2.4285714285714284 +40213306,"hepatitis B vaccine, adult dosage",2021,3,9,1.8888888888888888 +40213306,"hepatitis B vaccine, adult dosage",2021,4,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2021,5,14,1.7857142857142858 +40213306,"hepatitis B vaccine, adult dosage",2021,6,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2021,7,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2021,8,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2021,9,9,2.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2021,10,6,3.8333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2021,11,7,2 +40213306,"hepatitis B vaccine, adult dosage",2021,12,11,1.9090909090909092 +40213306,"hepatitis B vaccine, adult dosage",2022,1,12,2.3333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2022,2,14,2 +40213306,"hepatitis B vaccine, adult dosage",2022,3,7,1.5714285714285714 +40213306,"hepatitis B vaccine, adult dosage",2022,4,6,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2022,5,12,2.0833333333333335 +40213306,"hepatitis B vaccine, adult dosage",2022,6,15,1.9333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2022,7,6,4 +40213306,"hepatitis B vaccine, adult dosage",2022,8,12,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2022,9,4,2 +40213306,"hepatitis B vaccine, adult dosage",2022,10,9,1.3333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2022,11,7,2.2857142857142856 +40213306,"hepatitis B vaccine, adult dosage",2022,12,12,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2023,1,10,2 +40213306,"hepatitis B vaccine, adult dosage",2023,2,9,2 +40213306,"hepatitis B vaccine, adult dosage",2023,3,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2023,4,7,2 +40213306,"hepatitis B vaccine, adult dosage",2023,5,8,2.125 +40213306,"hepatitis B vaccine, adult dosage",2023,6,4,3.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,7,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,9,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1986,6,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,5,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,7,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1995,4,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,10,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,12,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,7,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,9,2,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2003,6,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2010,12,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,2,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,11,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,6,12,1.75 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,7,24,2.2916666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,8,30,2.1666666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,9,33,1.9696969696969697 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,10,30,1.7333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,11,27,1.8888888888888888 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,12,31,3 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,1,21,1.9047619047619047 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,2,28,2.0714285714285716 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,3,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,4,21,2.0952380952380953 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,5,29,3.103448275862069 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,6,22,2.727272727272727 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,7,26,3.3846153846153846 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,8,22,3.5454545454545454 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,9,29,2.3793103448275863 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,10,21,3.4285714285714284 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,11,25,2.88 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,12,27,2.037037037037037 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,1,24,2.5416666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,2,28,2.2857142857142856 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,3,29,2.3448275862068964 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,4,34,3.235294117647059 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,5,21,2.619047619047619 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,6,30,2.6333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,7,22,3.5 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,8,30,3 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,9,31,2.193548387096774 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,10,19,2.789473684210526 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,11,40,2.4 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,12,29,2.0689655172413794 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,1,37,2.4864864864864864 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,2,28,2.0357142857142856 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,3,32,2.21875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,4,26,2.6923076923076925 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,5,36,2.2777777777777777 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,6,25,2.64 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,7,28,2.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,8,28,2.857142857142857 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,9,24,2.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,10,30,2.966666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,11,18,1.7777777777777777 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,12,27,2.5555555555555554 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,1,27,2.6296296296296298 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,2,32,2.40625 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,3,36,2.8055555555555554 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,4,31,1.7741935483870968 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,5,26,1.7307692307692308 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,6,32,2.3125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,7,33,2.787878787878788 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,8,20,2.65 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,9,24,2.5416666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,10,15,2.3333333333333335 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,11,24,3.0833333333333335 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,12,26,2.6538461538461537 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,1,30,1.6666666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,2,23,1.608695652173913 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,3,33,1.606060606060606 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,4,28,1.8571428571428572 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,5,32,1.96875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,6,30,2.3333333333333335 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,7,23,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,8,28,2.7142857142857144 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,9,17,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,10,25,1.6 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,11,23,2.0869565217391304 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,12,27,1.5925925925925926 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,1,19,1.8421052631578947 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,2,33,1.5454545454545454 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,3,32,1.9375 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,4,31,1.903225806451613 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,5,31,2.2580645161290325 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,6,25,2.08 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,7,34,1.8235294117647058 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,8,21,1.8095238095238095 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,9,18,1.9444444444444444 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,10,16,1.75 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,11,35,1.8571428571428572 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,12,24,1.7916666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,1,26,2.076923076923077 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,2,29,1.8620689655172413 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,3,26,2.6153846153846154 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,4,32,1.875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,5,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,6,26,2.230769230769231 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,7,28,1.8571428571428572 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,8,32,3.03125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,9,18,1.8888888888888888 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,10,34,3.1176470588235294 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,11,27,1.8518518518518519 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,12,29,3.5517241379310347 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,1,33,2.212121212121212 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,2,22,2.9545454545454546 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,3,23,2.5217391304347827 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,4,24,2.2916666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,5,30,2.2333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,6,21,1.8571428571428572 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,7,33,2.9393939393939394 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,8,24,1.6666666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,9,34,2.735294117647059 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,10,29,1.7586206896551724 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,11,35,2.6857142857142855 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,12,26,2.3846153846153846 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,1,25,2.2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,2,15,2.1333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,3,24,2.125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,4,31,1.8064516129032258 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,5,26,1.9230769230769231 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,6,26,1.7692307692307692 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,7,30,2.2333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,8,30,1.8333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,9,22,1.6363636363636365 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,10,25,2.68 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,11,17,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,12,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,1,26,1.7692307692307692 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,2,19,3.1052631578947367 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,3,24,1.7083333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,4,26,2.6923076923076925 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,5,25,2.72 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,6,7,1.7142857142857142 +40213320,"human papilloma virus vaccine, quadrivalent",2006,7,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2006,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2007,7,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2007,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2008,3,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2008,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2009,4,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2013,6,6,1.6666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2013,7,27,2.111111111111111 +40213320,"human papilloma virus vaccine, quadrivalent",2013,8,17,1.8823529411764706 +40213320,"human papilloma virus vaccine, quadrivalent",2013,9,19,1.9473684210526316 +40213320,"human papilloma virus vaccine, quadrivalent",2013,10,23,2.347826086956522 +40213320,"human papilloma virus vaccine, quadrivalent",2013,11,23,2.9565217391304346 +40213320,"human papilloma virus vaccine, quadrivalent",2013,12,22,2.1818181818181817 +40213320,"human papilloma virus vaccine, quadrivalent",2014,1,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2014,2,19,2.1578947368421053 +40213320,"human papilloma virus vaccine, quadrivalent",2014,3,29,2.413793103448276 +40213320,"human papilloma virus vaccine, quadrivalent",2014,4,23,2.739130434782609 +40213320,"human papilloma virus vaccine, quadrivalent",2014,5,30,1.8666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2014,6,21,2.1904761904761907 +40213320,"human papilloma virus vaccine, quadrivalent",2014,7,22,2.409090909090909 +40213320,"human papilloma virus vaccine, quadrivalent",2014,8,14,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2014,9,21,2 +40213320,"human papilloma virus vaccine, quadrivalent",2014,10,24,2.5 +40213320,"human papilloma virus vaccine, quadrivalent",2014,11,21,3 +40213320,"human papilloma virus vaccine, quadrivalent",2014,12,23,2.739130434782609 +40213320,"human papilloma virus vaccine, quadrivalent",2015,1,24,2.9583333333333335 +40213320,"human papilloma virus vaccine, quadrivalent",2015,2,18,2.111111111111111 +40213320,"human papilloma virus vaccine, quadrivalent",2015,3,26,2.6538461538461537 +40213320,"human papilloma virus vaccine, quadrivalent",2015,4,24,2.375 +40213320,"human papilloma virus vaccine, quadrivalent",2015,5,21,1.8095238095238095 +40213320,"human papilloma virus vaccine, quadrivalent",2015,6,22,1.9545454545454546 +40213320,"human papilloma virus vaccine, quadrivalent",2015,7,22,2.3181818181818183 +40213320,"human papilloma virus vaccine, quadrivalent",2015,8,16,2.75 +40213320,"human papilloma virus vaccine, quadrivalent",2015,9,23,1.9565217391304348 +40213320,"human papilloma virus vaccine, quadrivalent",2015,10,28,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2015,11,24,3.125 +40213320,"human papilloma virus vaccine, quadrivalent",2015,12,19,2.6842105263157894 +40213320,"human papilloma virus vaccine, quadrivalent",2016,1,24,2.5833333333333335 +40213320,"human papilloma virus vaccine, quadrivalent",2016,2,27,2.4074074074074074 +40213320,"human papilloma virus vaccine, quadrivalent",2016,3,27,2 +40213320,"human papilloma virus vaccine, quadrivalent",2016,4,19,1.8421052631578947 +40213320,"human papilloma virus vaccine, quadrivalent",2016,5,27,1.8148148148148149 +40213320,"human papilloma virus vaccine, quadrivalent",2016,6,27,1.8518518518518519 +40213320,"human papilloma virus vaccine, quadrivalent",2016,7,23,2.217391304347826 +40213320,"human papilloma virus vaccine, quadrivalent",2016,8,17,2.9411764705882355 +40213320,"human papilloma virus vaccine, quadrivalent",2016,9,27,1.8148148148148149 +40213320,"human papilloma virus vaccine, quadrivalent",2016,10,22,2.3636363636363638 +40213320,"human papilloma virus vaccine, quadrivalent",2016,11,25,1.84 +40213320,"human papilloma virus vaccine, quadrivalent",2016,12,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2017,1,21,2.238095238095238 +40213320,"human papilloma virus vaccine, quadrivalent",2017,2,25,1.88 +40213320,"human papilloma virus vaccine, quadrivalent",2017,3,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2017,4,17,2.1176470588235294 +40213320,"human papilloma virus vaccine, quadrivalent",2017,5,26,1.7692307692307692 +40213320,"human papilloma virus vaccine, quadrivalent",2017,6,26,1.7692307692307692 +40213320,"human papilloma virus vaccine, quadrivalent",2017,7,24,2.75 +40213320,"human papilloma virus vaccine, quadrivalent",2017,8,21,2.3333333333333335 +40213320,"human papilloma virus vaccine, quadrivalent",2017,9,26,2.1923076923076925 +40213320,"human papilloma virus vaccine, quadrivalent",2017,10,29,1.8620689655172413 +40213320,"human papilloma virus vaccine, quadrivalent",2017,11,20,2.05 +40213320,"human papilloma virus vaccine, quadrivalent",2017,12,18,1.6666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2018,1,24,1.7916666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2018,2,13,1.6153846153846154 +40213320,"human papilloma virus vaccine, quadrivalent",2018,3,35,2.057142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2018,4,14,1.9285714285714286 +40213320,"human papilloma virus vaccine, quadrivalent",2018,5,29,1.8275862068965518 +40213320,"human papilloma virus vaccine, quadrivalent",2018,6,29,1.8275862068965518 +40213320,"human papilloma virus vaccine, quadrivalent",2018,7,28,2.5714285714285716 +40213320,"human papilloma virus vaccine, quadrivalent",2018,8,17,1.9411764705882353 +40213320,"human papilloma virus vaccine, quadrivalent",2018,9,23,1.9565217391304348 +40213320,"human papilloma virus vaccine, quadrivalent",2018,10,22,1.8181818181818181 +40213320,"human papilloma virus vaccine, quadrivalent",2018,11,18,2 +40213320,"human papilloma virus vaccine, quadrivalent",2018,12,21,1.5714285714285714 +40213320,"human papilloma virus vaccine, quadrivalent",2019,1,25,2.12 +40213320,"human papilloma virus vaccine, quadrivalent",2019,2,17,1.7058823529411764 +40213320,"human papilloma virus vaccine, quadrivalent",2019,3,28,1.75 +40213320,"human papilloma virus vaccine, quadrivalent",2019,4,19,3 +40213320,"human papilloma virus vaccine, quadrivalent",2019,5,19,1.8421052631578947 +40213320,"human papilloma virus vaccine, quadrivalent",2019,6,25,1.72 +40213320,"human papilloma virus vaccine, quadrivalent",2019,7,26,2.730769230769231 +40213320,"human papilloma virus vaccine, quadrivalent",2019,8,16,1.6875 +40213320,"human papilloma virus vaccine, quadrivalent",2019,9,27,2 +40213320,"human papilloma virus vaccine, quadrivalent",2019,10,22,1.7272727272727273 +40213320,"human papilloma virus vaccine, quadrivalent",2019,11,26,2.1538461538461537 +40213320,"human papilloma virus vaccine, quadrivalent",2019,12,17,2.0588235294117645 +40213320,"human papilloma virus vaccine, quadrivalent",2020,1,30,2.2333333333333334 +40213320,"human papilloma virus vaccine, quadrivalent",2020,2,28,1.6428571428571428 +40213320,"human papilloma virus vaccine, quadrivalent",2020,3,30,2.8333333333333335 +40213320,"human papilloma virus vaccine, quadrivalent",2020,4,19,2.6315789473684212 +40213320,"human papilloma virus vaccine, quadrivalent",2020,5,23,3.217391304347826 +40213320,"human papilloma virus vaccine, quadrivalent",2020,6,24,1.9583333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2020,7,32,1.84375 +40213320,"human papilloma virus vaccine, quadrivalent",2020,8,13,1.8461538461538463 +40213320,"human papilloma virus vaccine, quadrivalent",2020,9,23,1.6521739130434783 +40213320,"human papilloma virus vaccine, quadrivalent",2020,10,17,1.7058823529411764 +40213320,"human papilloma virus vaccine, quadrivalent",2020,11,23,1.826086956521739 +40213320,"human papilloma virus vaccine, quadrivalent",2020,12,24,2.1666666666666665 +40213320,"human papilloma virus vaccine, quadrivalent",2021,1,28,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2021,2,32,2.25 +40213320,"human papilloma virus vaccine, quadrivalent",2021,3,31,2.774193548387097 +40213320,"human papilloma virus vaccine, quadrivalent",2021,4,31,2.2903225806451615 +40213320,"human papilloma virus vaccine, quadrivalent",2021,5,23,3.4347826086956523 +40213320,"human papilloma virus vaccine, quadrivalent",2021,6,21,2.142857142857143 +40213320,"human papilloma virus vaccine, quadrivalent",2021,7,30,2.466666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2021,8,22,2.5454545454545454 +40213320,"human papilloma virus vaccine, quadrivalent",2021,9,23,1.8695652173913044 +40213320,"human papilloma virus vaccine, quadrivalent",2021,10,23,1.7826086956521738 +40213320,"human papilloma virus vaccine, quadrivalent",2021,11,28,2.2142857142857144 +40213320,"human papilloma virus vaccine, quadrivalent",2021,12,30,2.533333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2022,1,25,2.04 +40213320,"human papilloma virus vaccine, quadrivalent",2022,2,36,2.388888888888889 +40213320,"human papilloma virus vaccine, quadrivalent",2022,3,30,2.6 +40213320,"human papilloma virus vaccine, quadrivalent",2022,4,35,2.2 +40213320,"human papilloma virus vaccine, quadrivalent",2022,5,28,3.107142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2022,6,18,2.0555555555555554 +40213320,"human papilloma virus vaccine, quadrivalent",2022,7,25,1.84 +40213320,"human papilloma virus vaccine, quadrivalent",2022,8,29,4.0344827586206895 +40213320,"human papilloma virus vaccine, quadrivalent",2022,9,22,2.0454545454545454 +40213320,"human papilloma virus vaccine, quadrivalent",2022,10,29,3.0344827586206895 +40213320,"human papilloma virus vaccine, quadrivalent",2022,11,28,2.1785714285714284 +40213320,"human papilloma virus vaccine, quadrivalent",2022,12,36,2.4166666666666665 +40213320,"human papilloma virus vaccine, quadrivalent",2023,1,21,1.9523809523809523 +40213320,"human papilloma virus vaccine, quadrivalent",2023,2,33,2.4242424242424243 +40213320,"human papilloma virus vaccine, quadrivalent",2023,3,29,3.0689655172413794 +40213320,"human papilloma virus vaccine, quadrivalent",2023,4,32,2.65625 +40213320,"human papilloma virus vaccine, quadrivalent",2023,5,25,1.88 +40213320,"human papilloma virus vaccine, quadrivalent",2023,6,11,1.8181818181818181 +40220960,alteplase 100 MG Injection,1988,5,1,1 +40220960,alteplase 100 MG Injection,1990,11,1,1 +40220960,alteplase 100 MG Injection,1992,3,1,1 +40220960,alteplase 100 MG Injection,1992,6,1,1 +40220960,alteplase 100 MG Injection,1993,1,2,1 +40220960,alteplase 100 MG Injection,1993,9,1,1 +40220960,alteplase 100 MG Injection,1993,12,1,1 +40220960,alteplase 100 MG Injection,1994,4,1,1 +40220960,alteplase 100 MG Injection,1994,12,1,1 +40220960,alteplase 100 MG Injection,1996,6,1,1 +40220960,alteplase 100 MG Injection,1996,7,2,1 +40220960,alteplase 100 MG Injection,1996,8,1,1 +40220960,alteplase 100 MG Injection,1996,10,1,1 +40220960,alteplase 100 MG Injection,1997,7,1,1 +40220960,alteplase 100 MG Injection,1997,9,2,1 +40220960,alteplase 100 MG Injection,1997,11,1,1 +40220960,alteplase 100 MG Injection,1998,1,1,1 +40220960,alteplase 100 MG Injection,1998,9,1,1 +40220960,alteplase 100 MG Injection,1998,10,1,1 +40220960,alteplase 100 MG Injection,1999,1,1,1 +40220960,alteplase 100 MG Injection,1999,5,1,1 +40220960,alteplase 100 MG Injection,1999,6,1,1 +40220960,alteplase 100 MG Injection,1999,8,1,1 +40220960,alteplase 100 MG Injection,1999,10,1,1 +40220960,alteplase 100 MG Injection,2000,5,1,1 +40220960,alteplase 100 MG Injection,2000,12,1,1 +40220960,alteplase 100 MG Injection,2001,4,1,1 +40220960,alteplase 100 MG Injection,2001,9,1,1 +40220960,alteplase 100 MG Injection,2001,12,3,1 +40220960,alteplase 100 MG Injection,2002,3,1,1 +40220960,alteplase 100 MG Injection,2002,5,1,1 +40220960,alteplase 100 MG Injection,2002,7,1,1 +40220960,alteplase 100 MG Injection,2002,10,1,1 +40220960,alteplase 100 MG Injection,2002,11,1,1 +40220960,alteplase 100 MG Injection,2002,12,2,1 +40220960,alteplase 100 MG Injection,2003,1,1,1 +40220960,alteplase 100 MG Injection,2003,2,1,1 +40220960,alteplase 100 MG Injection,2003,7,1,1 +40220960,alteplase 100 MG Injection,2003,10,1,1 +40220960,alteplase 100 MG Injection,2004,1,2,1 +40220960,alteplase 100 MG Injection,2004,7,2,1 +40220960,alteplase 100 MG Injection,2005,10,2,1 +40220960,alteplase 100 MG Injection,2006,1,1,1 +40220960,alteplase 100 MG Injection,2006,5,2,1 +40220960,alteplase 100 MG Injection,2006,6,2,1 +40220960,alteplase 100 MG Injection,2006,11,1,1 +40220960,alteplase 100 MG Injection,2006,12,2,1 +40220960,alteplase 100 MG Injection,2007,1,1,1 +40220960,alteplase 100 MG Injection,2007,4,1,1 +40220960,alteplase 100 MG Injection,2007,5,1,1 +40220960,alteplase 100 MG Injection,2007,9,1,1 +40220960,alteplase 100 MG Injection,2008,3,1,1 +40220960,alteplase 100 MG Injection,2008,4,1,1 +40220960,alteplase 100 MG Injection,2008,5,1,1 +40220960,alteplase 100 MG Injection,2008,6,1,1 +40220960,alteplase 100 MG Injection,2008,7,1,1 +40220960,alteplase 100 MG Injection,2008,8,2,1 +40220960,alteplase 100 MG Injection,2008,10,1,1 +40220960,alteplase 100 MG Injection,2008,11,4,1 +40220960,alteplase 100 MG Injection,2009,4,1,1 +40220960,alteplase 100 MG Injection,2009,5,1,1 +40220960,alteplase 100 MG Injection,2009,6,1,1 +40220960,alteplase 100 MG Injection,2009,7,1,1 +40220960,alteplase 100 MG Injection,2009,9,1,1 +40220960,alteplase 100 MG Injection,2009,12,2,1 +40220960,alteplase 100 MG Injection,2010,2,1,1 +40220960,alteplase 100 MG Injection,2010,3,1,1 +40220960,alteplase 100 MG Injection,2010,6,1,1 +40220960,alteplase 100 MG Injection,2010,8,1,1 +40220960,alteplase 100 MG Injection,2010,9,2,1 +40220960,alteplase 100 MG Injection,2011,1,2,1 +40220960,alteplase 100 MG Injection,2011,2,1,1 +40220960,alteplase 100 MG Injection,2011,5,2,1 +40220960,alteplase 100 MG Injection,2012,3,1,1 +40220960,alteplase 100 MG Injection,2012,6,2,1 +40220960,alteplase 100 MG Injection,2012,7,2,1 +40220960,alteplase 100 MG Injection,2012,12,1,1 +40220960,alteplase 100 MG Injection,2013,1,1,1 +40220960,alteplase 100 MG Injection,2013,3,1,1 +40220960,alteplase 100 MG Injection,2013,4,1,1 +40220960,alteplase 100 MG Injection,2013,6,2,1 +40220960,alteplase 100 MG Injection,2013,7,3,1 +40220960,alteplase 100 MG Injection,2013,8,4,1 +40220960,alteplase 100 MG Injection,2013,9,1,1 +40220960,alteplase 100 MG Injection,2013,10,1,1 +40220960,alteplase 100 MG Injection,2013,11,1,1 +40220960,alteplase 100 MG Injection,2013,12,4,1 +40220960,alteplase 100 MG Injection,2014,1,3,1 +40220960,alteplase 100 MG Injection,2014,2,1,1 +40220960,alteplase 100 MG Injection,2014,3,2,1 +40220960,alteplase 100 MG Injection,2014,4,3,1 +40220960,alteplase 100 MG Injection,2014,5,3,1 +40220960,alteplase 100 MG Injection,2014,6,1,1 +40220960,alteplase 100 MG Injection,2014,7,3,1 +40220960,alteplase 100 MG Injection,2014,8,2,1 +40220960,alteplase 100 MG Injection,2014,9,4,1 +40220960,alteplase 100 MG Injection,2014,10,3,1 +40220960,alteplase 100 MG Injection,2014,11,4,1 +40220960,alteplase 100 MG Injection,2014,12,2,6 +40220960,alteplase 100 MG Injection,2015,1,5,1 +40220960,alteplase 100 MG Injection,2015,2,3,1 +40220960,alteplase 100 MG Injection,2015,3,5,1 +40220960,alteplase 100 MG Injection,2015,4,3,1 +40220960,alteplase 100 MG Injection,2015,5,6,1 +40220960,alteplase 100 MG Injection,2015,6,5,1 +40220960,alteplase 100 MG Injection,2015,7,7,1 +40220960,alteplase 100 MG Injection,2015,8,3,1 +40220960,alteplase 100 MG Injection,2015,9,2,1 +40220960,alteplase 100 MG Injection,2015,10,7,1 +40220960,alteplase 100 MG Injection,2015,11,4,1 +40220960,alteplase 100 MG Injection,2015,12,4,1 +40220960,alteplase 100 MG Injection,2016,1,4,1 +40220960,alteplase 100 MG Injection,2016,2,6,1 +40220960,alteplase 100 MG Injection,2016,3,3,1 +40220960,alteplase 100 MG Injection,2016,4,5,1 +40220960,alteplase 100 MG Injection,2016,5,4,1 +40220960,alteplase 100 MG Injection,2016,6,1,1 +40220960,alteplase 100 MG Injection,2016,7,2,1 +40220960,alteplase 100 MG Injection,2016,8,3,1 +40220960,alteplase 100 MG Injection,2016,9,4,1 +40220960,alteplase 100 MG Injection,2016,10,4,1 +40220960,alteplase 100 MG Injection,2016,11,4,1 +40220960,alteplase 100 MG Injection,2016,12,4,1 +40220960,alteplase 100 MG Injection,2017,1,7,1 +40220960,alteplase 100 MG Injection,2017,2,1,1 +40220960,alteplase 100 MG Injection,2017,3,5,1 +40220960,alteplase 100 MG Injection,2017,4,9,1 +40220960,alteplase 100 MG Injection,2017,5,3,1 +40220960,alteplase 100 MG Injection,2017,6,6,1 +40220960,alteplase 100 MG Injection,2017,7,5,1 +40220960,alteplase 100 MG Injection,2017,8,4,1 +40220960,alteplase 100 MG Injection,2017,9,6,1 +40220960,alteplase 100 MG Injection,2017,10,2,1 +40220960,alteplase 100 MG Injection,2017,11,5,1 +40220960,alteplase 100 MG Injection,2017,12,4,1 +40220960,alteplase 100 MG Injection,2018,1,5,1 +40220960,alteplase 100 MG Injection,2018,2,1,1 +40220960,alteplase 100 MG Injection,2018,3,3,1 +40220960,alteplase 100 MG Injection,2018,4,7,1 +40220960,alteplase 100 MG Injection,2018,5,7,1 +40220960,alteplase 100 MG Injection,2018,6,4,1 +40220960,alteplase 100 MG Injection,2018,7,3,1 +40220960,alteplase 100 MG Injection,2018,8,2,1 +40220960,alteplase 100 MG Injection,2018,9,6,1 +40220960,alteplase 100 MG Injection,2018,10,2,1 +40220960,alteplase 100 MG Injection,2018,11,4,1 +40220960,alteplase 100 MG Injection,2018,12,6,1 +40220960,alteplase 100 MG Injection,2019,1,6,1 +40220960,alteplase 100 MG Injection,2019,2,7,1 +40220960,alteplase 100 MG Injection,2019,3,4,1.25 +40220960,alteplase 100 MG Injection,2019,4,4,1 +40220960,alteplase 100 MG Injection,2019,5,6,1.1666666666666667 +40220960,alteplase 100 MG Injection,2019,6,2,1 +40220960,alteplase 100 MG Injection,2019,7,10,1 +40220960,alteplase 100 MG Injection,2019,8,6,1 +40220960,alteplase 100 MG Injection,2019,9,2,1 +40220960,alteplase 100 MG Injection,2019,10,6,1 +40220960,alteplase 100 MG Injection,2019,11,2,1 +40220960,alteplase 100 MG Injection,2019,12,7,1 +40220960,alteplase 100 MG Injection,2020,1,4,1 +40220960,alteplase 100 MG Injection,2020,2,7,1 +40220960,alteplase 100 MG Injection,2020,3,1,1 +40220960,alteplase 100 MG Injection,2020,4,4,1 +40220960,alteplase 100 MG Injection,2020,5,4,1 +40220960,alteplase 100 MG Injection,2020,6,2,1 +40220960,alteplase 100 MG Injection,2020,7,3,1 +40220960,alteplase 100 MG Injection,2020,8,6,1.1666666666666667 +40220960,alteplase 100 MG Injection,2020,9,3,1 +40220960,alteplase 100 MG Injection,2020,10,2,1 +40220960,alteplase 100 MG Injection,2020,11,6,1 +40220960,alteplase 100 MG Injection,2020,12,2,1 +40220960,alteplase 100 MG Injection,2021,1,3,1 +40220960,alteplase 100 MG Injection,2021,2,4,1 +40220960,alteplase 100 MG Injection,2021,3,7,1 +40220960,alteplase 100 MG Injection,2021,4,1,1 +40220960,alteplase 100 MG Injection,2021,5,7,1 +40220960,alteplase 100 MG Injection,2021,6,4,1 +40220960,alteplase 100 MG Injection,2021,7,5,1 +40220960,alteplase 100 MG Injection,2021,8,7,1 +40220960,alteplase 100 MG Injection,2021,9,3,1 +40220960,alteplase 100 MG Injection,2021,10,2,1 +40220960,alteplase 100 MG Injection,2021,11,2,1 +40220960,alteplase 100 MG Injection,2021,12,5,1 +40220960,alteplase 100 MG Injection,2022,1,1,1 +40220960,alteplase 100 MG Injection,2022,2,6,1 +40220960,alteplase 100 MG Injection,2022,3,8,1 +40220960,alteplase 100 MG Injection,2022,4,6,1 +40220960,alteplase 100 MG Injection,2022,5,7,1 +40220960,alteplase 100 MG Injection,2022,6,4,1 +40220960,alteplase 100 MG Injection,2022,7,7,1 +40220960,alteplase 100 MG Injection,2022,8,8,1 +40220960,alteplase 100 MG Injection,2022,9,2,1 +40220960,alteplase 100 MG Injection,2022,10,8,1 +40220960,alteplase 100 MG Injection,2022,11,6,1 +40220960,alteplase 100 MG Injection,2022,12,6,1 +40220960,alteplase 100 MG Injection,2023,1,6,1 +40220960,alteplase 100 MG Injection,2023,3,4,1 +40220960,alteplase 100 MG Injection,2023,4,10,1 +40220960,alteplase 100 MG Injection,2023,5,4,1 +40220960,alteplase 100 MG Injection,2023,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1960,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1962,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1963,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1967,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1973,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1979,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1984,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1986,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1995,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1999,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,9,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,8,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,9,1,3 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,10,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,12,2,1.5 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,5,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,6,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,3,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,5,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,8,2,1.5 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,7,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,12,4,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,3,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,9,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,11,1,2 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,7,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,11,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,2,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,5,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,6,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,7,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,10,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1960,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1962,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1963,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1967,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1973,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1979,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1984,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1986,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1995,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1999,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,9,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,8,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,9,1,3 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,10,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,12,2,1.5 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,5,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,6,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,3,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,5,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,8,2,1.5 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,7,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,12,4,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,3,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,9,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,11,1,2 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,7,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,11,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,2,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,5,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,6,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,7,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,10,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 +45766147,Appearance,2022,6,1,5 +45767945,Coronary artery stent,1941,6,1,1 +45767945,Coronary artery stent,1942,12,1,1 +45767945,Coronary artery stent,1943,8,1,1 +45767945,Coronary artery stent,1947,7,1,1 +45767945,Coronary artery stent,1948,7,1,1 +45767945,Coronary artery stent,1950,12,1,1 +45767945,Coronary artery stent,1951,5,1,1 +45767945,Coronary artery stent,1951,10,1,1 +45767945,Coronary artery stent,1952,9,1,1 +45767945,Coronary artery stent,1953,10,1,1 +45767945,Coronary artery stent,1955,6,1,1 +45767945,Coronary artery stent,1955,8,1,1 +45767945,Coronary artery stent,1956,1,1,1 +45767945,Coronary artery stent,1958,1,1,1 +45767945,Coronary artery stent,1958,4,1,1 +45767945,Coronary artery stent,1958,12,1,1 +45767945,Coronary artery stent,1960,7,1,1 +45767945,Coronary artery stent,1963,5,2,1 +45767945,Coronary artery stent,1963,6,1,1 +45767945,Coronary artery stent,1963,10,1,1 +45767945,Coronary artery stent,1965,7,2,1 +45767945,Coronary artery stent,1966,12,1,1 +45767945,Coronary artery stent,1967,1,1,1 +45767945,Coronary artery stent,1967,6,1,1 +45767945,Coronary artery stent,1967,8,1,1 +45767945,Coronary artery stent,1967,11,1,1 +45767945,Coronary artery stent,1968,4,1,1 +45767945,Coronary artery stent,1968,6,2,1 +45767945,Coronary artery stent,1969,6,1,1 +45767945,Coronary artery stent,1969,7,1,1 +45767945,Coronary artery stent,1969,11,1,1 +45767945,Coronary artery stent,1970,5,1,1 +45767945,Coronary artery stent,1970,9,1,2 +45767945,Coronary artery stent,1972,4,1,1 +45767945,Coronary artery stent,1974,5,1,1 +45767945,Coronary artery stent,1974,7,1,1 +45767945,Coronary artery stent,1975,3,1,1 +45767945,Coronary artery stent,1975,9,1,1 +45767945,Coronary artery stent,1975,11,2,1 +45767945,Coronary artery stent,1976,1,1,1 +45767945,Coronary artery stent,1976,3,1,1 +45767945,Coronary artery stent,1976,6,1,1 +45767945,Coronary artery stent,1976,10,2,1 +45767945,Coronary artery stent,1977,5,1,1 +45767945,Coronary artery stent,1977,10,1,1 +45767945,Coronary artery stent,1978,11,1,1 +45767945,Coronary artery stent,1979,1,1,1 +45767945,Coronary artery stent,1979,5,1,1 +45767945,Coronary artery stent,1980,2,2,1 +45767945,Coronary artery stent,1980,4,1,1 +45767945,Coronary artery stent,1980,6,1,1 +45767945,Coronary artery stent,1980,7,1,1 +45767945,Coronary artery stent,1980,8,1,1 +45767945,Coronary artery stent,1980,11,1,1 +45767945,Coronary artery stent,1981,1,1,1 +45767945,Coronary artery stent,1982,1,2,1 +45767945,Coronary artery stent,1982,4,1,1 +45767945,Coronary artery stent,1982,10,1,1 +45767945,Coronary artery stent,1983,4,1,1 +45767945,Coronary artery stent,1983,5,1,1 +45767945,Coronary artery stent,1983,9,1,1 +45767945,Coronary artery stent,1984,11,1,1 +45767945,Coronary artery stent,1985,3,2,1 +45767945,Coronary artery stent,1985,7,2,1 +45767945,Coronary artery stent,1986,4,1,1 +45767945,Coronary artery stent,1986,5,1,1 +45767945,Coronary artery stent,1986,12,1,1 +45767945,Coronary artery stent,1987,1,1,1 +45767945,Coronary artery stent,1987,3,1,1 +45767945,Coronary artery stent,1987,4,1,1 +45767945,Coronary artery stent,1987,5,1,1 +45767945,Coronary artery stent,1988,2,2,1 +45767945,Coronary artery stent,1988,7,1,1 +45767945,Coronary artery stent,1989,3,2,1 +45767945,Coronary artery stent,1989,8,1,1 +45767945,Coronary artery stent,1989,11,2,1 +45767945,Coronary artery stent,1990,1,1,1 +45767945,Coronary artery stent,1990,6,1,1 +45767945,Coronary artery stent,1990,8,1,1 +45767945,Coronary artery stent,1990,10,1,1 +45767945,Coronary artery stent,1990,12,2,1 +45767945,Coronary artery stent,1991,2,1,1 +45767945,Coronary artery stent,1991,9,2,1 +45767945,Coronary artery stent,1991,10,1,1 +45767945,Coronary artery stent,1991,11,2,1 +45767945,Coronary artery stent,1991,12,2,1 +45767945,Coronary artery stent,1993,4,1,1 +45767945,Coronary artery stent,1993,7,3,1 +45767945,Coronary artery stent,1993,8,1,2 +45767945,Coronary artery stent,1993,9,1,1 +45767945,Coronary artery stent,1993,10,2,1 +45767945,Coronary artery stent,1993,11,1,1 +45767945,Coronary artery stent,1994,4,1,1 +45767945,Coronary artery stent,1994,6,1,1 +45767945,Coronary artery stent,1994,7,1,1 +45767945,Coronary artery stent,1994,8,1,1 +45767945,Coronary artery stent,1994,9,2,1 +45767945,Coronary artery stent,1994,10,1,1 +45767945,Coronary artery stent,1994,12,3,1 +45767945,Coronary artery stent,1995,5,1,1 +45767945,Coronary artery stent,1996,4,1,1 +45767945,Coronary artery stent,1996,7,1,1 +45767945,Coronary artery stent,1996,8,3,1 +45767945,Coronary artery stent,1996,9,1,1 +45767945,Coronary artery stent,1996,10,1,1 +45767945,Coronary artery stent,1996,11,1,1 +45767945,Coronary artery stent,1996,12,2,1 +45767945,Coronary artery stent,1997,2,3,1.3333333333333333 +45767945,Coronary artery stent,1997,5,2,1 +45767945,Coronary artery stent,1997,7,1,1 +45767945,Coronary artery stent,1997,9,2,1 +45767945,Coronary artery stent,1997,10,1,1 +45767945,Coronary artery stent,1998,1,2,1 +45767945,Coronary artery stent,1998,3,2,1 +45767945,Coronary artery stent,1998,4,1,1 +45767945,Coronary artery stent,1998,5,1,1 +45767945,Coronary artery stent,1998,7,1,1 +45767945,Coronary artery stent,1998,9,2,1 +45767945,Coronary artery stent,1998,11,1,1 +45767945,Coronary artery stent,1999,1,2,1 +45767945,Coronary artery stent,1999,5,1,1 +45767945,Coronary artery stent,1999,6,1,1 +45767945,Coronary artery stent,1999,8,1,1 +45767945,Coronary artery stent,1999,12,3,1 +45767945,Coronary artery stent,2000,3,1,1 +45767945,Coronary artery stent,2000,4,1,1 +45767945,Coronary artery stent,2000,6,1,1 +45767945,Coronary artery stent,2000,7,1,1 +45767945,Coronary artery stent,2000,10,1,1 +45767945,Coronary artery stent,2000,11,2,1 +45767945,Coronary artery stent,2001,1,1,1 +45767945,Coronary artery stent,2001,2,1,1 +45767945,Coronary artery stent,2001,4,2,1 +45767945,Coronary artery stent,2001,5,3,1 +45767945,Coronary artery stent,2001,7,1,1 +45767945,Coronary artery stent,2001,8,1,1 +45767945,Coronary artery stent,2001,9,1,1 +45767945,Coronary artery stent,2001,10,1,1 +45767945,Coronary artery stent,2001,11,1,1 +45767945,Coronary artery stent,2002,1,2,1 +45767945,Coronary artery stent,2002,3,1,1 +45767945,Coronary artery stent,2002,4,1,1 +45767945,Coronary artery stent,2002,5,1,1 +45767945,Coronary artery stent,2002,7,4,1 +45767945,Coronary artery stent,2002,8,1,1 +45767945,Coronary artery stent,2002,10,2,1 +45767945,Coronary artery stent,2003,2,2,1 +45767945,Coronary artery stent,2003,3,1,1 +45767945,Coronary artery stent,2003,5,1,1 +45767945,Coronary artery stent,2003,6,1,1 +45767945,Coronary artery stent,2003,7,1,1 +45767945,Coronary artery stent,2003,9,1,1 +45767945,Coronary artery stent,2003,10,2,1 +45767945,Coronary artery stent,2003,11,1,1 +45767945,Coronary artery stent,2003,12,1,1 +45767945,Coronary artery stent,2004,1,2,1 +45767945,Coronary artery stent,2004,2,3,1 +45767945,Coronary artery stent,2004,3,2,1 +45767945,Coronary artery stent,2004,4,1,1 +45767945,Coronary artery stent,2004,5,1,1 +45767945,Coronary artery stent,2004,6,1,1 +45767945,Coronary artery stent,2004,7,2,1 +45767945,Coronary artery stent,2004,8,2,1 +45767945,Coronary artery stent,2004,10,2,1 +45767945,Coronary artery stent,2004,12,1,1 +45767945,Coronary artery stent,2005,2,1,1 +45767945,Coronary artery stent,2005,3,1,1 +45767945,Coronary artery stent,2005,4,4,1 +45767945,Coronary artery stent,2005,6,2,1 +45767945,Coronary artery stent,2005,8,2,1 +45767945,Coronary artery stent,2005,9,1,1 +45767945,Coronary artery stent,2005,10,1,1 +45767945,Coronary artery stent,2005,11,2,1 +45767945,Coronary artery stent,2006,2,2,1 +45767945,Coronary artery stent,2006,4,1,1 +45767945,Coronary artery stent,2006,5,1,1 +45767945,Coronary artery stent,2006,6,2,1 +45767945,Coronary artery stent,2006,8,2,1 +45767945,Coronary artery stent,2006,10,5,1 +45767945,Coronary artery stent,2007,1,3,1 +45767945,Coronary artery stent,2007,2,2,1 +45767945,Coronary artery stent,2007,3,2,1 +45767945,Coronary artery stent,2007,5,1,1 +45767945,Coronary artery stent,2007,6,2,1 +45767945,Coronary artery stent,2007,7,4,1 +45767945,Coronary artery stent,2007,9,1,1 +45767945,Coronary artery stent,2007,11,1,1 +45767945,Coronary artery stent,2007,12,1,1 +45767945,Coronary artery stent,2008,1,1,1 +45767945,Coronary artery stent,2008,2,2,1 +45767945,Coronary artery stent,2008,6,2,1 +45767945,Coronary artery stent,2008,8,1,1 +45767945,Coronary artery stent,2008,9,1,1 +45767945,Coronary artery stent,2008,10,2,1 +45767945,Coronary artery stent,2009,3,1,1 +45767945,Coronary artery stent,2009,4,1,1 +45767945,Coronary artery stent,2009,5,1,1 +45767945,Coronary artery stent,2009,6,1,1 +45767945,Coronary artery stent,2009,7,1,1 +45767945,Coronary artery stent,2009,8,1,1 +45767945,Coronary artery stent,2009,9,1,1 +45767945,Coronary artery stent,2009,10,1,1 +45767945,Coronary artery stent,2010,3,2,1 +45767945,Coronary artery stent,2010,6,1,1 +45767945,Coronary artery stent,2010,7,1,1 +45767945,Coronary artery stent,2010,8,2,1 +45767945,Coronary artery stent,2010,9,2,1 +45767945,Coronary artery stent,2010,10,1,1 +45767945,Coronary artery stent,2010,12,2,1 +45767945,Coronary artery stent,2011,5,3,1 +45767945,Coronary artery stent,2011,6,1,1 +45767945,Coronary artery stent,2011,7,1,1 +45767945,Coronary artery stent,2011,8,1,1 +45767945,Coronary artery stent,2011,9,2,1 +45767945,Coronary artery stent,2011,10,1,1 +45767945,Coronary artery stent,2011,12,1,1 +45767945,Coronary artery stent,2012,1,1,1 +45767945,Coronary artery stent,2012,3,1,1 +45767945,Coronary artery stent,2012,5,1,1 +45767945,Coronary artery stent,2012,6,1,1 +45767945,Coronary artery stent,2012,7,1,1 +45767945,Coronary artery stent,2012,9,2,1 +45767945,Coronary artery stent,2012,10,2,1 +45767945,Coronary artery stent,2013,3,1,1 +45767945,Coronary artery stent,2013,4,1,1 +45767945,Coronary artery stent,2013,6,2,1 +45767945,Coronary artery stent,2013,7,2,1 +45767945,Coronary artery stent,2013,9,1,1 +45767945,Coronary artery stent,2013,10,1,1 +45767945,Coronary artery stent,2013,11,1,1 +45767945,Coronary artery stent,2014,1,1,1 +45767945,Coronary artery stent,2014,2,1,1 +45767945,Coronary artery stent,2014,4,2,1 +45767945,Coronary artery stent,2014,5,2,1 +45767945,Coronary artery stent,2014,12,1,1 +45767945,Coronary artery stent,2015,1,2,1 +45767945,Coronary artery stent,2015,2,1,1 +45767945,Coronary artery stent,2015,4,1,1 +45767945,Coronary artery stent,2015,5,2,1 +45767945,Coronary artery stent,2015,6,1,1 +45767945,Coronary artery stent,2015,8,3,1 +45767945,Coronary artery stent,2015,9,1,1 +45767945,Coronary artery stent,2016,4,2,1 +45767945,Coronary artery stent,2016,5,4,1 +45767945,Coronary artery stent,2016,7,1,1 +45767945,Coronary artery stent,2016,8,3,1 +45767945,Coronary artery stent,2016,9,2,1 +45767945,Coronary artery stent,2016,10,3,1 +45767945,Coronary artery stent,2016,11,1,1 +45767945,Coronary artery stent,2016,12,4,1 +45767945,Coronary artery stent,2017,1,1,1 +45767945,Coronary artery stent,2017,2,1,1 +45767945,Coronary artery stent,2017,5,1,1 +45767945,Coronary artery stent,2017,8,4,1 +45767945,Coronary artery stent,2017,9,3,1 +45767945,Coronary artery stent,2017,10,1,1 +45767945,Coronary artery stent,2017,12,4,1 +45767945,Coronary artery stent,2018,2,1,1 +45767945,Coronary artery stent,2018,3,3,1 +45767945,Coronary artery stent,2018,4,1,1 +45767945,Coronary artery stent,2018,5,1,2 +45767945,Coronary artery stent,2018,6,3,1 +45767945,Coronary artery stent,2018,7,3,1.3333333333333333 +45767945,Coronary artery stent,2018,8,2,1 +45767945,Coronary artery stent,2018,9,1,2 +45767945,Coronary artery stent,2018,11,2,1 +45767945,Coronary artery stent,2018,12,1,1 +45767945,Coronary artery stent,2019,1,1,1 +45767945,Coronary artery stent,2019,3,1,1 +45767945,Coronary artery stent,2019,4,1,1 +45767945,Coronary artery stent,2019,5,2,1 +45767945,Coronary artery stent,2019,6,2,1 +45767945,Coronary artery stent,2019,7,2,1 +45767945,Coronary artery stent,2019,8,2,1 +45767945,Coronary artery stent,2019,9,1,1 +45767945,Coronary artery stent,2019,10,3,1 +45767945,Coronary artery stent,2019,11,1,1 +45767945,Coronary artery stent,2019,12,3,1 +45767945,Coronary artery stent,2020,1,3,1.3333333333333333 +45767945,Coronary artery stent,2020,3,1,1 +45767945,Coronary artery stent,2020,4,3,1 +45767945,Coronary artery stent,2020,7,3,1 +45767945,Coronary artery stent,2020,8,2,1 +45767945,Coronary artery stent,2020,9,1,1 +45767945,Coronary artery stent,2020,11,2,1 +45767945,Coronary artery stent,2020,12,2,1 +45767945,Coronary artery stent,2021,1,2,1 +45767945,Coronary artery stent,2021,4,2,1 +45767945,Coronary artery stent,2021,6,2,1 +45767945,Coronary artery stent,2021,7,2,1 +45767945,Coronary artery stent,2021,8,3,1 +45767945,Coronary artery stent,2021,9,3,1 +45767945,Coronary artery stent,2021,10,2,1 +45767945,Coronary artery stent,2021,11,4,1 +45767945,Coronary artery stent,2021,12,1,1 +45767945,Coronary artery stent,2022,2,1,1 +45767945,Coronary artery stent,2022,4,3,1 +45767945,Coronary artery stent,2022,5,1,1 +45767945,Coronary artery stent,2022,6,1,1 +45767945,Coronary artery stent,2022,7,2,1 +45767945,Coronary artery stent,2022,8,2,1 +45767945,Coronary artery stent,2022,9,1,1 +45767945,Coronary artery stent,2022,10,2,1 +45767945,Coronary artery stent,2022,11,1,1 +45767945,Coronary artery stent,2022,12,2,1 +45767945,Coronary artery stent,2023,1,3,1 +45767945,Coronary artery stent,2023,2,2,1 +45767945,Coronary artery stent,2023,4,2,1 +45767945,Coronary artery stent,2023,5,1,1 +45772840,Implantable cardiac pacemaker,1977,6,1,2 +45772840,Implantable cardiac pacemaker,1983,12,1,1 +45772840,Implantable cardiac pacemaker,1991,7,1,2 +45772840,Implantable cardiac pacemaker,1994,2,1,2 +45772840,Implantable cardiac pacemaker,1994,4,1,2 +45772840,Implantable cardiac pacemaker,1994,9,1,2 +45772840,Implantable cardiac pacemaker,1997,4,1,2 +45772840,Implantable cardiac pacemaker,1997,9,2,2 +45772840,Implantable cardiac pacemaker,1997,11,1,2 +45772840,Implantable cardiac pacemaker,1999,2,1,6 +45772840,Implantable cardiac pacemaker,2000,2,1,4 +45772840,Implantable cardiac pacemaker,2001,2,1,2 +45772840,Implantable cardiac pacemaker,2001,4,1,1 +45772840,Implantable cardiac pacemaker,2003,8,1,2 +45772840,Implantable cardiac pacemaker,2003,10,1,1 +45772840,Implantable cardiac pacemaker,2004,8,1,2 +45772840,Implantable cardiac pacemaker,2004,10,1,1 +45772840,Implantable cardiac pacemaker,2007,12,1,2 +45772840,Implantable cardiac pacemaker,2009,9,1,1 +45772840,Implantable cardiac pacemaker,2011,10,1,2 +45772840,Implantable cardiac pacemaker,2012,4,1,2 +45772840,Implantable cardiac pacemaker,2012,9,1,2 +45772840,Implantable cardiac pacemaker,2013,7,1,10 +45772840,Implantable cardiac pacemaker,2013,8,1,2 +45772840,Implantable cardiac pacemaker,2013,10,1,2 +45772840,Implantable cardiac pacemaker,2013,11,1,2 +45772840,Implantable cardiac pacemaker,2013,12,1,2 +45772840,Implantable cardiac pacemaker,2014,2,1,1 +45772840,Implantable cardiac pacemaker,2014,3,1,2 +45772840,Implantable cardiac pacemaker,2014,4,1,1 +45772840,Implantable cardiac pacemaker,2014,5,1,2 +45772840,Implantable cardiac pacemaker,2014,6,3,2 +45772840,Implantable cardiac pacemaker,2014,11,1,2 +45772840,Implantable cardiac pacemaker,2015,1,2,3.5 +45772840,Implantable cardiac pacemaker,2015,4,1,2 +45772840,Implantable cardiac pacemaker,2015,5,1,2 +45772840,Implantable cardiac pacemaker,2015,6,1,2 +45772840,Implantable cardiac pacemaker,2015,7,1,1 +45772840,Implantable cardiac pacemaker,2015,8,2,2 +45772840,Implantable cardiac pacemaker,2015,10,2,2.5 +45772840,Implantable cardiac pacemaker,2016,1,1,1 +45772840,Implantable cardiac pacemaker,2016,3,1,2 +45772840,Implantable cardiac pacemaker,2016,4,1,2 +45772840,Implantable cardiac pacemaker,2016,5,3,1.6666666666666667 +45772840,Implantable cardiac pacemaker,2016,7,1,2 +45772840,Implantable cardiac pacemaker,2016,9,2,1.5 +45772840,Implantable cardiac pacemaker,2016,10,1,2 +45772840,Implantable cardiac pacemaker,2016,11,3,1.6666666666666667 +45772840,Implantable cardiac pacemaker,2017,2,1,1 +45772840,Implantable cardiac pacemaker,2017,3,3,1.3333333333333333 +45772840,Implantable cardiac pacemaker,2017,4,2,2 +45772840,Implantable cardiac pacemaker,2017,6,2,2 +45772840,Implantable cardiac pacemaker,2017,8,2,13 +45772840,Implantable cardiac pacemaker,2017,9,1,2 +45772840,Implantable cardiac pacemaker,2017,10,1,1 +45772840,Implantable cardiac pacemaker,2018,1,1,1 +45772840,Implantable cardiac pacemaker,2018,3,2,2 +45772840,Implantable cardiac pacemaker,2018,4,2,1.5 +45772840,Implantable cardiac pacemaker,2018,5,1,2 +45772840,Implantable cardiac pacemaker,2018,8,2,1.5 +45772840,Implantable cardiac pacemaker,2018,12,2,1.5 +45772840,Implantable cardiac pacemaker,2019,1,1,1 +45772840,Implantable cardiac pacemaker,2019,6,1,1 +45772840,Implantable cardiac pacemaker,2019,7,3,2 +45772840,Implantable cardiac pacemaker,2019,8,1,2 +45772840,Implantable cardiac pacemaker,2019,10,1,2 +45772840,Implantable cardiac pacemaker,2020,1,2,2.5 +45772840,Implantable cardiac pacemaker,2020,3,2,1.5 +45772840,Implantable cardiac pacemaker,2020,4,2,1.5 +45772840,Implantable cardiac pacemaker,2020,7,1,2 +45772840,Implantable cardiac pacemaker,2020,8,1,6 +45772840,Implantable cardiac pacemaker,2020,10,1,1 +45772840,Implantable cardiac pacemaker,2020,12,3,2.3333333333333335 +45772840,Implantable cardiac pacemaker,2021,3,4,1.75 +45772840,Implantable cardiac pacemaker,2021,6,1,1 +45772840,Implantable cardiac pacemaker,2021,7,4,1.5 +45772840,Implantable cardiac pacemaker,2021,8,1,2 +45772840,Implantable cardiac pacemaker,2021,9,1,2 +45772840,Implantable cardiac pacemaker,2021,10,1,2 +45772840,Implantable cardiac pacemaker,2021,11,3,2.6666666666666665 +45772840,Implantable cardiac pacemaker,2021,12,1,6 +45772840,Implantable cardiac pacemaker,2022,3,1,3 +45772840,Implantable cardiac pacemaker,2022,4,2,2 +45772840,Implantable cardiac pacemaker,2022,5,2,2 +45772840,Implantable cardiac pacemaker,2022,7,1,2 +45772840,Implantable cardiac pacemaker,2022,10,1,1 +45772840,Implantable cardiac pacemaker,2022,12,2,1.5 +45772840,Implantable cardiac pacemaker,2023,1,2,6 +45772840,Implantable cardiac pacemaker,2023,4,1,2 +46275916,1 ML epinephrine 1 MG/ML Injection,1955,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1955,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1960,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1962,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1963,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1967,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1973,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1979,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1984,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1986,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1988,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1988,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1990,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1990,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1992,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1992,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1994,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1994,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1995,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1996,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1996,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1997,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1997,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1998,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1998,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1999,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2001,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2001,9,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,8,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2007,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2007,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2008,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2008,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,9,1,3 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,10,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,12,2,1.5 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,5,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,6,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,3,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,5,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,8,2,1.5 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,7,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,12,4,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,3,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,9,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,11,1,2 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,7,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,11,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,2,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,5,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,6,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,7,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,10,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2023,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2023,4,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index a2d6a5d..801e2ad 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,15 +1,20 @@ -concept_id,summary_attribute,value_as_string,value_as_number -4108450,mean,NA,0.6666666865348816 -4108450,sd,NA,0 -4216746,mean,NA,8 -4216746,sd,NA,0 -4248525,mean,NA,132.8 -4248525,sd,NA,21.253235047869772 -4353713,mean,NA,5.666666666666667 -4353713,sd,NA,1.1547005383792515 -4353717,mean,NA,12.799999872843424 -4353717,sd,NA,3.469869753896986 -4353843,mean,NA,128.83333333333334 -4353843,sd,NA,23.65938855225694 -4354252,mean,NA,123.66666666666667 -4354252,sd,NA,9.993331109628393 +concept_id,concept_name,summary_attribute,value_as_string,value_as_number +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,Not present,10 +4108450,Inspiration/expiration time ratio,mean,NA,0.6666666865348816 +4108450,Inspiration/expiration time ratio,sd,NA,0 +4128111,T - Tumor stage,frequency,NA,5 +4128111,T - Tumor stage,frequency,NA,5 +4216746,Positive end expiratory pressure setting,mean,NA,8 +4216746,Positive end expiratory pressure setting,sd,NA,0 +4248525,Lying systolic blood pressure,mean,NA,132.8 +4248525,Lying systolic blood pressure,sd,NA,19.40146042612943 +4257036,Antenatal hepatitis B blood screening test status,frequency,Hepatitis B screening offered,15 +4353713,Positive end expiratory pressure,mean,NA,5.666666666666667 +4353713,Positive end expiratory pressure,sd,NA,0.9759000729485332 +4353717,Ventilator delivered minute volume,mean,NA,12.799999872843424 +4353717,Ventilator delivered minute volume,sd,NA,2.9325751858598283 +4353843,Invasive systolic arterial pressure,mean,NA,128.83333333333334 +4353843,Invasive systolic arterial pressure,sd,NA,21.967190791368107 +4354252,Non-invasive systolic arterial pressure,mean,NA,123.66666666666667 +4354252,Non-invasive systolic arterial pressure,sd,NA,9.27857499958849 +45766147,Appearance,frequency,Well nourished,5 From bcd5bfc75272998f7b37640d4c600095dcc7c16f Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:18:39 +0100 Subject: [PATCH 19/33] Update test data --- inst/test_data/calypso_monthly_counts.csv | 70 +++++++++++------------ inst/test_data/calypso_summary_stats.csv | 20 +++---- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index 3ded73c..e4c1c94 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -2779,8 +2779,8 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,5 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,5 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,6 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,6 4057420,Catheter ablation of tissue of heart,1955,4,2,1 4057420,Catheter ablation of tissue of heart,1955,11,1,1 4057420,Catheter ablation of tissue of heart,1960,4,1,1 @@ -3350,10 +3350,10 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4078793,Direct current cardioversion,2023,4,53,2.3962264150943398 4078793,Direct current cardioversion,2023,5,51,1.8627450980392157 4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 -4108450,Inspiration/expiration time ratio,2001,6,1,5 -4108450,Inspiration/expiration time ratio,2019,9,1,5 -4128111,T - Tumor stage,2020,11,1,5 -4128111,T - Tumor stage,2020,12,1,5 +4108450,Inspiration/expiration time ratio,2001,6,1,6 +4108450,Inspiration/expiration time ratio,2019,9,1,6 +4128111,T - Tumor stage,2020,11,1,6 +4128111,T - Tumor stage,2020,12,1,6 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 @@ -3873,8 +3873,8 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4216130,Percutaneous coronary intervention,2023,2,2,1 4216130,Percutaneous coronary intervention,2023,4,2,1 4216130,Percutaneous coronary intervention,2023,5,1,1 -4216746,Positive end expiratory pressure setting,2008,9,1,5 -4216746,Positive end expiratory pressure setting,2011,3,1,5 +4216746,Positive end expiratory pressure setting,2008,9,1,6 +4216746,Positive end expiratory pressure setting,2011,3,1,6 4217646,Implantable defibrillator,1926,8,1,1 4217646,Implantable defibrillator,1929,12,1,1 4217646,Implantable defibrillator,1931,3,1,1 @@ -4686,14 +4686,14 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4230911,Echocardiography,2023,4,13,1 4230911,Echocardiography,2023,5,5,1 4230911,Echocardiography,2023,6,1,1 -4248525,Lying systolic blood pressure,2015,4,1,5 -4248525,Lying systolic blood pressure,2019,5,1,5 -4248525,Lying systolic blood pressure,2019,10,1,5 -4248525,Lying systolic blood pressure,2020,6,1,5 -4248525,Lying systolic blood pressure,2021,10,1,5 -4257036,Antenatal hepatitis B blood screening test status,2014,11,1,5 -4257036,Antenatal hepatitis B blood screening test status,2017,2,1,5 -4257036,Antenatal hepatitis B blood screening test status,2018,9,1,5 +4248525,Lying systolic blood pressure,2015,4,1,6 +4248525,Lying systolic blood pressure,2019,5,1,6 +4248525,Lying systolic blood pressure,2019,10,1,6 +4248525,Lying systolic blood pressure,2020,6,1,6 +4248525,Lying systolic blood pressure,2021,10,1,6 +4257036,Antenatal hepatitis B blood screening test status,2014,11,1,6 +4257036,Antenatal hepatitis B blood screening test status,2017,2,1,6 +4257036,Antenatal hepatitis B blood screening test status,2018,9,1,6 4329847,Myocardial infarction,1941,6,1,1 4329847,Myocardial infarction,1942,12,1,1 4329847,Myocardial infarction,1943,8,1,1 @@ -5304,24 +5304,24 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4336464,Coronary artery bypass graft,2023,2,2,1 4336464,Coronary artery bypass graft,2023,4,2,1 4336464,Coronary artery bypass graft,2023,5,1,1 -4353713,Positive end expiratory pressure,2018,1,1,5 -4353713,Positive end expiratory pressure,2019,2,1,5 -4353713,Positive end expiratory pressure,2021,7,1,5 -4353717,Ventilator delivered minute volume,2016,10,1,5 -4353717,Ventilator delivered minute volume,2021,5,1,5 -4353717,Ventilator delivered minute volume,2022,12,1,5 -4353843,Invasive systolic arterial pressure,2002,3,1,5 -4353843,Invasive systolic arterial pressure,2015,9,1,5 -4353843,Invasive systolic arterial pressure,2021,9,1,5 -4353843,Invasive systolic arterial pressure,2021,10,1,5 -4353843,Invasive systolic arterial pressure,2021,12,1,5 -4353843,Invasive systolic arterial pressure,2023,4,1,5 -4354252,Non-invasive systolic arterial pressure,2018,1,1,5 -4354252,Non-invasive systolic arterial pressure,2019,8,1,5 -4354252,Non-invasive systolic arterial pressure,2020,8,1,5 -4354252,Non-invasive systolic arterial pressure,2021,2,1,5 -4354252,Non-invasive systolic arterial pressure,2021,6,1,5 -4354252,Non-invasive systolic arterial pressure,2021,11,1,5 +4353713,Positive end expiratory pressure,2018,1,1,6 +4353713,Positive end expiratory pressure,2019,2,1,6 +4353713,Positive end expiratory pressure,2021,7,1,6 +4353717,Ventilator delivered minute volume,2016,10,1,6 +4353717,Ventilator delivered minute volume,2021,5,1,6 +4353717,Ventilator delivered minute volume,2022,12,1,6 +4353843,Invasive systolic arterial pressure,2002,3,1,6 +4353843,Invasive systolic arterial pressure,2015,9,1,6 +4353843,Invasive systolic arterial pressure,2021,9,1,6 +4353843,Invasive systolic arterial pressure,2021,10,1,6 +4353843,Invasive systolic arterial pressure,2021,12,1,6 +4353843,Invasive systolic arterial pressure,2023,4,1,6 +4354252,Non-invasive systolic arterial pressure,2018,1,1,6 +4354252,Non-invasive systolic arterial pressure,2019,8,1,6 +4354252,Non-invasive systolic arterial pressure,2020,8,1,6 +4354252,Non-invasive systolic arterial pressure,2021,2,1,6 +4354252,Non-invasive systolic arterial pressure,2021,6,1,6 +4354252,Non-invasive systolic arterial pressure,2021,11,1,6 19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 @@ -11502,7 +11502,7 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 -45766147,Appearance,2022,6,1,5 +45766147,Appearance,2022,6,1,6 45767945,Coronary artery stent,1941,6,1,1 45767945,Coronary artery stent,1942,12,1,1 45767945,Coronary artery stent,1943,8,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index 801e2ad..d560930 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,20 +1,20 @@ concept_id,concept_name,summary_attribute,value_as_string,value_as_number -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,Not present,10 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,Not present,12 4108450,Inspiration/expiration time ratio,mean,NA,0.6666666865348816 4108450,Inspiration/expiration time ratio,sd,NA,0 -4128111,T - Tumor stage,frequency,NA,5 -4128111,T - Tumor stage,frequency,NA,5 +4128111,T - Tumor stage,frequency,NA,6 +4128111,T - Tumor stage,frequency,NA,6 4216746,Positive end expiratory pressure setting,mean,NA,8 4216746,Positive end expiratory pressure setting,sd,NA,0 4248525,Lying systolic blood pressure,mean,NA,132.8 -4248525,Lying systolic blood pressure,sd,NA,19.40146042612943 -4257036,Antenatal hepatitis B blood screening test status,frequency,Hepatitis B screening offered,15 +4248525,Lying systolic blood pressure,sd,NA,19.334443091415178 +4257036,Antenatal hepatitis B blood screening test status,frequency,Hepatitis B screening offered,18 4353713,Positive end expiratory pressure,mean,NA,5.666666666666667 -4353713,Positive end expiratory pressure,sd,NA,0.9759000729485332 +4353713,Positive end expiratory pressure,sd,NA,0.9701425001453319 4353717,Ventilator delivered minute volume,mean,NA,12.799999872843424 -4353717,Ventilator delivered minute volume,sd,NA,2.9325751858598283 +4353717,Ventilator delivered minute volume,sd,NA,2.915273706331873 4353843,Invasive systolic arterial pressure,mean,NA,128.83333333333334 -4353843,Invasive systolic arterial pressure,sd,NA,21.967190791368107 +4353843,Invasive systolic arterial pressure,sd,NA,21.904337470008077 4354252,Non-invasive systolic arterial pressure,mean,NA,123.66666666666667 -4354252,Non-invasive systolic arterial pressure,sd,NA,9.27857499958849 -45766147,Appearance,frequency,Well nourished,5 +4354252,Non-invasive systolic arterial pressure,sd,NA,9.252026804976303 +45766147,Appearance,frequency,Well nourished,6 From 5baa410f4677b5949e837327821c240663951eb8 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:49:25 +0100 Subject: [PATCH 20/33] Overwrite existing data to ensure consistency --- dev/test_db/insert_dummy_tables.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R index 50e1635..0ff5590 100644 --- a/dev/test_db/insert_dummy_tables.R +++ b/dev/test_db/insert_dummy_tables.R @@ -30,8 +30,7 @@ write_table <- function(data, con, table) { table = table ), value = data, - append = TRUE, - overwrite = FALSE + overwrite = TRUE ) } From 3907a2d8d1169e61d57d3ba964451cd1021d16e3 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:50:09 +0100 Subject: [PATCH 21/33] Add sanity checks for dummy data Make sure the data in the database matches the local dummy files --- dev/test_db/insert_dummy_tables.R | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R index 0ff5590..8a2f9f9 100644 --- a/dev/test_db/insert_dummy_tables.R +++ b/dev/test_db/insert_dummy_tables.R @@ -4,10 +4,6 @@ cli::cli_h1("Inserting dummy tables") -suppressPackageStartupMessages( - library(tidyverse) -) - dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") version <- Sys.getenv("TEST_DB_OMOP_VERSION") @@ -34,15 +30,22 @@ write_table <- function(data, con, table) { ) } -read_csv(here::here("dev/test_db/dummy/measurement.csv"), show_col_types = FALSE) |> - write_table(con, "measurement") +## Load dummy data and write tables to database +dummy_measurements <- read.csv(here::here("dev/test_db/dummy/measurement.csv")) +write_table(dummy_measurements, con, "measurement") + +dummy_observations <- read.csv(here::here("dev/test_db/dummy/observation.csv")) +write_table(dummy_observations, con, "observation") + +# Sanity check: read the data back and make sure its consistent +db_measurements <- DBI::dbReadTable(con, "measurement") +stopifnot(all.equal(db_measurements, dummy_measurements)) -read_csv(here::here("dev/test_db/dummy/observation.csv"), show_col_types = FALSE) |> - write_table(con, "observation") +db_observations <- DBI::dbReadTable(con, "observation") +stopifnot(all.equal(db_observations, dummy_observations)) -# Load the CMD object to verify integrity of the schema -# after insertions -CDMConnector::cdm_from_con( +# Load the CMD object to verify integrity of the schema after insertions +cdm <- CDMConnector::cdm_from_con( con = con, cdm_schema = Sys.getenv("TEST_DB_CDM_SCHEMA"), write_schema = Sys.getenv("TEST_DB_RESULTS_SCHEMA"), From 490caff882590a284b27561c9a9e28d9548f6350 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:20:53 +0100 Subject: [PATCH 22/33] Explicitly specify column types for dummy data to avoid errors later on --- dev/test_db/insert_dummy_tables.R | 32 +++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/dev/test_db/insert_dummy_tables.R b/dev/test_db/insert_dummy_tables.R index 8a2f9f9..ef51cb6 100644 --- a/dev/test_db/insert_dummy_tables.R +++ b/dev/test_db/insert_dummy_tables.R @@ -4,6 +4,8 @@ cli::cli_h1("Inserting dummy tables") +library(readr) + dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") version <- Sys.getenv("TEST_DB_OMOP_VERSION") @@ -31,18 +33,40 @@ write_table <- function(data, con, table) { } ## Load dummy data and write tables to database -dummy_measurements <- read.csv(here::here("dev/test_db/dummy/measurement.csv")) +## We explicitly set the column types for columns that are needed later down the pipeline +dummy_measurements <- read_csv( + here::here("dev/test_db/dummy/measurement.csv"), + col_types = cols( + measurement_id = col_double(), + person_id = col_double(), + measurement_concept_id = col_double(), + measurement_date = col_date(), + value_as_number = col_double(), + value_as_concept_id = col_double(), + ) +) write_table(dummy_measurements, con, "measurement") -dummy_observations <- read.csv(here::here("dev/test_db/dummy/observation.csv")) +dummy_observations <- read_csv(here::here( + "dev/test_db/dummy/observation.csv"), + col_types = cols( + observation_id = col_double(), + person_id = col_double(), + observation_concept_id = col_double(), + observation_date = col_date(), + value_as_number = col_double(), + value_as_string = col_logical(), + value_as_concept_id = col_double(), + ) +) write_table(dummy_observations, con, "observation") # Sanity check: read the data back and make sure its consistent db_measurements <- DBI::dbReadTable(con, "measurement") -stopifnot(all.equal(db_measurements, dummy_measurements)) +stopifnot(all.equal(db_measurements, as.data.frame(dummy_measurements))) db_observations <- DBI::dbReadTable(con, "observation") -stopifnot(all.equal(db_observations, dummy_observations)) +stopifnot(all.equal(db_observations, as.data.frame(dummy_observations))) # Load the CMD object to verify integrity of the schema after insertions cdm <- CDMConnector::cdm_from_con( From 3958ec538a8533f5c28ade7663112a87b43cbd55 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:25:15 +0100 Subject: [PATCH 23/33] Overwrite database tables for summary results as well --- dev/omop_analyses/analyse_omop_cdm.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/omop_analyses/analyse_omop_cdm.R b/dev/omop_analyses/analyse_omop_cdm.R index 242cec9..b70dcdb 100644 --- a/dev/omop_analyses/analyse_omop_cdm.R +++ b/dev/omop_analyses/analyse_omop_cdm.R @@ -184,8 +184,7 @@ write_results <- function(data, con, table) { table = table ), value = data, - append = TRUE, - overwrite = FALSE + overwrite = TRUE ) } From 3c8499a320948bf51a8dde005020991f2e50a752 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:27:31 +0100 Subject: [PATCH 24/33] Update test data (should be consistent now) --- inst/test_data/calypso_concepts.csv | 116 +++++++++++----------- inst/test_data/calypso_monthly_counts.csv | 70 ++++++------- inst/test_data/calypso_summary_stats.csv | 40 ++++---- 3 files changed, 113 insertions(+), 113 deletions(-) diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv index 3e12724..f15a72e 100644 --- a/inst/test_data/calypso_concepts.csv +++ b/inst/test_data/calypso_concepts.csv @@ -1,58 +1,58 @@ -concept_id,concept_name,domain_id,vocabulary_id,concept_class_id,standard_concept,concept_code -313217,Atrial fibrillation,Condition,SNOMED,Clinical Finding,S,49436004 -317576,Coronary arteriosclerosis,Condition,SNOMED,Clinical Finding,S,53741008 -321042,Cardiac arrest,Condition,SNOMED,Clinical Finding,S,410429000 -381316,Cerebrovascular accident,Condition,SNOMED,Clinical Finding,S,230690007 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,Drug,RxNorm,Quant Clinical Drug,S,834357 -1332419,amlodipine 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197361 -1539411,simvastatin 20 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,312961 -1545959,atorvastatin 80 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,259255 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,Measurement,LOINC,Lab Test,S,890-4 -4057420,Catheter ablation of tissue of heart,Procedure,SNOMED,Procedure,S,18286008 -4078793,Direct current cardioversion,Procedure,SNOMED,Procedure,S,180325003 -4108450,Inspiration/expiration time ratio,Measurement,SNOMED,Observable Entity,S,250822000 -4128111,T - Tumor stage,Observation,SNOMED,Attribute,S,260878002 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,Procedure,SNOMED,Procedure,S,433112001 -4216130,Percutaneous coronary intervention,Procedure,SNOMED,Procedure,S,415070008 -4216746,Positive end expiratory pressure setting,Observation,SNOMED,Observable Entity,S,416595007 -4217646,Implantable defibrillator,Device,SNOMED,Physical Object,S,72506001 -4230911,Echocardiography,Procedure,SNOMED,Procedure,S,40701008 -4248525,Lying systolic blood pressure,Measurement,SNOMED,Observable Entity,S,407556006 -4257036,Antenatal hepatitis B blood screening test status,Observation,SNOMED,Clinical Finding,S,408823004 -4329847,Myocardial infarction,Condition,SNOMED,Clinical Finding,S,22298006 -4336464,Coronary artery bypass graft,Procedure,SNOMED,Procedure,S,232717009 -4353713,Positive end expiratory pressure,Observation,SNOMED,Observable Entity,S,250854009 -4353717,Ventilator delivered minute volume,Observation,SNOMED,Observable Entity,S,250875001 -4353843,Invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251071003 -4354252,Non-invasive systolic arterial pressure,Measurement,SNOMED,Observable Entity,S,251070002 -19018935,digoxin 0.125 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,197604 -19075601,clopidogrel 75 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,309362 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,Drug,RxNorm,Clinical Drug,S,705129 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,833036 -40163554,warfarin sodium 5 MG Oral Tablet,Drug,RxNorm,Clinical Drug,S,855332 -40171902,verapamil hydrochloride 40 MG,Drug,RxNorm,Clinical Drug Comp,S,897718 -40213154,"Influenza, seasonal, injectable, preservative free",Drug,CVX,CVX,S,140 -40213160,"poliovirus vaccine, inactivated",Drug,CVX,CVX,S,10 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",Drug,CVX,CVX,S,114 -40213183,"measles, mumps and rubella virus vaccine",Drug,CVX,CVX,S,03 -40213198,"pneumococcal conjugate vaccine, 13 valent",Drug,CVX,CVX,S,133 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",Drug,CVX,CVX,S,33 -40213216,"rotavirus, live, monovalent vaccine",Drug,CVX,CVX,S,119 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",Drug,CVX,CVX,S,113 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",Drug,CVX,CVX,S,115 -40213251,varicella virus vaccine,Drug,CVX,CVX,S,21 -40213260,"zoster vaccine, live",Drug,CVX,CVX,S,121 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",Drug,CVX,CVX,S,20 -40213296,"hepatitis A vaccine, adult dosage",Drug,CVX,CVX,S,52 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",Drug,CVX,CVX,S,83 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",Drug,CVX,CVX,S,08 -40213306,"hepatitis B vaccine, adult dosage",Drug,CVX,CVX,S,43 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",Drug,CVX,CVX,S,49 -40213320,"human papilloma virus vaccine, quadrivalent",Drug,CVX,CVX,S,62 -40220960,alteplase 100 MG Injection,Drug,RxNorm,Clinical Drug,S,1804799 -40243436,1 ML atropine sulfate 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1190795 -40492359,Insertion of biventricular implantable cardioverter defibrillator,Procedure,SNOMED,Procedure,S,447365002 -45766147,Appearance,Observation,SNOMED,Observable Entity,S,703248002 -45767945,Coronary artery stent,Device,SNOMED,Physical Object,S,705643001 -45772840,Implantable cardiac pacemaker,Device,SNOMED,Physical Object,S,706004007 -46275916,1 ML epinephrine 1 MG/ML Injection,Drug,RxNorm,Quant Clinical Drug,S,1660014 +concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code +313217,Atrial fibrillation,SNOMED,Condition,Clinical Finding,S,49436004 +317576,Coronary arteriosclerosis,SNOMED,Condition,Clinical Finding,S,53741008 +321042,Cardiac arrest,SNOMED,Condition,Clinical Finding,S,410429000 +381316,Cerebrovascular accident,SNOMED,Condition,Clinical Finding,S,230690007 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,RxNorm,Drug,Quant Clinical Drug,S,834357 +1332419,amlodipine 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197361 +1539411,simvastatin 20 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,312961 +1545959,atorvastatin 80 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,259255 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 +4057420,Catheter ablation of tissue of heart,SNOMED,Procedure,Procedure,S,18286008 +4078793,Direct current cardioversion,SNOMED,Procedure,Procedure,S,180325003 +4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,SNOMED,Procedure,Procedure,S,433112001 +4216130,Percutaneous coronary intervention,SNOMED,Procedure,Procedure,S,415070008 +4216746,Positive end expiratory pressure setting,SNOMED,Observation,Observable Entity,S,416595007 +4217646,Implantable defibrillator,SNOMED,Device,Physical Object,S,72506001 +4230911,Echocardiography,SNOMED,Procedure,Procedure,S,40701008 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 +4257036,Antenatal hepatitis B blood screening test status,SNOMED,Observation,Clinical Finding,S,408823004 +4329847,Myocardial infarction,SNOMED,Condition,Clinical Finding,S,22298006 +4336464,Coronary artery bypass graft,SNOMED,Procedure,Procedure,S,232717009 +4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 +4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 +4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 +4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 +19018935,digoxin 0.125 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197604 +19075601,clopidogrel 75 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,309362 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,RxNorm,Drug,Clinical Drug,S,705129 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,833036 +40163554,warfarin sodium 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,855332 +40171902,verapamil hydrochloride 40 MG,RxNorm,Drug,Clinical Drug Comp,S,897718 +40213154,"Influenza, seasonal, injectable, preservative free",CVX,Drug,CVX,S,140 +40213160,"poliovirus vaccine, inactivated",CVX,Drug,CVX,S,10 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",CVX,Drug,CVX,S,114 +40213183,"measles, mumps and rubella virus vaccine",CVX,Drug,CVX,S,03 +40213198,"pneumococcal conjugate vaccine, 13 valent",CVX,Drug,CVX,S,133 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",CVX,Drug,CVX,S,33 +40213216,"rotavirus, live, monovalent vaccine",CVX,Drug,CVX,S,119 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",CVX,Drug,CVX,S,113 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",CVX,Drug,CVX,S,115 +40213251,varicella virus vaccine,CVX,Drug,CVX,S,21 +40213260,"zoster vaccine, live",CVX,Drug,CVX,S,121 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",CVX,Drug,CVX,S,20 +40213296,"hepatitis A vaccine, adult dosage",CVX,Drug,CVX,S,52 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",CVX,Drug,CVX,S,83 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",CVX,Drug,CVX,S,08 +40213306,"hepatitis B vaccine, adult dosage",CVX,Drug,CVX,S,43 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",CVX,Drug,CVX,S,49 +40213320,"human papilloma virus vaccine, quadrivalent",CVX,Drug,CVX,S,62 +40220960,alteplase 100 MG Injection,RxNorm,Drug,Clinical Drug,S,1804799 +40243436,1 ML atropine sulfate 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1190795 +40492359,Insertion of biventricular implantable cardioverter defibrillator,SNOMED,Procedure,Procedure,S,447365002 +45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 +45767945,Coronary artery stent,SNOMED,Device,Physical Object,S,705643001 +45772840,Implantable cardiac pacemaker,SNOMED,Device,Physical Object,S,706004007 +46275916,1 ML epinephrine 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1660014 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index e4c1c94..48d76d9 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -2779,8 +2779,8 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,6 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,6 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 4057420,Catheter ablation of tissue of heart,1955,4,2,1 4057420,Catheter ablation of tissue of heart,1955,11,1,1 4057420,Catheter ablation of tissue of heart,1960,4,1,1 @@ -3350,10 +3350,10 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4078793,Direct current cardioversion,2023,4,53,2.3962264150943398 4078793,Direct current cardioversion,2023,5,51,1.8627450980392157 4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 -4108450,Inspiration/expiration time ratio,2001,6,1,6 -4108450,Inspiration/expiration time ratio,2019,9,1,6 -4128111,T - Tumor stage,2020,11,1,6 -4128111,T - Tumor stage,2020,12,1,6 +4108450,Inspiration/expiration time ratio,2001,6,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 +4128111,T - Tumor stage,2020,11,1,1 +4128111,T - Tumor stage,2020,12,1,1 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 @@ -3873,8 +3873,8 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4216130,Percutaneous coronary intervention,2023,2,2,1 4216130,Percutaneous coronary intervention,2023,4,2,1 4216130,Percutaneous coronary intervention,2023,5,1,1 -4216746,Positive end expiratory pressure setting,2008,9,1,6 -4216746,Positive end expiratory pressure setting,2011,3,1,6 +4216746,Positive end expiratory pressure setting,2008,9,1,1 +4216746,Positive end expiratory pressure setting,2011,3,1,1 4217646,Implantable defibrillator,1926,8,1,1 4217646,Implantable defibrillator,1929,12,1,1 4217646,Implantable defibrillator,1931,3,1,1 @@ -4686,14 +4686,14 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4230911,Echocardiography,2023,4,13,1 4230911,Echocardiography,2023,5,5,1 4230911,Echocardiography,2023,6,1,1 -4248525,Lying systolic blood pressure,2015,4,1,6 -4248525,Lying systolic blood pressure,2019,5,1,6 -4248525,Lying systolic blood pressure,2019,10,1,6 -4248525,Lying systolic blood pressure,2020,6,1,6 -4248525,Lying systolic blood pressure,2021,10,1,6 -4257036,Antenatal hepatitis B blood screening test status,2014,11,1,6 -4257036,Antenatal hepatitis B blood screening test status,2017,2,1,6 -4257036,Antenatal hepatitis B blood screening test status,2018,9,1,6 +4248525,Lying systolic blood pressure,2015,4,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 +4248525,Lying systolic blood pressure,2019,10,1,1 +4248525,Lying systolic blood pressure,2020,6,1,1 +4248525,Lying systolic blood pressure,2021,10,1,1 +4257036,Antenatal hepatitis B blood screening test status,2014,11,1,1 +4257036,Antenatal hepatitis B blood screening test status,2017,2,1,1 +4257036,Antenatal hepatitis B blood screening test status,2018,9,1,1 4329847,Myocardial infarction,1941,6,1,1 4329847,Myocardial infarction,1942,12,1,1 4329847,Myocardial infarction,1943,8,1,1 @@ -5304,24 +5304,24 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 4336464,Coronary artery bypass graft,2023,2,2,1 4336464,Coronary artery bypass graft,2023,4,2,1 4336464,Coronary artery bypass graft,2023,5,1,1 -4353713,Positive end expiratory pressure,2018,1,1,6 -4353713,Positive end expiratory pressure,2019,2,1,6 -4353713,Positive end expiratory pressure,2021,7,1,6 -4353717,Ventilator delivered minute volume,2016,10,1,6 -4353717,Ventilator delivered minute volume,2021,5,1,6 -4353717,Ventilator delivered minute volume,2022,12,1,6 -4353843,Invasive systolic arterial pressure,2002,3,1,6 -4353843,Invasive systolic arterial pressure,2015,9,1,6 -4353843,Invasive systolic arterial pressure,2021,9,1,6 -4353843,Invasive systolic arterial pressure,2021,10,1,6 -4353843,Invasive systolic arterial pressure,2021,12,1,6 -4353843,Invasive systolic arterial pressure,2023,4,1,6 -4354252,Non-invasive systolic arterial pressure,2018,1,1,6 -4354252,Non-invasive systolic arterial pressure,2019,8,1,6 -4354252,Non-invasive systolic arterial pressure,2020,8,1,6 -4354252,Non-invasive systolic arterial pressure,2021,2,1,6 -4354252,Non-invasive systolic arterial pressure,2021,6,1,6 -4354252,Non-invasive systolic arterial pressure,2021,11,1,6 +4353713,Positive end expiratory pressure,2018,1,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 +4353717,Ventilator delivered minute volume,2016,10,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353843,Invasive systolic arterial pressure,2002,3,1,1 +4353843,Invasive systolic arterial pressure,2015,9,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 +4353843,Invasive systolic arterial pressure,2021,10,1,1 +4353843,Invasive systolic arterial pressure,2021,12,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4354252,Non-invasive systolic arterial pressure,2018,1,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 +4354252,Non-invasive systolic arterial pressure,2020,8,1,1 +4354252,Non-invasive systolic arterial pressure,2021,2,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 @@ -11502,7 +11502,7 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person 40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 -45766147,Appearance,2022,6,1,6 +45766147,Appearance,2022,6,1,1 45767945,Coronary artery stent,1941,6,1,1 45767945,Coronary artery stent,1942,12,1,1 45767945,Coronary artery stent,1943,8,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index d560930..f5d3e2f 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,20 +1,20 @@ -concept_id,concept_name,summary_attribute,value_as_string,value_as_number -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,Not present,12 -4108450,Inspiration/expiration time ratio,mean,NA,0.6666666865348816 -4108450,Inspiration/expiration time ratio,sd,NA,0 -4128111,T - Tumor stage,frequency,NA,6 -4128111,T - Tumor stage,frequency,NA,6 -4216746,Positive end expiratory pressure setting,mean,NA,8 -4216746,Positive end expiratory pressure setting,sd,NA,0 -4248525,Lying systolic blood pressure,mean,NA,132.8 -4248525,Lying systolic blood pressure,sd,NA,19.334443091415178 -4257036,Antenatal hepatitis B blood screening test status,frequency,Hepatitis B screening offered,18 -4353713,Positive end expiratory pressure,mean,NA,5.666666666666667 -4353713,Positive end expiratory pressure,sd,NA,0.9701425001453319 -4353717,Ventilator delivered minute volume,mean,NA,12.799999872843424 -4353717,Ventilator delivered minute volume,sd,NA,2.915273706331873 -4353843,Invasive systolic arterial pressure,mean,NA,128.83333333333334 -4353843,Invasive systolic arterial pressure,sd,NA,21.904337470008077 -4354252,Non-invasive systolic arterial pressure,mean,NA,123.66666666666667 -4354252,Non-invasive systolic arterial pressure,sd,NA,9.252026804976303 -45766147,Appearance,frequency,Well nourished,6 +concept_id,concept_name,summary_attribute,value_as_number,value_as_string +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present +4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA +4108450,Inspiration/expiration time ratio,sd,0,NA +4128111,T - Tumor stage,frequency,1,NA +4128111,T - Tumor stage,frequency,1,NA +4216746,Positive end expiratory pressure setting,mean,8,NA +4216746,Positive end expiratory pressure setting,sd,0,NA +4248525,Lying systolic blood pressure,mean,132.8,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA +4257036,Antenatal hepatitis B blood screening test status,frequency,3,Hepatitis B screening offered +4353713,Positive end expiratory pressure,mean,5.666666666666667,NA +4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA +4353717,Ventilator delivered minute volume,mean,12.799999999999999,NA +4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666667,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628395,NA +45766147,Appearance,frequency,1,Well nourished From 801e81159dc2924e46c77f8140d1c614f9623394 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:28:25 +0100 Subject: [PATCH 25/33] Use `readr` to write data as we're dealing with tibbles --- tests/testthat/test-utils_get_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-utils_get_data.R b/tests/testthat/test-utils_get_data.R index be4d6ab..84b1800 100644 --- a/tests/testthat/test-utils_get_data.R +++ b/tests/testthat/test-utils_get_data.R @@ -11,7 +11,7 @@ test_that("Test data files are consistent", { # To use expect_snapshot_file(), need to save the output to a temporary file save_csv <- function(x) { path <- tempfile(fileext = ".csv") - write.csv(x, file = path) + readr::write_csv(x, file = path) path } expect_snapshot_file(save_csv(get_concepts_table()), "concepts_table.csv") From 0aa56afb8acf74c683632fb8cbd9dd5e4247d7c8 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:28:37 +0100 Subject: [PATCH 26/33] Update snapshot test data --- .../_snaps/utils_get_data/concepts_table.csv | 116 +- .../_snaps/utils_get_data/monthly_counts.csv | 24098 ++++++++-------- .../_snaps/utils_get_data/summary_stats.csv | 35 +- 3 files changed, 12127 insertions(+), 12122 deletions(-) diff --git a/tests/testthat/_snaps/utils_get_data/concepts_table.csv b/tests/testthat/_snaps/utils_get_data/concepts_table.csv index bad17a2..f15a72e 100644 --- a/tests/testthat/_snaps/utils_get_data/concepts_table.csv +++ b/tests/testthat/_snaps/utils_get_data/concepts_table.csv @@ -1,58 +1,58 @@ -"","concept_id","concept_name","domain_id","vocabulary_id","concept_class_id","standard_concept","concept_code" -"1",313217,"Atrial fibrillation","Condition","SNOMED","Clinical Finding","S","49436004" -"2",317576,"Coronary arteriosclerosis","Condition","SNOMED","Clinical Finding","S","53741008" -"3",321042,"Cardiac arrest","Condition","SNOMED","Clinical Finding","S","410429000" -"4",381316,"Cerebrovascular accident","Condition","SNOMED","Clinical Finding","S","230690007" -"5",1310034,"3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe","Drug","RxNorm","Quant Clinical Drug","S","834357" -"6",1332419,"amlodipine 5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","197361" -"7",1539411,"simvastatin 20 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","312961" -"8",1545959,"atorvastatin 80 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","259255" -"9",3001079,"Blood group antibody screen [Presence] in Serum or Plasma","Measurement","LOINC","Lab Test","S","890-4" -"10",4057420,"Catheter ablation of tissue of heart","Procedure","SNOMED","Procedure","S","18286008" -"11",4078793,"Direct current cardioversion","Procedure","SNOMED","Procedure","S","180325003" -"12",4108450,"Inspiration/expiration time ratio","Measurement","SNOMED","Observable Entity","S","250822000" -"13",4128111,"T - Tumor stage","Observation","SNOMED","Attribute","S","260878002" -"14",4202451,"Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance","Procedure","SNOMED","Procedure","S","433112001" -"15",4216130,"Percutaneous coronary intervention","Procedure","SNOMED","Procedure","S","415070008" -"16",4216746,"Positive end expiratory pressure setting","Observation","SNOMED","Observable Entity","S","416595007" -"17",4217646,"Implantable defibrillator","Device","SNOMED","Physical Object","S","72506001" -"18",4230911,"Echocardiography","Procedure","SNOMED","Procedure","S","40701008" -"19",4248525,"Lying systolic blood pressure","Measurement","SNOMED","Observable Entity","S","407556006" -"20",4257036,"Antenatal hepatitis B blood screening test status","Observation","SNOMED","Clinical Finding","S","408823004" -"21",4329847,"Myocardial infarction","Condition","SNOMED","Clinical Finding","S","22298006" -"22",4336464,"Coronary artery bypass graft","Procedure","SNOMED","Procedure","S","232717009" -"23",4353713,"Positive end expiratory pressure","Observation","SNOMED","Observable Entity","S","250854009" -"24",4353717,"Ventilator delivered minute volume","Observation","SNOMED","Observable Entity","S","250875001" -"25",4353843,"Invasive systolic arterial pressure","Measurement","SNOMED","Observable Entity","S","251071003" -"26",4354252,"Non-invasive systolic arterial pressure","Measurement","SNOMED","Observable Entity","S","251070002" -"27",19018935,"digoxin 0.125 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","197604" -"28",19075601,"clopidogrel 75 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","309362" -"29",19126352,"nitroglycerin 0.4 MG/ACTUAT Mucosal Spray","Drug","RxNorm","Clinical Drug","S","705129" -"30",19133768,"acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","833036" -"31",40163554,"warfarin sodium 5 MG Oral Tablet","Drug","RxNorm","Clinical Drug","S","855332" -"32",40171902,"verapamil hydrochloride 40 MG","Drug","RxNorm","Clinical Drug Comp","S","897718" -"33",40213154,"Influenza, seasonal, injectable, preservative free","Drug","CVX","CVX","S","140" -"34",40213160,"poliovirus vaccine, inactivated","Drug","CVX","CVX","S","10" -"35",40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)","Drug","CVX","CVX","S","114" -"36",40213183,"measles, mumps and rubella virus vaccine","Drug","CVX","CVX","S","03" -"37",40213198,"pneumococcal conjugate vaccine, 13 valent","Drug","CVX","CVX","S","133" -"38",40213201,"pneumococcal polysaccharide vaccine, 23 valent","Drug","CVX","CVX","S","33" -"39",40213216,"rotavirus, live, monovalent vaccine","Drug","CVX","CVX","S","119" -"40",40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)","Drug","CVX","CVX","S","113" -"41",40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed","Drug","CVX","CVX","S","115" -"42",40213251,"varicella virus vaccine","Drug","CVX","CVX","S","21" -"43",40213260,"zoster vaccine, live","Drug","CVX","CVX","S","121" -"44",40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine","Drug","CVX","CVX","S","20" -"45",40213296,"hepatitis A vaccine, adult dosage","Drug","CVX","CVX","S","52" -"46",40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule","Drug","CVX","CVX","S","83" -"47",40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage","Drug","CVX","CVX","S","08" -"48",40213306,"hepatitis B vaccine, adult dosage","Drug","CVX","CVX","S","43" -"49",40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate","Drug","CVX","CVX","S","49" -"50",40213320,"human papilloma virus vaccine, quadrivalent","Drug","CVX","CVX","S","62" -"51",40220960,"alteplase 100 MG Injection","Drug","RxNorm","Clinical Drug","S","1804799" -"52",40243436,"1 ML atropine sulfate 1 MG/ML Injection","Drug","RxNorm","Quant Clinical Drug","S","1190795" -"53",40492359,"Insertion of biventricular implantable cardioverter defibrillator","Procedure","SNOMED","Procedure","S","447365002" -"54",45766147,"Appearance","Observation","SNOMED","Observable Entity","S","703248002" -"55",45767945,"Coronary artery stent","Device","SNOMED","Physical Object","S","705643001" -"56",45772840,"Implantable cardiac pacemaker","Device","SNOMED","Physical Object","S","706004007" -"57",46275916,"1 ML epinephrine 1 MG/ML Injection","Drug","RxNorm","Quant Clinical Drug","S","1660014" +concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code +313217,Atrial fibrillation,SNOMED,Condition,Clinical Finding,S,49436004 +317576,Coronary arteriosclerosis,SNOMED,Condition,Clinical Finding,S,53741008 +321042,Cardiac arrest,SNOMED,Condition,Clinical Finding,S,410429000 +381316,Cerebrovascular accident,SNOMED,Condition,Clinical Finding,S,230690007 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,RxNorm,Drug,Quant Clinical Drug,S,834357 +1332419,amlodipine 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197361 +1539411,simvastatin 20 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,312961 +1545959,atorvastatin 80 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,259255 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 +4057420,Catheter ablation of tissue of heart,SNOMED,Procedure,Procedure,S,18286008 +4078793,Direct current cardioversion,SNOMED,Procedure,Procedure,S,180325003 +4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,SNOMED,Procedure,Procedure,S,433112001 +4216130,Percutaneous coronary intervention,SNOMED,Procedure,Procedure,S,415070008 +4216746,Positive end expiratory pressure setting,SNOMED,Observation,Observable Entity,S,416595007 +4217646,Implantable defibrillator,SNOMED,Device,Physical Object,S,72506001 +4230911,Echocardiography,SNOMED,Procedure,Procedure,S,40701008 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 +4257036,Antenatal hepatitis B blood screening test status,SNOMED,Observation,Clinical Finding,S,408823004 +4329847,Myocardial infarction,SNOMED,Condition,Clinical Finding,S,22298006 +4336464,Coronary artery bypass graft,SNOMED,Procedure,Procedure,S,232717009 +4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 +4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 +4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 +4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 +19018935,digoxin 0.125 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197604 +19075601,clopidogrel 75 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,309362 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,RxNorm,Drug,Clinical Drug,S,705129 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,833036 +40163554,warfarin sodium 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,855332 +40171902,verapamil hydrochloride 40 MG,RxNorm,Drug,Clinical Drug Comp,S,897718 +40213154,"Influenza, seasonal, injectable, preservative free",CVX,Drug,CVX,S,140 +40213160,"poliovirus vaccine, inactivated",CVX,Drug,CVX,S,10 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",CVX,Drug,CVX,S,114 +40213183,"measles, mumps and rubella virus vaccine",CVX,Drug,CVX,S,03 +40213198,"pneumococcal conjugate vaccine, 13 valent",CVX,Drug,CVX,S,133 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",CVX,Drug,CVX,S,33 +40213216,"rotavirus, live, monovalent vaccine",CVX,Drug,CVX,S,119 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",CVX,Drug,CVX,S,113 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",CVX,Drug,CVX,S,115 +40213251,varicella virus vaccine,CVX,Drug,CVX,S,21 +40213260,"zoster vaccine, live",CVX,Drug,CVX,S,121 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",CVX,Drug,CVX,S,20 +40213296,"hepatitis A vaccine, adult dosage",CVX,Drug,CVX,S,52 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",CVX,Drug,CVX,S,83 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",CVX,Drug,CVX,S,08 +40213306,"hepatitis B vaccine, adult dosage",CVX,Drug,CVX,S,43 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",CVX,Drug,CVX,S,49 +40213320,"human papilloma virus vaccine, quadrivalent",CVX,Drug,CVX,S,62 +40220960,alteplase 100 MG Injection,RxNorm,Drug,Clinical Drug,S,1804799 +40243436,1 ML atropine sulfate 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1190795 +40492359,Insertion of biventricular implantable cardioverter defibrillator,SNOMED,Procedure,Procedure,S,447365002 +45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 +45767945,Coronary artery stent,SNOMED,Device,Physical Object,S,705643001 +45772840,Implantable cardiac pacemaker,SNOMED,Device,Physical Object,S,706004007 +46275916,1 ML epinephrine 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1660014 diff --git a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv index d45a45f..5d2a623 100644 --- a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv +++ b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv @@ -1,12049 +1,12049 @@ -"","concept_id","date_year","date_month","person_count","records_per_person" -"1",313217,1970,3,1,1 -"2",313217,1970,9,1,1 -"3",313217,1971,9,1,1 -"4",313217,1974,10,1,1 -"5",313217,1975,7,1,1 -"6",313217,1975,12,2,1 -"7",313217,1977,5,2,1 -"8",313217,1977,6,1,1 -"9",313217,1977,7,1,1 -"10",313217,1978,12,1,1 -"11",313217,1979,4,2,1 -"12",313217,1979,11,1,1 -"13",313217,1980,3,1,1 -"14",313217,1980,11,1,1 -"15",313217,1981,3,1,1 -"16",313217,1981,4,1,1 -"17",313217,1981,7,1,1 -"18",313217,1981,12,1,1 -"19",313217,1982,6,1,1 -"20",313217,1982,8,1,1 -"21",313217,1982,12,2,1 -"22",313217,1983,1,1,1 -"23",313217,1983,7,2,1 -"24",313217,1983,12,2,1 -"25",313217,1984,2,1,1 -"26",313217,1984,3,1,1 -"27",313217,1984,5,1,1 -"28",313217,1984,7,1,1 -"29",313217,1984,8,1,1 -"30",313217,1984,10,1,1 -"31",313217,1984,11,1,1 -"32",313217,1984,12,1,1 -"33",313217,1985,3,1,1 -"34",313217,1985,4,1,1 -"35",313217,1985,5,1,1 -"36",313217,1985,6,1,1 -"37",313217,1986,4,1,1 -"38",313217,1986,5,1,1 -"39",313217,1986,9,1,1 -"40",313217,1986,11,1,1 -"41",313217,1987,1,2,1 -"42",313217,1987,5,3,1 -"43",313217,1987,10,1,1 -"44",313217,1987,11,1,1 -"45",313217,1988,1,1,1 -"46",313217,1988,6,1,1 -"47",313217,1989,4,1,1 -"48",313217,1989,5,1,1 -"49",313217,1989,6,1,1 -"50",313217,1989,7,1,1 -"51",313217,1989,10,1,1 -"52",313217,1990,1,2,1 -"53",313217,1990,2,1,1 -"54",313217,1990,5,3,1 -"55",313217,1990,6,2,1 -"56",313217,1990,8,1,1 -"57",313217,1990,12,2,1 -"58",313217,1991,1,1,1 -"59",313217,1991,2,1,1 -"60",313217,1991,3,1,1 -"61",313217,1991,4,1,1 -"62",313217,1991,5,1,1 -"63",313217,1991,6,2,1 -"64",313217,1991,7,1,1 -"65",313217,1991,8,4,1 -"66",313217,1991,10,2,1 -"67",313217,1992,1,1,1 -"68",313217,1992,3,1,1 -"69",313217,1992,7,1,1 -"70",313217,1992,8,2,1 -"71",313217,1992,9,2,1 -"72",313217,1992,10,1,1 -"73",313217,1993,1,1,1 -"74",313217,1993,2,2,1 -"75",313217,1993,5,1,1 -"76",313217,1993,6,1,1 -"77",313217,1993,7,1,1 -"78",313217,1993,10,2,1 -"79",313217,1993,11,1,1 -"80",313217,1994,3,1,1 -"81",313217,1994,4,1,1 -"82",313217,1994,6,2,1 -"83",313217,1994,8,1,1 -"84",313217,1994,9,1,1 -"85",313217,1994,12,2,1 -"86",313217,1995,3,1,1 -"87",313217,1995,6,1,1 -"88",313217,1995,7,1,1 -"89",313217,1995,9,2,1 -"90",313217,1995,11,1,1 -"91",313217,1995,12,3,1 -"92",313217,1996,3,1,1 -"93",313217,1996,6,2,1 -"94",313217,1996,7,1,1 -"95",313217,1996,8,1,1 -"96",313217,1996,10,3,1 -"97",313217,1996,12,1,1 -"98",313217,1997,1,1,1 -"99",313217,1997,5,3,1 -"100",313217,1997,6,2,1 -"101",313217,1997,8,2,1 -"102",313217,1997,9,5,1 -"103",313217,1997,10,1,1 -"104",313217,1998,2,3,1 -"105",313217,1998,3,2,1 -"106",313217,1998,4,2,1 -"107",313217,1998,6,2,1 -"108",313217,1998,8,3,1 -"109",313217,1998,10,1,1 -"110",313217,1998,11,1,1 -"111",313217,1998,12,1,1 -"112",313217,1999,2,1,1 -"113",313217,1999,4,1,1 -"114",313217,1999,5,2,1 -"115",313217,1999,6,1,1 -"116",313217,1999,7,2,1 -"117",313217,1999,9,1,1 -"118",313217,1999,11,2,1 -"119",313217,2000,1,2,1 -"120",313217,2000,2,4,1 -"121",313217,2000,3,5,1 -"122",313217,2000,6,2,1 -"123",313217,2000,7,1,1 -"124",313217,2000,8,2,1 -"125",313217,2000,10,1,1 -"126",313217,2000,11,3,1 -"127",313217,2000,12,1,1 -"128",313217,2001,2,1,1 -"129",313217,2001,4,2,1 -"130",313217,2001,6,4,1 -"131",313217,2001,7,2,1 -"132",313217,2001,9,1,1 -"133",313217,2001,10,1,1 -"134",313217,2001,12,1,1 -"135",313217,2002,1,3,1 -"136",313217,2002,2,1,1 -"137",313217,2002,3,3,1 -"138",313217,2002,5,3,1 -"139",313217,2002,6,3,1 -"140",313217,2002,7,1,1 -"141",313217,2002,8,1,1 -"142",313217,2002,9,1,1 -"143",313217,2002,12,4,1 -"144",313217,2003,1,3,1 -"145",313217,2003,2,4,1 -"146",313217,2003,5,4,1 -"147",313217,2003,6,3,1 -"148",313217,2003,8,2,1 -"149",313217,2003,9,2,1 -"150",313217,2003,10,1,1 -"151",313217,2003,11,1,1 -"152",313217,2003,12,1,1 -"153",313217,2004,1,3,1 -"154",313217,2004,2,1,1 -"155",313217,2004,3,2,1 -"156",313217,2004,4,2,1 -"157",313217,2004,5,2,1 -"158",313217,2004,6,1,1 -"159",313217,2004,7,3,1 -"160",313217,2004,8,3,1 -"161",313217,2004,10,2,1 -"162",313217,2004,11,2,1 -"163",313217,2004,12,2,1 -"164",313217,2005,1,1,1 -"165",313217,2005,2,1,1 -"166",313217,2005,3,3,1 -"167",313217,2005,4,2,1 -"168",313217,2005,5,1,1 -"169",313217,2005,6,1,1 -"170",313217,2005,7,1,1 -"171",313217,2005,9,3,1 -"172",313217,2005,10,1,1 -"173",313217,2005,12,2,1 -"174",313217,2006,1,2,1 -"175",313217,2006,2,2,1 -"176",313217,2006,3,1,1 -"177",313217,2006,4,4,1 -"178",313217,2006,6,1,1 -"179",313217,2006,7,2,1 -"180",313217,2006,8,1,1 -"181",313217,2006,9,3,1 -"182",313217,2006,10,2,1 -"183",313217,2006,11,1,1 -"184",313217,2006,12,2,1 -"185",313217,2007,2,2,1 -"186",313217,2007,3,1,1 -"187",313217,2007,4,3,1 -"188",313217,2007,6,3,1 -"189",313217,2007,9,1,1 -"190",313217,2007,10,2,1 -"191",313217,2007,11,2,1 -"192",313217,2007,12,4,1 -"193",313217,2008,1,1,1 -"194",313217,2008,2,1,1 -"195",313217,2008,3,4,1 -"196",313217,2008,5,3,1 -"197",313217,2008,6,1,1 -"198",313217,2008,7,2,1 -"199",313217,2008,8,2,1 -"200",313217,2008,9,2,1 -"201",313217,2008,10,2,1 -"202",313217,2008,11,1,1 -"203",313217,2009,1,5,1 -"204",313217,2009,2,1,1 -"205",313217,2009,3,4,1 -"206",313217,2009,4,4,1 -"207",313217,2009,5,1,1 -"208",313217,2009,6,2,1 -"209",313217,2009,7,2,1 -"210",313217,2009,8,2,1 -"211",313217,2009,9,4,1 -"212",313217,2009,10,2,1 -"213",313217,2009,11,2,1 -"214",313217,2009,12,3,1 -"215",313217,2010,1,1,1 -"216",313217,2010,2,3,1 -"217",313217,2010,3,1,1 -"218",313217,2010,4,2,1 -"219",313217,2010,5,4,1 -"220",313217,2010,6,2,1 -"221",313217,2010,7,1,1 -"222",313217,2010,9,3,1 -"223",313217,2010,10,2,1 -"224",313217,2010,11,1,1 -"225",313217,2011,1,6,1 -"226",313217,2011,2,1,1 -"227",313217,2011,3,1,1 -"228",313217,2011,4,2,1 -"229",313217,2011,5,1,1 -"230",313217,2011,6,2,1 -"231",313217,2011,7,4,1 -"232",313217,2011,8,2,1 -"233",313217,2011,9,4,1 -"234",313217,2011,10,3,1 -"235",313217,2011,11,1,1 -"236",313217,2011,12,2,1 -"237",313217,2012,1,3,1 -"238",313217,2012,2,1,1 -"239",313217,2012,3,2,1 -"240",313217,2012,4,3,1 -"241",313217,2012,5,2,1 -"242",313217,2012,6,1,1 -"243",313217,2012,7,2,1 -"244",313217,2012,8,1,1 -"245",313217,2012,9,5,1 -"246",313217,2012,10,2,1 -"247",313217,2012,11,2,1 -"248",313217,2012,12,5,1 -"249",313217,2013,2,2,1 -"250",313217,2013,3,3,1 -"251",313217,2013,4,2,1 -"252",313217,2013,6,2,1 -"253",313217,2013,7,2,1 -"254",313217,2013,8,1,1 -"255",313217,2013,9,1,1 -"256",313217,2013,10,3,1 -"257",313217,2013,11,2,1 -"258",313217,2013,12,3,1 -"259",313217,2014,1,2,1 -"260",313217,2014,2,4,1 -"261",313217,2014,3,1,1 -"262",313217,2014,4,2,1 -"263",313217,2014,5,3,1 -"264",313217,2014,6,2,1 -"265",313217,2014,7,6,1 -"266",313217,2014,8,6,1 -"267",313217,2014,9,1,1 -"268",313217,2014,10,1,1 -"269",313217,2014,11,3,1 -"270",313217,2014,12,4,1 -"271",313217,2015,1,2,1 -"272",313217,2015,2,3,1 -"273",313217,2015,3,6,1 -"274",313217,2015,4,2,1 -"275",313217,2015,5,5,1 -"276",313217,2015,6,2,1 -"277",313217,2015,7,4,1 -"278",313217,2015,8,1,1 -"279",313217,2015,9,5,1 -"280",313217,2015,10,2,1 -"281",313217,2015,11,3,1 -"282",313217,2015,12,1,1 -"283",313217,2016,1,4,1 -"284",313217,2016,2,2,1 -"285",313217,2016,3,1,1 -"286",313217,2016,4,2,1 -"287",313217,2016,5,6,1 -"288",313217,2016,6,3,1 -"289",313217,2016,7,3,1 -"290",313217,2016,8,4,1 -"291",313217,2016,9,1,1 -"292",313217,2016,10,2,1 -"293",313217,2016,12,1,1 -"294",313217,2017,1,2,1 -"295",313217,2017,2,1,1 -"296",313217,2017,3,4,1 -"297",313217,2017,4,3,1 -"298",313217,2017,5,4,1 -"299",313217,2017,6,5,1 -"300",313217,2017,8,4,1 -"301",313217,2017,9,1,1 -"302",313217,2017,10,4,1 -"303",313217,2017,11,3,1 -"304",313217,2017,12,2,1 -"305",313217,2018,1,1,1 -"306",313217,2018,2,2,1 -"307",313217,2018,3,5,1 -"308",313217,2018,4,4,1 -"309",313217,2018,5,1,1 -"310",313217,2018,6,2,1 -"311",313217,2018,7,2,1 -"312",313217,2018,8,7,1 -"313",313217,2018,9,1,1 -"314",313217,2018,10,4,1 -"315",313217,2018,11,3,1 -"316",313217,2018,12,4,1 -"317",313217,2019,1,3,1 -"318",313217,2019,2,2,1 -"319",313217,2019,3,2,1 -"320",313217,2019,4,2,1 -"321",313217,2019,5,4,1 -"322",313217,2019,6,3,1 -"323",313217,2019,7,3,1 -"324",313217,2019,8,4,1 -"325",313217,2019,9,3,1 -"326",313217,2019,10,4,1 -"327",313217,2019,11,2,1 -"328",313217,2019,12,2,1 -"329",313217,2020,1,6,1 -"330",313217,2020,2,1,1 -"331",313217,2020,3,2,1 -"332",313217,2020,4,1,1 -"333",313217,2020,5,3,1 -"334",313217,2020,6,5,1 -"335",313217,2020,7,2,1 -"336",313217,2020,8,7,1 -"337",313217,2020,9,2,1 -"338",313217,2020,10,4,1 -"339",313217,2020,11,5,1 -"340",313217,2020,12,5,1 -"341",313217,2021,1,3,1 -"342",313217,2021,2,1,1 -"343",313217,2021,3,3,1 -"344",313217,2021,4,3,1 -"345",313217,2021,5,4,1 -"346",313217,2021,6,1,1 -"347",313217,2021,7,6,1 -"348",313217,2021,8,2,1 -"349",313217,2021,9,3,1 -"350",313217,2021,10,4,1 -"351",313217,2021,11,3,1 -"352",313217,2021,12,3,1 -"353",313217,2022,1,4,1 -"354",313217,2022,2,8,1 -"355",313217,2022,3,4,1 -"356",313217,2022,4,7,1 -"357",313217,2022,5,7,1 -"358",313217,2022,6,3,1 -"359",313217,2022,7,5,1 -"360",313217,2022,8,4,1 -"361",313217,2022,9,2,1 -"362",313217,2022,10,6,1 -"363",313217,2022,11,2,1 -"364",313217,2022,12,4,1 -"365",313217,2023,1,1,1 -"366",313217,2023,2,3,1 -"367",313217,2023,3,3,1 -"368",313217,2023,4,4,1 -"369",313217,2023,5,3,1 -"370",313217,2023,6,2,1 -"371",317576,1933,3,1,1 -"372",317576,1933,6,1,1 -"373",317576,1934,6,1,1 -"374",317576,1934,12,1,1 -"375",317576,1935,10,1,1 -"376",317576,1935,11,1,1 -"377",317576,1936,4,1,1 -"378",317576,1939,3,1,1 -"379",317576,1939,10,1,1 -"380",317576,1940,8,1,1 -"381",317576,1941,3,1,1 -"382",317576,1941,4,1,1 -"383",317576,1942,6,1,1 -"384",317576,1943,3,1,1 -"385",317576,1943,4,1,1 -"386",317576,1943,8,1,1 -"387",317576,1943,10,1,1 -"388",317576,1944,8,1,1 -"389",317576,1945,10,1,1 -"390",317576,1946,11,1,1 -"391",317576,1947,3,1,1 -"392",317576,1948,2,1,1 -"393",317576,1948,10,1,1 -"394",317576,1950,3,1,1 -"395",317576,1950,7,1,1 -"396",317576,1951,3,1,1 -"397",317576,1951,10,3,1 -"398",317576,1952,2,2,1 -"399",317576,1952,3,1,1 -"400",317576,1952,12,1,1 -"401",317576,1953,3,2,1 -"402",317576,1954,5,1,1 -"403",317576,1954,6,1,1 -"404",317576,1954,9,1,1 -"405",317576,1954,10,1,1 -"406",317576,1954,12,1,1 -"407",317576,1955,3,1,1 -"408",317576,1955,4,1,1 -"409",317576,1955,6,1,1 -"410",317576,1955,9,1,1 -"411",317576,1957,11,2,1 -"412",317576,1958,3,1,1 -"413",317576,1958,6,1,1 -"414",317576,1959,5,1,1 -"415",317576,1959,6,2,1 -"416",317576,1960,9,1,1 -"417",317576,1960,11,1,1 -"418",317576,1960,12,2,1 -"419",317576,1961,2,2,1 -"420",317576,1961,8,1,1 -"421",317576,1962,3,1,1 -"422",317576,1962,4,1,1 -"423",317576,1962,11,1,1 -"424",317576,1963,3,1,1 -"425",317576,1963,6,1,1 -"426",317576,1963,7,1,1 -"427",317576,1964,5,1,1 -"428",317576,1964,6,2,1 -"429",317576,1964,7,1,1 -"430",317576,1964,10,3,1 -"431",317576,1964,11,1,1 -"432",317576,1965,7,1,1 -"433",317576,1965,8,1,1 -"434",317576,1965,9,2,1 -"435",317576,1966,7,1,1 -"436",317576,1966,12,1,1 -"437",317576,1967,3,2,1 -"438",317576,1967,5,1,1 -"439",317576,1967,7,1,1 -"440",317576,1967,9,1,1 -"441",317576,1967,11,1,1 -"442",317576,1968,2,1,1 -"443",317576,1968,3,1,1 -"444",317576,1968,8,1,1 -"445",317576,1968,12,1,1 -"446",317576,1969,1,1,1 -"447",317576,1969,3,1,1 -"448",317576,1969,5,1,1 -"449",317576,1969,6,1,1 -"450",317576,1969,8,2,1 -"451",317576,1969,10,2,1 -"452",317576,1970,1,1,1 -"453",317576,1970,5,2,1 -"454",317576,1970,7,1,1 -"455",317576,1970,10,1,1 -"456",317576,1970,12,1,1 -"457",317576,1971,3,1,1 -"458",317576,1971,4,1,1 -"459",317576,1971,5,1,1 -"460",317576,1971,9,3,1 -"461",317576,1971,11,1,1 -"462",317576,1972,4,1,1 -"463",317576,1972,9,1,1 -"464",317576,1972,10,1,1 -"465",317576,1973,6,1,1 -"466",317576,1973,7,1,1 -"467",317576,1973,8,2,1 -"468",317576,1973,9,1,1 -"469",317576,1974,1,2,1 -"470",317576,1974,3,2,1 -"471",317576,1974,9,1,1 -"472",317576,1974,10,2,1 -"473",317576,1975,2,1,1 -"474",317576,1975,12,1,1 -"475",317576,1976,2,1,1 -"476",317576,1976,4,1,1 -"477",317576,1976,5,1,1 -"478",317576,1976,8,1,1 -"479",317576,1977,1,2,1 -"480",317576,1977,3,1,1 -"481",317576,1978,6,2,1 -"482",317576,1978,10,1,1 -"483",317576,1978,11,1,1 -"484",317576,1979,8,1,1 -"485",317576,1979,12,1,1 -"486",317576,1980,2,2,1 -"487",317576,1980,4,1,1 -"488",317576,1980,5,2,1 -"489",317576,1980,6,2,1 -"490",317576,1980,7,1,1 -"491",317576,1981,3,1,1 -"492",317576,1981,4,1,1 -"493",317576,1981,6,1,1 -"494",317576,1981,8,1,1 -"495",317576,1981,10,1,1 -"496",317576,1981,11,1,1 -"497",317576,1982,4,2,1 -"498",317576,1982,6,1,1 -"499",317576,1982,7,1,1 -"500",317576,1982,9,1,1 -"501",317576,1982,10,2,1 -"502",317576,1982,12,3,1 -"503",317576,1983,1,2,1 -"504",317576,1983,3,4,1 -"505",317576,1983,4,1,1 -"506",317576,1983,5,1,1 -"507",317576,1983,6,2,1 -"508",317576,1983,7,2,1 -"509",317576,1983,8,2,1 -"510",317576,1983,9,1,1 -"511",317576,1983,11,1,1 -"512",317576,1984,1,1,1 -"513",317576,1984,3,1,1 -"514",317576,1984,4,1,1 -"515",317576,1984,5,1,1 -"516",317576,1984,6,1,1 -"517",317576,1984,8,1,1 -"518",317576,1984,9,1,1 -"519",317576,1984,10,1,1 -"520",317576,1985,4,3,1 -"521",317576,1985,7,1,1 -"522",317576,1985,8,1,1 -"523",317576,1985,9,1,1 -"524",317576,1985,10,1,1 -"525",317576,1985,12,1,1 -"526",317576,1986,1,1,1 -"527",317576,1986,3,1,1 -"528",317576,1986,5,1,1 -"529",317576,1986,7,2,1 -"530",317576,1986,8,1,1 -"531",317576,1986,9,1,1 -"532",317576,1986,11,1,1 -"533",317576,1986,12,3,1 -"534",317576,1987,1,2,1 -"535",317576,1987,2,1,1 -"536",317576,1987,4,2,1 -"537",317576,1987,5,2,1 -"538",317576,1987,6,2,1 -"539",317576,1987,7,2,1 -"540",317576,1987,8,1,1 -"541",317576,1987,9,1,1 -"542",317576,1987,10,2,1 -"543",317576,1988,2,1,1 -"544",317576,1988,3,3,1 -"545",317576,1988,4,1,1 -"546",317576,1988,5,2,1 -"547",317576,1988,8,2,1 -"548",317576,1988,10,1,1 -"549",317576,1988,11,2,1 -"550",317576,1988,12,1,1 -"551",317576,1989,3,3,1 -"552",317576,1989,4,2,1 -"553",317576,1989,5,2,1 -"554",317576,1989,7,1,1 -"555",317576,1989,8,1,1 -"556",317576,1989,9,2,1 -"557",317576,1989,10,3,1 -"558",317576,1989,11,2,1 -"559",317576,1989,12,1,1 -"560",317576,1990,1,1,1 -"561",317576,1990,2,1,1 -"562",317576,1990,3,2,1 -"563",317576,1990,5,2,1 -"564",317576,1990,6,4,1 -"565",317576,1990,7,1,1 -"566",317576,1990,8,2,1 -"567",317576,1990,9,1,1 -"568",317576,1990,11,1,1 -"569",317576,1990,12,1,1 -"570",317576,1991,3,1,1 -"571",317576,1991,5,1,1 -"572",317576,1991,6,3,1 -"573",317576,1991,7,5,1 -"574",317576,1991,8,4,1 -"575",317576,1991,9,1,1 -"576",317576,1991,10,3,1 -"577",317576,1991,11,1,1 -"578",317576,1991,12,3,1 -"579",317576,1992,1,2,1 -"580",317576,1992,3,3,1 -"581",317576,1992,4,1,1 -"582",317576,1992,5,1,1 -"583",317576,1992,6,4,1 -"584",317576,1992,7,1,1 -"585",317576,1992,8,1,1 -"586",317576,1992,9,2,1 -"587",317576,1992,10,1,1 -"588",317576,1992,11,1,1 -"589",317576,1992,12,1,1 -"590",317576,1993,1,2,1 -"591",317576,1993,2,1,1 -"592",317576,1993,3,2,1 -"593",317576,1993,4,1,1 -"594",317576,1993,5,2,1 -"595",317576,1993,6,2,1 -"596",317576,1993,7,1,1 -"597",317576,1993,8,1,1 -"598",317576,1993,9,2,1 -"599",317576,1993,11,1,1 -"600",317576,1994,1,1,1 -"601",317576,1994,2,3,1 -"602",317576,1994,4,2,1 -"603",317576,1994,7,1,1 -"604",317576,1994,8,1,1 -"605",317576,1994,9,4,1 -"606",317576,1994,10,2,1 -"607",317576,1994,11,5,1 -"608",317576,1994,12,1,1 -"609",317576,1995,1,3,1 -"610",317576,1995,2,1,1 -"611",317576,1995,4,4,1 -"612",317576,1995,5,1,1 -"613",317576,1995,6,4,1 -"614",317576,1995,8,1,1 -"615",317576,1995,9,1,1 -"616",317576,1995,10,1,1 -"617",317576,1995,11,3,1 -"618",317576,1995,12,3,1 -"619",317576,1996,1,3,1 -"620",317576,1996,2,2,1 -"621",317576,1996,4,3,1 -"622",317576,1996,5,1,1 -"623",317576,1996,6,4,1 -"624",317576,1996,7,2,1 -"625",317576,1996,8,1,1 -"626",317576,1996,9,3,1 -"627",317576,1996,10,2,1 -"628",317576,1996,11,4,1 -"629",317576,1997,1,4,1 -"630",317576,1997,2,1,1 -"631",317576,1997,3,1,1 -"632",317576,1997,4,1,1 -"633",317576,1997,5,1,1 -"634",317576,1997,6,2,1 -"635",317576,1997,7,4,1 -"636",317576,1997,9,2,1 -"637",317576,1997,11,1,1 -"638",317576,1997,12,1,1 -"639",317576,1998,1,2,1 -"640",317576,1998,2,2,1 -"641",317576,1998,3,3,1 -"642",317576,1998,6,2,1 -"643",317576,1998,7,1,1 -"644",317576,1998,8,5,1 -"645",317576,1998,9,2,1 -"646",317576,1998,10,1,1 -"647",317576,1998,11,1,1 -"648",317576,1998,12,3,1 -"649",317576,1999,1,4,1 -"650",317576,1999,2,2,1 -"651",317576,1999,3,2,1 -"652",317576,1999,4,1,1 -"653",317576,1999,5,3,1 -"654",317576,1999,6,2,1 -"655",317576,1999,7,1,1 -"656",317576,1999,8,3,1 -"657",317576,1999,9,2,1 -"658",317576,1999,10,3,1 -"659",317576,1999,11,3,1 -"660",317576,1999,12,3,1 -"661",317576,2000,1,4,1 -"662",317576,2000,3,2,1 -"663",317576,2000,4,1,1 -"664",317576,2000,5,1,1 -"665",317576,2000,6,4,1 -"666",317576,2000,7,1,1 -"667",317576,2000,8,2,1 -"668",317576,2000,9,1,1 -"669",317576,2000,10,3,1 -"670",317576,2000,11,2,1 -"671",317576,2000,12,4,1 -"672",317576,2001,1,3,1 -"673",317576,2001,2,3,1 -"674",317576,2001,3,2,1 -"675",317576,2001,4,3,1 -"676",317576,2001,5,2,1 -"677",317576,2001,6,3,1 -"678",317576,2001,7,5,1 -"679",317576,2001,8,3,1 -"680",317576,2001,9,2,1 -"681",317576,2001,10,2,1 -"682",317576,2001,11,1,1 -"683",317576,2001,12,5,1 -"684",317576,2002,3,3,1 -"685",317576,2002,4,3,1 -"686",317576,2002,5,5,1 -"687",317576,2002,6,1,1 -"688",317576,2002,7,6,1 -"689",317576,2002,8,2,1 -"690",317576,2002,9,1,1 -"691",317576,2002,10,1,1 -"692",317576,2002,11,3,1 -"693",317576,2002,12,2,1 -"694",317576,2003,1,3,1 -"695",317576,2003,2,1,1 -"696",317576,2003,3,3,1 -"697",317576,2003,4,2,1 -"698",317576,2003,5,2,1 -"699",317576,2003,6,1,1 -"700",317576,2003,7,3,1 -"701",317576,2003,8,1,1 -"702",317576,2003,9,5,1 -"703",317576,2003,10,4,1 -"704",317576,2003,11,4,1 -"705",317576,2003,12,3,1 -"706",317576,2004,1,1,1 -"707",317576,2004,2,2,1 -"708",317576,2004,3,4,1 -"709",317576,2004,5,3,1 -"710",317576,2004,6,4,1 -"711",317576,2004,7,4,1 -"712",317576,2004,8,1,1 -"713",317576,2004,9,2,1 -"714",317576,2004,11,2,1 -"715",317576,2004,12,3,1 -"716",317576,2005,2,8,1 -"717",317576,2005,3,2,1 -"718",317576,2005,4,3,1 -"719",317576,2005,5,2,1 -"720",317576,2005,6,4,1 -"721",317576,2005,8,3,1 -"722",317576,2005,9,4,1 -"723",317576,2005,10,2,1 -"724",317576,2005,11,6,1 -"725",317576,2006,1,5,1 -"726",317576,2006,2,3,1 -"727",317576,2006,3,2,1 -"728",317576,2006,5,4,1 -"729",317576,2006,6,4,1 -"730",317576,2006,7,3,1 -"731",317576,2006,8,2,1 -"732",317576,2006,9,1,1 -"733",317576,2006,11,1,1 -"734",317576,2006,12,4,1 -"735",317576,2007,1,3,1 -"736",317576,2007,2,1,1 -"737",317576,2007,3,4,1 -"738",317576,2007,4,5,1 -"739",317576,2007,5,4,1 -"740",317576,2007,6,1,1 -"741",317576,2007,7,2,1 -"742",317576,2007,8,5,1 -"743",317576,2007,9,3,1 -"744",317576,2007,11,3,1 -"745",317576,2007,12,2,1 -"746",317576,2008,1,2,1 -"747",317576,2008,2,1,1 -"748",317576,2008,3,3,1 -"749",317576,2008,4,4,1 -"750",317576,2008,5,3,1 -"751",317576,2008,6,1,1 -"752",317576,2008,7,4,1 -"753",317576,2008,9,3,1 -"754",317576,2008,10,6,1 -"755",317576,2008,11,2,1 -"756",317576,2008,12,1,1 -"757",317576,2009,1,2,1 -"758",317576,2009,2,2,1 -"759",317576,2009,3,2,1 -"760",317576,2009,4,2,1 -"761",317576,2009,6,3,1 -"762",317576,2009,7,2,1 -"763",317576,2009,8,2,1 -"764",317576,2009,9,3,1 -"765",317576,2009,10,2,1 -"766",317576,2009,11,2,1 -"767",317576,2009,12,1,1 -"768",317576,2010,2,3,1 -"769",317576,2010,3,2,1 -"770",317576,2010,4,1,1 -"771",317576,2010,5,2,1 -"772",317576,2010,6,4,1 -"773",317576,2010,7,3,1 -"774",317576,2010,8,4,1 -"775",317576,2010,9,3,1 -"776",317576,2010,10,4,1 -"777",317576,2010,11,4,1 -"778",317576,2010,12,4,1 -"779",317576,2011,1,5,1 -"780",317576,2011,3,3,1 -"781",317576,2011,5,2,1 -"782",317576,2011,6,2,1 -"783",317576,2011,7,3,1 -"784",317576,2011,8,3,1 -"785",317576,2011,9,6,1 -"786",317576,2011,10,2,1 -"787",317576,2011,11,1,1 -"788",317576,2011,12,5,1 -"789",317576,2012,1,3,1 -"790",317576,2012,2,2,1 -"791",317576,2012,3,4,1 -"792",317576,2012,4,5,1 -"793",317576,2012,5,4,1 -"794",317576,2012,6,1,1 -"795",317576,2012,7,6,1 -"796",317576,2012,8,6,1 -"797",317576,2012,9,3,1 -"798",317576,2012,10,4,1 -"799",317576,2012,11,4,1 -"800",317576,2012,12,2,1 -"801",317576,2013,1,3,1 -"802",317576,2013,2,1,1 -"803",317576,2013,3,6,1 -"804",317576,2013,4,4,1 -"805",317576,2013,5,4,1 -"806",317576,2013,6,4,1 -"807",317576,2013,7,2,1 -"808",317576,2013,8,2,1 -"809",317576,2013,9,2,1 -"810",317576,2013,10,4,1 -"811",317576,2013,11,2,1 -"812",317576,2013,12,1,1 -"813",317576,2014,1,6,1 -"814",317576,2014,3,2,1 -"815",317576,2014,4,4,1 -"816",317576,2014,5,5,1 -"817",317576,2014,6,4,1 -"818",317576,2014,8,2,1 -"819",317576,2014,9,4,1 -"820",317576,2014,10,5,1 -"821",317576,2014,11,4,1 -"822",317576,2014,12,2,1 -"823",317576,2015,1,3,1 -"824",317576,2015,2,2,1 -"825",317576,2015,3,7,1 -"826",317576,2015,4,8,1 -"827",317576,2015,5,4,1 -"828",317576,2015,6,2,1 -"829",317576,2015,7,4,1 -"830",317576,2015,8,4,1 -"831",317576,2015,11,4,1 -"832",317576,2015,12,1,1 -"833",317576,2016,1,2,1 -"834",317576,2016,2,3,1 -"835",317576,2016,3,2,1 -"836",317576,2016,4,2,1 -"837",317576,2016,5,3,1 -"838",317576,2016,6,4,1 -"839",317576,2016,7,2,1 -"840",317576,2016,8,3,1 -"841",317576,2016,9,2,1 -"842",317576,2016,10,3,1 -"843",317576,2016,11,3,1 -"844",317576,2016,12,2,1 -"845",317576,2017,1,1,1 -"846",317576,2017,2,2,1 -"847",317576,2017,3,2,1 -"848",317576,2017,5,2,1 -"849",317576,2017,6,3,1 -"850",317576,2017,7,3,1 -"851",317576,2017,8,3,1 -"852",317576,2017,9,2,1 -"853",317576,2017,10,3,1 -"854",317576,2017,11,4,1 -"855",317576,2017,12,3,1 -"856",317576,2018,1,6,1 -"857",317576,2018,2,5,1 -"858",317576,2018,3,3,1 -"859",317576,2018,4,3,1 -"860",317576,2018,5,3,1 -"861",317576,2018,6,4,1 -"862",317576,2018,7,2,1 -"863",317576,2018,8,2,1 -"864",317576,2018,9,9,1 -"865",317576,2018,10,5,1 -"866",317576,2018,11,7,1 -"867",317576,2018,12,6,1 -"868",317576,2019,1,3,1 -"869",317576,2019,2,5,1 -"870",317576,2019,3,5,1 -"871",317576,2019,4,4,1 -"872",317576,2019,5,3,1 -"873",317576,2019,6,1,1 -"874",317576,2019,7,4,1 -"875",317576,2019,8,2,1 -"876",317576,2019,9,3,1 -"877",317576,2019,10,5,1 -"878",317576,2019,12,4,1 -"879",317576,2020,1,2,1 -"880",317576,2020,2,2,1 -"881",317576,2020,3,5,1 -"882",317576,2020,4,3,1 -"883",317576,2020,5,4,1 -"884",317576,2020,6,5,1 -"885",317576,2020,7,6,1 -"886",317576,2020,8,5,1 -"887",317576,2020,9,8,1 -"888",317576,2020,10,3,1 -"889",317576,2020,11,3,1 -"890",317576,2020,12,2,1 -"891",317576,2021,1,5,1 -"892",317576,2021,2,3,1 -"893",317576,2021,3,4,1 -"894",317576,2021,4,2,1 -"895",317576,2021,5,5,1 -"896",317576,2021,6,4,1 -"897",317576,2021,8,4,1 -"898",317576,2021,9,1,1 -"899",317576,2021,10,2,1 -"900",317576,2021,11,2,1 -"901",317576,2021,12,4,1 -"902",317576,2022,2,5,1 -"903",317576,2022,3,5,1 -"904",317576,2022,4,4,1 -"905",317576,2022,5,4,1 -"906",317576,2022,6,6,1 -"907",317576,2022,7,1,1 -"908",317576,2022,8,3,1 -"909",317576,2022,9,3,1 -"910",317576,2022,10,1,1 -"911",317576,2022,11,2,1 -"912",317576,2022,12,2,1 -"913",317576,2023,1,6,1 -"914",317576,2023,2,3,1 -"915",317576,2023,3,2,1 -"916",317576,2023,4,4,1 -"917",317576,2023,5,6,1 -"918",321042,1926,8,1,1 -"919",321042,1929,12,1,1 -"920",321042,1931,3,1,1 -"921",321042,1931,12,1,1 -"922",321042,1933,11,1,1 -"923",321042,1934,6,1,1 -"924",321042,1936,2,1,1 -"925",321042,1936,3,1,1 -"926",321042,1936,5,1,1 -"927",321042,1937,10,1,1 -"928",321042,1938,4,1,1 -"929",321042,1938,12,1,1 -"930",321042,1939,3,1,1 -"931",321042,1940,1,1,1 -"932",321042,1940,7,1,1 -"933",321042,1941,4,1,1 -"934",321042,1941,5,1,1 -"935",321042,1942,1,1,1 -"936",321042,1942,5,1,1 -"937",321042,1942,11,1,1 -"938",321042,1943,10,1,1 -"939",321042,1944,3,1,1 -"940",321042,1944,4,1,1 -"941",321042,1944,5,1,1 -"942",321042,1944,11,1,1 -"943",321042,1944,12,1,1 -"944",321042,1945,5,1,1 -"945",321042,1945,7,1,1 -"946",321042,1945,9,1,1 -"947",321042,1946,7,1,1 -"948",321042,1946,9,1,1 -"949",321042,1947,1,2,1 -"950",321042,1947,6,1,1 -"951",321042,1947,8,1,1 -"952",321042,1947,10,1,1 -"953",321042,1948,1,1,1 -"954",321042,1948,10,1,1 -"955",321042,1949,2,1,1 -"956",321042,1949,3,1,1 -"957",321042,1949,4,1,1 -"958",321042,1949,8,1,1 -"959",321042,1949,11,1,1 -"960",321042,1950,8,1,1 -"961",321042,1951,4,1,1 -"962",321042,1951,6,2,1 -"963",321042,1951,8,1,1 -"964",321042,1951,9,2,1 -"965",321042,1951,12,1,1 -"966",321042,1952,4,2,1 -"967",321042,1952,6,1,1 -"968",321042,1952,7,1,1 -"969",321042,1953,4,1,1 -"970",321042,1953,6,2,1 -"971",321042,1953,7,1,1 -"972",321042,1953,8,1,1 -"973",321042,1954,5,1,1 -"974",321042,1955,3,1,1 -"975",321042,1955,4,2,1 -"976",321042,1955,6,1,1 -"977",321042,1955,11,1,1 -"978",321042,1955,12,1,1 -"979",321042,1956,2,1,1 -"980",321042,1956,5,1,1 -"981",321042,1956,7,1,1 -"982",321042,1956,8,1,1 -"983",321042,1957,8,1,1 -"984",321042,1957,12,1,1 -"985",321042,1958,5,1,1 -"986",321042,1958,7,1,1 -"987",321042,1958,9,2,1 -"988",321042,1958,11,1,1 -"989",321042,1958,12,1,1 -"990",321042,1959,2,1,1 -"991",321042,1959,4,1,1 -"992",321042,1959,5,1,1 -"993",321042,1960,4,1,1 -"994",321042,1960,5,1,1 -"995",321042,1960,7,1,1 -"996",321042,1960,10,2,1 -"997",321042,1960,11,1,1 -"998",321042,1961,9,1,1 -"999",321042,1961,11,3,1 -"1000",321042,1962,1,1,1 -"1001",321042,1962,3,1,1 -"1002",321042,1962,7,1,1 -"1003",321042,1962,8,1,1 -"1004",321042,1962,10,1,1 -"1005",321042,1963,6,2,1 -"1006",321042,1963,12,2,1 -"1007",321042,1964,2,1,1 -"1008",321042,1964,12,1,1 -"1009",321042,1965,1,1,1 -"1010",321042,1965,5,1,1 -"1011",321042,1965,11,1,1 -"1012",321042,1966,5,1,1 -"1013",321042,1966,10,2,1 -"1014",321042,1966,11,1,1 -"1015",321042,1967,1,1,1 -"1016",321042,1967,2,1,1 -"1017",321042,1967,4,1,1 -"1018",321042,1967,5,1,1 -"1019",321042,1967,7,2,1 -"1020",321042,1967,9,1,1 -"1021",321042,1967,12,2,1 -"1022",321042,1968,4,1,1 -"1023",321042,1969,2,1,1 -"1024",321042,1969,3,1,1 -"1025",321042,1969,6,1,1 -"1026",321042,1969,11,1,1 -"1027",321042,1970,1,1,1 -"1028",321042,1970,6,1,1 -"1029",321042,1970,8,1,1 -"1030",321042,1970,9,1,1 -"1031",321042,1970,11,2,1 -"1032",321042,1971,1,1,1 -"1033",321042,1971,2,1,1 -"1034",321042,1971,7,1,1 -"1035",321042,1971,8,1,1 -"1036",321042,1971,10,1,1 -"1037",321042,1972,2,1,1 -"1038",321042,1972,10,1,1 -"1039",321042,1973,6,1,1 -"1040",321042,1974,2,2,1 -"1041",321042,1974,3,1,1 -"1042",321042,1974,6,1,1 -"1043",321042,1975,3,1,1 -"1044",321042,1975,9,1,1 -"1045",321042,1975,11,1,1 -"1046",321042,1976,6,1,1 -"1047",321042,1976,7,1,1 -"1048",321042,1976,10,1,1 -"1049",321042,1977,3,1,1 -"1050",321042,1977,7,1,1 -"1051",321042,1977,11,1,1 -"1052",321042,1978,3,2,1 -"1053",321042,1978,8,1,1 -"1054",321042,1978,9,1,1 -"1055",321042,1978,10,1,1 -"1056",321042,1979,2,1,1 -"1057",321042,1979,8,2,1 -"1058",321042,1979,10,1,1 -"1059",321042,1979,12,2,1 -"1060",321042,1980,1,1,1 -"1061",321042,1980,2,1,1 -"1062",321042,1980,4,2,1 -"1063",321042,1980,5,1,1 -"1064",321042,1980,7,2,1 -"1065",321042,1980,12,1,1 -"1066",321042,1981,1,1,1 -"1067",321042,1981,4,1,1 -"1068",321042,1981,6,1,1 -"1069",321042,1981,8,1,1 -"1070",321042,1982,1,1,1 -"1071",321042,1982,3,1,1 -"1072",321042,1982,7,1,1 -"1073",321042,1982,9,1,1 -"1074",321042,1982,10,1,1 -"1075",321042,1983,2,1,1 -"1076",321042,1983,4,2,1 -"1077",321042,1983,7,1,1 -"1078",321042,1983,10,1,1 -"1079",321042,1983,11,1,1 -"1080",321042,1984,6,1,1 -"1081",321042,1984,8,1,1 -"1082",321042,1984,10,3,1 -"1083",321042,1984,11,2,1 -"1084",321042,1985,6,1,1 -"1085",321042,1985,8,1,1 -"1086",321042,1985,11,1,1 -"1087",321042,1985,12,1,1 -"1088",321042,1986,6,2,1 -"1089",321042,1986,9,2,1 -"1090",321042,1987,5,1,1 -"1091",321042,1987,6,2,1 -"1092",321042,1987,7,1,1 -"1093",321042,1987,10,1,1 -"1094",321042,1987,11,1,1 -"1095",321042,1988,5,1,1 -"1096",321042,1988,8,1,1 -"1097",321042,1988,12,1,1 -"1098",321042,1989,2,1,1 -"1099",321042,1989,3,1,1 -"1100",321042,1989,4,2,1 -"1101",321042,1989,6,1,1 -"1102",321042,1989,7,1,1 -"1103",321042,1989,9,1,1 -"1104",321042,1989,11,1,1 -"1105",321042,1989,12,1,1 -"1106",321042,1990,2,1,1 -"1107",321042,1990,5,1,1 -"1108",321042,1990,6,3,1 -"1109",321042,1990,7,1,1 -"1110",321042,1990,9,1,1 -"1111",321042,1990,12,1,1 -"1112",321042,1991,1,1,1 -"1113",321042,1991,3,1,1 -"1114",321042,1991,8,2,1 -"1115",321042,1991,10,1,1 -"1116",321042,1991,11,1,1 -"1117",321042,1991,12,2,1 -"1118",321042,1992,1,1,1 -"1119",321042,1992,2,1,1 -"1120",321042,1992,3,1,1 -"1121",321042,1992,4,2,1 -"1122",321042,1992,5,1,1 -"1123",321042,1992,8,1,1 -"1124",321042,1992,11,1,1 -"1125",321042,1993,6,1,1 -"1126",321042,1993,12,1,1 -"1127",321042,1994,3,1,1 -"1128",321042,1994,6,1,1 -"1129",321042,1994,7,1,1 -"1130",321042,1994,9,2,1 -"1131",321042,1994,10,1,1 -"1132",321042,1995,3,2,1 -"1133",321042,1995,5,1,1 -"1134",321042,1995,7,1,1 -"1135",321042,1995,9,2,1 -"1136",321042,1995,10,1,1 -"1137",321042,1995,11,2,1 -"1138",321042,1996,1,1,1 -"1139",321042,1996,3,3,1 -"1140",321042,1996,6,1,1 -"1141",321042,1996,10,1,1 -"1142",321042,1997,1,1,1 -"1143",321042,1997,2,1,1 -"1144",321042,1997,4,1,1 -"1145",321042,1997,5,1,1 -"1146",321042,1997,6,1,1 -"1147",321042,1997,8,4,1 -"1148",321042,1998,2,1,1 -"1149",321042,1998,3,1,1 -"1150",321042,1998,4,1,1 -"1151",321042,1998,6,1,1 -"1152",321042,1998,7,2,1 -"1153",321042,1998,8,1,1 -"1154",321042,1998,11,1,1 -"1155",321042,1998,12,2,1 -"1156",321042,1999,3,1,1 -"1157",321042,1999,5,1,1 -"1158",321042,1999,6,1,1 -"1159",321042,1999,7,1,1 -"1160",321042,1999,8,3,1 -"1161",321042,1999,11,1,1 -"1162",321042,1999,12,1,1 -"1163",321042,2000,1,1,1 -"1164",321042,2000,4,3,1 -"1165",321042,2000,6,1,1 -"1166",321042,2000,7,1,1 -"1167",321042,2000,8,1,1 -"1168",321042,2000,9,1,1 -"1169",321042,2000,10,1,1 -"1170",321042,2000,12,1,1 -"1171",321042,2001,3,1,1 -"1172",321042,2001,5,1,1 -"1173",321042,2001,6,1,1 -"1174",321042,2001,9,2,1 -"1175",321042,2001,10,1,1 -"1176",321042,2002,1,3,1 -"1177",321042,2002,2,1,1 -"1178",321042,2002,3,2,1 -"1179",321042,2002,10,1,1 -"1180",321042,2002,11,1,1 -"1181",321042,2003,1,1,1 -"1182",321042,2003,2,2,1 -"1183",321042,2003,3,1,1 -"1184",321042,2003,5,1,1 -"1185",321042,2003,8,2,1 -"1186",321042,2003,9,4,1 -"1187",321042,2003,10,2,1 -"1188",321042,2004,1,1,1 -"1189",321042,2004,5,3,1 -"1190",321042,2004,6,2,1 -"1191",321042,2004,9,1,1 -"1192",321042,2004,10,1,1 -"1193",321042,2004,11,1,1 -"1194",321042,2005,2,1,1 -"1195",321042,2005,3,2,1 -"1196",321042,2005,5,1,1 -"1197",321042,2005,8,2,1 -"1198",321042,2005,9,1,1 -"1199",321042,2005,10,1,1 -"1200",321042,2005,11,2,1 -"1201",321042,2005,12,1,1 -"1202",321042,2006,1,1,1 -"1203",321042,2006,2,1,1 -"1204",321042,2006,3,1,1 -"1205",321042,2006,5,1,1 -"1206",321042,2006,9,2,1 -"1207",321042,2006,10,1,1 -"1208",321042,2007,1,2,1 -"1209",321042,2007,2,2,1 -"1210",321042,2007,3,1,1 -"1211",321042,2007,5,1,1 -"1212",321042,2007,6,1,1 -"1213",321042,2007,9,2,1 -"1214",321042,2007,12,1,1 -"1215",321042,2008,1,1,1 -"1216",321042,2008,2,1,1 -"1217",321042,2008,3,1,1 -"1218",321042,2008,10,1,1 -"1219",321042,2008,11,1,1 -"1220",321042,2008,12,2,1 -"1221",321042,2009,1,1,1 -"1222",321042,2009,2,2,1 -"1223",321042,2009,3,1,1 -"1224",321042,2009,4,2,1 -"1225",321042,2009,7,2,1 -"1226",321042,2009,8,1,1 -"1227",321042,2009,10,2,1 -"1228",321042,2009,11,3,1 -"1229",321042,2010,1,1,1 -"1230",321042,2010,2,1,1 -"1231",321042,2010,4,2,1 -"1232",321042,2010,5,1,1 -"1233",321042,2010,9,2,1 -"1234",321042,2010,11,2,1 -"1235",321042,2011,1,2,1 -"1236",321042,2011,3,2,1 -"1237",321042,2011,6,1,1 -"1238",321042,2011,8,1,1 -"1239",321042,2011,12,1,1 -"1240",321042,2012,1,2,1 -"1241",321042,2012,7,1,1 -"1242",321042,2012,8,3,1 -"1243",321042,2012,11,2,1 -"1244",321042,2012,12,1,1 -"1245",321042,2013,1,2,1 -"1246",321042,2013,2,1,1 -"1247",321042,2013,4,2,1 -"1248",321042,2013,5,1,1 -"1249",321042,2013,6,1,1 -"1250",321042,2013,7,1,1 -"1251",321042,2013,10,2,1 -"1252",321042,2013,11,1,1 -"1253",321042,2013,12,2,1 -"1254",321042,2014,1,1,1 -"1255",321042,2014,4,1,1 -"1256",321042,2014,5,2,1 -"1257",321042,2014,6,2,1 -"1258",321042,2014,7,1,1 -"1259",321042,2014,10,1,1 -"1260",321042,2014,12,2,1 -"1261",321042,2015,1,2,1 -"1262",321042,2015,4,1,1 -"1263",321042,2015,5,1,1 -"1264",321042,2015,8,1,1 -"1265",321042,2015,9,1,1 -"1266",321042,2015,10,1,1 -"1267",321042,2015,12,2,1 -"1268",321042,2016,2,1,1 -"1269",321042,2016,3,3,1 -"1270",321042,2016,5,1,1 -"1271",321042,2016,6,1,1 -"1272",321042,2016,7,1,1 -"1273",321042,2016,8,2,1 -"1274",321042,2016,10,1,1 -"1275",321042,2016,11,1,1 -"1276",321042,2016,12,1,1 -"1277",321042,2017,1,2,1 -"1278",321042,2017,5,1,1 -"1279",321042,2017,6,1,1 -"1280",321042,2017,7,2,1 -"1281",321042,2017,8,1,1 -"1282",321042,2017,12,4,1 -"1283",321042,2018,3,1,1 -"1284",321042,2018,4,1,1 -"1285",321042,2018,6,1,1 -"1286",321042,2018,8,1,1 -"1287",321042,2018,9,2,1 -"1288",321042,2018,10,1,1 -"1289",321042,2018,11,1,1 -"1290",321042,2018,12,1,1 -"1291",321042,2019,2,1,1 -"1292",321042,2019,3,1,1 -"1293",321042,2019,4,2,1 -"1294",321042,2019,7,1,1 -"1295",321042,2019,9,1,1 -"1296",321042,2019,10,1,1 -"1297",321042,2020,1,1,1 -"1298",321042,2020,2,1,1 -"1299",321042,2020,3,1,1 -"1300",321042,2020,6,1,1 -"1301",321042,2020,7,3,1 -"1302",321042,2020,8,1,1 -"1303",321042,2020,9,1,1 -"1304",321042,2020,11,2,1 -"1305",321042,2020,12,2,1 -"1306",321042,2021,1,2,1 -"1307",321042,2021,2,2,1 -"1308",321042,2021,5,3,1 -"1309",321042,2021,6,2,1 -"1310",321042,2021,7,3,1 -"1311",321042,2021,9,1,1 -"1312",321042,2021,10,1,1 -"1313",321042,2021,11,1,1 -"1314",321042,2021,12,2,1 -"1315",321042,2022,2,1,1 -"1316",321042,2022,3,1,1 -"1317",321042,2022,5,1,1 -"1318",321042,2022,10,1,1 -"1319",321042,2022,12,1,1 -"1320",321042,2023,2,1,1 -"1321",321042,2023,4,1,1 -"1322",381316,1947,2,1,1 -"1323",381316,1948,2,1,1 -"1324",381316,1949,10,1,1 -"1325",381316,1950,10,1,1 -"1326",381316,1953,2,1,1 -"1327",381316,1955,5,1,1 -"1328",381316,1958,6,1,1 -"1329",381316,1959,2,1,1 -"1330",381316,1960,5,1,1 -"1331",381316,1960,10,2,1 -"1332",381316,1960,12,2,1 -"1333",381316,1962,10,1,1 -"1334",381316,1962,11,1,1 -"1335",381316,1964,12,1,1 -"1336",381316,1965,12,1,1 -"1337",381316,1966,7,1,1 -"1338",381316,1966,10,1,1 -"1339",381316,1968,8,1,1 -"1340",381316,1969,3,1,1 -"1341",381316,1969,8,1,1 -"1342",381316,1970,4,1,1 -"1343",381316,1970,7,1,1 -"1344",381316,1970,8,1,1 -"1345",381316,1970,12,1,1 -"1346",381316,1971,4,1,1 -"1347",381316,1971,6,1,1 -"1348",381316,1971,7,2,1 -"1349",381316,1971,12,1,1 -"1350",381316,1972,1,2,1 -"1351",381316,1973,3,1,1 -"1352",381316,1973,8,2,1 -"1353",381316,1974,3,1,1 -"1354",381316,1974,4,1,1 -"1355",381316,1974,5,1,1 -"1356",381316,1974,8,1,1 -"1357",381316,1974,9,1,1 -"1358",381316,1974,12,1,1 -"1359",381316,1975,1,1,1 -"1360",381316,1975,2,2,1 -"1361",381316,1975,4,1,1 -"1362",381316,1975,6,1,1 -"1363",381316,1975,8,1,1 -"1364",381316,1975,11,1,1 -"1365",381316,1975,12,1,1 -"1366",381316,1976,7,2,1 -"1367",381316,1977,1,1,1 -"1368",381316,1977,2,1,1 -"1369",381316,1977,4,1,1 -"1370",381316,1977,7,1,1 -"1371",381316,1977,8,1,1 -"1372",381316,1977,10,1,1 -"1373",381316,1978,7,1,1 -"1374",381316,1978,11,1,1 -"1375",381316,1979,1,1,1 -"1376",381316,1979,3,1,1 -"1377",381316,1979,6,1,1 -"1378",381316,1980,9,1,1 -"1379",381316,1981,1,1,1 -"1380",381316,1981,2,1,1 -"1381",381316,1981,7,1,1 -"1382",381316,1981,8,1,1 -"1383",381316,1982,1,2,1 -"1384",381316,1982,2,1,1 -"1385",381316,1982,3,1,1 -"1386",381316,1982,5,1,1 -"1387",381316,1982,6,1,1 -"1388",381316,1982,7,1,1 -"1389",381316,1982,8,1,1 -"1390",381316,1982,10,2,1 -"1391",381316,1982,11,1,1 -"1392",381316,1983,2,1,1 -"1393",381316,1983,3,1,1 -"1394",381316,1983,7,1,1 -"1395",381316,1983,9,2,1 -"1396",381316,1983,10,1,1 -"1397",381316,1984,2,1,1 -"1398",381316,1984,5,1,1 -"1399",381316,1984,6,1,1 -"1400",381316,1984,8,1,1 -"1401",381316,1984,11,1,1 -"1402",381316,1985,1,1,1 -"1403",381316,1985,3,4,1 -"1404",381316,1985,4,1,1 -"1405",381316,1985,5,1,1 -"1406",381316,1985,7,1,1 -"1407",381316,1985,8,1,1 -"1408",381316,1985,9,1,1 -"1409",381316,1985,10,2,1 -"1410",381316,1986,7,1,1 -"1411",381316,1986,8,3,1 -"1412",381316,1986,9,2,1 -"1413",381316,1986,10,1,1 -"1414",381316,1986,11,1,1 -"1415",381316,1987,1,1,1 -"1416",381316,1987,8,1,1 -"1417",381316,1988,3,1,1 -"1418",381316,1988,5,2,1 -"1419",381316,1988,8,1,1 -"1420",381316,1988,9,2,1 -"1421",381316,1989,6,1,1 -"1422",381316,1989,7,2,1 -"1423",381316,1989,10,1,1 -"1424",381316,1989,12,1,1 -"1425",381316,1990,4,1,1 -"1426",381316,1990,5,2,1 -"1427",381316,1990,6,1,1 -"1428",381316,1990,8,1,1 -"1429",381316,1990,9,1,1 -"1430",381316,1990,11,1,1 -"1431",381316,1991,1,1,1 -"1432",381316,1991,4,2,1 -"1433",381316,1991,5,2,1 -"1434",381316,1991,6,1,1 -"1435",381316,1991,7,1,1 -"1436",381316,1991,8,1,1 -"1437",381316,1992,1,1,1 -"1438",381316,1992,2,1,1 -"1439",381316,1992,3,1,1 -"1440",381316,1992,5,1,1 -"1441",381316,1992,6,2,1 -"1442",381316,1992,8,1,1 -"1443",381316,1992,9,1,1 -"1444",381316,1992,12,1,1 -"1445",381316,1993,1,4,1 -"1446",381316,1993,3,1,1 -"1447",381316,1993,4,1,1 -"1448",381316,1993,5,2,1 -"1449",381316,1993,6,1,1 -"1450",381316,1993,9,2,1 -"1451",381316,1993,10,1,1 -"1452",381316,1993,11,1,1 -"1453",381316,1993,12,1,1 -"1454",381316,1994,1,1,1 -"1455",381316,1994,3,1,1 -"1456",381316,1994,6,1,1 -"1457",381316,1994,7,1,1 -"1458",381316,1994,8,1,1 -"1459",381316,1994,9,1,1 -"1460",381316,1994,10,1,1 -"1461",381316,1994,12,2,1 -"1462",381316,1995,2,1,1 -"1463",381316,1995,3,3,1 -"1464",381316,1995,4,3,1 -"1465",381316,1995,5,3,1 -"1466",381316,1995,6,1,1 -"1467",381316,1995,9,1,1 -"1468",381316,1995,12,2,1 -"1469",381316,1996,3,1,1 -"1470",381316,1996,4,1,1 -"1471",381316,1996,5,2,1 -"1472",381316,1996,6,2,1 -"1473",381316,1996,7,3,1 -"1474",381316,1996,8,1,1 -"1475",381316,1996,9,1,1 -"1476",381316,1996,10,2,1 -"1477",381316,1997,1,1,1 -"1478",381316,1997,4,1,1 -"1479",381316,1997,7,1,1 -"1480",381316,1997,8,3,1 -"1481",381316,1997,9,3,1 -"1482",381316,1997,11,1,1 -"1483",381316,1997,12,1,1 -"1484",381316,1998,1,1,1 -"1485",381316,1998,5,2,1 -"1486",381316,1998,6,2,1 -"1487",381316,1998,7,1,1 -"1488",381316,1998,8,3,1 -"1489",381316,1998,9,2,1 -"1490",381316,1998,10,1,1 -"1491",381316,1998,11,1,1 -"1492",381316,1998,12,2,1 -"1493",381316,1999,1,3,1 -"1494",381316,1999,3,1,1 -"1495",381316,1999,4,2,1 -"1496",381316,1999,5,1,1 -"1497",381316,1999,6,4,1 -"1498",381316,1999,8,2,1 -"1499",381316,1999,9,1,1 -"1500",381316,1999,10,2,1 -"1501",381316,1999,11,1,1 -"1502",381316,1999,12,1,1 -"1503",381316,2000,4,2,1 -"1504",381316,2000,5,2,1 -"1505",381316,2000,6,1,1 -"1506",381316,2000,7,1,1 -"1507",381316,2000,8,1,1 -"1508",381316,2000,9,1,1 -"1509",381316,2000,11,2,1 -"1510",381316,2000,12,3,1 -"1511",381316,2001,1,1,1 -"1512",381316,2001,2,1,1 -"1513",381316,2001,4,1,1 -"1514",381316,2001,5,2,1 -"1515",381316,2001,7,2,1 -"1516",381316,2001,8,1,1 -"1517",381316,2001,9,4,1 -"1518",381316,2001,10,1,1 -"1519",381316,2001,11,1,1 -"1520",381316,2001,12,4,1 -"1521",381316,2002,2,1,1 -"1522",381316,2002,3,1,1 -"1523",381316,2002,4,2,1 -"1524",381316,2002,5,2,1 -"1525",381316,2002,7,3,1 -"1526",381316,2002,8,1,1 -"1527",381316,2002,9,3,1 -"1528",381316,2002,10,2,1 -"1529",381316,2002,11,2,1 -"1530",381316,2002,12,2,1 -"1531",381316,2003,1,2,1 -"1532",381316,2003,2,2,1 -"1533",381316,2003,4,1,1 -"1534",381316,2003,5,3,1 -"1535",381316,2003,6,1,1 -"1536",381316,2003,7,2,1 -"1537",381316,2003,8,3,1 -"1538",381316,2003,9,1,1 -"1539",381316,2003,10,6,1 -"1540",381316,2003,11,2,1 -"1541",381316,2004,1,2,1 -"1542",381316,2004,2,3,1 -"1543",381316,2004,3,1,1 -"1544",381316,2004,4,4,1 -"1545",381316,2004,5,1,1 -"1546",381316,2004,6,3,1 -"1547",381316,2004,7,3,1 -"1548",381316,2004,10,1,1 -"1549",381316,2004,12,1,1 -"1550",381316,2005,1,2,1 -"1551",381316,2005,2,1,1 -"1552",381316,2005,3,2,1 -"1553",381316,2005,4,2,1 -"1554",381316,2005,5,1,1 -"1555",381316,2005,6,2,1 -"1556",381316,2005,8,1,1 -"1557",381316,2005,9,1,1 -"1558",381316,2005,10,3,1 -"1559",381316,2005,12,2,1 -"1560",381316,2006,1,2,1 -"1561",381316,2006,3,3,1 -"1562",381316,2006,4,1,1 -"1563",381316,2006,5,2,1 -"1564",381316,2006,6,3,1 -"1565",381316,2006,7,2,1 -"1566",381316,2006,8,5,1 -"1567",381316,2006,9,3,1 -"1568",381316,2006,10,1,1 -"1569",381316,2006,11,4,1 -"1570",381316,2006,12,2,1 -"1571",381316,2007,1,1,1 -"1572",381316,2007,3,1,1 -"1573",381316,2007,4,1,1 -"1574",381316,2007,5,2,1 -"1575",381316,2007,6,3,1 -"1576",381316,2007,7,2,1 -"1577",381316,2007,9,2,1 -"1578",381316,2007,10,3,1 -"1579",381316,2007,11,1,1 -"1580",381316,2007,12,2,1 -"1581",381316,2008,1,1,1 -"1582",381316,2008,3,1,1 -"1583",381316,2008,4,1,1 -"1584",381316,2008,5,1,1 -"1585",381316,2008,6,3,1 -"1586",381316,2008,7,1,1 -"1587",381316,2008,8,3,1 -"1588",381316,2008,9,1,1 -"1589",381316,2008,10,4,1 -"1590",381316,2008,11,5,1 -"1591",381316,2009,1,1,1 -"1592",381316,2009,2,4,1 -"1593",381316,2009,3,2,1 -"1594",381316,2009,4,2,1 -"1595",381316,2009,5,4,1 -"1596",381316,2009,6,2,1 -"1597",381316,2009,7,1,1 -"1598",381316,2009,8,3,1 -"1599",381316,2009,9,1,1 -"1600",381316,2009,10,1,1 -"1601",381316,2009,12,4,1 -"1602",381316,2010,1,1,1 -"1603",381316,2010,2,5,1 -"1604",381316,2010,3,6,1 -"1605",381316,2010,4,1,1 -"1606",381316,2010,6,3,1 -"1607",381316,2010,7,2,1 -"1608",381316,2010,8,3,1 -"1609",381316,2010,9,4,1 -"1610",381316,2010,11,1,1 -"1611",381316,2010,12,5,1 -"1612",381316,2011,1,3,1 -"1613",381316,2011,2,2,1 -"1614",381316,2011,3,4,1 -"1615",381316,2011,4,1,1 -"1616",381316,2011,5,3,1 -"1617",381316,2011,6,1,1 -"1618",381316,2011,7,4,1 -"1619",381316,2011,8,3,1 -"1620",381316,2011,9,1,1 -"1621",381316,2011,10,3,1 -"1622",381316,2011,11,3,1 -"1623",381316,2011,12,3,1 -"1624",381316,2012,1,2,1 -"1625",381316,2012,2,2,1 -"1626",381316,2012,3,2,1 -"1627",381316,2012,4,1,1 -"1628",381316,2012,5,2,1 -"1629",381316,2012,6,4,1 -"1630",381316,2012,7,3,1 -"1631",381316,2012,8,2,1 -"1632",381316,2012,9,1,1 -"1633",381316,2012,10,3,1 -"1634",381316,2012,11,2,1 -"1635",381316,2012,12,1,1 -"1636",381316,2013,1,2,1 -"1637",381316,2013,2,1,1 -"1638",381316,2013,3,2,1 -"1639",381316,2013,4,1,1 -"1640",381316,2013,5,1,1 -"1641",381316,2013,6,3,1 -"1642",381316,2013,7,3,1 -"1643",381316,2013,8,4,1 -"1644",381316,2013,9,1,1 -"1645",381316,2013,10,1,1 -"1646",381316,2013,11,1,1 -"1647",381316,2013,12,2,1 -"1648",381316,2014,1,3,1 -"1649",381316,2014,2,1,1 -"1650",381316,2014,3,1,1 -"1651",381316,2014,4,3,1 -"1652",381316,2014,5,3,1 -"1653",381316,2014,6,1,1 -"1654",381316,2014,7,2,1 -"1655",381316,2014,8,1,1 -"1656",381316,2014,9,4,1 -"1657",381316,2014,10,3,1 -"1658",381316,2014,11,3,1 -"1659",381316,2014,12,2,1 -"1660",381316,2015,1,5,1 -"1661",381316,2015,2,3,1 -"1662",381316,2015,3,5,1 -"1663",381316,2015,4,2,1 -"1664",381316,2015,5,6,1 -"1665",381316,2015,6,5,1 -"1666",381316,2015,7,6,1 -"1667",381316,2015,8,2,1 -"1668",381316,2015,9,2,1 -"1669",381316,2015,10,6,1 -"1670",381316,2015,11,4,1 -"1671",381316,2015,12,4,1 -"1672",381316,2016,1,3,1 -"1673",381316,2016,2,5,1 -"1674",381316,2016,3,3,1 -"1675",381316,2016,4,4,1 -"1676",381316,2016,5,3,1 -"1677",381316,2016,6,1,1 -"1678",381316,2016,7,2,1 -"1679",381316,2016,8,2,1 -"1680",381316,2016,9,3,1 -"1681",381316,2016,10,3,1 -"1682",381316,2016,11,4,1 -"1683",381316,2016,12,2,1 -"1684",381316,2017,1,6,1 -"1685",381316,2017,2,1,1 -"1686",381316,2017,3,5,1 -"1687",381316,2017,4,8,1 -"1688",381316,2017,5,2,1 -"1689",381316,2017,6,5,1 -"1690",381316,2017,7,4,1 -"1691",381316,2017,8,2,1 -"1692",381316,2017,9,6,1 -"1693",381316,2017,10,2,1 -"1694",381316,2017,11,5,1 -"1695",381316,2017,12,3,1 -"1696",381316,2018,1,4,1 -"1697",381316,2018,2,1,1 -"1698",381316,2018,3,3,1 -"1699",381316,2018,4,6,1 -"1700",381316,2018,5,7,1 -"1701",381316,2018,6,3,1 -"1702",381316,2018,7,2,1 -"1703",381316,2018,8,2,1 -"1704",381316,2018,9,5,1 -"1705",381316,2018,10,2,1 -"1706",381316,2018,11,3,1 -"1707",381316,2018,12,3,1 -"1708",381316,2019,1,6,1 -"1709",381316,2019,2,5,1 -"1710",381316,2019,3,3,1 -"1711",381316,2019,4,4,1 -"1712",381316,2019,5,6,1 -"1713",381316,2019,6,2,1 -"1714",381316,2019,7,10,1 -"1715",381316,2019,8,5,1 -"1716",381316,2019,9,2,1 -"1717",381316,2019,10,5,1 -"1718",381316,2019,11,2,1 -"1719",381316,2019,12,6,1 -"1720",381316,2020,1,4,1 -"1721",381316,2020,2,6,1 -"1722",381316,2020,3,1,1 -"1723",381316,2020,4,3,1 -"1724",381316,2020,5,2,1 -"1725",381316,2020,6,2,1 -"1726",381316,2020,7,3,1 -"1727",381316,2020,8,5,1 -"1728",381316,2020,9,3,1 -"1729",381316,2020,10,1,1 -"1730",381316,2020,11,5,1 -"1731",381316,2020,12,1,1 -"1732",381316,2021,1,3,1 -"1733",381316,2021,3,6,1 -"1734",381316,2021,4,1,1 -"1735",381316,2021,5,6,1 -"1736",381316,2021,6,4,1 -"1737",381316,2021,7,3,1 -"1738",381316,2021,8,5,1 -"1739",381316,2021,9,2,1 -"1740",381316,2021,10,1,1 -"1741",381316,2021,11,2,1 -"1742",381316,2021,12,4,1 -"1743",381316,2022,1,1,1 -"1744",381316,2022,2,5,1 -"1745",381316,2022,3,7,1 -"1746",381316,2022,4,5,1 -"1747",381316,2022,5,6,1 -"1748",381316,2022,6,3,1 -"1749",381316,2022,7,6,1 -"1750",381316,2022,8,8,1 -"1751",381316,2022,9,2,1 -"1752",381316,2022,10,6,1 -"1753",381316,2022,11,6,1 -"1754",381316,2022,12,6,1 -"1755",381316,2023,1,4,1 -"1756",381316,2023,3,2,1 -"1757",381316,2023,4,4,1 -"1758",381316,2023,5,4,1 -"1759",381316,2023,6,1,1 -"1760",1310034,1962,1,1,1 -"1761",1310034,1963,6,1,1 -"1762",1310034,1967,4,1,1 -"1763",1310034,1973,6,1,1 -"1764",1310034,1979,12,1,1 -"1765",1310034,1984,11,1,1 -"1766",1310034,1986,6,1,1 -"1767",1310034,1988,5,1,1 -"1768",1310034,1988,6,1,1 -"1769",1310034,1990,6,1,1 -"1770",1310034,1990,9,1,1 -"1771",1310034,1991,1,1,1 -"1772",1310034,1991,3,1,1 -"1773",1310034,1991,8,1,1 -"1774",1310034,1991,9,1,1 -"1775",1310034,1992,5,1,1 -"1776",1310034,1992,11,1,1 -"1777",1310034,1994,6,1,1 -"1778",1310034,1994,9,1,1 -"1779",1310034,1995,7,1,1 -"1780",1310034,1996,6,1,1 -"1781",1310034,1996,10,1,1 -"1782",1310034,1997,2,1,1 -"1783",1310034,1997,8,1,1 -"1784",1310034,1998,7,1,1 -"1785",1310034,1998,9,1,1 -"1786",1310034,1999,8,1,1 -"1787",1310034,2000,4,1,1 -"1788",1310034,2000,6,1,1 -"1789",1310034,2000,10,1,1 -"1790",1310034,2000,12,1,1 -"1791",1310034,2001,6,1,1 -"1792",1310034,2001,9,2,1 -"1793",1310034,2002,1,1,1 -"1794",1310034,2002,2,1,1 -"1795",1310034,2002,3,1,1 -"1796",1310034,2003,2,1,1 -"1797",1310034,2003,4,1,1 -"1798",1310034,2003,9,1,1 -"1799",1310034,2004,4,1,1 -"1800",1310034,2004,5,1,1 -"1801",1310034,2004,10,1,1 -"1802",1310034,2004,11,1,1 -"1803",1310034,2005,3,1,1 -"1804",1310034,2005,8,2,1 -"1805",1310034,2005,11,1,1 -"1806",1310034,2006,1,1,1 -"1807",1310034,2006,3,1,1 -"1808",1310034,2006,5,1,1 -"1809",1310034,2006,10,1,1 -"1810",1310034,2007,1,1,1 -"1811",1310034,2007,2,1,1 -"1812",1310034,2008,2,1,1 -"1813",1310034,2008,12,1,1 -"1814",1310034,2009,7,1,1 -"1815",1310034,2009,10,1,1 -"1816",1310034,2009,11,1,1 -"1817",1310034,2010,4,2,1 -"1818",1310034,2010,5,1,1 -"1819",1310034,2010,9,1,3 -"1820",1310034,2011,1,1,1 -"1821",1310034,2011,3,1,1 -"1822",1310034,2011,6,1,1 -"1823",1310034,2012,1,1,1 -"1824",1310034,2012,7,1,1 -"1825",1310034,2012,11,1,1 -"1826",1310034,2012,12,2,1 -"1827",1310034,2013,1,1,1 -"1828",1310034,2013,2,1,1 -"1829",1310034,2013,4,1,1 -"1830",1310034,2013,7,1,1 -"1831",1310034,2013,10,2,1 -"1832",1310034,2013,11,1,1 -"1833",1310034,2013,12,2,1.5 -"1834",1310034,2014,1,1,1 -"1835",1310034,2014,4,1,1 -"1836",1310034,2014,5,2,1 -"1837",1310034,2014,6,2,1 -"1838",1310034,2014,7,1,1 -"1839",1310034,2014,10,1,1 -"1840",1310034,2014,12,2,1 -"1841",1310034,2015,1,2,1 -"1842",1310034,2015,4,1,1 -"1843",1310034,2015,5,1,1 -"1844",1310034,2015,8,1,1 -"1845",1310034,2015,9,1,1 -"1846",1310034,2015,10,1,1 -"1847",1310034,2015,12,2,1 -"1848",1310034,2016,2,1,1 -"1849",1310034,2016,3,3,1 -"1850",1310034,2016,5,2,1 -"1851",1310034,2016,6,1,1 -"1852",1310034,2016,7,1,1 -"1853",1310034,2016,8,2,1.5 -"1854",1310034,2016,10,1,1 -"1855",1310034,2016,11,1,1 -"1856",1310034,2016,12,1,1 -"1857",1310034,2017,1,2,1 -"1858",1310034,2017,5,1,1 -"1859",1310034,2017,6,1,1 -"1860",1310034,2017,7,2,1 -"1861",1310034,2017,8,1,1 -"1862",1310034,2017,12,4,1 -"1863",1310034,2018,3,2,1 -"1864",1310034,2018,4,1,1 -"1865",1310034,2018,6,1,1 -"1866",1310034,2018,8,1,1 -"1867",1310034,2018,9,2,1 -"1868",1310034,2018,10,1,1 -"1869",1310034,2018,11,1,2 -"1870",1310034,2018,12,1,1 -"1871",1310034,2019,2,1,1 -"1872",1310034,2019,3,1,1 -"1873",1310034,2019,4,2,1 -"1874",1310034,2019,7,1,1 -"1875",1310034,2019,9,1,1 -"1876",1310034,2019,10,1,1 -"1877",1310034,2020,1,1,1 -"1878",1310034,2020,2,1,1 -"1879",1310034,2020,3,1,1 -"1880",1310034,2020,6,1,1 -"1881",1310034,2020,7,3,1 -"1882",1310034,2020,8,1,1 -"1883",1310034,2020,9,1,1 -"1884",1310034,2020,10,1,1 -"1885",1310034,2020,11,2,1 -"1886",1310034,2020,12,2,1 -"1887",1310034,2021,1,2,1 -"1888",1310034,2021,2,2,1 -"1889",1310034,2021,5,3,1 -"1890",1310034,2021,6,2,1 -"1891",1310034,2021,7,3,1 -"1892",1310034,2021,9,1,1 -"1893",1310034,2021,10,2,1 -"1894",1310034,2021,11,1,1 -"1895",1310034,2021,12,2,1 -"1896",1310034,2022,2,1,1 -"1897",1310034,2022,3,1,1 -"1898",1310034,2022,5,1,1 -"1899",1310034,2022,10,1,1 -"1900",1310034,2022,12,1,1 -"1901",1310034,2023,2,1,1 -"1902",1310034,2023,4,1,1 -"1903",1332419,1994,1,12,2 -"1904",1332419,1994,2,22,1.95454545454545 -"1905",1332419,1994,3,12,2 -"1906",1332419,1994,4,20,2.1 -"1907",1332419,1994,5,12,1.91666666666667 -"1908",1332419,1994,6,22,2.27272727272727 -"1909",1332419,1994,7,23,2.21739130434783 -"1910",1332419,1994,8,16,2.5625 -"1911",1332419,1994,9,32,1.71875 -"1912",1332419,1994,10,18,2.61111111111111 -"1913",1332419,1994,11,21,2.28571428571429 -"1914",1332419,1994,12,17,2.11764705882353 -"1915",1332419,1995,1,7,3.28571428571429 -"1916",1332419,1995,2,1,3 -"1917",1332419,1995,4,4,1.5 -"1918",1332419,1995,5,1,2 -"1919",1332419,1995,6,4,4.5 -"1920",1332419,1995,8,1,2 -"1921",1332419,1995,9,1,2 -"1922",1332419,1995,10,1,1 -"1923",1332419,1995,11,3,1 -"1924",1332419,1995,12,3,1.33333333333333 -"1925",1332419,1996,1,3,2 -"1926",1332419,1996,2,2,1.5 -"1927",1332419,1996,4,3,1.66666666666667 -"1928",1332419,1996,5,1,2 -"1929",1332419,1996,6,4,1.75 -"1930",1332419,1996,7,2,1.5 -"1931",1332419,1996,8,1,2 -"1932",1332419,1996,9,3,3 -"1933",1332419,1996,10,2,1 -"1934",1332419,1996,11,4,1.75 -"1935",1332419,1997,1,4,2.25 -"1936",1332419,1997,2,1,2 -"1937",1332419,1997,3,1,3 -"1938",1332419,1997,4,1,4 -"1939",1332419,1997,5,1,1 -"1940",1332419,1997,6,2,2 -"1941",1332419,1997,7,4,2 -"1942",1332419,1997,9,2,1 -"1943",1332419,1997,11,1,3 -"1944",1332419,1997,12,1,1 -"1945",1332419,1998,1,2,1 -"1946",1332419,1998,2,2,1.5 -"1947",1332419,1998,3,3,2.33333333333333 -"1948",1332419,1998,6,2,3 -"1949",1332419,1998,7,1,2 -"1950",1332419,1998,8,5,2.2 -"1951",1332419,1998,9,2,2.5 -"1952",1332419,1998,10,1,2 -"1953",1332419,1998,11,1,2 -"1954",1332419,1998,12,3,1.33333333333333 -"1955",1332419,1999,1,4,9.75 -"1956",1332419,1999,2,2,1.5 -"1957",1332419,1999,3,2,2 -"1958",1332419,1999,4,1,7 -"1959",1332419,1999,5,3,2.66666666666667 -"1960",1332419,1999,6,2,8 -"1961",1332419,1999,7,1,2 -"1962",1332419,1999,8,3,1.66666666666667 -"1963",1332419,1999,9,2,3.5 -"1964",1332419,1999,10,3,11.6666666666667 -"1965",1332419,1999,11,3,1.33333333333333 -"1966",1332419,1999,12,3,2 -"1967",1332419,2000,1,4,3.25 -"1968",1332419,2000,3,2,2.5 -"1969",1332419,2000,4,1,1 -"1970",1332419,2000,5,1,4 -"1971",1332419,2000,6,4,1.75 -"1972",1332419,2000,7,1,2 -"1973",1332419,2000,8,2,1.5 -"1974",1332419,2000,9,1,1 -"1975",1332419,2000,10,3,1.66666666666667 -"1976",1332419,2000,11,2,2.5 -"1977",1332419,2000,12,4,6.5 -"1978",1332419,2001,1,3,1.66666666666667 -"1979",1332419,2001,2,3,1.66666666666667 -"1980",1332419,2001,3,2,1 -"1981",1332419,2001,4,3,1.66666666666667 -"1982",1332419,2001,5,2,4.5 -"1983",1332419,2001,6,3,3.33333333333333 -"1984",1332419,2001,7,5,2.6 -"1985",1332419,2001,8,3,1.66666666666667 -"1986",1332419,2001,9,2,1.5 -"1987",1332419,2001,10,2,2.5 -"1988",1332419,2001,11,1,25 -"1989",1332419,2001,12,5,1.8 -"1990",1332419,2002,3,3,1.66666666666667 -"1991",1332419,2002,4,3,2 -"1992",1332419,2002,5,5,2.2 -"1993",1332419,2002,6,1,2 -"1994",1332419,2002,7,6,1.66666666666667 -"1995",1332419,2002,8,2,1 -"1996",1332419,2002,9,1,1 -"1997",1332419,2002,10,1,1 -"1998",1332419,2002,11,3,1.33333333333333 -"1999",1332419,2002,12,2,2 -"2000",1332419,2003,1,3,3 -"2001",1332419,2003,2,1,1 -"2002",1332419,2003,3,3,1.66666666666667 -"2003",1332419,2003,4,2,4 -"2004",1332419,2003,5,2,2 -"2005",1332419,2003,6,1,2 -"2006",1332419,2003,7,3,4.33333333333333 -"2007",1332419,2003,8,1,5 -"2008",1332419,2003,9,5,1.4 -"2009",1332419,2003,10,4,1.5 -"2010",1332419,2003,11,4,1.5 -"2011",1332419,2003,12,3,2 -"2012",1332419,2004,1,1,2 -"2013",1332419,2004,2,2,1.5 -"2014",1332419,2004,3,4,2 -"2015",1332419,2004,5,3,1.33333333333333 -"2016",1332419,2004,6,4,2.5 -"2017",1332419,2004,7,4,2 -"2018",1332419,2004,8,1,1 -"2019",1332419,2004,9,2,1.5 -"2020",1332419,2004,11,2,4 -"2021",1332419,2004,12,3,2.66666666666667 -"2022",1332419,2005,2,8,2 -"2023",1332419,2005,3,2,1.5 -"2024",1332419,2005,4,3,1.66666666666667 -"2025",1332419,2005,5,2,2 -"2026",1332419,2005,6,4,2.5 -"2027",1332419,2005,8,3,1.33333333333333 -"2028",1332419,2005,9,4,2.75 -"2029",1332419,2005,10,2,1.5 -"2030",1332419,2005,11,6,2.16666666666667 -"2031",1332419,2006,1,5,1.8 -"2032",1332419,2006,2,3,1.66666666666667 -"2033",1332419,2006,3,2,2 -"2034",1332419,2006,5,4,2.25 -"2035",1332419,2006,6,4,8.5 -"2036",1332419,2006,7,3,2 -"2037",1332419,2006,8,2,1.5 -"2038",1332419,2006,9,1,2 -"2039",1332419,2006,11,1,3 -"2040",1332419,2006,12,4,1.75 -"2041",1332419,2007,1,3,2.33333333333333 -"2042",1332419,2007,2,1,1 -"2043",1332419,2007,3,4,3.75 -"2044",1332419,2007,4,5,3 -"2045",1332419,2007,5,4,2 -"2046",1332419,2007,6,1,2 -"2047",1332419,2007,7,2,2 -"2048",1332419,2007,8,5,2.8 -"2049",1332419,2007,9,3,6.66666666666667 -"2050",1332419,2007,11,3,6.66666666666667 -"2051",1332419,2007,12,2,1.5 -"2052",1332419,2008,1,2,1 -"2053",1332419,2008,2,1,2 -"2054",1332419,2008,3,3,1.66666666666667 -"2055",1332419,2008,4,4,1.25 -"2056",1332419,2008,5,3,2 -"2057",1332419,2008,6,1,3 -"2058",1332419,2008,7,4,2.25 -"2059",1332419,2008,9,3,2.66666666666667 -"2060",1332419,2008,10,6,1.83333333333333 -"2061",1332419,2008,11,2,1.5 -"2062",1332419,2008,12,1,2 -"2063",1332419,2009,1,2,2 -"2064",1332419,2009,2,2,3 -"2065",1332419,2009,3,2,1 -"2066",1332419,2009,4,2,2.5 -"2067",1332419,2009,6,3,1.33333333333333 -"2068",1332419,2009,7,2,2 -"2069",1332419,2009,8,2,1.5 -"2070",1332419,2009,9,3,1.66666666666667 -"2071",1332419,2009,10,2,1 -"2072",1332419,2009,11,2,3.5 -"2073",1332419,2009,12,1,2 -"2074",1332419,2010,2,3,1.33333333333333 -"2075",1332419,2010,3,2,3 -"2076",1332419,2010,4,1,2 -"2077",1332419,2010,5,2,1.5 -"2078",1332419,2010,6,4,2.5 -"2079",1332419,2010,7,4,1.5 -"2080",1332419,2010,8,3,1.66666666666667 -"2081",1332419,2010,9,3,2 -"2082",1332419,2010,10,4,1.75 -"2083",1332419,2010,11,4,3 -"2084",1332419,2010,12,4,1.5 -"2085",1332419,2011,1,5,1.2 -"2086",1332419,2011,3,3,1.33333333333333 -"2087",1332419,2011,5,2,1.5 -"2088",1332419,2011,6,2,1 -"2089",1332419,2011,7,3,2.33333333333333 -"2090",1332419,2011,8,3,1.33333333333333 -"2091",1332419,2011,9,6,1.5 -"2092",1332419,2011,10,2,1.5 -"2093",1332419,2011,11,1,2 -"2094",1332419,2011,12,5,1.6 -"2095",1332419,2012,1,3,1.66666666666667 -"2096",1332419,2012,2,2,6 -"2097",1332419,2012,3,4,1.75 -"2098",1332419,2012,4,5,1.2 -"2099",1332419,2012,5,4,2 -"2100",1332419,2012,6,1,2 -"2101",1332419,2012,7,6,1.66666666666667 -"2102",1332419,2012,8,6,1.83333333333333 -"2103",1332419,2012,9,4,1.75 -"2104",1332419,2012,10,3,1.66666666666667 -"2105",1332419,2012,11,4,7 -"2106",1332419,2012,12,2,2 -"2107",1332419,2013,1,3,2 -"2108",1332419,2013,2,1,2 -"2109",1332419,2013,3,6,2.66666666666667 -"2110",1332419,2013,4,4,1.75 -"2111",1332419,2013,5,4,2.25 -"2112",1332419,2013,6,4,1.5 -"2113",1332419,2013,7,2,1.5 -"2114",1332419,2013,8,2,2.5 -"2115",1332419,2013,9,2,1.5 -"2116",1332419,2013,10,4,3 -"2117",1332419,2013,11,2,1.5 -"2118",1332419,2013,12,1,2 -"2119",1332419,2014,1,6,1.5 -"2120",1332419,2014,3,2,2.5 -"2121",1332419,2014,4,4,2 -"2122",1332419,2014,5,5,1.8 -"2123",1332419,2014,6,4,1.75 -"2124",1332419,2014,8,2,1.5 -"2125",1332419,2014,9,4,2 -"2126",1332419,2014,10,5,1.8 -"2127",1332419,2014,11,4,2.5 -"2128",1332419,2014,12,2,1.5 -"2129",1332419,2015,1,3,3.33333333333333 -"2130",1332419,2015,2,2,2 -"2131",1332419,2015,3,7,2 -"2132",1332419,2015,4,8,6 -"2133",1332419,2015,5,4,1.75 -"2134",1332419,2015,6,2,2.5 -"2135",1332419,2015,7,4,2 -"2136",1332419,2015,8,4,2 -"2137",1332419,2015,11,4,4.25 -"2138",1332419,2015,12,1,1 -"2139",1332419,2016,1,2,2 -"2140",1332419,2016,2,3,2 -"2141",1332419,2016,3,2,3.5 -"2142",1332419,2016,4,2,2 -"2143",1332419,2016,5,3,1.66666666666667 -"2144",1332419,2016,6,4,3.25 -"2145",1332419,2016,7,2,1.5 -"2146",1332419,2016,8,3,2.33333333333333 -"2147",1332419,2016,9,2,2.5 -"2148",1332419,2016,10,3,1.33333333333333 -"2149",1332419,2016,11,3,2.33333333333333 -"2150",1332419,2016,12,2,2.5 -"2151",1332419,2017,1,1,11 -"2152",1332419,2017,2,2,2 -"2153",1332419,2017,3,2,6.5 -"2154",1332419,2017,5,2,1 -"2155",1332419,2017,6,3,1.33333333333333 -"2156",1332419,2017,7,3,3 -"2157",1332419,2017,8,3,1.66666666666667 -"2158",1332419,2017,9,2,1 -"2159",1332419,2017,10,3,2 -"2160",1332419,2017,11,4,1.75 -"2161",1332419,2017,12,3,1.66666666666667 -"2162",1332419,2018,1,6,2.5 -"2163",1332419,2018,2,5,1.8 -"2164",1332419,2018,3,3,2 -"2165",1332419,2018,4,3,6 -"2166",1332419,2018,5,3,2.33333333333333 -"2167",1332419,2018,6,4,1.5 -"2168",1332419,2018,7,2,1 -"2169",1332419,2018,8,2,2 -"2170",1332419,2018,9,9,2 -"2171",1332419,2018,10,5,1.4 -"2172",1332419,2018,11,7,1.85714285714286 -"2173",1332419,2018,12,6,1.66666666666667 -"2174",1332419,2019,1,3,1.66666666666667 -"2175",1332419,2019,2,5,2.4 -"2176",1332419,2019,3,5,4.4 -"2177",1332419,2019,4,4,1.75 -"2178",1332419,2019,5,3,6 -"2179",1332419,2019,6,1,2 -"2180",1332419,2019,7,4,1.75 -"2181",1332419,2019,8,2,3.5 -"2182",1332419,2019,9,3,1.33333333333333 -"2183",1332419,2019,10,5,2.2 -"2184",1332419,2019,12,4,2.5 -"2185",1332419,2020,1,2,2 -"2186",1332419,2020,2,2,1 -"2187",1332419,2020,3,5,3 -"2188",1332419,2020,4,3,1.66666666666667 -"2189",1332419,2020,5,4,2.5 -"2190",1332419,2020,6,5,3 -"2191",1332419,2020,7,6,2 -"2192",1332419,2020,8,5,2 -"2193",1332419,2020,9,8,1.625 -"2194",1332419,2020,10,3,1.33333333333333 -"2195",1332419,2020,11,3,1.66666666666667 -"2196",1332419,2020,12,2,1.5 -"2197",1332419,2021,1,5,2 -"2198",1332419,2021,2,3,2 -"2199",1332419,2021,3,4,5 -"2200",1332419,2021,4,2,1.5 -"2201",1332419,2021,5,5,1.6 -"2202",1332419,2021,6,4,1.25 -"2203",1332419,2021,8,4,1.25 -"2204",1332419,2021,9,1,1 -"2205",1332419,2021,10,2,1 -"2206",1332419,2021,11,2,4 -"2207",1332419,2021,12,4,2.25 -"2208",1332419,2022,2,5,2.4 -"2209",1332419,2022,3,5,3.4 -"2210",1332419,2022,4,4,1.75 -"2211",1332419,2022,5,4,1.25 -"2212",1332419,2022,6,6,1.83333333333333 -"2213",1332419,2022,7,1,2 -"2214",1332419,2022,8,3,2.33333333333333 -"2215",1332419,2022,9,3,2 -"2216",1332419,2022,10,1,2 -"2217",1332419,2022,11,2,4.5 -"2218",1332419,2022,12,2,1.5 -"2219",1332419,2023,1,6,3 -"2220",1332419,2023,2,3,1.66666666666667 -"2221",1332419,2023,3,2,5.5 -"2222",1332419,2023,4,4,2.25 -"2223",1332419,2023,5,6,1.83333333333333 -"2224",1539411,1991,1,10,2 -"2225",1539411,1991,2,14,2.07142857142857 -"2226",1539411,1991,3,15,1.86666666666667 -"2227",1539411,1991,4,11,2 -"2228",1539411,1991,5,19,3.47368421052632 -"2229",1539411,1991,6,16,2.6875 -"2230",1539411,1991,7,17,2.82352941176471 -"2231",1539411,1991,8,23,1.95652173913043 -"2232",1539411,1991,9,19,1.78947368421053 -"2233",1539411,1991,10,17,2.70588235294118 -"2234",1539411,1991,11,11,1.81818181818182 -"2235",1539411,1991,12,19,2.21052631578947 -"2236",1539411,1992,1,4,1.5 -"2237",1539411,1992,3,3,2 -"2238",1539411,1992,4,1,2 -"2239",1539411,1992,5,1,5 -"2240",1539411,1992,6,4,2.75 -"2241",1539411,1992,7,1,1 -"2242",1539411,1992,8,1,1 -"2243",1539411,1992,9,2,1.5 -"2244",1539411,1992,10,1,2 -"2245",1539411,1992,11,1,4 -"2246",1539411,1992,12,1,2 -"2247",1539411,1993,1,2,3 -"2248",1539411,1993,2,1,1 -"2249",1539411,1993,3,2,3.5 -"2250",1539411,1993,4,1,2 -"2251",1539411,1993,5,2,2 -"2252",1539411,1993,6,2,2 -"2253",1539411,1993,7,1,1 -"2254",1539411,1993,8,1,1 -"2255",1539411,1993,9,3,2 -"2256",1539411,1993,11,1,1 -"2257",1539411,1994,1,1,1 -"2258",1539411,1994,2,3,2.66666666666667 -"2259",1539411,1994,4,2,1.5 -"2260",1539411,1994,7,1,1 -"2261",1539411,1994,8,1,3 -"2262",1539411,1994,9,4,1.5 -"2263",1539411,1994,10,2,3 -"2264",1539411,1994,11,5,2.2 -"2265",1539411,1994,12,1,6 -"2266",1539411,1995,1,3,3.33333333333333 -"2267",1539411,1995,2,1,3 -"2268",1539411,1995,4,4,1.5 -"2269",1539411,1995,5,1,2 -"2270",1539411,1995,6,4,4.5 -"2271",1539411,1995,8,1,2 -"2272",1539411,1995,9,1,2 -"2273",1539411,1995,10,1,1 -"2274",1539411,1995,11,3,1 -"2275",1539411,1995,12,3,1.33333333333333 -"2276",1539411,1996,1,3,2 -"2277",1539411,1996,2,2,1.5 -"2278",1539411,1996,4,3,1.66666666666667 -"2279",1539411,1996,5,1,2 -"2280",1539411,1996,6,4,1.75 -"2281",1539411,1996,7,2,1.5 -"2282",1539411,1996,8,1,2 -"2283",1539411,1996,9,3,3 -"2284",1539411,1996,10,2,1 -"2285",1539411,1996,11,4,1.75 -"2286",1539411,1997,1,4,2.25 -"2287",1539411,1997,2,1,2 -"2288",1539411,1997,3,1,3 -"2289",1539411,1997,4,1,4 -"2290",1539411,1997,5,1,1 -"2291",1539411,1997,6,2,2 -"2292",1539411,1997,7,4,2 -"2293",1539411,1997,9,2,1 -"2294",1539411,1997,11,1,3 -"2295",1539411,1997,12,1,1 -"2296",1539411,1998,1,2,1 -"2297",1539411,1998,2,2,1.5 -"2298",1539411,1998,3,3,2.33333333333333 -"2299",1539411,1998,6,2,3 -"2300",1539411,1998,7,1,2 -"2301",1539411,1998,8,5,2.2 -"2302",1539411,1998,9,2,2.5 -"2303",1539411,1998,10,1,2 -"2304",1539411,1998,11,1,2 -"2305",1539411,1998,12,3,1.33333333333333 -"2306",1539411,1999,1,4,9.75 -"2307",1539411,1999,2,2,1.5 -"2308",1539411,1999,3,2,2 -"2309",1539411,1999,4,1,7 -"2310",1539411,1999,5,3,2.66666666666667 -"2311",1539411,1999,6,2,8 -"2312",1539411,1999,7,1,2 -"2313",1539411,1999,8,3,1.66666666666667 -"2314",1539411,1999,9,2,3.5 -"2315",1539411,1999,10,3,11.6666666666667 -"2316",1539411,1999,11,3,1.33333333333333 -"2317",1539411,1999,12,3,2 -"2318",1539411,2000,1,4,3.25 -"2319",1539411,2000,3,2,2.5 -"2320",1539411,2000,4,1,1 -"2321",1539411,2000,5,1,4 -"2322",1539411,2000,6,4,1.75 -"2323",1539411,2000,7,1,2 -"2324",1539411,2000,8,2,1.5 -"2325",1539411,2000,9,1,1 -"2326",1539411,2000,10,3,1.66666666666667 -"2327",1539411,2000,11,2,2.5 -"2328",1539411,2000,12,4,6.5 -"2329",1539411,2001,1,3,1.66666666666667 -"2330",1539411,2001,2,3,1.66666666666667 -"2331",1539411,2001,3,2,1 -"2332",1539411,2001,4,3,1.66666666666667 -"2333",1539411,2001,5,2,4.5 -"2334",1539411,2001,6,3,3.33333333333333 -"2335",1539411,2001,7,5,2.6 -"2336",1539411,2001,8,3,1.66666666666667 -"2337",1539411,2001,9,2,1.5 -"2338",1539411,2001,10,2,2.5 -"2339",1539411,2001,11,1,25 -"2340",1539411,2001,12,5,1.8 -"2341",1539411,2002,3,3,1.66666666666667 -"2342",1539411,2002,4,3,2 -"2343",1539411,2002,5,5,2.2 -"2344",1539411,2002,6,1,2 -"2345",1539411,2002,7,6,1.66666666666667 -"2346",1539411,2002,8,2,1 -"2347",1539411,2002,9,1,1 -"2348",1539411,2002,10,1,1 -"2349",1539411,2002,11,3,1.33333333333333 -"2350",1539411,2002,12,2,2 -"2351",1539411,2003,1,3,3 -"2352",1539411,2003,2,1,1 -"2353",1539411,2003,3,3,1.66666666666667 -"2354",1539411,2003,4,2,4 -"2355",1539411,2003,5,2,2 -"2356",1539411,2003,6,1,2 -"2357",1539411,2003,7,3,4.33333333333333 -"2358",1539411,2003,8,1,5 -"2359",1539411,2003,9,5,1.4 -"2360",1539411,2003,10,4,1.5 -"2361",1539411,2003,11,4,1.5 -"2362",1539411,2003,12,3,2 -"2363",1539411,2004,1,1,2 -"2364",1539411,2004,2,2,1.5 -"2365",1539411,2004,3,4,2 -"2366",1539411,2004,5,3,1.33333333333333 -"2367",1539411,2004,6,4,2.5 -"2368",1539411,2004,7,4,2 -"2369",1539411,2004,8,1,1 -"2370",1539411,2004,9,2,1.5 -"2371",1539411,2004,11,2,4 -"2372",1539411,2004,12,3,2.66666666666667 -"2373",1539411,2005,2,8,2 -"2374",1539411,2005,3,2,1.5 -"2375",1539411,2005,4,3,1.66666666666667 -"2376",1539411,2005,5,2,2 -"2377",1539411,2005,6,4,2.5 -"2378",1539411,2005,8,3,1.33333333333333 -"2379",1539411,2005,9,4,2.75 -"2380",1539411,2005,10,2,1.5 -"2381",1539411,2005,11,6,2.16666666666667 -"2382",1539411,2006,1,5,1.8 -"2383",1539411,2006,2,3,1.66666666666667 -"2384",1539411,2006,3,2,2 -"2385",1539411,2006,5,4,2.25 -"2386",1539411,2006,6,4,8.5 -"2387",1539411,2006,7,3,2 -"2388",1539411,2006,8,2,1.5 -"2389",1539411,2006,9,1,2 -"2390",1539411,2006,11,1,3 -"2391",1539411,2006,12,4,1.75 -"2392",1539411,2007,1,3,2.33333333333333 -"2393",1539411,2007,2,1,1 -"2394",1539411,2007,3,4,3.75 -"2395",1539411,2007,4,5,3 -"2396",1539411,2007,5,4,2 -"2397",1539411,2007,6,1,2 -"2398",1539411,2007,7,2,2 -"2399",1539411,2007,8,5,2.8 -"2400",1539411,2007,9,3,6.66666666666667 -"2401",1539411,2007,11,3,6.66666666666667 -"2402",1539411,2007,12,2,1.5 -"2403",1539411,2008,1,2,1 -"2404",1539411,2008,2,1,2 -"2405",1539411,2008,3,3,1.66666666666667 -"2406",1539411,2008,4,4,1.25 -"2407",1539411,2008,5,3,2 -"2408",1539411,2008,6,1,3 -"2409",1539411,2008,7,4,2.25 -"2410",1539411,2008,9,3,2.66666666666667 -"2411",1539411,2008,10,6,1.83333333333333 -"2412",1539411,2008,11,2,1.5 -"2413",1539411,2008,12,1,2 -"2414",1539411,2009,1,2,2 -"2415",1539411,2009,2,2,3 -"2416",1539411,2009,3,2,1 -"2417",1539411,2009,4,2,2.5 -"2418",1539411,2009,6,3,1.33333333333333 -"2419",1539411,2009,7,2,2 -"2420",1539411,2009,8,2,1.5 -"2421",1539411,2009,9,3,1.66666666666667 -"2422",1539411,2009,10,2,1 -"2423",1539411,2009,11,2,3.5 -"2424",1539411,2009,12,1,2 -"2425",1539411,2010,2,3,1.33333333333333 -"2426",1539411,2010,3,2,3 -"2427",1539411,2010,4,1,2 -"2428",1539411,2010,5,2,1.5 -"2429",1539411,2010,6,4,2.5 -"2430",1539411,2010,7,4,1.5 -"2431",1539411,2010,8,3,1.66666666666667 -"2432",1539411,2010,9,3,2 -"2433",1539411,2010,10,4,1.75 -"2434",1539411,2010,11,4,3 -"2435",1539411,2010,12,4,1.5 -"2436",1539411,2011,1,5,1.2 -"2437",1539411,2011,3,3,1.33333333333333 -"2438",1539411,2011,5,2,1.5 -"2439",1539411,2011,6,2,1 -"2440",1539411,2011,7,3,2.33333333333333 -"2441",1539411,2011,8,3,1.33333333333333 -"2442",1539411,2011,9,6,1.5 -"2443",1539411,2011,10,2,1.5 -"2444",1539411,2011,11,1,2 -"2445",1539411,2011,12,5,1.6 -"2446",1539411,2012,1,3,1.66666666666667 -"2447",1539411,2012,2,2,6 -"2448",1539411,2012,3,4,1.75 -"2449",1539411,2012,4,5,1.2 -"2450",1539411,2012,5,4,2 -"2451",1539411,2012,6,1,2 -"2452",1539411,2012,7,6,1.66666666666667 -"2453",1539411,2012,8,6,1.83333333333333 -"2454",1539411,2012,9,4,1.75 -"2455",1539411,2012,10,3,1.66666666666667 -"2456",1539411,2012,11,4,7 -"2457",1539411,2012,12,2,2 -"2458",1539411,2013,1,3,2 -"2459",1539411,2013,2,1,2 -"2460",1539411,2013,3,6,2.66666666666667 -"2461",1539411,2013,4,4,1.75 -"2462",1539411,2013,5,4,2.25 -"2463",1539411,2013,6,4,1.5 -"2464",1539411,2013,7,2,1.5 -"2465",1539411,2013,8,2,2.5 -"2466",1539411,2013,9,2,1.5 -"2467",1539411,2013,10,4,3 -"2468",1539411,2013,11,2,1.5 -"2469",1539411,2013,12,1,2 -"2470",1539411,2014,1,6,1.5 -"2471",1539411,2014,3,2,2.5 -"2472",1539411,2014,4,4,2 -"2473",1539411,2014,5,5,1.8 -"2474",1539411,2014,6,4,1.75 -"2475",1539411,2014,8,2,1.5 -"2476",1539411,2014,9,4,2 -"2477",1539411,2014,10,5,1.8 -"2478",1539411,2014,11,4,2.5 -"2479",1539411,2014,12,2,1.5 -"2480",1539411,2015,1,3,3.33333333333333 -"2481",1539411,2015,2,2,2 -"2482",1539411,2015,3,7,2 -"2483",1539411,2015,4,8,6 -"2484",1539411,2015,5,4,1.75 -"2485",1539411,2015,6,2,2.5 -"2486",1539411,2015,7,4,2 -"2487",1539411,2015,8,4,2 -"2488",1539411,2015,11,4,4.25 -"2489",1539411,2015,12,1,1 -"2490",1539411,2016,1,2,2 -"2491",1539411,2016,2,3,2 -"2492",1539411,2016,3,2,3.5 -"2493",1539411,2016,4,2,2 -"2494",1539411,2016,5,3,1.66666666666667 -"2495",1539411,2016,6,4,3.25 -"2496",1539411,2016,7,2,1.5 -"2497",1539411,2016,8,3,2.33333333333333 -"2498",1539411,2016,9,2,2.5 -"2499",1539411,2016,10,3,1.33333333333333 -"2500",1539411,2016,11,3,2.33333333333333 -"2501",1539411,2016,12,2,2.5 -"2502",1539411,2017,1,1,11 -"2503",1539411,2017,2,2,2 -"2504",1539411,2017,3,2,6.5 -"2505",1539411,2017,5,2,1 -"2506",1539411,2017,6,3,1.33333333333333 -"2507",1539411,2017,7,3,3 -"2508",1539411,2017,8,3,1.66666666666667 -"2509",1539411,2017,9,2,1 -"2510",1539411,2017,10,3,2 -"2511",1539411,2017,11,4,1.75 -"2512",1539411,2017,12,3,1.66666666666667 -"2513",1539411,2018,1,6,2.5 -"2514",1539411,2018,2,5,1.8 -"2515",1539411,2018,3,3,2 -"2516",1539411,2018,4,3,6 -"2517",1539411,2018,5,3,2.33333333333333 -"2518",1539411,2018,6,4,1.5 -"2519",1539411,2018,7,2,1 -"2520",1539411,2018,8,2,2 -"2521",1539411,2018,9,9,2 -"2522",1539411,2018,10,5,1.4 -"2523",1539411,2018,11,7,1.85714285714286 -"2524",1539411,2018,12,6,1.66666666666667 -"2525",1539411,2019,1,3,1.66666666666667 -"2526",1539411,2019,2,5,2.4 -"2527",1539411,2019,3,5,4.4 -"2528",1539411,2019,4,4,1.75 -"2529",1539411,2019,5,3,6 -"2530",1539411,2019,6,1,2 -"2531",1539411,2019,7,4,1.75 -"2532",1539411,2019,8,2,3.5 -"2533",1539411,2019,9,3,1.33333333333333 -"2534",1539411,2019,10,5,2.2 -"2535",1539411,2019,12,4,2.5 -"2536",1539411,2020,1,2,2 -"2537",1539411,2020,2,2,1 -"2538",1539411,2020,3,5,3 -"2539",1539411,2020,4,3,1.66666666666667 -"2540",1539411,2020,5,4,2.5 -"2541",1539411,2020,6,5,3 -"2542",1539411,2020,7,6,2 -"2543",1539411,2020,8,5,2 -"2544",1539411,2020,9,8,1.625 -"2545",1539411,2020,10,3,1.33333333333333 -"2546",1539411,2020,11,3,1.66666666666667 -"2547",1539411,2020,12,2,1.5 -"2548",1539411,2021,1,5,2 -"2549",1539411,2021,2,3,2 -"2550",1539411,2021,3,4,5 -"2551",1539411,2021,4,2,1.5 -"2552",1539411,2021,5,5,1.6 -"2553",1539411,2021,6,4,1.25 -"2554",1539411,2021,8,4,1.25 -"2555",1539411,2021,9,1,1 -"2556",1539411,2021,10,2,1 -"2557",1539411,2021,11,2,4 -"2558",1539411,2021,12,4,2.25 -"2559",1539411,2022,2,5,2.4 -"2560",1539411,2022,3,5,3.4 -"2561",1539411,2022,4,4,1.75 -"2562",1539411,2022,5,4,1.25 -"2563",1539411,2022,6,6,1.83333333333333 -"2564",1539411,2022,7,1,2 -"2565",1539411,2022,8,3,2.33333333333333 -"2566",1539411,2022,9,3,2 -"2567",1539411,2022,10,1,2 -"2568",1539411,2022,11,2,4.5 -"2569",1539411,2022,12,2,1.5 -"2570",1539411,2023,1,6,3 -"2571",1539411,2023,2,3,1.66666666666667 -"2572",1539411,2023,3,2,5.5 -"2573",1539411,2023,4,4,2.25 -"2574",1539411,2023,5,6,1.83333333333333 -"2575",1545959,1996,7,1,1 -"2576",1545959,1996,8,3,1 -"2577",1545959,1996,9,1,1 -"2578",1545959,1996,10,1,1 -"2579",1545959,1996,12,2,1 -"2580",1545959,1997,2,3,1.33333333333333 -"2581",1545959,1997,5,2,1 -"2582",1545959,1997,7,1,1 -"2583",1545959,1997,9,2,1 -"2584",1545959,1998,1,1,1 -"2585",1545959,1998,3,2,1 -"2586",1545959,1998,4,1,1 -"2587",1545959,1998,5,1,1 -"2588",1545959,1998,7,1,1 -"2589",1545959,1998,9,2,1 -"2590",1545959,1998,10,1,1 -"2591",1545959,1998,11,1,1 -"2592",1545959,1999,1,2,1 -"2593",1545959,1999,5,2,1 -"2594",1545959,1999,6,1,1 -"2595",1545959,1999,8,1,1 -"2596",1545959,1999,12,3,1 -"2597",1545959,2000,4,1,1 -"2598",1545959,2000,6,1,1 -"2599",1545959,2000,7,1,1 -"2600",1545959,2000,10,1,1 -"2601",1545959,2000,11,2,1 -"2602",1545959,2001,1,1,1 -"2603",1545959,2001,2,1,1 -"2604",1545959,2001,4,2,1 -"2605",1545959,2001,5,2,1 -"2606",1545959,2001,7,1,1 -"2607",1545959,2001,8,1,1 -"2608",1545959,2001,9,1,1 -"2609",1545959,2001,10,1,1 -"2610",1545959,2002,1,1,1 -"2611",1545959,2002,3,1,1 -"2612",1545959,2002,4,1,1 -"2613",1545959,2002,5,1,1 -"2614",1545959,2002,7,4,1 -"2615",1545959,2002,8,1,1 -"2616",1545959,2002,10,2,1 -"2617",1545959,2002,12,1,1 -"2618",1545959,2003,2,2,1 -"2619",1545959,2003,3,1,1 -"2620",1545959,2003,5,1,1 -"2621",1545959,2003,6,1,1 -"2622",1545959,2003,7,1,1 -"2623",1545959,2003,9,1,1 -"2624",1545959,2003,10,2,1 -"2625",1545959,2003,11,1,1 -"2626",1545959,2003,12,1,1 -"2627",1545959,2004,1,2,1 -"2628",1545959,2004,2,3,1 -"2629",1545959,2004,3,2,1 -"2630",1545959,2004,4,1,1 -"2631",1545959,2004,5,1,1 -"2632",1545959,2004,6,1,1 -"2633",1545959,2004,7,1,1 -"2634",1545959,2004,8,2,1 -"2635",1545959,2004,10,2,1 -"2636",1545959,2004,12,1,1 -"2637",1545959,2005,2,1,1 -"2638",1545959,2005,3,1,1 -"2639",1545959,2005,4,5,1 -"2640",1545959,2005,6,2,1 -"2641",1545959,2005,8,2,1 -"2642",1545959,2005,9,1,1 -"2643",1545959,2005,10,1,1 -"2644",1545959,2005,11,2,1 -"2645",1545959,2006,1,1,1 -"2646",1545959,2006,2,2,1 -"2647",1545959,2006,4,1,1 -"2648",1545959,2006,5,1,1 -"2649",1545959,2006,6,2,1 -"2650",1545959,2006,8,2,1 -"2651",1545959,2006,10,4,1 -"2652",1545959,2007,1,3,1 -"2653",1545959,2007,2,2,1 -"2654",1545959,2007,3,1,1 -"2655",1545959,2007,5,1,1 -"2656",1545959,2007,6,2,1 -"2657",1545959,2007,7,2,1 -"2658",1545959,2007,11,2,1 -"2659",1545959,2007,12,1,1 -"2660",1545959,2008,1,1,1 -"2661",1545959,2008,2,2,1 -"2662",1545959,2008,3,1,1 -"2663",1545959,2008,6,2,1 -"2664",1545959,2008,8,2,1 -"2665",1545959,2008,9,1,1 -"2666",1545959,2008,10,2,1 -"2667",1545959,2009,3,1,1 -"2668",1545959,2009,4,1,1 -"2669",1545959,2009,5,1,1 -"2670",1545959,2009,6,1,1 -"2671",1545959,2009,7,1,1 -"2672",1545959,2009,8,1,1 -"2673",1545959,2009,9,2,1 -"2674",1545959,2009,10,1,1 -"2675",1545959,2010,3,2,1 -"2676",1545959,2010,6,2,1 -"2677",1545959,2010,8,2,1 -"2678",1545959,2010,9,2,1 -"2679",1545959,2010,10,1,1 -"2680",1545959,2010,12,2,1 -"2681",1545959,2011,5,2,1 -"2682",1545959,2011,6,1,1 -"2683",1545959,2011,7,1,1 -"2684",1545959,2011,8,1,1 -"2685",1545959,2011,9,2,1 -"2686",1545959,2011,12,1,1 -"2687",1545959,2012,1,2,1 -"2688",1545959,2012,3,1,1 -"2689",1545959,2012,5,1,1 -"2690",1545959,2012,6,1,1 -"2691",1545959,2012,7,1,1 -"2692",1545959,2012,9,3,1 -"2693",1545959,2012,10,2,1 -"2694",1545959,2013,4,1,1 -"2695",1545959,2013,6,2,1 -"2696",1545959,2013,7,2,1 -"2697",1545959,2013,9,2,1 -"2698",1545959,2013,10,1,1 -"2699",1545959,2013,11,1,1 -"2700",1545959,2014,1,1,1 -"2701",1545959,2014,2,2,1 -"2702",1545959,2014,4,2,1 -"2703",1545959,2014,5,2,1 -"2704",1545959,2014,10,1,1 -"2705",1545959,2014,12,1,1 -"2706",1545959,2015,1,2,1 -"2707",1545959,2015,2,1,1 -"2708",1545959,2015,4,1,1 -"2709",1545959,2015,5,2,1 -"2710",1545959,2015,6,1,1 -"2711",1545959,2015,8,3,1 -"2712",1545959,2015,9,1,1 -"2713",1545959,2016,4,2,1 -"2714",1545959,2016,5,4,1 -"2715",1545959,2016,7,2,1 -"2716",1545959,2016,8,3,1 -"2717",1545959,2016,9,2,1 -"2718",1545959,2016,10,3,1 -"2719",1545959,2016,11,1,1 -"2720",1545959,2016,12,4,1 -"2721",1545959,2017,1,1,1 -"2722",1545959,2017,2,1,1 -"2723",1545959,2017,5,1,1 -"2724",1545959,2017,8,4,1 -"2725",1545959,2017,9,3,1 -"2726",1545959,2017,10,1,1 -"2727",1545959,2017,12,4,1 -"2728",1545959,2018,2,1,1 -"2729",1545959,2018,3,3,1 -"2730",1545959,2018,4,1,1 -"2731",1545959,2018,5,1,2 -"2732",1545959,2018,6,3,1 -"2733",1545959,2018,7,4,1.25 -"2734",1545959,2018,8,2,1 -"2735",1545959,2018,9,1,2 -"2736",1545959,2018,11,2,1 -"2737",1545959,2018,12,1,1 -"2738",1545959,2019,1,1,1 -"2739",1545959,2019,3,2,1 -"2740",1545959,2019,4,1,1 -"2741",1545959,2019,5,2,1 -"2742",1545959,2019,6,2,1 -"2743",1545959,2019,7,2,1 -"2744",1545959,2019,8,2,1 -"2745",1545959,2019,9,1,1 -"2746",1545959,2019,10,3,1 -"2747",1545959,2019,11,1,1 -"2748",1545959,2019,12,4,1 -"2749",1545959,2020,1,3,1.33333333333333 -"2750",1545959,2020,3,1,1 -"2751",1545959,2020,4,3,1 -"2752",1545959,2020,7,3,1 -"2753",1545959,2020,8,2,1 -"2754",1545959,2020,9,1,1 -"2755",1545959,2020,11,2,1 -"2756",1545959,2020,12,2,1 -"2757",1545959,2021,1,2,1 -"2758",1545959,2021,4,2,1 -"2759",1545959,2021,6,2,1 -"2760",1545959,2021,7,2,1 -"2761",1545959,2021,8,3,1 -"2762",1545959,2021,9,3,1 -"2763",1545959,2021,10,2,1 -"2764",1545959,2021,11,4,1 -"2765",1545959,2021,12,1,1 -"2766",1545959,2022,2,2,1 -"2767",1545959,2022,3,1,1 -"2768",1545959,2022,4,3,1 -"2769",1545959,2022,5,1,1 -"2770",1545959,2022,6,1,1 -"2771",1545959,2022,7,2,1 -"2772",1545959,2022,8,2,1 -"2773",1545959,2022,9,1,1 -"2774",1545959,2022,10,2,1 -"2775",1545959,2022,11,1,1 -"2776",1545959,2022,12,2,1 -"2777",1545959,2023,1,3,1 -"2778",1545959,2023,2,2,1 -"2779",1545959,2023,4,2,1 -"2780",1545959,2023,5,1,1 -"2781",3001079,2018,3,1,1 -"2782",3001079,2020,5,1,1 -"2783",4057420,1955,4,2,1 -"2784",4057420,1955,11,1,1 -"2785",4057420,1960,4,1,1 -"2786",4057420,1962,1,1,1 -"2787",4057420,1963,6,1,1 -"2788",4057420,1967,4,1,1 -"2789",4057420,1973,6,1,1 -"2790",4057420,1979,6,1,2 -"2791",4057420,1979,12,1,1 -"2792",4057420,1984,11,1,1 -"2793",4057420,1985,4,1,5 -"2794",4057420,1986,4,1,5 -"2795",4057420,1986,6,1,1 -"2796",4057420,1988,5,1,1 -"2797",4057420,1988,6,1,1 -"2798",4057420,1989,5,1,5 -"2799",4057420,1990,5,1,5 -"2800",4057420,1990,6,1,1 -"2801",4057420,1990,9,1,1 -"2802",4057420,1991,1,1,1 -"2803",4057420,1991,3,1,1 -"2804",4057420,1991,8,1,1 -"2805",4057420,1991,9,1,1 -"2806",4057420,1991,10,1,2 -"2807",4057420,1992,5,2,3 -"2808",4057420,1992,11,2,1.5 -"2809",4057420,1993,2,1,2 -"2810",4057420,1993,6,1,5 -"2811",4057420,1994,2,1,2 -"2812",4057420,1994,5,1,15 -"2813",4057420,1994,6,1,1 -"2814",4057420,1994,8,1,6 -"2815",4057420,1994,9,1,1 -"2816",4057420,1994,10,1,2 -"2817",4057420,1995,6,2,2 -"2818",4057420,1995,7,1,1 -"2819",4057420,1995,9,1,1 -"2820",4057420,1996,6,2,1.5 -"2821",4057420,1996,10,1,1 -"2822",4057420,1996,11,2,2 -"2823",4057420,1997,2,1,1 -"2824",4057420,1997,6,2,2 -"2825",4057420,1997,8,1,1 -"2826",4057420,1997,11,1,2 -"2827",4057420,1998,2,1,2 -"2828",4057420,1998,7,1,1 -"2829",4057420,1998,8,1,5 -"2830",4057420,1998,9,1,1 -"2831",4057420,1998,10,1,1 -"2832",4057420,1999,2,2,4 -"2833",4057420,1999,6,1,2 -"2834",4057420,1999,8,1,1 -"2835",4057420,1999,12,1,2 -"2836",4057420,2000,2,1,6 -"2837",4057420,2000,4,1,1 -"2838",4057420,2000,6,2,1.5 -"2839",4057420,2000,10,1,1 -"2840",4057420,2000,12,2,1.5 -"2841",4057420,2001,4,1,2 -"2842",4057420,2001,6,2,1.5 -"2843",4057420,2001,9,2,1 -"2844",4057420,2002,1,1,1 -"2845",4057420,2002,2,1,1 -"2846",4057420,2002,3,1,1 -"2847",4057420,2002,4,1,1 -"2848",4057420,2002,8,1,2 -"2849",4057420,2003,2,1,1 -"2850",4057420,2003,4,2,1 -"2851",4057420,2003,8,2,2 -"2852",4057420,2003,9,1,1 -"2853",4057420,2003,10,1,1 -"2854",4057420,2004,4,1,1 -"2855",4057420,2004,5,1,1 -"2856",4057420,2004,6,1,2 -"2857",4057420,2004,8,1,2 -"2858",4057420,2004,10,1,1 -"2859",4057420,2004,11,2,1 -"2860",4057420,2005,3,1,1 -"2861",4057420,2005,4,2,1.5 -"2862",4057420,2005,8,3,1.33333333333333 -"2863",4057420,2005,10,1,2 -"2864",4057420,2005,11,1,1 -"2865",4057420,2006,1,3,1 -"2866",4057420,2006,3,2,1 -"2867",4057420,2006,4,2,1 -"2868",4057420,2006,5,2,1.5 -"2869",4057420,2006,10,1,1 -"2870",4057420,2006,12,1,2 -"2871",4057420,2007,1,1,1 -"2872",4057420,2007,2,1,1 -"2873",4057420,2007,4,1,1 -"2874",4057420,2007,6,1,2 -"2875",4057420,2007,8,2,1.5 -"2876",4057420,2007,11,1,2 -"2877",4057420,2007,12,1,1 -"2878",4057420,2008,2,1,1 -"2879",4057420,2008,3,1,1 -"2880",4057420,2008,4,1,1 -"2881",4057420,2008,8,1,2 -"2882",4057420,2008,9,1,2 -"2883",4057420,2008,12,2,1 -"2884",4057420,2009,5,1,1 -"2885",4057420,2009,7,1,1 -"2886",4057420,2009,10,1,1 -"2887",4057420,2009,11,1,1 -"2888",4057420,2010,4,3,1 -"2889",4057420,2010,5,2,1 -"2890",4057420,2010,7,1,2 -"2891",4057420,2010,9,2,2.5 -"2892",4057420,2010,12,2,1.5 -"2893",4057420,2011,1,1,1 -"2894",4057420,2011,2,1,1 -"2895",4057420,2011,3,1,1 -"2896",4057420,2011,6,2,2 -"2897",4057420,2011,7,1,2 -"2898",4057420,2011,9,2,2 -"2899",4057420,2011,10,1,2 -"2900",4057420,2011,12,1,1 -"2901",4057420,2012,1,1,1 -"2902",4057420,2012,3,1,4 -"2903",4057420,2012,4,1,2 -"2904",4057420,2012,5,1,1 -"2905",4057420,2012,7,1,1 -"2906",4057420,2012,8,1,1 -"2907",4057420,2012,9,4,1.75 -"2908",4057420,2012,11,1,1 -"2909",4057420,2012,12,4,1.25 -"2910",4057420,2013,1,2,1 -"2911",4057420,2013,2,2,1 -"2912",4057420,2013,3,2,3 -"2913",4057420,2013,4,2,1.5 -"2914",4057420,2013,7,7,3 -"2915",4057420,2013,8,4,2.25 -"2916",4057420,2013,9,10,1.5 -"2917",4057420,2013,10,11,2.09090909090909 -"2918",4057420,2013,11,7,1.42857142857143 -"2919",4057420,2013,12,10,2.3 -"2920",4057420,2014,1,9,1.66666666666667 -"2921",4057420,2014,2,7,1.42857142857143 -"2922",4057420,2014,3,7,1.71428571428571 -"2923",4057420,2014,4,11,1.36363636363636 -"2924",4057420,2014,5,15,1.66666666666667 -"2925",4057420,2014,6,9,2.11111111111111 -"2926",4057420,2014,7,4,1.25 -"2927",4057420,2014,8,7,2.14285714285714 -"2928",4057420,2014,9,9,2.55555555555556 -"2929",4057420,2014,10,8,2.625 -"2930",4057420,2014,11,7,1.85714285714286 -"2931",4057420,2014,12,8,1.375 -"2932",4057420,2015,1,15,2 -"2933",4057420,2015,2,7,1.71428571428571 -"2934",4057420,2015,3,6,1.83333333333333 -"2935",4057420,2015,4,6,1.33333333333333 -"2936",4057420,2015,5,9,5.55555555555556 -"2937",4057420,2015,6,9,6.44444444444444 -"2938",4057420,2015,7,7,1.71428571428571 -"2939",4057420,2015,8,6,1.5 -"2940",4057420,2015,9,4,1 -"2941",4057420,2015,10,10,1.8 -"2942",4057420,2015,11,9,1.55555555555556 -"2943",4057420,2015,12,9,1.77777777777778 -"2944",4057420,2016,1,6,1.33333333333333 -"2945",4057420,2016,2,11,1.72727272727273 -"2946",4057420,2016,3,13,1.46153846153846 -"2947",4057420,2016,4,9,1.55555555555556 -"2948",4057420,2016,5,13,1.92307692307692 -"2949",4057420,2016,6,13,2.23076923076923 -"2950",4057420,2016,7,8,1.5 -"2951",4057420,2016,8,6,2 -"2952",4057420,2016,9,8,2.5 -"2953",4057420,2016,10,9,2.11111111111111 -"2954",4057420,2016,11,13,1.46153846153846 -"2955",4057420,2016,12,10,3.3 -"2956",4057420,2017,1,14,1.85714285714286 -"2957",4057420,2017,2,7,5.85714285714286 -"2958",4057420,2017,3,12,1.66666666666667 -"2959",4057420,2017,4,11,1.72727272727273 -"2960",4057420,2017,5,9,6.77777777777778 -"2961",4057420,2017,6,9,3.11111111111111 -"2962",4057420,2017,7,8,1.875 -"2963",4057420,2017,8,13,4.15384615384615 -"2964",4057420,2017,9,10,2 -"2965",4057420,2017,10,12,2.83333333333333 -"2966",4057420,2017,11,14,2.28571428571429 -"2967",4057420,2017,12,10,1.7 -"2968",4057420,2018,1,7,1.14285714285714 -"2969",4057420,2018,2,1,2 -"2970",4057420,2018,3,9,1.44444444444444 -"2971",4057420,2018,4,7,1.42857142857143 -"2972",4057420,2018,5,12,1.58333333333333 -"2973",4057420,2018,6,9,1.44444444444444 -"2974",4057420,2018,7,8,2.125 -"2975",4057420,2018,8,14,2.21428571428571 -"2976",4057420,2018,9,6,5.33333333333333 -"2977",4057420,2018,10,5,1 -"2978",4057420,2018,11,8,2.125 -"2979",4057420,2018,12,8,2 -"2980",4057420,2019,1,12,2 -"2981",4057420,2019,2,8,1.375 -"2982",4057420,2019,3,6,1.66666666666667 -"2983",4057420,2019,4,7,1.42857142857143 -"2984",4057420,2019,5,12,4.83333333333333 -"2985",4057420,2019,6,10,2.8 -"2986",4057420,2019,7,13,4.23076923076923 -"2987",4057420,2019,8,13,3.15384615384615 -"2988",4057420,2019,9,11,4.27272727272727 -"2989",4057420,2019,10,10,2.8 -"2990",4057420,2019,11,11,2.45454545454545 -"2991",4057420,2019,12,11,2 -"2992",4057420,2020,1,20,2.5 -"2993",4057420,2020,2,5,1.8 -"2994",4057420,2020,3,12,1.66666666666667 -"2995",4057420,2020,4,9,1.77777777777778 -"2996",4057420,2020,5,6,2.33333333333333 -"2997",4057420,2020,6,10,1.4 -"2998",4057420,2020,7,16,2.9375 -"2999",4057420,2020,8,14,2.71428571428571 -"3000",4057420,2020,9,9,4.22222222222222 -"3001",4057420,2020,10,9,1.77777777777778 -"3002",4057420,2020,11,12,2 -"3003",4057420,2020,12,15,1.6 -"3004",4057420,2021,1,10,1.7 -"3005",4057420,2021,2,11,1.81818181818182 -"3006",4057420,2021,3,14,1.85714285714286 -"3007",4057420,2021,4,10,1.6 -"3008",4057420,2021,5,9,2.44444444444444 -"3009",4057420,2021,6,10,2.9 -"3010",4057420,2021,7,20,1.65 -"3011",4057420,2021,8,10,3.4 -"3012",4057420,2021,9,11,1.72727272727273 -"3013",4057420,2021,10,14,1.57142857142857 -"3014",4057420,2021,11,14,2.28571428571429 -"3015",4057420,2021,12,15,2.13333333333333 -"3016",4057420,2022,1,8,1.625 -"3017",4057420,2022,2,6,1.5 -"3018",4057420,2022,3,13,1.92307692307692 -"3019",4057420,2022,4,12,1.83333333333333 -"3020",4057420,2022,5,10,1.5 -"3021",4057420,2022,6,8,2.5 -"3022",4057420,2022,7,13,4.07692307692308 -"3023",4057420,2022,8,9,2.33333333333333 -"3024",4057420,2022,9,12,4.33333333333333 -"3025",4057420,2022,10,10,1.6 -"3026",4057420,2022,11,12,2.16666666666667 -"3027",4057420,2022,12,16,2 -"3028",4057420,2023,1,6,3.33333333333333 -"3029",4057420,2023,2,14,1.78571428571429 -"3030",4057420,2023,3,15,1.93333333333333 -"3031",4057420,2023,4,8,1.5 -"3032",4057420,2023,5,12,1.75 -"3033",4057420,2023,6,4,1.75 -"3034",4078793,1977,5,1,2 -"3035",4078793,1978,6,1,2 -"3036",4078793,1980,6,1,2 -"3037",4078793,1984,4,1,5 -"3038",4078793,1987,5,1,5 -"3039",4078793,1988,5,1,5 -"3040",4078793,1988,6,1,1 -"3041",4078793,1989,6,1,1 -"3042",4078793,1990,6,1,1 -"3043",4078793,1990,10,1,2 -"3044",4078793,1991,5,2,10 -"3045",4078793,1991,6,1,1 -"3046",4078793,1991,10,2,2 -"3047",4078793,1992,5,1,15 -"3048",4078793,1992,6,1,1 -"3049",4078793,1992,10,2,2 -"3050",4078793,1993,1,1,2 -"3051",4078793,1993,5,1,15 -"3052",4078793,1993,7,1,1 -"3053",4078793,1993,9,1,1 -"3054",4078793,1993,10,1,2 -"3055",4078793,1993,11,2,2 -"3056",4078793,1994,1,1,2 -"3057",4078793,1994,5,1,2 -"3058",4078793,1994,7,1,1 -"3059",4078793,1994,9,1,1 -"3060",4078793,1994,11,2,2 -"3061",4078793,1995,1,1,2 -"3062",4078793,1995,2,1,2 -"3063",4078793,1995,5,2,8.5 -"3064",4078793,1995,7,1,1 -"3065",4078793,1995,8,1,6 -"3066",4078793,1995,10,1,2 -"3067",4078793,1995,11,2,2 -"3068",4078793,1996,1,2,4 -"3069",4078793,1996,2,1,2 -"3070",4078793,1996,5,2,8.5 -"3071",4078793,1996,6,2,2 -"3072",4078793,1996,7,2,1.5 -"3073",4078793,1996,8,1,1 -"3074",4078793,1996,9,2,3.5 -"3075",4078793,1996,11,1,2 -"3076",4078793,1997,1,2,4 -"3077",4078793,1997,2,1,2 -"3078",4078793,1997,3,1,2 -"3079",4078793,1997,5,1,2 -"3080",4078793,1997,6,2,8.5 -"3081",4078793,1997,7,1,2 -"3082",4078793,1997,9,3,2.66666666666667 -"3083",4078793,1997,10,1,2 -"3084",4078793,1997,11,1,2 -"3085",4078793,1997,12,1,2 -"3086",4078793,1998,2,1,6 -"3087",4078793,1998,3,2,2 -"3088",4078793,1998,5,1,2 -"3089",4078793,1998,6,2,8.5 -"3090",4078793,1998,7,1,2 -"3091",4078793,1998,8,1,2 -"3092",4078793,1998,9,2,3.5 -"3093",4078793,1998,10,1,2 -"3094",4078793,1998,11,1,2 -"3095",4078793,1998,12,3,2 -"3096",4078793,1999,3,2,2 -"3097",4078793,1999,6,2,8.5 -"3098",4078793,1999,7,1,2 -"3099",4078793,1999,8,2,3.5 -"3100",4078793,1999,9,2,3.5 -"3101",4078793,1999,10,2,1.5 -"3102",4078793,1999,11,1,2 -"3103",4078793,1999,12,2,2 -"3104",4078793,2000,2,1,2 -"3105",4078793,2000,3,2,2 -"3106",4078793,2000,4,1,2 -"3107",4078793,2000,7,4,2 -"3108",4078793,2000,8,1,2 -"3109",4078793,2000,9,2,3.5 -"3110",4078793,2000,10,2,1.5 -"3111",4078793,2000,12,1,2 -"3112",4078793,2001,2,2,4 -"3113",4078793,2001,3,1,2 -"3114",4078793,2001,7,3,2 -"3115",4078793,2001,8,3,2 -"3116",4078793,2001,9,1,1 -"3117",4078793,2001,10,3,2.66666666666667 -"3118",4078793,2001,11,1,2 -"3119",4078793,2002,2,1,2 -"3120",4078793,2002,3,1,6 -"3121",4078793,2002,4,2,2 -"3122",4078793,2002,6,2,2 -"3123",4078793,2002,7,2,2 -"3124",4078793,2002,8,3,2 -"3125",4078793,2002,10,3,2.66666666666667 -"3126",4078793,2002,11,2,1.5 -"3127",4078793,2003,1,1,1 -"3128",4078793,2003,3,1,6 -"3129",4078793,2003,4,2,2 -"3130",4078793,2003,5,1,1 -"3131",4078793,2003,6,2,2 -"3132",4078793,2003,7,2,2 -"3133",4078793,2003,8,3,2 -"3134",4078793,2003,10,2,4 -"3135",4078793,2003,11,3,1.66666666666667 -"3136",4078793,2004,1,2,1 -"3137",4078793,2004,3,1,6 -"3138",4078793,2004,4,4,1.75 -"3139",4078793,2004,5,1,1 -"3140",4078793,2004,7,1,2 -"3141",4078793,2004,8,3,2 -"3142",4078793,2004,9,1,2 -"3143",4078793,2004,10,2,1.5 -"3144",4078793,2004,11,2,2 -"3145",4078793,2005,1,3,1.66666666666667 -"3146",4078793,2005,2,1,2 -"3147",4078793,2005,3,1,6 -"3148",4078793,2005,4,2,1.5 -"3149",4078793,2005,5,1,2 -"3150",4078793,2005,6,1,1 -"3151",4078793,2005,7,1,2 -"3152",4078793,2005,8,3,2 -"3153",4078793,2005,9,1,2 -"3154",4078793,2005,11,3,1.66666666666667 -"3155",4078793,2006,1,1,1 -"3156",4078793,2006,2,1,3 -"3157",4078793,2006,3,1,2 -"3158",4078793,2006,4,2,2 -"3159",4078793,2006,6,1,1 -"3160",4078793,2006,7,1,2 -"3161",4078793,2006,8,5,1.8 -"3162",4078793,2006,9,1,2 -"3163",4078793,2006,11,4,1.75 -"3164",4078793,2006,12,1,1 -"3165",4078793,2007,1,2,1 -"3166",4078793,2007,3,3,1.33333333333333 -"3167",4078793,2007,5,2,1.5 -"3168",4078793,2007,7,1,2 -"3169",4078793,2007,8,1,2 -"3170",4078793,2007,9,2,2 -"3171",4078793,2007,11,1,2 -"3172",4078793,2007,12,2,1.5 -"3173",4078793,2008,1,1,1 -"3174",4078793,2008,2,1,1 -"3175",4078793,2008,3,1,1 -"3176",4078793,2008,5,1,1 -"3177",4078793,2008,6,1,2 -"3178",4078793,2008,7,1,2 -"3179",4078793,2008,8,1,1 -"3180",4078793,2008,9,3,2 -"3181",4078793,2008,11,1,2 -"3182",4078793,2008,12,3,1.66666666666667 -"3183",4078793,2009,1,1,1 -"3184",4078793,2009,2,2,2.5 -"3185",4078793,2009,3,1,1 -"3186",4078793,2009,4,2,1 -"3187",4078793,2009,5,1,3 -"3188",4078793,2009,6,1,2 -"3189",4078793,2009,7,1,2 -"3190",4078793,2009,8,2,1.5 -"3191",4078793,2009,9,2,2 -"3192",4078793,2009,10,1,2 -"3193",4078793,2009,11,2,1.5 -"3194",4078793,2009,12,4,1.5 -"3195",4078793,2010,1,1,1 -"3196",4078793,2010,2,2,2.5 -"3197",4078793,2010,3,1,2 -"3198",4078793,2010,4,1,1 -"3199",4078793,2010,5,1,1 -"3200",4078793,2010,6,1,3 -"3201",4078793,2010,7,1,1 -"3202",4078793,2010,8,1,1 -"3203",4078793,2010,9,2,2 -"3204",4078793,2010,10,3,1.33333333333333 -"3205",4078793,2010,11,2,1.5 -"3206",4078793,2010,12,2,1.5 -"3207",4078793,2011,1,2,1 -"3208",4078793,2011,2,1,1 -"3209",4078793,2011,3,2,3 -"3210",4078793,2011,4,2,1 -"3211",4078793,2011,5,2,1 -"3212",4078793,2011,7,2,1.5 -"3213",4078793,2011,9,2,1.5 -"3214",4078793,2011,10,3,2.33333333333333 -"3215",4078793,2011,11,2,1 -"3216",4078793,2011,12,2,2 -"3217",4078793,2012,1,5,1.2 -"3218",4078793,2012,2,3,1 -"3219",4078793,2012,4,5,1.4 -"3220",4078793,2012,5,1,1 -"3221",4078793,2012,6,2,2.5 -"3222",4078793,2012,7,1,2 -"3223",4078793,2012,8,2,1.5 -"3224",4078793,2012,10,5,2 -"3225",4078793,2012,11,3,1.33333333333333 -"3226",4078793,2012,12,1,1 -"3227",4078793,2013,1,2,1.5 -"3228",4078793,2013,2,4,1 -"3229",4078793,2013,4,5,1.4 -"3230",4078793,2013,5,2,1 -"3231",4078793,2013,6,10,2 -"3232",4078793,2013,7,29,2.62068965517241 -"3233",4078793,2013,8,28,2.53571428571429 -"3234",4078793,2013,9,22,2.22727272727273 -"3235",4078793,2013,10,39,2.28205128205128 -"3236",4078793,2013,11,25,1.72 -"3237",4078793,2013,12,27,2.22222222222222 -"3238",4078793,2014,1,27,1.96296296296296 -"3239",4078793,2014,2,35,2.42857142857143 -"3240",4078793,2014,3,24,1.91666666666667 -"3241",4078793,2014,4,21,3.28571428571429 -"3242",4078793,2014,5,33,1.6969696969697 -"3243",4078793,2014,6,32,3.46875 -"3244",4078793,2014,7,39,2.71794871794872 -"3245",4078793,2014,8,26,2.76923076923077 -"3246",4078793,2014,9,27,1.59259259259259 -"3247",4078793,2014,10,35,2.17142857142857 -"3248",4078793,2014,11,38,1.81578947368421 -"3249",4078793,2014,12,29,2.24137931034483 -"3250",4078793,2015,1,21,1.95238095238095 -"3251",4078793,2015,2,38,2.44736842105263 -"3252",4078793,2015,3,37,2.59459459459459 -"3253",4078793,2015,4,25,1.56 -"3254",4078793,2015,5,37,2.08108108108108 -"3255",4078793,2015,6,38,2.05263157894737 -"3256",4078793,2015,7,25,2.84 -"3257",4078793,2015,8,43,2.7906976744186 -"3258",4078793,2015,9,33,1.81818181818182 -"3259",4078793,2015,10,38,2.36842105263158 -"3260",4078793,2015,11,39,2 -"3261",4078793,2015,12,31,2.12903225806452 -"3262",4078793,2016,1,28,2.21428571428571 -"3263",4078793,2016,2,34,2.67647058823529 -"3264",4078793,2016,3,36,2.52777777777778 -"3265",4078793,2016,4,24,1.95833333333333 -"3266",4078793,2016,5,38,2.97368421052632 -"3267",4078793,2016,6,39,3 -"3268",4078793,2016,7,30,2.66666666666667 -"3269",4078793,2016,8,46,2.58695652173913 -"3270",4078793,2016,9,29,1.62068965517241 -"3271",4078793,2016,10,35,2.11428571428571 -"3272",4078793,2016,11,40,2.15 -"3273",4078793,2016,12,25,1.88 -"3274",4078793,2017,1,31,1.83870967741935 -"3275",4078793,2017,2,32,1.90625 -"3276",4078793,2017,3,33,2.54545454545455 -"3277",4078793,2017,4,30,1.93333333333333 -"3278",4078793,2017,5,42,1.71428571428571 -"3279",4078793,2017,6,47,2.80851063829787 -"3280",4078793,2017,7,34,1.97058823529412 -"3281",4078793,2017,8,40,2.525 -"3282",4078793,2017,9,26,1.57692307692308 -"3283",4078793,2017,10,36,1.88888888888889 -"3284",4078793,2017,11,43,2.16279069767442 -"3285",4078793,2017,12,28,2.10714285714286 -"3286",4078793,2018,1,39,2.17948717948718 -"3287",4078793,2018,2,36,2.69444444444444 -"3288",4078793,2018,3,46,2.32608695652174 -"3289",4078793,2018,4,36,1.91666666666667 -"3290",4078793,2018,5,39,2.58974358974359 -"3291",4078793,2018,6,50,2.92 -"3292",4078793,2018,7,36,2.41666666666667 -"3293",4078793,2018,8,46,2.89130434782609 -"3294",4078793,2018,9,38,1.73684210526316 -"3295",4078793,2018,10,42,2.02380952380952 -"3296",4078793,2018,11,50,2.38 -"3297",4078793,2018,12,33,1.72727272727273 -"3298",4078793,2019,1,37,2.16216216216216 -"3299",4078793,2019,2,30,2.06666666666667 -"3300",4078793,2019,3,52,2.80769230769231 -"3301",4078793,2019,4,40,1.875 -"3302",4078793,2019,5,37,1.83783783783784 -"3303",4078793,2019,6,49,1.97959183673469 -"3304",4078793,2019,7,38,2.47368421052632 -"3305",4078793,2019,8,47,2.51063829787234 -"3306",4078793,2019,9,34,2.55882352941176 -"3307",4078793,2019,10,39,1.56410256410256 -"3308",4078793,2019,11,44,2.18181818181818 -"3309",4078793,2019,12,41,1.97560975609756 -"3310",4078793,2020,1,35,2.08571428571429 -"3311",4078793,2020,2,33,1.87878787878788 -"3312",4078793,2020,3,48,3 -"3313",4078793,2020,4,40,1.85 -"3314",4078793,2020,5,39,2.56410256410256 -"3315",4078793,2020,6,58,2.46551724137931 -"3316",4078793,2020,7,42,2.66666666666667 -"3317",4078793,2020,8,42,2.80952380952381 -"3318",4078793,2020,9,48,2.35416666666667 -"3319",4078793,2020,10,40,1.8 -"3320",4078793,2020,11,54,2.12962962962963 -"3321",4078793,2020,12,45,2.2 -"3322",4078793,2021,1,43,2.04651162790698 -"3323",4078793,2021,2,29,2.37931034482759 -"3324",4078793,2021,3,49,2.38775510204082 -"3325",4078793,2021,4,43,2.46511627906977 -"3326",4078793,2021,5,41,1.63414634146341 -"3327",4078793,2021,6,51,3 -"3328",4078793,2021,7,57,3.26315789473684 -"3329",4078793,2021,8,36,2.44444444444444 -"3330",4078793,2021,9,56,3 -"3331",4078793,2021,10,38,1.86842105263158 -"3332",4078793,2021,11,48,1.9375 -"3333",4078793,2021,12,51,2.01960784313725 -"3334",4078793,2022,1,44,2.18181818181818 -"3335",4078793,2022,2,45,2.28888888888889 -"3336",4078793,2022,3,49,2.46938775510204 -"3337",4078793,2022,4,42,2.45238095238095 -"3338",4078793,2022,5,49,1.87755102040816 -"3339",4078793,2022,6,54,2.92592592592593 -"3340",4078793,2022,7,59,2.93220338983051 -"3341",4078793,2022,8,42,2.28571428571429 -"3342",4078793,2022,9,60,2.7 -"3343",4078793,2022,10,43,1.7906976744186 -"3344",4078793,2022,11,52,2.09615384615385 -"3345",4078793,2022,12,56,2.07142857142857 -"3346",4078793,2023,1,40,1.975 -"3347",4078793,2023,2,43,2.30232558139535 -"3348",4078793,2023,3,42,2.47619047619048 -"3349",4078793,2023,4,53,2.39622641509434 -"3350",4078793,2023,5,51,1.86274509803922 -"3351",4078793,2023,6,22,1.77272727272727 -"3352",4108450,2001,6,1,1 -"3353",4108450,2019,9,1,1 -"3354",4128111,2020,11,1,1 -"3355",4128111,2020,12,1,1 -"3356",4202451,1964,12,1,1 -"3357",4202451,1969,3,1,1 -"3358",4202451,1973,8,1,1 -"3359",4202451,1974,3,1,1 -"3360",4202451,1974,12,1,1 -"3361",4202451,1975,8,1,1 -"3362",4202451,1975,11,1,1 -"3363",4202451,1977,1,1,1 -"3364",4202451,1977,8,1,1 -"3365",4202451,1978,7,1,1 -"3366",4202451,1979,6,1,1 -"3367",4202451,1980,9,1,1 -"3368",4202451,1982,1,1,1 -"3369",4202451,1982,2,1,1 -"3370",4202451,1983,2,1,1 -"3371",4202451,1983,3,1,1 -"3372",4202451,1984,11,1,1 -"3373",4202451,1985,7,1,1 -"3374",4202451,1988,5,1,1 -"3375",4202451,1990,11,1,1 -"3376",4202451,1992,3,1,1 -"3377",4202451,1992,6,1,1 -"3378",4202451,1993,1,2,1 -"3379",4202451,1993,9,1,1 -"3380",4202451,1993,12,1,1 -"3381",4202451,1994,4,1,1 -"3382",4202451,1994,12,1,1 -"3383",4202451,1996,6,1,1 -"3384",4202451,1996,7,2,1 -"3385",4202451,1996,8,1,1 -"3386",4202451,1996,10,1,1 -"3387",4202451,1997,7,1,1 -"3388",4202451,1997,9,2,1 -"3389",4202451,1997,11,1,1 -"3390",4202451,1998,1,1,1 -"3391",4202451,1998,9,1,1 -"3392",4202451,1998,10,1,1 -"3393",4202451,1999,1,1,1 -"3394",4202451,1999,5,1,1 -"3395",4202451,1999,6,1,1 -"3396",4202451,1999,8,1,1 -"3397",4202451,1999,10,1,1 -"3398",4202451,2000,5,1,1 -"3399",4202451,2000,12,1,1 -"3400",4202451,2001,4,1,1 -"3401",4202451,2001,9,1,1 -"3402",4202451,2001,12,3,1 -"3403",4202451,2002,3,1,1 -"3404",4202451,2002,5,1,1 -"3405",4202451,2002,7,1,1 -"3406",4202451,2002,10,1,1 -"3407",4202451,2002,11,1,1 -"3408",4202451,2002,12,2,1 -"3409",4202451,2003,1,1,1 -"3410",4202451,2003,2,1,1 -"3411",4202451,2003,7,1,1 -"3412",4202451,2003,10,1,1 -"3413",4202451,2004,1,2,1 -"3414",4202451,2004,7,2,1 -"3415",4202451,2005,10,2,1 -"3416",4202451,2006,1,1,1 -"3417",4202451,2006,5,2,1 -"3418",4202451,2006,6,2,1 -"3419",4202451,2006,11,1,1 -"3420",4202451,2006,12,2,1 -"3421",4202451,2007,1,1,1 -"3422",4202451,2007,4,1,1 -"3423",4202451,2007,5,1,1 -"3424",4202451,2007,9,1,1 -"3425",4202451,2008,3,1,1 -"3426",4202451,2008,4,1,1 -"3427",4202451,2008,5,1,1 -"3428",4202451,2008,6,1,1 -"3429",4202451,2008,7,1,1 -"3430",4202451,2008,8,2,1 -"3431",4202451,2008,10,1,1 -"3432",4202451,2008,11,4,1 -"3433",4202451,2009,4,1,1 -"3434",4202451,2009,5,1,1 -"3435",4202451,2009,6,1,1 -"3436",4202451,2009,7,1,1 -"3437",4202451,2009,9,1,1 -"3438",4202451,2009,12,2,1 -"3439",4202451,2010,2,1,1 -"3440",4202451,2010,3,1,1 -"3441",4202451,2010,6,1,1 -"3442",4202451,2010,8,1,1 -"3443",4202451,2010,9,2,1 -"3444",4202451,2011,1,2,1 -"3445",4202451,2011,2,1,1 -"3446",4202451,2011,5,2,1 -"3447",4202451,2012,3,1,1 -"3448",4202451,2012,6,2,1 -"3449",4202451,2012,7,2,1 -"3450",4202451,2012,12,1,1 -"3451",4202451,2013,1,1,1 -"3452",4202451,2013,3,1,1 -"3453",4202451,2013,4,1,1 -"3454",4202451,2013,6,2,1 -"3455",4202451,2013,7,3,1 -"3456",4202451,2013,8,4,1 -"3457",4202451,2013,9,1,1 -"3458",4202451,2013,10,1,1 -"3459",4202451,2013,11,1,1 -"3460",4202451,2013,12,4,1 -"3461",4202451,2014,1,3,1 -"3462",4202451,2014,2,1,1 -"3463",4202451,2014,3,2,1 -"3464",4202451,2014,4,3,1 -"3465",4202451,2014,5,3,1 -"3466",4202451,2014,6,1,1 -"3467",4202451,2014,7,3,1 -"3468",4202451,2014,8,2,1 -"3469",4202451,2014,9,4,1 -"3470",4202451,2014,10,3,1 -"3471",4202451,2014,11,4,1 -"3472",4202451,2014,12,2,6 -"3473",4202451,2015,1,5,1 -"3474",4202451,2015,2,3,1 -"3475",4202451,2015,3,5,1 -"3476",4202451,2015,4,3,1 -"3477",4202451,2015,5,6,1 -"3478",4202451,2015,6,5,1 -"3479",4202451,2015,7,7,1 -"3480",4202451,2015,8,3,1 -"3481",4202451,2015,9,2,1 -"3482",4202451,2015,10,7,1 -"3483",4202451,2015,11,4,1 -"3484",4202451,2015,12,4,1 -"3485",4202451,2016,1,4,1 -"3486",4202451,2016,2,6,1 -"3487",4202451,2016,3,3,1 -"3488",4202451,2016,4,5,1 -"3489",4202451,2016,5,4,1 -"3490",4202451,2016,6,1,1 -"3491",4202451,2016,7,2,1 -"3492",4202451,2016,8,3,1 -"3493",4202451,2016,9,4,1 -"3494",4202451,2016,10,4,1 -"3495",4202451,2016,11,4,1 -"3496",4202451,2016,12,4,1 -"3497",4202451,2017,1,7,1 -"3498",4202451,2017,2,1,1 -"3499",4202451,2017,3,5,1 -"3500",4202451,2017,4,9,1 -"3501",4202451,2017,5,3,1 -"3502",4202451,2017,6,6,1 -"3503",4202451,2017,7,5,1 -"3504",4202451,2017,8,4,1 -"3505",4202451,2017,9,6,1 -"3506",4202451,2017,10,2,1 -"3507",4202451,2017,11,5,1 -"3508",4202451,2017,12,4,1 -"3509",4202451,2018,1,5,1 -"3510",4202451,2018,2,1,1 -"3511",4202451,2018,3,3,1 -"3512",4202451,2018,4,7,1 -"3513",4202451,2018,5,7,1 -"3514",4202451,2018,6,4,1 -"3515",4202451,2018,7,3,1 -"3516",4202451,2018,8,2,1 -"3517",4202451,2018,9,6,1 -"3518",4202451,2018,10,2,1 -"3519",4202451,2018,11,4,1 -"3520",4202451,2018,12,6,1 -"3521",4202451,2019,1,6,1 -"3522",4202451,2019,2,7,1 -"3523",4202451,2019,3,4,1.25 -"3524",4202451,2019,4,4,1 -"3525",4202451,2019,5,6,1.16666666666667 -"3526",4202451,2019,6,2,1 -"3527",4202451,2019,7,10,1 -"3528",4202451,2019,8,6,1 -"3529",4202451,2019,9,2,1 -"3530",4202451,2019,10,6,1 -"3531",4202451,2019,11,2,1 -"3532",4202451,2019,12,7,1 -"3533",4202451,2020,1,4,1 -"3534",4202451,2020,2,7,1 -"3535",4202451,2020,3,1,1 -"3536",4202451,2020,4,4,1 -"3537",4202451,2020,5,4,1 -"3538",4202451,2020,6,2,1 -"3539",4202451,2020,7,3,1 -"3540",4202451,2020,8,6,1.16666666666667 -"3541",4202451,2020,9,3,1 -"3542",4202451,2020,10,2,1 -"3543",4202451,2020,11,6,1 -"3544",4202451,2020,12,2,1 -"3545",4202451,2021,1,3,1 -"3546",4202451,2021,2,4,1 -"3547",4202451,2021,3,7,1 -"3548",4202451,2021,4,1,1 -"3549",4202451,2021,5,7,1 -"3550",4202451,2021,6,4,1 -"3551",4202451,2021,7,5,1 -"3552",4202451,2021,8,7,1 -"3553",4202451,2021,9,3,1 -"3554",4202451,2021,10,2,1 -"3555",4202451,2021,11,2,1 -"3556",4202451,2021,12,5,1 -"3557",4202451,2022,1,1,1 -"3558",4202451,2022,2,6,1 -"3559",4202451,2022,3,8,1 -"3560",4202451,2022,4,6,1 -"3561",4202451,2022,5,7,1 -"3562",4202451,2022,6,4,1 -"3563",4202451,2022,7,7,1 -"3564",4202451,2022,8,8,1 -"3565",4202451,2022,9,2,1 -"3566",4202451,2022,10,8,1 -"3567",4202451,2022,11,6,1 -"3568",4202451,2022,12,6,1 -"3569",4202451,2023,1,6,1 -"3570",4202451,2023,3,4,1 -"3571",4202451,2023,4,10,1 -"3572",4202451,2023,5,4,1 -"3573",4202451,2023,6,1,1 -"3574",4216130,1942,12,1,1 -"3575",4216130,1943,8,1,1 -"3576",4216130,1947,7,1,1 -"3577",4216130,1948,7,1,1 -"3578",4216130,1950,12,1,1 -"3579",4216130,1951,5,1,1 -"3580",4216130,1951,10,1,1 -"3581",4216130,1952,9,1,1 -"3582",4216130,1953,10,1,1 -"3583",4216130,1955,6,1,1 -"3584",4216130,1955,8,1,1 -"3585",4216130,1956,1,1,1 -"3586",4216130,1958,1,1,1 -"3587",4216130,1958,4,1,1 -"3588",4216130,1958,12,1,1 -"3589",4216130,1960,7,1,1 -"3590",4216130,1963,5,2,1 -"3591",4216130,1963,6,1,1 -"3592",4216130,1963,10,1,1 -"3593",4216130,1965,7,2,1 -"3594",4216130,1966,12,1,1 -"3595",4216130,1967,1,1,1 -"3596",4216130,1967,8,1,1 -"3597",4216130,1967,11,1,1 -"3598",4216130,1968,4,1,1 -"3599",4216130,1968,6,2,1 -"3600",4216130,1969,6,1,1 -"3601",4216130,1969,7,1,1 -"3602",4216130,1969,11,1,1 -"3603",4216130,1970,5,1,1 -"3604",4216130,1970,9,1,2 -"3605",4216130,1972,4,1,1 -"3606",4216130,1974,5,1,1 -"3607",4216130,1974,7,1,1 -"3608",4216130,1975,3,1,1 -"3609",4216130,1975,9,1,1 -"3610",4216130,1975,11,2,1 -"3611",4216130,1976,1,1,1 -"3612",4216130,1976,3,1,1 -"3613",4216130,1976,6,1,1 -"3614",4216130,1976,7,1,1 -"3615",4216130,1976,10,3,1 -"3616",4216130,1977,5,1,1 -"3617",4216130,1977,10,1,1 -"3618",4216130,1978,11,1,1 -"3619",4216130,1979,11,1,1 -"3620",4216130,1980,2,1,1 -"3621",4216130,1980,4,1,1 -"3622",4216130,1980,7,1,1 -"3623",4216130,1980,8,1,1 -"3624",4216130,1980,11,1,1 -"3625",4216130,1981,1,1,1 -"3626",4216130,1982,1,2,1 -"3627",4216130,1982,4,1,1 -"3628",4216130,1982,10,1,1 -"3629",4216130,1983,9,1,1 -"3630",4216130,1984,11,1,1 -"3631",4216130,1985,3,2,1 -"3632",4216130,1985,7,2,1 -"3633",4216130,1986,4,1,1 -"3634",4216130,1986,5,1,1 -"3635",4216130,1987,1,1,1 -"3636",4216130,1987,3,1,1 -"3637",4216130,1987,4,1,1 -"3638",4216130,1987,5,1,1 -"3639",4216130,1988,2,1,1 -"3640",4216130,1988,7,1,1 -"3641",4216130,1989,3,2,1 -"3642",4216130,1989,8,1,1 -"3643",4216130,1989,11,2,1 -"3644",4216130,1990,1,1,1 -"3645",4216130,1990,6,1,1 -"3646",4216130,1990,8,1,1 -"3647",4216130,1990,10,1,1 -"3648",4216130,1990,12,2,1 -"3649",4216130,1991,2,1,1 -"3650",4216130,1991,9,1,1 -"3651",4216130,1991,10,1,1 -"3652",4216130,1991,11,1,1 -"3653",4216130,1991,12,2,1 -"3654",4216130,1992,7,1,1 -"3655",4216130,1993,4,1,1 -"3656",4216130,1993,7,3,1 -"3657",4216130,1993,8,1,2 -"3658",4216130,1993,9,1,1 -"3659",4216130,1993,10,1,1 -"3660",4216130,1993,11,1,1 -"3661",4216130,1994,4,1,1 -"3662",4216130,1994,6,1,1 -"3663",4216130,1994,7,1,1 -"3664",4216130,1994,8,1,1 -"3665",4216130,1994,9,1,1 -"3666",4216130,1994,10,1,1 -"3667",4216130,1994,12,3,1 -"3668",4216130,1995,5,1,1 -"3669",4216130,1996,7,1,1 -"3670",4216130,1996,8,3,1 -"3671",4216130,1996,9,1,1 -"3672",4216130,1996,10,1,1 -"3673",4216130,1996,12,2,1 -"3674",4216130,1997,2,3,1.33333333333333 -"3675",4216130,1997,5,2,1 -"3676",4216130,1997,7,1,1 -"3677",4216130,1997,9,2,1 -"3678",4216130,1998,1,1,1 -"3679",4216130,1998,3,2,1 -"3680",4216130,1998,4,1,1 -"3681",4216130,1998,5,1,1 -"3682",4216130,1998,7,1,1 -"3683",4216130,1998,9,2,1 -"3684",4216130,1998,10,1,1 -"3685",4216130,1998,11,1,1 -"3686",4216130,1999,1,2,1 -"3687",4216130,1999,5,2,1 -"3688",4216130,1999,6,1,1 -"3689",4216130,1999,8,1,1 -"3690",4216130,1999,12,3,1 -"3691",4216130,2000,4,1,1 -"3692",4216130,2000,6,1,1 -"3693",4216130,2000,7,1,1 -"3694",4216130,2000,10,1,1 -"3695",4216130,2000,11,2,1 -"3696",4216130,2001,1,1,1 -"3697",4216130,2001,2,1,1 -"3698",4216130,2001,4,2,1 -"3699",4216130,2001,5,2,1 -"3700",4216130,2001,7,1,1 -"3701",4216130,2001,8,1,1 -"3702",4216130,2001,9,1,1 -"3703",4216130,2001,10,1,1 -"3704",4216130,2002,1,1,1 -"3705",4216130,2002,3,1,1 -"3706",4216130,2002,4,1,1 -"3707",4216130,2002,5,1,1 -"3708",4216130,2002,7,4,1 -"3709",4216130,2002,8,1,1 -"3710",4216130,2002,10,2,1 -"3711",4216130,2002,12,1,1 -"3712",4216130,2003,2,2,1 -"3713",4216130,2003,3,1,1 -"3714",4216130,2003,5,1,1 -"3715",4216130,2003,6,1,1 -"3716",4216130,2003,7,1,1 -"3717",4216130,2003,9,1,1 -"3718",4216130,2003,10,2,1 -"3719",4216130,2003,11,1,1 -"3720",4216130,2003,12,1,1 -"3721",4216130,2004,1,2,1 -"3722",4216130,2004,2,3,1 -"3723",4216130,2004,3,2,1 -"3724",4216130,2004,4,1,1 -"3725",4216130,2004,5,1,1 -"3726",4216130,2004,6,1,1 -"3727",4216130,2004,7,1,1 -"3728",4216130,2004,8,2,1 -"3729",4216130,2004,10,2,1 -"3730",4216130,2004,12,1,1 -"3731",4216130,2005,2,1,1 -"3732",4216130,2005,3,1,1 -"3733",4216130,2005,4,5,1 -"3734",4216130,2005,6,2,1 -"3735",4216130,2005,8,2,1 -"3736",4216130,2005,9,1,1 -"3737",4216130,2005,10,1,1 -"3738",4216130,2005,11,2,1 -"3739",4216130,2006,1,1,1 -"3740",4216130,2006,2,2,1 -"3741",4216130,2006,4,1,1 -"3742",4216130,2006,5,1,1 -"3743",4216130,2006,6,2,1 -"3744",4216130,2006,8,2,1 -"3745",4216130,2006,10,4,1 -"3746",4216130,2007,1,3,1 -"3747",4216130,2007,2,2,1 -"3748",4216130,2007,3,1,1 -"3749",4216130,2007,5,1,1 -"3750",4216130,2007,6,2,1 -"3751",4216130,2007,7,2,1 -"3752",4216130,2007,11,2,1 -"3753",4216130,2007,12,1,1 -"3754",4216130,2008,1,1,1 -"3755",4216130,2008,2,2,1 -"3756",4216130,2008,3,1,1 -"3757",4216130,2008,6,2,1 -"3758",4216130,2008,8,2,1 -"3759",4216130,2008,9,1,1 -"3760",4216130,2008,10,2,1 -"3761",4216130,2009,3,1,1 -"3762",4216130,2009,4,1,1 -"3763",4216130,2009,5,1,1 -"3764",4216130,2009,6,1,1 -"3765",4216130,2009,7,1,1 -"3766",4216130,2009,8,1,1 -"3767",4216130,2009,9,2,1 -"3768",4216130,2009,10,1,1 -"3769",4216130,2010,3,2,1 -"3770",4216130,2010,6,2,1 -"3771",4216130,2010,8,2,1 -"3772",4216130,2010,9,2,1 -"3773",4216130,2010,10,1,1 -"3774",4216130,2010,12,2,1 -"3775",4216130,2011,5,2,1 -"3776",4216130,2011,6,1,1 -"3777",4216130,2011,7,1,1 -"3778",4216130,2011,8,1,1 -"3779",4216130,2011,9,2,1 -"3780",4216130,2011,12,1,1 -"3781",4216130,2012,1,2,1 -"3782",4216130,2012,3,1,1 -"3783",4216130,2012,5,1,1 -"3784",4216130,2012,6,1,1 -"3785",4216130,2012,7,1,1 -"3786",4216130,2012,9,3,1 -"3787",4216130,2012,10,2,1 -"3788",4216130,2013,4,1,1 -"3789",4216130,2013,6,2,1 -"3790",4216130,2013,7,2,1 -"3791",4216130,2013,9,2,1 -"3792",4216130,2013,10,1,1 -"3793",4216130,2013,11,1,1 -"3794",4216130,2014,1,1,1 -"3795",4216130,2014,2,2,1 -"3796",4216130,2014,4,2,1 -"3797",4216130,2014,5,2,1 -"3798",4216130,2014,10,1,1 -"3799",4216130,2014,12,1,1 -"3800",4216130,2015,1,2,1 -"3801",4216130,2015,2,1,1 -"3802",4216130,2015,4,1,1 -"3803",4216130,2015,5,2,1 -"3804",4216130,2015,6,1,1 -"3805",4216130,2015,8,3,1 -"3806",4216130,2015,9,1,1 -"3807",4216130,2016,4,2,1 -"3808",4216130,2016,5,4,1 -"3809",4216130,2016,7,2,1 -"3810",4216130,2016,8,3,1 -"3811",4216130,2016,9,2,1 -"3812",4216130,2016,10,3,1 -"3813",4216130,2016,11,1,1 -"3814",4216130,2016,12,4,1 -"3815",4216130,2017,1,1,1 -"3816",4216130,2017,2,1,1 -"3817",4216130,2017,5,1,1 -"3818",4216130,2017,8,4,1 -"3819",4216130,2017,9,3,1 -"3820",4216130,2017,10,1,1 -"3821",4216130,2017,12,4,1 -"3822",4216130,2018,2,1,1 -"3823",4216130,2018,3,3,1 -"3824",4216130,2018,4,1,1 -"3825",4216130,2018,5,1,2 -"3826",4216130,2018,6,3,1 -"3827",4216130,2018,7,4,1.25 -"3828",4216130,2018,8,2,1 -"3829",4216130,2018,9,1,2 -"3830",4216130,2018,11,2,1 -"3831",4216130,2018,12,1,1 -"3832",4216130,2019,1,1,1 -"3833",4216130,2019,3,2,1 -"3834",4216130,2019,4,1,1 -"3835",4216130,2019,5,2,1 -"3836",4216130,2019,6,2,1 -"3837",4216130,2019,7,2,1 -"3838",4216130,2019,8,2,1 -"3839",4216130,2019,9,1,1 -"3840",4216130,2019,10,3,1 -"3841",4216130,2019,11,1,1 -"3842",4216130,2019,12,4,1 -"3843",4216130,2020,1,3,1.33333333333333 -"3844",4216130,2020,3,1,1 -"3845",4216130,2020,4,3,1 -"3846",4216130,2020,7,3,1 -"3847",4216130,2020,8,2,1 -"3848",4216130,2020,9,1,1 -"3849",4216130,2020,11,2,1 -"3850",4216130,2020,12,2,1 -"3851",4216130,2021,1,2,1 -"3852",4216130,2021,4,2,1 -"3853",4216130,2021,6,2,1 -"3854",4216130,2021,7,2,1 -"3855",4216130,2021,8,3,1 -"3856",4216130,2021,9,3,1 -"3857",4216130,2021,10,2,1 -"3858",4216130,2021,11,4,1 -"3859",4216130,2021,12,1,1 -"3860",4216130,2022,2,2,1 -"3861",4216130,2022,3,1,1 -"3862",4216130,2022,4,3,1 -"3863",4216130,2022,5,1,1 -"3864",4216130,2022,6,1,1 -"3865",4216130,2022,7,2,1 -"3866",4216130,2022,8,2,1 -"3867",4216130,2022,9,1,1 -"3868",4216130,2022,10,2,1 -"3869",4216130,2022,11,1,1 -"3870",4216130,2022,12,2,1 -"3871",4216130,2023,1,3,1 -"3872",4216130,2023,2,2,1 -"3873",4216130,2023,4,2,1 -"3874",4216130,2023,5,1,1 -"3875",4216746,2008,9,1,1 -"3876",4216746,2011,3,1,1 -"3877",4217646,1926,8,1,1 -"3878",4217646,1929,12,1,1 -"3879",4217646,1931,3,1,1 -"3880",4217646,1931,12,1,1 -"3881",4217646,1933,11,1,1 -"3882",4217646,1934,6,1,1 -"3883",4217646,1936,2,1,1 -"3884",4217646,1936,3,1,1 -"3885",4217646,1936,5,1,1 -"3886",4217646,1937,10,1,1 -"3887",4217646,1938,4,1,1 -"3888",4217646,1938,12,1,1 -"3889",4217646,1939,3,1,1 -"3890",4217646,1940,1,1,1 -"3891",4217646,1940,7,1,1 -"3892",4217646,1941,4,1,1 -"3893",4217646,1941,5,1,1 -"3894",4217646,1942,1,1,1 -"3895",4217646,1942,5,1,1 -"3896",4217646,1942,11,1,1 -"3897",4217646,1943,10,1,1 -"3898",4217646,1944,3,1,1 -"3899",4217646,1944,4,1,1 -"3900",4217646,1944,5,1,1 -"3901",4217646,1944,11,1,1 -"3902",4217646,1944,12,1,1 -"3903",4217646,1945,5,1,1 -"3904",4217646,1945,7,1,1 -"3905",4217646,1945,9,1,1 -"3906",4217646,1946,7,1,1 -"3907",4217646,1946,9,1,1 -"3908",4217646,1947,1,2,1 -"3909",4217646,1947,6,1,1 -"3910",4217646,1947,8,1,1 -"3911",4217646,1947,10,1,1 -"3912",4217646,1948,1,1,1 -"3913",4217646,1948,10,1,1 -"3914",4217646,1949,2,1,1 -"3915",4217646,1949,3,1,1 -"3916",4217646,1949,4,1,1 -"3917",4217646,1949,8,1,1 -"3918",4217646,1949,11,1,1 -"3919",4217646,1950,8,1,1 -"3920",4217646,1951,4,1,1 -"3921",4217646,1951,6,2,1 -"3922",4217646,1951,8,1,1 -"3923",4217646,1951,9,2,1 -"3924",4217646,1951,12,1,1 -"3925",4217646,1952,4,2,1 -"3926",4217646,1952,6,1,1 -"3927",4217646,1952,7,1,1 -"3928",4217646,1953,4,1,1 -"3929",4217646,1953,6,2,1 -"3930",4217646,1953,7,1,1 -"3931",4217646,1953,8,1,1 -"3932",4217646,1954,5,1,1 -"3933",4217646,1955,3,1,1 -"3934",4217646,1955,4,2,1 -"3935",4217646,1955,6,1,1 -"3936",4217646,1955,11,1,1 -"3937",4217646,1955,12,1,1 -"3938",4217646,1956,2,1,1 -"3939",4217646,1956,5,1,1 -"3940",4217646,1956,7,1,1 -"3941",4217646,1956,8,1,1 -"3942",4217646,1957,8,1,1 -"3943",4217646,1957,12,1,1 -"3944",4217646,1958,5,1,1 -"3945",4217646,1958,7,1,1 -"3946",4217646,1958,9,2,1 -"3947",4217646,1958,11,1,1 -"3948",4217646,1958,12,1,1 -"3949",4217646,1959,2,1,1 -"3950",4217646,1959,4,1,1 -"3951",4217646,1959,5,1,1 -"3952",4217646,1960,4,1,1 -"3953",4217646,1960,5,1,1 -"3954",4217646,1960,7,1,1 -"3955",4217646,1960,10,2,1 -"3956",4217646,1960,11,1,1 -"3957",4217646,1961,9,1,1 -"3958",4217646,1961,11,3,1 -"3959",4217646,1962,1,1,1 -"3960",4217646,1962,3,1,1 -"3961",4217646,1962,7,1,1 -"3962",4217646,1962,8,1,1 -"3963",4217646,1962,10,1,1 -"3964",4217646,1963,6,2,1 -"3965",4217646,1963,12,2,1 -"3966",4217646,1964,2,1,1 -"3967",4217646,1964,12,1,1 -"3968",4217646,1965,1,1,1 -"3969",4217646,1965,5,1,1 -"3970",4217646,1965,11,1,1 -"3971",4217646,1966,5,1,1 -"3972",4217646,1966,10,2,1 -"3973",4217646,1966,11,1,1 -"3974",4217646,1967,1,1,1 -"3975",4217646,1967,2,1,1 -"3976",4217646,1967,4,1,1 -"3977",4217646,1967,5,1,1 -"3978",4217646,1967,7,2,1 -"3979",4217646,1967,9,1,1 -"3980",4217646,1967,12,2,1 -"3981",4217646,1968,4,1,1 -"3982",4217646,1969,2,1,1 -"3983",4217646,1969,3,1,1 -"3984",4217646,1969,6,1,1 -"3985",4217646,1969,11,1,1 -"3986",4217646,1970,1,1,1 -"3987",4217646,1970,6,1,1 -"3988",4217646,1970,8,1,1 -"3989",4217646,1970,9,1,1 -"3990",4217646,1970,11,2,1 -"3991",4217646,1971,1,1,1 -"3992",4217646,1971,2,1,1 -"3993",4217646,1971,7,1,1 -"3994",4217646,1971,8,1,1 -"3995",4217646,1971,10,1,1 -"3996",4217646,1972,2,1,1 -"3997",4217646,1972,10,1,1 -"3998",4217646,1973,6,1,1 -"3999",4217646,1974,2,2,1 -"4000",4217646,1974,3,1,1 -"4001",4217646,1974,6,1,1 -"4002",4217646,1975,3,1,1 -"4003",4217646,1975,9,1,1 -"4004",4217646,1975,11,1,1 -"4005",4217646,1976,6,1,1 -"4006",4217646,1976,7,1,1 -"4007",4217646,1976,10,1,1 -"4008",4217646,1977,3,1,1 -"4009",4217646,1977,7,1,1 -"4010",4217646,1977,11,1,1 -"4011",4217646,1978,3,2,1 -"4012",4217646,1978,8,1,1 -"4013",4217646,1978,9,1,1 -"4014",4217646,1978,10,1,1 -"4015",4217646,1979,2,1,1 -"4016",4217646,1979,8,2,1 -"4017",4217646,1979,10,1,1 -"4018",4217646,1979,12,2,1 -"4019",4217646,1980,1,1,1 -"4020",4217646,1980,2,1,1 -"4021",4217646,1980,4,2,1 -"4022",4217646,1980,5,1,1 -"4023",4217646,1980,7,2,1 -"4024",4217646,1980,12,1,1 -"4025",4217646,1981,1,1,1 -"4026",4217646,1981,4,1,1 -"4027",4217646,1981,6,1,1 -"4028",4217646,1981,8,1,1 -"4029",4217646,1982,1,1,1 -"4030",4217646,1982,3,1,2 -"4031",4217646,1982,7,1,1 -"4032",4217646,1982,9,1,1 -"4033",4217646,1982,10,1,1 -"4034",4217646,1983,2,1,1 -"4035",4217646,1983,4,2,1 -"4036",4217646,1983,7,1,1 -"4037",4217646,1983,10,1,1 -"4038",4217646,1983,11,1,1 -"4039",4217646,1984,6,1,1 -"4040",4217646,1984,8,1,1 -"4041",4217646,1984,10,3,1 -"4042",4217646,1984,11,2,1 -"4043",4217646,1985,6,1,1 -"4044",4217646,1985,8,1,1 -"4045",4217646,1985,11,1,1 -"4046",4217646,1985,12,1,1 -"4047",4217646,1986,6,2,1 -"4048",4217646,1986,9,2,1 -"4049",4217646,1987,5,1,1 -"4050",4217646,1987,6,2,1 -"4051",4217646,1987,7,1,1 -"4052",4217646,1987,10,1,1 -"4053",4217646,1987,11,1,1 -"4054",4217646,1988,5,1,1 -"4055",4217646,1988,8,1,1 -"4056",4217646,1988,12,1,1 -"4057",4217646,1989,2,1,1 -"4058",4217646,1989,3,1,1 -"4059",4217646,1989,4,2,1 -"4060",4217646,1989,6,1,1 -"4061",4217646,1989,7,1,1 -"4062",4217646,1989,9,1,1 -"4063",4217646,1989,11,1,1 -"4064",4217646,1989,12,1,1 -"4065",4217646,1990,2,1,1 -"4066",4217646,1990,5,1,1 -"4067",4217646,1990,6,3,1 -"4068",4217646,1990,7,1,1 -"4069",4217646,1990,9,1,1 -"4070",4217646,1990,12,1,1 -"4071",4217646,1991,1,1,1 -"4072",4217646,1991,3,1,1 -"4073",4217646,1991,8,2,1 -"4074",4217646,1991,10,1,1 -"4075",4217646,1991,11,1,1 -"4076",4217646,1991,12,2,1 -"4077",4217646,1992,1,1,1 -"4078",4217646,1992,2,1,1 -"4079",4217646,1992,3,1,1 -"4080",4217646,1992,4,2,1 -"4081",4217646,1992,5,1,1 -"4082",4217646,1992,8,1,1 -"4083",4217646,1992,11,1,1 -"4084",4217646,1993,6,1,1 -"4085",4217646,1993,12,1,1 -"4086",4217646,1994,3,1,1 -"4087",4217646,1994,6,1,1 -"4088",4217646,1994,7,1,1 -"4089",4217646,1994,9,2,1 -"4090",4217646,1994,10,1,1 -"4091",4217646,1995,3,2,1 -"4092",4217646,1995,5,1,1 -"4093",4217646,1995,7,1,1 -"4094",4217646,1995,9,2,1 -"4095",4217646,1995,10,1,1 -"4096",4217646,1995,11,2,1 -"4097",4217646,1996,1,1,1 -"4098",4217646,1996,3,3,1 -"4099",4217646,1996,6,1,1 -"4100",4217646,1996,10,1,1 -"4101",4217646,1997,1,1,1 -"4102",4217646,1997,2,1,1 -"4103",4217646,1997,4,1,1 -"4104",4217646,1997,5,1,1 -"4105",4217646,1997,6,1,1 -"4106",4217646,1997,8,4,1 -"4107",4217646,1998,2,1,1 -"4108",4217646,1998,3,1,1 -"4109",4217646,1998,4,1,1 -"4110",4217646,1998,6,1,1 -"4111",4217646,1998,7,2,1 -"4112",4217646,1998,8,1,1 -"4113",4217646,1998,11,1,1 -"4114",4217646,1998,12,2,1 -"4115",4217646,1999,3,1,1 -"4116",4217646,1999,5,1,1 -"4117",4217646,1999,6,1,1 -"4118",4217646,1999,7,1,1 -"4119",4217646,1999,8,3,1 -"4120",4217646,1999,11,1,1 -"4121",4217646,1999,12,1,1 -"4122",4217646,2000,1,1,1 -"4123",4217646,2000,4,3,1 -"4124",4217646,2000,6,1,1 -"4125",4217646,2000,7,1,1 -"4126",4217646,2000,8,2,1 -"4127",4217646,2000,10,1,1 -"4128",4217646,2000,12,1,1 -"4129",4217646,2001,3,1,1 -"4130",4217646,2001,5,1,1 -"4131",4217646,2001,6,1,1 -"4132",4217646,2001,9,2,1 -"4133",4217646,2001,10,1,1 -"4134",4217646,2002,1,3,1 -"4135",4217646,2002,2,1,1 -"4136",4217646,2002,3,2,1 -"4137",4217646,2002,10,1,1 -"4138",4217646,2002,11,1,1 -"4139",4217646,2003,1,1,1 -"4140",4217646,2003,2,2,1 -"4141",4217646,2003,3,1,1 -"4142",4217646,2003,5,1,1 -"4143",4217646,2003,8,2,1 -"4144",4217646,2003,9,4,1 -"4145",4217646,2003,10,2,1 -"4146",4217646,2004,1,1,1 -"4147",4217646,2004,5,3,1 -"4148",4217646,2004,6,2,1 -"4149",4217646,2004,9,1,1 -"4150",4217646,2004,10,1,1 -"4151",4217646,2004,11,1,1 -"4152",4217646,2005,2,1,1 -"4153",4217646,2005,3,2,1 -"4154",4217646,2005,5,1,1 -"4155",4217646,2005,8,2,1 -"4156",4217646,2005,9,1,1 -"4157",4217646,2005,10,1,1 -"4158",4217646,2005,11,2,1 -"4159",4217646,2005,12,1,1 -"4160",4217646,2006,1,1,1 -"4161",4217646,2006,2,1,1 -"4162",4217646,2006,3,1,1 -"4163",4217646,2006,5,1,1 -"4164",4217646,2006,9,2,1 -"4165",4217646,2006,10,1,1 -"4166",4217646,2007,1,2,1 -"4167",4217646,2007,2,2,1 -"4168",4217646,2007,3,1,1 -"4169",4217646,2007,5,1,1 -"4170",4217646,2007,6,1,1 -"4171",4217646,2007,9,2,1 -"4172",4217646,2007,12,1,1 -"4173",4217646,2008,1,1,1 -"4174",4217646,2008,2,1,1 -"4175",4217646,2008,3,1,2 -"4176",4217646,2008,10,1,1 -"4177",4217646,2008,11,1,1 -"4178",4217646,2008,12,2,1 -"4179",4217646,2009,1,1,1 -"4180",4217646,2009,2,2,1 -"4181",4217646,2009,3,1,1 -"4182",4217646,2009,4,2,1 -"4183",4217646,2009,7,2,1 -"4184",4217646,2009,8,1,1 -"4185",4217646,2009,10,2,1 -"4186",4217646,2009,11,3,1 -"4187",4217646,2010,1,1,1 -"4188",4217646,2010,2,1,1 -"4189",4217646,2010,4,2,1 -"4190",4217646,2010,5,1,1 -"4191",4217646,2010,9,2,2 -"4192",4217646,2010,11,2,1 -"4193",4217646,2011,1,2,1 -"4194",4217646,2011,3,2,1 -"4195",4217646,2011,6,1,1 -"4196",4217646,2011,8,1,1 -"4197",4217646,2011,12,1,1 -"4198",4217646,2012,1,2,1 -"4199",4217646,2012,7,1,1 -"4200",4217646,2012,8,3,1 -"4201",4217646,2012,11,2,1 -"4202",4217646,2012,12,1,1 -"4203",4217646,2013,1,2,1 -"4204",4217646,2013,2,1,1 -"4205",4217646,2013,4,2,1 -"4206",4217646,2013,5,1,1 -"4207",4217646,2013,6,1,1 -"4208",4217646,2013,7,1,1 -"4209",4217646,2013,10,2,1 -"4210",4217646,2013,11,1,1 -"4211",4217646,2013,12,2,1.5 -"4212",4217646,2014,1,1,1 -"4213",4217646,2014,4,1,1 -"4214",4217646,2014,5,2,1 -"4215",4217646,2014,6,2,1 -"4216",4217646,2014,7,1,1 -"4217",4217646,2014,10,1,1 -"4218",4217646,2014,12,2,1 -"4219",4217646,2015,1,2,1 -"4220",4217646,2015,4,1,1 -"4221",4217646,2015,5,1,1 -"4222",4217646,2015,8,1,1 -"4223",4217646,2015,9,1,1 -"4224",4217646,2015,10,1,1 -"4225",4217646,2015,12,2,1 -"4226",4217646,2016,2,1,1 -"4227",4217646,2016,3,3,1 -"4228",4217646,2016,5,1,1 -"4229",4217646,2016,6,1,1 -"4230",4217646,2016,7,1,1 -"4231",4217646,2016,8,2,1.5 -"4232",4217646,2016,10,1,1 -"4233",4217646,2016,11,1,1 -"4234",4217646,2016,12,1,1 -"4235",4217646,2017,1,2,1 -"4236",4217646,2017,5,1,1 -"4237",4217646,2017,6,1,1 -"4238",4217646,2017,7,2,1 -"4239",4217646,2017,8,1,1 -"4240",4217646,2017,12,4,1 -"4241",4217646,2018,3,1,1 -"4242",4217646,2018,4,1,1 -"4243",4217646,2018,6,1,1 -"4244",4217646,2018,8,1,1 -"4245",4217646,2018,9,2,1 -"4246",4217646,2018,10,1,1 -"4247",4217646,2018,11,1,2 -"4248",4217646,2018,12,1,1 -"4249",4217646,2019,2,1,1 -"4250",4217646,2019,3,1,1 -"4251",4217646,2019,4,2,1 -"4252",4217646,2019,7,1,1 -"4253",4217646,2019,9,1,1 -"4254",4217646,2019,10,1,1 -"4255",4217646,2020,1,1,1 -"4256",4217646,2020,2,1,1 -"4257",4217646,2020,3,1,1 -"4258",4217646,2020,6,1,1 -"4259",4217646,2020,7,3,1 -"4260",4217646,2020,8,1,1 -"4261",4217646,2020,9,1,1 -"4262",4217646,2020,11,2,1 -"4263",4217646,2020,12,2,1 -"4264",4217646,2021,1,2,1 -"4265",4217646,2021,2,2,1 -"4266",4217646,2021,5,3,1 -"4267",4217646,2021,6,2,1 -"4268",4217646,2021,7,3,1 -"4269",4217646,2021,9,1,1 -"4270",4217646,2021,10,1,1 -"4271",4217646,2021,11,1,1 -"4272",4217646,2021,12,2,1 -"4273",4217646,2022,2,1,1 -"4274",4217646,2022,3,1,1 -"4275",4217646,2022,5,1,1 -"4276",4217646,2022,10,1,1 -"4277",4217646,2022,12,1,1 -"4278",4217646,2023,2,1,1 -"4279",4217646,2023,4,1,1 -"4280",4230911,1942,12,1,1 -"4281",4230911,1943,8,1,1 -"4282",4230911,1947,7,1,1 -"4283",4230911,1948,7,1,1 -"4284",4230911,1950,12,1,1 -"4285",4230911,1951,5,1,1 -"4286",4230911,1951,10,1,1 -"4287",4230911,1952,9,1,1 -"4288",4230911,1953,10,1,1 -"4289",4230911,1955,4,2,1 -"4290",4230911,1955,6,1,1 -"4291",4230911,1955,8,1,1 -"4292",4230911,1955,11,1,1 -"4293",4230911,1956,1,1,1 -"4294",4230911,1958,1,1,1 -"4295",4230911,1958,4,1,1 -"4296",4230911,1958,12,1,1 -"4297",4230911,1960,4,1,1 -"4298",4230911,1960,7,1,1 -"4299",4230911,1962,1,1,1 -"4300",4230911,1963,5,2,1 -"4301",4230911,1963,6,2,1 -"4302",4230911,1963,10,1,1 -"4303",4230911,1964,12,1,1 -"4304",4230911,1965,7,2,1 -"4305",4230911,1966,12,1,1 -"4306",4230911,1967,1,1,1 -"4307",4230911,1967,4,1,1 -"4308",4230911,1967,8,1,1 -"4309",4230911,1967,11,1,1 -"4310",4230911,1968,4,1,1 -"4311",4230911,1968,6,2,1 -"4312",4230911,1969,3,1,1 -"4313",4230911,1969,6,1,1 -"4314",4230911,1969,7,1,1 -"4315",4230911,1969,11,1,1 -"4316",4230911,1970,5,1,1 -"4317",4230911,1970,9,1,2 -"4318",4230911,1972,4,1,1 -"4319",4230911,1973,6,1,1 -"4320",4230911,1973,8,1,1 -"4321",4230911,1974,3,1,1 -"4322",4230911,1974,5,1,1 -"4323",4230911,1974,7,1,1 -"4324",4230911,1974,12,1,1 -"4325",4230911,1975,3,1,1 -"4326",4230911,1975,8,1,1 -"4327",4230911,1975,9,1,1 -"4328",4230911,1975,11,3,1 -"4329",4230911,1976,1,1,1 -"4330",4230911,1976,3,1,1 -"4331",4230911,1976,6,1,1 -"4332",4230911,1976,7,1,1 -"4333",4230911,1976,10,3,1 -"4334",4230911,1977,1,1,1 -"4335",4230911,1977,5,1,1 -"4336",4230911,1977,8,1,1 -"4337",4230911,1977,10,1,1 -"4338",4230911,1978,7,1,1 -"4339",4230911,1978,11,1,1 -"4340",4230911,1979,6,1,1 -"4341",4230911,1979,11,1,1 -"4342",4230911,1979,12,1,1 -"4343",4230911,1980,2,1,1 -"4344",4230911,1980,4,1,1 -"4345",4230911,1980,7,1,1 -"4346",4230911,1980,8,1,1 -"4347",4230911,1980,9,1,1 -"4348",4230911,1980,11,1,1 -"4349",4230911,1981,1,1,1 -"4350",4230911,1982,1,3,1 -"4351",4230911,1982,2,1,1 -"4352",4230911,1982,4,1,1 -"4353",4230911,1982,10,1,1 -"4354",4230911,1983,2,1,1 -"4355",4230911,1983,3,1,1 -"4356",4230911,1983,9,1,1 -"4357",4230911,1984,11,3,1 -"4358",4230911,1985,3,2,1 -"4359",4230911,1985,7,3,1 -"4360",4230911,1986,4,1,1 -"4361",4230911,1986,5,1,1 -"4362",4230911,1986,6,1,1 -"4363",4230911,1987,1,1,1 -"4364",4230911,1987,3,1,1 -"4365",4230911,1987,4,1,1 -"4366",4230911,1987,5,1,1 -"4367",4230911,1988,2,1,1 -"4368",4230911,1988,5,2,1 -"4369",4230911,1988,6,1,1 -"4370",4230911,1988,7,1,1 -"4371",4230911,1989,3,2,1 -"4372",4230911,1989,8,1,1 -"4373",4230911,1989,11,2,1 -"4374",4230911,1990,1,1,1 -"4375",4230911,1990,6,2,1 -"4376",4230911,1990,8,1,1 -"4377",4230911,1990,9,1,1 -"4378",4230911,1990,10,1,1 -"4379",4230911,1990,11,1,1 -"4380",4230911,1990,12,2,1 -"4381",4230911,1991,1,1,1 -"4382",4230911,1991,2,1,1 -"4383",4230911,1991,3,1,1 -"4384",4230911,1991,8,1,1 -"4385",4230911,1991,9,2,1 -"4386",4230911,1991,10,1,1 -"4387",4230911,1991,11,1,1 -"4388",4230911,1991,12,2,1 -"4389",4230911,1992,3,1,1 -"4390",4230911,1992,5,1,1 -"4391",4230911,1992,6,1,1 -"4392",4230911,1992,7,1,1 -"4393",4230911,1992,11,1,1 -"4394",4230911,1993,1,2,1 -"4395",4230911,1993,4,1,1 -"4396",4230911,1993,7,3,1 -"4397",4230911,1993,8,1,2 -"4398",4230911,1993,9,2,1 -"4399",4230911,1993,10,1,1 -"4400",4230911,1993,11,1,1 -"4401",4230911,1993,12,1,1 -"4402",4230911,1994,4,2,1 -"4403",4230911,1994,6,2,1 -"4404",4230911,1994,7,1,1 -"4405",4230911,1994,8,1,1 -"4406",4230911,1994,9,2,1 -"4407",4230911,1994,10,1,1 -"4408",4230911,1994,12,4,1 -"4409",4230911,1995,5,1,1 -"4410",4230911,1995,7,1,1 -"4411",4230911,1996,6,2,1 -"4412",4230911,1996,7,3,1 -"4413",4230911,1996,8,4,1 -"4414",4230911,1996,9,1,1 -"4415",4230911,1996,10,3,1 -"4416",4230911,1996,12,2,1 -"4417",4230911,1997,2,4,1.25 -"4418",4230911,1997,5,2,1 -"4419",4230911,1997,7,2,1 -"4420",4230911,1997,8,1,1 -"4421",4230911,1997,9,4,1 -"4422",4230911,1997,11,1,1 -"4423",4230911,1998,1,2,1 -"4424",4230911,1998,3,2,1 -"4425",4230911,1998,4,1,1 -"4426",4230911,1998,5,1,1 -"4427",4230911,1998,7,2,1 -"4428",4230911,1998,9,4,1 -"4429",4230911,1998,10,2,1 -"4430",4230911,1998,11,1,1 -"4431",4230911,1999,1,3,1 -"4432",4230911,1999,5,3,1 -"4433",4230911,1999,6,2,1 -"4434",4230911,1999,8,3,1 -"4435",4230911,1999,10,1,1 -"4436",4230911,1999,12,3,1 -"4437",4230911,2000,4,2,1 -"4438",4230911,2000,5,1,1 -"4439",4230911,2000,6,2,1 -"4440",4230911,2000,7,1,1 -"4441",4230911,2000,10,2,1 -"4442",4230911,2000,11,2,1 -"4443",4230911,2000,12,2,1 -"4444",4230911,2001,1,1,1 -"4445",4230911,2001,2,1,1 -"4446",4230911,2001,4,3,1 -"4447",4230911,2001,5,2,1 -"4448",4230911,2001,6,1,1 -"4449",4230911,2001,7,1,1 -"4450",4230911,2001,8,1,1 -"4451",4230911,2001,9,4,1 -"4452",4230911,2001,10,1,1 -"4453",4230911,2001,12,3,1 -"4454",4230911,2002,1,2,1 -"4455",4230911,2002,2,1,1 -"4456",4230911,2002,3,3,1 -"4457",4230911,2002,4,1,1 -"4458",4230911,2002,5,2,1 -"4459",4230911,2002,7,5,1 -"4460",4230911,2002,8,1,1 -"4461",4230911,2002,10,3,1 -"4462",4230911,2002,11,1,1 -"4463",4230911,2002,12,3,1 -"4464",4230911,2003,1,1,1 -"4465",4230911,2003,2,4,1 -"4466",4230911,2003,3,1,1 -"4467",4230911,2003,4,1,1 -"4468",4230911,2003,5,1,1 -"4469",4230911,2003,6,1,1 -"4470",4230911,2003,7,2,1 -"4471",4230911,2003,9,2,1 -"4472",4230911,2003,10,3,1 -"4473",4230911,2003,11,1,1 -"4474",4230911,2003,12,1,1 -"4475",4230911,2004,1,4,1 -"4476",4230911,2004,2,3,1 -"4477",4230911,2004,3,2,1 -"4478",4230911,2004,4,2,1 -"4479",4230911,2004,5,2,1 -"4480",4230911,2004,6,1,1 -"4481",4230911,2004,7,3,1 -"4482",4230911,2004,8,2,1 -"4483",4230911,2004,10,3,1 -"4484",4230911,2004,11,1,1 -"4485",4230911,2004,12,1,1 -"4486",4230911,2005,2,1,1 -"4487",4230911,2005,3,2,1 -"4488",4230911,2005,4,5,1 -"4489",4230911,2005,6,2,1 -"4490",4230911,2005,8,4,1 -"4491",4230911,2005,9,1,1 -"4492",4230911,2005,10,3,1 -"4493",4230911,2005,11,3,1 -"4494",4230911,2006,1,3,1 -"4495",4230911,2006,2,2,1 -"4496",4230911,2006,3,1,1 -"4497",4230911,2006,4,1,1 -"4498",4230911,2006,5,4,1 -"4499",4230911,2006,6,4,1 -"4500",4230911,2006,8,2,1 -"4501",4230911,2006,10,5,1 -"4502",4230911,2006,11,1,1 -"4503",4230911,2006,12,2,1 -"4504",4230911,2007,1,5,1 -"4505",4230911,2007,2,3,1 -"4506",4230911,2007,3,1,1 -"4507",4230911,2007,4,1,1 -"4508",4230911,2007,5,2,1 -"4509",4230911,2007,6,2,1 -"4510",4230911,2007,7,2,1 -"4511",4230911,2007,9,1,1 -"4512",4230911,2007,11,2,1 -"4513",4230911,2007,12,1,1 -"4514",4230911,2008,1,1,1 -"4515",4230911,2008,2,3,1 -"4516",4230911,2008,3,2,1 -"4517",4230911,2008,4,1,1 -"4518",4230911,2008,5,1,1 -"4519",4230911,2008,6,3,1 -"4520",4230911,2008,7,1,1 -"4521",4230911,2008,8,4,1 -"4522",4230911,2008,9,1,1 -"4523",4230911,2008,10,3,1 -"4524",4230911,2008,11,4,1 -"4525",4230911,2008,12,1,1 -"4526",4230911,2009,3,1,1 -"4527",4230911,2009,4,2,1 -"4528",4230911,2009,5,2,1 -"4529",4230911,2009,6,2,1 -"4530",4230911,2009,7,3,1 -"4531",4230911,2009,8,1,1 -"4532",4230911,2009,9,3,1 -"4533",4230911,2009,10,2,1 -"4534",4230911,2009,11,1,1 -"4535",4230911,2009,12,2,1 -"4536",4230911,2010,2,1,1 -"4537",4230911,2010,3,3,1 -"4538",4230911,2010,4,2,1 -"4539",4230911,2010,5,1,1 -"4540",4230911,2010,6,3,1 -"4541",4230911,2010,8,3,1 -"4542",4230911,2010,9,5,1.4 -"4543",4230911,2010,10,1,1 -"4544",4230911,2010,12,2,1 -"4545",4230911,2011,1,3,1 -"4546",4230911,2011,2,1,1 -"4547",4230911,2011,3,1,1 -"4548",4230911,2011,5,4,1 -"4549",4230911,2011,6,2,1 -"4550",4230911,2011,7,1,1 -"4551",4230911,2011,8,1,1 -"4552",4230911,2011,9,2,1 -"4553",4230911,2011,12,1,1 -"4554",4230911,2012,1,3,1 -"4555",4230911,2012,3,2,1 -"4556",4230911,2012,5,1,1 -"4557",4230911,2012,6,3,1 -"4558",4230911,2012,7,4,1 -"4559",4230911,2012,9,3,1 -"4560",4230911,2012,10,2,1 -"4561",4230911,2012,11,1,1 -"4562",4230911,2012,12,3,1 -"4563",4230911,2013,1,2,1 -"4564",4230911,2013,2,1,1 -"4565",4230911,2013,3,1,1 -"4566",4230911,2013,4,3,1 -"4567",4230911,2013,6,4,1 -"4568",4230911,2013,7,6,1 -"4569",4230911,2013,8,4,1 -"4570",4230911,2013,9,3,1 -"4571",4230911,2013,10,4,1 -"4572",4230911,2013,11,3,1 -"4573",4230911,2013,12,6,1.16666666666667 -"4574",4230911,2014,1,5,1 -"4575",4230911,2014,2,3,1 -"4576",4230911,2014,3,2,1 -"4577",4230911,2014,4,6,1 -"4578",4230911,2014,5,7,1 -"4579",4230911,2014,6,3,1 -"4580",4230911,2014,7,4,1 -"4581",4230911,2014,8,2,1 -"4582",4230911,2014,9,4,1 -"4583",4230911,2014,10,5,1 -"4584",4230911,2014,11,4,1 -"4585",4230911,2014,12,5,3 -"4586",4230911,2015,1,9,1 -"4587",4230911,2015,2,4,1 -"4588",4230911,2015,3,5,1 -"4589",4230911,2015,4,5,1 -"4590",4230911,2015,5,9,1 -"4591",4230911,2015,6,6,1 -"4592",4230911,2015,7,7,1 -"4593",4230911,2015,8,7,1 -"4594",4230911,2015,9,4,1 -"4595",4230911,2015,10,8,1 -"4596",4230911,2015,11,4,1 -"4597",4230911,2015,12,6,1 -"4598",4230911,2016,1,4,1 -"4599",4230911,2016,2,7,1 -"4600",4230911,2016,3,6,1 -"4601",4230911,2016,4,7,1 -"4602",4230911,2016,5,10,1 -"4603",4230911,2016,6,2,1 -"4604",4230911,2016,7,5,1 -"4605",4230911,2016,8,8,1.125 -"4606",4230911,2016,9,6,1 -"4607",4230911,2016,10,8,1 -"4608",4230911,2016,11,6,1 -"4609",4230911,2016,12,9,1 -"4610",4230911,2017,1,10,1 -"4611",4230911,2017,2,2,1 -"4612",4230911,2017,3,5,1 -"4613",4230911,2017,4,9,1 -"4614",4230911,2017,5,5,1 -"4615",4230911,2017,6,7,1 -"4616",4230911,2017,7,7,1 -"4617",4230911,2017,8,9,1 -"4618",4230911,2017,9,9,1 -"4619",4230911,2017,10,3,1 -"4620",4230911,2017,11,5,1 -"4621",4230911,2017,12,12,1 -"4622",4230911,2018,1,5,1 -"4623",4230911,2018,2,2,1 -"4624",4230911,2018,3,8,1 -"4625",4230911,2018,4,9,1 -"4626",4230911,2018,5,8,1.125 -"4627",4230911,2018,6,8,1 -"4628",4230911,2018,7,7,1.14285714285714 -"4629",4230911,2018,8,5,1 -"4630",4230911,2018,9,9,1.11111111111111 -"4631",4230911,2018,10,3,1 -"4632",4230911,2018,11,7,1.14285714285714 -"4633",4230911,2018,12,8,1 -"4634",4230911,2019,1,7,1 -"4635",4230911,2019,2,8,1 -"4636",4230911,2019,3,7,1.14285714285714 -"4637",4230911,2019,4,7,1 -"4638",4230911,2019,5,8,1.125 -"4639",4230911,2019,6,4,1 -"4640",4230911,2019,7,13,1 -"4641",4230911,2019,8,8,1 -"4642",4230911,2019,9,4,1 -"4643",4230911,2019,10,10,1 -"4644",4230911,2019,11,3,1 -"4645",4230911,2019,12,11,1 -"4646",4230911,2020,1,8,1.125 -"4647",4230911,2020,2,8,1 -"4648",4230911,2020,3,3,1 -"4649",4230911,2020,4,7,1 -"4650",4230911,2020,5,4,1 -"4651",4230911,2020,6,3,1 -"4652",4230911,2020,7,9,1 -"4653",4230911,2020,8,9,1.11111111111111 -"4654",4230911,2020,9,5,1 -"4655",4230911,2020,10,3,1 -"4656",4230911,2020,11,10,1 -"4657",4230911,2020,12,6,1 -"4658",4230911,2021,1,7,1 -"4659",4230911,2021,2,6,1 -"4660",4230911,2021,3,7,1 -"4661",4230911,2021,4,3,1 -"4662",4230911,2021,5,10,1 -"4663",4230911,2021,6,8,1 -"4664",4230911,2021,7,10,1 -"4665",4230911,2021,8,10,1 -"4666",4230911,2021,9,7,1 -"4667",4230911,2021,10,6,1 -"4668",4230911,2021,11,7,1 -"4669",4230911,2021,12,8,1 -"4670",4230911,2022,1,1,1 -"4671",4230911,2022,2,9,1 -"4672",4230911,2022,3,10,1 -"4673",4230911,2022,4,9,1 -"4674",4230911,2022,5,9,1 -"4675",4230911,2022,6,5,1 -"4676",4230911,2022,7,9,1 -"4677",4230911,2022,8,10,1 -"4678",4230911,2022,9,3,1 -"4679",4230911,2022,10,11,1 -"4680",4230911,2022,11,7,1 -"4681",4230911,2022,12,9,1 -"4682",4230911,2023,1,9,1 -"4683",4230911,2023,2,3,1 -"4684",4230911,2023,3,4,1 -"4685",4230911,2023,4,13,1 -"4686",4230911,2023,5,5,1 -"4687",4230911,2023,6,1,1 -"4688",4248525,2015,4,1,1 -"4689",4248525,2019,5,1,1 -"4690",4248525,2019,10,1,1 -"4691",4248525,2020,6,1,1 -"4692",4248525,2021,10,1,1 -"4693",4257036,2014,11,1,1 -"4694",4257036,2017,2,1,1 -"4695",4257036,2018,9,1,1 -"4696",4329847,1941,6,1,1 -"4697",4329847,1942,12,1,1 -"4698",4329847,1943,8,1,1 -"4699",4329847,1947,7,1,1 -"4700",4329847,1948,7,1,1 -"4701",4329847,1950,12,1,1 -"4702",4329847,1951,5,1,1 -"4703",4329847,1951,10,1,1 -"4704",4329847,1952,9,1,1 -"4705",4329847,1953,10,1,1 -"4706",4329847,1955,6,1,1 -"4707",4329847,1955,8,1,1 -"4708",4329847,1956,1,1,1 -"4709",4329847,1958,1,1,1 -"4710",4329847,1958,4,1,1 -"4711",4329847,1958,12,1,1 -"4712",4329847,1960,7,1,1 -"4713",4329847,1963,5,2,1 -"4714",4329847,1963,6,1,1 -"4715",4329847,1963,10,1,1 -"4716",4329847,1965,7,2,1 -"4717",4329847,1966,12,1,1 -"4718",4329847,1967,1,1,1 -"4719",4329847,1967,6,1,1 -"4720",4329847,1967,8,1,1 -"4721",4329847,1967,11,1,1 -"4722",4329847,1968,4,1,1 -"4723",4329847,1968,6,2,1 -"4724",4329847,1969,6,1,1 -"4725",4329847,1969,7,1,1 -"4726",4329847,1969,11,1,1 -"4727",4329847,1970,5,1,1 -"4728",4329847,1970,9,1,1 -"4729",4329847,1972,4,1,1 -"4730",4329847,1974,5,1,1 -"4731",4329847,1974,7,1,1 -"4732",4329847,1975,3,1,1 -"4733",4329847,1975,9,1,1 -"4734",4329847,1975,11,2,1 -"4735",4329847,1976,1,1,1 -"4736",4329847,1976,3,1,1 -"4737",4329847,1976,6,1,1 -"4738",4329847,1976,10,2,1 -"4739",4329847,1977,5,1,1 -"4740",4329847,1977,10,1,1 -"4741",4329847,1978,11,1,1 -"4742",4329847,1979,1,1,1 -"4743",4329847,1979,5,1,1 -"4744",4329847,1980,2,2,1 -"4745",4329847,1980,4,1,1 -"4746",4329847,1980,6,1,1 -"4747",4329847,1980,7,1,1 -"4748",4329847,1980,8,1,1 -"4749",4329847,1980,11,1,1 -"4750",4329847,1981,1,1,1 -"4751",4329847,1982,1,2,1 -"4752",4329847,1982,4,1,1 -"4753",4329847,1982,10,1,1 -"4754",4329847,1983,4,1,1 -"4755",4329847,1983,5,1,1 -"4756",4329847,1983,9,1,1 -"4757",4329847,1984,11,1,1 -"4758",4329847,1985,3,2,1 -"4759",4329847,1985,7,2,1 -"4760",4329847,1986,4,1,1 -"4761",4329847,1986,5,1,1 -"4762",4329847,1986,12,1,1 -"4763",4329847,1987,1,1,1 -"4764",4329847,1987,3,1,1 -"4765",4329847,1987,4,1,1 -"4766",4329847,1987,5,1,1 -"4767",4329847,1988,2,2,1 -"4768",4329847,1988,7,1,1 -"4769",4329847,1989,3,2,1 -"4770",4329847,1989,8,1,1 -"4771",4329847,1989,11,2,1 -"4772",4329847,1990,1,1,1 -"4773",4329847,1990,6,1,1 -"4774",4329847,1990,8,1,1 -"4775",4329847,1990,10,1,1 -"4776",4329847,1990,12,2,1 -"4777",4329847,1991,2,1,1 -"4778",4329847,1991,9,2,1 -"4779",4329847,1991,10,1,1 -"4780",4329847,1991,11,2,1 -"4781",4329847,1991,12,2,1 -"4782",4329847,1993,4,1,1 -"4783",4329847,1993,7,3,1 -"4784",4329847,1993,8,1,1 -"4785",4329847,1993,9,1,1 -"4786",4329847,1993,10,2,1 -"4787",4329847,1993,11,1,1 -"4788",4329847,1994,4,1,1 -"4789",4329847,1994,6,1,1 -"4790",4329847,1994,7,1,1 -"4791",4329847,1994,8,1,1 -"4792",4329847,1994,9,2,1 -"4793",4329847,1994,10,1,1 -"4794",4329847,1994,12,3,1 -"4795",4329847,1995,5,1,1 -"4796",4329847,1996,4,1,1 -"4797",4329847,1996,7,1,1 -"4798",4329847,1996,8,3,1 -"4799",4329847,1996,9,1,1 -"4800",4329847,1996,10,1,1 -"4801",4329847,1996,11,1,1 -"4802",4329847,1996,12,2,1 -"4803",4329847,1997,2,3,1 -"4804",4329847,1997,5,2,1 -"4805",4329847,1997,7,1,1 -"4806",4329847,1997,9,2,1 -"4807",4329847,1997,10,1,1 -"4808",4329847,1998,1,2,1 -"4809",4329847,1998,3,2,1 -"4810",4329847,1998,4,1,1 -"4811",4329847,1998,5,1,1 -"4812",4329847,1998,7,1,1 -"4813",4329847,1998,9,2,1 -"4814",4329847,1998,11,1,1 -"4815",4329847,1999,1,2,1 -"4816",4329847,1999,5,1,1 -"4817",4329847,1999,6,1,1 -"4818",4329847,1999,8,1,1 -"4819",4329847,1999,12,3,1 -"4820",4329847,2000,3,1,1 -"4821",4329847,2000,4,1,1 -"4822",4329847,2000,6,1,1 -"4823",4329847,2000,7,1,1 -"4824",4329847,2000,10,1,1 -"4825",4329847,2000,11,2,1 -"4826",4329847,2001,1,1,1 -"4827",4329847,2001,2,1,1 -"4828",4329847,2001,4,2,1 -"4829",4329847,2001,5,3,1 -"4830",4329847,2001,7,1,1 -"4831",4329847,2001,8,1,1 -"4832",4329847,2001,9,1,1 -"4833",4329847,2001,10,1,1 -"4834",4329847,2001,11,1,1 -"4835",4329847,2002,1,2,1 -"4836",4329847,2002,3,1,1 -"4837",4329847,2002,4,1,1 -"4838",4329847,2002,5,1,1 -"4839",4329847,2002,7,4,1 -"4840",4329847,2002,8,1,1 -"4841",4329847,2002,10,2,1 -"4842",4329847,2003,2,2,1 -"4843",4329847,2003,3,1,1 -"4844",4329847,2003,5,1,1 -"4845",4329847,2003,6,1,1 -"4846",4329847,2003,7,1,1 -"4847",4329847,2003,9,1,1 -"4848",4329847,2003,10,2,1 -"4849",4329847,2003,11,1,1 -"4850",4329847,2003,12,1,1 -"4851",4329847,2004,1,2,1 -"4852",4329847,2004,2,3,1 -"4853",4329847,2004,3,2,1 -"4854",4329847,2004,4,1,1 -"4855",4329847,2004,5,1,1 -"4856",4329847,2004,6,1,1 -"4857",4329847,2004,7,2,1 -"4858",4329847,2004,8,2,1 -"4859",4329847,2004,10,2,1 -"4860",4329847,2004,12,1,1 -"4861",4329847,2005,2,1,1 -"4862",4329847,2005,3,1,1 -"4863",4329847,2005,4,4,1 -"4864",4329847,2005,6,2,1 -"4865",4329847,2005,8,2,1 -"4866",4329847,2005,9,1,1 -"4867",4329847,2005,10,1,1 -"4868",4329847,2005,11,2,1 -"4869",4329847,2006,2,2,1 -"4870",4329847,2006,4,1,1 -"4871",4329847,2006,5,1,1 -"4872",4329847,2006,6,2,1 -"4873",4329847,2006,8,2,1 -"4874",4329847,2006,10,5,1 -"4875",4329847,2007,1,3,1 -"4876",4329847,2007,2,2,1 -"4877",4329847,2007,3,2,1 -"4878",4329847,2007,5,1,1 -"4879",4329847,2007,6,2,1 -"4880",4329847,2007,7,4,1 -"4881",4329847,2007,9,1,1 -"4882",4329847,2007,11,1,1 -"4883",4329847,2007,12,1,1 -"4884",4329847,2008,1,1,1 -"4885",4329847,2008,2,2,1 -"4886",4329847,2008,6,2,1 -"4887",4329847,2008,8,1,1 -"4888",4329847,2008,9,1,1 -"4889",4329847,2008,10,2,1 -"4890",4329847,2009,3,1,1 -"4891",4329847,2009,4,1,1 -"4892",4329847,2009,5,1,1 -"4893",4329847,2009,6,1,1 -"4894",4329847,2009,7,1,1 -"4895",4329847,2009,8,1,1 -"4896",4329847,2009,9,1,1 -"4897",4329847,2009,10,1,1 -"4898",4329847,2010,3,2,1 -"4899",4329847,2010,6,1,1 -"4900",4329847,2010,7,1,1 -"4901",4329847,2010,8,2,1 -"4902",4329847,2010,9,2,1 -"4903",4329847,2010,10,1,1 -"4904",4329847,2010,12,2,1 -"4905",4329847,2011,5,3,1 -"4906",4329847,2011,6,1,1 -"4907",4329847,2011,7,1,1 -"4908",4329847,2011,8,1,1 -"4909",4329847,2011,9,2,1 -"4910",4329847,2011,10,1,1 -"4911",4329847,2011,12,1,1 -"4912",4329847,2012,1,1,1 -"4913",4329847,2012,3,1,1 -"4914",4329847,2012,5,1,1 -"4915",4329847,2012,6,1,1 -"4916",4329847,2012,7,1,1 -"4917",4329847,2012,9,2,1 -"4918",4329847,2012,10,2,1 -"4919",4329847,2013,3,1,1 -"4920",4329847,2013,4,1,1 -"4921",4329847,2013,6,2,1 -"4922",4329847,2013,7,2,1 -"4923",4329847,2013,9,1,1 -"4924",4329847,2013,10,1,1 -"4925",4329847,2013,11,1,1 -"4926",4329847,2014,1,1,1 -"4927",4329847,2014,2,1,1 -"4928",4329847,2014,4,2,1 -"4929",4329847,2014,5,2,1 -"4930",4329847,2014,12,1,1 -"4931",4329847,2015,1,2,1 -"4932",4329847,2015,2,1,1 -"4933",4329847,2015,4,1,1 -"4934",4329847,2015,5,2,1 -"4935",4329847,2015,6,1,1 -"4936",4329847,2015,8,3,1 -"4937",4329847,2015,9,1,1 -"4938",4329847,2016,4,2,1 -"4939",4329847,2016,5,4,1 -"4940",4329847,2016,7,1,1 -"4941",4329847,2016,8,3,1 -"4942",4329847,2016,9,2,1 -"4943",4329847,2016,10,3,1 -"4944",4329847,2016,11,1,1 -"4945",4329847,2016,12,4,1 -"4946",4329847,2017,1,1,1 -"4947",4329847,2017,2,1,1 -"4948",4329847,2017,5,1,1 -"4949",4329847,2017,8,4,1 -"4950",4329847,2017,9,3,1 -"4951",4329847,2017,10,1,1 -"4952",4329847,2017,12,4,1 -"4953",4329847,2018,2,1,1 -"4954",4329847,2018,3,3,1 -"4955",4329847,2018,4,1,1 -"4956",4329847,2018,5,1,1 -"4957",4329847,2018,6,3,1 -"4958",4329847,2018,7,3,1 -"4959",4329847,2018,8,2,1 -"4960",4329847,2018,9,1,1 -"4961",4329847,2018,11,2,1 -"4962",4329847,2018,12,1,1 -"4963",4329847,2019,1,1,1 -"4964",4329847,2019,3,1,1 -"4965",4329847,2019,4,1,1 -"4966",4329847,2019,5,2,1 -"4967",4329847,2019,6,2,1 -"4968",4329847,2019,7,2,1 -"4969",4329847,2019,8,2,1 -"4970",4329847,2019,9,1,1 -"4971",4329847,2019,10,3,1 -"4972",4329847,2019,11,1,1 -"4973",4329847,2019,12,3,1 -"4974",4329847,2020,1,3,1 -"4975",4329847,2020,3,1,1 -"4976",4329847,2020,4,3,1 -"4977",4329847,2020,7,3,1 -"4978",4329847,2020,8,2,1 -"4979",4329847,2020,9,1,1 -"4980",4329847,2020,11,2,1 -"4981",4329847,2020,12,2,1 -"4982",4329847,2021,1,2,1 -"4983",4329847,2021,4,2,1 -"4984",4329847,2021,6,2,1 -"4985",4329847,2021,7,2,1 -"4986",4329847,2021,8,3,1 -"4987",4329847,2021,9,3,1 -"4988",4329847,2021,10,2,1 -"4989",4329847,2021,11,4,1 -"4990",4329847,2021,12,1,1 -"4991",4329847,2022,2,1,1 -"4992",4329847,2022,4,3,1 -"4993",4329847,2022,5,1,1 -"4994",4329847,2022,6,1,1 -"4995",4329847,2022,7,2,1 -"4996",4329847,2022,8,2,1 -"4997",4329847,2022,9,1,1 -"4998",4329847,2022,10,2,1 -"4999",4329847,2022,11,1,1 -"5000",4329847,2022,12,2,1 -"5001",4329847,2023,1,3,1 -"5002",4329847,2023,2,2,1 -"5003",4329847,2023,4,2,1 -"5004",4329847,2023,5,1,1 -"5005",4336464,1942,12,1,1 -"5006",4336464,1943,8,1,1 -"5007",4336464,1947,7,1,1 -"5008",4336464,1948,7,1,1 -"5009",4336464,1950,12,1,1 -"5010",4336464,1951,5,1,1 -"5011",4336464,1951,10,1,1 -"5012",4336464,1952,9,1,1 -"5013",4336464,1953,10,1,1 -"5014",4336464,1955,6,1,1 -"5015",4336464,1955,8,1,1 -"5016",4336464,1956,1,1,1 -"5017",4336464,1958,1,1,1 -"5018",4336464,1958,4,1,1 -"5019",4336464,1958,12,1,1 -"5020",4336464,1960,7,1,1 -"5021",4336464,1963,5,2,1 -"5022",4336464,1963,6,1,1 -"5023",4336464,1963,10,1,1 -"5024",4336464,1965,7,2,1 -"5025",4336464,1966,12,1,1 -"5026",4336464,1967,1,1,1 -"5027",4336464,1967,8,1,1 -"5028",4336464,1967,11,1,1 -"5029",4336464,1968,4,1,1 -"5030",4336464,1968,6,2,1 -"5031",4336464,1969,6,1,1 -"5032",4336464,1969,7,1,1 -"5033",4336464,1969,11,1,1 -"5034",4336464,1970,5,1,1 -"5035",4336464,1970,9,1,2 -"5036",4336464,1972,4,1,1 -"5037",4336464,1974,5,1,1 -"5038",4336464,1974,7,1,1 -"5039",4336464,1975,3,1,1 -"5040",4336464,1975,9,1,1 -"5041",4336464,1975,11,2,1 -"5042",4336464,1976,1,1,1 -"5043",4336464,1976,3,1,1 -"5044",4336464,1976,6,1,1 -"5045",4336464,1976,7,1,1 -"5046",4336464,1976,10,3,1 -"5047",4336464,1977,5,1,1 -"5048",4336464,1977,10,1,1 -"5049",4336464,1978,11,1,1 -"5050",4336464,1979,11,1,1 -"5051",4336464,1980,2,1,1 -"5052",4336464,1980,4,1,1 -"5053",4336464,1980,7,1,1 -"5054",4336464,1980,8,1,1 -"5055",4336464,1980,11,1,1 -"5056",4336464,1981,1,1,1 -"5057",4336464,1982,1,2,1 -"5058",4336464,1982,4,1,1 -"5059",4336464,1982,10,1,1 -"5060",4336464,1983,9,1,1 -"5061",4336464,1984,11,1,1 -"5062",4336464,1985,3,2,1 -"5063",4336464,1985,7,2,1 -"5064",4336464,1986,4,1,1 -"5065",4336464,1986,5,1,1 -"5066",4336464,1987,1,1,1 -"5067",4336464,1987,3,1,1 -"5068",4336464,1987,4,1,1 -"5069",4336464,1987,5,1,1 -"5070",4336464,1988,2,1,1 -"5071",4336464,1988,7,1,1 -"5072",4336464,1989,3,2,1 -"5073",4336464,1989,8,1,1 -"5074",4336464,1989,11,2,1 -"5075",4336464,1990,1,1,1 -"5076",4336464,1990,6,1,1 -"5077",4336464,1990,8,1,1 -"5078",4336464,1990,10,1,1 -"5079",4336464,1990,12,2,1 -"5080",4336464,1991,2,1,1 -"5081",4336464,1991,9,1,1 -"5082",4336464,1991,10,1,1 -"5083",4336464,1991,11,1,1 -"5084",4336464,1991,12,2,1 -"5085",4336464,1992,7,1,1 -"5086",4336464,1993,4,1,1 -"5087",4336464,1993,7,3,1 -"5088",4336464,1993,8,1,2 -"5089",4336464,1993,9,1,1 -"5090",4336464,1993,10,1,1 -"5091",4336464,1993,11,1,1 -"5092",4336464,1994,4,1,1 -"5093",4336464,1994,6,1,1 -"5094",4336464,1994,7,1,1 -"5095",4336464,1994,8,1,1 -"5096",4336464,1994,9,1,1 -"5097",4336464,1994,10,1,1 -"5098",4336464,1994,12,3,1 -"5099",4336464,1995,5,1,1 -"5100",4336464,1996,7,1,1 -"5101",4336464,1996,8,3,1 -"5102",4336464,1996,9,1,1 -"5103",4336464,1996,10,1,1 -"5104",4336464,1996,12,2,1 -"5105",4336464,1997,2,3,1.33333333333333 -"5106",4336464,1997,5,2,1 -"5107",4336464,1997,7,1,1 -"5108",4336464,1997,9,2,1 -"5109",4336464,1998,1,1,1 -"5110",4336464,1998,3,2,1 -"5111",4336464,1998,4,1,1 -"5112",4336464,1998,5,1,1 -"5113",4336464,1998,7,1,1 -"5114",4336464,1998,9,2,1 -"5115",4336464,1998,10,1,1 -"5116",4336464,1998,11,1,1 -"5117",4336464,1999,1,2,1 -"5118",4336464,1999,5,2,1 -"5119",4336464,1999,6,1,1 -"5120",4336464,1999,8,1,1 -"5121",4336464,1999,12,3,1 -"5122",4336464,2000,4,1,1 -"5123",4336464,2000,6,1,1 -"5124",4336464,2000,7,1,1 -"5125",4336464,2000,10,1,1 -"5126",4336464,2000,11,2,1 -"5127",4336464,2001,1,1,1 -"5128",4336464,2001,2,1,1 -"5129",4336464,2001,4,2,1 -"5130",4336464,2001,5,2,1 -"5131",4336464,2001,7,1,1 -"5132",4336464,2001,8,1,1 -"5133",4336464,2001,9,1,1 -"5134",4336464,2001,10,1,1 -"5135",4336464,2002,1,1,1 -"5136",4336464,2002,3,1,1 -"5137",4336464,2002,4,1,1 -"5138",4336464,2002,5,1,1 -"5139",4336464,2002,7,4,1 -"5140",4336464,2002,8,1,1 -"5141",4336464,2002,10,2,1 -"5142",4336464,2002,12,1,1 -"5143",4336464,2003,2,2,1 -"5144",4336464,2003,3,1,1 -"5145",4336464,2003,5,1,1 -"5146",4336464,2003,6,1,1 -"5147",4336464,2003,7,1,1 -"5148",4336464,2003,9,1,1 -"5149",4336464,2003,10,2,1 -"5150",4336464,2003,11,1,1 -"5151",4336464,2003,12,1,1 -"5152",4336464,2004,1,2,1 -"5153",4336464,2004,2,3,1 -"5154",4336464,2004,3,2,1 -"5155",4336464,2004,4,1,1 -"5156",4336464,2004,5,1,1 -"5157",4336464,2004,6,1,1 -"5158",4336464,2004,7,1,1 -"5159",4336464,2004,8,2,1 -"5160",4336464,2004,10,2,1 -"5161",4336464,2004,12,1,1 -"5162",4336464,2005,2,1,1 -"5163",4336464,2005,3,1,1 -"5164",4336464,2005,4,5,1 -"5165",4336464,2005,6,2,1 -"5166",4336464,2005,8,2,1 -"5167",4336464,2005,9,1,1 -"5168",4336464,2005,10,1,1 -"5169",4336464,2005,11,2,1 -"5170",4336464,2006,1,1,1 -"5171",4336464,2006,2,2,1 -"5172",4336464,2006,4,1,1 -"5173",4336464,2006,5,1,1 -"5174",4336464,2006,6,2,1 -"5175",4336464,2006,8,2,1 -"5176",4336464,2006,10,4,1 -"5177",4336464,2007,1,3,1 -"5178",4336464,2007,2,2,1 -"5179",4336464,2007,3,1,1 -"5180",4336464,2007,5,1,1 -"5181",4336464,2007,6,2,1 -"5182",4336464,2007,7,2,1 -"5183",4336464,2007,11,2,1 -"5184",4336464,2007,12,1,1 -"5185",4336464,2008,1,1,1 -"5186",4336464,2008,2,2,1 -"5187",4336464,2008,3,1,1 -"5188",4336464,2008,6,2,1 -"5189",4336464,2008,8,2,1 -"5190",4336464,2008,9,1,1 -"5191",4336464,2008,10,2,1 -"5192",4336464,2009,3,1,1 -"5193",4336464,2009,4,1,1 -"5194",4336464,2009,5,1,1 -"5195",4336464,2009,6,1,1 -"5196",4336464,2009,7,1,1 -"5197",4336464,2009,8,1,1 -"5198",4336464,2009,9,2,1 -"5199",4336464,2009,10,1,1 -"5200",4336464,2010,3,2,1 -"5201",4336464,2010,6,2,1 -"5202",4336464,2010,8,2,1 -"5203",4336464,2010,9,2,1 -"5204",4336464,2010,10,1,1 -"5205",4336464,2010,12,2,1 -"5206",4336464,2011,5,2,1 -"5207",4336464,2011,6,1,1 -"5208",4336464,2011,7,1,1 -"5209",4336464,2011,8,1,1 -"5210",4336464,2011,9,2,1 -"5211",4336464,2011,12,1,1 -"5212",4336464,2012,1,2,1 -"5213",4336464,2012,3,1,1 -"5214",4336464,2012,5,1,1 -"5215",4336464,2012,6,1,1 -"5216",4336464,2012,7,1,1 -"5217",4336464,2012,9,3,1 -"5218",4336464,2012,10,2,1 -"5219",4336464,2013,4,1,1 -"5220",4336464,2013,6,2,1 -"5221",4336464,2013,7,2,1 -"5222",4336464,2013,9,2,1 -"5223",4336464,2013,10,1,1 -"5224",4336464,2013,11,1,1 -"5225",4336464,2014,1,1,1 -"5226",4336464,2014,2,2,1 -"5227",4336464,2014,4,2,1 -"5228",4336464,2014,5,2,1 -"5229",4336464,2014,10,1,1 -"5230",4336464,2014,12,1,1 -"5231",4336464,2015,1,2,1 -"5232",4336464,2015,2,1,1 -"5233",4336464,2015,4,1,1 -"5234",4336464,2015,5,2,1 -"5235",4336464,2015,6,1,1 -"5236",4336464,2015,8,3,1 -"5237",4336464,2015,9,1,1 -"5238",4336464,2016,4,2,1 -"5239",4336464,2016,5,4,1 -"5240",4336464,2016,7,2,1 -"5241",4336464,2016,8,3,1 -"5242",4336464,2016,9,2,1 -"5243",4336464,2016,10,3,1 -"5244",4336464,2016,11,1,1 -"5245",4336464,2016,12,4,1 -"5246",4336464,2017,1,1,1 -"5247",4336464,2017,2,1,1 -"5248",4336464,2017,5,1,1 -"5249",4336464,2017,8,4,1 -"5250",4336464,2017,9,3,1 -"5251",4336464,2017,10,1,1 -"5252",4336464,2017,12,4,1 -"5253",4336464,2018,2,1,1 -"5254",4336464,2018,3,3,1 -"5255",4336464,2018,4,1,1 -"5256",4336464,2018,5,1,2 -"5257",4336464,2018,6,3,1 -"5258",4336464,2018,7,4,1.25 -"5259",4336464,2018,8,2,1 -"5260",4336464,2018,9,1,2 -"5261",4336464,2018,11,2,1 -"5262",4336464,2018,12,1,1 -"5263",4336464,2019,1,1,1 -"5264",4336464,2019,3,2,1 -"5265",4336464,2019,4,1,1 -"5266",4336464,2019,5,2,1 -"5267",4336464,2019,6,2,1 -"5268",4336464,2019,7,2,1 -"5269",4336464,2019,8,2,1 -"5270",4336464,2019,9,1,1 -"5271",4336464,2019,10,3,1 -"5272",4336464,2019,11,1,1 -"5273",4336464,2019,12,4,1 -"5274",4336464,2020,1,3,1.33333333333333 -"5275",4336464,2020,3,1,1 -"5276",4336464,2020,4,3,1 -"5277",4336464,2020,7,3,1 -"5278",4336464,2020,8,2,1 -"5279",4336464,2020,9,1,1 -"5280",4336464,2020,11,2,1 -"5281",4336464,2020,12,2,1 -"5282",4336464,2021,1,2,1 -"5283",4336464,2021,4,2,1 -"5284",4336464,2021,6,2,1 -"5285",4336464,2021,7,2,1 -"5286",4336464,2021,8,3,1 -"5287",4336464,2021,9,3,1 -"5288",4336464,2021,10,2,1 -"5289",4336464,2021,11,4,1 -"5290",4336464,2021,12,1,1 -"5291",4336464,2022,2,2,1 -"5292",4336464,2022,3,1,1 -"5293",4336464,2022,4,3,1 -"5294",4336464,2022,5,1,1 -"5295",4336464,2022,6,1,1 -"5296",4336464,2022,7,2,1 -"5297",4336464,2022,8,2,1 -"5298",4336464,2022,9,1,1 -"5299",4336464,2022,10,2,1 -"5300",4336464,2022,11,1,1 -"5301",4336464,2022,12,2,1 -"5302",4336464,2023,1,3,1 -"5303",4336464,2023,2,2,1 -"5304",4336464,2023,4,2,1 -"5305",4336464,2023,5,1,1 -"5306",4353713,2018,1,1,1 -"5307",4353713,2019,2,1,1 -"5308",4353713,2021,7,1,1 -"5309",4353717,2016,10,1,1 -"5310",4353717,2021,5,1,1 -"5311",4353717,2022,12,1,1 -"5312",4353843,2002,3,1,1 -"5313",4353843,2015,9,1,1 -"5314",4353843,2021,9,1,1 -"5315",4353843,2021,10,1,1 -"5316",4353843,2021,12,1,1 -"5317",4353843,2023,4,1,1 -"5318",4354252,2018,1,1,1 -"5319",4354252,2019,8,1,1 -"5320",4354252,2020,8,1,1 -"5321",4354252,2021,2,1,1 -"5322",4354252,2021,6,1,1 -"5323",4354252,2021,11,1,1 -"5324",19018935,1970,3,1,1 -"5325",19018935,1970,9,1,2 -"5326",19018935,1971,9,1,1 -"5327",19018935,1974,10,1,1 -"5328",19018935,1975,7,1,2 -"5329",19018935,1975,12,2,2 -"5330",19018935,1977,5,2,4 -"5331",19018935,1977,6,1,2 -"5332",19018935,1977,7,1,1 -"5333",19018935,1978,12,1,2 -"5334",19018935,1979,4,2,1.5 -"5335",19018935,1979,11,1,2 -"5336",19018935,1980,3,1,1 -"5337",19018935,1980,11,1,1 -"5338",19018935,1981,3,1,5 -"5339",19018935,1981,4,1,2 -"5340",19018935,1981,7,1,4 -"5341",19018935,1981,12,1,1 -"5342",19018935,1982,6,1,11 -"5343",19018935,1982,8,1,2 -"5344",19018935,1982,12,2,2 -"5345",19018935,1983,1,1,2 -"5346",19018935,1983,7,2,1 -"5347",19018935,1983,12,2,15 -"5348",19018935,1984,2,1,1 -"5349",19018935,1984,3,1,1 -"5350",19018935,1984,5,1,1 -"5351",19018935,1984,7,1,2 -"5352",19018935,1984,8,1,1 -"5353",19018935,1984,10,1,1 -"5354",19018935,1984,11,1,3 -"5355",19018935,1984,12,1,17 -"5356",19018935,1985,3,1,2 -"5357",19018935,1985,4,1,2 -"5358",19018935,1985,5,1,3 -"5359",19018935,1985,6,1,2 -"5360",19018935,1986,4,1,2 -"5361",19018935,1986,5,1,1 -"5362",19018935,1986,9,1,1 -"5363",19018935,1986,11,1,1 -"5364",19018935,1987,1,2,3 -"5365",19018935,1987,5,3,3 -"5366",19018935,1987,10,1,2 -"5367",19018935,1987,11,1,1 -"5368",19018935,1988,1,1,2 -"5369",19018935,1988,6,1,1 -"5370",19018935,1989,4,1,1 -"5371",19018935,1989,5,1,2 -"5372",19018935,1989,6,1,3 -"5373",19018935,1989,7,1,1 -"5374",19018935,1989,10,1,1 -"5375",19018935,1990,1,2,3.5 -"5376",19018935,1990,2,1,2 -"5377",19018935,1990,5,3,1.66666666666667 -"5378",19018935,1990,6,2,2 -"5379",19018935,1990,8,1,2 -"5380",19018935,1990,12,2,4 -"5381",19018935,1991,1,1,1 -"5382",19018935,1991,2,1,2 -"5383",19018935,1991,3,1,2 -"5384",19018935,1991,4,1,1 -"5385",19018935,1991,5,1,15 -"5386",19018935,1991,6,2,2.5 -"5387",19018935,1991,7,1,2 -"5388",19018935,1991,8,4,2.75 -"5389",19018935,1991,10,2,2.5 -"5390",19018935,1992,1,1,2 -"5391",19018935,1992,3,1,4 -"5392",19018935,1992,7,1,3 -"5393",19018935,1992,8,2,1.5 -"5394",19018935,1992,9,2,1 -"5395",19018935,1992,10,1,2 -"5396",19018935,1993,1,1,1 -"5397",19018935,1993,2,2,2 -"5398",19018935,1993,5,1,2 -"5399",19018935,1993,6,1,6 -"5400",19018935,1993,7,1,1 -"5401",19018935,1993,10,2,2 -"5402",19018935,1993,11,1,1 -"5403",19018935,1994,3,1,2 -"5404",19018935,1994,4,1,2 -"5405",19018935,1994,6,2,1.5 -"5406",19018935,1994,8,1,1 -"5407",19018935,1994,9,1,1 -"5408",19018935,1994,12,2,5 -"5409",19018935,1995,3,1,2 -"5410",19018935,1995,6,1,2 -"5411",19018935,1995,7,1,5 -"5412",19018935,1995,9,2,1 -"5413",19018935,1995,11,1,2 -"5414",19018935,1995,12,3,1.66666666666667 -"5415",19018935,1996,3,1,2 -"5416",19018935,1996,6,2,2 -"5417",19018935,1996,7,1,2 -"5418",19018935,1996,8,1,1 -"5419",19018935,1996,10,3,2.33333333333333 -"5420",19018935,1996,12,1,2 -"5421",19018935,1997,1,1,2 -"5422",19018935,1997,5,3,1.66666666666667 -"5423",19018935,1997,6,2,2 -"5424",19018935,1997,8,2,1.5 -"5425",19018935,1997,9,5,2 -"5426",19018935,1997,10,1,2 -"5427",19018935,1998,2,3,1.33333333333333 -"5428",19018935,1998,3,2,5 -"5429",19018935,1998,4,2,2 -"5430",19018935,1998,6,2,2.5 -"5431",19018935,1998,8,3,2.66666666666667 -"5432",19018935,1998,10,1,2 -"5433",19018935,1998,11,1,1 -"5434",19018935,1998,12,1,2 -"5435",19018935,1999,2,1,1 -"5436",19018935,1999,4,1,2 -"5437",19018935,1999,5,2,3.5 -"5438",19018935,1999,6,1,2 -"5439",19018935,1999,7,2,3 -"5440",19018935,1999,9,1,1 -"5441",19018935,1999,11,2,2.5 -"5442",19018935,2000,1,2,1.5 -"5443",19018935,2000,2,4,2.25 -"5444",19018935,2000,3,5,1.6 -"5445",19018935,2000,6,2,1 -"5446",19018935,2000,7,1,2 -"5447",19018935,2000,8,2,1.5 -"5448",19018935,2000,10,1,2 -"5449",19018935,2000,11,3,1 -"5450",19018935,2000,12,1,1 -"5451",19018935,2001,2,1,2 -"5452",19018935,2001,4,2,2.5 -"5453",19018935,2001,6,4,1.5 -"5454",19018935,2001,7,2,2 -"5455",19018935,2001,9,1,1 -"5456",19018935,2001,10,1,2 -"5457",19018935,2001,12,1,2 -"5458",19018935,2002,1,3,1.66666666666667 -"5459",19018935,2002,2,1,1 -"5460",19018935,2002,3,3,1.66666666666667 -"5461",19018935,2002,5,3,4.66666666666667 -"5462",19018935,2002,6,3,1.66666666666667 -"5463",19018935,2002,7,1,1 -"5464",19018935,2002,8,1,2 -"5465",19018935,2002,9,1,1 -"5466",19018935,2002,12,4,1.75 -"5467",19018935,2003,1,3,2 -"5468",19018935,2003,2,4,1.5 -"5469",19018935,2003,5,4,1.75 -"5470",19018935,2003,6,3,2.66666666666667 -"5471",19018935,2003,8,2,2 -"5472",19018935,2003,9,2,2 -"5473",19018935,2003,10,1,2 -"5474",19018935,2003,11,1,2 -"5475",19018935,2003,12,1,2 -"5476",19018935,2004,1,3,1.33333333333333 -"5477",19018935,2004,2,1,3 -"5478",19018935,2004,3,2,2 -"5479",19018935,2004,4,2,1.5 -"5480",19018935,2004,5,2,2 -"5481",19018935,2004,6,1,2 -"5482",19018935,2004,7,3,4.33333333333333 -"5483",19018935,2004,8,3,2.66666666666667 -"5484",19018935,2004,10,2,3.5 -"5485",19018935,2004,11,2,4 -"5486",19018935,2004,12,2,1.5 -"5487",19018935,2005,1,1,3 -"5488",19018935,2005,2,1,2 -"5489",19018935,2005,3,3,2.66666666666667 -"5490",19018935,2005,4,2,2 -"5491",19018935,2005,5,1,1 -"5492",19018935,2005,6,1,25 -"5493",19018935,2005,7,1,2 -"5494",19018935,2005,9,3,2.66666666666667 -"5495",19018935,2005,10,1,1 -"5496",19018935,2005,12,2,2 -"5497",19018935,2006,1,2,1.5 -"5498",19018935,2006,2,2,1 -"5499",19018935,2006,3,1,2 -"5500",19018935,2006,4,4,2 -"5501",19018935,2006,6,1,2 -"5502",19018935,2006,7,2,1 -"5503",19018935,2006,8,1,2 -"5504",19018935,2006,9,3,2 -"5505",19018935,2006,10,2,1.5 -"5506",19018935,2006,11,1,1 -"5507",19018935,2006,12,2,1.5 -"5508",19018935,2007,2,2,1.5 -"5509",19018935,2007,3,1,2 -"5510",19018935,2007,4,3,1.66666666666667 -"5511",19018935,2007,6,3,1.66666666666667 -"5512",19018935,2007,9,1,1 -"5513",19018935,2007,10,2,2.5 -"5514",19018935,2007,11,2,1.5 -"5515",19018935,2007,12,4,1.75 -"5516",19018935,2008,1,1,1 -"5517",19018935,2008,2,1,1 -"5518",19018935,2008,3,4,1.25 -"5519",19018935,2008,5,3,2.33333333333333 -"5520",19018935,2008,6,1,1 -"5521",19018935,2008,7,2,2 -"5522",19018935,2008,8,2,1.5 -"5523",19018935,2008,9,2,1.5 -"5524",19018935,2008,10,2,2 -"5525",19018935,2008,11,1,1 -"5526",19018935,2009,1,5,1.8 -"5527",19018935,2009,2,1,1 -"5528",19018935,2009,3,4,1.75 -"5529",19018935,2009,4,4,1.75 -"5530",19018935,2009,5,1,1 -"5531",19018935,2009,6,2,9.5 -"5532",19018935,2009,7,2,3 -"5533",19018935,2009,8,2,1 -"5534",19018935,2009,9,4,2 -"5535",19018935,2009,10,2,3 -"5536",19018935,2009,11,2,1.5 -"5537",19018935,2009,12,3,3.66666666666667 -"5538",19018935,2010,1,1,1 -"5539",19018935,2010,2,3,1.66666666666667 -"5540",19018935,2010,3,1,2 -"5541",19018935,2010,4,2,1 -"5542",19018935,2010,5,4,2 -"5543",19018935,2010,6,2,2.5 -"5544",19018935,2010,7,1,1 -"5545",19018935,2010,9,3,2 -"5546",19018935,2010,10,2,1 -"5547",19018935,2010,11,1,2 -"5548",19018935,2011,1,6,1.5 -"5549",19018935,2011,2,1,1 -"5550",19018935,2011,3,1,2 -"5551",19018935,2011,4,2,1 -"5552",19018935,2011,5,1,2 -"5553",19018935,2011,6,2,2.5 -"5554",19018935,2011,7,4,1.75 -"5555",19018935,2011,8,2,1.5 -"5556",19018935,2011,9,4,2.25 -"5557",19018935,2011,10,3,1.33333333333333 -"5558",19018935,2011,11,1,1 -"5559",19018935,2011,12,2,1 -"5560",19018935,2012,1,3,1.33333333333333 -"5561",19018935,2012,2,1,2 -"5562",19018935,2012,3,2,1.5 -"5563",19018935,2012,4,3,1.33333333333333 -"5564",19018935,2012,5,2,2 -"5565",19018935,2012,6,1,2 -"5566",19018935,2012,7,2,2.5 -"5567",19018935,2012,8,1,1 -"5568",19018935,2012,9,5,1.2 -"5569",19018935,2012,10,2,1.5 -"5570",19018935,2012,11,2,1.5 -"5571",19018935,2012,12,5,2 -"5572",19018935,2013,2,2,1.5 -"5573",19018935,2013,3,3,2 -"5574",19018935,2013,4,2,1.5 -"5575",19018935,2013,6,2,1.5 -"5576",19018935,2013,7,2,1.5 -"5577",19018935,2013,8,1,1 -"5578",19018935,2013,9,1,2 -"5579",19018935,2013,10,3,3.66666666666667 -"5580",19018935,2013,11,2,2 -"5581",19018935,2013,12,3,2 -"5582",19018935,2014,1,2,2 -"5583",19018935,2014,2,4,9 -"5584",19018935,2014,3,1,1 -"5585",19018935,2014,4,2,19 -"5586",19018935,2014,5,3,1.66666666666667 -"5587",19018935,2014,6,2,1.5 -"5588",19018935,2014,7,6,2.33333333333333 -"5589",19018935,2014,8,6,2 -"5590",19018935,2014,9,1,1 -"5591",19018935,2014,10,1,2 -"5592",19018935,2014,11,3,1.66666666666667 -"5593",19018935,2014,12,4,2.5 -"5594",19018935,2015,1,2,2 -"5595",19018935,2015,2,3,2 -"5596",19018935,2015,3,6,6.5 -"5597",19018935,2015,4,2,1.5 -"5598",19018935,2015,5,5,3.8 -"5599",19018935,2015,6,2,2 -"5600",19018935,2015,7,4,2.5 -"5601",19018935,2015,8,1,1 -"5602",19018935,2015,9,5,2 -"5603",19018935,2015,10,2,1.5 -"5604",19018935,2015,11,3,3.66666666666667 -"5605",19018935,2015,12,1,1 -"5606",19018935,2016,1,4,2.25 -"5607",19018935,2016,2,2,2 -"5608",19018935,2016,3,1,3 -"5609",19018935,2016,4,2,3 -"5610",19018935,2016,5,6,3 -"5611",19018935,2016,6,3,1.33333333333333 -"5612",19018935,2016,7,3,1.66666666666667 -"5613",19018935,2016,8,4,1.5 -"5614",19018935,2016,9,1,2 -"5615",19018935,2016,10,2,1.5 -"5616",19018935,2016,12,1,2 -"5617",19018935,2017,1,2,1 -"5618",19018935,2017,2,1,2 -"5619",19018935,2017,3,4,1.75 -"5620",19018935,2017,4,3,2 -"5621",19018935,2017,5,4,1.25 -"5622",19018935,2017,6,5,3 -"5623",19018935,2017,8,4,2.25 -"5624",19018935,2017,9,1,2 -"5625",19018935,2017,10,4,1.75 -"5626",19018935,2017,11,3,4.33333333333333 -"5627",19018935,2017,12,2,2 -"5628",19018935,2018,1,1,1 -"5629",19018935,2018,2,2,1.5 -"5630",19018935,2018,3,5,2.2 -"5631",19018935,2018,4,4,1.25 -"5632",19018935,2018,5,1,2 -"5633",19018935,2018,6,2,2 -"5634",19018935,2018,7,2,2 -"5635",19018935,2018,8,7,4.42857142857143 -"5636",19018935,2018,9,1,1 -"5637",19018935,2018,10,4,1.75 -"5638",19018935,2018,11,3,1.33333333333333 -"5639",19018935,2018,12,4,1.5 -"5640",19018935,2019,1,3,1.66666666666667 -"5641",19018935,2019,2,2,2 -"5642",19018935,2019,3,2,1.5 -"5643",19018935,2019,4,2,3 -"5644",19018935,2019,5,4,4.25 -"5645",19018935,2019,6,3,2.33333333333333 -"5646",19018935,2019,7,3,1.33333333333333 -"5647",19018935,2019,8,4,1.25 -"5648",19018935,2019,9,3,10 -"5649",19018935,2019,10,4,2 -"5650",19018935,2019,11,2,1 -"5651",19018935,2019,12,2,2.5 -"5652",19018935,2020,1,6,3.66666666666667 -"5653",19018935,2020,2,1,1 -"5654",19018935,2020,3,2,1.5 -"5655",19018935,2020,4,1,2 -"5656",19018935,2020,5,3,3.66666666666667 -"5657",19018935,2020,6,5,2.8 -"5658",19018935,2020,7,2,3 -"5659",19018935,2020,8,7,2.14285714285714 -"5660",19018935,2020,9,2,1.5 -"5661",19018935,2020,10,4,1.75 -"5662",19018935,2020,11,5,2 -"5663",19018935,2020,12,5,2.6 -"5664",19018935,2021,1,3,2 -"5665",19018935,2021,2,1,2 -"5666",19018935,2021,3,3,2 -"5667",19018935,2021,4,3,2.66666666666667 -"5668",19018935,2021,5,4,1.75 -"5669",19018935,2021,6,1,5 -"5670",19018935,2021,7,6,5.83333333333333 -"5671",19018935,2021,8,2,2.5 -"5672",19018935,2021,9,3,1.33333333333333 -"5673",19018935,2021,10,4,2 -"5674",19018935,2021,11,3,1.66666666666667 -"5675",19018935,2021,12,3,1.33333333333333 -"5676",19018935,2022,1,4,1.25 -"5677",19018935,2022,2,8,2.5 -"5678",19018935,2022,3,4,1.5 -"5679",19018935,2022,4,7,1.85714285714286 -"5680",19018935,2022,5,7,1.71428571428571 -"5681",19018935,2022,6,3,2.33333333333333 -"5682",19018935,2022,7,5,3.4 -"5683",19018935,2022,8,4,2 -"5684",19018935,2022,9,2,1.5 -"5685",19018935,2022,10,6,2 -"5686",19018935,2022,11,2,2.5 -"5687",19018935,2022,12,4,1.75 -"5688",19018935,2023,1,1,1 -"5689",19018935,2023,2,3,1.66666666666667 -"5690",19018935,2023,3,3,1.33333333333333 -"5691",19018935,2023,4,4,2.75 -"5692",19018935,2023,5,3,1.66666666666667 -"5693",19018935,2023,6,2,2 -"5694",19075601,1997,1,22,2.22727272727273 -"5695",19075601,1997,2,21,2.23809523809524 -"5696",19075601,1997,3,17,1.88235294117647 -"5697",19075601,1997,4,24,2.16666666666667 -"5698",19075601,1997,5,19,1.73684210526316 -"5699",19075601,1997,6,20,1.95 -"5700",19075601,1997,7,31,2.48387096774194 -"5701",19075601,1997,8,18,2 -"5702",19075601,1997,9,30,1.86666666666667 -"5703",19075601,1997,10,27,1.59259259259259 -"5704",19075601,1997,11,25,2.16 -"5705",19075601,1997,12,18,2 -"5706",19075601,1998,1,9,2.11111111111111 -"5707",19075601,1998,2,3,1.66666666666667 -"5708",19075601,1998,3,6,1.66666666666667 -"5709",19075601,1998,4,4,1.5 -"5710",19075601,1998,5,2,1 -"5711",19075601,1998,6,3,2.33333333333333 -"5712",19075601,1998,7,2,1.5 -"5713",19075601,1998,8,5,2.2 -"5714",19075601,1998,9,5,1.6 -"5715",19075601,1998,10,5,1.6 -"5716",19075601,1998,11,3,1.33333333333333 -"5717",19075601,1998,12,4,1.25 -"5718",19075601,1999,1,7,6 -"5719",19075601,1999,2,2,1.5 -"5720",19075601,1999,3,3,2.33333333333333 -"5721",19075601,1999,4,2,4 -"5722",19075601,1999,5,6,1.83333333333333 -"5723",19075601,1999,6,7,3 -"5724",19075601,1999,7,1,2 -"5725",19075601,1999,8,5,1.4 -"5726",19075601,1999,9,3,2.66666666666667 -"5727",19075601,1999,10,4,9 -"5728",19075601,1999,11,4,1.5 -"5729",19075601,1999,12,7,1.42857142857143 -"5730",19075601,2000,1,4,3.25 -"5731",19075601,2000,3,3,2 -"5732",19075601,2000,4,2,1 -"5733",19075601,2000,5,3,2.33333333333333 -"5734",19075601,2000,6,5,1.6 -"5735",19075601,2000,7,3,1.66666666666667 -"5736",19075601,2000,8,2,1.5 -"5737",19075601,2000,9,2,1 -"5738",19075601,2000,10,5,1.4 -"5739",19075601,2000,11,4,1.75 -"5740",19075601,2000,12,6,4.66666666666667 -"5741",19075601,2001,1,5,1.6 -"5742",19075601,2001,2,4,1.5 -"5743",19075601,2001,3,1,1 -"5744",19075601,2001,4,7,1.14285714285714 -"5745",19075601,2001,5,6,2.16666666666667 -"5746",19075601,2001,6,3,3.33333333333333 -"5747",19075601,2001,7,7,2.14285714285714 -"5748",19075601,2001,8,4,1.5 -"5749",19075601,2001,9,4,1.25 -"5750",19075601,2001,10,3,2 -"5751",19075601,2001,11,4,7.25 -"5752",19075601,2001,12,9,1.66666666666667 -"5753",19075601,2002,1,2,1 -"5754",19075601,2002,3,6,1.33333333333333 -"5755",19075601,2002,4,4,1.75 -"5756",19075601,2002,5,7,1.85714285714286 -"5757",19075601,2002,6,2,1.5 -"5758",19075601,2002,7,11,1.36363636363636 -"5759",19075601,2002,8,4,1 -"5760",19075601,2002,9,2,1 -"5761",19075601,2002,10,4,1 -"5762",19075601,2002,11,4,1.25 -"5763",19075601,2002,12,6,1.83333333333333 -"5764",19075601,2003,1,4,2.5 -"5765",19075601,2003,2,4,1 -"5766",19075601,2003,3,4,1.5 -"5767",19075601,2003,4,3,3.66666666666667 -"5768",19075601,2003,5,5,1.4 -"5769",19075601,2003,6,2,1.5 -"5770",19075601,2003,7,6,2.66666666666667 -"5771",19075601,2003,8,2,3 -"5772",19075601,2003,9,7,1.28571428571429 -"5773",19075601,2003,10,10,1.4 -"5774",19075601,2003,11,7,1.57142857142857 -"5775",19075601,2003,12,6,2 -"5776",19075601,2004,1,6,1.16666666666667 -"5777",19075601,2004,2,5,1.2 -"5778",19075601,2004,3,6,1.66666666666667 -"5779",19075601,2004,4,2,1 -"5780",19075601,2004,5,4,1.25 -"5781",19075601,2004,6,7,2.28571428571429 -"5782",19075601,2004,7,8,1.5 -"5783",19075601,2004,8,4,1.25 -"5784",19075601,2004,9,2,1.5 -"5785",19075601,2004,10,2,1 -"5786",19075601,2004,11,3,3.33333333333333 -"5787",19075601,2004,12,4,2.25 -"5788",19075601,2005,2,10,1.8 -"5789",19075601,2005,3,3,1.33333333333333 -"5790",19075601,2005,4,8,1.25 -"5791",19075601,2005,5,3,1.66666666666667 -"5792",19075601,2005,6,9,2 -"5793",19075601,2005,8,4,1.25 -"5794",19075601,2005,9,5,2.4 -"5795",19075601,2005,10,6,1.16666666666667 -"5796",19075601,2005,11,8,1.875 -"5797",19075601,2005,12,2,1 -"5798",19075601,2006,1,7,1.57142857142857 -"5799",19075601,2006,2,6,1.5 -"5800",19075601,2006,3,2,2 -"5801",19075601,2006,4,1,1 -"5802",19075601,2006,5,7,1.71428571428571 -"5803",19075601,2006,6,8,4.75 -"5804",19075601,2006,7,3,2 -"5805",19075601,2006,8,6,1.16666666666667 -"5806",19075601,2006,9,2,2 -"5807",19075601,2006,10,6,1.16666666666667 -"5808",19075601,2006,11,2,2 -"5809",19075601,2006,12,7,1.42857142857143 -"5810",19075601,2007,1,8,1.75 -"5811",19075601,2007,2,3,1 -"5812",19075601,2007,3,8,2.625 -"5813",19075601,2007,4,8,2.875 -"5814",19075601,2007,5,9,1.66666666666667 -"5815",19075601,2007,6,5,1.4 -"5816",19075601,2007,7,6,1.33333333333333 -"5817",19075601,2007,8,5,2.8 -"5818",19075601,2007,9,7,4.14285714285714 -"5819",19075601,2007,10,1,2 -"5820",19075601,2007,11,5,4.4 -"5821",19075601,2007,12,3,1.33333333333333 -"5822",19075601,2008,1,3,1 -"5823",19075601,2008,2,3,1.33333333333333 -"5824",19075601,2008,3,5,1.4 -"5825",19075601,2008,4,5,1.2 -"5826",19075601,2008,5,4,1.75 -"5827",19075601,2008,6,5,1.4 -"5828",19075601,2008,7,5,2 -"5829",19075601,2008,8,6,1.66666666666667 -"5830",19075601,2008,9,6,2 -"5831",19075601,2008,10,10,1.5 -"5832",19075601,2008,11,8,1.25 -"5833",19075601,2008,12,1,2 -"5834",19075601,2009,1,3,1.66666666666667 -"5835",19075601,2009,2,4,2 -"5836",19075601,2009,3,3,1 -"5837",19075601,2009,4,4,1.75 -"5838",19075601,2009,5,3,1.33333333333333 -"5839",19075601,2009,6,6,1.33333333333333 -"5840",19075601,2009,7,4,1.5 -"5841",19075601,2009,8,4,2 -"5842",19075601,2009,9,8,1.75 -"5843",19075601,2009,10,4,1 -"5844",19075601,2009,11,2,3.5 -"5845",19075601,2009,12,4,1.5 -"5846",19075601,2010,2,4,1.25 -"5847",19075601,2010,3,7,1.57142857142857 -"5848",19075601,2010,4,2,2 -"5849",19075601,2010,5,2,1.5 -"5850",19075601,2010,6,8,1.75 -"5851",19075601,2010,7,5,1.4 -"5852",19075601,2010,8,6,1.33333333333333 -"5853",19075601,2010,9,8,1.375 -"5854",19075601,2010,10,5,1.6 -"5855",19075601,2010,11,5,2.6 -"5856",19075601,2010,12,9,1.22222222222222 -"5857",19075601,2011,1,9,1.11111111111111 -"5858",19075601,2011,2,2,1 -"5859",19075601,2011,3,5,1.2 -"5860",19075601,2011,4,1,1 -"5861",19075601,2011,5,7,1.14285714285714 -"5862",19075601,2011,6,3,1 -"5863",19075601,2011,7,11,1.72727272727273 -"5864",19075601,2011,8,4,1.25 -"5865",19075601,2011,9,9,1.44444444444444 -"5866",19075601,2011,10,4,1.5 -"5867",19075601,2011,11,3,3 -"5868",19075601,2011,12,7,1.42857142857143 -"5869",19075601,2012,1,8,1.5 -"5870",19075601,2012,2,2,6 -"5871",19075601,2012,3,6,1.5 -"5872",19075601,2012,4,5,1.2 -"5873",19075601,2012,5,5,1.8 -"5874",19075601,2012,6,4,1.25 -"5875",19075601,2012,7,9,1.44444444444444 -"5876",19075601,2012,8,8,1.75 -"5877",19075601,2012,9,8,2.5 -"5878",19075601,2012,10,7,1.28571428571429 -"5879",19075601,2012,11,5,5.8 -"5880",19075601,2012,12,6,1.83333333333333 -"5881",19075601,2013,1,5,1.6 -"5882",19075601,2013,2,2,2.5 -"5883",19075601,2013,3,10,2 -"5884",19075601,2013,4,7,1.42857142857143 -"5885",19075601,2013,5,4,2.25 -"5886",19075601,2013,6,9,1.44444444444444 -"5887",19075601,2013,7,7,1.14285714285714 -"5888",19075601,2013,8,6,1.5 -"5889",19075601,2013,9,6,1.33333333333333 -"5890",19075601,2013,10,6,2.33333333333333 -"5891",19075601,2013,11,6,1.16666666666667 -"5892",19075601,2013,12,7,1.42857142857143 -"5893",19075601,2014,1,11,1.36363636363636 -"5894",19075601,2014,2,4,1.5 -"5895",19075601,2014,3,4,1.75 -"5896",19075601,2014,4,10,1.4 -"5897",19075601,2014,5,10,1.4 -"5898",19075601,2014,6,5,1.6 -"5899",19075601,2014,7,4,1 -"5900",19075601,2014,8,4,1.25 -"5901",19075601,2014,9,8,1.5 -"5902",19075601,2014,10,9,1.44444444444444 -"5903",19075601,2014,11,10,2.1 -"5904",19075601,2014,12,5,3.2 -"5905",19075601,2015,1,10,1.7 -"5906",19075601,2015,2,6,1.33333333333333 -"5907",19075601,2015,3,12,1.58333333333333 -"5908",19075601,2015,4,12,4.33333333333333 -"5909",19075601,2015,5,12,1.25 -"5910",19075601,2015,6,8,1.375 -"5911",19075601,2015,7,11,1.36363636363636 -"5912",19075601,2015,8,13,1.61538461538462 -"5913",19075601,2015,9,5,2 -"5914",19075601,2015,10,11,1.54545454545455 -"5915",19075601,2015,11,10,2.4 -"5916",19075601,2015,12,5,1 -"5917",19075601,2016,1,6,1.33333333333333 -"5918",19075601,2016,2,10,1.3 -"5919",19075601,2016,3,5,2 -"5920",19075601,2016,4,10,1.2 -"5921",19075601,2016,5,11,1.27272727272727 -"5922",19075601,2016,6,6,2.5 -"5923",19075601,2016,7,7,1.42857142857143 -"5924",19075601,2016,8,9,1.44444444444444 -"5925",19075601,2016,9,9,1.33333333333333 -"5926",19075601,2016,10,11,1.18181818181818 -"5927",19075601,2016,11,8,1.5 -"5928",19075601,2016,12,10,1.3 -"5929",19075601,2017,1,9,2.11111111111111 -"5930",19075601,2017,2,5,1.6 -"5931",19075601,2017,3,7,2.57142857142857 -"5932",19075601,2017,4,10,1.1 -"5933",19075601,2017,5,6,1 -"5934",19075601,2017,6,9,1.22222222222222 -"5935",19075601,2017,7,9,1.66666666666667 -"5936",19075601,2017,8,13,1.46153846153846 -"5937",19075601,2017,9,12,1.08333333333333 -"5938",19075601,2017,10,7,1.85714285714286 -"5939",19075601,2017,11,11,1.63636363636364 -"5940",19075601,2017,12,13,1.30769230769231 -"5941",19075601,2018,1,13,1.84615384615385 -"5942",19075601,2018,2,9,2.11111111111111 -"5943",19075601,2018,3,11,1.54545454545455 -"5944",19075601,2018,4,11,2.36363636363636 -"5945",19075601,2018,5,11,1.54545454545455 -"5946",19075601,2018,6,11,1.18181818181818 -"5947",19075601,2018,7,9,1.33333333333333 -"5948",19075601,2018,8,8,1.75 -"5949",19075601,2018,9,16,1.625 -"5950",19075601,2018,10,8,1.375 -"5951",19075601,2018,11,13,1.46153846153846 -"5952",19075601,2018,12,14,1.35714285714286 -"5953",19075601,2019,1,10,1.2 -"5954",19075601,2019,2,12,1.58333333333333 -"5955",19075601,2019,3,12,2.5 -"5956",19075601,2019,4,9,1.33333333333333 -"5957",19075601,2019,5,12,2.33333333333333 -"5958",19075601,2019,6,5,1.2 -"5959",19075601,2019,7,19,1.26315789473684 -"5960",19075601,2019,8,10,1.5 -"5961",19075601,2019,9,7,1.42857142857143 -"5962",19075601,2019,10,17,1.41176470588235 -"5963",19075601,2019,11,6,1.5 -"5964",19075601,2019,12,17,1.47058823529412 -"5965",19075601,2020,1,9,1.33333333333333 -"5966",19075601,2020,2,11,2 -"5967",19075601,2020,3,8,2.25 -"5968",19075601,2020,4,10,1.2 -"5969",19075601,2020,5,8,1.75 -"5970",19075601,2020,6,8,3 -"5971",19075601,2020,7,12,1.5 -"5972",19075601,2020,8,13,1.46153846153846 -"5973",19075601,2020,9,12,1.41666666666667 -"5974",19075601,2020,10,7,1.42857142857143 -"5975",19075601,2020,11,12,1.16666666666667 -"5976",19075601,2020,12,7,1.85714285714286 -"5977",19075601,2021,1,11,1.54545454545455 -"5978",19075601,2021,2,7,1.42857142857143 -"5979",19075601,2021,3,12,2.33333333333333 -"5980",19075601,2021,4,5,1.2 -"5981",19075601,2021,5,14,1.35714285714286 -"5982",19075601,2021,6,10,1.1 -"5983",19075601,2021,7,7,1 -"5984",19075601,2021,8,14,1.07142857142857 -"5985",19075601,2021,9,7,1 -"5986",19075601,2021,10,8,1.25 -"5987",19075601,2021,11,10,1.8 -"5988",19075601,2021,12,10,1.5 -"5989",19075601,2022,1,1,1 -"5990",19075601,2022,2,15,1.6 -"5991",19075601,2022,3,15,1.8 -"5992",19075601,2022,4,13,1.23076923076923 -"5993",19075601,2022,5,12,1.08333333333333 -"5994",19075601,2022,6,13,1.53846153846154 -"5995",19075601,2022,7,10,1.1 -"5996",19075601,2022,8,14,1.35714285714286 -"5997",19075601,2022,9,7,1.57142857142857 -"5998",19075601,2022,10,12,1.16666666666667 -"5999",19075601,2022,11,11,1.81818181818182 -"6000",19075601,2022,12,12,1.16666666666667 -"6001",19075601,2023,1,15,1.8 -"6002",19075601,2023,2,6,1.5 -"6003",19075601,2023,3,7,2.57142857142857 -"6004",19075601,2023,4,18,1.33333333333333 -"6005",19075601,2023,5,12,1.41666666666667 -"6006",19075601,2023,6,4,1.75 -"6007",19126352,1933,3,1,2 -"6008",19126352,1933,6,1,2 -"6009",19126352,1934,6,1,1 -"6010",19126352,1934,12,1,2 -"6011",19126352,1935,10,1,2 -"6012",19126352,1935,11,1,6 -"6013",19126352,1939,3,1,2 -"6014",19126352,1939,10,1,1 -"6015",19126352,1940,8,1,2 -"6016",19126352,1941,3,1,3 -"6017",19126352,1941,4,1,2 -"6018",19126352,1942,12,1,1 -"6019",19126352,1943,3,1,6 -"6020",19126352,1943,4,1,5 -"6021",19126352,1943,8,2,1.5 -"6022",19126352,1943,10,1,2 -"6023",19126352,1944,8,1,2 -"6024",19126352,1945,10,1,2 -"6025",19126352,1946,11,1,2 -"6026",19126352,1947,3,1,2 -"6027",19126352,1947,7,1,1 -"6028",19126352,1948,2,1,2 -"6029",19126352,1948,7,1,1 -"6030",19126352,1948,10,1,2 -"6031",19126352,1950,3,1,1 -"6032",19126352,1950,7,1,1 -"6033",19126352,1950,12,1,1 -"6034",19126352,1951,3,1,1 -"6035",19126352,1951,5,1,1 -"6036",19126352,1951,10,3,2.66666666666667 -"6037",19126352,1952,2,2,1 -"6038",19126352,1952,3,1,2 -"6039",19126352,1952,9,1,1 -"6040",19126352,1952,12,1,5 -"6041",19126352,1953,3,1,1 -"6042",19126352,1953,10,1,1 -"6043",19126352,1954,5,1,2 -"6044",19126352,1954,6,1,2 -"6045",19126352,1954,9,1,5 -"6046",19126352,1954,10,1,1 -"6047",19126352,1954,12,1,2 -"6048",19126352,1955,3,1,2 -"6049",19126352,1955,4,1,2 -"6050",19126352,1955,6,2,1 -"6051",19126352,1955,8,1,1 -"6052",19126352,1955,9,1,2 -"6053",19126352,1956,1,1,1 -"6054",19126352,1957,11,2,1 -"6055",19126352,1958,1,1,1 -"6056",19126352,1958,3,1,3 -"6057",19126352,1958,4,1,1 -"6058",19126352,1958,6,1,3 -"6059",19126352,1958,12,1,1 -"6060",19126352,1959,5,1,1 -"6061",19126352,1959,6,2,4 -"6062",19126352,1960,7,1,1 -"6063",19126352,1960,9,1,2 -"6064",19126352,1960,11,1,2 -"6065",19126352,1960,12,2,3 -"6066",19126352,1961,2,2,1 -"6067",19126352,1961,8,1,2 -"6068",19126352,1962,3,1,1 -"6069",19126352,1962,4,1,2 -"6070",19126352,1962,11,1,1 -"6071",19126352,1963,3,1,1 -"6072",19126352,1963,5,2,1 -"6073",19126352,1963,6,2,1.5 -"6074",19126352,1963,7,1,6 -"6075",19126352,1963,10,1,1 -"6076",19126352,1964,5,1,4 -"6077",19126352,1964,6,2,1 -"6078",19126352,1964,10,3,1.33333333333333 -"6079",19126352,1964,11,1,1 -"6080",19126352,1965,3,1,2 -"6081",19126352,1965,7,3,1.33333333333333 -"6082",19126352,1965,8,1,1 -"6083",19126352,1965,9,2,2 -"6084",19126352,1966,7,1,1 -"6085",19126352,1966,12,2,1.5 -"6086",19126352,1967,1,1,1 -"6087",19126352,1967,3,2,2 -"6088",19126352,1967,5,1,4 -"6089",19126352,1967,7,1,2 -"6090",19126352,1967,8,1,1 -"6091",19126352,1967,9,1,2 -"6092",19126352,1967,11,2,3 -"6093",19126352,1968,2,1,2 -"6094",19126352,1968,3,1,1 -"6095",19126352,1968,4,1,1 -"6096",19126352,1968,6,2,1 -"6097",19126352,1968,7,1,1 -"6098",19126352,1968,8,1,3 -"6099",19126352,1968,12,1,1 -"6100",19126352,1969,1,1,1 -"6101",19126352,1969,3,1,2 -"6102",19126352,1969,5,1,2 -"6103",19126352,1969,6,3,3.66666666666667 -"6104",19126352,1969,7,1,1 -"6105",19126352,1969,8,2,14 -"6106",19126352,1969,10,1,2 -"6107",19126352,1969,11,1,1 -"6108",19126352,1970,1,1,1 -"6109",19126352,1970,5,3,2.33333333333333 -"6110",19126352,1970,7,1,1 -"6111",19126352,1970,9,1,2 -"6112",19126352,1970,10,1,2 -"6113",19126352,1970,12,1,2 -"6114",19126352,1971,3,1,1 -"6115",19126352,1971,4,1,3 -"6116",19126352,1971,5,1,2 -"6117",19126352,1971,9,3,1.66666666666667 -"6118",19126352,1971,11,1,3 -"6119",19126352,1972,4,2,2 -"6120",19126352,1972,9,1,1 -"6121",19126352,1972,10,1,3 -"6122",19126352,1973,5,1,1 -"6123",19126352,1973,7,1,2 -"6124",19126352,1973,8,2,1.5 -"6125",19126352,1973,9,1,1 -"6126",19126352,1974,1,2,1 -"6127",19126352,1974,3,2,1 -"6128",19126352,1974,5,1,1 -"6129",19126352,1974,7,1,1 -"6130",19126352,1974,9,1,4 -"6131",19126352,1974,10,2,2.5 -"6132",19126352,1975,2,1,24 -"6133",19126352,1975,3,1,1 -"6134",19126352,1975,9,1,1 -"6135",19126352,1975,11,2,1 -"6136",19126352,1975,12,1,2 -"6137",19126352,1976,1,1,1 -"6138",19126352,1976,2,1,1 -"6139",19126352,1976,3,1,1 -"6140",19126352,1976,5,1,2 -"6141",19126352,1976,6,1,1 -"6142",19126352,1976,7,1,1 -"6143",19126352,1976,8,1,2 -"6144",19126352,1976,10,3,1 -"6145",19126352,1977,1,2,2 -"6146",19126352,1977,3,1,4 -"6147",19126352,1977,5,1,1 -"6148",19126352,1977,10,1,1 -"6149",19126352,1978,6,2,2.5 -"6150",19126352,1978,10,1,2 -"6151",19126352,1978,11,2,1 -"6152",19126352,1979,5,1,1 -"6153",19126352,1979,8,1,5 -"6154",19126352,1979,11,1,1 -"6155",19126352,1979,12,2,1.5 -"6156",19126352,1980,2,4,1.25 -"6157",19126352,1980,4,2,3 -"6158",19126352,1980,5,2,8.5 -"6159",19126352,1980,6,2,1 -"6160",19126352,1980,7,2,1 -"6161",19126352,1980,8,1,1 -"6162",19126352,1980,11,1,1 -"6163",19126352,1981,1,2,1.5 -"6164",19126352,1981,3,1,4 -"6165",19126352,1981,4,1,1 -"6166",19126352,1981,6,1,2 -"6167",19126352,1981,7,1,2 -"6168",19126352,1981,8,2,1.5 -"6169",19126352,1981,10,1,2 -"6170",19126352,1981,11,1,2 -"6171",19126352,1982,1,2,1 -"6172",19126352,1982,2,1,2 -"6173",19126352,1982,4,3,2.66666666666667 -"6174",19126352,1982,6,1,1 -"6175",19126352,1982,7,1,1 -"6176",19126352,1982,9,1,1 -"6177",19126352,1982,10,3,2 -"6178",19126352,1982,12,3,2 -"6179",19126352,1983,1,1,2 -"6180",19126352,1983,3,4,2 -"6181",19126352,1983,4,2,2 -"6182",19126352,1983,5,1,2 -"6183",19126352,1983,6,2,1 -"6184",19126352,1983,7,2,1.5 -"6185",19126352,1983,8,2,1.5 -"6186",19126352,1983,9,2,1.5 -"6187",19126352,1983,11,1,1 -"6188",19126352,1984,1,1,1 -"6189",19126352,1984,3,1,1 -"6190",19126352,1984,4,1,2 -"6191",19126352,1984,5,2,1.5 -"6192",19126352,1984,6,1,2 -"6193",19126352,1984,8,1,2 -"6194",19126352,1984,9,1,2 -"6195",19126352,1984,10,1,1 -"6196",19126352,1984,11,1,1 -"6197",19126352,1985,2,1,4 -"6198",19126352,1985,3,2,1 -"6199",19126352,1985,4,3,2 -"6200",19126352,1985,7,3,1 -"6201",19126352,1985,9,1,2 -"6202",19126352,1985,10,1,2 -"6203",19126352,1985,12,1,1 -"6204",19126352,1986,1,1,3 -"6205",19126352,1986,3,1,1 -"6206",19126352,1986,4,1,1 -"6207",19126352,1986,5,2,1.5 -"6208",19126352,1986,7,2,2 -"6209",19126352,1986,8,1,2 -"6210",19126352,1986,9,1,1 -"6211",19126352,1986,11,1,2 -"6212",19126352,1986,12,3,1.33333333333333 -"6213",19126352,1987,1,3,2 -"6214",19126352,1987,2,2,1.5 -"6215",19126352,1987,3,1,1 -"6216",19126352,1987,4,3,1 -"6217",19126352,1987,5,3,1.33333333333333 -"6218",19126352,1987,6,2,2.5 -"6219",19126352,1987,7,2,1.5 -"6220",19126352,1987,8,1,2 -"6221",19126352,1987,9,1,2 -"6222",19126352,1987,10,2,1 -"6223",19126352,1988,2,3,1.66666666666667 -"6224",19126352,1988,3,3,1 -"6225",19126352,1988,4,1,2 -"6226",19126352,1988,5,2,3.5 -"6227",19126352,1988,7,1,1 -"6228",19126352,1988,8,2,1.5 -"6229",19126352,1988,10,1,1 -"6230",19126352,1988,11,2,2 -"6231",19126352,1988,12,1,1 -"6232",19126352,1989,3,5,1.4 -"6233",19126352,1989,4,2,2 -"6234",19126352,1989,5,2,1.5 -"6235",19126352,1989,7,2,3.5 -"6236",19126352,1989,8,2,2 -"6237",19126352,1989,9,1,2 -"6238",19126352,1989,10,3,1.66666666666667 -"6239",19126352,1989,11,4,1.5 -"6240",19126352,1989,12,1,5 -"6241",19126352,1990,1,2,2.5 -"6242",19126352,1990,2,1,2 -"6243",19126352,1990,3,2,1 -"6244",19126352,1990,5,2,3.5 -"6245",19126352,1990,6,5,3 -"6246",19126352,1990,7,1,3 -"6247",19126352,1990,8,3,2 -"6248",19126352,1990,9,1,2 -"6249",19126352,1990,10,1,1 -"6250",19126352,1990,11,1,2 -"6251",19126352,1990,12,3,1.33333333333333 -"6252",19126352,1991,2,1,1 -"6253",19126352,1991,3,1,2 -"6254",19126352,1991,5,1,2 -"6255",19126352,1991,6,3,3.66666666666667 -"6256",19126352,1991,7,5,2.6 -"6257",19126352,1991,8,4,1.5 -"6258",19126352,1991,9,2,2 -"6259",19126352,1991,10,4,2.25 -"6260",19126352,1991,11,3,1.33333333333333 -"6261",19126352,1991,12,5,1.6 -"6262",19126352,1992,1,2,1.5 -"6263",19126352,1992,3,3,2 -"6264",19126352,1992,4,1,2 -"6265",19126352,1992,5,1,5 -"6266",19126352,1992,6,4,2.75 -"6267",19126352,1992,7,3,1 -"6268",19126352,1992,8,1,1 -"6269",19126352,1992,9,2,1.5 -"6270",19126352,1992,10,1,2 -"6271",19126352,1992,11,1,4 -"6272",19126352,1992,12,1,2 -"6273",19126352,1993,1,2,3 -"6274",19126352,1993,2,1,1 -"6275",19126352,1993,3,2,3.5 -"6276",19126352,1993,4,2,1.5 -"6277",19126352,1993,5,2,2 -"6278",19126352,1993,6,2,2 -"6279",19126352,1993,7,4,1 -"6280",19126352,1993,8,2,1.5 -"6281",19126352,1993,9,4,1.75 -"6282",19126352,1993,10,2,1 -"6283",19126352,1993,11,2,1 -"6284",19126352,1994,1,1,1 -"6285",19126352,1994,2,3,2.66666666666667 -"6286",19126352,1994,4,3,1.33333333333333 -"6287",19126352,1994,6,1,1 -"6288",19126352,1994,7,2,1 -"6289",19126352,1994,8,2,2 -"6290",19126352,1994,9,7,1.42857142857143 -"6291",19126352,1994,10,3,2.33333333333333 -"6292",19126352,1994,11,5,2.2 -"6293",19126352,1994,12,4,2.25 -"6294",19126352,1995,1,3,3.33333333333333 -"6295",19126352,1995,2,1,3 -"6296",19126352,1995,4,4,1.5 -"6297",19126352,1995,5,2,1.5 -"6298",19126352,1995,6,4,4.5 -"6299",19126352,1995,7,1,1 -"6300",19126352,1995,8,1,2 -"6301",19126352,1995,9,1,2 -"6302",19126352,1995,10,1,1 -"6303",19126352,1995,11,3,1 -"6304",19126352,1995,12,3,1.33333333333333 -"6305",19126352,1996,1,3,2 -"6306",19126352,1996,2,2,1.5 -"6307",19126352,1996,4,3,1.66666666666667 -"6308",19126352,1996,5,1,2 -"6309",19126352,1996,6,4,1.75 -"6310",19126352,1996,7,3,1.33333333333333 -"6311",19126352,1996,8,4,1.25 -"6312",19126352,1996,9,4,2.5 -"6313",19126352,1996,10,4,1.25 -"6314",19126352,1996,11,5,1.6 -"6315",19126352,1996,12,3,1 -"6316",19126352,1997,1,4,2.25 -"6317",19126352,1997,2,4,1.5 -"6318",19126352,1997,3,1,3 -"6319",19126352,1997,4,1,4 -"6320",19126352,1997,5,3,1 -"6321",19126352,1997,6,2,2 -"6322",19126352,1997,7,5,1.8 -"6323",19126352,1997,9,4,1 -"6324",19126352,1997,10,1,1 -"6325",19126352,1997,11,1,3 -"6326",19126352,1997,12,2,1.5 -"6327",19126352,1998,1,4,1.5 -"6328",19126352,1998,2,3,1.66666666666667 -"6329",19126352,1998,3,5,1.8 -"6330",19126352,1998,4,2,1 -"6331",19126352,1998,5,1,1 -"6332",19126352,1998,6,2,3 -"6333",19126352,1998,7,2,1.5 -"6334",19126352,1998,8,5,2.2 -"6335",19126352,1998,9,4,1.75 -"6336",19126352,1998,10,2,1.5 -"6337",19126352,1998,11,2,1.5 -"6338",19126352,1998,12,3,1.33333333333333 -"6339",19126352,1999,1,6,6.83333333333333 -"6340",19126352,1999,2,2,1.5 -"6341",19126352,1999,3,2,2 -"6342",19126352,1999,4,1,7 -"6343",19126352,1999,5,5,2 -"6344",19126352,1999,6,3,5.66666666666667 -"6345",19126352,1999,7,1,2 -"6346",19126352,1999,8,4,1.5 -"6347",19126352,1999,9,2,3.5 -"6348",19126352,1999,10,3,11.6666666666667 -"6349",19126352,1999,11,3,1.33333333333333 -"6350",19126352,1999,12,6,1.5 -"6351",19126352,2000,1,4,3.25 -"6352",19126352,2000,3,3,2 -"6353",19126352,2000,4,2,1 -"6354",19126352,2000,5,1,4 -"6355",19126352,2000,6,5,1.6 -"6356",19126352,2000,7,2,1.5 -"6357",19126352,2000,8,2,1.5 -"6358",19126352,2000,9,2,1 -"6359",19126352,2000,10,4,1.5 -"6360",19126352,2000,11,4,1.75 -"6361",19126352,2000,12,4,6.5 -"6362",19126352,2001,1,5,1.6 -"6363",19126352,2001,2,4,1.5 -"6364",19126352,2001,3,1,1 -"6365",19126352,2001,4,5,1.4 -"6366",19126352,2001,5,5,2.4 -"6367",19126352,2001,6,3,3.33333333333333 -"6368",19126352,2001,7,6,2.33333333333333 -"6369",19126352,2001,8,4,1.5 -"6370",19126352,2001,9,3,1.33333333333333 -"6371",19126352,2001,10,3,2 -"6372",19126352,2001,11,3,9.33333333333333 -"6373",19126352,2001,12,6,2 -"6374",19126352,2002,1,2,1 -"6375",19126352,2002,3,5,1.4 -"6376",19126352,2002,4,4,1.75 -"6377",19126352,2002,5,6,2 -"6378",19126352,2002,6,1,2 -"6379",19126352,2002,7,10,1.4 -"6380",19126352,2002,8,3,1 -"6381",19126352,2002,9,1,1 -"6382",19126352,2002,10,3,1 -"6383",19126352,2002,11,3,1.33333333333333 -"6384",19126352,2002,12,4,2.25 -"6385",19126352,2003,1,3,3 -"6386",19126352,2003,2,3,1 -"6387",19126352,2003,3,4,1.5 -"6388",19126352,2003,4,2,4 -"6389",19126352,2003,5,3,1.66666666666667 -"6390",19126352,2003,6,2,1.5 -"6391",19126352,2003,7,4,3.5 -"6392",19126352,2003,8,1,5 -"6393",19126352,2003,9,6,1.33333333333333 -"6394",19126352,2003,10,6,1.33333333333333 -"6395",19126352,2003,11,5,1.4 -"6396",19126352,2003,12,4,1.75 -"6397",19126352,2004,1,3,1.33333333333333 -"6398",19126352,2004,2,5,1.2 -"6399",19126352,2004,3,6,1.66666666666667 -"6400",19126352,2004,4,1,1 -"6401",19126352,2004,5,4,1.25 -"6402",19126352,2004,6,7,2.14285714285714 -"6403",19126352,2004,7,6,1.66666666666667 -"6404",19126352,2004,8,3,1 -"6405",19126352,2004,9,2,1.5 -"6406",19126352,2004,10,2,1 -"6407",19126352,2004,11,3,3.33333333333333 -"6408",19126352,2004,12,4,2.25 -"6409",19126352,2005,2,9,1.88888888888889 -"6410",19126352,2005,3,3,1.33333333333333 -"6411",19126352,2005,4,8,1.25 -"6412",19126352,2005,5,2,2 -"6413",19126352,2005,6,7,2 -"6414",19126352,2005,8,5,1.2 -"6415",19126352,2005,9,5,2.4 -"6416",19126352,2005,10,3,1.33333333333333 -"6417",19126352,2005,11,8,1.875 -"6418",19126352,2006,1,6,1.66666666666667 -"6419",19126352,2006,2,5,1.4 -"6420",19126352,2006,3,2,2 -"6421",19126352,2006,4,1,1 -"6422",19126352,2006,5,5,2 -"6423",19126352,2006,6,6,6 -"6424",19126352,2006,7,3,2 -"6425",19126352,2006,8,4,1.25 -"6426",19126352,2006,9,1,2 -"6427",19126352,2006,10,5,1 -"6428",19126352,2006,11,1,3 -"6429",19126352,2006,12,4,1.75 -"6430",19126352,2007,1,6,1.66666666666667 -"6431",19126352,2007,2,3,1 -"6432",19126352,2007,3,6,2.83333333333333 -"6433",19126352,2007,4,7,3.14285714285714 -"6434",19126352,2007,5,5,1.8 -"6435",19126352,2007,6,4,1.5 -"6436",19126352,2007,7,6,1.33333333333333 -"6437",19126352,2007,8,5,2.8 -"6438",19126352,2007,9,4,5.25 -"6439",19126352,2007,10,1,2 -"6440",19126352,2007,11,5,4.4 -"6441",19126352,2007,12,3,1.33333333333333 -"6442",19126352,2008,1,3,1 -"6443",19126352,2008,2,3,1.33333333333333 -"6444",19126352,2008,3,4,1.5 -"6445",19126352,2008,4,4,1.25 -"6446",19126352,2008,5,3,2 -"6447",19126352,2008,6,3,1.66666666666667 -"6448",19126352,2008,7,4,2.25 -"6449",19126352,2008,8,2,1 -"6450",19126352,2008,9,5,2.2 -"6451",19126352,2008,10,8,1.625 -"6452",19126352,2008,11,3,1.33333333333333 -"6453",19126352,2008,12,1,2 -"6454",19126352,2009,1,2,2 -"6455",19126352,2009,2,2,3 -"6456",19126352,2009,3,3,1 -"6457",19126352,2009,4,3,2 -"6458",19126352,2009,5,2,1.5 -"6459",19126352,2009,6,4,1.25 -"6460",19126352,2009,7,3,1.66666666666667 -"6461",19126352,2009,8,3,1.33333333333333 -"6462",19126352,2009,9,6,1.83333333333333 -"6463",19126352,2009,10,3,1 -"6464",19126352,2009,11,2,3.5 -"6465",19126352,2009,12,1,2 -"6466",19126352,2010,2,3,1.33333333333333 -"6467",19126352,2010,3,4,2 -"6468",19126352,2010,4,1,2 -"6469",19126352,2010,5,2,1.5 -"6470",19126352,2010,6,6,2 -"6471",19126352,2010,7,5,1.4 -"6472",19126352,2010,8,5,1.4 -"6473",19126352,2010,9,5,1.6 -"6474",19126352,2010,10,5,1.6 -"6475",19126352,2010,11,4,3 -"6476",19126352,2010,12,6,1.33333333333333 -"6477",19126352,2011,1,5,1.2 -"6478",19126352,2011,3,3,1.33333333333333 -"6479",19126352,2011,5,5,1.2 -"6480",19126352,2011,6,3,1 -"6481",19126352,2011,7,6,1.83333333333333 -"6482",19126352,2011,8,4,1.25 -"6483",19126352,2011,9,9,1.44444444444444 -"6484",19126352,2011,10,3,1.33333333333333 -"6485",19126352,2011,11,1,2 -"6486",19126352,2011,12,6,1.5 -"6487",19126352,2012,1,7,1.28571428571429 -"6488",19126352,2012,2,2,6 -"6489",19126352,2012,3,5,1.6 -"6490",19126352,2012,4,5,1.2 -"6491",19126352,2012,5,5,1.8 -"6492",19126352,2012,6,2,1.5 -"6493",19126352,2012,7,7,1.57142857142857 -"6494",19126352,2012,8,6,1.83333333333333 -"6495",19126352,2012,9,7,1.42857142857143 -"6496",19126352,2012,10,5,1.4 -"6497",19126352,2012,11,4,7 -"6498",19126352,2012,12,2,2 -"6499",19126352,2013,1,3,2 -"6500",19126352,2013,2,1,2 -"6501",19126352,2013,3,7,2.42857142857143 -"6502",19126352,2013,4,5,1.6 -"6503",19126352,2013,5,4,2.25 -"6504",19126352,2013,6,6,1.33333333333333 -"6505",19126352,2013,7,4,1.25 -"6506",19126352,2013,8,2,2.5 -"6507",19126352,2013,9,4,1.25 -"6508",19126352,2013,10,5,2.6 -"6509",19126352,2013,11,4,1.25 -"6510",19126352,2013,12,2,2 -"6511",19126352,2014,1,7,1.42857142857143 -"6512",19126352,2014,2,2,1 -"6513",19126352,2014,3,2,2.5 -"6514",19126352,2014,4,7,1.57142857142857 -"6515",19126352,2014,5,7,1.57142857142857 -"6516",19126352,2014,6,4,1.75 -"6517",19126352,2014,8,2,1.5 -"6518",19126352,2014,9,4,2 -"6519",19126352,2014,10,6,1.66666666666667 -"6520",19126352,2014,11,5,2.4 -"6521",19126352,2014,12,3,1.33333333333333 -"6522",19126352,2015,1,5,2.4 -"6523",19126352,2015,2,3,1.66666666666667 -"6524",19126352,2015,3,7,2 -"6525",19126352,2015,4,9,5.44444444444444 -"6526",19126352,2015,5,6,1.5 -"6527",19126352,2015,6,3,2 -"6528",19126352,2015,7,4,2 -"6529",19126352,2015,8,7,1.57142857142857 -"6530",19126352,2015,9,2,3.5 -"6531",19126352,2015,10,2,3 -"6532",19126352,2015,11,4,4.25 -"6533",19126352,2015,12,1,1 -"6534",19126352,2016,1,2,2 -"6535",19126352,2016,2,3,2 -"6536",19126352,2016,3,2,3.5 -"6537",19126352,2016,4,4,1.5 -"6538",19126352,2016,5,7,1.28571428571429 -"6539",19126352,2016,6,4,3.25 -"6540",19126352,2016,7,4,1.25 -"6541",19126352,2016,8,6,1.66666666666667 -"6542",19126352,2016,9,4,1.75 -"6543",19126352,2016,10,6,1.16666666666667 -"6544",19126352,2016,11,4,2 -"6545",19126352,2016,12,6,1.5 -"6546",19126352,2017,1,2,6 -"6547",19126352,2017,2,3,1.66666666666667 -"6548",19126352,2017,3,2,6.5 -"6549",19126352,2017,4,1,2 -"6550",19126352,2017,5,3,1 -"6551",19126352,2017,6,3,1.33333333333333 -"6552",19126352,2017,7,4,2.5 -"6553",19126352,2017,8,7,1.28571428571429 -"6554",19126352,2017,9,5,1 -"6555",19126352,2017,10,4,1.75 -"6556",19126352,2017,11,4,1.75 -"6557",19126352,2017,12,7,1.28571428571429 -"6558",19126352,2018,1,7,2.42857142857143 -"6559",19126352,2018,2,6,1.66666666666667 -"6560",19126352,2018,3,6,1.5 -"6561",19126352,2018,4,4,4.75 -"6562",19126352,2018,5,3,3 -"6563",19126352,2018,6,7,1.28571428571429 -"6564",19126352,2018,7,6,1.16666666666667 -"6565",19126352,2018,8,4,1.5 -"6566",19126352,2018,9,10,2 -"6567",19126352,2018,10,6,1.5 -"6568",19126352,2018,11,9,1.66666666666667 -"6569",19126352,2018,12,7,1.57142857142857 -"6570",19126352,2019,1,4,1.5 -"6571",19126352,2019,2,5,2.4 -"6572",19126352,2019,3,7,3.42857142857143 -"6573",19126352,2019,4,5,1.6 -"6574",19126352,2019,5,5,4 -"6575",19126352,2019,6,3,1.33333333333333 -"6576",19126352,2019,7,6,1.5 -"6577",19126352,2019,8,4,2.25 -"6578",19126352,2019,9,4,1.25 -"6579",19126352,2019,10,10,1.7 -"6580",19126352,2019,11,1,1 -"6581",19126352,2019,12,8,1.75 -"6582",19126352,2020,1,5,1.6 -"6583",19126352,2020,2,3,4.33333333333333 -"6584",19126352,2020,3,6,2.66666666666667 -"6585",19126352,2020,4,6,1.33333333333333 -"6586",19126352,2020,5,4,2.5 -"6587",19126352,2020,6,5,3 -"6588",19126352,2020,7,9,1.66666666666667 -"6589",19126352,2020,8,7,1.71428571428571 -"6590",19126352,2020,9,9,1.55555555555556 -"6591",19126352,2020,10,3,1.33333333333333 -"6592",19126352,2020,11,6,1.33333333333333 -"6593",19126352,2020,12,5,2.2 -"6594",19126352,2021,1,7,1.71428571428571 -"6595",19126352,2021,2,3,2 -"6596",19126352,2021,3,4,5 -"6597",19126352,2021,4,4,1.25 -"6598",19126352,2021,5,5,1.6 -"6599",19126352,2021,6,6,1.16666666666667 -"6600",19126352,2021,7,2,1 -"6601",19126352,2021,8,7,1.14285714285714 -"6602",19126352,2021,9,4,1 -"6603",19126352,2021,10,4,1 -"6604",19126352,2021,11,6,2 -"6605",19126352,2021,12,5,2 -"6606",19126352,2022,2,7,2 -"6607",19126352,2022,3,7,2.71428571428571 -"6608",19126352,2022,4,7,1.42857142857143 -"6609",19126352,2022,5,5,1.2 -"6610",19126352,2022,6,7,1.85714285714286 -"6611",19126352,2022,7,3,1.33333333333333 -"6612",19126352,2022,8,5,1.8 -"6613",19126352,2022,9,5,1.8 -"6614",19126352,2022,10,3,1.33333333333333 -"6615",19126352,2022,11,4,3 -"6616",19126352,2022,12,4,1.25 -"6617",19126352,2023,1,9,2.33333333333333 -"6618",19126352,2023,2,5,1.4 -"6619",19126352,2023,3,2,5.5 -"6620",19126352,2023,4,7,1.71428571428571 -"6621",19126352,2023,5,7,1.71428571428571 -"6622",19126352,2023,6,1,2 -"6623",19133768,1981,1,1,1 -"6624",19133768,1982,1,2,1 -"6625",19133768,1982,4,1,1 -"6626",19133768,1982,10,1,1 -"6627",19133768,1983,9,1,1 -"6628",19133768,1984,11,1,1 -"6629",19133768,1985,3,2,1 -"6630",19133768,1985,7,2,1 -"6631",19133768,1986,4,1,1 -"6632",19133768,1986,5,1,1 -"6633",19133768,1987,1,1,1 -"6634",19133768,1987,3,1,1 -"6635",19133768,1987,4,1,1 -"6636",19133768,1987,5,1,1 -"6637",19133768,1988,2,1,1 -"6638",19133768,1988,7,1,1 -"6639",19133768,1989,3,2,1 -"6640",19133768,1989,8,1,1 -"6641",19133768,1989,11,2,1 -"6642",19133768,1990,1,1,1 -"6643",19133768,1990,6,1,1 -"6644",19133768,1990,8,1,1 -"6645",19133768,1990,10,1,1 -"6646",19133768,1990,12,2,1 -"6647",19133768,1991,2,1,1 -"6648",19133768,1991,9,1,1 -"6649",19133768,1991,10,1,1 -"6650",19133768,1991,11,1,1 -"6651",19133768,1991,12,2,1 -"6652",19133768,1992,7,1,1 -"6653",19133768,1993,4,1,1 -"6654",19133768,1993,7,3,1 -"6655",19133768,1993,8,1,2 -"6656",19133768,1993,9,1,1 -"6657",19133768,1993,10,1,1 -"6658",19133768,1993,11,1,1 -"6659",19133768,1994,4,1,1 -"6660",19133768,1994,6,1,1 -"6661",19133768,1994,7,1,1 -"6662",19133768,1994,8,1,1 -"6663",19133768,1994,9,1,1 -"6664",19133768,1994,10,1,1 -"6665",19133768,1994,12,3,1 -"6666",19133768,1995,5,1,1 -"6667",19133768,1996,7,1,1 -"6668",19133768,1996,8,3,1 -"6669",19133768,1996,9,1,1 -"6670",19133768,1996,10,1,1 -"6671",19133768,1996,12,2,1 -"6672",19133768,1997,2,3,1.33333333333333 -"6673",19133768,1997,5,2,1 -"6674",19133768,1997,7,1,1 -"6675",19133768,1997,9,2,1 -"6676",19133768,1998,1,1,1 -"6677",19133768,1998,3,2,1 -"6678",19133768,1998,4,1,1 -"6679",19133768,1998,5,1,1 -"6680",19133768,1998,7,1,1 -"6681",19133768,1998,9,2,1 -"6682",19133768,1998,10,1,1 -"6683",19133768,1998,11,1,1 -"6684",19133768,1999,1,2,1 -"6685",19133768,1999,5,2,1 -"6686",19133768,1999,6,1,1 -"6687",19133768,1999,8,1,1 -"6688",19133768,1999,12,3,1 -"6689",19133768,2000,4,1,1 -"6690",19133768,2000,6,1,1 -"6691",19133768,2000,7,1,1 -"6692",19133768,2000,10,1,1 -"6693",19133768,2000,11,2,1 -"6694",19133768,2001,1,1,1 -"6695",19133768,2001,2,1,1 -"6696",19133768,2001,4,2,1 -"6697",19133768,2001,5,2,1 -"6698",19133768,2001,7,1,1 -"6699",19133768,2001,8,1,1 -"6700",19133768,2001,9,1,1 -"6701",19133768,2001,10,1,1 -"6702",19133768,2002,1,1,1 -"6703",19133768,2002,3,1,1 -"6704",19133768,2002,4,1,1 -"6705",19133768,2002,5,1,1 -"6706",19133768,2002,7,4,1 -"6707",19133768,2002,8,1,1 -"6708",19133768,2002,10,2,1 -"6709",19133768,2002,12,1,1 -"6710",19133768,2003,2,2,1 -"6711",19133768,2003,3,1,1 -"6712",19133768,2003,5,1,1 -"6713",19133768,2003,6,1,1 -"6714",19133768,2003,7,1,1 -"6715",19133768,2003,9,1,1 -"6716",19133768,2003,10,2,1 -"6717",19133768,2003,11,1,1 -"6718",19133768,2003,12,1,1 -"6719",19133768,2004,1,2,1 -"6720",19133768,2004,2,3,1 -"6721",19133768,2004,3,2,1 -"6722",19133768,2004,4,1,1 -"6723",19133768,2004,5,1,1 -"6724",19133768,2004,6,1,1 -"6725",19133768,2004,7,1,1 -"6726",19133768,2004,8,2,1 -"6727",19133768,2004,10,2,1 -"6728",19133768,2004,12,1,1 -"6729",19133768,2005,2,1,1 -"6730",19133768,2005,3,1,1 -"6731",19133768,2005,4,5,1 -"6732",19133768,2005,6,2,1 -"6733",19133768,2005,8,2,1 -"6734",19133768,2005,9,1,1 -"6735",19133768,2005,10,1,1 -"6736",19133768,2005,11,2,1 -"6737",19133768,2006,1,1,1 -"6738",19133768,2006,2,2,1 -"6739",19133768,2006,4,1,1 -"6740",19133768,2006,5,1,1 -"6741",19133768,2006,6,2,1 -"6742",19133768,2006,8,2,1 -"6743",19133768,2006,10,4,1 -"6744",19133768,2007,1,3,1 -"6745",19133768,2007,2,2,1 -"6746",19133768,2007,3,1,1 -"6747",19133768,2007,5,1,1 -"6748",19133768,2007,6,2,1 -"6749",19133768,2007,7,2,1 -"6750",19133768,2007,11,2,1 -"6751",19133768,2007,12,1,1 -"6752",19133768,2008,1,1,1 -"6753",19133768,2008,2,2,1 -"6754",19133768,2008,3,1,1 -"6755",19133768,2008,6,2,1 -"6756",19133768,2008,8,2,1 -"6757",19133768,2008,9,1,1 -"6758",19133768,2008,10,2,1 -"6759",19133768,2009,3,1,1 -"6760",19133768,2009,4,1,1 -"6761",19133768,2009,5,1,1 -"6762",19133768,2009,6,1,1 -"6763",19133768,2009,7,1,1 -"6764",19133768,2009,8,1,1 -"6765",19133768,2009,9,2,1 -"6766",19133768,2009,10,1,1 -"6767",19133768,2010,3,2,1 -"6768",19133768,2010,6,2,1 -"6769",19133768,2010,8,2,1 -"6770",19133768,2010,9,2,1 -"6771",19133768,2010,10,1,1 -"6772",19133768,2010,12,2,1 -"6773",19133768,2011,5,2,1 -"6774",19133768,2011,6,1,1 -"6775",19133768,2011,7,1,1 -"6776",19133768,2011,8,1,1 -"6777",19133768,2011,9,2,1 -"6778",19133768,2011,12,1,1 -"6779",19133768,2012,1,2,1 -"6780",19133768,2012,3,1,1 -"6781",19133768,2012,5,1,1 -"6782",19133768,2012,6,1,1 -"6783",19133768,2012,7,1,1 -"6784",19133768,2012,9,3,1 -"6785",19133768,2012,10,2,1 -"6786",19133768,2013,4,1,1 -"6787",19133768,2013,6,2,1 -"6788",19133768,2013,7,2,1 -"6789",19133768,2013,9,2,1 -"6790",19133768,2013,10,1,1 -"6791",19133768,2013,11,1,1 -"6792",19133768,2014,1,1,1 -"6793",19133768,2014,2,2,1 -"6794",19133768,2014,4,2,1 -"6795",19133768,2014,5,2,1 -"6796",19133768,2014,10,1,1 -"6797",19133768,2014,12,1,1 -"6798",19133768,2015,1,2,1 -"6799",19133768,2015,2,1,1 -"6800",19133768,2015,4,1,1 -"6801",19133768,2015,5,2,1 -"6802",19133768,2015,6,1,1 -"6803",19133768,2015,8,3,1 -"6804",19133768,2015,9,1,1 -"6805",19133768,2016,4,2,1 -"6806",19133768,2016,5,4,1 -"6807",19133768,2016,7,2,1 -"6808",19133768,2016,8,3,1 -"6809",19133768,2016,9,2,1 -"6810",19133768,2016,10,3,1 -"6811",19133768,2016,11,1,1 -"6812",19133768,2016,12,4,1 -"6813",19133768,2017,1,1,1 -"6814",19133768,2017,2,1,1 -"6815",19133768,2017,5,1,1 -"6816",19133768,2017,8,4,1 -"6817",19133768,2017,9,3,1 -"6818",19133768,2017,10,1,1 -"6819",19133768,2017,12,4,1 -"6820",19133768,2018,2,1,1 -"6821",19133768,2018,3,3,1 -"6822",19133768,2018,4,1,1 -"6823",19133768,2018,5,1,2 -"6824",19133768,2018,6,3,1 -"6825",19133768,2018,7,4,1.25 -"6826",19133768,2018,8,2,1 -"6827",19133768,2018,9,1,2 -"6828",19133768,2018,11,2,1 -"6829",19133768,2018,12,1,1 -"6830",19133768,2019,1,1,1 -"6831",19133768,2019,3,2,1 -"6832",19133768,2019,4,1,1 -"6833",19133768,2019,5,2,1 -"6834",19133768,2019,6,2,1 -"6835",19133768,2019,7,2,1 -"6836",19133768,2019,8,2,1 -"6837",19133768,2019,9,1,1 -"6838",19133768,2019,10,3,1 -"6839",19133768,2019,11,1,1 -"6840",19133768,2019,12,4,1 -"6841",19133768,2020,1,3,1.33333333333333 -"6842",19133768,2020,3,1,1 -"6843",19133768,2020,4,3,1 -"6844",19133768,2020,7,3,1 -"6845",19133768,2020,8,2,1 -"6846",19133768,2020,9,1,1 -"6847",19133768,2020,11,2,1 -"6848",19133768,2020,12,2,1 -"6849",19133768,2021,1,2,1 -"6850",19133768,2021,4,2,1 -"6851",19133768,2021,6,2,1 -"6852",19133768,2021,7,2,1 -"6853",19133768,2021,8,3,1 -"6854",19133768,2021,9,3,1 -"6855",19133768,2021,10,2,1 -"6856",19133768,2021,11,4,1 -"6857",19133768,2021,12,1,1 -"6858",19133768,2022,2,2,1 -"6859",19133768,2022,3,1,1 -"6860",19133768,2022,4,3,1 -"6861",19133768,2022,5,1,1 -"6862",19133768,2022,6,1,1 -"6863",19133768,2022,7,2,1 -"6864",19133768,2022,8,2,1 -"6865",19133768,2022,9,1,1 -"6866",19133768,2022,10,2,1 -"6867",19133768,2022,11,1,1 -"6868",19133768,2022,12,2,1 -"6869",19133768,2023,1,3,1 -"6870",19133768,2023,2,2,1 -"6871",19133768,2023,4,2,1 -"6872",19133768,2023,5,1,1 -"6873",40163554,1970,3,1,1 -"6874",40163554,1970,9,1,2 -"6875",40163554,1971,9,1,1 -"6876",40163554,1974,10,1,1 -"6877",40163554,1975,7,1,2 -"6878",40163554,1975,12,2,2 -"6879",40163554,1977,5,2,4 -"6880",40163554,1977,6,1,2 -"6881",40163554,1977,7,1,1 -"6882",40163554,1978,12,1,2 -"6883",40163554,1979,4,2,1.5 -"6884",40163554,1979,11,1,2 -"6885",40163554,1980,3,1,1 -"6886",40163554,1980,11,1,1 -"6887",40163554,1981,3,1,5 -"6888",40163554,1981,4,1,2 -"6889",40163554,1981,7,1,4 -"6890",40163554,1981,12,1,1 -"6891",40163554,1982,6,1,11 -"6892",40163554,1982,8,1,2 -"6893",40163554,1982,12,2,2 -"6894",40163554,1983,1,1,2 -"6895",40163554,1983,7,2,1 -"6896",40163554,1983,12,2,15 -"6897",40163554,1984,2,1,1 -"6898",40163554,1984,3,1,1 -"6899",40163554,1984,5,1,1 -"6900",40163554,1984,7,1,2 -"6901",40163554,1984,8,1,1 -"6902",40163554,1984,10,1,1 -"6903",40163554,1984,11,1,3 -"6904",40163554,1984,12,1,17 -"6905",40163554,1985,3,1,2 -"6906",40163554,1985,4,1,2 -"6907",40163554,1985,5,1,3 -"6908",40163554,1985,6,1,2 -"6909",40163554,1986,4,1,2 -"6910",40163554,1986,5,1,1 -"6911",40163554,1986,9,1,1 -"6912",40163554,1986,11,1,1 -"6913",40163554,1987,1,2,3 -"6914",40163554,1987,5,3,3 -"6915",40163554,1987,10,1,2 -"6916",40163554,1987,11,1,1 -"6917",40163554,1988,1,1,2 -"6918",40163554,1988,6,1,1 -"6919",40163554,1989,4,1,1 -"6920",40163554,1989,5,1,2 -"6921",40163554,1989,6,1,3 -"6922",40163554,1989,7,1,1 -"6923",40163554,1989,10,1,1 -"6924",40163554,1990,1,2,3.5 -"6925",40163554,1990,2,1,2 -"6926",40163554,1990,5,3,1.66666666666667 -"6927",40163554,1990,6,2,2 -"6928",40163554,1990,8,1,2 -"6929",40163554,1990,12,2,4 -"6930",40163554,1991,1,1,1 -"6931",40163554,1991,2,1,2 -"6932",40163554,1991,3,1,2 -"6933",40163554,1991,4,1,1 -"6934",40163554,1991,5,1,15 -"6935",40163554,1991,6,2,2.5 -"6936",40163554,1991,7,1,2 -"6937",40163554,1991,8,4,2.75 -"6938",40163554,1991,10,2,2.5 -"6939",40163554,1992,1,1,2 -"6940",40163554,1992,3,1,4 -"6941",40163554,1992,7,1,3 -"6942",40163554,1992,8,2,1.5 -"6943",40163554,1992,9,2,1 -"6944",40163554,1992,10,1,2 -"6945",40163554,1993,1,1,1 -"6946",40163554,1993,2,2,2 -"6947",40163554,1993,5,1,2 -"6948",40163554,1993,6,1,6 -"6949",40163554,1993,7,1,1 -"6950",40163554,1993,10,2,2 -"6951",40163554,1993,11,1,1 -"6952",40163554,1994,3,1,2 -"6953",40163554,1994,4,1,2 -"6954",40163554,1994,6,2,1.5 -"6955",40163554,1994,8,1,1 -"6956",40163554,1994,9,1,1 -"6957",40163554,1994,12,2,5 -"6958",40163554,1995,3,1,2 -"6959",40163554,1995,6,1,2 -"6960",40163554,1995,7,1,5 -"6961",40163554,1995,9,2,1 -"6962",40163554,1995,11,1,2 -"6963",40163554,1995,12,3,1.66666666666667 -"6964",40163554,1996,3,1,2 -"6965",40163554,1996,6,2,2 -"6966",40163554,1996,7,1,2 -"6967",40163554,1996,8,1,1 -"6968",40163554,1996,10,3,2.33333333333333 -"6969",40163554,1996,12,1,2 -"6970",40163554,1997,1,1,2 -"6971",40163554,1997,5,3,1.66666666666667 -"6972",40163554,1997,6,2,2 -"6973",40163554,1997,8,2,1.5 -"6974",40163554,1997,9,5,2 -"6975",40163554,1997,10,1,2 -"6976",40163554,1998,2,3,1.33333333333333 -"6977",40163554,1998,3,2,5 -"6978",40163554,1998,4,2,2 -"6979",40163554,1998,6,2,2.5 -"6980",40163554,1998,8,3,2.66666666666667 -"6981",40163554,1998,10,1,2 -"6982",40163554,1998,11,1,1 -"6983",40163554,1998,12,1,2 -"6984",40163554,1999,2,1,1 -"6985",40163554,1999,4,1,2 -"6986",40163554,1999,5,2,3.5 -"6987",40163554,1999,6,1,2 -"6988",40163554,1999,7,2,3 -"6989",40163554,1999,9,1,1 -"6990",40163554,1999,11,2,2.5 -"6991",40163554,2000,1,2,1.5 -"6992",40163554,2000,2,4,2.25 -"6993",40163554,2000,3,5,1.6 -"6994",40163554,2000,6,2,1 -"6995",40163554,2000,7,1,2 -"6996",40163554,2000,8,2,1.5 -"6997",40163554,2000,10,1,2 -"6998",40163554,2000,11,3,1 -"6999",40163554,2000,12,1,1 -"7000",40163554,2001,2,1,2 -"7001",40163554,2001,4,2,2.5 -"7002",40163554,2001,6,4,1.5 -"7003",40163554,2001,7,2,2 -"7004",40163554,2001,9,1,1 -"7005",40163554,2001,10,1,2 -"7006",40163554,2001,12,1,2 -"7007",40163554,2002,1,3,1.66666666666667 -"7008",40163554,2002,2,1,1 -"7009",40163554,2002,3,3,1.66666666666667 -"7010",40163554,2002,5,3,4.66666666666667 -"7011",40163554,2002,6,3,1.66666666666667 -"7012",40163554,2002,7,1,1 -"7013",40163554,2002,8,1,2 -"7014",40163554,2002,9,1,1 -"7015",40163554,2002,12,4,1.75 -"7016",40163554,2003,1,3,2 -"7017",40163554,2003,2,4,1.5 -"7018",40163554,2003,5,4,1.75 -"7019",40163554,2003,6,3,2.66666666666667 -"7020",40163554,2003,8,2,2 -"7021",40163554,2003,9,2,2 -"7022",40163554,2003,10,1,2 -"7023",40163554,2003,11,1,2 -"7024",40163554,2003,12,1,2 -"7025",40163554,2004,1,3,1.33333333333333 -"7026",40163554,2004,2,1,3 -"7027",40163554,2004,3,2,2 -"7028",40163554,2004,4,2,1.5 -"7029",40163554,2004,5,2,2 -"7030",40163554,2004,6,1,2 -"7031",40163554,2004,7,3,4.33333333333333 -"7032",40163554,2004,8,3,2.66666666666667 -"7033",40163554,2004,10,2,3.5 -"7034",40163554,2004,11,2,4 -"7035",40163554,2004,12,2,1.5 -"7036",40163554,2005,1,1,3 -"7037",40163554,2005,2,1,2 -"7038",40163554,2005,3,3,2.66666666666667 -"7039",40163554,2005,4,2,2 -"7040",40163554,2005,5,1,1 -"7041",40163554,2005,6,1,25 -"7042",40163554,2005,7,1,2 -"7043",40163554,2005,9,3,2.66666666666667 -"7044",40163554,2005,10,1,1 -"7045",40163554,2005,12,2,2 -"7046",40163554,2006,1,2,1.5 -"7047",40163554,2006,2,2,1 -"7048",40163554,2006,3,1,2 -"7049",40163554,2006,4,4,2 -"7050",40163554,2006,6,1,2 -"7051",40163554,2006,7,2,1 -"7052",40163554,2006,8,1,2 -"7053",40163554,2006,9,3,2 -"7054",40163554,2006,10,2,1.5 -"7055",40163554,2006,11,1,1 -"7056",40163554,2006,12,2,1.5 -"7057",40163554,2007,2,2,1.5 -"7058",40163554,2007,3,1,2 -"7059",40163554,2007,4,3,1.66666666666667 -"7060",40163554,2007,6,3,1.66666666666667 -"7061",40163554,2007,9,1,1 -"7062",40163554,2007,10,2,2.5 -"7063",40163554,2007,11,2,1.5 -"7064",40163554,2007,12,4,1.75 -"7065",40163554,2008,1,1,1 -"7066",40163554,2008,2,1,1 -"7067",40163554,2008,3,4,1.25 -"7068",40163554,2008,5,3,2.33333333333333 -"7069",40163554,2008,6,1,1 -"7070",40163554,2008,7,2,2 -"7071",40163554,2008,8,2,1.5 -"7072",40163554,2008,9,2,1.5 -"7073",40163554,2008,10,2,2 -"7074",40163554,2008,11,1,1 -"7075",40163554,2009,1,5,1.8 -"7076",40163554,2009,2,1,1 -"7077",40163554,2009,3,4,1.75 -"7078",40163554,2009,4,4,1.75 -"7079",40163554,2009,5,1,1 -"7080",40163554,2009,6,2,9.5 -"7081",40163554,2009,7,2,3 -"7082",40163554,2009,8,2,1 -"7083",40163554,2009,9,4,2 -"7084",40163554,2009,10,2,3 -"7085",40163554,2009,11,2,1.5 -"7086",40163554,2009,12,3,3.66666666666667 -"7087",40163554,2010,1,1,1 -"7088",40163554,2010,2,3,1.66666666666667 -"7089",40163554,2010,3,1,2 -"7090",40163554,2010,4,2,1 -"7091",40163554,2010,5,4,2 -"7092",40163554,2010,6,2,2.5 -"7093",40163554,2010,7,1,1 -"7094",40163554,2010,9,3,2 -"7095",40163554,2010,10,2,1 -"7096",40163554,2010,11,1,2 -"7097",40163554,2011,1,6,1.5 -"7098",40163554,2011,2,1,1 -"7099",40163554,2011,3,1,2 -"7100",40163554,2011,4,2,1 -"7101",40163554,2011,5,1,2 -"7102",40163554,2011,6,2,2.5 -"7103",40163554,2011,7,4,1.75 -"7104",40163554,2011,8,2,1.5 -"7105",40163554,2011,9,4,2.25 -"7106",40163554,2011,10,3,1.33333333333333 -"7107",40163554,2011,11,1,1 -"7108",40163554,2011,12,2,1 -"7109",40163554,2012,1,3,1.33333333333333 -"7110",40163554,2012,2,1,2 -"7111",40163554,2012,3,2,1.5 -"7112",40163554,2012,4,3,1.33333333333333 -"7113",40163554,2012,5,2,2 -"7114",40163554,2012,6,1,2 -"7115",40163554,2012,7,2,2.5 -"7116",40163554,2012,8,1,1 -"7117",40163554,2012,9,5,1.2 -"7118",40163554,2012,10,2,1.5 -"7119",40163554,2012,11,2,1.5 -"7120",40163554,2012,12,5,2 -"7121",40163554,2013,2,2,1.5 -"7122",40163554,2013,3,3,2 -"7123",40163554,2013,4,2,1.5 -"7124",40163554,2013,6,2,1.5 -"7125",40163554,2013,7,2,1.5 -"7126",40163554,2013,8,1,1 -"7127",40163554,2013,9,1,2 -"7128",40163554,2013,10,3,3.66666666666667 -"7129",40163554,2013,11,2,2 -"7130",40163554,2013,12,3,2 -"7131",40163554,2014,1,2,2 -"7132",40163554,2014,2,4,9 -"7133",40163554,2014,3,1,1 -"7134",40163554,2014,4,2,19 -"7135",40163554,2014,5,3,1.66666666666667 -"7136",40163554,2014,6,2,1.5 -"7137",40163554,2014,7,6,2.33333333333333 -"7138",40163554,2014,8,6,2 -"7139",40163554,2014,9,1,1 -"7140",40163554,2014,10,1,2 -"7141",40163554,2014,11,3,1.66666666666667 -"7142",40163554,2014,12,4,2.5 -"7143",40163554,2015,1,2,2 -"7144",40163554,2015,2,3,2 -"7145",40163554,2015,3,6,6.5 -"7146",40163554,2015,4,2,1.5 -"7147",40163554,2015,5,5,3.8 -"7148",40163554,2015,6,2,2 -"7149",40163554,2015,7,4,2.5 -"7150",40163554,2015,8,1,1 -"7151",40163554,2015,9,5,2 -"7152",40163554,2015,10,2,1.5 -"7153",40163554,2015,11,3,3.66666666666667 -"7154",40163554,2015,12,1,1 -"7155",40163554,2016,1,4,2.25 -"7156",40163554,2016,2,2,2 -"7157",40163554,2016,3,1,3 -"7158",40163554,2016,4,2,3 -"7159",40163554,2016,5,6,3 -"7160",40163554,2016,6,3,1.33333333333333 -"7161",40163554,2016,7,3,1.66666666666667 -"7162",40163554,2016,8,4,1.5 -"7163",40163554,2016,9,1,2 -"7164",40163554,2016,10,2,1.5 -"7165",40163554,2016,12,1,2 -"7166",40163554,2017,1,2,1 -"7167",40163554,2017,2,1,2 -"7168",40163554,2017,3,4,1.75 -"7169",40163554,2017,4,3,2 -"7170",40163554,2017,5,4,1.25 -"7171",40163554,2017,6,5,3 -"7172",40163554,2017,8,4,2.25 -"7173",40163554,2017,9,1,2 -"7174",40163554,2017,10,4,1.75 -"7175",40163554,2017,11,3,4.33333333333333 -"7176",40163554,2017,12,2,2 -"7177",40163554,2018,1,1,1 -"7178",40163554,2018,2,2,1.5 -"7179",40163554,2018,3,5,2.2 -"7180",40163554,2018,4,4,1.25 -"7181",40163554,2018,5,1,2 -"7182",40163554,2018,6,2,2 -"7183",40163554,2018,7,2,2 -"7184",40163554,2018,8,7,4.42857142857143 -"7185",40163554,2018,9,1,1 -"7186",40163554,2018,10,4,1.75 -"7187",40163554,2018,11,3,1.33333333333333 -"7188",40163554,2018,12,4,1.5 -"7189",40163554,2019,1,3,1.66666666666667 -"7190",40163554,2019,2,2,2 -"7191",40163554,2019,3,2,1.5 -"7192",40163554,2019,4,2,3 -"7193",40163554,2019,5,4,4.25 -"7194",40163554,2019,6,3,2.33333333333333 -"7195",40163554,2019,7,3,1.33333333333333 -"7196",40163554,2019,8,4,1.25 -"7197",40163554,2019,9,3,10 -"7198",40163554,2019,10,4,2 -"7199",40163554,2019,11,2,1 -"7200",40163554,2019,12,2,2.5 -"7201",40163554,2020,1,6,3.66666666666667 -"7202",40163554,2020,2,1,1 -"7203",40163554,2020,3,2,1.5 -"7204",40163554,2020,4,1,2 -"7205",40163554,2020,5,3,3.66666666666667 -"7206",40163554,2020,6,5,2.8 -"7207",40163554,2020,7,2,3 -"7208",40163554,2020,8,7,2.14285714285714 -"7209",40163554,2020,9,2,1.5 -"7210",40163554,2020,10,4,1.75 -"7211",40163554,2020,11,5,2 -"7212",40163554,2020,12,5,2.6 -"7213",40163554,2021,1,3,2 -"7214",40163554,2021,2,1,2 -"7215",40163554,2021,3,3,2 -"7216",40163554,2021,4,3,2.66666666666667 -"7217",40163554,2021,5,4,1.75 -"7218",40163554,2021,6,1,5 -"7219",40163554,2021,7,6,5.83333333333333 -"7220",40163554,2021,8,2,2.5 -"7221",40163554,2021,9,3,1.33333333333333 -"7222",40163554,2021,10,4,2 -"7223",40163554,2021,11,3,1.66666666666667 -"7224",40163554,2021,12,3,1.33333333333333 -"7225",40163554,2022,1,4,1.25 -"7226",40163554,2022,2,8,2.5 -"7227",40163554,2022,3,4,1.5 -"7228",40163554,2022,4,7,1.85714285714286 -"7229",40163554,2022,5,7,1.71428571428571 -"7230",40163554,2022,6,3,2.33333333333333 -"7231",40163554,2022,7,5,3.4 -"7232",40163554,2022,8,4,2 -"7233",40163554,2022,9,2,1.5 -"7234",40163554,2022,10,6,2 -"7235",40163554,2022,11,2,2.5 -"7236",40163554,2022,12,4,1.75 -"7237",40163554,2023,1,1,1 -"7238",40163554,2023,2,3,1.66666666666667 -"7239",40163554,2023,3,3,1.33333333333333 -"7240",40163554,2023,4,4,2.75 -"7241",40163554,2023,5,3,1.66666666666667 -"7242",40163554,2023,6,2,2 -"7243",40171902,1981,1,2,2 -"7244",40171902,1981,3,2,3 -"7245",40171902,1981,4,1,2 -"7246",40171902,1981,5,2,1.5 -"7247",40171902,1981,6,2,3.5 -"7248",40171902,1981,7,3,2.33333333333333 -"7249",40171902,1981,8,1,2 -"7250",40171902,1981,11,4,1.5 -"7251",40171902,1981,12,3,1.33333333333333 -"7252",40171902,1982,6,1,11 -"7253",40171902,1982,8,1,2 -"7254",40171902,1982,12,2,2 -"7255",40171902,1983,1,1,2 -"7256",40171902,1983,7,2,1 -"7257",40171902,1983,12,2,15 -"7258",40171902,1984,2,1,1 -"7259",40171902,1984,3,1,1 -"7260",40171902,1984,5,1,1 -"7261",40171902,1984,7,1,2 -"7262",40171902,1984,8,1,1 -"7263",40171902,1984,10,1,1 -"7264",40171902,1984,11,1,3 -"7265",40171902,1984,12,1,17 -"7266",40171902,1985,3,1,2 -"7267",40171902,1985,4,1,2 -"7268",40171902,1985,5,1,3 -"7269",40171902,1985,6,1,2 -"7270",40171902,1986,4,1,2 -"7271",40171902,1986,5,1,1 -"7272",40171902,1986,9,1,1 -"7273",40171902,1986,11,1,1 -"7274",40171902,1987,1,2,3 -"7275",40171902,1987,5,3,3 -"7276",40171902,1987,10,1,2 -"7277",40171902,1987,11,1,1 -"7278",40171902,1988,1,1,2 -"7279",40171902,1988,6,1,1 -"7280",40171902,1989,4,1,1 -"7281",40171902,1989,5,1,2 -"7282",40171902,1989,6,1,3 -"7283",40171902,1989,7,1,1 -"7284",40171902,1989,10,1,1 -"7285",40171902,1990,1,2,3.5 -"7286",40171902,1990,2,1,2 -"7287",40171902,1990,5,3,1.66666666666667 -"7288",40171902,1990,6,2,2 -"7289",40171902,1990,8,1,2 -"7290",40171902,1990,12,2,4 -"7291",40171902,1991,1,1,1 -"7292",40171902,1991,2,1,2 -"7293",40171902,1991,3,1,2 -"7294",40171902,1991,4,1,1 -"7295",40171902,1991,5,1,15 -"7296",40171902,1991,6,2,2.5 -"7297",40171902,1991,7,1,2 -"7298",40171902,1991,8,4,2.75 -"7299",40171902,1991,10,2,2.5 -"7300",40171902,1992,1,1,2 -"7301",40171902,1992,3,1,4 -"7302",40171902,1992,7,1,3 -"7303",40171902,1992,8,2,1.5 -"7304",40171902,1992,9,2,1 -"7305",40171902,1992,10,1,2 -"7306",40171902,1993,1,1,1 -"7307",40171902,1993,2,2,2 -"7308",40171902,1993,5,1,2 -"7309",40171902,1993,6,1,6 -"7310",40171902,1993,7,1,1 -"7311",40171902,1993,10,2,2 -"7312",40171902,1993,11,1,1 -"7313",40171902,1994,3,1,2 -"7314",40171902,1994,4,1,2 -"7315",40171902,1994,6,2,1.5 -"7316",40171902,1994,8,1,1 -"7317",40171902,1994,9,1,1 -"7318",40171902,1994,12,2,5 -"7319",40171902,1995,3,1,2 -"7320",40171902,1995,6,1,2 -"7321",40171902,1995,7,1,5 -"7322",40171902,1995,9,2,1 -"7323",40171902,1995,11,1,2 -"7324",40171902,1995,12,3,1.66666666666667 -"7325",40171902,1996,3,1,2 -"7326",40171902,1996,6,2,2 -"7327",40171902,1996,7,1,2 -"7328",40171902,1996,8,1,1 -"7329",40171902,1996,10,3,2.33333333333333 -"7330",40171902,1996,12,1,2 -"7331",40171902,1997,1,1,2 -"7332",40171902,1997,5,3,1.66666666666667 -"7333",40171902,1997,6,2,2 -"7334",40171902,1997,8,2,1.5 -"7335",40171902,1997,9,5,2 -"7336",40171902,1997,10,1,2 -"7337",40171902,1998,2,3,1.33333333333333 -"7338",40171902,1998,3,2,5 -"7339",40171902,1998,4,2,2 -"7340",40171902,1998,6,2,2.5 -"7341",40171902,1998,8,3,2.66666666666667 -"7342",40171902,1998,10,1,2 -"7343",40171902,1998,11,1,1 -"7344",40171902,1998,12,1,2 -"7345",40171902,1999,2,1,1 -"7346",40171902,1999,4,1,2 -"7347",40171902,1999,5,2,3.5 -"7348",40171902,1999,6,1,2 -"7349",40171902,1999,7,2,3 -"7350",40171902,1999,9,1,1 -"7351",40171902,1999,11,2,2.5 -"7352",40171902,2000,1,2,1.5 -"7353",40171902,2000,2,4,2.25 -"7354",40171902,2000,3,5,1.6 -"7355",40171902,2000,6,2,1 -"7356",40171902,2000,7,1,2 -"7357",40171902,2000,8,2,1.5 -"7358",40171902,2000,10,1,2 -"7359",40171902,2000,11,3,1 -"7360",40171902,2000,12,1,1 -"7361",40171902,2001,2,1,2 -"7362",40171902,2001,4,2,2.5 -"7363",40171902,2001,6,4,1.5 -"7364",40171902,2001,7,2,2 -"7365",40171902,2001,9,1,1 -"7366",40171902,2001,10,1,2 -"7367",40171902,2001,12,1,2 -"7368",40171902,2002,1,3,1.66666666666667 -"7369",40171902,2002,2,1,1 -"7370",40171902,2002,3,3,1.66666666666667 -"7371",40171902,2002,5,3,4.66666666666667 -"7372",40171902,2002,6,3,1.66666666666667 -"7373",40171902,2002,7,1,1 -"7374",40171902,2002,8,1,2 -"7375",40171902,2002,9,1,1 -"7376",40171902,2002,12,4,1.75 -"7377",40171902,2003,1,3,2 -"7378",40171902,2003,2,4,1.5 -"7379",40171902,2003,5,4,1.75 -"7380",40171902,2003,6,3,2.66666666666667 -"7381",40171902,2003,8,2,2 -"7382",40171902,2003,9,2,2 -"7383",40171902,2003,10,1,2 -"7384",40171902,2003,11,1,2 -"7385",40171902,2003,12,1,2 -"7386",40171902,2004,1,3,1.33333333333333 -"7387",40171902,2004,2,1,3 -"7388",40171902,2004,3,2,2 -"7389",40171902,2004,4,2,1.5 -"7390",40171902,2004,5,2,2 -"7391",40171902,2004,6,1,2 -"7392",40171902,2004,7,3,4.33333333333333 -"7393",40171902,2004,8,3,2.66666666666667 -"7394",40171902,2004,10,2,3.5 -"7395",40171902,2004,11,2,4 -"7396",40171902,2004,12,2,1.5 -"7397",40171902,2005,1,1,3 -"7398",40171902,2005,2,1,2 -"7399",40171902,2005,3,3,2.66666666666667 -"7400",40171902,2005,4,2,2 -"7401",40171902,2005,5,1,1 -"7402",40171902,2005,6,1,25 -"7403",40171902,2005,7,1,2 -"7404",40171902,2005,9,3,2.66666666666667 -"7405",40171902,2005,10,1,1 -"7406",40171902,2005,12,2,2 -"7407",40171902,2006,1,2,1.5 -"7408",40171902,2006,2,2,1 -"7409",40171902,2006,3,1,2 -"7410",40171902,2006,4,4,2 -"7411",40171902,2006,6,1,2 -"7412",40171902,2006,7,2,1 -"7413",40171902,2006,8,1,2 -"7414",40171902,2006,9,3,2 -"7415",40171902,2006,10,2,1.5 -"7416",40171902,2006,11,1,1 -"7417",40171902,2006,12,2,1.5 -"7418",40171902,2007,2,2,1.5 -"7419",40171902,2007,3,1,2 -"7420",40171902,2007,4,3,1.66666666666667 -"7421",40171902,2007,6,3,1.66666666666667 -"7422",40171902,2007,9,1,1 -"7423",40171902,2007,10,2,2.5 -"7424",40171902,2007,11,2,1.5 -"7425",40171902,2007,12,4,1.75 -"7426",40171902,2008,1,1,1 -"7427",40171902,2008,2,1,1 -"7428",40171902,2008,3,4,1.25 -"7429",40171902,2008,5,3,2.33333333333333 -"7430",40171902,2008,6,1,1 -"7431",40171902,2008,7,2,2 -"7432",40171902,2008,8,2,1.5 -"7433",40171902,2008,9,2,1.5 -"7434",40171902,2008,10,2,2 -"7435",40171902,2008,11,1,1 -"7436",40171902,2009,1,5,1.8 -"7437",40171902,2009,2,1,1 -"7438",40171902,2009,3,4,1.75 -"7439",40171902,2009,4,4,1.75 -"7440",40171902,2009,5,1,1 -"7441",40171902,2009,6,2,9.5 -"7442",40171902,2009,7,2,3 -"7443",40171902,2009,8,2,1 -"7444",40171902,2009,9,4,2 -"7445",40171902,2009,10,2,3 -"7446",40171902,2009,11,2,1.5 -"7447",40171902,2009,12,3,3.66666666666667 -"7448",40171902,2010,1,1,1 -"7449",40171902,2010,2,3,1.66666666666667 -"7450",40171902,2010,3,1,2 -"7451",40171902,2010,4,2,1 -"7452",40171902,2010,5,4,2 -"7453",40171902,2010,6,2,2.5 -"7454",40171902,2010,7,1,1 -"7455",40171902,2010,9,3,2 -"7456",40171902,2010,10,2,1 -"7457",40171902,2010,11,1,2 -"7458",40171902,2011,1,6,1.5 -"7459",40171902,2011,2,1,1 -"7460",40171902,2011,3,1,2 -"7461",40171902,2011,4,2,1 -"7462",40171902,2011,5,1,2 -"7463",40171902,2011,6,2,2.5 -"7464",40171902,2011,7,4,1.75 -"7465",40171902,2011,8,2,1.5 -"7466",40171902,2011,9,4,2.25 -"7467",40171902,2011,10,3,1.33333333333333 -"7468",40171902,2011,11,1,1 -"7469",40171902,2011,12,2,1 -"7470",40171902,2012,1,3,1.33333333333333 -"7471",40171902,2012,2,1,2 -"7472",40171902,2012,3,2,1.5 -"7473",40171902,2012,4,3,1.33333333333333 -"7474",40171902,2012,5,2,2 -"7475",40171902,2012,6,1,2 -"7476",40171902,2012,7,2,2.5 -"7477",40171902,2012,8,1,1 -"7478",40171902,2012,9,5,1.2 -"7479",40171902,2012,10,2,1.5 -"7480",40171902,2012,11,2,1.5 -"7481",40171902,2012,12,5,2 -"7482",40171902,2013,2,2,1.5 -"7483",40171902,2013,3,3,2 -"7484",40171902,2013,4,2,1.5 -"7485",40171902,2013,6,2,1.5 -"7486",40171902,2013,7,2,1.5 -"7487",40171902,2013,8,1,1 -"7488",40171902,2013,9,1,2 -"7489",40171902,2013,10,3,3.66666666666667 -"7490",40171902,2013,11,2,2 -"7491",40171902,2013,12,3,2 -"7492",40171902,2014,1,2,2 -"7493",40171902,2014,2,4,9 -"7494",40171902,2014,3,1,1 -"7495",40171902,2014,4,2,19 -"7496",40171902,2014,5,3,1.66666666666667 -"7497",40171902,2014,6,2,1.5 -"7498",40171902,2014,7,6,2.33333333333333 -"7499",40171902,2014,8,6,2 -"7500",40171902,2014,9,1,1 -"7501",40171902,2014,10,1,2 -"7502",40171902,2014,11,3,1.66666666666667 -"7503",40171902,2014,12,4,2.5 -"7504",40171902,2015,1,2,2 -"7505",40171902,2015,2,3,2 -"7506",40171902,2015,3,6,6.5 -"7507",40171902,2015,4,2,1.5 -"7508",40171902,2015,5,5,3.8 -"7509",40171902,2015,6,2,2 -"7510",40171902,2015,7,4,2.5 -"7511",40171902,2015,8,1,1 -"7512",40171902,2015,9,5,2 -"7513",40171902,2015,10,2,1.5 -"7514",40171902,2015,11,3,3.66666666666667 -"7515",40171902,2015,12,1,1 -"7516",40171902,2016,1,4,2.25 -"7517",40171902,2016,2,2,2 -"7518",40171902,2016,3,1,3 -"7519",40171902,2016,4,2,3 -"7520",40171902,2016,5,6,3 -"7521",40171902,2016,6,3,1.33333333333333 -"7522",40171902,2016,7,3,1.66666666666667 -"7523",40171902,2016,8,4,1.5 -"7524",40171902,2016,9,1,2 -"7525",40171902,2016,10,2,1.5 -"7526",40171902,2016,12,1,2 -"7527",40171902,2017,1,2,1 -"7528",40171902,2017,2,1,2 -"7529",40171902,2017,3,4,1.75 -"7530",40171902,2017,4,3,2 -"7531",40171902,2017,5,4,1.25 -"7532",40171902,2017,6,5,3 -"7533",40171902,2017,8,4,2.25 -"7534",40171902,2017,9,1,2 -"7535",40171902,2017,10,4,1.75 -"7536",40171902,2017,11,3,4.33333333333333 -"7537",40171902,2017,12,2,2 -"7538",40171902,2018,1,1,1 -"7539",40171902,2018,2,2,1.5 -"7540",40171902,2018,3,5,2.2 -"7541",40171902,2018,4,4,1.25 -"7542",40171902,2018,5,1,2 -"7543",40171902,2018,6,2,2 -"7544",40171902,2018,7,2,2 -"7545",40171902,2018,8,7,4.42857142857143 -"7546",40171902,2018,9,1,1 -"7547",40171902,2018,10,4,1.75 -"7548",40171902,2018,11,3,1.33333333333333 -"7549",40171902,2018,12,4,1.5 -"7550",40171902,2019,1,3,1.66666666666667 -"7551",40171902,2019,2,2,2 -"7552",40171902,2019,3,2,1.5 -"7553",40171902,2019,4,2,3 -"7554",40171902,2019,5,4,4.25 -"7555",40171902,2019,6,3,2.33333333333333 -"7556",40171902,2019,7,3,1.33333333333333 -"7557",40171902,2019,8,4,1.25 -"7558",40171902,2019,9,3,10 -"7559",40171902,2019,10,4,2 -"7560",40171902,2019,11,2,1 -"7561",40171902,2019,12,2,2.5 -"7562",40171902,2020,1,6,3.66666666666667 -"7563",40171902,2020,2,1,1 -"7564",40171902,2020,3,2,1.5 -"7565",40171902,2020,4,1,2 -"7566",40171902,2020,5,3,3.66666666666667 -"7567",40171902,2020,6,5,2.8 -"7568",40171902,2020,7,2,3 -"7569",40171902,2020,8,7,2.14285714285714 -"7570",40171902,2020,9,2,1.5 -"7571",40171902,2020,10,4,1.75 -"7572",40171902,2020,11,5,2 -"7573",40171902,2020,12,5,2.6 -"7574",40171902,2021,1,3,2 -"7575",40171902,2021,2,1,2 -"7576",40171902,2021,3,3,2 -"7577",40171902,2021,4,3,2.66666666666667 -"7578",40171902,2021,5,4,1.75 -"7579",40171902,2021,6,1,5 -"7580",40171902,2021,7,6,5.83333333333333 -"7581",40171902,2021,8,2,2.5 -"7582",40171902,2021,9,3,1.33333333333333 -"7583",40171902,2021,10,4,2 -"7584",40171902,2021,11,3,1.66666666666667 -"7585",40171902,2021,12,3,1.33333333333333 -"7586",40171902,2022,1,4,1.25 -"7587",40171902,2022,2,8,2.5 -"7588",40171902,2022,3,4,1.5 -"7589",40171902,2022,4,7,1.85714285714286 -"7590",40171902,2022,5,7,1.71428571428571 -"7591",40171902,2022,6,3,2.33333333333333 -"7592",40171902,2022,7,5,3.4 -"7593",40171902,2022,8,4,2 -"7594",40171902,2022,9,2,1.5 -"7595",40171902,2022,10,6,2 -"7596",40171902,2022,11,2,2.5 -"7597",40171902,2022,12,4,1.75 -"7598",40171902,2023,1,1,1 -"7599",40171902,2023,2,3,1.66666666666667 -"7600",40171902,2023,3,3,1.33333333333333 -"7601",40171902,2023,4,4,2.75 -"7602",40171902,2023,5,3,1.66666666666667 -"7603",40171902,2023,6,2,2 -"7604",40213154,1945,3,1,2 -"7605",40213154,1945,6,2,1.5 -"7606",40213154,1945,8,1,2 -"7607",40213154,1945,10,1,1 -"7608",40213154,1945,12,1,1 -"7609",40213154,1946,1,2,3.5 -"7610",40213154,1946,2,1,1 -"7611",40213154,1946,3,2,4 -"7612",40213154,1946,6,2,1.5 -"7613",40213154,1946,9,1,2 -"7614",40213154,1947,1,3,3 -"7615",40213154,1947,3,3,3 -"7616",40213154,1947,6,2,1.5 -"7617",40213154,1948,1,2,3.5 -"7618",40213154,1948,2,3,1.33333333333333 -"7619",40213154,1948,4,3,3.33333333333333 -"7620",40213154,1948,6,2,1.5 -"7621",40213154,1948,10,1,1 -"7622",40213154,1949,2,3,1 -"7623",40213154,1949,3,1,1 -"7624",40213154,1949,4,3,3.33333333333333 -"7625",40213154,1949,5,1,2 -"7626",40213154,1949,6,1,1 -"7627",40213154,1949,7,1,2 -"7628",40213154,1950,2,1,1 -"7629",40213154,1950,3,2,1 -"7630",40213154,1950,4,3,3.33333333333333 -"7631",40213154,1950,5,1,2 -"7632",40213154,1950,7,2,1.5 -"7633",40213154,1951,1,1,1 -"7634",40213154,1951,2,1,1 -"7635",40213154,1951,3,2,1 -"7636",40213154,1951,4,4,2.75 -"7637",40213154,1951,5,1,2 -"7638",40213154,1951,8,1,1 -"7639",40213154,1951,10,1,1 -"7640",40213154,1952,2,2,1 -"7641",40213154,1952,3,2,1.5 -"7642",40213154,1952,4,5,2.4 -"7643",40213154,1952,5,1,2 -"7644",40213154,1952,10,1,2 -"7645",40213154,1952,11,1,1 -"7646",40213154,1953,3,3,1 -"7647",40213154,1953,4,3,1.33333333333333 -"7648",40213154,1953,5,2,4 -"7649",40213154,1953,6,1,5 -"7650",40213154,1953,10,1,1 -"7651",40213154,1953,11,2,1.5 -"7652",40213154,1954,1,1,1 -"7653",40213154,1954,3,2,1 -"7654",40213154,1954,4,2,1 -"7655",40213154,1954,5,3,3.66666666666667 -"7656",40213154,1954,6,2,3.5 -"7657",40213154,1954,9,1,5 -"7658",40213154,1954,10,1,1 -"7659",40213154,1954,11,2,1.5 -"7660",40213154,1955,3,3,1.33333333333333 -"7661",40213154,1955,4,2,1 -"7662",40213154,1955,5,1,6 -"7663",40213154,1955,6,3,3.33333333333333 -"7664",40213154,1955,10,2,3 -"7665",40213154,1955,11,2,1.5 -"7666",40213154,1955,12,1,2 -"7667",40213154,1956,1,1,2 -"7668",40213154,1956,3,3,1.33333333333333 -"7669",40213154,1956,4,2,1.5 -"7670",40213154,1956,6,1,3 -"7671",40213154,1956,7,1,5 -"7672",40213154,1956,10,2,3 -"7673",40213154,1956,11,2,1.5 -"7674",40213154,1956,12,1,2 -"7675",40213154,1957,1,1,2 -"7676",40213154,1957,2,1,2 -"7677",40213154,1957,3,2,1.5 -"7678",40213154,1957,4,1,1 -"7679",40213154,1957,5,1,1 -"7680",40213154,1957,6,2,4.5 -"7681",40213154,1957,7,1,5 -"7682",40213154,1957,10,2,3 -"7683",40213154,1957,11,2,1.5 -"7684",40213154,1957,12,1,2 -"7685",40213154,1958,1,2,1.5 -"7686",40213154,1958,2,1,2 -"7687",40213154,1958,3,1,2 -"7688",40213154,1958,4,2,1.5 -"7689",40213154,1958,5,1,1 -"7690",40213154,1958,6,2,4.5 -"7691",40213154,1958,7,2,3.5 -"7692",40213154,1958,10,1,5 -"7693",40213154,1958,11,1,1 -"7694",40213154,1958,12,4,1.75 -"7695",40213154,1959,1,2,1.5 -"7696",40213154,1959,2,1,2 -"7697",40213154,1959,4,4,1.75 -"7698",40213154,1959,5,1,1 -"7699",40213154,1959,6,2,4.5 -"7700",40213154,1959,7,1,5 -"7701",40213154,1959,9,1,3 -"7702",40213154,1959,10,2,3.5 -"7703",40213154,1959,11,1,1 -"7704",40213154,1959,12,2,2 -"7705",40213154,1960,1,3,1.66666666666667 -"7706",40213154,1960,2,1,2 -"7707",40213154,1960,4,2,1.5 -"7708",40213154,1960,5,1,2 -"7709",40213154,1960,7,4,3.75 -"7710",40213154,1960,10,1,2 -"7711",40213154,1960,11,2,3 -"7712",40213154,1960,12,2,2.5 -"7713",40213154,1961,1,2,2 -"7714",40213154,1961,2,3,1.66666666666667 -"7715",40213154,1961,4,1,1 -"7716",40213154,1961,5,1,2 -"7717",40213154,1961,7,6,3.16666666666667 -"7718",40213154,1961,8,1,1 -"7719",40213154,1961,10,2,2 -"7720",40213154,1961,11,2,3 -"7721",40213154,1961,12,2,2.5 -"7722",40213154,1962,1,2,2 -"7723",40213154,1962,2,2,1.5 -"7724",40213154,1962,3,2,1.5 -"7725",40213154,1962,4,1,2 -"7726",40213154,1962,5,3,1.33333333333333 -"7727",40213154,1962,7,3,3.33333333333333 -"7728",40213154,1962,8,2,3.5 -"7729",40213154,1962,11,3,2.66666666666667 -"7730",40213154,1962,12,1,3 -"7731",40213154,1963,1,2,2 -"7732",40213154,1963,2,2,1.5 -"7733",40213154,1963,3,2,1.5 -"7734",40213154,1963,5,3,1.66666666666667 -"7735",40213154,1963,6,1,1 -"7736",40213154,1963,7,2,3.5 -"7737",40213154,1963,8,1,2 -"7738",40213154,1963,11,1,2 -"7739",40213154,1963,12,1,3 -"7740",40213154,1964,1,2,2 -"7741",40213154,1964,2,2,1.5 -"7742",40213154,1964,3,2,1.5 -"7743",40213154,1964,5,2,1.5 -"7744",40213154,1964,6,1,1 -"7745",40213154,1964,7,3,3 -"7746",40213154,1964,8,2,1.5 -"7747",40213154,1964,10,1,2 -"7748",40213154,1964,11,1,2 -"7749",40213154,1964,12,1,3 -"7750",40213154,1965,1,2,2 -"7751",40213154,1965,2,1,1 -"7752",40213154,1965,3,2,1.5 -"7753",40213154,1965,5,3,1.66666666666667 -"7754",40213154,1965,6,1,1 -"7755",40213154,1965,7,1,5 -"7756",40213154,1965,8,3,3 -"7757",40213154,1965,10,2,1.5 -"7758",40213154,1965,11,1,2 -"7759",40213154,1965,12,3,1.66666666666667 -"7760",40213154,1966,1,1,2 -"7761",40213154,1966,2,3,3 -"7762",40213154,1966,3,2,1.5 -"7763",40213154,1966,4,2,1 -"7764",40213154,1966,5,1,2 -"7765",40213154,1966,6,2,1.5 -"7766",40213154,1966,7,1,5 -"7767",40213154,1966,8,3,3 -"7768",40213154,1966,9,1,1 -"7769",40213154,1966,10,2,1.5 -"7770",40213154,1966,11,1,2 -"7771",40213154,1966,12,2,2 -"7772",40213154,1967,1,1,2 -"7773",40213154,1967,2,2,2 -"7774",40213154,1967,3,3,1 -"7775",40213154,1967,4,2,1 -"7776",40213154,1967,5,1,4 -"7777",40213154,1967,6,3,1.33333333333333 -"7778",40213154,1967,7,4,2.25 -"7779",40213154,1967,8,1,1 -"7780",40213154,1967,10,2,1.5 -"7781",40213154,1967,12,3,1.33333333333333 -"7782",40213154,1968,1,1,2 -"7783",40213154,1968,2,3,1.66666666666667 -"7784",40213154,1968,3,3,1 -"7785",40213154,1968,4,1,1 -"7786",40213154,1968,5,3,2.66666666666667 -"7787",40213154,1968,6,1,3 -"7788",40213154,1968,7,3,2.33333333333333 -"7789",40213154,1968,8,1,1 -"7790",40213154,1968,9,1,1 -"7791",40213154,1968,10,2,1.5 -"7792",40213154,1968,12,4,2.25 -"7793",40213154,1969,1,1,2 -"7794",40213154,1969,2,1,1 -"7795",40213154,1969,3,3,1.33333333333333 -"7796",40213154,1969,4,3,1 -"7797",40213154,1969,6,1,4 -"7798",40213154,1969,7,2,1 -"7799",40213154,1969,8,3,2.66666666666667 -"7800",40213154,1969,10,2,3 -"7801",40213154,1969,11,2,1.5 -"7802",40213154,1969,12,1,1 -"7803",40213154,1970,1,1,1 -"7804",40213154,1970,2,2,1.5 -"7805",40213154,1970,3,4,1.25 -"7806",40213154,1970,4,1,1 -"7807",40213154,1970,5,1,2 -"7808",40213154,1970,6,2,2.5 -"7809",40213154,1970,7,4,1.25 -"7810",40213154,1970,8,1,5 -"7811",40213154,1970,9,3,1.66666666666667 -"7812",40213154,1970,10,3,1.66666666666667 -"7813",40213154,1970,11,2,1.5 -"7814",40213154,1970,12,2,3 -"7815",40213154,1971,2,1,2 -"7816",40213154,1971,3,3,1.33333333333333 -"7817",40213154,1971,4,4,1.5 -"7818",40213154,1971,5,1,2 -"7819",40213154,1971,6,1,4 -"7820",40213154,1971,7,5,1.2 -"7821",40213154,1971,8,1,5 -"7822",40213154,1971,9,1,1 -"7823",40213154,1971,10,1,2 -"7824",40213154,1971,11,3,1.66666666666667 -"7825",40213154,1971,12,1,2 -"7826",40213154,1972,1,2,1 -"7827",40213154,1972,2,2,1.5 -"7828",40213154,1972,3,4,2.75 -"7829",40213154,1972,4,5,1.4 -"7830",40213154,1972,5,2,2 -"7831",40213154,1972,6,1,4 -"7832",40213154,1972,7,4,2.25 -"7833",40213154,1972,8,2,3 -"7834",40213154,1972,9,1,1 -"7835",40213154,1972,10,3,1.33333333333333 -"7836",40213154,1972,11,3,1.66666666666667 -"7837",40213154,1972,12,2,4 -"7838",40213154,1973,1,2,1 -"7839",40213154,1973,2,1,2 -"7840",40213154,1973,3,3,1.33333333333333 -"7841",40213154,1973,4,5,1.6 -"7842",40213154,1973,6,2,3 -"7843",40213154,1973,7,2,1.5 -"7844",40213154,1973,8,5,2 -"7845",40213154,1973,9,1,1 -"7846",40213154,1973,10,1,2 -"7847",40213154,1973,11,3,1.66666666666667 -"7848",40213154,1973,12,2,2 -"7849",40213154,1974,1,1,1 -"7850",40213154,1974,2,4,1.25 -"7851",40213154,1974,3,3,1.33333333333333 -"7852",40213154,1974,4,2,1 -"7853",40213154,1974,5,4,2.75 -"7854",40213154,1974,6,1,2 -"7855",40213154,1974,7,2,2.5 -"7856",40213154,1974,8,6,2.5 -"7857",40213154,1974,10,1,1 -"7858",40213154,1974,11,2,2 -"7859",40213154,1974,12,6,2.66666666666667 -"7860",40213154,1975,1,1,2 -"7861",40213154,1975,2,1,1 -"7862",40213154,1975,3,4,1.75 -"7863",40213154,1975,4,4,1.25 -"7864",40213154,1975,5,3,2 -"7865",40213154,1975,6,1,2 -"7866",40213154,1975,7,2,2.5 -"7867",40213154,1975,8,5,1.2 -"7868",40213154,1975,9,1,1 -"7869",40213154,1975,10,3,1.33333333333333 -"7870",40213154,1975,11,2,2 -"7871",40213154,1975,12,3,2 -"7872",40213154,1976,1,2,1.5 -"7873",40213154,1976,2,2,1 -"7874",40213154,1976,3,2,1.5 -"7875",40213154,1976,4,3,1.33333333333333 -"7876",40213154,1976,5,3,2.66666666666667 -"7877",40213154,1976,6,1,2 -"7878",40213154,1976,7,2,2.5 -"7879",40213154,1976,8,6,2.16666666666667 -"7880",40213154,1976,9,2,1.5 -"7881",40213154,1976,10,2,1.5 -"7882",40213154,1976,11,1,2 -"7883",40213154,1976,12,4,3.5 -"7884",40213154,1977,1,2,1 -"7885",40213154,1977,2,2,1.5 -"7886",40213154,1977,3,2,1.5 -"7887",40213154,1977,4,1,2 -"7888",40213154,1977,5,2,1.5 -"7889",40213154,1977,6,1,2 -"7890",40213154,1977,7,1,2 -"7891",40213154,1977,8,6,1.66666666666667 -"7892",40213154,1977,9,1,1 -"7893",40213154,1977,10,5,1.4 -"7894",40213154,1977,11,1,2 -"7895",40213154,1977,12,5,2.2 -"7896",40213154,1978,1,1,1 -"7897",40213154,1978,2,3,1.66666666666667 -"7898",40213154,1978,3,4,2.25 -"7899",40213154,1978,4,2,1.5 -"7900",40213154,1978,5,1,5 -"7901",40213154,1978,6,2,2 -"7902",40213154,1978,8,3,1.66666666666667 -"7903",40213154,1978,9,3,1.66666666666667 -"7904",40213154,1978,10,4,1.5 -"7905",40213154,1978,11,2,1.5 -"7906",40213154,1978,12,2,2.5 -"7907",40213154,1979,1,2,4 -"7908",40213154,1979,2,2,1.5 -"7909",40213154,1979,3,6,2 -"7910",40213154,1979,4,1,2 -"7911",40213154,1979,6,2,2 -"7912",40213154,1979,8,3,1.66666666666667 -"7913",40213154,1979,9,3,1.66666666666667 -"7914",40213154,1979,10,5,6.4 -"7915",40213154,1979,11,3,2.66666666666667 -"7916",40213154,1979,12,2,2 -"7917",40213154,1980,2,3,1.33333333333333 -"7918",40213154,1980,3,6,2 -"7919",40213154,1980,4,5,2.6 -"7920",40213154,1980,6,2,2 -"7921",40213154,1980,9,3,1.66666666666667 -"7922",40213154,1980,10,6,5.66666666666667 -"7923",40213154,1980,11,2,2 -"7924",40213154,1980,12,4,2 -"7925",40213154,1981,1,1,7 -"7926",40213154,1981,2,4,1.25 -"7927",40213154,1981,3,5,2.4 -"7928",40213154,1981,4,4,2.5 -"7929",40213154,1981,5,1,2 -"7930",40213154,1981,6,1,4 -"7931",40213154,1981,7,1,2 -"7932",40213154,1981,9,4,1.75 -"7933",40213154,1981,10,5,2 -"7934",40213154,1981,11,4,7.5 -"7935",40213154,1981,12,3,2.33333333333333 -"7936",40213154,1982,1,1,4 -"7937",40213154,1982,2,3,1 -"7938",40213154,1982,3,11,3.72727272727273 -"7939",40213154,1982,4,5,2.4 -"7940",40213154,1982,5,1,5 -"7941",40213154,1982,7,1,2 -"7942",40213154,1982,9,3,1.33333333333333 -"7943",40213154,1982,10,4,2.25 -"7944",40213154,1982,11,6,5.5 -"7945",40213154,1982,12,2,1.5 -"7946",40213154,1983,1,1,2 -"7947",40213154,1983,2,3,1 -"7948",40213154,1983,3,7,1.71428571428571 -"7949",40213154,1983,4,5,7 -"7950",40213154,1983,5,2,7.5 -"7951",40213154,1983,6,1,3 -"7952",40213154,1983,7,3,2 -"7953",40213154,1983,8,1,2 -"7954",40213154,1983,9,4,1.75 -"7955",40213154,1983,10,5,2 -"7956",40213154,1983,11,7,4.85714285714286 -"7957",40213154,1983,12,2,3 -"7958",40213154,1984,1,2,3 -"7959",40213154,1984,2,1,1 -"7960",40213154,1984,3,11,1.45454545454545 -"7961",40213154,1984,4,7,6 -"7962",40213154,1984,5,1,13 -"7963",40213154,1984,6,4,2.5 -"7964",40213154,1984,7,2,1.5 -"7965",40213154,1984,8,2,2 -"7966",40213154,1984,9,4,1.75 -"7967",40213154,1984,10,4,1.75 -"7968",40213154,1984,11,9,4.33333333333333 -"7969",40213154,1984,12,3,1.66666666666667 -"7970",40213154,1985,1,5,2.8 -"7971",40213154,1985,3,9,1.33333333333333 -"7972",40213154,1985,4,13,4.46153846153846 -"7973",40213154,1985,5,2,7.5 -"7974",40213154,1985,6,4,2 -"7975",40213154,1985,7,2,1.5 -"7976",40213154,1985,8,2,2 -"7977",40213154,1985,9,6,2 -"7978",40213154,1985,10,5,1.4 -"7979",40213154,1985,11,8,4.75 -"7980",40213154,1985,12,4,2.25 -"7981",40213154,1986,1,4,3 -"7982",40213154,1986,3,7,1.42857142857143 -"7983",40213154,1986,4,14,4.21428571428571 -"7984",40213154,1986,5,1,2 -"7985",40213154,1986,6,4,4.75 -"7986",40213154,1986,7,2,1.5 -"7987",40213154,1986,8,4,1.75 -"7988",40213154,1986,9,4,2 -"7989",40213154,1986,10,5,1.6 -"7990",40213154,1986,11,4,8.5 -"7991",40213154,1986,12,9,1.66666666666667 -"7992",40213154,1987,1,5,2.8 -"7993",40213154,1987,3,9,1.55555555555556 -"7994",40213154,1987,4,13,4 -"7995",40213154,1987,5,5,3.6 -"7996",40213154,1987,6,6,4.16666666666667 -"7997",40213154,1987,7,1,2 -"7998",40213154,1987,8,6,2.33333333333333 -"7999",40213154,1987,9,4,2.5 -"8000",40213154,1987,10,9,1.66666666666667 -"8001",40213154,1987,11,7,2.14285714285714 -"8002",40213154,1987,12,9,4.22222222222222 -"8003",40213154,1988,1,3,3.66666666666667 -"8004",40213154,1988,2,2,1.5 -"8005",40213154,1988,3,8,1.375 -"8006",40213154,1988,4,13,2.15384615384615 -"8007",40213154,1988,5,7,6.42857142857143 -"8008",40213154,1988,6,3,5.33333333333333 -"8009",40213154,1988,7,6,2.16666666666667 -"8010",40213154,1988,8,5,1.6 -"8011",40213154,1988,9,4,2.5 -"8012",40213154,1988,10,7,1.85714285714286 -"8013",40213154,1988,11,7,1.71428571428571 -"8014",40213154,1988,12,8,4.25 -"8015",40213154,1989,1,8,2.625 -"8016",40213154,1989,2,2,2.5 -"8017",40213154,1989,3,5,1.2 -"8018",40213154,1989,4,13,1.69230769230769 -"8019",40213154,1989,5,12,4.75 -"8020",40213154,1989,6,5,5 -"8021",40213154,1989,7,5,3.2 -"8022",40213154,1989,8,6,1.5 -"8023",40213154,1989,9,4,2.5 -"8024",40213154,1989,10,8,1.75 -"8025",40213154,1989,11,11,1.54545454545455 -"8026",40213154,1989,12,5,1.2 -"8027",40213154,1990,1,12,2.33333333333333 -"8028",40213154,1990,2,3,3 -"8029",40213154,1990,3,4,1.25 -"8030",40213154,1990,4,9,1.55555555555556 -"8031",40213154,1990,5,15,4.13333333333333 -"8032",40213154,1990,6,6,4.5 -"8033",40213154,1990,7,6,3 -"8034",40213154,1990,8,7,1.57142857142857 -"8035",40213154,1990,9,4,2 -"8036",40213154,1990,10,10,2.2 -"8037",40213154,1990,11,12,1.5 -"8038",40213154,1990,12,8,1.375 -"8039",40213154,1991,1,9,2.33333333333333 -"8040",40213154,1991,2,4,2.75 -"8041",40213154,1991,3,4,1.25 -"8042",40213154,1991,4,8,1.75 -"8043",40213154,1991,5,14,5.21428571428571 -"8044",40213154,1991,6,6,3.16666666666667 -"8045",40213154,1991,7,7,3.57142857142857 -"8046",40213154,1991,8,9,2.11111111111111 -"8047",40213154,1991,9,6,1.83333333333333 -"8048",40213154,1991,10,14,2 -"8049",40213154,1991,11,8,2 -"8050",40213154,1991,12,9,5.33333333333333 -"8051",40213154,1992,1,11,2 -"8052",40213154,1992,2,6,3.5 -"8053",40213154,1992,3,4,1.5 -"8054",40213154,1992,4,9,1.66666666666667 -"8055",40213154,1992,5,13,3.53846153846154 -"8056",40213154,1992,6,7,2.14285714285714 -"8057",40213154,1992,7,7,2.14285714285714 -"8058",40213154,1992,8,8,2.25 -"8059",40213154,1992,9,6,1.5 -"8060",40213154,1992,10,14,2 -"8061",40213154,1992,11,11,1.90909090909091 -"8062",40213154,1992,12,7,6.14285714285714 -"8063",40213154,1993,1,9,1.77777777777778 -"8064",40213154,1993,2,9,2.66666666666667 -"8065",40213154,1993,3,5,2.6 -"8066",40213154,1993,4,11,1.72727272727273 -"8067",40213154,1993,5,9,3.77777777777778 -"8068",40213154,1993,6,11,2.81818181818182 -"8069",40213154,1993,7,11,2.36363636363636 -"8070",40213154,1993,8,7,2.28571428571429 -"8071",40213154,1993,9,10,1.4 -"8072",40213154,1993,10,9,2 -"8073",40213154,1993,11,18,1.94444444444444 -"8074",40213154,1993,12,9,5.22222222222222 -"8075",40213154,1994,1,8,2.5 -"8076",40213154,1994,2,14,2 -"8077",40213154,1994,3,6,2.66666666666667 -"8078",40213154,1994,4,6,1.66666666666667 -"8079",40213154,1994,5,10,3.2 -"8080",40213154,1994,6,10,2.6 -"8081",40213154,1994,7,8,2.375 -"8082",40213154,1994,8,9,3.22222222222222 -"8083",40213154,1994,9,9,1.44444444444444 -"8084",40213154,1994,10,9,2 -"8085",40213154,1994,11,16,2 -"8086",40213154,1994,12,14,3 -"8087",40213154,1995,1,8,6 -"8088",40213154,1995,2,13,2.46153846153846 -"8089",40213154,1995,3,10,2.4 -"8090",40213154,1995,4,8,2.125 -"8091",40213154,1995,5,7,4 -"8092",40213154,1995,6,13,2.38461538461538 -"8093",40213154,1995,7,13,1.92307692307692 -"8094",40213154,1995,8,11,2.81818181818182 -"8095",40213154,1995,9,11,1.36363636363636 -"8096",40213154,1995,10,9,2.22222222222222 -"8097",40213154,1995,11,14,1.85714285714286 -"8098",40213154,1995,12,17,1.76470588235294 -"8099",40213154,1996,1,14,4.78571428571429 -"8100",40213154,1996,2,11,2.27272727272727 -"8101",40213154,1996,3,10,2.3 -"8102",40213154,1996,4,9,2.22222222222222 -"8103",40213154,1996,5,11,3.09090909090909 -"8104",40213154,1996,6,11,2.09090909090909 -"8105",40213154,1996,7,14,1.92857142857143 -"8106",40213154,1996,8,8,2.5 -"8107",40213154,1996,9,15,1.86666666666667 -"8108",40213154,1996,10,7,1.71428571428571 -"8109",40213154,1996,11,19,2.78947368421053 -"8110",40213154,1996,12,15,1.86666666666667 -"8111",40213154,1997,1,13,4.84615384615385 -"8112",40213154,1997,2,14,2.21428571428571 -"8113",40213154,1997,3,14,2.21428571428571 -"8114",40213154,1997,4,16,1.875 -"8115",40213154,1997,5,7,1.85714285714286 -"8116",40213154,1997,6,10,3.6 -"8117",40213154,1997,7,18,2 -"8118",40213154,1997,8,8,2.625 -"8119",40213154,1997,9,13,1.84615384615385 -"8120",40213154,1997,10,14,1.57142857142857 -"8121",40213154,1997,11,12,2.91666666666667 -"8122",40213154,1997,12,14,2 -"8123",40213154,1998,1,16,4.125 -"8124",40213154,1998,2,11,2.63636363636364 -"8125",40213154,1998,3,18,1.83333333333333 -"8126",40213154,1998,4,16,2.25 -"8127",40213154,1998,5,10,2.1 -"8128",40213154,1998,6,7,3.57142857142857 -"8129",40213154,1998,7,17,1.82352941176471 -"8130",40213154,1998,8,12,2.33333333333333 -"8131",40213154,1998,9,13,2.07692307692308 -"8132",40213154,1998,10,15,1.6 -"8133",40213154,1998,11,10,3.2 -"8134",40213154,1998,12,18,1.94444444444444 -"8135",40213154,1999,1,16,4.0625 -"8136",40213154,1999,2,10,3.3 -"8137",40213154,1999,3,18,1.66666666666667 -"8138",40213154,1999,4,13,2.07692307692308 -"8139",40213154,1999,5,12,2.25 -"8140",40213154,1999,6,11,3.18181818181818 -"8141",40213154,1999,7,13,1.76923076923077 -"8142",40213154,1999,8,14,1.85714285714286 -"8143",40213154,1999,9,15,2.33333333333333 -"8144",40213154,1999,10,15,1.53333333333333 -"8145",40213154,1999,11,10,3.4 -"8146",40213154,1999,12,17,1.88235294117647 -"8147",40213154,2000,1,14,4.42857142857143 -"8148",40213154,2000,2,11,2.63636363636364 -"8149",40213154,2000,3,15,2 -"8150",40213154,2000,4,18,2.05555555555556 -"8151",40213154,2000,5,13,2 -"8152",40213154,2000,6,13,2.07692307692308 -"8153",40213154,2000,7,13,1.92307692307692 -"8154",40213154,2000,8,14,1.57142857142857 -"8155",40213154,2000,9,17,2.11764705882353 -"8156",40213154,2000,10,15,1.53333333333333 -"8157",40213154,2000,11,8,2 -"8158",40213154,2000,12,19,2.78947368421053 -"8159",40213154,2001,1,17,2.58823529411765 -"8160",40213154,2001,2,15,4.33333333333333 -"8161",40213154,2001,3,9,2.22222222222222 -"8162",40213154,2001,4,19,1.84210526315789 -"8163",40213154,2001,5,16,2.0625 -"8164",40213154,2001,6,13,2.15384615384615 -"8165",40213154,2001,7,12,1.83333333333333 -"8166",40213154,2001,8,17,1.64705882352941 -"8167",40213154,2001,9,13,2.07692307692308 -"8168",40213154,2001,10,20,1.75 -"8169",40213154,2001,11,6,1.83333333333333 -"8170",40213154,2001,12,20,2.7 -"8171",40213154,2002,1,10,2 -"8172",40213154,2002,2,14,2.5 -"8173",40213154,2002,3,15,2.6 -"8174",40213154,2002,4,17,1.88235294117647 -"8175",40213154,2002,5,17,1.88235294117647 -"8176",40213154,2002,6,13,2.07692307692308 -"8177",40213154,2002,7,10,2.1 -"8178",40213154,2002,8,19,1.73684210526316 -"8179",40213154,2002,9,11,1.81818181818182 -"8180",40213154,2002,10,16,1.875 -"8181",40213154,2002,11,11,1.54545454545455 -"8182",40213154,2002,12,18,2.88888888888889 -"8183",40213154,2003,1,11,1.81818181818182 -"8184",40213154,2003,2,16,2.375 -"8185",40213154,2003,3,12,2.58333333333333 -"8186",40213154,2003,4,15,1.93333333333333 -"8187",40213154,2003,5,16,1.875 -"8188",40213154,2003,6,16,1.9375 -"8189",40213154,2003,7,10,1.8 -"8190",40213154,2003,8,19,2 -"8191",40213154,2003,9,11,1.54545454545455 -"8192",40213154,2003,10,16,2.0625 -"8193",40213154,2003,11,15,1.6 -"8194",40213154,2003,12,12,3.33333333333333 -"8195",40213154,2004,1,15,1.93333333333333 -"8196",40213154,2004,2,16,2.4375 -"8197",40213154,2004,3,10,2.5 -"8198",40213154,2004,4,15,1.73333333333333 -"8199",40213154,2004,5,16,1.875 -"8200",40213154,2004,6,18,2.11111111111111 -"8201",40213154,2004,7,9,1.77777777777778 -"8202",40213154,2004,8,16,2 -"8203",40213154,2004,9,12,1.66666666666667 -"8204",40213154,2004,10,13,1.69230769230769 -"8205",40213154,2004,11,18,1.66666666666667 -"8206",40213154,2004,12,12,2.08333333333333 -"8207",40213154,2005,1,14,2.07142857142857 -"8208",40213154,2005,2,21,2.14285714285714 -"8209",40213154,2005,3,10,2.5 -"8210",40213154,2005,4,12,1.75 -"8211",40213154,2005,5,16,1.9375 -"8212",40213154,2005,6,18,1.61111111111111 -"8213",40213154,2005,7,12,2.08333333333333 -"8214",40213154,2005,8,15,2.06666666666667 -"8215",40213154,2005,9,15,1.6 -"8216",40213154,2005,10,11,1.63636363636364 -"8217",40213154,2005,11,16,1.5625 -"8218",40213154,2005,12,12,1.75 -"8219",40213154,2006,1,15,1.8 -"8220",40213154,2006,2,24,2.83333333333333 -"8221",40213154,2006,3,11,1.90909090909091 -"8222",40213154,2006,4,9,2 -"8223",40213154,2006,5,13,2 -"8224",40213154,2006,6,15,2.13333333333333 -"8225",40213154,2006,7,15,1.93333333333333 -"8226",40213154,2006,8,16,1.9375 -"8227",40213154,2006,9,18,2.22222222222222 -"8228",40213154,2006,10,9,1.66666666666667 -"8229",40213154,2006,11,20,1.55 -"8230",40213154,2006,12,12,1.91666666666667 -"8231",40213154,2007,1,20,2 -"8232",40213154,2007,2,21,2.66666666666667 -"8233",40213154,2007,3,18,2.22222222222222 -"8234",40213154,2007,4,8,1.875 -"8235",40213154,2007,5,13,2 -"8236",40213154,2007,6,12,2.33333333333333 -"8237",40213154,2007,7,17,1.82352941176471 -"8238",40213154,2007,8,15,2.46666666666667 -"8239",40213154,2007,9,20,2.3 -"8240",40213154,2007,10,11,2.09090909090909 -"8241",40213154,2007,11,17,1.64705882352941 -"8242",40213154,2007,12,13,1.69230769230769 -"8243",40213154,2008,1,19,1.89473684210526 -"8244",40213154,2008,2,18,2.38888888888889 -"8245",40213154,2008,3,16,2.6875 -"8246",40213154,2008,4,11,2.18181818181818 -"8247",40213154,2008,5,15,1.93333333333333 -"8248",40213154,2008,6,10,2.5 -"8249",40213154,2008,7,19,1.78947368421053 -"8250",40213154,2008,8,21,2.33333333333333 -"8251",40213154,2008,9,20,2.2 -"8252",40213154,2008,10,10,2.5 -"8253",40213154,2008,11,19,1.78947368421053 -"8254",40213154,2008,12,15,2 -"8255",40213154,2009,1,19,1.94736842105263 -"8256",40213154,2009,2,18,2.38888888888889 -"8257",40213154,2009,3,19,2.63157894736842 -"8258",40213154,2009,4,16,1.875 -"8259",40213154,2009,5,13,2.15384615384615 -"8260",40213154,2009,6,12,2.25 -"8261",40213154,2009,7,19,1.84210526315789 -"8262",40213154,2009,8,17,2.52941176470588 -"8263",40213154,2009,9,26,2 -"8264",40213154,2009,10,15,2.53333333333333 -"8265",40213154,2009,11,15,1.8 -"8266",40213154,2009,12,21,2.0952380952381 -"8267",40213154,2010,1,16,1.875 -"8268",40213154,2010,2,15,2.33333333333333 -"8269",40213154,2010,3,25,2.64 -"8270",40213154,2010,4,13,1.61538461538462 -"8271",40213154,2010,5,17,1.82352941176471 -"8272",40213154,2010,6,13,2.38461538461538 -"8273",40213154,2010,7,19,1.89473684210526 -"8274",40213154,2010,8,15,2.26666666666667 -"8275",40213154,2010,9,28,2.28571428571429 -"8276",40213154,2010,10,18,2.11111111111111 -"8277",40213154,2010,11,17,2.17647058823529 -"8278",40213154,2010,12,24,2.04166666666667 -"8279",40213154,2011,1,15,1.66666666666667 -"8280",40213154,2011,2,15,1.8 -"8281",40213154,2011,3,24,2.75 -"8282",40213154,2011,4,17,1.70588235294118 -"8283",40213154,2011,5,20,1.9 -"8284",40213154,2011,6,13,2 -"8285",40213154,2011,7,19,1.84210526315789 -"8286",40213154,2011,8,13,2.46153846153846 -"8287",40213154,2011,9,30,2.3 -"8288",40213154,2011,10,24,2.33333333333333 -"8289",40213154,2011,11,14,2.28571428571429 -"8290",40213154,2011,12,22,1.86363636363636 -"8291",40213154,2012,1,18,1.83333333333333 -"8292",40213154,2012,2,15,1.73333333333333 -"8293",40213154,2012,3,24,2.75 -"8294",40213154,2012,4,21,1.66666666666667 -"8295",40213154,2012,5,20,1.9 -"8296",40213154,2012,6,14,1.78571428571429 -"8297",40213154,2012,7,19,2.15789473684211 -"8298",40213154,2012,8,20,1.95 -"8299",40213154,2012,9,30,2.26666666666667 -"8300",40213154,2012,10,21,2.28571428571429 -"8301",40213154,2012,11,21,2.19047619047619 -"8302",40213154,2012,12,24,1.66666666666667 -"8303",40213154,2013,1,18,2.16666666666667 -"8304",40213154,2013,2,19,1.47368421052632 -"8305",40213154,2013,3,22,3.09090909090909 -"8306",40213154,2013,4,17,1.70588235294118 -"8307",40213154,2013,5,23,1.60869565217391 -"8308",40213154,2013,6,245,2.43265306122449 -"8309",40213154,2013,7,612,2.3921568627451 -"8310",40213154,2013,8,635,2.14173228346457 -"8311",40213154,2013,9,599,2.35058430717863 -"8312",40213154,2013,10,656,2.36737804878049 -"8313",40213154,2013,11,560,2.33035714285714 -"8314",40213154,2013,12,630,2.22698412698413 -"8315",40213154,2014,1,643,2.43390357698289 -"8316",40213154,2014,2,598,2.51839464882943 -"8317",40213154,2014,3,618,2.53721682847896 -"8318",40213154,2014,4,593,2.21247892074199 -"8319",40213154,2014,5,612,2.11928104575163 -"8320",40213154,2014,6,581,2.47332185886403 -"8321",40213154,2014,7,615,2.39349593495935 -"8322",40213154,2014,8,624,2.21314102564103 -"8323",40213154,2014,9,597,2.25628140703518 -"8324",40213154,2014,10,635,2.48031496062992 -"8325",40213154,2014,11,591,2.32148900169205 -"8326",40213154,2014,12,578,2.29757785467128 -"8327",40213154,2015,1,661,2.44629349470499 -"8328",40213154,2015,2,594,2.44949494949495 -"8329",40213154,2015,3,631,2.31695721077655 -"8330",40213154,2015,4,605,2.40330578512397 -"8331",40213154,2015,5,601,2.16638935108153 -"8332",40213154,2015,6,612,2.29411764705882 -"8333",40213154,2015,7,618,2.41909385113269 -"8334",40213154,2015,8,646,2.34674922600619 -"8335",40213154,2015,9,592,2.20608108108108 -"8336",40213154,2015,10,658,2.36018237082067 -"8337",40213154,2015,11,606,2.22937293729373 -"8338",40213154,2015,12,602,2.25249169435216 -"8339",40213154,2016,1,679,2.43740795287187 -"8340",40213154,2016,2,593,2.51602023608769 -"8341",40213154,2016,3,666,2.38888888888889 -"8342",40213154,2016,4,606,2.4026402640264 -"8343",40213154,2016,5,625,2.3232 -"8344",40213154,2016,6,616,2.26298701298701 -"8345",40213154,2016,7,646,2.35448916408669 -"8346",40213154,2016,8,643,2.42923794712286 -"8347",40213154,2016,9,594,2.17171717171717 -"8348",40213154,2016,10,661,2.5143721633888 -"8349",40213154,2016,11,618,2.28964401294498 -"8350",40213154,2016,12,583,2.22126929674099 -"8351",40213154,2017,1,694,2.53746397694524 -"8352",40213154,2017,2,566,2.45406360424028 -"8353",40213154,2017,3,647,2.40185471406491 -"8354",40213154,2017,4,598,2.44983277591973 -"8355",40213154,2017,5,648,2.15277777777778 -"8356",40213154,2017,6,628,2.39012738853503 -"8357",40213154,2017,7,635,2.30708661417323 -"8358",40213154,2017,8,675,2.41481481481481 -"8359",40213154,2017,9,596,2.14261744966443 -"8360",40213154,2017,10,645,2.37674418604651 -"8361",40213154,2017,11,662,2.30815709969789 -"8362",40213154,2017,12,577,2.30155979202773 -"8363",40213154,2018,1,683,2.28843338213763 -"8364",40213154,2018,2,602,2.4485049833887 -"8365",40213154,2018,3,657,2.41552511415525 -"8366",40213154,2018,4,596,2.51174496644295 -"8367",40213154,2018,5,665,2.23308270676692 -"8368",40213154,2018,6,627,2.22647527910686 -"8369",40213154,2018,7,617,2.34035656401945 -"8370",40213154,2018,8,678,2.45280235988201 -"8371",40213154,2018,9,652,2.37730061349693 -"8372",40213154,2018,10,617,2.29011345218801 -"8373",40213154,2018,11,665,2.40601503759398 -"8374",40213154,2018,12,601,2.34109816971714 -"8375",40213154,2019,1,680,2.32058823529412 -"8376",40213154,2019,2,617,2.27714748784441 -"8377",40213154,2019,3,673,2.46953937592868 -"8378",40213154,2019,4,615,2.53821138211382 -"8379",40213154,2019,5,659,2.28983308042489 -"8380",40213154,2019,6,616,2.16883116883117 -"8381",40213154,2019,7,662,2.3595166163142 -"8382",40213154,2019,8,659,2.47647951441578 -"8383",40213154,2019,9,666,2.3048048048048 -"8384",40213154,2019,10,640,2.1453125 -"8385",40213154,2019,11,656,2.48780487804878 -"8386",40213154,2019,12,636,2.27987421383648 -"8387",40213154,2020,1,650,2.20769230769231 -"8388",40213154,2020,2,646,2.56191950464396 -"8389",40213154,2020,3,679,2.44477172312224 -"8390",40213154,2020,4,642,2.30685358255452 -"8391",40213154,2020,5,640,2.41875 -"8392",40213154,2020,6,624,2.28685897435897 -"8393",40213154,2020,7,656,2.27896341463415 -"8394",40213154,2020,8,663,2.46153846153846 -"8395",40213154,2020,9,676,2.36094674556213 -"8396",40213154,2020,10,617,2.18152350081037 -"8397",40213154,2020,11,697,2.38737446197991 -"8398",40213154,2020,12,636,2.37106918238994 -"8399",40213154,2021,1,644,2.28571428571429 -"8400",40213154,2021,2,636,2.37106918238994 -"8401",40213154,2021,3,688,2.46802325581395 -"8402",40213154,2021,4,646,2.3312693498452 -"8403",40213154,2021,5,641,2.47269890795632 -"8404",40213154,2021,6,600,2.295 -"8405",40213154,2021,7,668,2.23652694610779 -"8406",40213154,2021,8,680,2.36323529411765 -"8407",40213154,2021,9,642,2.45015576323988 -"8408",40213154,2021,10,662,2.09818731117825 -"8409",40213154,2021,11,671,2.51266766020864 -"8410",40213154,2021,12,666,2.30630630630631 -"8411",40213154,2022,1,652,2.23926380368098 -"8412",40213154,2022,2,660,2.36363636363636 -"8413",40213154,2022,3,700,2.45142857142857 -"8414",40213154,2022,4,651,2.45468509984639 -"8415",40213154,2022,5,655,2.41984732824427 -"8416",40213154,2022,6,626,2.20447284345048 -"8417",40213154,2022,7,672,2.30357142857143 -"8418",40213154,2022,8,700,2.38 -"8419",40213154,2022,9,696,2.57183908045977 -"8420",40213154,2022,10,664,2.12801204819277 -"8421",40213154,2022,11,658,2.45744680851064 -"8422",40213154,2022,12,695,2.27625899280576 -"8423",40213154,2023,1,638,2.32445141065831 -"8424",40213154,2023,2,665,2.30827067669173 -"8425",40213154,2023,3,664,2.37951807228916 -"8426",40213154,2023,4,691,2.47033285094067 -"8427",40213154,2023,5,618,2.50647249190939 -"8428",40213154,2023,6,324,2.26234567901235 -"8429",40213160,1955,6,1,2 -"8430",40213160,1955,11,1,1 -"8431",40213160,1959,4,1,3 -"8432",40213160,1959,6,1,3 -"8433",40213160,1959,9,1,3 -"8434",40213160,1963,12,1,3 -"8435",40213160,1965,7,1,1 -"8436",40213160,1965,9,1,1 -"8437",40213160,1965,12,1,1 -"8438",40213160,1970,3,1,1 -"8439",40213160,1973,11,1,2 -"8440",40213160,1981,2,1,1 -"8441",40213160,1985,7,1,1 -"8442",40213160,1985,9,1,1 -"8443",40213160,1985,12,1,1 -"8444",40213160,1990,3,1,1 -"8445",40213160,1994,5,1,2 -"8446",40213160,1994,7,1,2 -"8447",40213160,1994,10,1,2 -"8448",40213160,1995,2,1,2 -"8449",40213160,1996,3,1,2 -"8450",40213160,2001,10,1,1 -"8451",40213160,2001,12,1,1 -"8452",40213160,2002,2,1,1 -"8453",40213160,2002,3,1,1 -"8454",40213160,2002,7,1,1 -"8455",40213160,2002,9,1,1 -"8456",40213160,2002,12,1,1 -"8457",40213160,2007,3,1,1 -"8458",40213160,2010,12,1,1 -"8459",40213160,2011,2,1,1 -"8460",40213160,2011,5,1,1 -"8461",40213160,2013,6,13,2 -"8462",40213160,2013,7,27,2.2962962962963 -"8463",40213160,2013,8,40,1.975 -"8464",40213160,2013,9,41,2.07317073170732 -"8465",40213160,2013,10,30,2 -"8466",40213160,2013,11,40,2 -"8467",40213160,2013,12,42,2.26190476190476 -"8468",40213160,2014,1,36,1.86111111111111 -"8469",40213160,2014,2,39,2.61538461538462 -"8470",40213160,2014,3,28,2.53571428571429 -"8471",40213160,2014,4,30,2.5 -"8472",40213160,2014,5,34,2.94117647058824 -"8473",40213160,2014,6,25,2.08 -"8474",40213160,2014,7,36,2.97222222222222 -"8475",40213160,2014,8,21,3.66666666666667 -"8476",40213160,2014,9,32,2.5 -"8477",40213160,2014,10,32,3.78125 -"8478",40213160,2014,11,27,2.96296296296296 -"8479",40213160,2014,12,38,2.21052631578947 -"8480",40213160,2015,1,32,3.78125 -"8481",40213160,2015,2,43,2.41860465116279 -"8482",40213160,2015,3,44,2.20454545454545 -"8483",40213160,2015,4,35,2.65714285714286 -"8484",40213160,2015,5,40,2.225 -"8485",40213160,2015,6,39,3.07692307692308 -"8486",40213160,2015,7,38,2.68421052631579 -"8487",40213160,2015,8,44,2.47727272727273 -"8488",40213160,2015,9,42,2.21428571428571 -"8489",40213160,2015,10,39,2.64102564102564 -"8490",40213160,2015,11,47,2.63829787234043 -"8491",40213160,2015,12,42,1.95238095238095 -"8492",40213160,2016,1,38,2.44736842105263 -"8493",40213160,2016,2,37,1.94594594594595 -"8494",40213160,2016,3,42,2.11904761904762 -"8495",40213160,2016,4,46,2.5 -"8496",40213160,2016,5,38,1.71052631578947 -"8497",40213160,2016,6,30,2.56666666666667 -"8498",40213160,2016,7,42,2.71428571428571 -"8499",40213160,2016,8,37,2.86486486486486 -"8500",40213160,2016,9,40,3.025 -"8501",40213160,2016,10,31,2.48387096774194 -"8502",40213160,2016,11,26,2.11538461538462 -"8503",40213160,2016,12,34,2.38235294117647 -"8504",40213160,2017,1,40,3.25 -"8505",40213160,2017,2,36,2.91666666666667 -"8506",40213160,2017,3,36,2.88888888888889 -"8507",40213160,2017,4,30,1.8 -"8508",40213160,2017,5,45,2.26666666666667 -"8509",40213160,2017,6,44,2.5 -"8510",40213160,2017,7,48,1.91666666666667 -"8511",40213160,2017,8,34,2.23529411764706 -"8512",40213160,2017,9,41,3.02439024390244 -"8513",40213160,2017,10,28,2.21428571428571 -"8514",40213160,2017,11,34,2.58823529411765 -"8515",40213160,2017,12,33,2.15151515151515 -"8516",40213160,2018,1,30,1.8 -"8517",40213160,2018,2,32,2.46875 -"8518",40213160,2018,3,35,1.85714285714286 -"8519",40213160,2018,4,31,1.96774193548387 -"8520",40213160,2018,5,46,1.56521739130435 -"8521",40213160,2018,6,38,2.10526315789474 -"8522",40213160,2018,7,31,1.67741935483871 -"8523",40213160,2018,8,41,2.02439024390244 -"8524",40213160,2018,9,32,1.875 -"8525",40213160,2018,10,37,1.83783783783784 -"8526",40213160,2018,11,28,2.39285714285714 -"8527",40213160,2018,12,30,1.73333333333333 -"8528",40213160,2019,1,37,2.72972972972973 -"8529",40213160,2019,2,29,2.06896551724138 -"8530",40213160,2019,3,36,1.91666666666667 -"8531",40213160,2019,4,32,3.03125 -"8532",40213160,2019,5,47,2.06382978723404 -"8533",40213160,2019,6,35,2.17142857142857 -"8534",40213160,2019,7,34,1.91176470588235 -"8535",40213160,2019,8,34,2.08823529411765 -"8536",40213160,2019,9,38,2.23684210526316 -"8537",40213160,2019,10,40,2 -"8538",40213160,2019,11,36,2.11111111111111 -"8539",40213160,2019,12,32,1.96875 -"8540",40213160,2020,1,32,2.0625 -"8541",40213160,2020,2,39,2.23076923076923 -"8542",40213160,2020,3,27,2.48148148148148 -"8543",40213160,2020,4,36,2 -"8544",40213160,2020,5,40,2.1 -"8545",40213160,2020,6,36,2.55555555555556 -"8546",40213160,2020,7,44,2.11363636363636 -"8547",40213160,2020,8,37,2.72972972972973 -"8548",40213160,2020,9,31,2.09677419354839 -"8549",40213160,2020,10,41,3.04878048780488 -"8550",40213160,2020,11,43,2.09302325581395 -"8551",40213160,2020,12,42,3.21428571428571 -"8552",40213160,2021,1,44,2.75 -"8553",40213160,2021,2,28,2.57142857142857 -"8554",40213160,2021,3,37,2.86486486486486 -"8555",40213160,2021,4,32,2.875 -"8556",40213160,2021,5,35,2.57142857142857 -"8557",40213160,2021,6,30,2.23333333333333 -"8558",40213160,2021,7,33,2.21212121212121 -"8559",40213160,2021,8,32,2.28125 -"8560",40213160,2021,9,43,2.58139534883721 -"8561",40213160,2021,10,44,1.84090909090909 -"8562",40213160,2021,11,40,2 -"8563",40213160,2021,12,34,2 -"8564",40213160,2022,1,40,1.975 -"8565",40213160,2022,2,37,2.10810810810811 -"8566",40213160,2022,3,32,2.28125 -"8567",40213160,2022,4,34,2.02941176470588 -"8568",40213160,2022,5,34,2.55882352941176 -"8569",40213160,2022,6,29,1.72413793103448 -"8570",40213160,2022,7,35,2.05714285714286 -"8571",40213160,2022,8,33,1.72727272727273 -"8572",40213160,2022,9,32,1.65625 -"8573",40213160,2022,10,34,2.26470588235294 -"8574",40213160,2022,11,31,1.48387096774194 -"8575",40213160,2022,12,34,2.02941176470588 -"8576",40213160,2023,1,33,2.06060606060606 -"8577",40213160,2023,2,23,2.8695652173913 -"8578",40213160,2023,3,30,2.16666666666667 -"8579",40213160,2023,4,34,2.35294117647059 -"8580",40213160,2023,5,28,2.82142857142857 -"8581",40213160,2023,6,15,1.66666666666667 -"8582",40213180,2005,4,1,1 -"8583",40213180,2005,7,1,1 -"8584",40213180,2005,9,1,2 -"8585",40213180,2006,9,1,2 -"8586",40213180,2008,3,1,1 -"8587",40213180,2009,7,1,1 -"8588",40213180,2009,8,1,1 -"8589",40213180,2010,7,1,1 -"8590",40213180,2012,10,1,2 -"8591",40213180,2013,6,13,1.46153846153846 -"8592",40213180,2013,7,26,2.84615384615385 -"8593",40213180,2013,8,20,1.9 -"8594",40213180,2013,9,18,2.22222222222222 -"8595",40213180,2013,10,26,2.46153846153846 -"8596",40213180,2013,11,17,3.05882352941176 -"8597",40213180,2013,12,26,2.15384615384615 -"8598",40213180,2014,1,23,2.47826086956522 -"8599",40213180,2014,2,18,2.16666666666667 -"8600",40213180,2014,3,25,1.96 -"8601",40213180,2014,4,27,1.88888888888889 -"8602",40213180,2014,5,22,2.09090909090909 -"8603",40213180,2014,6,16,2.125 -"8604",40213180,2014,7,19,2 -"8605",40213180,2014,8,26,1.88461538461538 -"8606",40213180,2014,9,26,2.23076923076923 -"8607",40213180,2014,10,25,2.08 -"8608",40213180,2014,11,27,2.11111111111111 -"8609",40213180,2014,12,21,2.85714285714286 -"8610",40213180,2015,1,29,2.31034482758621 -"8611",40213180,2015,2,23,1.95652173913043 -"8612",40213180,2015,3,30,2.16666666666667 -"8613",40213180,2015,4,31,2.16129032258065 -"8614",40213180,2015,5,24,1.875 -"8615",40213180,2015,6,22,1.81818181818182 -"8616",40213180,2015,7,18,2.05555555555556 -"8617",40213180,2015,8,34,2.02941176470588 -"8618",40213180,2015,9,19,2.63157894736842 -"8619",40213180,2015,10,20,2.05 -"8620",40213180,2015,11,25,1.96 -"8621",40213180,2015,12,30,2.16666666666667 -"8622",40213180,2016,1,38,2.10526315789474 -"8623",40213180,2016,2,19,1.89473684210526 -"8624",40213180,2016,3,26,2.11538461538462 -"8625",40213180,2016,4,33,1.87878787878788 -"8626",40213180,2016,5,34,2.08823529411765 -"8627",40213180,2016,6,24,2.20833333333333 -"8628",40213180,2016,7,28,1.89285714285714 -"8629",40213180,2016,8,19,1.94736842105263 -"8630",40213180,2016,9,25,1.64 -"8631",40213180,2016,10,22,2.90909090909091 -"8632",40213180,2016,11,30,1.76666666666667 -"8633",40213180,2016,12,28,2.14285714285714 -"8634",40213180,2017,1,29,3.44827586206897 -"8635",40213180,2017,2,23,3.21739130434783 -"8636",40213180,2017,3,20,2.9 -"8637",40213180,2017,4,27,2.33333333333333 -"8638",40213180,2017,5,16,2.125 -"8639",40213180,2017,6,24,2.16666666666667 -"8640",40213180,2017,7,32,2.8125 -"8641",40213180,2017,8,27,2.2962962962963 -"8642",40213180,2017,9,31,2.12903225806452 -"8643",40213180,2017,10,20,1.9 -"8644",40213180,2017,11,15,2.06666666666667 -"8645",40213180,2017,12,17,3.35294117647059 -"8646",40213180,2018,1,27,2.07407407407407 -"8647",40213180,2018,2,20,2.75 -"8648",40213180,2018,3,31,2.32258064516129 -"8649",40213180,2018,4,19,1.89473684210526 -"8650",40213180,2018,5,24,2.5 -"8651",40213180,2018,6,29,1.96551724137931 -"8652",40213180,2018,7,25,1.76 -"8653",40213180,2018,8,17,1.88235294117647 -"8654",40213180,2018,9,21,2.19047619047619 -"8655",40213180,2018,10,28,2.03571428571429 -"8656",40213180,2018,11,27,3.2962962962963 -"8657",40213180,2018,12,21,3.19047619047619 -"8658",40213180,2019,1,30,2.33333333333333 -"8659",40213180,2019,2,24,2.08333333333333 -"8660",40213180,2019,3,20,3.35 -"8661",40213180,2019,4,17,2.76470588235294 -"8662",40213180,2019,5,32,1.84375 -"8663",40213180,2019,6,22,1.68181818181818 -"8664",40213180,2019,7,25,2.36 -"8665",40213180,2019,8,20,2.4 -"8666",40213180,2019,9,18,1.94444444444444 -"8667",40213180,2019,10,28,1.57142857142857 -"8668",40213180,2019,11,21,2.33333333333333 -"8669",40213180,2019,12,28,2.60714285714286 -"8670",40213180,2020,1,26,2.26923076923077 -"8671",40213180,2020,2,34,2.14705882352941 -"8672",40213180,2020,3,26,3.11538461538462 -"8673",40213180,2020,4,30,2.23333333333333 -"8674",40213180,2020,5,24,3 -"8675",40213180,2020,6,22,2.09090909090909 -"8676",40213180,2020,7,24,1.75 -"8677",40213180,2020,8,26,1.73076923076923 -"8678",40213180,2020,9,20,2.3 -"8679",40213180,2020,10,18,2.33333333333333 -"8680",40213180,2020,11,30,1.76666666666667 -"8681",40213180,2020,12,23,2 -"8682",40213180,2021,1,20,2.35 -"8683",40213180,2021,2,22,2.63636363636364 -"8684",40213180,2021,3,30,1.9 -"8685",40213180,2021,4,35,1.91428571428571 -"8686",40213180,2021,5,30,1.96666666666667 -"8687",40213180,2021,6,23,2.04347826086957 -"8688",40213180,2021,7,32,2.59375 -"8689",40213180,2021,8,21,2.42857142857143 -"8690",40213180,2021,9,24,2.20833333333333 -"8691",40213180,2021,10,22,2.31818181818182 -"8692",40213180,2021,11,28,2.28571428571429 -"8693",40213180,2021,12,31,2.29032258064516 -"8694",40213180,2022,1,29,2 -"8695",40213180,2022,2,29,1.96551724137931 -"8696",40213180,2022,3,22,1.54545454545455 -"8697",40213180,2022,4,20,2.05 -"8698",40213180,2022,5,28,2.07142857142857 -"8699",40213180,2022,6,26,1.73076923076923 -"8700",40213180,2022,7,21,2.52380952380952 -"8701",40213180,2022,8,33,3.3030303030303 -"8702",40213180,2022,9,19,2.05263157894737 -"8703",40213180,2022,10,34,2.82352941176471 -"8704",40213180,2022,11,22,1.95454545454545 -"8705",40213180,2022,12,26,2.07692307692308 -"8706",40213180,2023,1,22,1.81818181818182 -"8707",40213180,2023,2,30,2.36666666666667 -"8708",40213180,2023,3,25,2.56 -"8709",40213180,2023,4,22,2.90909090909091 -"8710",40213180,2023,5,20,2.05 -"8711",40213180,2023,6,13,2.07692307692308 -"8712",40213183,1971,3,1,1 -"8713",40213183,1971,5,1,2 -"8714",40213183,1973,11,1,2 -"8715",40213183,1981,2,1,1 -"8716",40213183,1986,6,1,1 -"8717",40213183,1990,3,1,1 -"8718",40213183,1995,2,1,2 -"8719",40213183,1995,4,1,2 -"8720",40213183,1996,3,1,2 -"8721",40213183,2002,2,1,1 -"8722",40213183,2002,9,1,1 -"8723",40213183,2003,6,1,1 -"8724",40213183,2007,3,1,1 -"8725",40213183,2011,11,1,1 -"8726",40213183,2013,6,4,1.75 -"8727",40213183,2013,7,12,1.83333333333333 -"8728",40213183,2013,8,20,2 -"8729",40213183,2013,9,20,1.7 -"8730",40213183,2013,10,21,1.80952380952381 -"8731",40213183,2013,11,16,2.3125 -"8732",40213183,2013,12,23,3.34782608695652 -"8733",40213183,2014,1,17,1.82352941176471 -"8734",40213183,2014,2,24,2.95833333333333 -"8735",40213183,2014,3,17,3.47058823529412 -"8736",40213183,2014,4,12,2.75 -"8737",40213183,2014,5,17,2.23529411764706 -"8738",40213183,2014,6,22,2.13636363636364 -"8739",40213183,2014,7,14,2.07142857142857 -"8740",40213183,2014,8,17,1.58823529411765 -"8741",40213183,2014,9,17,1.82352941176471 -"8742",40213183,2014,10,15,1.66666666666667 -"8743",40213183,2014,11,17,2.35294117647059 -"8744",40213183,2014,12,17,2 -"8745",40213183,2015,1,19,2.78947368421053 -"8746",40213183,2015,2,16,1.9375 -"8747",40213183,2015,3,19,1.94736842105263 -"8748",40213183,2015,4,20,3.75 -"8749",40213183,2015,5,13,2.69230769230769 -"8750",40213183,2015,6,15,3.66666666666667 -"8751",40213183,2015,7,17,4.76470588235294 -"8752",40213183,2015,8,23,2.34782608695652 -"8753",40213183,2015,9,14,1.92857142857143 -"8754",40213183,2015,10,25,2.88 -"8755",40213183,2015,11,18,2.44444444444444 -"8756",40213183,2015,12,23,2.08695652173913 -"8757",40213183,2016,1,23,2.34782608695652 -"8758",40213183,2016,2,19,2.15789473684211 -"8759",40213183,2016,3,19,2.21052631578947 -"8760",40213183,2016,4,16,1.75 -"8761",40213183,2016,5,19,2.42105263157895 -"8762",40213183,2016,6,17,2.17647058823529 -"8763",40213183,2016,7,17,4.11764705882353 -"8764",40213183,2016,8,24,2.625 -"8765",40213183,2016,9,20,3.1 -"8766",40213183,2016,10,20,2.35 -"8767",40213183,2016,11,22,1.95454545454545 -"8768",40213183,2016,12,17,2 -"8769",40213183,2017,1,21,2.71428571428571 -"8770",40213183,2017,2,22,2.81818181818182 -"8771",40213183,2017,3,20,3.95 -"8772",40213183,2017,4,14,1.71428571428571 -"8773",40213183,2017,5,16,2 -"8774",40213183,2017,6,20,2 -"8775",40213183,2017,7,23,2.69565217391304 -"8776",40213183,2017,8,15,2.2 -"8777",40213183,2017,9,18,3.5 -"8778",40213183,2017,10,8,2 -"8779",40213183,2017,11,22,2.63636363636364 -"8780",40213183,2017,12,25,2.76 -"8781",40213183,2018,1,16,1.8125 -"8782",40213183,2018,2,19,2 -"8783",40213183,2018,3,23,2.04347826086957 -"8784",40213183,2018,4,19,2.21052631578947 -"8785",40213183,2018,5,23,2.21739130434783 -"8786",40213183,2018,6,19,1.94736842105263 -"8787",40213183,2018,7,13,2.23076923076923 -"8788",40213183,2018,8,18,2.94444444444444 -"8789",40213183,2018,9,9,2.22222222222222 -"8790",40213183,2018,10,18,1.83333333333333 -"8791",40213183,2018,11,15,1.73333333333333 -"8792",40213183,2018,12,16,1.9375 -"8793",40213183,2019,1,18,3.5 -"8794",40213183,2019,2,13,2.07692307692308 -"8795",40213183,2019,3,21,2.0952380952381 -"8796",40213183,2019,4,17,3.64705882352941 -"8797",40213183,2019,5,17,2.94117647058824 -"8798",40213183,2019,6,13,2.15384615384615 -"8799",40213183,2019,7,18,2.05555555555556 -"8800",40213183,2019,8,20,2.25 -"8801",40213183,2019,9,14,2.14285714285714 -"8802",40213183,2019,10,18,2.5 -"8803",40213183,2019,11,26,2.11538461538462 -"8804",40213183,2019,12,20,2.05 -"8805",40213183,2020,1,13,1.69230769230769 -"8806",40213183,2020,2,21,2.52380952380952 -"8807",40213183,2020,3,25,2.28 -"8808",40213183,2020,4,20,2.3 -"8809",40213183,2020,5,17,2.23529411764706 -"8810",40213183,2020,6,17,2.05882352941176 -"8811",40213183,2020,7,23,2.21739130434783 -"8812",40213183,2020,8,16,1.8125 -"8813",40213183,2020,9,12,2 -"8814",40213183,2020,10,22,1.86363636363636 -"8815",40213183,2020,11,25,2 -"8816",40213183,2020,12,17,3.52941176470588 -"8817",40213183,2021,1,22,1.77272727272727 -"8818",40213183,2021,2,8,1.875 -"8819",40213183,2021,3,17,2.17647058823529 -"8820",40213183,2021,4,20,3.1 -"8821",40213183,2021,5,19,2.47368421052632 -"8822",40213183,2021,6,13,1.92307692307692 -"8823",40213183,2021,7,16,3.375 -"8824",40213183,2021,8,17,2.76470588235294 -"8825",40213183,2021,9,23,3.52173913043478 -"8826",40213183,2021,10,21,1.85714285714286 -"8827",40213183,2021,11,23,2.52173913043478 -"8828",40213183,2021,12,24,2.375 -"8829",40213183,2022,1,17,2.17647058823529 -"8830",40213183,2022,2,12,2 -"8831",40213183,2022,3,17,2.88235294117647 -"8832",40213183,2022,4,21,2.23809523809524 -"8833",40213183,2022,5,15,2.66666666666667 -"8834",40213183,2022,6,11,2.54545454545455 -"8835",40213183,2022,7,16,1.75 -"8836",40213183,2022,8,27,1.92592592592593 -"8837",40213183,2022,9,17,1.58823529411765 -"8838",40213183,2022,10,14,2.14285714285714 -"8839",40213183,2022,11,18,1.72222222222222 -"8840",40213183,2022,12,20,1.9 -"8841",40213183,2023,1,20,1.7 -"8842",40213183,2023,2,13,2.38461538461538 -"8843",40213183,2023,3,15,2 -"8844",40213183,2023,4,24,1.875 -"8845",40213183,2023,5,14,1.57142857142857 -"8846",40213183,2023,6,11,1.63636363636364 -"8847",40213198,2010,1,3,2.66666666666667 -"8848",40213198,2010,3,2,2 -"8849",40213198,2010,5,1,2 -"8850",40213198,2010,6,2,1.5 -"8851",40213198,2010,7,2,2 -"8852",40213198,2010,9,3,3 -"8853",40213198,2010,10,1,2 -"8854",40213198,2010,11,1,1 -"8855",40213198,2010,12,2,1.5 -"8856",40213198,2011,2,3,1.66666666666667 -"8857",40213198,2011,3,1,1 -"8858",40213198,2011,5,1,1 -"8859",40213198,2011,10,1,1 -"8860",40213198,2011,11,2,2 -"8861",40213198,2012,3,1,5 -"8862",40213198,2012,10,1,2 -"8863",40213198,2012,11,2,4.5 -"8864",40213198,2012,12,2,2.5 -"8865",40213198,2013,1,1,2 -"8866",40213198,2013,6,18,2 -"8867",40213198,2013,7,41,2.14634146341463 -"8868",40213198,2013,8,51,2.09803921568627 -"8869",40213198,2013,9,49,2.02040816326531 -"8870",40213198,2013,10,42,1.83333333333333 -"8871",40213198,2013,11,45,1.97777777777778 -"8872",40213198,2013,12,54,2.64814814814815 -"8873",40213198,2014,1,37,1.89189189189189 -"8874",40213198,2014,2,45,2.15555555555556 -"8875",40213198,2014,3,39,1.82051282051282 -"8876",40213198,2014,4,35,2.11428571428571 -"8877",40213198,2014,5,46,2.69565217391304 -"8878",40213198,2014,6,33,2.39393939393939 -"8879",40213198,2014,7,41,3.21951219512195 -"8880",40213198,2014,8,37,3.08108108108108 -"8881",40213198,2014,9,46,2.15217391304348 -"8882",40213198,2014,10,36,3.63888888888889 -"8883",40213198,2014,11,30,2.96666666666667 -"8884",40213198,2014,12,45,2.08888888888889 -"8885",40213198,2015,1,38,3.44736842105263 -"8886",40213198,2015,2,42,2.57142857142857 -"8887",40213198,2015,3,45,2.28888888888889 -"8888",40213198,2015,4,48,3 -"8889",40213198,2015,5,36,2.41666666666667 -"8890",40213198,2015,6,51,2.47058823529412 -"8891",40213198,2015,7,52,2.67307692307692 -"8892",40213198,2015,8,51,2.70588235294118 -"8893",40213198,2015,9,44,2.15909090909091 -"8894",40213198,2015,10,33,2.51515151515152 -"8895",40213198,2015,11,60,2.43333333333333 -"8896",40213198,2015,12,50,2.94 -"8897",40213198,2016,1,52,2.44230769230769 -"8898",40213198,2016,2,50,2.02 -"8899",40213198,2016,3,52,2.05769230769231 -"8900",40213198,2016,4,49,2.48979591836735 -"8901",40213198,2016,5,56,2.19642857142857 -"8902",40213198,2016,6,41,2.51219512195122 -"8903",40213198,2016,7,50,2.42 -"8904",40213198,2016,8,56,2.46428571428571 -"8905",40213198,2016,9,43,2.55813953488372 -"8906",40213198,2016,10,49,3.30612244897959 -"8907",40213198,2016,11,29,1.75862068965517 -"8908",40213198,2016,12,42,2.35714285714286 -"8909",40213198,2017,1,49,2.91836734693878 -"8910",40213198,2017,2,43,2.37209302325581 -"8911",40213198,2017,3,51,3.13725490196078 -"8912",40213198,2017,4,45,1.75555555555556 -"8913",40213198,2017,5,48,2.0625 -"8914",40213198,2017,6,57,2.70175438596491 -"8915",40213198,2017,7,55,2.50909090909091 -"8916",40213198,2017,8,49,2.38775510204082 -"8917",40213198,2017,9,39,2.23076923076923 -"8918",40213198,2017,10,37,2.08108108108108 -"8919",40213198,2017,11,40,3.125 -"8920",40213198,2017,12,41,2.41463414634146 -"8921",40213198,2018,1,43,2.06976744186046 -"8922",40213198,2018,2,38,2.13157894736842 -"8923",40213198,2018,3,43,1.88372093023256 -"8924",40213198,2018,4,38,1.76315789473684 -"8925",40213198,2018,5,48,1.95833333333333 -"8926",40213198,2018,6,44,2.81818181818182 -"8927",40213198,2018,7,42,1.92857142857143 -"8928",40213198,2018,8,47,2.29787234042553 -"8929",40213198,2018,9,42,2.26190476190476 -"8930",40213198,2018,10,47,1.63829787234043 -"8931",40213198,2018,11,43,2.30232558139535 -"8932",40213198,2018,12,44,1.72727272727273 -"8933",40213198,2019,1,36,1.77777777777778 -"8934",40213198,2019,2,44,1.70454545454545 -"8935",40213198,2019,3,45,1.82222222222222 -"8936",40213198,2019,4,45,1.88888888888889 -"8937",40213198,2019,5,54,2.53703703703704 -"8938",40213198,2019,6,37,1.97297297297297 -"8939",40213198,2019,7,50,1.98 -"8940",40213198,2019,8,41,2.07317073170732 -"8941",40213198,2019,9,38,2.15789473684211 -"8942",40213198,2019,10,39,1.94871794871795 -"8943",40213198,2019,11,48,1.9375 -"8944",40213198,2019,12,39,2.1025641025641 -"8945",40213198,2020,1,43,1.90697674418605 -"8946",40213198,2020,2,47,2.19148936170213 -"8947",40213198,2020,3,45,2.64444444444444 -"8948",40213198,2020,4,53,2.39622641509434 -"8949",40213198,2020,5,44,1.88636363636364 -"8950",40213198,2020,6,39,2.46153846153846 -"8951",40213198,2020,7,44,1.81818181818182 -"8952",40213198,2020,8,46,2.65217391304348 -"8953",40213198,2020,9,35,1.97142857142857 -"8954",40213198,2020,10,51,2.74509803921569 -"8955",40213198,2020,11,44,2 -"8956",40213198,2020,12,49,2.81632653061224 -"8957",40213198,2021,1,55,2.54545454545455 -"8958",40213198,2021,2,32,3.0625 -"8959",40213198,2021,3,47,2.78723404255319 -"8960",40213198,2021,4,42,2.07142857142857 -"8961",40213198,2021,5,50,2.44 -"8962",40213198,2021,6,42,2.38095238095238 -"8963",40213198,2021,7,48,2.72916666666667 -"8964",40213198,2021,8,34,1.76470588235294 -"8965",40213198,2021,9,53,2.67924528301887 -"8966",40213198,2021,10,49,1.83673469387755 -"8967",40213198,2021,11,49,3.12244897959184 -"8968",40213198,2021,12,46,2.28260869565217 -"8969",40213198,2022,1,46,2.17391304347826 -"8970",40213198,2022,2,39,2.17948717948718 -"8971",40213198,2022,3,40,2.175 -"8972",40213198,2022,4,43,1.90697674418605 -"8973",40213198,2022,5,40,2.05 -"8974",40213198,2022,6,42,1.78571428571429 -"8975",40213198,2022,7,46,2.1304347826087 -"8976",40213198,2022,8,48,1.91666666666667 -"8977",40213198,2022,9,38,1.89473684210526 -"8978",40213198,2022,10,45,2.42222222222222 -"8979",40213198,2022,11,40,2.4 -"8980",40213198,2022,12,38,2 -"8981",40213198,2023,1,40,2.45 -"8982",40213198,2023,2,37,2.64864864864865 -"8983",40213198,2023,3,43,1.86046511627907 -"8984",40213198,2023,4,38,2.31578947368421 -"8985",40213198,2023,5,40,2.6 -"8986",40213198,2023,6,15,1.66666666666667 -"8987",40213201,1989,10,3,1.33333333333333 -"8988",40213201,1989,11,1,2 -"8989",40213201,1990,8,1,1 -"8990",40213201,1990,10,1,2 -"8991",40213201,1990,12,1,2 -"8992",40213201,1991,1,1,2 -"8993",40213201,1991,5,4,3.5 -"8994",40213201,1991,7,1,2 -"8995",40213201,1991,8,1,1 -"8996",40213201,1991,10,2,2.5 -"8997",40213201,1991,11,1,2 -"8998",40213201,1991,12,1,2 -"8999",40213201,1992,1,1,1 -"9000",40213201,1992,2,1,2 -"9001",40213201,1992,5,1,5 -"9002",40213201,1992,8,1,2 -"9003",40213201,1992,10,1,1 -"9004",40213201,1992,11,1,2 -"9005",40213201,1993,3,1,1 -"9006",40213201,1993,6,1,3 -"9007",40213201,1993,9,1,1 -"9008",40213201,1993,10,1,2 -"9009",40213201,1994,2,2,2 -"9010",40213201,1994,6,1,1 -"9011",40213201,1994,12,3,1.66666666666667 -"9012",40213201,1995,1,1,34 -"9013",40213201,1995,4,1,2 -"9014",40213201,1995,5,1,2 -"9015",40213201,1995,8,2,2 -"9016",40213201,1995,12,1,1 -"9017",40213201,1996,1,1,1 -"9018",40213201,1996,5,1,2 -"9019",40213201,1996,6,1,1 -"9020",40213201,1996,7,1,5 -"9021",40213201,1997,2,1,2 -"9022",40213201,1997,4,2,1.5 -"9023",40213201,1997,8,1,1 -"9024",40213201,1998,2,1,1 -"9025",40213201,1998,4,1,2 -"9026",40213201,1998,7,1,2 -"9027",40213201,1998,11,1,1 -"9028",40213201,1999,3,1,1 -"9029",40213201,1999,7,1,2 -"9030",40213201,1999,8,1,2 -"9031",40213201,1999,12,1,1 -"9032",40213201,2000,2,1,5 -"9033",40213201,2000,7,2,2 -"9034",40213201,2000,12,1,2 -"9035",40213201,2001,2,1,1 -"9036",40213201,2001,3,2,4.5 -"9037",40213201,2001,4,1,2 -"9038",40213201,2001,9,1,1 -"9039",40213201,2001,10,1,2 -"9040",40213201,2001,12,2,1.5 -"9041",40213201,2002,1,2,2.5 -"9042",40213201,2002,2,1,1 -"9043",40213201,2002,4,2,1 -"9044",40213201,2002,5,3,1.66666666666667 -"9045",40213201,2002,6,1,2 -"9046",40213201,2002,7,1,2 -"9047",40213201,2002,10,1,1 -"9048",40213201,2002,12,1,2 -"9049",40213201,2003,1,1,2 -"9050",40213201,2003,2,1,1 -"9051",40213201,2004,2,1,2 -"9052",40213201,2004,8,1,1 -"9053",40213201,2005,4,1,2 -"9054",40213201,2005,6,1,1 -"9055",40213201,2005,8,1,3 -"9056",40213201,2005,10,1,2 -"9057",40213201,2005,11,1,1 -"9058",40213201,2005,12,2,2 -"9059",40213201,2006,5,1,2 -"9060",40213201,2006,6,1,1 -"9061",40213201,2007,1,2,1.5 -"9062",40213201,2007,6,1,2 -"9063",40213201,2007,7,1,3 -"9064",40213201,2007,9,2,2 -"9065",40213201,2008,1,1,2 -"9066",40213201,2008,5,2,2 -"9067",40213201,2008,7,1,2 -"9068",40213201,2008,8,1,2 -"9069",40213201,2008,9,1,2 -"9070",40213201,2009,2,2,2 -"9071",40213201,2009,6,1,1 -"9072",40213201,2009,7,1,2 -"9073",40213201,2009,11,1,2 -"9074",40213201,2010,9,1,5 -"9075",40213201,2011,1,1,2 -"9076",40213201,2011,9,1,2 -"9077",40213201,2011,10,1,2 -"9078",40213201,2011,11,1,1 -"9079",40213201,2012,2,1,1 -"9080",40213201,2012,3,1,1 -"9081",40213201,2012,6,1,1 -"9082",40213201,2012,10,1,1 -"9083",40213201,2012,11,1,3 -"9084",40213201,2013,3,1,5 -"9085",40213201,2013,6,1,2 -"9086",40213201,2013,7,6,1.83333333333333 -"9087",40213201,2013,8,11,4.72727272727273 -"9088",40213201,2013,9,10,1.6 -"9089",40213201,2013,10,10,2.1 -"9090",40213201,2013,11,6,3.66666666666667 -"9091",40213201,2013,12,12,2.66666666666667 -"9092",40213201,2014,1,7,2.28571428571429 -"9093",40213201,2014,2,8,2.25 -"9094",40213201,2014,3,6,6.33333333333333 -"9095",40213201,2014,4,9,2.66666666666667 -"9096",40213201,2014,5,8,1.875 -"9097",40213201,2014,6,6,1.83333333333333 -"9098",40213201,2014,7,9,2.11111111111111 -"9099",40213201,2014,8,11,1.90909090909091 -"9100",40213201,2014,9,7,2.14285714285714 -"9101",40213201,2014,10,7,1.85714285714286 -"9102",40213201,2014,11,8,2.125 -"9103",40213201,2014,12,10,1.5 -"9104",40213201,2015,1,6,2 -"9105",40213201,2015,2,7,3.14285714285714 -"9106",40213201,2015,3,9,1.55555555555556 -"9107",40213201,2015,4,9,2.11111111111111 -"9108",40213201,2015,5,6,1.5 -"9109",40213201,2015,6,7,1.85714285714286 -"9110",40213201,2015,7,2,1.5 -"9111",40213201,2015,8,8,4 -"9112",40213201,2015,9,14,2 -"9113",40213201,2015,10,3,1.33333333333333 -"9114",40213201,2015,11,1,2 -"9115",40213201,2015,12,8,1.875 -"9116",40213201,2016,1,10,3.1 -"9117",40213201,2016,2,4,4.25 -"9118",40213201,2016,3,9,1.88888888888889 -"9119",40213201,2016,4,8,2 -"9120",40213201,2016,5,3,1.33333333333333 -"9121",40213201,2016,6,10,2.3 -"9122",40213201,2016,7,16,1.6875 -"9123",40213201,2016,8,9,2 -"9124",40213201,2016,9,5,1.2 -"9125",40213201,2016,10,9,2.22222222222222 -"9126",40213201,2016,11,7,1.71428571428571 -"9127",40213201,2016,12,11,6 -"9128",40213201,2017,1,10,1.7 -"9129",40213201,2017,2,3,1.33333333333333 -"9130",40213201,2017,3,16,1.5 -"9131",40213201,2017,4,8,1.75 -"9132",40213201,2017,5,11,2.45454545454545 -"9133",40213201,2017,6,9,2.33333333333333 -"9134",40213201,2017,7,7,4.14285714285714 -"9135",40213201,2017,8,16,1.75 -"9136",40213201,2017,9,8,2.5 -"9137",40213201,2017,10,8,4.25 -"9138",40213201,2017,11,9,4.33333333333333 -"9139",40213201,2017,12,6,1.5 -"9140",40213201,2018,1,12,2.16666666666667 -"9141",40213201,2018,2,6,2.66666666666667 -"9142",40213201,2018,3,8,2.125 -"9143",40213201,2018,4,11,4.45454545454545 -"9144",40213201,2018,5,10,1.6 -"9145",40213201,2018,6,13,3.15384615384615 -"9146",40213201,2018,7,9,2.22222222222222 -"9147",40213201,2018,8,19,2.52631578947368 -"9148",40213201,2018,9,5,1.8 -"9149",40213201,2018,10,10,1.9 -"9150",40213201,2018,11,7,3.28571428571429 -"9151",40213201,2018,12,5,1.6 -"9152",40213201,2019,1,8,3 -"9153",40213201,2019,2,7,2 -"9154",40213201,2019,3,5,1.4 -"9155",40213201,2019,4,5,3.2 -"9156",40213201,2019,5,5,2.8 -"9157",40213201,2019,6,5,7.6 -"9158",40213201,2019,7,11,1.90909090909091 -"9159",40213201,2019,8,8,2.125 -"9160",40213201,2019,9,10,3.3 -"9161",40213201,2019,10,13,1.76923076923077 -"9162",40213201,2019,11,11,1.72727272727273 -"9163",40213201,2019,12,11,2.36363636363636 -"9164",40213201,2020,1,7,1.85714285714286 -"9165",40213201,2020,2,7,2.28571428571429 -"9166",40213201,2020,3,4,1.5 -"9167",40213201,2020,4,12,1.58333333333333 -"9168",40213201,2020,5,7,5.42857142857143 -"9169",40213201,2020,6,3,1.66666666666667 -"9170",40213201,2020,7,9,3 -"9171",40213201,2020,8,10,2.8 -"9172",40213201,2020,9,5,2.4 -"9173",40213201,2020,10,10,2.3 -"9174",40213201,2020,11,8,2.25 -"9175",40213201,2020,12,9,3.11111111111111 -"9176",40213201,2021,1,9,1.77777777777778 -"9177",40213201,2021,2,10,2.7 -"9178",40213201,2021,3,13,2.07692307692308 -"9179",40213201,2021,4,11,6.36363636363636 -"9180",40213201,2021,5,10,1.4 -"9181",40213201,2021,6,9,2 -"9182",40213201,2021,7,6,2.16666666666667 -"9183",40213201,2021,8,7,1.57142857142857 -"9184",40213201,2021,9,9,1.88888888888889 -"9185",40213201,2021,10,8,2.125 -"9186",40213201,2021,11,4,1.5 -"9187",40213201,2021,12,9,1.55555555555556 -"9188",40213201,2022,1,12,1.5 -"9189",40213201,2022,2,7,4.42857142857143 -"9190",40213201,2022,3,11,2.72727272727273 -"9191",40213201,2022,4,9,1.33333333333333 -"9192",40213201,2022,5,8,2 -"9193",40213201,2022,6,10,2.8 -"9194",40213201,2022,7,8,2 -"9195",40213201,2022,8,7,2.14285714285714 -"9196",40213201,2022,9,10,2.7 -"9197",40213201,2022,10,5,1.8 -"9198",40213201,2022,11,8,2.875 -"9199",40213201,2022,12,12,4.33333333333333 -"9200",40213201,2023,1,12,2.33333333333333 -"9201",40213201,2023,2,8,1.875 -"9202",40213201,2023,3,7,3.57142857142857 -"9203",40213201,2023,4,6,1.66666666666667 -"9204",40213201,2023,5,7,2.14285714285714 -"9205",40213201,2023,6,6,1.33333333333333 -"9206",40213216,2006,2,1,1 -"9207",40213216,2010,12,1,1 -"9208",40213216,2011,2,1,1 -"9209",40213216,2013,6,9,1.77777777777778 -"9210",40213216,2013,7,17,2.47058823529412 -"9211",40213216,2013,8,19,2.15789473684211 -"9212",40213216,2013,9,22,2.09090909090909 -"9213",40213216,2013,10,17,1.94117647058824 -"9214",40213216,2013,11,20,1.7 -"9215",40213216,2013,12,19,2.10526315789474 -"9216",40213216,2014,1,16,1.8125 -"9217",40213216,2014,2,16,2.25 -"9218",40213216,2014,3,11,1.72727272727273 -"9219",40213216,2014,4,16,2.25 -"9220",40213216,2014,5,18,3.55555555555556 -"9221",40213216,2014,6,10,2.9 -"9222",40213216,2014,7,19,3.78947368421053 -"9223",40213216,2014,8,10,5.9 -"9224",40213216,2014,9,19,2.73684210526316 -"9225",40213216,2014,10,13,4.38461538461539 -"9226",40213216,2014,11,16,3.0625 -"9227",40213216,2014,12,20,2.15 -"9228",40213216,2015,1,15,2.8 -"9229",40213216,2015,2,23,2.43478260869565 -"9230",40213216,2015,3,23,2.34782608695652 -"9231",40213216,2015,4,22,2.54545454545455 -"9232",40213216,2015,5,18,2.27777777777778 -"9233",40213216,2015,6,22,2.72727272727273 -"9234",40213216,2015,7,15,2.13333333333333 -"9235",40213216,2015,8,19,3 -"9236",40213216,2015,9,25,2.24 -"9237",40213216,2015,10,14,2.64285714285714 -"9238",40213216,2015,11,28,2.46428571428571 -"9239",40213216,2015,12,19,1.89473684210526 -"9240",40213216,2016,1,23,2.43478260869565 -"9241",40213216,2016,2,16,1.75 -"9242",40213216,2016,3,23,2.1304347826087 -"9243",40213216,2016,4,21,2.85714285714286 -"9244",40213216,2016,5,23,1.91304347826087 -"9245",40213216,2016,6,15,2.93333333333333 -"9246",40213216,2016,7,22,2 -"9247",40213216,2016,8,13,3.53846153846154 -"9248",40213216,2016,9,16,2.25 -"9249",40213216,2016,10,16,3.25 -"9250",40213216,2016,11,9,2.11111111111111 -"9251",40213216,2016,12,17,2.76470588235294 -"9252",40213216,2017,1,18,2.83333333333333 -"9253",40213216,2017,2,20,2.65 -"9254",40213216,2017,3,23,2.52173913043478 -"9255",40213216,2017,4,22,1.81818181818182 -"9256",40213216,2017,5,22,1.77272727272727 -"9257",40213216,2017,6,22,2.36363636363636 -"9258",40213216,2017,7,23,2.17391304347826 -"9259",40213216,2017,8,14,2.78571428571429 -"9260",40213216,2017,9,18,2.83333333333333 -"9261",40213216,2017,10,12,2.5 -"9262",40213216,2017,11,13,2.84615384615385 -"9263",40213216,2017,12,12,2.08333333333333 -"9264",40213216,2018,1,19,1.52631578947368 -"9265",40213216,2018,2,14,1.71428571428571 -"9266",40213216,2018,3,21,1.47619047619048 -"9267",40213216,2018,4,17,1.82352941176471 -"9268",40213216,2018,5,22,1.5 -"9269",40213216,2018,6,20,2.45 -"9270",40213216,2018,7,17,1.70588235294118 -"9271",40213216,2018,8,20,2.3 -"9272",40213216,2018,9,14,1.78571428571429 -"9273",40213216,2018,10,17,1.70588235294118 -"9274",40213216,2018,11,14,2.28571428571429 -"9275",40213216,2018,12,17,1.52941176470588 -"9276",40213216,2019,1,13,2 -"9277",40213216,2019,2,22,1.68181818181818 -"9278",40213216,2019,3,20,1.9 -"9279",40213216,2019,4,21,2 -"9280",40213216,2019,5,23,1.95652173913043 -"9281",40213216,2019,6,19,2.21052631578947 -"9282",40213216,2019,7,21,1.85714285714286 -"9283",40213216,2019,8,13,1.76923076923077 -"9284",40213216,2019,9,14,2.07142857142857 -"9285",40213216,2019,10,12,1.5 -"9286",40213216,2019,11,20,1.9 -"9287",40213216,2019,12,15,1.8 -"9288",40213216,2020,1,18,2.33333333333333 -"9289",40213216,2020,2,20,1.8 -"9290",40213216,2020,3,12,3 -"9291",40213216,2020,4,18,1.83333333333333 -"9292",40213216,2020,5,16,2.0625 -"9293",40213216,2020,6,20,2.35 -"9294",40213216,2020,7,19,2 -"9295",40213216,2020,8,24,3.29166666666667 -"9296",40213216,2020,9,15,2 -"9297",40213216,2020,10,21,4 -"9298",40213216,2020,11,16,1.8125 -"9299",40213216,2020,12,23,3.52173913043478 -"9300",40213216,2021,1,22,2.45454545454545 -"9301",40213216,2021,2,18,3.11111111111111 -"9302",40213216,2021,3,16,2.6875 -"9303",40213216,2021,4,13,2.53846153846154 -"9304",40213216,2021,5,17,2.05882352941176 -"9305",40213216,2021,6,13,1.76923076923077 -"9306",40213216,2021,7,22,2.27272727272727 -"9307",40213216,2021,8,18,1.66666666666667 -"9308",40213216,2021,9,23,2.26086956521739 -"9309",40213216,2021,10,19,1.68421052631579 -"9310",40213216,2021,11,23,2.34782608695652 -"9311",40213216,2021,12,14,1.92857142857143 -"9312",40213216,2022,1,19,2.05263157894737 -"9313",40213216,2022,2,12,2.16666666666667 -"9314",40213216,2022,3,16,2 -"9315",40213216,2022,4,18,1.61111111111111 -"9316",40213216,2022,5,19,2.10526315789474 -"9317",40213216,2022,6,18,1.5 -"9318",40213216,2022,7,20,2.4 -"9319",40213216,2022,8,14,1.5 -"9320",40213216,2022,9,14,1.71428571428571 -"9321",40213216,2022,10,17,2.70588235294118 -"9322",40213216,2022,11,11,1.72727272727273 -"9323",40213216,2022,12,13,2.23076923076923 -"9324",40213216,2023,1,16,1.8125 -"9325",40213216,2023,2,12,3.58333333333333 -"9326",40213216,2023,3,15,1.8 -"9327",40213216,2023,4,15,3.2 -"9328",40213216,2023,5,17,3.35294117647059 -"9329",40213216,2023,6,3,2 -"9330",40213227,1992,1,5,1.8 -"9331",40213227,1992,2,2,3.5 -"9332",40213227,1992,3,2,2 -"9333",40213227,1992,4,4,1.75 -"9334",40213227,1992,5,4,5.5 -"9335",40213227,1992,6,1,4 -"9336",40213227,1992,7,4,2.75 -"9337",40213227,1992,8,5,2.8 -"9338",40213227,1992,9,1,1 -"9339",40213227,1992,10,4,1.75 -"9340",40213227,1992,11,3,2 -"9341",40213227,1992,12,2,17.5 -"9342",40213227,1993,1,1,1 -"9343",40213227,1993,5,1,1 -"9344",40213227,1993,6,2,3.5 -"9345",40213227,1993,7,1,1 -"9346",40213227,1993,9,1,2 -"9347",40213227,1993,10,2,1.5 -"9348",40213227,1993,12,1,2 -"9349",40213227,1994,2,3,1.66666666666667 -"9350",40213227,1994,5,2,2 -"9351",40213227,1994,6,1,2 -"9352",40213227,1994,7,1,1 -"9353",40213227,1994,8,1,1 -"9354",40213227,1994,11,3,1.66666666666667 -"9355",40213227,1994,12,1,1 -"9356",40213227,1995,1,1,4 -"9357",40213227,1995,3,1,7 -"9358",40213227,1995,4,2,1.5 -"9359",40213227,1995,6,2,1.5 -"9360",40213227,1995,7,3,1.66666666666667 -"9361",40213227,1995,9,2,1 -"9362",40213227,1995,10,1,2 -"9363",40213227,1995,11,4,2.5 -"9364",40213227,1996,1,3,1.66666666666667 -"9365",40213227,1996,2,3,3.66666666666667 -"9366",40213227,1996,5,1,2 -"9367",40213227,1996,6,3,2 -"9368",40213227,1996,7,1,1 -"9369",40213227,1996,8,1,1 -"9370",40213227,1996,9,2,3.5 -"9371",40213227,1996,10,1,2 -"9372",40213227,1996,11,4,1.75 -"9373",40213227,1996,12,5,2.4 -"9374",40213227,1997,1,1,2 -"9375",40213227,1997,2,3,2 -"9376",40213227,1997,3,3,1.66666666666667 -"9377",40213227,1997,4,5,2.4 -"9378",40213227,1997,5,1,2 -"9379",40213227,1997,7,1,2 -"9380",40213227,1997,8,1,2 -"9381",40213227,1997,9,2,1.5 -"9382",40213227,1997,10,2,1.5 -"9383",40213227,1997,11,3,7 -"9384",40213227,1997,12,2,2 -"9385",40213227,1998,1,1,1 -"9386",40213227,1998,3,1,2 -"9387",40213227,1998,6,1,1 -"9388",40213227,1998,7,2,2 -"9389",40213227,1998,9,1,2 -"9390",40213227,1998,10,1,2 -"9391",40213227,1998,11,2,2 -"9392",40213227,1999,1,1,2 -"9393",40213227,1999,3,3,1.66666666666667 -"9394",40213227,1999,5,3,1.33333333333333 -"9395",40213227,1999,7,1,1 -"9396",40213227,1999,8,3,1.33333333333333 -"9397",40213227,1999,9,1,1 -"9398",40213227,1999,12,1,2 -"9399",40213227,2000,1,3,12.6666666666667 -"9400",40213227,2000,3,1,3 -"9401",40213227,2000,4,1,2 -"9402",40213227,2000,5,1,2 -"9403",40213227,2000,6,4,2.25 -"9404",40213227,2000,8,1,1 -"9405",40213227,2000,9,5,1.6 -"9406",40213227,2000,10,3,1.66666666666667 -"9407",40213227,2000,12,1,2 -"9408",40213227,2001,1,2,4 -"9409",40213227,2001,2,3,1.66666666666667 -"9410",40213227,2001,3,1,2 -"9411",40213227,2001,4,2,3 -"9412",40213227,2001,5,1,1 -"9413",40213227,2001,6,1,2 -"9414",40213227,2001,9,2,4 -"9415",40213227,2001,10,2,1.5 -"9416",40213227,2001,12,2,1.5 -"9417",40213227,2002,1,1,2 -"9418",40213227,2002,4,1,1 -"9419",40213227,2002,5,4,1.5 -"9420",40213227,2002,6,2,2.5 -"9421",40213227,2002,7,1,4 -"9422",40213227,2002,8,1,2 -"9423",40213227,2002,9,2,3 -"9424",40213227,2002,11,1,2 -"9425",40213227,2003,1,1,2 -"9426",40213227,2003,4,1,2 -"9427",40213227,2003,5,1,2 -"9428",40213227,2003,7,3,2 -"9429",40213227,2003,8,2,2 -"9430",40213227,2003,12,1,1 -"9431",40213227,2004,1,3,2.33333333333333 -"9432",40213227,2004,3,1,6 -"9433",40213227,2004,6,1,1 -"9434",40213227,2004,7,1,3 -"9435",40213227,2004,9,2,2 -"9436",40213227,2004,10,2,2.5 -"9437",40213227,2004,11,2,1.5 -"9438",40213227,2005,1,3,1.33333333333333 -"9439",40213227,2005,2,4,3.25 -"9440",40213227,2005,3,2,3 -"9441",40213227,2005,4,1,1 -"9442",40213227,2005,5,2,2 -"9443",40213227,2005,6,2,1.5 -"9444",40213227,2005,7,1,4 -"9445",40213227,2005,8,1,2 -"9446",40213227,2005,9,3,1.66666666666667 -"9447",40213227,2005,10,3,1.66666666666667 -"9448",40213227,2005,11,1,2 -"9449",40213227,2005,12,1,1 -"9450",40213227,2006,1,2,3 -"9451",40213227,2006,3,2,1.5 -"9452",40213227,2006,4,3,2.66666666666667 -"9453",40213227,2006,5,1,2 -"9454",40213227,2006,6,1,2 -"9455",40213227,2006,7,2,2 -"9456",40213227,2006,8,5,1.8 -"9457",40213227,2006,9,4,2.5 -"9458",40213227,2006,10,1,2 -"9459",40213227,2006,11,3,1.33333333333333 -"9460",40213227,2006,12,1,2 -"9461",40213227,2007,1,4,2.25 -"9462",40213227,2007,2,3,1.33333333333333 -"9463",40213227,2007,3,1,1 -"9464",40213227,2007,4,1,2 -"9465",40213227,2007,5,2,1.5 -"9466",40213227,2007,6,2,4 -"9467",40213227,2007,8,2,1.5 -"9468",40213227,2007,9,1,1 -"9469",40213227,2007,10,1,2 -"9470",40213227,2007,11,2,1.5 -"9471",40213227,2007,12,1,1 -"9472",40213227,2008,1,1,3 -"9473",40213227,2008,2,4,3 -"9474",40213227,2008,3,2,1.5 -"9475",40213227,2008,4,1,2 -"9476",40213227,2008,7,2,1.5 -"9477",40213227,2008,8,3,2.66666666666667 -"9478",40213227,2008,9,1,1 -"9479",40213227,2008,11,3,2 -"9480",40213227,2008,12,3,1.33333333333333 -"9481",40213227,2009,1,1,2 -"9482",40213227,2009,2,1,1 -"9483",40213227,2009,3,5,4.6 -"9484",40213227,2009,4,1,2 -"9485",40213227,2009,5,1,2 -"9486",40213227,2009,6,1,2 -"9487",40213227,2009,7,3,1.66666666666667 -"9488",40213227,2009,8,1,1 -"9489",40213227,2009,9,1,3 -"9490",40213227,2009,10,1,2 -"9491",40213227,2009,11,2,1.5 -"9492",40213227,2010,2,2,1 -"9493",40213227,2010,3,1,1 -"9494",40213227,2010,4,1,1 -"9495",40213227,2010,5,4,2 -"9496",40213227,2010,7,6,1.33333333333333 -"9497",40213227,2010,8,1,1 -"9498",40213227,2010,9,3,2 -"9499",40213227,2010,11,3,2 -"9500",40213227,2010,12,3,2 -"9501",40213227,2011,1,3,1.66666666666667 -"9502",40213227,2011,3,1,1 -"9503",40213227,2011,4,2,2.5 -"9504",40213227,2011,5,2,2.5 -"9505",40213227,2011,6,1,1 -"9506",40213227,2011,7,1,2 -"9507",40213227,2011,8,2,2.5 -"9508",40213227,2011,9,1,7 -"9509",40213227,2011,10,2,3 -"9510",40213227,2011,11,1,3 -"9511",40213227,2011,12,1,1 -"9512",40213227,2012,1,4,1.75 -"9513",40213227,2012,2,1,2 -"9514",40213227,2012,3,1,2 -"9515",40213227,2012,4,3,1.66666666666667 -"9516",40213227,2012,5,2,3 -"9517",40213227,2012,7,2,2 -"9518",40213227,2012,8,1,7 -"9519",40213227,2012,9,1,1 -"9520",40213227,2012,10,4,2 -"9521",40213227,2012,11,2,1.5 -"9522",40213227,2012,12,1,2 -"9523",40213227,2013,1,1,2 -"9524",40213227,2013,2,3,1.33333333333333 -"9525",40213227,2013,3,2,2.5 -"9526",40213227,2013,4,1,2 -"9527",40213227,2013,5,1,1 -"9528",40213227,2013,6,25,2.12 -"9529",40213227,2013,7,84,2.16666666666667 -"9530",40213227,2013,8,60,1.96666666666667 -"9531",40213227,2013,9,66,2.22727272727273 -"9532",40213227,2013,10,53,2.81132075471698 -"9533",40213227,2013,11,45,2.15555555555556 -"9534",40213227,2013,12,53,2.0188679245283 -"9535",40213227,2014,1,58,2.32758620689655 -"9536",40213227,2014,2,46,1.76086956521739 -"9537",40213227,2014,3,67,2.47761194029851 -"9538",40213227,2014,4,38,2.15789473684211 -"9539",40213227,2014,5,56,3 -"9540",40213227,2014,6,63,2.49206349206349 -"9541",40213227,2014,7,51,1.92156862745098 -"9542",40213227,2014,8,52,2.5 -"9543",40213227,2014,9,62,2.16129032258065 -"9544",40213227,2014,10,75,2.18666666666667 -"9545",40213227,2014,11,63,2.25396825396825 -"9546",40213227,2014,12,58,2.8448275862069 -"9547",40213227,2015,1,65,1.83076923076923 -"9548",40213227,2015,2,61,1.86885245901639 -"9549",40213227,2015,3,84,1.91666666666667 -"9550",40213227,2015,4,72,2.56944444444444 -"9551",40213227,2015,5,59,2.6271186440678 -"9552",40213227,2015,6,70,2.58571428571429 -"9553",40213227,2015,7,64,2.34375 -"9554",40213227,2015,8,66,1.90909090909091 -"9555",40213227,2015,9,58,2.63793103448276 -"9556",40213227,2015,10,69,2.04347826086957 -"9557",40213227,2015,11,65,2.06153846153846 -"9558",40213227,2015,12,74,2.02702702702703 -"9559",40213227,2016,1,72,2.22222222222222 -"9560",40213227,2016,2,60,2.53333333333333 -"9561",40213227,2016,3,71,3.32394366197183 -"9562",40213227,2016,4,70,2.14285714285714 -"9563",40213227,2016,5,63,2.6984126984127 -"9564",40213227,2016,6,65,2.15384615384615 -"9565",40213227,2016,7,76,2.18421052631579 -"9566",40213227,2016,8,71,2.05633802816901 -"9567",40213227,2016,9,75,2.22666666666667 -"9568",40213227,2016,10,79,2.75949367088608 -"9569",40213227,2016,11,64,1.984375 -"9570",40213227,2016,12,73,1.82191780821918 -"9571",40213227,2017,1,81,2.90123456790123 -"9572",40213227,2017,2,67,3.01492537313433 -"9573",40213227,2017,3,75,2.36 -"9574",40213227,2017,4,59,1.94915254237288 -"9575",40213227,2017,5,66,1.96969696969697 -"9576",40213227,2017,6,65,3.01538461538462 -"9577",40213227,2017,7,74,2.01351351351351 -"9578",40213227,2017,8,70,2.72857142857143 -"9579",40213227,2017,9,59,1.96610169491525 -"9580",40213227,2017,10,82,2.58536585365854 -"9581",40213227,2017,11,60,2.58333333333333 -"9582",40213227,2017,12,64,2.296875 -"9583",40213227,2018,1,79,2.13924050632911 -"9584",40213227,2018,2,68,2.82352941176471 -"9585",40213227,2018,3,56,2.10714285714286 -"9586",40213227,2018,4,63,2.88888888888889 -"9587",40213227,2018,5,67,2.14925373134328 -"9588",40213227,2018,6,66,2.07575757575758 -"9589",40213227,2018,7,53,2.62264150943396 -"9590",40213227,2018,8,78,2.28205128205128 -"9591",40213227,2018,9,72,3 -"9592",40213227,2018,10,81,2.37037037037037 -"9593",40213227,2018,11,73,2.67123287671233 -"9594",40213227,2018,12,52,3.40384615384615 -"9595",40213227,2019,1,80,2.2125 -"9596",40213227,2019,2,76,2.01315789473684 -"9597",40213227,2019,3,69,2.18840579710145 -"9598",40213227,2019,4,75,2.44 -"9599",40213227,2019,5,74,2.2027027027027 -"9600",40213227,2019,6,65,1.66153846153846 -"9601",40213227,2019,7,74,2.10810810810811 -"9602",40213227,2019,8,66,3.01515151515152 -"9603",40213227,2019,9,77,2.2987012987013 -"9604",40213227,2019,10,65,1.93846153846154 -"9605",40213227,2019,11,60,3 -"9606",40213227,2019,12,68,2.60294117647059 -"9607",40213227,2020,1,64,2.09375 -"9608",40213227,2020,2,62,2.58064516129032 -"9609",40213227,2020,3,72,2.22222222222222 -"9610",40213227,2020,4,70,2.35714285714286 -"9611",40213227,2020,5,62,1.90322580645161 -"9612",40213227,2020,6,70,2.18571428571429 -"9613",40213227,2020,7,74,2.08108108108108 -"9614",40213227,2020,8,56,2.25 -"9615",40213227,2020,9,87,2.28735632183908 -"9616",40213227,2020,10,65,2.27692307692308 -"9617",40213227,2020,11,62,2.11290322580645 -"9618",40213227,2020,12,58,2.58620689655172 -"9619",40213227,2021,1,58,1.81034482758621 -"9620",40213227,2021,2,58,3.1551724137931 -"9621",40213227,2021,3,58,2.81034482758621 -"9622",40213227,2021,4,58,2.13793103448276 -"9623",40213227,2021,5,67,2.44776119402985 -"9624",40213227,2021,6,47,1.97872340425532 -"9625",40213227,2021,7,58,2.58620689655172 -"9626",40213227,2021,8,71,2.1830985915493 -"9627",40213227,2021,9,66,2.46969696969697 -"9628",40213227,2021,10,57,2.05263157894737 -"9629",40213227,2021,11,63,2.33333333333333 -"9630",40213227,2021,12,66,1.96969696969697 -"9631",40213227,2022,1,60,2.83333333333333 -"9632",40213227,2022,2,68,2.22058823529412 -"9633",40213227,2022,3,78,1.87179487179487 -"9634",40213227,2022,4,63,1.98412698412698 -"9635",40213227,2022,5,72,2.36111111111111 -"9636",40213227,2022,6,70,2.37142857142857 -"9637",40213227,2022,7,67,2.05970149253731 -"9638",40213227,2022,8,81,2.45679012345679 -"9639",40213227,2022,9,68,2.94117647058824 -"9640",40213227,2022,10,60,1.78333333333333 -"9641",40213227,2022,11,62,2.59677419354839 -"9642",40213227,2022,12,72,2.29166666666667 -"9643",40213227,2023,1,57,2.3859649122807 -"9644",40213227,2023,2,71,1.83098591549296 -"9645",40213227,2023,3,65,3.33846153846154 -"9646",40213227,2023,4,58,2.87931034482759 -"9647",40213227,2023,5,56,3.08928571428571 -"9648",40213227,2023,6,35,2.37142857142857 -"9649",40213230,2005,7,1,1 -"9650",40213230,2005,9,1,2 -"9651",40213230,2008,3,1,1 -"9652",40213230,2013,6,3,1.33333333333333 -"9653",40213230,2013,7,4,2.25 -"9654",40213230,2013,8,6,1.83333333333333 -"9655",40213230,2013,9,4,2 -"9656",40213230,2013,10,10,2.7 -"9657",40213230,2013,11,5,6.2 -"9658",40213230,2013,12,7,2.28571428571429 -"9659",40213230,2014,1,11,2.90909090909091 -"9660",40213230,2014,2,2,6 -"9661",40213230,2014,3,7,1.57142857142857 -"9662",40213230,2014,4,10,2 -"9663",40213230,2014,5,8,1.5 -"9664",40213230,2014,6,5,3.4 -"9665",40213230,2014,7,6,2.5 -"9666",40213230,2014,8,7,2.71428571428571 -"9667",40213230,2014,9,8,1.75 -"9668",40213230,2014,10,9,2.77777777777778 -"9669",40213230,2014,11,9,1.66666666666667 -"9670",40213230,2014,12,10,3.2 -"9671",40213230,2015,1,10,3.1 -"9672",40213230,2015,2,7,2 -"9673",40213230,2015,3,7,2.71428571428571 -"9674",40213230,2015,4,5,1.2 -"9675",40213230,2015,5,7,1.85714285714286 -"9676",40213230,2015,6,7,2.28571428571429 -"9677",40213230,2015,7,7,1.71428571428571 -"9678",40213230,2015,8,9,2.66666666666667 -"9679",40213230,2015,9,8,2.25 -"9680",40213230,2015,10,10,2.2 -"9681",40213230,2015,11,9,2.11111111111111 -"9682",40213230,2015,12,5,2.4 -"9683",40213230,2016,1,7,1.71428571428571 -"9684",40213230,2016,2,9,1.77777777777778 -"9685",40213230,2016,3,14,2 -"9686",40213230,2016,4,8,1.75 -"9687",40213230,2016,5,11,1.81818181818182 -"9688",40213230,2016,6,13,1.69230769230769 -"9689",40213230,2016,7,9,1.88888888888889 -"9690",40213230,2016,8,4,2 -"9691",40213230,2016,9,8,1.75 -"9692",40213230,2016,10,5,1.8 -"9693",40213230,2016,11,10,1.6 -"9694",40213230,2016,12,7,1.42857142857143 -"9695",40213230,2017,1,6,2 -"9696",40213230,2017,2,7,1.57142857142857 -"9697",40213230,2017,3,4,2.5 -"9698",40213230,2017,4,6,2.5 -"9699",40213230,2017,5,5,1.8 -"9700",40213230,2017,6,5,1.6 -"9701",40213230,2017,7,12,3.5 -"9702",40213230,2017,8,6,2.5 -"9703",40213230,2017,9,13,2.07692307692308 -"9704",40213230,2017,10,9,1.88888888888889 -"9705",40213230,2017,11,3,2.66666666666667 -"9706",40213230,2017,12,4,1.5 -"9707",40213230,2018,1,11,1.72727272727273 -"9708",40213230,2018,2,3,1.66666666666667 -"9709",40213230,2018,3,12,1.91666666666667 -"9710",40213230,2018,4,6,2.16666666666667 -"9711",40213230,2018,5,8,1.625 -"9712",40213230,2018,6,9,1.88888888888889 -"9713",40213230,2018,7,11,2 -"9714",40213230,2018,8,5,1.6 -"9715",40213230,2018,9,7,1.57142857142857 -"9716",40213230,2018,10,3,1.66666666666667 -"9717",40213230,2018,11,6,2 -"9718",40213230,2018,12,7,1.85714285714286 -"9719",40213230,2019,1,10,2.8 -"9720",40213230,2019,2,9,1.44444444444444 -"9721",40213230,2019,3,8,1.5 -"9722",40213230,2019,4,7,4.42857142857143 -"9723",40213230,2019,5,8,1.625 -"9724",40213230,2019,6,10,1.6 -"9725",40213230,2019,7,9,1.88888888888889 -"9726",40213230,2019,8,4,2 -"9727",40213230,2019,9,6,1.66666666666667 -"9728",40213230,2019,10,11,1.72727272727273 -"9729",40213230,2019,11,9,2.22222222222222 -"9730",40213230,2019,12,8,2.375 -"9731",40213230,2020,1,9,2.33333333333333 -"9732",40213230,2020,2,16,1.625 -"9733",40213230,2020,3,9,5.55555555555556 -"9734",40213230,2020,4,8,1.5 -"9735",40213230,2020,5,8,5.875 -"9736",40213230,2020,6,6,2.66666666666667 -"9737",40213230,2020,7,11,1.63636363636364 -"9738",40213230,2020,8,7,1.85714285714286 -"9739",40213230,2020,9,5,1.6 -"9740",40213230,2020,10,5,2.2 -"9741",40213230,2020,11,7,1.57142857142857 -"9742",40213230,2020,12,8,1.75 -"9743",40213230,2021,1,11,2.36363636363636 -"9744",40213230,2021,2,10,3.3 -"9745",40213230,2021,3,11,2.09090909090909 -"9746",40213230,2021,4,13,1.84615384615385 -"9747",40213230,2021,5,8,2.5 -"9748",40213230,2021,6,8,2.25 -"9749",40213230,2021,7,10,4.1 -"9750",40213230,2021,8,9,3.33333333333333 -"9751",40213230,2021,9,11,2.18181818181818 -"9752",40213230,2021,10,8,1.75 -"9753",40213230,2021,11,16,2.5625 -"9754",40213230,2021,12,11,3.18181818181818 -"9755",40213230,2022,1,10,2 -"9756",40213230,2022,2,9,1.88888888888889 -"9757",40213230,2022,3,8,1.5 -"9758",40213230,2022,4,10,2.1 -"9759",40213230,2022,5,10,1.8 -"9760",40213230,2022,6,7,1.14285714285714 -"9761",40213230,2022,7,9,2.11111111111111 -"9762",40213230,2022,8,10,4.9 -"9763",40213230,2022,9,8,1.875 -"9764",40213230,2022,10,14,4.28571428571429 -"9765",40213230,2022,11,6,1.66666666666667 -"9766",40213230,2022,12,12,2.33333333333333 -"9767",40213230,2023,1,7,1.71428571428571 -"9768",40213230,2023,2,11,3.27272727272727 -"9769",40213230,2023,3,12,3.41666666666667 -"9770",40213230,2023,4,5,6.4 -"9771",40213230,2023,5,6,1.83333333333333 -"9772",40213230,2023,6,6,1.66666666666667 -"9773",40213251,1984,3,1,1 -"9774",40213251,1986,6,1,1 -"9775",40213251,1990,3,1,1 -"9776",40213251,1995,2,1,2 -"9777",40213251,1995,4,1,2 -"9778",40213251,1996,3,1,2 -"9779",40213251,2002,2,1,1 -"9780",40213251,2002,9,1,1 -"9781",40213251,2003,6,1,1 -"9782",40213251,2007,3,1,1 -"9783",40213251,2011,11,1,1 -"9784",40213251,2013,6,4,1.75 -"9785",40213251,2013,7,12,1.83333333333333 -"9786",40213251,2013,8,20,2 -"9787",40213251,2013,9,20,1.7 -"9788",40213251,2013,10,21,1.80952380952381 -"9789",40213251,2013,11,16,2.3125 -"9790",40213251,2013,12,23,3.34782608695652 -"9791",40213251,2014,1,17,1.82352941176471 -"9792",40213251,2014,2,24,2.95833333333333 -"9793",40213251,2014,3,17,3.47058823529412 -"9794",40213251,2014,4,12,2.75 -"9795",40213251,2014,5,17,2.23529411764706 -"9796",40213251,2014,6,22,2.13636363636364 -"9797",40213251,2014,7,14,2.07142857142857 -"9798",40213251,2014,8,17,1.58823529411765 -"9799",40213251,2014,9,17,1.82352941176471 -"9800",40213251,2014,10,15,1.66666666666667 -"9801",40213251,2014,11,17,2.35294117647059 -"9802",40213251,2014,12,17,2 -"9803",40213251,2015,1,19,2.78947368421053 -"9804",40213251,2015,2,16,1.9375 -"9805",40213251,2015,3,19,1.94736842105263 -"9806",40213251,2015,4,20,3.75 -"9807",40213251,2015,5,13,2.69230769230769 -"9808",40213251,2015,6,15,3.66666666666667 -"9809",40213251,2015,7,17,4.76470588235294 -"9810",40213251,2015,8,23,2.34782608695652 -"9811",40213251,2015,9,14,1.92857142857143 -"9812",40213251,2015,10,25,2.88 -"9813",40213251,2015,11,18,2.44444444444444 -"9814",40213251,2015,12,23,2.08695652173913 -"9815",40213251,2016,1,23,2.34782608695652 -"9816",40213251,2016,2,19,2.15789473684211 -"9817",40213251,2016,3,19,2.21052631578947 -"9818",40213251,2016,4,16,1.75 -"9819",40213251,2016,5,19,2.42105263157895 -"9820",40213251,2016,6,17,2.17647058823529 -"9821",40213251,2016,7,17,4.11764705882353 -"9822",40213251,2016,8,24,2.625 -"9823",40213251,2016,9,20,3.1 -"9824",40213251,2016,10,20,2.35 -"9825",40213251,2016,11,22,1.95454545454545 -"9826",40213251,2016,12,17,2 -"9827",40213251,2017,1,21,2.71428571428571 -"9828",40213251,2017,2,22,2.81818181818182 -"9829",40213251,2017,3,20,3.95 -"9830",40213251,2017,4,14,1.71428571428571 -"9831",40213251,2017,5,16,2 -"9832",40213251,2017,6,20,2 -"9833",40213251,2017,7,23,2.69565217391304 -"9834",40213251,2017,8,15,2.2 -"9835",40213251,2017,9,18,3.5 -"9836",40213251,2017,10,8,2 -"9837",40213251,2017,11,22,2.63636363636364 -"9838",40213251,2017,12,25,2.76 -"9839",40213251,2018,1,16,1.8125 -"9840",40213251,2018,2,19,2 -"9841",40213251,2018,3,23,2.04347826086957 -"9842",40213251,2018,4,19,2.21052631578947 -"9843",40213251,2018,5,23,2.21739130434783 -"9844",40213251,2018,6,19,1.94736842105263 -"9845",40213251,2018,7,13,2.23076923076923 -"9846",40213251,2018,8,18,2.94444444444444 -"9847",40213251,2018,9,9,2.22222222222222 -"9848",40213251,2018,10,18,1.83333333333333 -"9849",40213251,2018,11,15,1.73333333333333 -"9850",40213251,2018,12,16,1.9375 -"9851",40213251,2019,1,18,3.5 -"9852",40213251,2019,2,13,2.07692307692308 -"9853",40213251,2019,3,21,2.0952380952381 -"9854",40213251,2019,4,17,3.64705882352941 -"9855",40213251,2019,5,17,2.94117647058824 -"9856",40213251,2019,6,13,2.15384615384615 -"9857",40213251,2019,7,18,2.05555555555556 -"9858",40213251,2019,8,20,2.25 -"9859",40213251,2019,9,14,2.14285714285714 -"9860",40213251,2019,10,18,2.5 -"9861",40213251,2019,11,26,2.11538461538462 -"9862",40213251,2019,12,20,2.05 -"9863",40213251,2020,1,13,1.69230769230769 -"9864",40213251,2020,2,21,2.52380952380952 -"9865",40213251,2020,3,25,2.28 -"9866",40213251,2020,4,20,2.3 -"9867",40213251,2020,5,17,2.23529411764706 -"9868",40213251,2020,6,17,2.05882352941176 -"9869",40213251,2020,7,23,2.21739130434783 -"9870",40213251,2020,8,16,1.8125 -"9871",40213251,2020,9,12,2 -"9872",40213251,2020,10,22,1.86363636363636 -"9873",40213251,2020,11,25,2 -"9874",40213251,2020,12,17,3.52941176470588 -"9875",40213251,2021,1,22,1.77272727272727 -"9876",40213251,2021,2,8,1.875 -"9877",40213251,2021,3,17,2.17647058823529 -"9878",40213251,2021,4,20,3.1 -"9879",40213251,2021,5,19,2.47368421052632 -"9880",40213251,2021,6,13,1.92307692307692 -"9881",40213251,2021,7,16,3.375 -"9882",40213251,2021,8,17,2.76470588235294 -"9883",40213251,2021,9,23,3.52173913043478 -"9884",40213251,2021,10,21,1.85714285714286 -"9885",40213251,2021,11,23,2.52173913043478 -"9886",40213251,2021,12,24,2.375 -"9887",40213251,2022,1,17,2.17647058823529 -"9888",40213251,2022,2,12,2 -"9889",40213251,2022,3,17,2.88235294117647 -"9890",40213251,2022,4,21,2.23809523809524 -"9891",40213251,2022,5,15,2.66666666666667 -"9892",40213251,2022,6,11,2.54545454545455 -"9893",40213251,2022,7,16,1.75 -"9894",40213251,2022,8,27,1.92592592592593 -"9895",40213251,2022,9,17,1.58823529411765 -"9896",40213251,2022,10,14,2.14285714285714 -"9897",40213251,2022,11,18,1.72222222222222 -"9898",40213251,2022,12,20,1.9 -"9899",40213251,2023,1,20,1.7 -"9900",40213251,2023,2,13,2.38461538461538 -"9901",40213251,2023,3,15,2 -"9902",40213251,2023,4,24,1.875 -"9903",40213251,2023,5,14,1.57142857142857 -"9904",40213251,2023,6,11,1.63636363636364 -"9905",40213260,2006,1,1,2 -"9906",40213260,2006,2,1,4 -"9907",40213260,2006,4,1,2 -"9908",40213260,2006,7,1,2 -"9909",40213260,2006,8,1,3 -"9910",40213260,2006,10,2,1.5 -"9911",40213260,2007,1,3,3 -"9912",40213260,2007,2,1,2 -"9913",40213260,2007,4,1,2 -"9914",40213260,2007,7,2,1.5 -"9915",40213260,2007,10,1,2 -"9916",40213260,2008,7,1,1 -"9917",40213260,2009,2,1,1 -"9918",40213260,2010,2,1,1 -"9919",40213260,2010,4,1,1 -"9920",40213260,2010,5,1,2 -"9921",40213260,2010,7,1,2 -"9922",40213260,2011,1,1,2 -"9923",40213260,2011,5,1,2 -"9924",40213260,2012,1,1,2 -"9925",40213260,2013,6,5,1.6 -"9926",40213260,2013,7,21,2.04761904761905 -"9927",40213260,2013,8,11,1.90909090909091 -"9928",40213260,2013,9,13,2.38461538461538 -"9929",40213260,2013,10,18,2 -"9930",40213260,2013,11,8,2.125 -"9931",40213260,2013,12,23,2.47826086956522 -"9932",40213260,2014,1,22,1.95454545454545 -"9933",40213260,2014,2,16,1.6875 -"9934",40213260,2014,3,17,2.35294117647059 -"9935",40213260,2014,4,21,1.57142857142857 -"9936",40213260,2014,5,15,2.73333333333333 -"9937",40213260,2014,6,21,2.23809523809524 -"9938",40213260,2014,7,17,1.64705882352941 -"9939",40213260,2014,8,14,2.57142857142857 -"9940",40213260,2014,9,13,1.92307692307692 -"9941",40213260,2014,10,16,2.375 -"9942",40213260,2014,11,8,1.875 -"9943",40213260,2014,12,20,2.5 -"9944",40213260,2015,1,16,1.875 -"9945",40213260,2015,2,16,3.0625 -"9946",40213260,2015,3,19,1.47368421052632 -"9947",40213260,2015,4,22,2.63636363636364 -"9948",40213260,2015,5,15,2.33333333333333 -"9949",40213260,2015,6,20,2.05 -"9950",40213260,2015,7,21,2.14285714285714 -"9951",40213260,2015,8,21,2.33333333333333 -"9952",40213260,2015,9,20,1.8 -"9953",40213260,2015,10,12,2.75 -"9954",40213260,2015,11,5,1.6 -"9955",40213260,2015,12,13,1.46153846153846 -"9956",40213260,2016,1,17,1.94117647058824 -"9957",40213260,2016,2,15,3.46666666666667 -"9958",40213260,2016,3,15,2.26666666666667 -"9959",40213260,2016,4,10,3.9 -"9960",40213260,2016,5,14,4.14285714285714 -"9961",40213260,2016,6,17,2.05882352941176 -"9962",40213260,2016,7,20,2.7 -"9963",40213260,2016,8,16,2.75 -"9964",40213260,2016,9,23,2.21739130434783 -"9965",40213260,2016,10,15,2.33333333333333 -"9966",40213260,2016,11,10,2 -"9967",40213260,2016,12,15,1.73333333333333 -"9968",40213260,2017,1,25,1.64 -"9969",40213260,2017,2,19,2.89473684210526 -"9970",40213260,2017,3,10,3 -"9971",40213260,2017,4,13,1.53846153846154 -"9972",40213260,2017,5,16,1.8125 -"9973",40213260,2017,6,16,4 -"9974",40213260,2017,7,14,1.85714285714286 -"9975",40213260,2017,8,23,3.17391304347826 -"9976",40213260,2017,9,16,2.625 -"9977",40213260,2017,10,13,2.84615384615385 -"9978",40213260,2017,11,11,1.81818181818182 -"9979",40213260,2017,12,14,2.14285714285714 -"9980",40213260,2018,1,20,1.95 -"9981",40213260,2018,2,20,2.15 -"9982",40213260,2018,3,18,2 -"9983",40213260,2018,4,20,1.9 -"9984",40213260,2018,5,15,2 -"9985",40213260,2018,6,22,1.63636363636364 -"9986",40213260,2018,7,17,2.23529411764706 -"9987",40213260,2018,8,27,2.18518518518519 -"9988",40213260,2018,9,19,3.42105263157895 -"9989",40213260,2018,10,10,3.4 -"9990",40213260,2018,11,14,3.57142857142857 -"9991",40213260,2018,12,11,2 -"9992",40213260,2019,1,11,2.27272727272727 -"9993",40213260,2019,2,20,1.95 -"9994",40213260,2019,3,16,1.8125 -"9995",40213260,2019,4,18,1.94444444444444 -"9996",40213260,2019,5,14,2 -"9997",40213260,2019,6,18,1.72222222222222 -"9998",40213260,2019,7,26,2.03846153846154 -"9999",40213260,2019,8,20,2.5 -"10000",40213260,2019,9,19,3.57894736842105 -"10001",40213260,2019,10,20,2.3 -"10002",40213260,2019,11,10,4.5 -"10003",40213260,2019,12,12,4.25 -"10004",40213260,2020,1,10,1.8 -"10005",40213260,2020,2,16,2.125 -"10006",40213260,2020,3,11,1.72727272727273 -"10007",40213260,2020,4,15,1.93333333333333 -"10008",40213260,2020,5,12,1.75 -"10009",40213260,2020,6,14,1.85714285714286 -"10010",40213260,2020,7,15,2.06666666666667 -"10011",40213260,2020,8,19,2.26315789473684 -"10012",40213260,2020,9,14,3.71428571428571 -"10013",40213260,2020,10,22,2 -"10014",40213260,2020,11,11,4.45454545454545 -"10015",40213260,2020,12,10,5.2 -"10016",40213260,2021,1,15,2.4 -"10017",40213260,2021,2,16,2.125 -"10018",40213260,2021,3,12,1.75 -"10019",40213260,2021,4,11,1.72727272727273 -"10020",40213260,2021,5,13,2 -"10021",40213260,2021,6,15,1.6 -"10022",40213260,2021,7,14,1.64285714285714 -"10023",40213260,2021,8,20,1.8 -"10024",40213260,2021,9,15,4.66666666666667 -"10025",40213260,2021,10,19,1.78947368421053 -"10026",40213260,2021,11,15,3.2 -"10027",40213260,2021,12,11,2.18181818181818 -"10028",40213260,2022,1,15,2.46666666666667 -"10029",40213260,2022,2,15,2 -"10030",40213260,2022,3,16,3.3125 -"10031",40213260,2022,4,14,2.14285714285714 -"10032",40213260,2022,5,13,1.69230769230769 -"10033",40213260,2022,6,14,2.35714285714286 -"10034",40213260,2022,7,20,1.6 -"10035",40213260,2022,8,18,2.16666666666667 -"10036",40213260,2022,9,20,3.2 -"10037",40213260,2022,10,16,2.75 -"10038",40213260,2022,11,12,1.75 -"10039",40213260,2022,12,9,1.66666666666667 -"10040",40213260,2023,1,8,1.875 -"10041",40213260,2023,2,17,1.70588235294118 -"10042",40213260,2023,3,20,2.9 -"10043",40213260,2023,4,9,2.11111111111111 -"10044",40213260,2023,5,12,2.25 -"10045",40213260,2023,6,10,3.9 -"10046",40213281,1997,2,2,1.5 -"10047",40213281,1997,4,1,2 -"10048",40213281,2001,10,1,1 -"10049",40213281,2001,12,1,1 -"10050",40213281,2002,2,1,1 -"10051",40213281,2002,3,1,1 -"10052",40213281,2002,7,1,1 -"10053",40213281,2002,9,1,1 -"10054",40213281,2002,12,2,1 -"10055",40213281,2003,9,1,1 -"10056",40213281,2007,3,1,1 -"10057",40213281,2010,12,1,1 -"10058",40213281,2011,2,1,1 -"10059",40213281,2011,5,1,1 -"10060",40213281,2012,2,1,1 -"10061",40213281,2013,6,17,1.88235294117647 -"10062",40213281,2013,7,40,2.525 -"10063",40213281,2013,8,52,2.78846153846154 -"10064",40213281,2013,9,45,2.02222222222222 -"10065",40213281,2013,10,37,1.97297297297297 -"10066",40213281,2013,11,51,2.03921568627451 -"10067",40213281,2013,12,54,2.12962962962963 -"10068",40213281,2014,1,49,1.77551020408163 -"10069",40213281,2014,2,45,2.6 -"10070",40213281,2014,3,40,3.1 -"10071",40213281,2014,4,35,2.45714285714286 -"10072",40213281,2014,5,46,2.65217391304348 -"10073",40213281,2014,6,35,2.17142857142857 -"10074",40213281,2014,7,41,2.80487804878049 -"10075",40213281,2014,8,33,3.18181818181818 -"10076",40213281,2014,9,43,2.53488372093023 -"10077",40213281,2014,10,40,3.475 -"10078",40213281,2014,11,38,2.55263157894737 -"10079",40213281,2014,12,48,2.10416666666667 -"10080",40213281,2015,1,40,3.4 -"10081",40213281,2015,2,52,2.44230769230769 -"10082",40213281,2015,3,51,2.13725490196078 -"10083",40213281,2015,4,43,2.55813953488372 -"10084",40213281,2015,5,46,2.15217391304348 -"10085",40213281,2015,6,45,2.97777777777778 -"10086",40213281,2015,7,50,3.12 -"10087",40213281,2015,8,48,2.58333333333333 -"10088",40213281,2015,9,49,2.26530612244898 -"10089",40213281,2015,10,46,3.21739130434783 -"10090",40213281,2015,11,58,2.70689655172414 -"10091",40213281,2015,12,48,1.95833333333333 -"10092",40213281,2016,1,43,2.53488372093023 -"10093",40213281,2016,2,49,2.02040816326531 -"10094",40213281,2016,3,52,2.17307692307692 -"10095",40213281,2016,4,60,2.51666666666667 -"10096",40213281,2016,5,50,1.88 -"10097",40213281,2016,6,39,2.53846153846154 -"10098",40213281,2016,7,47,2.63829787234043 -"10099",40213281,2016,8,50,2.88 -"10100",40213281,2016,9,50,2.86 -"10101",40213281,2016,10,37,2.59459459459459 -"10102",40213281,2016,11,41,2.17073170731707 -"10103",40213281,2016,12,42,2.35714285714286 -"10104",40213281,2017,1,54,3.09259259259259 -"10105",40213281,2017,2,45,2.62222222222222 -"10106",40213281,2017,3,45,2.73333333333333 -"10107",40213281,2017,4,38,1.89473684210526 -"10108",40213281,2017,5,60,2.21666666666667 -"10109",40213281,2017,6,56,2.69642857142857 -"10110",40213281,2017,7,57,1.87719298245614 -"10111",40213281,2017,8,38,2.15789473684211 -"10112",40213281,2017,9,51,2.86274509803922 -"10113",40213281,2017,10,38,2.73684210526316 -"10114",40213281,2017,11,40,2.55 -"10115",40213281,2017,12,39,2.07692307692308 -"10116",40213281,2018,1,33,1.78787878787879 -"10117",40213281,2018,2,43,2.69767441860465 -"10118",40213281,2018,3,47,2.23404255319149 -"10119",40213281,2018,4,43,1.93023255813953 -"10120",40213281,2018,5,57,1.57894736842105 -"10121",40213281,2018,6,49,2.04081632653061 -"10122",40213281,2018,7,42,1.73809523809524 -"10123",40213281,2018,8,51,2.2156862745098 -"10124",40213281,2018,9,42,1.92857142857143 -"10125",40213281,2018,10,43,1.97674418604651 -"10126",40213281,2018,11,36,2.69444444444444 -"10127",40213281,2018,12,34,1.82352941176471 -"10128",40213281,2019,1,44,2.52272727272727 -"10129",40213281,2019,2,38,2 -"10130",40213281,2019,3,46,1.8695652173913 -"10131",40213281,2019,4,38,2.78947368421053 -"10132",40213281,2019,5,58,1.91379310344828 -"10133",40213281,2019,6,47,2.12765957446809 -"10134",40213281,2019,7,44,1.86363636363636 -"10135",40213281,2019,8,42,2.28571428571429 -"10136",40213281,2019,9,45,2.15555555555556 -"10137",40213281,2019,10,52,1.94230769230769 -"10138",40213281,2019,11,44,2.06818181818182 -"10139",40213281,2019,12,36,1.91666666666667 -"10140",40213281,2020,1,39,2.15384615384615 -"10141",40213281,2020,2,51,2.07843137254902 -"10142",40213281,2020,3,36,2.30555555555556 -"10143",40213281,2020,4,44,1.90909090909091 -"10144",40213281,2020,5,50,2.08 -"10145",40213281,2020,6,49,2.48979591836735 -"10146",40213281,2020,7,58,2.06896551724138 -"10147",40213281,2020,8,42,2.64285714285714 -"10148",40213281,2020,9,38,2.02631578947368 -"10149",40213281,2020,10,49,2.81632653061224 -"10150",40213281,2020,11,51,2.11764705882353 -"10151",40213281,2020,12,45,3.08888888888889 -"10152",40213281,2021,1,57,2.50877192982456 -"10153",40213281,2021,2,39,2.38461538461538 -"10154",40213281,2021,3,42,3.02380952380952 -"10155",40213281,2021,4,43,2.55813953488372 -"10156",40213281,2021,5,40,2.525 -"10157",40213281,2021,6,37,2.21621621621622 -"10158",40213281,2021,7,44,2.15909090909091 -"10159",40213281,2021,8,45,2.33333333333333 -"10160",40213281,2021,9,51,2.49019607843137 -"10161",40213281,2021,10,55,2.32727272727273 -"10162",40213281,2021,11,46,1.95652173913043 -"10163",40213281,2021,12,45,2.42222222222222 -"10164",40213281,2022,1,50,1.96 -"10165",40213281,2022,2,49,2.40816326530612 -"10166",40213281,2022,3,44,2.45454545454545 -"10167",40213281,2022,4,40,2.125 -"10168",40213281,2022,5,37,2.51351351351351 -"10169",40213281,2022,6,37,1.86486486486486 -"10170",40213281,2022,7,49,2.06122448979592 -"10171",40213281,2022,8,39,1.66666666666667 -"10172",40213281,2022,9,40,1.8 -"10173",40213281,2022,10,44,2.18181818181818 -"10174",40213281,2022,11,47,1.70212765957447 -"10175",40213281,2022,12,42,1.92857142857143 -"10176",40213281,2023,1,41,2.17073170731707 -"10177",40213281,2023,2,29,2.79310344827586 -"10178",40213281,2023,3,38,2.07894736842105 -"10179",40213281,2023,4,43,2.2093023255814 -"10180",40213281,2023,5,36,2.69444444444444 -"10181",40213281,2023,6,18,1.72222222222222 -"10182",40213296,1996,4,1,1 -"10183",40213296,1996,6,1,1 -"10184",40213296,1996,7,1,2 -"10185",40213296,1996,9,1,2 -"10186",40213296,1997,2,1,2 -"10187",40213296,1997,3,1,2 -"10188",40213296,1997,4,1,1 -"10189",40213296,1997,7,1,2 -"10190",40213296,1998,3,2,2.5 -"10191",40213296,1998,9,1,2 -"10192",40213296,2000,2,1,2 -"10193",40213296,2000,3,1,3 -"10194",40213296,2000,12,1,1 -"10195",40213296,2001,2,1,2 -"10196",40213296,2001,11,1,2 -"10197",40213296,2002,7,1,2 -"10198",40213296,2002,11,1,2 -"10199",40213296,2003,6,1,1 -"10200",40213296,2003,10,1,2 -"10201",40213296,2004,6,1,1 -"10202",40213296,2005,10,1,2 -"10203",40213296,2007,2,1,2 -"10204",40213296,2008,3,1,2 -"10205",40213296,2009,7,1,3 -"10206",40213296,2010,8,1,1 -"10207",40213296,2011,2,1,1 -"10208",40213296,2012,3,1,1 -"10209",40213296,2013,2,1,1 -"10210",40213296,2013,3,1,1 -"10211",40213296,2013,6,8,2.125 -"10212",40213296,2013,7,15,1.8 -"10213",40213296,2013,8,23,1.69565217391304 -"10214",40213296,2013,9,16,2.625 -"10215",40213296,2013,10,20,2.2 -"10216",40213296,2013,11,16,2 -"10217",40213296,2013,12,16,1.5 -"10218",40213296,2014,1,11,2.54545454545455 -"10219",40213296,2014,2,15,1.66666666666667 -"10220",40213296,2014,3,24,3.45833333333333 -"10221",40213296,2014,4,9,2 -"10222",40213296,2014,5,20,2.45 -"10223",40213296,2014,6,19,2.8421052631579 -"10224",40213296,2014,7,15,1.66666666666667 -"10225",40213296,2014,8,21,1.9047619047619 -"10226",40213296,2014,9,25,3.04 -"10227",40213296,2014,10,11,2 -"10228",40213296,2014,11,12,2.91666666666667 -"10229",40213296,2014,12,6,1.66666666666667 -"10230",40213296,2015,1,14,3.07142857142857 -"10231",40213296,2015,2,12,1.66666666666667 -"10232",40213296,2015,3,17,1.70588235294118 -"10233",40213296,2015,4,16,2.1875 -"10234",40213296,2015,5,18,1.38888888888889 -"10235",40213296,2015,6,20,3.35 -"10236",40213296,2015,7,12,2.08333333333333 -"10237",40213296,2015,8,20,1.75 -"10238",40213296,2015,9,16,1.75 -"10239",40213296,2015,10,18,1.88888888888889 -"10240",40213296,2015,11,15,2.13333333333333 -"10241",40213296,2015,12,15,1.73333333333333 -"10242",40213296,2016,1,11,2.36363636363636 -"10243",40213296,2016,2,19,1.78947368421053 -"10244",40213296,2016,3,24,2.58333333333333 -"10245",40213296,2016,4,9,1.77777777777778 -"10246",40213296,2016,5,24,2.04166666666667 -"10247",40213296,2016,6,16,2.8125 -"10248",40213296,2016,7,19,1.68421052631579 -"10249",40213296,2016,8,22,1.77272727272727 -"10250",40213296,2016,9,22,2.90909090909091 -"10251",40213296,2016,10,15,3.2 -"10252",40213296,2016,11,16,1.875 -"10253",40213296,2016,12,10,2.2 -"10254",40213296,2017,1,20,2.95 -"10255",40213296,2017,2,18,1.66666666666667 -"10256",40213296,2017,3,21,1.76190476190476 -"10257",40213296,2017,4,21,2.76190476190476 -"10258",40213296,2017,5,17,1.47058823529412 -"10259",40213296,2017,6,19,2.52631578947368 -"10260",40213296,2017,7,11,1.54545454545455 -"10261",40213296,2017,8,15,1.8 -"10262",40213296,2017,9,15,2.06666666666667 -"10263",40213296,2017,10,16,2.3125 -"10264",40213296,2017,11,17,2.94117647058824 -"10265",40213296,2017,12,15,1.86666666666667 -"10266",40213296,2018,1,16,1.9375 -"10267",40213296,2018,2,13,2.30769230769231 -"10268",40213296,2018,3,15,2.2 -"10269",40213296,2018,4,14,1.71428571428571 -"10270",40213296,2018,5,23,2.17391304347826 -"10271",40213296,2018,6,14,3.42857142857143 -"10272",40213296,2018,7,15,1.8 -"10273",40213296,2018,8,19,2.26315789473684 -"10274",40213296,2018,9,21,2.42857142857143 -"10275",40213296,2018,10,16,2.4375 -"10276",40213296,2018,11,23,2.78260869565217 -"10277",40213296,2018,12,18,2.22222222222222 -"10278",40213296,2019,1,14,2.14285714285714 -"10279",40213296,2019,2,17,2.11764705882353 -"10280",40213296,2019,3,18,1.88888888888889 -"10281",40213296,2019,4,17,2.29411764705882 -"10282",40213296,2019,5,16,2.0625 -"10283",40213296,2019,6,7,2 -"10284",40213296,2019,7,16,1.9375 -"10285",40213296,2019,8,13,2 -"10286",40213296,2019,9,17,2.29411764705882 -"10287",40213296,2019,10,9,1.77777777777778 -"10288",40213296,2019,11,17,3.29411764705882 -"10289",40213296,2019,12,17,1.88235294117647 -"10290",40213296,2020,1,14,2.21428571428571 -"10291",40213296,2020,2,13,2.53846153846154 -"10292",40213296,2020,3,15,1.93333333333333 -"10293",40213296,2020,4,16,1.9375 -"10294",40213296,2020,5,13,2.76923076923077 -"10295",40213296,2020,6,16,2.875 -"10296",40213296,2020,7,14,1.64285714285714 -"10297",40213296,2020,8,19,2.68421052631579 -"10298",40213296,2020,9,20,2.3 -"10299",40213296,2020,10,16,2.3125 -"10300",40213296,2020,11,25,1.8 -"10301",40213296,2020,12,13,2 -"10302",40213296,2021,1,14,1.92857142857143 -"10303",40213296,2021,2,11,2.45454545454545 -"10304",40213296,2021,3,13,2.15384615384615 -"10305",40213296,2021,4,12,2 -"10306",40213296,2021,5,11,4.63636363636364 -"10307",40213296,2021,6,13,2.15384615384615 -"10308",40213296,2021,7,13,1.76923076923077 -"10309",40213296,2021,8,15,4.13333333333333 -"10310",40213296,2021,9,19,2.15789473684211 -"10311",40213296,2021,10,13,1.92307692307692 -"10312",40213296,2021,11,22,3.40909090909091 -"10313",40213296,2021,12,10,2 -"10314",40213296,2022,1,14,2.14285714285714 -"10315",40213296,2022,2,14,2.28571428571429 -"10316",40213296,2022,3,24,2.54166666666667 -"10317",40213296,2022,4,20,2.6 -"10318",40213296,2022,5,10,1.4 -"10319",40213296,2022,6,20,1.65 -"10320",40213296,2022,7,19,1.84210526315789 -"10321",40213296,2022,8,14,2.28571428571429 -"10322",40213296,2022,9,15,5.13333333333333 -"10323",40213296,2022,10,14,2 -"10324",40213296,2022,11,21,2.66666666666667 -"10325",40213296,2022,12,12,1.91666666666667 -"10326",40213296,2023,1,16,1.625 -"10327",40213296,2023,2,13,2.30769230769231 -"10328",40213296,2023,3,15,2.2 -"10329",40213296,2023,4,21,3.04761904761905 -"10330",40213296,2023,5,9,5.77777777777778 -"10331",40213296,2023,6,10,4 -"10332",40213299,1995,2,1,2 -"10333",40213299,1995,3,1,2 -"10334",40213299,1995,4,1,2 -"10335",40213299,1996,3,1,2 -"10336",40213299,1996,7,1,2 -"10337",40213299,1999,8,1,1 -"10338",40213299,2002,9,1,1 -"10339",40213299,2003,6,1,1 -"10340",40213299,2003,12,1,1 -"10341",40213299,2004,8,1,1 -"10342",40213299,2011,11,1,1 -"10343",40213299,2013,2,1,1 -"10344",40213299,2013,6,10,1.6 -"10345",40213299,2013,7,14,2 -"10346",40213299,2013,8,20,2 -"10347",40213299,2013,9,19,1.84210526315789 -"10348",40213299,2013,10,24,1.54166666666667 -"10349",40213299,2013,11,15,2.06666666666667 -"10350",40213299,2013,12,19,3.47368421052632 -"10351",40213299,2014,1,15,4 -"10352",40213299,2014,2,20,2.45 -"10353",40213299,2014,3,24,2.95833333333333 -"10354",40213299,2014,4,9,1.66666666666667 -"10355",40213299,2014,5,24,2.33333333333333 -"10356",40213299,2014,6,19,2.26315789473684 -"10357",40213299,2014,7,20,2.75 -"10358",40213299,2014,8,24,3.54166666666667 -"10359",40213299,2014,9,14,1.64285714285714 -"10360",40213299,2014,10,15,1.86666666666667 -"10361",40213299,2014,11,20,2.35 -"10362",40213299,2014,12,19,1.68421052631579 -"10363",40213299,2015,1,22,1.77272727272727 -"10364",40213299,2015,2,11,2.09090909090909 -"10365",40213299,2015,3,18,3.72222222222222 -"10366",40213299,2015,4,17,3.82352941176471 -"10367",40213299,2015,5,15,2.4 -"10368",40213299,2015,6,18,2.38888888888889 -"10369",40213299,2015,7,12,4.41666666666667 -"10370",40213299,2015,8,23,2.65217391304348 -"10371",40213299,2015,9,18,2.55555555555556 -"10372",40213299,2015,10,13,2.38461538461538 -"10373",40213299,2015,11,22,1.90909090909091 -"10374",40213299,2015,12,20,2.05 -"10375",40213299,2016,1,22,2.31818181818182 -"10376",40213299,2016,2,21,2.47619047619048 -"10377",40213299,2016,3,17,2.11764705882353 -"10378",40213299,2016,4,13,2.07692307692308 -"10379",40213299,2016,5,18,2.55555555555556 -"10380",40213299,2016,6,16,2.25 -"10381",40213299,2016,7,18,4.05555555555556 -"10382",40213299,2016,8,19,2.57894736842105 -"10383",40213299,2016,9,15,2.4 -"10384",40213299,2016,10,22,3.81818181818182 -"10385",40213299,2016,11,19,2.31578947368421 -"10386",40213299,2016,12,16,2.125 -"10387",40213299,2017,1,15,2.46666666666667 -"10388",40213299,2017,2,25,2.16 -"10389",40213299,2017,3,22,3.04545454545455 -"10390",40213299,2017,4,22,2.13636363636364 -"10391",40213299,2017,5,16,2.1875 -"10392",40213299,2017,6,19,2.31578947368421 -"10393",40213299,2017,7,15,3.46666666666667 -"10394",40213299,2017,8,19,2.73684210526316 -"10395",40213299,2017,9,17,2 -"10396",40213299,2017,10,8,2.75 -"10397",40213299,2017,11,26,2.73076923076923 -"10398",40213299,2017,12,23,2.78260869565217 -"10399",40213299,2018,1,24,2.33333333333333 -"10400",40213299,2018,2,18,1.44444444444444 -"10401",40213299,2018,3,22,2 -"10402",40213299,2018,4,19,2 -"10403",40213299,2018,5,24,2.45833333333333 -"10404",40213299,2018,6,22,2.81818181818182 -"10405",40213299,2018,7,15,2.13333333333333 -"10406",40213299,2018,8,14,2.85714285714286 -"10407",40213299,2018,9,12,2.41666666666667 -"10408",40213299,2018,10,17,3 -"10409",40213299,2018,11,15,2 -"10410",40213299,2018,12,16,1.6875 -"10411",40213299,2019,1,11,1.72727272727273 -"10412",40213299,2019,2,20,2.3 -"10413",40213299,2019,3,26,2.61538461538462 -"10414",40213299,2019,4,20,1.75 -"10415",40213299,2019,5,19,2.26315789473684 -"10416",40213299,2019,6,17,1.76470588235294 -"10417",40213299,2019,7,24,1.83333333333333 -"10418",40213299,2019,8,19,2.42105263157895 -"10419",40213299,2019,9,15,2.26666666666667 -"10420",40213299,2019,10,8,2.375 -"10421",40213299,2019,11,23,2.47826086956522 -"10422",40213299,2019,12,15,1.93333333333333 -"10423",40213299,2020,1,13,1.46153846153846 -"10424",40213299,2020,2,18,1.88888888888889 -"10425",40213299,2020,3,24,2.04166666666667 -"10426",40213299,2020,4,20,1.8 -"10427",40213299,2020,5,19,1.57894736842105 -"10428",40213299,2020,6,15,1.93333333333333 -"10429",40213299,2020,7,19,1.63157894736842 -"10430",40213299,2020,8,16,2.6875 -"10431",40213299,2020,9,12,1.58333333333333 -"10432",40213299,2020,10,23,1.73913043478261 -"10433",40213299,2020,11,20,1.85 -"10434",40213299,2020,12,9,3 -"10435",40213299,2021,1,19,2.05263157894737 -"10436",40213299,2021,2,15,1.73333333333333 -"10437",40213299,2021,3,16,1.9375 -"10438",40213299,2021,4,19,1.78947368421053 -"10439",40213299,2021,5,23,2.26086956521739 -"10440",40213299,2021,6,21,2.19047619047619 -"10441",40213299,2021,7,25,2.96 -"10442",40213299,2021,8,11,1.81818181818182 -"10443",40213299,2021,9,18,2.94444444444444 -"10444",40213299,2021,10,18,1.77777777777778 -"10445",40213299,2021,11,20,2.9 -"10446",40213299,2021,12,15,2.6 -"10447",40213299,2022,1,19,2 -"10448",40213299,2022,2,14,1.92857142857143 -"10449",40213299,2022,3,14,2.92857142857143 -"10450",40213299,2022,4,23,1.91304347826087 -"10451",40213299,2022,5,12,1.75 -"10452",40213299,2022,6,15,2.26666666666667 -"10453",40213299,2022,7,21,1.95238095238095 -"10454",40213299,2022,8,29,2.27586206896552 -"10455",40213299,2022,9,16,1.75 -"10456",40213299,2022,10,19,3.57894736842105 -"10457",40213299,2022,11,13,2.23076923076923 -"10458",40213299,2022,12,18,2.83333333333333 -"10459",40213299,2023,1,20,1.8 -"10460",40213299,2023,2,19,2.94736842105263 -"10461",40213299,2023,3,21,2.33333333333333 -"10462",40213299,2023,4,17,2.23529411764706 -"10463",40213299,2023,5,12,1.58333333333333 -"10464",40213299,2023,6,8,1.5 -"10465",40213304,1985,3,1,1 -"10466",40213304,1985,5,1,1 -"10467",40213304,1985,12,1,1 -"10468",40213304,1994,1,1,2 -"10469",40213304,1994,3,1,2 -"10470",40213304,1994,10,1,2 -"10471",40213304,2001,6,1,1 -"10472",40213304,2001,8,1,1 -"10473",40213304,2002,3,2,1 -"10474",40213304,2002,4,1,1 -"10475",40213304,2002,12,1,1 -"10476",40213304,2010,9,1,1 -"10477",40213304,2010,10,1,1 -"10478",40213304,2011,5,1,1 -"10479",40213304,2013,6,10,2.4 -"10480",40213304,2013,7,25,1.56 -"10481",40213304,2013,8,26,1.84615384615385 -"10482",40213304,2013,9,29,2.20689655172414 -"10483",40213304,2013,10,20,2.15 -"10484",40213304,2013,11,27,2.11111111111111 -"10485",40213304,2013,12,25,2.24 -"10486",40213304,2014,1,20,2.1 -"10487",40213304,2014,2,28,2.96428571428571 -"10488",40213304,2014,3,28,3.35714285714286 -"10489",40213304,2014,4,19,2.31578947368421 -"10490",40213304,2014,5,25,3.48 -"10491",40213304,2014,6,21,4 -"10492",40213304,2014,7,26,2.5 -"10493",40213304,2014,8,17,2.17647058823529 -"10494",40213304,2014,9,26,2.38461538461538 -"10495",40213304,2014,10,37,3.08108108108108 -"10496",40213304,2014,11,23,2.8695652173913 -"10497",40213304,2014,12,32,2.46875 -"10498",40213304,2015,1,30,3.36666666666667 -"10499",40213304,2015,2,23,3 -"10500",40213304,2015,3,25,2.08 -"10501",40213304,2015,4,29,2.68965517241379 -"10502",40213304,2015,5,29,2.41379310344828 -"10503",40213304,2015,6,27,2.59259259259259 -"10504",40213304,2015,7,40,2.3 -"10505",40213304,2015,8,35,2.48571428571429 -"10506",40213304,2015,9,31,2.35483870967742 -"10507",40213304,2015,10,23,1.82608695652174 -"10508",40213304,2015,11,33,2.45454545454545 -"10509",40213304,2015,12,34,2.64705882352941 -"10510",40213304,2016,1,29,2.20689655172414 -"10511",40213304,2016,2,34,2.47058823529412 -"10512",40213304,2016,3,25,1.96 -"10513",40213304,2016,4,26,2.34615384615385 -"10514",40213304,2016,5,28,2.71428571428571 -"10515",40213304,2016,6,23,3.1304347826087 -"10516",40213304,2016,7,22,2 -"10517",40213304,2016,8,26,1.96153846153846 -"10518",40213304,2016,9,27,3.44444444444444 -"10519",40213304,2016,10,30,2.63333333333333 -"10520",40213304,2016,11,32,2.40625 -"10521",40213304,2016,12,31,1.83870967741935 -"10522",40213304,2017,1,31,2.51612903225806 -"10523",40213304,2017,2,27,1.96296296296296 -"10524",40213304,2017,3,25,2.24 -"10525",40213304,2017,4,26,2.61538461538462 -"10526",40213304,2017,5,27,3.2962962962963 -"10527",40213304,2017,6,24,3.29166666666667 -"10528",40213304,2017,7,24,1.91666666666667 -"10529",40213304,2017,8,25,1.72 -"10530",40213304,2017,9,24,1.75 -"10531",40213304,2017,10,31,1.74193548387097 -"10532",40213304,2017,11,27,2.07407407407407 -"10533",40213304,2017,12,27,1.77777777777778 -"10534",40213304,2018,1,30,1.9 -"10535",40213304,2018,2,27,2.59259259259259 -"10536",40213304,2018,3,21,2.42857142857143 -"10537",40213304,2018,4,25,1.92 -"10538",40213304,2018,5,30,1.76666666666667 -"10539",40213304,2018,6,25,1.6 -"10540",40213304,2018,7,20,1.75 -"10541",40213304,2018,8,24,1.75 -"10542",40213304,2018,9,28,2 -"10543",40213304,2018,10,31,1.67741935483871 -"10544",40213304,2018,11,24,2.125 -"10545",40213304,2018,12,27,1.88888888888889 -"10546",40213304,2019,1,35,1.88571428571429 -"10547",40213304,2019,2,32,2.125 -"10548",40213304,2019,3,23,1.8695652173913 -"10549",40213304,2019,4,17,2 -"10550",40213304,2019,5,30,1.7 -"10551",40213304,2019,6,24,1.91666666666667 -"10552",40213304,2019,7,23,1.78260869565217 -"10553",40213304,2019,8,24,1.75 -"10554",40213304,2019,9,37,2.27027027027027 -"10555",40213304,2019,10,34,2.20588235294118 -"10556",40213304,2019,11,17,1.88235294117647 -"10557",40213304,2019,12,21,1.85714285714286 -"10558",40213304,2020,1,26,1.92307692307692 -"10559",40213304,2020,2,23,2 -"10560",40213304,2020,3,28,2.28571428571429 -"10561",40213304,2020,4,33,2.84848484848485 -"10562",40213304,2020,5,30,1.86666666666667 -"10563",40213304,2020,6,22,3.63636363636364 -"10564",40213304,2020,7,27,2.51851851851852 -"10565",40213304,2020,8,27,2.77777777777778 -"10566",40213304,2020,9,28,2.46428571428571 -"10567",40213304,2020,10,35,2.68571428571429 -"10568",40213304,2020,11,29,2.79310344827586 -"10569",40213304,2020,12,22,2.09090909090909 -"10570",40213304,2021,1,22,3.36363636363636 -"10571",40213304,2021,2,25,2.04 -"10572",40213304,2021,3,32,2.46875 -"10573",40213304,2021,4,25,2.08 -"10574",40213304,2021,5,33,2.63636363636364 -"10575",40213304,2021,6,34,2.14705882352941 -"10576",40213304,2021,7,29,2.10344827586207 -"10577",40213304,2021,8,20,2.05 -"10578",40213304,2021,9,22,2.54545454545455 -"10579",40213304,2021,10,30,2.03333333333333 -"10580",40213304,2021,11,22,1.54545454545455 -"10581",40213304,2021,12,25,2.16 -"10582",40213304,2022,1,27,1.88888888888889 -"10583",40213304,2022,2,35,1.91428571428571 -"10584",40213304,2022,3,28,1.67857142857143 -"10585",40213304,2022,4,24,2.33333333333333 -"10586",40213304,2022,5,22,2.45454545454545 -"10587",40213304,2022,6,21,1.66666666666667 -"10588",40213304,2022,7,22,2 -"10589",40213304,2022,8,25,2.16 -"10590",40213304,2022,9,20,1.6 -"10591",40213304,2022,10,24,1.875 -"10592",40213304,2022,11,25,2.6 -"10593",40213304,2022,12,24,2.66666666666667 -"10594",40213304,2023,1,20,3.35 -"10595",40213304,2023,2,17,2.05882352941176 -"10596",40213304,2023,3,32,2.9375 -"10597",40213304,2023,4,23,1.91304347826087 -"10598",40213304,2023,5,19,2.21052631578947 -"10599",40213304,2023,6,8,1.375 -"10600",40213306,1982,3,1,1 -"10601",40213306,1986,4,1,24 -"10602",40213306,1987,4,1,24 -"10603",40213306,1988,5,1,24 -"10604",40213306,1990,1,1,4 -"10605",40213306,1990,6,1,2 -"10606",40213306,1991,2,1,4 -"10607",40213306,1991,5,1,5 -"10608",40213306,1992,5,1,5 -"10609",40213306,1993,5,1,5 -"10610",40213306,1994,4,1,2 -"10611",40213306,1995,4,1,2 -"10612",40213306,1996,4,1,2 -"10613",40213306,1996,5,1,2 -"10614",40213306,2000,9,1,7 -"10615",40213306,2001,4,1,1 -"10616",40213306,2001,9,1,7 -"10617",40213306,2002,4,1,1 -"10618",40213306,2004,4,1,1 -"10619",40213306,2004,10,1,2 -"10620",40213306,2005,4,1,1 -"10621",40213306,2006,4,1,1 -"10622",40213306,2006,9,1,2 -"10623",40213306,2009,7,1,1 -"10624",40213306,2010,7,1,1 -"10625",40213306,2011,8,1,1 -"10626",40213306,2011,10,1,2 -"10627",40213306,2012,10,1,2 -"10628",40213306,2013,6,5,1.6 -"10629",40213306,2013,7,11,3 -"10630",40213306,2013,8,8,1.75 -"10631",40213306,2013,9,8,3.125 -"10632",40213306,2013,10,8,1.625 -"10633",40213306,2013,11,8,1.5 -"10634",40213306,2013,12,10,2.1 -"10635",40213306,2014,1,5,1.8 -"10636",40213306,2014,2,7,1.57142857142857 -"10637",40213306,2014,3,9,1.44444444444444 -"10638",40213306,2014,4,3,2.33333333333333 -"10639",40213306,2014,5,6,3.33333333333333 -"10640",40213306,2014,6,5,1.2 -"10641",40213306,2014,7,8,1.875 -"10642",40213306,2014,8,6,1.33333333333333 -"10643",40213306,2014,9,10,2.3 -"10644",40213306,2014,10,8,2 -"10645",40213306,2014,11,9,2 -"10646",40213306,2014,12,5,3 -"10647",40213306,2015,1,13,1.69230769230769 -"10648",40213306,2015,2,11,2.09090909090909 -"10649",40213306,2015,3,14,1.85714285714286 -"10650",40213306,2015,4,13,3 -"10651",40213306,2015,5,9,1.44444444444444 -"10652",40213306,2015,6,11,1.72727272727273 -"10653",40213306,2015,7,6,1.83333333333333 -"10654",40213306,2015,8,13,1.53846153846154 -"10655",40213306,2015,9,7,1.85714285714286 -"10656",40213306,2015,10,7,1.85714285714286 -"10657",40213306,2015,11,9,1.66666666666667 -"10658",40213306,2015,12,15,2.26666666666667 -"10659",40213306,2016,1,15,2.13333333333333 -"10660",40213306,2016,2,4,2.25 -"10661",40213306,2016,3,6,3.33333333333333 -"10662",40213306,2016,4,14,1.85714285714286 -"10663",40213306,2016,5,8,2.5 -"10664",40213306,2016,6,4,2 -"10665",40213306,2016,7,9,1.88888888888889 -"10666",40213306,2016,8,9,2 -"10667",40213306,2016,9,9,1.77777777777778 -"10668",40213306,2016,10,9,4.22222222222222 -"10669",40213306,2016,11,10,2.1 -"10670",40213306,2016,12,12,2.91666666666667 -"10671",40213306,2017,1,13,5.15384615384615 -"10672",40213306,2017,2,10,5.3 -"10673",40213306,2017,3,8,4.375 -"10674",40213306,2017,4,10,2.4 -"10675",40213306,2017,5,4,1.5 -"10676",40213306,2017,6,8,2.875 -"10677",40213306,2017,7,14,2.28571428571429 -"10678",40213306,2017,8,12,2.33333333333333 -"10679",40213306,2017,9,14,2 -"10680",40213306,2017,10,8,1.625 -"10681",40213306,2017,11,8,3.875 -"10682",40213306,2017,12,6,5.16666666666667 -"10683",40213306,2018,1,7,2.71428571428571 -"10684",40213306,2018,2,13,3.53846153846154 -"10685",40213306,2018,3,8,1.75 -"10686",40213306,2018,4,7,1.85714285714286 -"10687",40213306,2018,5,5,2.2 -"10688",40213306,2018,6,10,2.1 -"10689",40213306,2018,7,7,1.71428571428571 -"10690",40213306,2018,8,9,1.77777777777778 -"10691",40213306,2018,9,8,3 -"10692",40213306,2018,10,19,2.10526315789474 -"10693",40213306,2018,11,13,4.15384615384615 -"10694",40213306,2018,12,10,3 -"10695",40213306,2019,1,13,2 -"10696",40213306,2019,2,6,2 -"10697",40213306,2019,3,10,4.3 -"10698",40213306,2019,4,3,1.66666666666667 -"10699",40213306,2019,5,12,1.91666666666667 -"10700",40213306,2019,6,7,2 -"10701",40213306,2019,7,10,2.3 -"10702",40213306,2019,8,11,2.45454545454545 -"10703",40213306,2019,9,5,1.2 -"10704",40213306,2019,10,10,1.2 -"10705",40213306,2019,11,5,4.6 -"10706",40213306,2019,12,11,2.18181818181818 -"10707",40213306,2020,1,8,2.75 -"10708",40213306,2020,2,8,2 -"10709",40213306,2020,3,10,1.7 -"10710",40213306,2020,4,15,2.4 -"10711",40213306,2020,5,11,1.72727272727273 -"10712",40213306,2020,6,10,1.8 -"10713",40213306,2020,7,7,1.42857142857143 -"10714",40213306,2020,8,10,1.7 -"10715",40213306,2020,9,9,2.11111111111111 -"10716",40213306,2020,10,5,2.6 -"10717",40213306,2020,11,12,1.58333333333333 -"10718",40213306,2020,12,9,2.55555555555556 -"10719",40213306,2021,1,3,2.66666666666667 -"10720",40213306,2021,2,7,2.42857142857143 -"10721",40213306,2021,3,9,1.88888888888889 -"10722",40213306,2021,4,9,1.77777777777778 -"10723",40213306,2021,5,14,1.78571428571429 -"10724",40213306,2021,6,5,2.2 -"10725",40213306,2021,7,8,1.75 -"10726",40213306,2021,8,5,2.2 -"10727",40213306,2021,9,9,2.33333333333333 -"10728",40213306,2021,10,6,3.83333333333333 -"10729",40213306,2021,11,7,2 -"10730",40213306,2021,12,11,1.90909090909091 -"10731",40213306,2022,1,12,2.33333333333333 -"10732",40213306,2022,2,14,2 -"10733",40213306,2022,3,7,1.57142857142857 -"10734",40213306,2022,4,6,1.66666666666667 -"10735",40213306,2022,5,12,2.08333333333333 -"10736",40213306,2022,6,15,1.93333333333333 -"10737",40213306,2022,7,6,4 -"10738",40213306,2022,8,12,1.66666666666667 -"10739",40213306,2022,9,4,2 -"10740",40213306,2022,10,9,1.33333333333333 -"10741",40213306,2022,11,7,2.28571428571429 -"10742",40213306,2022,12,12,1.66666666666667 -"10743",40213306,2023,1,10,2 -"10744",40213306,2023,2,9,2 -"10745",40213306,2023,3,8,1.625 -"10746",40213306,2023,4,7,2 -"10747",40213306,2023,5,8,2.125 -"10748",40213306,2023,6,4,3.25 -"10749",40213314,1985,7,1,1 -"10750",40213314,1985,9,1,1 -"10751",40213314,1986,6,1,1 -"10752",40213314,1994,5,1,2 -"10753",40213314,1994,7,1,2 -"10754",40213314,1995,4,1,2 -"10755",40213314,2001,10,1,1 -"10756",40213314,2001,12,1,1 -"10757",40213314,2002,7,1,1 -"10758",40213314,2002,9,2,1 -"10759",40213314,2003,6,1,1 -"10760",40213314,2010,12,1,1 -"10761",40213314,2011,2,1,1 -"10762",40213314,2011,11,1,1 -"10763",40213314,2013,6,12,1.75 -"10764",40213314,2013,7,24,2.29166666666667 -"10765",40213314,2013,8,30,2.16666666666667 -"10766",40213314,2013,9,33,1.96969696969697 -"10767",40213314,2013,10,30,1.73333333333333 -"10768",40213314,2013,11,27,1.88888888888889 -"10769",40213314,2013,12,31,3 -"10770",40213314,2014,1,21,1.9047619047619 -"10771",40213314,2014,2,28,2.07142857142857 -"10772",40213314,2014,3,21,2.04761904761905 -"10773",40213314,2014,4,21,2.0952380952381 -"10774",40213314,2014,5,29,3.10344827586207 -"10775",40213314,2014,6,22,2.72727272727273 -"10776",40213314,2014,7,26,3.38461538461538 -"10777",40213314,2014,8,22,3.54545454545455 -"10778",40213314,2014,9,29,2.37931034482759 -"10779",40213314,2014,10,21,3.42857142857143 -"10780",40213314,2014,11,25,2.88 -"10781",40213314,2014,12,27,2.03703703703704 -"10782",40213314,2015,1,24,2.54166666666667 -"10783",40213314,2015,2,28,2.28571428571429 -"10784",40213314,2015,3,29,2.3448275862069 -"10785",40213314,2015,4,34,3.23529411764706 -"10786",40213314,2015,5,21,2.61904761904762 -"10787",40213314,2015,6,30,2.63333333333333 -"10788",40213314,2015,7,22,3.5 -"10789",40213314,2015,8,30,3 -"10790",40213314,2015,9,31,2.19354838709677 -"10791",40213314,2015,10,19,2.78947368421053 -"10792",40213314,2015,11,40,2.4 -"10793",40213314,2015,12,29,2.06896551724138 -"10794",40213314,2016,1,37,2.48648648648649 -"10795",40213314,2016,2,28,2.03571428571429 -"10796",40213314,2016,3,32,2.21875 -"10797",40213314,2016,4,26,2.69230769230769 -"10798",40213314,2016,5,36,2.27777777777778 -"10799",40213314,2016,6,25,2.64 -"10800",40213314,2016,7,28,2.25 -"10801",40213314,2016,8,28,2.85714285714286 -"10802",40213314,2016,9,24,2.25 -"10803",40213314,2016,10,30,2.96666666666667 -"10804",40213314,2016,11,18,1.77777777777778 -"10805",40213314,2016,12,27,2.55555555555556 -"10806",40213314,2017,1,27,2.62962962962963 -"10807",40213314,2017,2,32,2.40625 -"10808",40213314,2017,3,36,2.80555555555556 -"10809",40213314,2017,4,31,1.7741935483871 -"10810",40213314,2017,5,26,1.73076923076923 -"10811",40213314,2017,6,32,2.3125 -"10812",40213314,2017,7,33,2.78787878787879 -"10813",40213314,2017,8,20,2.65 -"10814",40213314,2017,9,24,2.54166666666667 -"10815",40213314,2017,10,15,2.33333333333333 -"10816",40213314,2017,11,24,3.08333333333333 -"10817",40213314,2017,12,26,2.65384615384615 -"10818",40213314,2018,1,30,1.66666666666667 -"10819",40213314,2018,2,23,1.60869565217391 -"10820",40213314,2018,3,33,1.60606060606061 -"10821",40213314,2018,4,28,1.85714285714286 -"10822",40213314,2018,5,32,1.96875 -"10823",40213314,2018,6,30,2.33333333333333 -"10824",40213314,2018,7,23,2 -"10825",40213314,2018,8,28,2.71428571428571 -"10826",40213314,2018,9,17,2 -"10827",40213314,2018,10,25,1.6 -"10828",40213314,2018,11,23,2.08695652173913 -"10829",40213314,2018,12,27,1.59259259259259 -"10830",40213314,2019,1,19,1.84210526315789 -"10831",40213314,2019,2,33,1.54545454545455 -"10832",40213314,2019,3,32,1.9375 -"10833",40213314,2019,4,31,1.90322580645161 -"10834",40213314,2019,5,31,2.25806451612903 -"10835",40213314,2019,6,25,2.08 -"10836",40213314,2019,7,34,1.82352941176471 -"10837",40213314,2019,8,21,1.80952380952381 -"10838",40213314,2019,9,18,1.94444444444444 -"10839",40213314,2019,10,16,1.75 -"10840",40213314,2019,11,35,1.85714285714286 -"10841",40213314,2019,12,24,1.79166666666667 -"10842",40213314,2020,1,26,2.07692307692308 -"10843",40213314,2020,2,29,1.86206896551724 -"10844",40213314,2020,3,26,2.61538461538462 -"10845",40213314,2020,4,32,1.875 -"10846",40213314,2020,5,21,2.04761904761905 -"10847",40213314,2020,6,26,2.23076923076923 -"10848",40213314,2020,7,28,1.85714285714286 -"10849",40213314,2020,8,32,3.03125 -"10850",40213314,2020,9,18,1.88888888888889 -"10851",40213314,2020,10,34,3.11764705882353 -"10852",40213314,2020,11,27,1.85185185185185 -"10853",40213314,2020,12,29,3.55172413793103 -"10854",40213314,2021,1,33,2.21212121212121 -"10855",40213314,2021,2,22,2.95454545454545 -"10856",40213314,2021,3,23,2.52173913043478 -"10857",40213314,2021,4,24,2.29166666666667 -"10858",40213314,2021,5,30,2.23333333333333 -"10859",40213314,2021,6,21,1.85714285714286 -"10860",40213314,2021,7,33,2.93939393939394 -"10861",40213314,2021,8,24,1.66666666666667 -"10862",40213314,2021,9,34,2.73529411764706 -"10863",40213314,2021,10,29,1.75862068965517 -"10864",40213314,2021,11,35,2.68571428571429 -"10865",40213314,2021,12,26,2.38461538461538 -"10866",40213314,2022,1,25,2.2 -"10867",40213314,2022,2,15,2.13333333333333 -"10868",40213314,2022,3,24,2.125 -"10869",40213314,2022,4,31,1.80645161290323 -"10870",40213314,2022,5,26,1.92307692307692 -"10871",40213314,2022,6,26,1.76923076923077 -"10872",40213314,2022,7,30,2.23333333333333 -"10873",40213314,2022,8,30,1.83333333333333 -"10874",40213314,2022,9,22,1.63636363636364 -"10875",40213314,2022,10,25,2.68 -"10876",40213314,2022,11,17,2 -"10877",40213314,2022,12,21,2.04761904761905 -"10878",40213314,2023,1,26,1.76923076923077 -"10879",40213314,2023,2,19,3.10526315789474 -"10880",40213314,2023,3,24,1.70833333333333 -"10881",40213314,2023,4,26,2.69230769230769 -"10882",40213314,2023,5,25,2.72 -"10883",40213314,2023,6,7,1.71428571428571 -"10884",40213320,2006,7,1,1 -"10885",40213320,2006,9,1,2 -"10886",40213320,2007,7,1,1 -"10887",40213320,2007,9,1,2 -"10888",40213320,2008,3,1,1 -"10889",40213320,2008,9,1,2 -"10890",40213320,2009,4,1,1 -"10891",40213320,2013,6,6,1.66666666666667 -"10892",40213320,2013,7,27,2.11111111111111 -"10893",40213320,2013,8,17,1.88235294117647 -"10894",40213320,2013,9,19,1.94736842105263 -"10895",40213320,2013,10,23,2.34782608695652 -"10896",40213320,2013,11,23,2.95652173913043 -"10897",40213320,2013,12,22,2.18181818181818 -"10898",40213320,2014,1,25,2.28 -"10899",40213320,2014,2,19,2.15789473684211 -"10900",40213320,2014,3,29,2.41379310344828 -"10901",40213320,2014,4,23,2.73913043478261 -"10902",40213320,2014,5,30,1.86666666666667 -"10903",40213320,2014,6,21,2.19047619047619 -"10904",40213320,2014,7,22,2.40909090909091 -"10905",40213320,2014,8,14,2.35714285714286 -"10906",40213320,2014,9,21,2 -"10907",40213320,2014,10,24,2.5 -"10908",40213320,2014,11,21,3 -"10909",40213320,2014,12,23,2.73913043478261 -"10910",40213320,2015,1,24,2.95833333333333 -"10911",40213320,2015,2,18,2.11111111111111 -"10912",40213320,2015,3,26,2.65384615384615 -"10913",40213320,2015,4,24,2.375 -"10914",40213320,2015,5,21,1.80952380952381 -"10915",40213320,2015,6,22,1.95454545454545 -"10916",40213320,2015,7,22,2.31818181818182 -"10917",40213320,2015,8,16,2.75 -"10918",40213320,2015,9,23,1.95652173913043 -"10919",40213320,2015,10,28,2.35714285714286 -"10920",40213320,2015,11,24,3.125 -"10921",40213320,2015,12,19,2.68421052631579 -"10922",40213320,2016,1,24,2.58333333333333 -"10923",40213320,2016,2,27,2.40740740740741 -"10924",40213320,2016,3,27,2 -"10925",40213320,2016,4,19,1.84210526315789 -"10926",40213320,2016,5,27,1.81481481481481 -"10927",40213320,2016,6,27,1.85185185185185 -"10928",40213320,2016,7,23,2.21739130434783 -"10929",40213320,2016,8,17,2.94117647058824 -"10930",40213320,2016,9,27,1.81481481481481 -"10931",40213320,2016,10,22,2.36363636363636 -"10932",40213320,2016,11,25,1.84 -"10933",40213320,2016,12,25,2.28 -"10934",40213320,2017,1,21,2.23809523809524 -"10935",40213320,2017,2,25,1.88 -"10936",40213320,2017,3,25,2.28 -"10937",40213320,2017,4,17,2.11764705882353 -"10938",40213320,2017,5,26,1.76923076923077 -"10939",40213320,2017,6,26,1.76923076923077 -"10940",40213320,2017,7,24,2.75 -"10941",40213320,2017,8,21,2.33333333333333 -"10942",40213320,2017,9,26,2.19230769230769 -"10943",40213320,2017,10,29,1.86206896551724 -"10944",40213320,2017,11,20,2.05 -"10945",40213320,2017,12,18,1.66666666666667 -"10946",40213320,2018,1,24,1.79166666666667 -"10947",40213320,2018,2,13,1.61538461538462 -"10948",40213320,2018,3,35,2.05714285714286 -"10949",40213320,2018,4,14,1.92857142857143 -"10950",40213320,2018,5,29,1.82758620689655 -"10951",40213320,2018,6,29,1.82758620689655 -"10952",40213320,2018,7,28,2.57142857142857 -"10953",40213320,2018,8,17,1.94117647058824 -"10954",40213320,2018,9,23,1.95652173913043 -"10955",40213320,2018,10,22,1.81818181818182 -"10956",40213320,2018,11,18,2 -"10957",40213320,2018,12,21,1.57142857142857 -"10958",40213320,2019,1,25,2.12 -"10959",40213320,2019,2,17,1.70588235294118 -"10960",40213320,2019,3,28,1.75 -"10961",40213320,2019,4,19,3 -"10962",40213320,2019,5,19,1.84210526315789 -"10963",40213320,2019,6,25,1.72 -"10964",40213320,2019,7,26,2.73076923076923 -"10965",40213320,2019,8,16,1.6875 -"10966",40213320,2019,9,27,2 -"10967",40213320,2019,10,22,1.72727272727273 -"10968",40213320,2019,11,26,2.15384615384615 -"10969",40213320,2019,12,17,2.05882352941176 -"10970",40213320,2020,1,30,2.23333333333333 -"10971",40213320,2020,2,28,1.64285714285714 -"10972",40213320,2020,3,30,2.83333333333333 -"10973",40213320,2020,4,19,2.63157894736842 -"10974",40213320,2020,5,23,3.21739130434783 -"10975",40213320,2020,6,24,1.95833333333333 -"10976",40213320,2020,7,32,1.84375 -"10977",40213320,2020,8,13,1.84615384615385 -"10978",40213320,2020,9,23,1.65217391304348 -"10979",40213320,2020,10,17,1.70588235294118 -"10980",40213320,2020,11,23,1.82608695652174 -"10981",40213320,2020,12,24,2.16666666666667 -"10982",40213320,2021,1,28,2.35714285714286 -"10983",40213320,2021,2,32,2.25 -"10984",40213320,2021,3,31,2.7741935483871 -"10985",40213320,2021,4,31,2.29032258064516 -"10986",40213320,2021,5,23,3.43478260869565 -"10987",40213320,2021,6,21,2.14285714285714 -"10988",40213320,2021,7,30,2.46666666666667 -"10989",40213320,2021,8,22,2.54545454545455 -"10990",40213320,2021,9,23,1.8695652173913 -"10991",40213320,2021,10,23,1.78260869565217 -"10992",40213320,2021,11,28,2.21428571428571 -"10993",40213320,2021,12,30,2.53333333333333 -"10994",40213320,2022,1,25,2.04 -"10995",40213320,2022,2,36,2.38888888888889 -"10996",40213320,2022,3,30,2.6 -"10997",40213320,2022,4,35,2.2 -"10998",40213320,2022,5,28,3.10714285714286 -"10999",40213320,2022,6,18,2.05555555555556 -"11000",40213320,2022,7,25,1.84 -"11001",40213320,2022,8,29,4.03448275862069 -"11002",40213320,2022,9,22,2.04545454545455 -"11003",40213320,2022,10,29,3.03448275862069 -"11004",40213320,2022,11,28,2.17857142857143 -"11005",40213320,2022,12,36,2.41666666666667 -"11006",40213320,2023,1,21,1.95238095238095 -"11007",40213320,2023,2,33,2.42424242424242 -"11008",40213320,2023,3,29,3.06896551724138 -"11009",40213320,2023,4,32,2.65625 -"11010",40213320,2023,5,25,1.88 -"11011",40213320,2023,6,11,1.81818181818182 -"11012",40220960,1988,5,1,1 -"11013",40220960,1990,11,1,1 -"11014",40220960,1992,3,1,1 -"11015",40220960,1992,6,1,1 -"11016",40220960,1993,1,2,1 -"11017",40220960,1993,9,1,1 -"11018",40220960,1993,12,1,1 -"11019",40220960,1994,4,1,1 -"11020",40220960,1994,12,1,1 -"11021",40220960,1996,6,1,1 -"11022",40220960,1996,7,2,1 -"11023",40220960,1996,8,1,1 -"11024",40220960,1996,10,1,1 -"11025",40220960,1997,7,1,1 -"11026",40220960,1997,9,2,1 -"11027",40220960,1997,11,1,1 -"11028",40220960,1998,1,1,1 -"11029",40220960,1998,9,1,1 -"11030",40220960,1998,10,1,1 -"11031",40220960,1999,1,1,1 -"11032",40220960,1999,5,1,1 -"11033",40220960,1999,6,1,1 -"11034",40220960,1999,8,1,1 -"11035",40220960,1999,10,1,1 -"11036",40220960,2000,5,1,1 -"11037",40220960,2000,12,1,1 -"11038",40220960,2001,4,1,1 -"11039",40220960,2001,9,1,1 -"11040",40220960,2001,12,3,1 -"11041",40220960,2002,3,1,1 -"11042",40220960,2002,5,1,1 -"11043",40220960,2002,7,1,1 -"11044",40220960,2002,10,1,1 -"11045",40220960,2002,11,1,1 -"11046",40220960,2002,12,2,1 -"11047",40220960,2003,1,1,1 -"11048",40220960,2003,2,1,1 -"11049",40220960,2003,7,1,1 -"11050",40220960,2003,10,1,1 -"11051",40220960,2004,1,2,1 -"11052",40220960,2004,7,2,1 -"11053",40220960,2005,10,2,1 -"11054",40220960,2006,1,1,1 -"11055",40220960,2006,5,2,1 -"11056",40220960,2006,6,2,1 -"11057",40220960,2006,11,1,1 -"11058",40220960,2006,12,2,1 -"11059",40220960,2007,1,1,1 -"11060",40220960,2007,4,1,1 -"11061",40220960,2007,5,1,1 -"11062",40220960,2007,9,1,1 -"11063",40220960,2008,3,1,1 -"11064",40220960,2008,4,1,1 -"11065",40220960,2008,5,1,1 -"11066",40220960,2008,6,1,1 -"11067",40220960,2008,7,1,1 -"11068",40220960,2008,8,2,1 -"11069",40220960,2008,10,1,1 -"11070",40220960,2008,11,4,1 -"11071",40220960,2009,4,1,1 -"11072",40220960,2009,5,1,1 -"11073",40220960,2009,6,1,1 -"11074",40220960,2009,7,1,1 -"11075",40220960,2009,9,1,1 -"11076",40220960,2009,12,2,1 -"11077",40220960,2010,2,1,1 -"11078",40220960,2010,3,1,1 -"11079",40220960,2010,6,1,1 -"11080",40220960,2010,8,1,1 -"11081",40220960,2010,9,2,1 -"11082",40220960,2011,1,2,1 -"11083",40220960,2011,2,1,1 -"11084",40220960,2011,5,2,1 -"11085",40220960,2012,3,1,1 -"11086",40220960,2012,6,2,1 -"11087",40220960,2012,7,2,1 -"11088",40220960,2012,12,1,1 -"11089",40220960,2013,1,1,1 -"11090",40220960,2013,3,1,1 -"11091",40220960,2013,4,1,1 -"11092",40220960,2013,6,2,1 -"11093",40220960,2013,7,3,1 -"11094",40220960,2013,8,4,1 -"11095",40220960,2013,9,1,1 -"11096",40220960,2013,10,1,1 -"11097",40220960,2013,11,1,1 -"11098",40220960,2013,12,4,1 -"11099",40220960,2014,1,3,1 -"11100",40220960,2014,2,1,1 -"11101",40220960,2014,3,2,1 -"11102",40220960,2014,4,3,1 -"11103",40220960,2014,5,3,1 -"11104",40220960,2014,6,1,1 -"11105",40220960,2014,7,3,1 -"11106",40220960,2014,8,2,1 -"11107",40220960,2014,9,4,1 -"11108",40220960,2014,10,3,1 -"11109",40220960,2014,11,4,1 -"11110",40220960,2014,12,2,6 -"11111",40220960,2015,1,5,1 -"11112",40220960,2015,2,3,1 -"11113",40220960,2015,3,5,1 -"11114",40220960,2015,4,3,1 -"11115",40220960,2015,5,6,1 -"11116",40220960,2015,6,5,1 -"11117",40220960,2015,7,7,1 -"11118",40220960,2015,8,3,1 -"11119",40220960,2015,9,2,1 -"11120",40220960,2015,10,7,1 -"11121",40220960,2015,11,4,1 -"11122",40220960,2015,12,4,1 -"11123",40220960,2016,1,4,1 -"11124",40220960,2016,2,6,1 -"11125",40220960,2016,3,3,1 -"11126",40220960,2016,4,5,1 -"11127",40220960,2016,5,4,1 -"11128",40220960,2016,6,1,1 -"11129",40220960,2016,7,2,1 -"11130",40220960,2016,8,3,1 -"11131",40220960,2016,9,4,1 -"11132",40220960,2016,10,4,1 -"11133",40220960,2016,11,4,1 -"11134",40220960,2016,12,4,1 -"11135",40220960,2017,1,7,1 -"11136",40220960,2017,2,1,1 -"11137",40220960,2017,3,5,1 -"11138",40220960,2017,4,9,1 -"11139",40220960,2017,5,3,1 -"11140",40220960,2017,6,6,1 -"11141",40220960,2017,7,5,1 -"11142",40220960,2017,8,4,1 -"11143",40220960,2017,9,6,1 -"11144",40220960,2017,10,2,1 -"11145",40220960,2017,11,5,1 -"11146",40220960,2017,12,4,1 -"11147",40220960,2018,1,5,1 -"11148",40220960,2018,2,1,1 -"11149",40220960,2018,3,3,1 -"11150",40220960,2018,4,7,1 -"11151",40220960,2018,5,7,1 -"11152",40220960,2018,6,4,1 -"11153",40220960,2018,7,3,1 -"11154",40220960,2018,8,2,1 -"11155",40220960,2018,9,6,1 -"11156",40220960,2018,10,2,1 -"11157",40220960,2018,11,4,1 -"11158",40220960,2018,12,6,1 -"11159",40220960,2019,1,6,1 -"11160",40220960,2019,2,7,1 -"11161",40220960,2019,3,4,1.25 -"11162",40220960,2019,4,4,1 -"11163",40220960,2019,5,6,1.16666666666667 -"11164",40220960,2019,6,2,1 -"11165",40220960,2019,7,10,1 -"11166",40220960,2019,8,6,1 -"11167",40220960,2019,9,2,1 -"11168",40220960,2019,10,6,1 -"11169",40220960,2019,11,2,1 -"11170",40220960,2019,12,7,1 -"11171",40220960,2020,1,4,1 -"11172",40220960,2020,2,7,1 -"11173",40220960,2020,3,1,1 -"11174",40220960,2020,4,4,1 -"11175",40220960,2020,5,4,1 -"11176",40220960,2020,6,2,1 -"11177",40220960,2020,7,3,1 -"11178",40220960,2020,8,6,1.16666666666667 -"11179",40220960,2020,9,3,1 -"11180",40220960,2020,10,2,1 -"11181",40220960,2020,11,6,1 -"11182",40220960,2020,12,2,1 -"11183",40220960,2021,1,3,1 -"11184",40220960,2021,2,4,1 -"11185",40220960,2021,3,7,1 -"11186",40220960,2021,4,1,1 -"11187",40220960,2021,5,7,1 -"11188",40220960,2021,6,4,1 -"11189",40220960,2021,7,5,1 -"11190",40220960,2021,8,7,1 -"11191",40220960,2021,9,3,1 -"11192",40220960,2021,10,2,1 -"11193",40220960,2021,11,2,1 -"11194",40220960,2021,12,5,1 -"11195",40220960,2022,1,1,1 -"11196",40220960,2022,2,6,1 -"11197",40220960,2022,3,8,1 -"11198",40220960,2022,4,6,1 -"11199",40220960,2022,5,7,1 -"11200",40220960,2022,6,4,1 -"11201",40220960,2022,7,7,1 -"11202",40220960,2022,8,8,1 -"11203",40220960,2022,9,2,1 -"11204",40220960,2022,10,8,1 -"11205",40220960,2022,11,6,1 -"11206",40220960,2022,12,6,1 -"11207",40220960,2023,1,6,1 -"11208",40220960,2023,3,4,1 -"11209",40220960,2023,4,10,1 -"11210",40220960,2023,5,4,1 -"11211",40220960,2023,6,1,1 -"11212",40243436,1955,4,2,1 -"11213",40243436,1955,11,1,1 -"11214",40243436,1960,4,1,1 -"11215",40243436,1962,1,1,1 -"11216",40243436,1963,6,1,1 -"11217",40243436,1967,4,1,1 -"11218",40243436,1973,6,1,1 -"11219",40243436,1979,12,1,1 -"11220",40243436,1984,11,1,1 -"11221",40243436,1986,6,1,1 -"11222",40243436,1988,5,1,1 -"11223",40243436,1988,6,1,1 -"11224",40243436,1990,6,1,1 -"11225",40243436,1990,9,1,1 -"11226",40243436,1991,1,1,1 -"11227",40243436,1991,3,1,1 -"11228",40243436,1991,8,1,1 -"11229",40243436,1991,9,1,1 -"11230",40243436,1992,5,1,1 -"11231",40243436,1992,11,1,1 -"11232",40243436,1994,6,1,1 -"11233",40243436,1994,9,1,1 -"11234",40243436,1995,7,1,1 -"11235",40243436,1996,6,1,1 -"11236",40243436,1996,10,1,1 -"11237",40243436,1997,2,1,1 -"11238",40243436,1997,8,1,1 -"11239",40243436,1998,7,1,1 -"11240",40243436,1998,9,1,1 -"11241",40243436,1999,8,1,1 -"11242",40243436,2000,4,1,1 -"11243",40243436,2000,6,1,1 -"11244",40243436,2000,10,1,1 -"11245",40243436,2000,12,1,1 -"11246",40243436,2001,6,1,1 -"11247",40243436,2001,9,2,1 -"11248",40243436,2002,1,1,1 -"11249",40243436,2002,2,1,1 -"11250",40243436,2002,3,1,1 -"11251",40243436,2003,2,1,1 -"11252",40243436,2003,4,1,1 -"11253",40243436,2003,9,1,1 -"11254",40243436,2004,4,1,1 -"11255",40243436,2004,5,1,1 -"11256",40243436,2004,10,1,1 -"11257",40243436,2004,11,1,1 -"11258",40243436,2005,3,1,1 -"11259",40243436,2005,8,2,1 -"11260",40243436,2005,11,1,1 -"11261",40243436,2006,1,1,1 -"11262",40243436,2006,3,1,1 -"11263",40243436,2006,5,1,1 -"11264",40243436,2006,10,1,1 -"11265",40243436,2007,1,1,1 -"11266",40243436,2007,2,1,1 -"11267",40243436,2008,2,1,1 -"11268",40243436,2008,12,1,1 -"11269",40243436,2009,7,1,1 -"11270",40243436,2009,10,1,1 -"11271",40243436,2009,11,1,1 -"11272",40243436,2010,4,2,1 -"11273",40243436,2010,5,1,1 -"11274",40243436,2010,9,1,3 -"11275",40243436,2011,1,1,1 -"11276",40243436,2011,3,1,1 -"11277",40243436,2011,6,1,1 -"11278",40243436,2012,1,1,1 -"11279",40243436,2012,7,1,1 -"11280",40243436,2012,11,1,1 -"11281",40243436,2012,12,2,1 -"11282",40243436,2013,1,1,1 -"11283",40243436,2013,2,1,1 -"11284",40243436,2013,4,1,1 -"11285",40243436,2013,7,1,1 -"11286",40243436,2013,10,2,1 -"11287",40243436,2013,11,1,1 -"11288",40243436,2013,12,2,1.5 -"11289",40243436,2014,1,1,1 -"11290",40243436,2014,4,1,1 -"11291",40243436,2014,5,2,1 -"11292",40243436,2014,6,2,1 -"11293",40243436,2014,7,1,1 -"11294",40243436,2014,10,1,1 -"11295",40243436,2014,12,2,1 -"11296",40243436,2015,1,2,1 -"11297",40243436,2015,4,1,1 -"11298",40243436,2015,5,1,1 -"11299",40243436,2015,8,1,1 -"11300",40243436,2015,9,1,1 -"11301",40243436,2015,10,1,1 -"11302",40243436,2015,12,2,1 -"11303",40243436,2016,2,1,1 -"11304",40243436,2016,3,3,1 -"11305",40243436,2016,5,2,1 -"11306",40243436,2016,6,1,1 -"11307",40243436,2016,7,1,1 -"11308",40243436,2016,8,2,1.5 -"11309",40243436,2016,10,1,1 -"11310",40243436,2016,11,1,1 -"11311",40243436,2016,12,1,1 -"11312",40243436,2017,1,2,1 -"11313",40243436,2017,5,1,1 -"11314",40243436,2017,6,1,1 -"11315",40243436,2017,7,2,1 -"11316",40243436,2017,8,1,1 -"11317",40243436,2017,12,4,1 -"11318",40243436,2018,3,2,1 -"11319",40243436,2018,4,1,1 -"11320",40243436,2018,6,1,1 -"11321",40243436,2018,8,1,1 -"11322",40243436,2018,9,2,1 -"11323",40243436,2018,10,1,1 -"11324",40243436,2018,11,1,2 -"11325",40243436,2018,12,1,1 -"11326",40243436,2019,2,1,1 -"11327",40243436,2019,3,1,1 -"11328",40243436,2019,4,2,1 -"11329",40243436,2019,7,1,1 -"11330",40243436,2019,9,1,1 -"11331",40243436,2019,10,1,1 -"11332",40243436,2020,1,1,1 -"11333",40243436,2020,2,1,1 -"11334",40243436,2020,3,1,1 -"11335",40243436,2020,6,1,1 -"11336",40243436,2020,7,3,1 -"11337",40243436,2020,8,1,1 -"11338",40243436,2020,9,1,1 -"11339",40243436,2020,10,1,1 -"11340",40243436,2020,11,2,1 -"11341",40243436,2020,12,2,1 -"11342",40243436,2021,1,2,1 -"11343",40243436,2021,2,2,1 -"11344",40243436,2021,5,3,1 -"11345",40243436,2021,6,2,1 -"11346",40243436,2021,7,3,1 -"11347",40243436,2021,9,1,1 -"11348",40243436,2021,10,2,1 -"11349",40243436,2021,11,1,1 -"11350",40243436,2021,12,2,1 -"11351",40243436,2022,2,1,1 -"11352",40243436,2022,3,1,1 -"11353",40243436,2022,5,1,1 -"11354",40243436,2022,10,1,1 -"11355",40243436,2022,12,1,1 -"11356",40243436,2023,2,1,1 -"11357",40243436,2023,4,1,1 -"11358",40492359,1955,4,2,1 -"11359",40492359,1955,11,1,1 -"11360",40492359,1960,4,1,1 -"11361",40492359,1962,1,1,1 -"11362",40492359,1963,6,1,1 -"11363",40492359,1967,4,1,1 -"11364",40492359,1973,6,1,1 -"11365",40492359,1979,12,1,1 -"11366",40492359,1984,11,1,1 -"11367",40492359,1986,6,1,1 -"11368",40492359,1988,5,1,1 -"11369",40492359,1988,6,1,1 -"11370",40492359,1990,6,1,1 -"11371",40492359,1990,9,1,1 -"11372",40492359,1991,1,1,1 -"11373",40492359,1991,3,1,1 -"11374",40492359,1991,8,1,1 -"11375",40492359,1991,9,1,1 -"11376",40492359,1992,5,1,1 -"11377",40492359,1992,11,1,1 -"11378",40492359,1994,6,1,1 -"11379",40492359,1994,9,1,1 -"11380",40492359,1995,7,1,1 -"11381",40492359,1996,6,1,1 -"11382",40492359,1996,10,1,1 -"11383",40492359,1997,2,1,1 -"11384",40492359,1997,8,1,1 -"11385",40492359,1998,7,1,1 -"11386",40492359,1998,9,1,1 -"11387",40492359,1999,8,1,1 -"11388",40492359,2000,4,1,1 -"11389",40492359,2000,6,1,1 -"11390",40492359,2000,10,1,1 -"11391",40492359,2000,12,1,1 -"11392",40492359,2001,6,1,1 -"11393",40492359,2001,9,2,1 -"11394",40492359,2002,1,1,1 -"11395",40492359,2002,2,1,1 -"11396",40492359,2002,3,1,1 -"11397",40492359,2003,2,1,1 -"11398",40492359,2003,4,1,1 -"11399",40492359,2003,9,1,1 -"11400",40492359,2004,4,1,1 -"11401",40492359,2004,5,1,1 -"11402",40492359,2004,10,1,1 -"11403",40492359,2004,11,1,1 -"11404",40492359,2005,3,1,1 -"11405",40492359,2005,8,2,1 -"11406",40492359,2005,11,1,1 -"11407",40492359,2006,1,1,1 -"11408",40492359,2006,3,1,1 -"11409",40492359,2006,5,1,1 -"11410",40492359,2006,10,1,1 -"11411",40492359,2007,1,1,1 -"11412",40492359,2007,2,1,1 -"11413",40492359,2008,2,1,1 -"11414",40492359,2008,12,1,1 -"11415",40492359,2009,7,1,1 -"11416",40492359,2009,10,1,1 -"11417",40492359,2009,11,1,1 -"11418",40492359,2010,4,2,1 -"11419",40492359,2010,5,1,1 -"11420",40492359,2010,9,1,3 -"11421",40492359,2011,1,1,1 -"11422",40492359,2011,3,1,1 -"11423",40492359,2011,6,1,1 -"11424",40492359,2012,1,1,1 -"11425",40492359,2012,7,1,1 -"11426",40492359,2012,11,1,1 -"11427",40492359,2012,12,2,1 -"11428",40492359,2013,1,1,1 -"11429",40492359,2013,2,1,1 -"11430",40492359,2013,4,1,1 -"11431",40492359,2013,7,1,1 -"11432",40492359,2013,10,2,1 -"11433",40492359,2013,11,1,1 -"11434",40492359,2013,12,2,1.5 -"11435",40492359,2014,1,1,1 -"11436",40492359,2014,4,1,1 -"11437",40492359,2014,5,2,1 -"11438",40492359,2014,6,2,1 -"11439",40492359,2014,7,1,1 -"11440",40492359,2014,10,1,1 -"11441",40492359,2014,12,2,1 -"11442",40492359,2015,1,2,1 -"11443",40492359,2015,4,1,1 -"11444",40492359,2015,5,1,1 -"11445",40492359,2015,8,1,1 -"11446",40492359,2015,9,1,1 -"11447",40492359,2015,10,1,1 -"11448",40492359,2015,12,2,1 -"11449",40492359,2016,2,1,1 -"11450",40492359,2016,3,3,1 -"11451",40492359,2016,5,2,1 -"11452",40492359,2016,6,1,1 -"11453",40492359,2016,7,1,1 -"11454",40492359,2016,8,2,1.5 -"11455",40492359,2016,10,1,1 -"11456",40492359,2016,11,1,1 -"11457",40492359,2016,12,1,1 -"11458",40492359,2017,1,2,1 -"11459",40492359,2017,5,1,1 -"11460",40492359,2017,6,1,1 -"11461",40492359,2017,7,2,1 -"11462",40492359,2017,8,1,1 -"11463",40492359,2017,12,4,1 -"11464",40492359,2018,3,2,1 -"11465",40492359,2018,4,1,1 -"11466",40492359,2018,6,1,1 -"11467",40492359,2018,8,1,1 -"11468",40492359,2018,9,2,1 -"11469",40492359,2018,10,1,1 -"11470",40492359,2018,11,1,2 -"11471",40492359,2018,12,1,1 -"11472",40492359,2019,2,1,1 -"11473",40492359,2019,3,1,1 -"11474",40492359,2019,4,2,1 -"11475",40492359,2019,7,1,1 -"11476",40492359,2019,9,1,1 -"11477",40492359,2019,10,1,1 -"11478",40492359,2020,1,1,1 -"11479",40492359,2020,2,1,1 -"11480",40492359,2020,3,1,1 -"11481",40492359,2020,6,1,1 -"11482",40492359,2020,7,3,1 -"11483",40492359,2020,8,1,1 -"11484",40492359,2020,9,1,1 -"11485",40492359,2020,10,1,1 -"11486",40492359,2020,11,2,1 -"11487",40492359,2020,12,2,1 -"11488",40492359,2021,1,2,1 -"11489",40492359,2021,2,2,1 -"11490",40492359,2021,5,3,1 -"11491",40492359,2021,6,2,1 -"11492",40492359,2021,7,3,1 -"11493",40492359,2021,9,1,1 -"11494",40492359,2021,10,2,1 -"11495",40492359,2021,11,1,1 -"11496",40492359,2021,12,2,1 -"11497",40492359,2022,2,1,1 -"11498",40492359,2022,3,1,1 -"11499",40492359,2022,5,1,1 -"11500",40492359,2022,10,1,1 -"11501",40492359,2022,12,1,1 -"11502",40492359,2023,2,1,1 -"11503",40492359,2023,4,1,1 -"11504",45766147,2022,6,1,1 -"11505",45767945,1941,6,1,1 -"11506",45767945,1942,12,1,1 -"11507",45767945,1943,8,1,1 -"11508",45767945,1947,7,1,1 -"11509",45767945,1948,7,1,1 -"11510",45767945,1950,12,1,1 -"11511",45767945,1951,5,1,1 -"11512",45767945,1951,10,1,1 -"11513",45767945,1952,9,1,1 -"11514",45767945,1953,10,1,1 -"11515",45767945,1955,6,1,1 -"11516",45767945,1955,8,1,1 -"11517",45767945,1956,1,1,1 -"11518",45767945,1958,1,1,1 -"11519",45767945,1958,4,1,1 -"11520",45767945,1958,12,1,1 -"11521",45767945,1960,7,1,1 -"11522",45767945,1963,5,2,1 -"11523",45767945,1963,6,1,1 -"11524",45767945,1963,10,1,1 -"11525",45767945,1965,7,2,1 -"11526",45767945,1966,12,1,1 -"11527",45767945,1967,1,1,1 -"11528",45767945,1967,6,1,1 -"11529",45767945,1967,8,1,1 -"11530",45767945,1967,11,1,1 -"11531",45767945,1968,4,1,1 -"11532",45767945,1968,6,2,1 -"11533",45767945,1969,6,1,1 -"11534",45767945,1969,7,1,1 -"11535",45767945,1969,11,1,1 -"11536",45767945,1970,5,1,1 -"11537",45767945,1970,9,1,2 -"11538",45767945,1972,4,1,1 -"11539",45767945,1974,5,1,1 -"11540",45767945,1974,7,1,1 -"11541",45767945,1975,3,1,1 -"11542",45767945,1975,9,1,1 -"11543",45767945,1975,11,2,1 -"11544",45767945,1976,1,1,1 -"11545",45767945,1976,3,1,1 -"11546",45767945,1976,6,1,1 -"11547",45767945,1976,10,2,1 -"11548",45767945,1977,5,1,1 -"11549",45767945,1977,10,1,1 -"11550",45767945,1978,11,1,1 -"11551",45767945,1979,1,1,1 -"11552",45767945,1979,5,1,1 -"11553",45767945,1980,2,2,1 -"11554",45767945,1980,4,1,1 -"11555",45767945,1980,6,1,1 -"11556",45767945,1980,7,1,1 -"11557",45767945,1980,8,1,1 -"11558",45767945,1980,11,1,1 -"11559",45767945,1981,1,1,1 -"11560",45767945,1982,1,2,1 -"11561",45767945,1982,4,1,1 -"11562",45767945,1982,10,1,1 -"11563",45767945,1983,4,1,1 -"11564",45767945,1983,5,1,1 -"11565",45767945,1983,9,1,1 -"11566",45767945,1984,11,1,1 -"11567",45767945,1985,3,2,1 -"11568",45767945,1985,7,2,1 -"11569",45767945,1986,4,1,1 -"11570",45767945,1986,5,1,1 -"11571",45767945,1986,12,1,1 -"11572",45767945,1987,1,1,1 -"11573",45767945,1987,3,1,1 -"11574",45767945,1987,4,1,1 -"11575",45767945,1987,5,1,1 -"11576",45767945,1988,2,2,1 -"11577",45767945,1988,7,1,1 -"11578",45767945,1989,3,2,1 -"11579",45767945,1989,8,1,1 -"11580",45767945,1989,11,2,1 -"11581",45767945,1990,1,1,1 -"11582",45767945,1990,6,1,1 -"11583",45767945,1990,8,1,1 -"11584",45767945,1990,10,1,1 -"11585",45767945,1990,12,2,1 -"11586",45767945,1991,2,1,1 -"11587",45767945,1991,9,2,1 -"11588",45767945,1991,10,1,1 -"11589",45767945,1991,11,2,1 -"11590",45767945,1991,12,2,1 -"11591",45767945,1993,4,1,1 -"11592",45767945,1993,7,3,1 -"11593",45767945,1993,8,1,2 -"11594",45767945,1993,9,1,1 -"11595",45767945,1993,10,2,1 -"11596",45767945,1993,11,1,1 -"11597",45767945,1994,4,1,1 -"11598",45767945,1994,6,1,1 -"11599",45767945,1994,7,1,1 -"11600",45767945,1994,8,1,1 -"11601",45767945,1994,9,2,1 -"11602",45767945,1994,10,1,1 -"11603",45767945,1994,12,3,1 -"11604",45767945,1995,5,1,1 -"11605",45767945,1996,4,1,1 -"11606",45767945,1996,7,1,1 -"11607",45767945,1996,8,3,1 -"11608",45767945,1996,9,1,1 -"11609",45767945,1996,10,1,1 -"11610",45767945,1996,11,1,1 -"11611",45767945,1996,12,2,1 -"11612",45767945,1997,2,3,1.33333333333333 -"11613",45767945,1997,5,2,1 -"11614",45767945,1997,7,1,1 -"11615",45767945,1997,9,2,1 -"11616",45767945,1997,10,1,1 -"11617",45767945,1998,1,2,1 -"11618",45767945,1998,3,2,1 -"11619",45767945,1998,4,1,1 -"11620",45767945,1998,5,1,1 -"11621",45767945,1998,7,1,1 -"11622",45767945,1998,9,2,1 -"11623",45767945,1998,11,1,1 -"11624",45767945,1999,1,2,1 -"11625",45767945,1999,5,1,1 -"11626",45767945,1999,6,1,1 -"11627",45767945,1999,8,1,1 -"11628",45767945,1999,12,3,1 -"11629",45767945,2000,3,1,1 -"11630",45767945,2000,4,1,1 -"11631",45767945,2000,6,1,1 -"11632",45767945,2000,7,1,1 -"11633",45767945,2000,10,1,1 -"11634",45767945,2000,11,2,1 -"11635",45767945,2001,1,1,1 -"11636",45767945,2001,2,1,1 -"11637",45767945,2001,4,2,1 -"11638",45767945,2001,5,3,1 -"11639",45767945,2001,7,1,1 -"11640",45767945,2001,8,1,1 -"11641",45767945,2001,9,1,1 -"11642",45767945,2001,10,1,1 -"11643",45767945,2001,11,1,1 -"11644",45767945,2002,1,2,1 -"11645",45767945,2002,3,1,1 -"11646",45767945,2002,4,1,1 -"11647",45767945,2002,5,1,1 -"11648",45767945,2002,7,4,1 -"11649",45767945,2002,8,1,1 -"11650",45767945,2002,10,2,1 -"11651",45767945,2003,2,2,1 -"11652",45767945,2003,3,1,1 -"11653",45767945,2003,5,1,1 -"11654",45767945,2003,6,1,1 -"11655",45767945,2003,7,1,1 -"11656",45767945,2003,9,1,1 -"11657",45767945,2003,10,2,1 -"11658",45767945,2003,11,1,1 -"11659",45767945,2003,12,1,1 -"11660",45767945,2004,1,2,1 -"11661",45767945,2004,2,3,1 -"11662",45767945,2004,3,2,1 -"11663",45767945,2004,4,1,1 -"11664",45767945,2004,5,1,1 -"11665",45767945,2004,6,1,1 -"11666",45767945,2004,7,2,1 -"11667",45767945,2004,8,2,1 -"11668",45767945,2004,10,2,1 -"11669",45767945,2004,12,1,1 -"11670",45767945,2005,2,1,1 -"11671",45767945,2005,3,1,1 -"11672",45767945,2005,4,4,1 -"11673",45767945,2005,6,2,1 -"11674",45767945,2005,8,2,1 -"11675",45767945,2005,9,1,1 -"11676",45767945,2005,10,1,1 -"11677",45767945,2005,11,2,1 -"11678",45767945,2006,2,2,1 -"11679",45767945,2006,4,1,1 -"11680",45767945,2006,5,1,1 -"11681",45767945,2006,6,2,1 -"11682",45767945,2006,8,2,1 -"11683",45767945,2006,10,5,1 -"11684",45767945,2007,1,3,1 -"11685",45767945,2007,2,2,1 -"11686",45767945,2007,3,2,1 -"11687",45767945,2007,5,1,1 -"11688",45767945,2007,6,2,1 -"11689",45767945,2007,7,4,1 -"11690",45767945,2007,9,1,1 -"11691",45767945,2007,11,1,1 -"11692",45767945,2007,12,1,1 -"11693",45767945,2008,1,1,1 -"11694",45767945,2008,2,2,1 -"11695",45767945,2008,6,2,1 -"11696",45767945,2008,8,1,1 -"11697",45767945,2008,9,1,1 -"11698",45767945,2008,10,2,1 -"11699",45767945,2009,3,1,1 -"11700",45767945,2009,4,1,1 -"11701",45767945,2009,5,1,1 -"11702",45767945,2009,6,1,1 -"11703",45767945,2009,7,1,1 -"11704",45767945,2009,8,1,1 -"11705",45767945,2009,9,1,1 -"11706",45767945,2009,10,1,1 -"11707",45767945,2010,3,2,1 -"11708",45767945,2010,6,1,1 -"11709",45767945,2010,7,1,1 -"11710",45767945,2010,8,2,1 -"11711",45767945,2010,9,2,1 -"11712",45767945,2010,10,1,1 -"11713",45767945,2010,12,2,1 -"11714",45767945,2011,5,3,1 -"11715",45767945,2011,6,1,1 -"11716",45767945,2011,7,1,1 -"11717",45767945,2011,8,1,1 -"11718",45767945,2011,9,2,1 -"11719",45767945,2011,10,1,1 -"11720",45767945,2011,12,1,1 -"11721",45767945,2012,1,1,1 -"11722",45767945,2012,3,1,1 -"11723",45767945,2012,5,1,1 -"11724",45767945,2012,6,1,1 -"11725",45767945,2012,7,1,1 -"11726",45767945,2012,9,2,1 -"11727",45767945,2012,10,2,1 -"11728",45767945,2013,3,1,1 -"11729",45767945,2013,4,1,1 -"11730",45767945,2013,6,2,1 -"11731",45767945,2013,7,2,1 -"11732",45767945,2013,9,1,1 -"11733",45767945,2013,10,1,1 -"11734",45767945,2013,11,1,1 -"11735",45767945,2014,1,1,1 -"11736",45767945,2014,2,1,1 -"11737",45767945,2014,4,2,1 -"11738",45767945,2014,5,2,1 -"11739",45767945,2014,12,1,1 -"11740",45767945,2015,1,2,1 -"11741",45767945,2015,2,1,1 -"11742",45767945,2015,4,1,1 -"11743",45767945,2015,5,2,1 -"11744",45767945,2015,6,1,1 -"11745",45767945,2015,8,3,1 -"11746",45767945,2015,9,1,1 -"11747",45767945,2016,4,2,1 -"11748",45767945,2016,5,4,1 -"11749",45767945,2016,7,1,1 -"11750",45767945,2016,8,3,1 -"11751",45767945,2016,9,2,1 -"11752",45767945,2016,10,3,1 -"11753",45767945,2016,11,1,1 -"11754",45767945,2016,12,4,1 -"11755",45767945,2017,1,1,1 -"11756",45767945,2017,2,1,1 -"11757",45767945,2017,5,1,1 -"11758",45767945,2017,8,4,1 -"11759",45767945,2017,9,3,1 -"11760",45767945,2017,10,1,1 -"11761",45767945,2017,12,4,1 -"11762",45767945,2018,2,1,1 -"11763",45767945,2018,3,3,1 -"11764",45767945,2018,4,1,1 -"11765",45767945,2018,5,1,2 -"11766",45767945,2018,6,3,1 -"11767",45767945,2018,7,3,1.33333333333333 -"11768",45767945,2018,8,2,1 -"11769",45767945,2018,9,1,2 -"11770",45767945,2018,11,2,1 -"11771",45767945,2018,12,1,1 -"11772",45767945,2019,1,1,1 -"11773",45767945,2019,3,1,1 -"11774",45767945,2019,4,1,1 -"11775",45767945,2019,5,2,1 -"11776",45767945,2019,6,2,1 -"11777",45767945,2019,7,2,1 -"11778",45767945,2019,8,2,1 -"11779",45767945,2019,9,1,1 -"11780",45767945,2019,10,3,1 -"11781",45767945,2019,11,1,1 -"11782",45767945,2019,12,3,1 -"11783",45767945,2020,1,3,1.33333333333333 -"11784",45767945,2020,3,1,1 -"11785",45767945,2020,4,3,1 -"11786",45767945,2020,7,3,1 -"11787",45767945,2020,8,2,1 -"11788",45767945,2020,9,1,1 -"11789",45767945,2020,11,2,1 -"11790",45767945,2020,12,2,1 -"11791",45767945,2021,1,2,1 -"11792",45767945,2021,4,2,1 -"11793",45767945,2021,6,2,1 -"11794",45767945,2021,7,2,1 -"11795",45767945,2021,8,3,1 -"11796",45767945,2021,9,3,1 -"11797",45767945,2021,10,2,1 -"11798",45767945,2021,11,4,1 -"11799",45767945,2021,12,1,1 -"11800",45767945,2022,2,1,1 -"11801",45767945,2022,4,3,1 -"11802",45767945,2022,5,1,1 -"11803",45767945,2022,6,1,1 -"11804",45767945,2022,7,2,1 -"11805",45767945,2022,8,2,1 -"11806",45767945,2022,9,1,1 -"11807",45767945,2022,10,2,1 -"11808",45767945,2022,11,1,1 -"11809",45767945,2022,12,2,1 -"11810",45767945,2023,1,3,1 -"11811",45767945,2023,2,2,1 -"11812",45767945,2023,4,2,1 -"11813",45767945,2023,5,1,1 -"11814",45772840,1977,6,1,2 -"11815",45772840,1983,12,1,1 -"11816",45772840,1991,7,1,2 -"11817",45772840,1994,2,1,2 -"11818",45772840,1994,4,1,2 -"11819",45772840,1994,9,1,2 -"11820",45772840,1997,4,1,2 -"11821",45772840,1997,9,2,2 -"11822",45772840,1997,11,1,2 -"11823",45772840,1999,2,1,6 -"11824",45772840,2000,2,1,4 -"11825",45772840,2001,2,1,2 -"11826",45772840,2001,4,1,1 -"11827",45772840,2003,8,1,2 -"11828",45772840,2003,10,1,1 -"11829",45772840,2004,8,1,2 -"11830",45772840,2004,10,1,1 -"11831",45772840,2007,12,1,2 -"11832",45772840,2009,9,1,1 -"11833",45772840,2011,10,1,2 -"11834",45772840,2012,4,1,2 -"11835",45772840,2012,9,1,2 -"11836",45772840,2013,7,1,10 -"11837",45772840,2013,8,1,2 -"11838",45772840,2013,10,1,2 -"11839",45772840,2013,11,1,2 -"11840",45772840,2013,12,1,2 -"11841",45772840,2014,2,1,1 -"11842",45772840,2014,3,1,2 -"11843",45772840,2014,4,1,1 -"11844",45772840,2014,5,1,2 -"11845",45772840,2014,6,3,2 -"11846",45772840,2014,11,1,2 -"11847",45772840,2015,1,2,3.5 -"11848",45772840,2015,4,1,2 -"11849",45772840,2015,5,1,2 -"11850",45772840,2015,6,1,2 -"11851",45772840,2015,7,1,1 -"11852",45772840,2015,8,2,2 -"11853",45772840,2015,10,2,2.5 -"11854",45772840,2016,1,1,1 -"11855",45772840,2016,3,1,2 -"11856",45772840,2016,4,1,2 -"11857",45772840,2016,5,3,1.66666666666667 -"11858",45772840,2016,7,1,2 -"11859",45772840,2016,9,2,1.5 -"11860",45772840,2016,10,1,2 -"11861",45772840,2016,11,3,1.66666666666667 -"11862",45772840,2017,2,1,1 -"11863",45772840,2017,3,3,1.33333333333333 -"11864",45772840,2017,4,2,2 -"11865",45772840,2017,6,2,2 -"11866",45772840,2017,8,2,13 -"11867",45772840,2017,9,1,2 -"11868",45772840,2017,10,1,1 -"11869",45772840,2018,1,1,1 -"11870",45772840,2018,3,2,2 -"11871",45772840,2018,4,2,1.5 -"11872",45772840,2018,5,1,2 -"11873",45772840,2018,8,2,1.5 -"11874",45772840,2018,12,2,1.5 -"11875",45772840,2019,1,1,1 -"11876",45772840,2019,6,1,1 -"11877",45772840,2019,7,3,2 -"11878",45772840,2019,8,1,2 -"11879",45772840,2019,10,1,2 -"11880",45772840,2020,1,2,2.5 -"11881",45772840,2020,3,2,1.5 -"11882",45772840,2020,4,2,1.5 -"11883",45772840,2020,7,1,2 -"11884",45772840,2020,8,1,6 -"11885",45772840,2020,10,1,1 -"11886",45772840,2020,12,3,2.33333333333333 -"11887",45772840,2021,3,4,1.75 -"11888",45772840,2021,6,1,1 -"11889",45772840,2021,7,4,1.5 -"11890",45772840,2021,8,1,2 -"11891",45772840,2021,9,1,2 -"11892",45772840,2021,10,1,2 -"11893",45772840,2021,11,3,2.66666666666667 -"11894",45772840,2021,12,1,6 -"11895",45772840,2022,3,1,3 -"11896",45772840,2022,4,2,2 -"11897",45772840,2022,5,2,2 -"11898",45772840,2022,7,1,2 -"11899",45772840,2022,10,1,1 -"11900",45772840,2022,12,2,1.5 -"11901",45772840,2023,1,2,6 -"11902",45772840,2023,4,1,2 -"11903",46275916,1955,4,2,1 -"11904",46275916,1955,11,1,1 -"11905",46275916,1960,4,1,1 -"11906",46275916,1962,1,1,1 -"11907",46275916,1963,6,1,1 -"11908",46275916,1967,4,1,1 -"11909",46275916,1973,6,1,1 -"11910",46275916,1979,12,1,1 -"11911",46275916,1984,11,1,1 -"11912",46275916,1986,6,1,1 -"11913",46275916,1988,5,1,1 -"11914",46275916,1988,6,1,1 -"11915",46275916,1990,6,1,1 -"11916",46275916,1990,9,1,1 -"11917",46275916,1991,1,1,1 -"11918",46275916,1991,3,1,1 -"11919",46275916,1991,8,1,1 -"11920",46275916,1991,9,1,1 -"11921",46275916,1992,5,1,1 -"11922",46275916,1992,11,1,1 -"11923",46275916,1994,6,1,1 -"11924",46275916,1994,9,1,1 -"11925",46275916,1995,7,1,1 -"11926",46275916,1996,6,1,1 -"11927",46275916,1996,10,1,1 -"11928",46275916,1997,2,1,1 -"11929",46275916,1997,8,1,1 -"11930",46275916,1998,7,1,1 -"11931",46275916,1998,9,1,1 -"11932",46275916,1999,8,1,1 -"11933",46275916,2000,4,1,1 -"11934",46275916,2000,6,1,1 -"11935",46275916,2000,10,1,1 -"11936",46275916,2000,12,1,1 -"11937",46275916,2001,6,1,1 -"11938",46275916,2001,9,2,1 -"11939",46275916,2002,1,1,1 -"11940",46275916,2002,2,1,1 -"11941",46275916,2002,3,1,1 -"11942",46275916,2003,2,1,1 -"11943",46275916,2003,4,1,1 -"11944",46275916,2003,9,1,1 -"11945",46275916,2004,4,1,1 -"11946",46275916,2004,5,1,1 -"11947",46275916,2004,10,1,1 -"11948",46275916,2004,11,1,1 -"11949",46275916,2005,3,1,1 -"11950",46275916,2005,8,2,1 -"11951",46275916,2005,11,1,1 -"11952",46275916,2006,1,1,1 -"11953",46275916,2006,3,1,1 -"11954",46275916,2006,5,1,1 -"11955",46275916,2006,10,1,1 -"11956",46275916,2007,1,1,1 -"11957",46275916,2007,2,1,1 -"11958",46275916,2008,2,1,1 -"11959",46275916,2008,12,1,1 -"11960",46275916,2009,7,1,1 -"11961",46275916,2009,10,1,1 -"11962",46275916,2009,11,1,1 -"11963",46275916,2010,4,2,1 -"11964",46275916,2010,5,1,1 -"11965",46275916,2010,9,1,3 -"11966",46275916,2011,1,1,1 -"11967",46275916,2011,3,1,1 -"11968",46275916,2011,6,1,1 -"11969",46275916,2012,1,1,1 -"11970",46275916,2012,7,1,1 -"11971",46275916,2012,11,1,1 -"11972",46275916,2012,12,2,1 -"11973",46275916,2013,1,1,1 -"11974",46275916,2013,2,1,1 -"11975",46275916,2013,4,1,1 -"11976",46275916,2013,7,1,1 -"11977",46275916,2013,10,2,1 -"11978",46275916,2013,11,1,1 -"11979",46275916,2013,12,2,1.5 -"11980",46275916,2014,1,1,1 -"11981",46275916,2014,4,1,1 -"11982",46275916,2014,5,2,1 -"11983",46275916,2014,6,2,1 -"11984",46275916,2014,7,1,1 -"11985",46275916,2014,10,1,1 -"11986",46275916,2014,12,2,1 -"11987",46275916,2015,1,2,1 -"11988",46275916,2015,4,1,1 -"11989",46275916,2015,5,1,1 -"11990",46275916,2015,8,1,1 -"11991",46275916,2015,9,1,1 -"11992",46275916,2015,10,1,1 -"11993",46275916,2015,12,2,1 -"11994",46275916,2016,2,1,1 -"11995",46275916,2016,3,3,1 -"11996",46275916,2016,5,2,1 -"11997",46275916,2016,6,1,1 -"11998",46275916,2016,7,1,1 -"11999",46275916,2016,8,2,1.5 -"12000",46275916,2016,10,1,1 -"12001",46275916,2016,11,1,1 -"12002",46275916,2016,12,1,1 -"12003",46275916,2017,1,2,1 -"12004",46275916,2017,5,1,1 -"12005",46275916,2017,6,1,1 -"12006",46275916,2017,7,2,1 -"12007",46275916,2017,8,1,1 -"12008",46275916,2017,12,4,1 -"12009",46275916,2018,3,2,1 -"12010",46275916,2018,4,1,1 -"12011",46275916,2018,6,1,1 -"12012",46275916,2018,8,1,1 -"12013",46275916,2018,9,2,1 -"12014",46275916,2018,10,1,1 -"12015",46275916,2018,11,1,2 -"12016",46275916,2018,12,1,1 -"12017",46275916,2019,2,1,1 -"12018",46275916,2019,3,1,1 -"12019",46275916,2019,4,2,1 -"12020",46275916,2019,7,1,1 -"12021",46275916,2019,9,1,1 -"12022",46275916,2019,10,1,1 -"12023",46275916,2020,1,1,1 -"12024",46275916,2020,2,1,1 -"12025",46275916,2020,3,1,1 -"12026",46275916,2020,6,1,1 -"12027",46275916,2020,7,3,1 -"12028",46275916,2020,8,1,1 -"12029",46275916,2020,9,1,1 -"12030",46275916,2020,10,1,1 -"12031",46275916,2020,11,2,1 -"12032",46275916,2020,12,2,1 -"12033",46275916,2021,1,2,1 -"12034",46275916,2021,2,2,1 -"12035",46275916,2021,5,3,1 -"12036",46275916,2021,6,2,1 -"12037",46275916,2021,7,3,1 -"12038",46275916,2021,9,1,1 -"12039",46275916,2021,10,2,1 -"12040",46275916,2021,11,1,1 -"12041",46275916,2021,12,2,1 -"12042",46275916,2022,2,1,1 -"12043",46275916,2022,3,1,1 -"12044",46275916,2022,5,1,1 -"12045",46275916,2022,10,1,1 -"12046",46275916,2022,12,1,1 -"12047",46275916,2023,2,1,1 -"12048",46275916,2023,4,1,1 +concept_id,concept_name,date_year,date_month,person_count,records_per_person +313217,Atrial fibrillation,1970,3,1,1 +313217,Atrial fibrillation,1970,9,1,1 +313217,Atrial fibrillation,1971,9,1,1 +313217,Atrial fibrillation,1974,10,1,1 +313217,Atrial fibrillation,1975,7,1,1 +313217,Atrial fibrillation,1975,12,2,1 +313217,Atrial fibrillation,1977,5,2,1 +313217,Atrial fibrillation,1977,6,1,1 +313217,Atrial fibrillation,1977,7,1,1 +313217,Atrial fibrillation,1978,12,1,1 +313217,Atrial fibrillation,1979,4,2,1 +313217,Atrial fibrillation,1979,11,1,1 +313217,Atrial fibrillation,1980,3,1,1 +313217,Atrial fibrillation,1980,11,1,1 +313217,Atrial fibrillation,1981,3,1,1 +313217,Atrial fibrillation,1981,4,1,1 +313217,Atrial fibrillation,1981,7,1,1 +313217,Atrial fibrillation,1981,12,1,1 +313217,Atrial fibrillation,1982,6,1,1 +313217,Atrial fibrillation,1982,8,1,1 +313217,Atrial fibrillation,1982,12,2,1 +313217,Atrial fibrillation,1983,1,1,1 +313217,Atrial fibrillation,1983,7,2,1 +313217,Atrial fibrillation,1983,12,2,1 +313217,Atrial fibrillation,1984,2,1,1 +313217,Atrial fibrillation,1984,3,1,1 +313217,Atrial fibrillation,1984,5,1,1 +313217,Atrial fibrillation,1984,7,1,1 +313217,Atrial fibrillation,1984,8,1,1 +313217,Atrial fibrillation,1984,10,1,1 +313217,Atrial fibrillation,1984,11,1,1 +313217,Atrial fibrillation,1984,12,1,1 +313217,Atrial fibrillation,1985,3,1,1 +313217,Atrial fibrillation,1985,4,1,1 +313217,Atrial fibrillation,1985,5,1,1 +313217,Atrial fibrillation,1985,6,1,1 +313217,Atrial fibrillation,1986,4,1,1 +313217,Atrial fibrillation,1986,5,1,1 +313217,Atrial fibrillation,1986,9,1,1 +313217,Atrial fibrillation,1986,11,1,1 +313217,Atrial fibrillation,1987,1,2,1 +313217,Atrial fibrillation,1987,5,3,1 +313217,Atrial fibrillation,1987,10,1,1 +313217,Atrial fibrillation,1987,11,1,1 +313217,Atrial fibrillation,1988,1,1,1 +313217,Atrial fibrillation,1988,6,1,1 +313217,Atrial fibrillation,1989,4,1,1 +313217,Atrial fibrillation,1989,5,1,1 +313217,Atrial fibrillation,1989,6,1,1 +313217,Atrial fibrillation,1989,7,1,1 +313217,Atrial fibrillation,1989,10,1,1 +313217,Atrial fibrillation,1990,1,2,1 +313217,Atrial fibrillation,1990,2,1,1 +313217,Atrial fibrillation,1990,5,3,1 +313217,Atrial fibrillation,1990,6,2,1 +313217,Atrial fibrillation,1990,8,1,1 +313217,Atrial fibrillation,1990,12,2,1 +313217,Atrial fibrillation,1991,1,1,1 +313217,Atrial fibrillation,1991,2,1,1 +313217,Atrial fibrillation,1991,3,1,1 +313217,Atrial fibrillation,1991,4,1,1 +313217,Atrial fibrillation,1991,5,1,1 +313217,Atrial fibrillation,1991,6,2,1 +313217,Atrial fibrillation,1991,7,1,1 +313217,Atrial fibrillation,1991,8,4,1 +313217,Atrial fibrillation,1991,10,2,1 +313217,Atrial fibrillation,1992,1,1,1 +313217,Atrial fibrillation,1992,3,1,1 +313217,Atrial fibrillation,1992,7,1,1 +313217,Atrial fibrillation,1992,8,2,1 +313217,Atrial fibrillation,1992,9,2,1 +313217,Atrial fibrillation,1992,10,1,1 +313217,Atrial fibrillation,1993,1,1,1 +313217,Atrial fibrillation,1993,2,2,1 +313217,Atrial fibrillation,1993,5,1,1 +313217,Atrial fibrillation,1993,6,1,1 +313217,Atrial fibrillation,1993,7,1,1 +313217,Atrial fibrillation,1993,10,2,1 +313217,Atrial fibrillation,1993,11,1,1 +313217,Atrial fibrillation,1994,3,1,1 +313217,Atrial fibrillation,1994,4,1,1 +313217,Atrial fibrillation,1994,6,2,1 +313217,Atrial fibrillation,1994,8,1,1 +313217,Atrial fibrillation,1994,9,1,1 +313217,Atrial fibrillation,1994,12,2,1 +313217,Atrial fibrillation,1995,3,1,1 +313217,Atrial fibrillation,1995,6,1,1 +313217,Atrial fibrillation,1995,7,1,1 +313217,Atrial fibrillation,1995,9,2,1 +313217,Atrial fibrillation,1995,11,1,1 +313217,Atrial fibrillation,1995,12,3,1 +313217,Atrial fibrillation,1996,3,1,1 +313217,Atrial fibrillation,1996,6,2,1 +313217,Atrial fibrillation,1996,7,1,1 +313217,Atrial fibrillation,1996,8,1,1 +313217,Atrial fibrillation,1996,10,3,1 +313217,Atrial fibrillation,1996,12,1,1 +313217,Atrial fibrillation,1997,1,1,1 +313217,Atrial fibrillation,1997,5,3,1 +313217,Atrial fibrillation,1997,6,2,1 +313217,Atrial fibrillation,1997,8,2,1 +313217,Atrial fibrillation,1997,9,5,1 +313217,Atrial fibrillation,1997,10,1,1 +313217,Atrial fibrillation,1998,2,3,1 +313217,Atrial fibrillation,1998,3,2,1 +313217,Atrial fibrillation,1998,4,2,1 +313217,Atrial fibrillation,1998,6,2,1 +313217,Atrial fibrillation,1998,8,3,1 +313217,Atrial fibrillation,1998,10,1,1 +313217,Atrial fibrillation,1998,11,1,1 +313217,Atrial fibrillation,1998,12,1,1 +313217,Atrial fibrillation,1999,2,1,1 +313217,Atrial fibrillation,1999,4,1,1 +313217,Atrial fibrillation,1999,5,2,1 +313217,Atrial fibrillation,1999,6,1,1 +313217,Atrial fibrillation,1999,7,2,1 +313217,Atrial fibrillation,1999,9,1,1 +313217,Atrial fibrillation,1999,11,2,1 +313217,Atrial fibrillation,2000,1,2,1 +313217,Atrial fibrillation,2000,2,4,1 +313217,Atrial fibrillation,2000,3,5,1 +313217,Atrial fibrillation,2000,6,2,1 +313217,Atrial fibrillation,2000,7,1,1 +313217,Atrial fibrillation,2000,8,2,1 +313217,Atrial fibrillation,2000,10,1,1 +313217,Atrial fibrillation,2000,11,3,1 +313217,Atrial fibrillation,2000,12,1,1 +313217,Atrial fibrillation,2001,2,1,1 +313217,Atrial fibrillation,2001,4,2,1 +313217,Atrial fibrillation,2001,6,4,1 +313217,Atrial fibrillation,2001,7,2,1 +313217,Atrial fibrillation,2001,9,1,1 +313217,Atrial fibrillation,2001,10,1,1 +313217,Atrial fibrillation,2001,12,1,1 +313217,Atrial fibrillation,2002,1,3,1 +313217,Atrial fibrillation,2002,2,1,1 +313217,Atrial fibrillation,2002,3,3,1 +313217,Atrial fibrillation,2002,5,3,1 +313217,Atrial fibrillation,2002,6,3,1 +313217,Atrial fibrillation,2002,7,1,1 +313217,Atrial fibrillation,2002,8,1,1 +313217,Atrial fibrillation,2002,9,1,1 +313217,Atrial fibrillation,2002,12,4,1 +313217,Atrial fibrillation,2003,1,3,1 +313217,Atrial fibrillation,2003,2,4,1 +313217,Atrial fibrillation,2003,5,4,1 +313217,Atrial fibrillation,2003,6,3,1 +313217,Atrial fibrillation,2003,8,2,1 +313217,Atrial fibrillation,2003,9,2,1 +313217,Atrial fibrillation,2003,10,1,1 +313217,Atrial fibrillation,2003,11,1,1 +313217,Atrial fibrillation,2003,12,1,1 +313217,Atrial fibrillation,2004,1,3,1 +313217,Atrial fibrillation,2004,2,1,1 +313217,Atrial fibrillation,2004,3,2,1 +313217,Atrial fibrillation,2004,4,2,1 +313217,Atrial fibrillation,2004,5,2,1 +313217,Atrial fibrillation,2004,6,1,1 +313217,Atrial fibrillation,2004,7,3,1 +313217,Atrial fibrillation,2004,8,3,1 +313217,Atrial fibrillation,2004,10,2,1 +313217,Atrial fibrillation,2004,11,2,1 +313217,Atrial fibrillation,2004,12,2,1 +313217,Atrial fibrillation,2005,1,1,1 +313217,Atrial fibrillation,2005,2,1,1 +313217,Atrial fibrillation,2005,3,3,1 +313217,Atrial fibrillation,2005,4,2,1 +313217,Atrial fibrillation,2005,5,1,1 +313217,Atrial fibrillation,2005,6,1,1 +313217,Atrial fibrillation,2005,7,1,1 +313217,Atrial fibrillation,2005,9,3,1 +313217,Atrial fibrillation,2005,10,1,1 +313217,Atrial fibrillation,2005,12,2,1 +313217,Atrial fibrillation,2006,1,2,1 +313217,Atrial fibrillation,2006,2,2,1 +313217,Atrial fibrillation,2006,3,1,1 +313217,Atrial fibrillation,2006,4,4,1 +313217,Atrial fibrillation,2006,6,1,1 +313217,Atrial fibrillation,2006,7,2,1 +313217,Atrial fibrillation,2006,8,1,1 +313217,Atrial fibrillation,2006,9,3,1 +313217,Atrial fibrillation,2006,10,2,1 +313217,Atrial fibrillation,2006,11,1,1 +313217,Atrial fibrillation,2006,12,2,1 +313217,Atrial fibrillation,2007,2,2,1 +313217,Atrial fibrillation,2007,3,1,1 +313217,Atrial fibrillation,2007,4,3,1 +313217,Atrial fibrillation,2007,6,3,1 +313217,Atrial fibrillation,2007,9,1,1 +313217,Atrial fibrillation,2007,10,2,1 +313217,Atrial fibrillation,2007,11,2,1 +313217,Atrial fibrillation,2007,12,4,1 +313217,Atrial fibrillation,2008,1,1,1 +313217,Atrial fibrillation,2008,2,1,1 +313217,Atrial fibrillation,2008,3,4,1 +313217,Atrial fibrillation,2008,5,3,1 +313217,Atrial fibrillation,2008,6,1,1 +313217,Atrial fibrillation,2008,7,2,1 +313217,Atrial fibrillation,2008,8,2,1 +313217,Atrial fibrillation,2008,9,2,1 +313217,Atrial fibrillation,2008,10,2,1 +313217,Atrial fibrillation,2008,11,1,1 +313217,Atrial fibrillation,2009,1,5,1 +313217,Atrial fibrillation,2009,2,1,1 +313217,Atrial fibrillation,2009,3,4,1 +313217,Atrial fibrillation,2009,4,4,1 +313217,Atrial fibrillation,2009,5,1,1 +313217,Atrial fibrillation,2009,6,2,1 +313217,Atrial fibrillation,2009,7,2,1 +313217,Atrial fibrillation,2009,8,2,1 +313217,Atrial fibrillation,2009,9,4,1 +313217,Atrial fibrillation,2009,10,2,1 +313217,Atrial fibrillation,2009,11,2,1 +313217,Atrial fibrillation,2009,12,3,1 +313217,Atrial fibrillation,2010,1,1,1 +313217,Atrial fibrillation,2010,2,3,1 +313217,Atrial fibrillation,2010,3,1,1 +313217,Atrial fibrillation,2010,4,2,1 +313217,Atrial fibrillation,2010,5,4,1 +313217,Atrial fibrillation,2010,6,2,1 +313217,Atrial fibrillation,2010,7,1,1 +313217,Atrial fibrillation,2010,9,3,1 +313217,Atrial fibrillation,2010,10,2,1 +313217,Atrial fibrillation,2010,11,1,1 +313217,Atrial fibrillation,2011,1,6,1 +313217,Atrial fibrillation,2011,2,1,1 +313217,Atrial fibrillation,2011,3,1,1 +313217,Atrial fibrillation,2011,4,2,1 +313217,Atrial fibrillation,2011,5,1,1 +313217,Atrial fibrillation,2011,6,2,1 +313217,Atrial fibrillation,2011,7,4,1 +313217,Atrial fibrillation,2011,8,2,1 +313217,Atrial fibrillation,2011,9,4,1 +313217,Atrial fibrillation,2011,10,3,1 +313217,Atrial fibrillation,2011,11,1,1 +313217,Atrial fibrillation,2011,12,2,1 +313217,Atrial fibrillation,2012,1,3,1 +313217,Atrial fibrillation,2012,2,1,1 +313217,Atrial fibrillation,2012,3,2,1 +313217,Atrial fibrillation,2012,4,3,1 +313217,Atrial fibrillation,2012,5,2,1 +313217,Atrial fibrillation,2012,6,1,1 +313217,Atrial fibrillation,2012,7,2,1 +313217,Atrial fibrillation,2012,8,1,1 +313217,Atrial fibrillation,2012,9,5,1 +313217,Atrial fibrillation,2012,10,2,1 +313217,Atrial fibrillation,2012,11,2,1 +313217,Atrial fibrillation,2012,12,5,1 +313217,Atrial fibrillation,2013,2,2,1 +313217,Atrial fibrillation,2013,3,3,1 +313217,Atrial fibrillation,2013,4,2,1 +313217,Atrial fibrillation,2013,6,2,1 +313217,Atrial fibrillation,2013,7,2,1 +313217,Atrial fibrillation,2013,8,1,1 +313217,Atrial fibrillation,2013,9,1,1 +313217,Atrial fibrillation,2013,10,3,1 +313217,Atrial fibrillation,2013,11,2,1 +313217,Atrial fibrillation,2013,12,3,1 +313217,Atrial fibrillation,2014,1,2,1 +313217,Atrial fibrillation,2014,2,4,1 +313217,Atrial fibrillation,2014,3,1,1 +313217,Atrial fibrillation,2014,4,2,1 +313217,Atrial fibrillation,2014,5,3,1 +313217,Atrial fibrillation,2014,6,2,1 +313217,Atrial fibrillation,2014,7,6,1 +313217,Atrial fibrillation,2014,8,6,1 +313217,Atrial fibrillation,2014,9,1,1 +313217,Atrial fibrillation,2014,10,1,1 +313217,Atrial fibrillation,2014,11,3,1 +313217,Atrial fibrillation,2014,12,4,1 +313217,Atrial fibrillation,2015,1,2,1 +313217,Atrial fibrillation,2015,2,3,1 +313217,Atrial fibrillation,2015,3,6,1 +313217,Atrial fibrillation,2015,4,2,1 +313217,Atrial fibrillation,2015,5,5,1 +313217,Atrial fibrillation,2015,6,2,1 +313217,Atrial fibrillation,2015,7,4,1 +313217,Atrial fibrillation,2015,8,1,1 +313217,Atrial fibrillation,2015,9,5,1 +313217,Atrial fibrillation,2015,10,2,1 +313217,Atrial fibrillation,2015,11,3,1 +313217,Atrial fibrillation,2015,12,1,1 +313217,Atrial fibrillation,2016,1,4,1 +313217,Atrial fibrillation,2016,2,2,1 +313217,Atrial fibrillation,2016,3,1,1 +313217,Atrial fibrillation,2016,4,2,1 +313217,Atrial fibrillation,2016,5,6,1 +313217,Atrial fibrillation,2016,6,3,1 +313217,Atrial fibrillation,2016,7,3,1 +313217,Atrial fibrillation,2016,8,4,1 +313217,Atrial fibrillation,2016,9,1,1 +313217,Atrial fibrillation,2016,10,2,1 +313217,Atrial fibrillation,2016,12,1,1 +313217,Atrial fibrillation,2017,1,2,1 +313217,Atrial fibrillation,2017,2,1,1 +313217,Atrial fibrillation,2017,3,4,1 +313217,Atrial fibrillation,2017,4,3,1 +313217,Atrial fibrillation,2017,5,4,1 +313217,Atrial fibrillation,2017,6,5,1 +313217,Atrial fibrillation,2017,8,4,1 +313217,Atrial fibrillation,2017,9,1,1 +313217,Atrial fibrillation,2017,10,4,1 +313217,Atrial fibrillation,2017,11,3,1 +313217,Atrial fibrillation,2017,12,2,1 +313217,Atrial fibrillation,2018,1,1,1 +313217,Atrial fibrillation,2018,2,2,1 +313217,Atrial fibrillation,2018,3,5,1 +313217,Atrial fibrillation,2018,4,4,1 +313217,Atrial fibrillation,2018,5,1,1 +313217,Atrial fibrillation,2018,6,2,1 +313217,Atrial fibrillation,2018,7,2,1 +313217,Atrial fibrillation,2018,8,7,1 +313217,Atrial fibrillation,2018,9,1,1 +313217,Atrial fibrillation,2018,10,4,1 +313217,Atrial fibrillation,2018,11,3,1 +313217,Atrial fibrillation,2018,12,4,1 +313217,Atrial fibrillation,2019,1,3,1 +313217,Atrial fibrillation,2019,2,2,1 +313217,Atrial fibrillation,2019,3,2,1 +313217,Atrial fibrillation,2019,4,2,1 +313217,Atrial fibrillation,2019,5,4,1 +313217,Atrial fibrillation,2019,6,3,1 +313217,Atrial fibrillation,2019,7,3,1 +313217,Atrial fibrillation,2019,8,4,1 +313217,Atrial fibrillation,2019,9,3,1 +313217,Atrial fibrillation,2019,10,4,1 +313217,Atrial fibrillation,2019,11,2,1 +313217,Atrial fibrillation,2019,12,2,1 +313217,Atrial fibrillation,2020,1,6,1 +313217,Atrial fibrillation,2020,2,1,1 +313217,Atrial fibrillation,2020,3,2,1 +313217,Atrial fibrillation,2020,4,1,1 +313217,Atrial fibrillation,2020,5,3,1 +313217,Atrial fibrillation,2020,6,5,1 +313217,Atrial fibrillation,2020,7,2,1 +313217,Atrial fibrillation,2020,8,7,1 +313217,Atrial fibrillation,2020,9,2,1 +313217,Atrial fibrillation,2020,10,4,1 +313217,Atrial fibrillation,2020,11,5,1 +313217,Atrial fibrillation,2020,12,5,1 +313217,Atrial fibrillation,2021,1,3,1 +313217,Atrial fibrillation,2021,2,1,1 +313217,Atrial fibrillation,2021,3,3,1 +313217,Atrial fibrillation,2021,4,3,1 +313217,Atrial fibrillation,2021,5,4,1 +313217,Atrial fibrillation,2021,6,1,1 +313217,Atrial fibrillation,2021,7,6,1 +313217,Atrial fibrillation,2021,8,2,1 +313217,Atrial fibrillation,2021,9,3,1 +313217,Atrial fibrillation,2021,10,4,1 +313217,Atrial fibrillation,2021,11,3,1 +313217,Atrial fibrillation,2021,12,3,1 +313217,Atrial fibrillation,2022,1,4,1 +313217,Atrial fibrillation,2022,2,8,1 +313217,Atrial fibrillation,2022,3,4,1 +313217,Atrial fibrillation,2022,4,7,1 +313217,Atrial fibrillation,2022,5,7,1 +313217,Atrial fibrillation,2022,6,3,1 +313217,Atrial fibrillation,2022,7,5,1 +313217,Atrial fibrillation,2022,8,4,1 +313217,Atrial fibrillation,2022,9,2,1 +313217,Atrial fibrillation,2022,10,6,1 +313217,Atrial fibrillation,2022,11,2,1 +313217,Atrial fibrillation,2022,12,4,1 +313217,Atrial fibrillation,2023,1,1,1 +313217,Atrial fibrillation,2023,2,3,1 +313217,Atrial fibrillation,2023,3,3,1 +313217,Atrial fibrillation,2023,4,4,1 +313217,Atrial fibrillation,2023,5,3,1 +313217,Atrial fibrillation,2023,6,2,1 +317576,Coronary arteriosclerosis,1933,3,1,1 +317576,Coronary arteriosclerosis,1933,6,1,1 +317576,Coronary arteriosclerosis,1934,6,1,1 +317576,Coronary arteriosclerosis,1934,12,1,1 +317576,Coronary arteriosclerosis,1935,10,1,1 +317576,Coronary arteriosclerosis,1935,11,1,1 +317576,Coronary arteriosclerosis,1936,4,1,1 +317576,Coronary arteriosclerosis,1939,3,1,1 +317576,Coronary arteriosclerosis,1939,10,1,1 +317576,Coronary arteriosclerosis,1940,8,1,1 +317576,Coronary arteriosclerosis,1941,3,1,1 +317576,Coronary arteriosclerosis,1941,4,1,1 +317576,Coronary arteriosclerosis,1942,6,1,1 +317576,Coronary arteriosclerosis,1943,3,1,1 +317576,Coronary arteriosclerosis,1943,4,1,1 +317576,Coronary arteriosclerosis,1943,8,1,1 +317576,Coronary arteriosclerosis,1943,10,1,1 +317576,Coronary arteriosclerosis,1944,8,1,1 +317576,Coronary arteriosclerosis,1945,10,1,1 +317576,Coronary arteriosclerosis,1946,11,1,1 +317576,Coronary arteriosclerosis,1947,3,1,1 +317576,Coronary arteriosclerosis,1948,2,1,1 +317576,Coronary arteriosclerosis,1948,10,1,1 +317576,Coronary arteriosclerosis,1950,3,1,1 +317576,Coronary arteriosclerosis,1950,7,1,1 +317576,Coronary arteriosclerosis,1951,3,1,1 +317576,Coronary arteriosclerosis,1951,10,3,1 +317576,Coronary arteriosclerosis,1952,2,2,1 +317576,Coronary arteriosclerosis,1952,3,1,1 +317576,Coronary arteriosclerosis,1952,12,1,1 +317576,Coronary arteriosclerosis,1953,3,2,1 +317576,Coronary arteriosclerosis,1954,5,1,1 +317576,Coronary arteriosclerosis,1954,6,1,1 +317576,Coronary arteriosclerosis,1954,9,1,1 +317576,Coronary arteriosclerosis,1954,10,1,1 +317576,Coronary arteriosclerosis,1954,12,1,1 +317576,Coronary arteriosclerosis,1955,3,1,1 +317576,Coronary arteriosclerosis,1955,4,1,1 +317576,Coronary arteriosclerosis,1955,6,1,1 +317576,Coronary arteriosclerosis,1955,9,1,1 +317576,Coronary arteriosclerosis,1957,11,2,1 +317576,Coronary arteriosclerosis,1958,3,1,1 +317576,Coronary arteriosclerosis,1958,6,1,1 +317576,Coronary arteriosclerosis,1959,5,1,1 +317576,Coronary arteriosclerosis,1959,6,2,1 +317576,Coronary arteriosclerosis,1960,9,1,1 +317576,Coronary arteriosclerosis,1960,11,1,1 +317576,Coronary arteriosclerosis,1960,12,2,1 +317576,Coronary arteriosclerosis,1961,2,2,1 +317576,Coronary arteriosclerosis,1961,8,1,1 +317576,Coronary arteriosclerosis,1962,3,1,1 +317576,Coronary arteriosclerosis,1962,4,1,1 +317576,Coronary arteriosclerosis,1962,11,1,1 +317576,Coronary arteriosclerosis,1963,3,1,1 +317576,Coronary arteriosclerosis,1963,6,1,1 +317576,Coronary arteriosclerosis,1963,7,1,1 +317576,Coronary arteriosclerosis,1964,5,1,1 +317576,Coronary arteriosclerosis,1964,6,2,1 +317576,Coronary arteriosclerosis,1964,7,1,1 +317576,Coronary arteriosclerosis,1964,10,3,1 +317576,Coronary arteriosclerosis,1964,11,1,1 +317576,Coronary arteriosclerosis,1965,7,1,1 +317576,Coronary arteriosclerosis,1965,8,1,1 +317576,Coronary arteriosclerosis,1965,9,2,1 +317576,Coronary arteriosclerosis,1966,7,1,1 +317576,Coronary arteriosclerosis,1966,12,1,1 +317576,Coronary arteriosclerosis,1967,3,2,1 +317576,Coronary arteriosclerosis,1967,5,1,1 +317576,Coronary arteriosclerosis,1967,7,1,1 +317576,Coronary arteriosclerosis,1967,9,1,1 +317576,Coronary arteriosclerosis,1967,11,1,1 +317576,Coronary arteriosclerosis,1968,2,1,1 +317576,Coronary arteriosclerosis,1968,3,1,1 +317576,Coronary arteriosclerosis,1968,8,1,1 +317576,Coronary arteriosclerosis,1968,12,1,1 +317576,Coronary arteriosclerosis,1969,1,1,1 +317576,Coronary arteriosclerosis,1969,3,1,1 +317576,Coronary arteriosclerosis,1969,5,1,1 +317576,Coronary arteriosclerosis,1969,6,1,1 +317576,Coronary arteriosclerosis,1969,8,2,1 +317576,Coronary arteriosclerosis,1969,10,2,1 +317576,Coronary arteriosclerosis,1970,1,1,1 +317576,Coronary arteriosclerosis,1970,5,2,1 +317576,Coronary arteriosclerosis,1970,7,1,1 +317576,Coronary arteriosclerosis,1970,10,1,1 +317576,Coronary arteriosclerosis,1970,12,1,1 +317576,Coronary arteriosclerosis,1971,3,1,1 +317576,Coronary arteriosclerosis,1971,4,1,1 +317576,Coronary arteriosclerosis,1971,5,1,1 +317576,Coronary arteriosclerosis,1971,9,3,1 +317576,Coronary arteriosclerosis,1971,11,1,1 +317576,Coronary arteriosclerosis,1972,4,1,1 +317576,Coronary arteriosclerosis,1972,9,1,1 +317576,Coronary arteriosclerosis,1972,10,1,1 +317576,Coronary arteriosclerosis,1973,6,1,1 +317576,Coronary arteriosclerosis,1973,7,1,1 +317576,Coronary arteriosclerosis,1973,8,2,1 +317576,Coronary arteriosclerosis,1973,9,1,1 +317576,Coronary arteriosclerosis,1974,1,2,1 +317576,Coronary arteriosclerosis,1974,3,2,1 +317576,Coronary arteriosclerosis,1974,9,1,1 +317576,Coronary arteriosclerosis,1974,10,2,1 +317576,Coronary arteriosclerosis,1975,2,1,1 +317576,Coronary arteriosclerosis,1975,12,1,1 +317576,Coronary arteriosclerosis,1976,2,1,1 +317576,Coronary arteriosclerosis,1976,4,1,1 +317576,Coronary arteriosclerosis,1976,5,1,1 +317576,Coronary arteriosclerosis,1976,8,1,1 +317576,Coronary arteriosclerosis,1977,1,2,1 +317576,Coronary arteriosclerosis,1977,3,1,1 +317576,Coronary arteriosclerosis,1978,6,2,1 +317576,Coronary arteriosclerosis,1978,10,1,1 +317576,Coronary arteriosclerosis,1978,11,1,1 +317576,Coronary arteriosclerosis,1979,8,1,1 +317576,Coronary arteriosclerosis,1979,12,1,1 +317576,Coronary arteriosclerosis,1980,2,2,1 +317576,Coronary arteriosclerosis,1980,4,1,1 +317576,Coronary arteriosclerosis,1980,5,2,1 +317576,Coronary arteriosclerosis,1980,6,2,1 +317576,Coronary arteriosclerosis,1980,7,1,1 +317576,Coronary arteriosclerosis,1981,3,1,1 +317576,Coronary arteriosclerosis,1981,4,1,1 +317576,Coronary arteriosclerosis,1981,6,1,1 +317576,Coronary arteriosclerosis,1981,8,1,1 +317576,Coronary arteriosclerosis,1981,10,1,1 +317576,Coronary arteriosclerosis,1981,11,1,1 +317576,Coronary arteriosclerosis,1982,4,2,1 +317576,Coronary arteriosclerosis,1982,6,1,1 +317576,Coronary arteriosclerosis,1982,7,1,1 +317576,Coronary arteriosclerosis,1982,9,1,1 +317576,Coronary arteriosclerosis,1982,10,2,1 +317576,Coronary arteriosclerosis,1982,12,3,1 +317576,Coronary arteriosclerosis,1983,1,2,1 +317576,Coronary arteriosclerosis,1983,3,4,1 +317576,Coronary arteriosclerosis,1983,4,1,1 +317576,Coronary arteriosclerosis,1983,5,1,1 +317576,Coronary arteriosclerosis,1983,6,2,1 +317576,Coronary arteriosclerosis,1983,7,2,1 +317576,Coronary arteriosclerosis,1983,8,2,1 +317576,Coronary arteriosclerosis,1983,9,1,1 +317576,Coronary arteriosclerosis,1983,11,1,1 +317576,Coronary arteriosclerosis,1984,1,1,1 +317576,Coronary arteriosclerosis,1984,3,1,1 +317576,Coronary arteriosclerosis,1984,4,1,1 +317576,Coronary arteriosclerosis,1984,5,1,1 +317576,Coronary arteriosclerosis,1984,6,1,1 +317576,Coronary arteriosclerosis,1984,8,1,1 +317576,Coronary arteriosclerosis,1984,9,1,1 +317576,Coronary arteriosclerosis,1984,10,1,1 +317576,Coronary arteriosclerosis,1985,4,3,1 +317576,Coronary arteriosclerosis,1985,7,1,1 +317576,Coronary arteriosclerosis,1985,8,1,1 +317576,Coronary arteriosclerosis,1985,9,1,1 +317576,Coronary arteriosclerosis,1985,10,1,1 +317576,Coronary arteriosclerosis,1985,12,1,1 +317576,Coronary arteriosclerosis,1986,1,1,1 +317576,Coronary arteriosclerosis,1986,3,1,1 +317576,Coronary arteriosclerosis,1986,5,1,1 +317576,Coronary arteriosclerosis,1986,7,2,1 +317576,Coronary arteriosclerosis,1986,8,1,1 +317576,Coronary arteriosclerosis,1986,9,1,1 +317576,Coronary arteriosclerosis,1986,11,1,1 +317576,Coronary arteriosclerosis,1986,12,3,1 +317576,Coronary arteriosclerosis,1987,1,2,1 +317576,Coronary arteriosclerosis,1987,2,1,1 +317576,Coronary arteriosclerosis,1987,4,2,1 +317576,Coronary arteriosclerosis,1987,5,2,1 +317576,Coronary arteriosclerosis,1987,6,2,1 +317576,Coronary arteriosclerosis,1987,7,2,1 +317576,Coronary arteriosclerosis,1987,8,1,1 +317576,Coronary arteriosclerosis,1987,9,1,1 +317576,Coronary arteriosclerosis,1987,10,2,1 +317576,Coronary arteriosclerosis,1988,2,1,1 +317576,Coronary arteriosclerosis,1988,3,3,1 +317576,Coronary arteriosclerosis,1988,4,1,1 +317576,Coronary arteriosclerosis,1988,5,2,1 +317576,Coronary arteriosclerosis,1988,8,2,1 +317576,Coronary arteriosclerosis,1988,10,1,1 +317576,Coronary arteriosclerosis,1988,11,2,1 +317576,Coronary arteriosclerosis,1988,12,1,1 +317576,Coronary arteriosclerosis,1989,3,3,1 +317576,Coronary arteriosclerosis,1989,4,2,1 +317576,Coronary arteriosclerosis,1989,5,2,1 +317576,Coronary arteriosclerosis,1989,7,1,1 +317576,Coronary arteriosclerosis,1989,8,1,1 +317576,Coronary arteriosclerosis,1989,9,2,1 +317576,Coronary arteriosclerosis,1989,10,3,1 +317576,Coronary arteriosclerosis,1989,11,2,1 +317576,Coronary arteriosclerosis,1989,12,1,1 +317576,Coronary arteriosclerosis,1990,1,1,1 +317576,Coronary arteriosclerosis,1990,2,1,1 +317576,Coronary arteriosclerosis,1990,3,2,1 +317576,Coronary arteriosclerosis,1990,5,2,1 +317576,Coronary arteriosclerosis,1990,6,4,1 +317576,Coronary arteriosclerosis,1990,7,1,1 +317576,Coronary arteriosclerosis,1990,8,2,1 +317576,Coronary arteriosclerosis,1990,9,1,1 +317576,Coronary arteriosclerosis,1990,11,1,1 +317576,Coronary arteriosclerosis,1990,12,1,1 +317576,Coronary arteriosclerosis,1991,3,1,1 +317576,Coronary arteriosclerosis,1991,5,1,1 +317576,Coronary arteriosclerosis,1991,6,3,1 +317576,Coronary arteriosclerosis,1991,7,5,1 +317576,Coronary arteriosclerosis,1991,8,4,1 +317576,Coronary arteriosclerosis,1991,9,1,1 +317576,Coronary arteriosclerosis,1991,10,3,1 +317576,Coronary arteriosclerosis,1991,11,1,1 +317576,Coronary arteriosclerosis,1991,12,3,1 +317576,Coronary arteriosclerosis,1992,1,2,1 +317576,Coronary arteriosclerosis,1992,3,3,1 +317576,Coronary arteriosclerosis,1992,4,1,1 +317576,Coronary arteriosclerosis,1992,5,1,1 +317576,Coronary arteriosclerosis,1992,6,4,1 +317576,Coronary arteriosclerosis,1992,7,1,1 +317576,Coronary arteriosclerosis,1992,8,1,1 +317576,Coronary arteriosclerosis,1992,9,2,1 +317576,Coronary arteriosclerosis,1992,10,1,1 +317576,Coronary arteriosclerosis,1992,11,1,1 +317576,Coronary arteriosclerosis,1992,12,1,1 +317576,Coronary arteriosclerosis,1993,1,2,1 +317576,Coronary arteriosclerosis,1993,2,1,1 +317576,Coronary arteriosclerosis,1993,3,2,1 +317576,Coronary arteriosclerosis,1993,4,1,1 +317576,Coronary arteriosclerosis,1993,5,2,1 +317576,Coronary arteriosclerosis,1993,6,2,1 +317576,Coronary arteriosclerosis,1993,7,1,1 +317576,Coronary arteriosclerosis,1993,8,1,1 +317576,Coronary arteriosclerosis,1993,9,2,1 +317576,Coronary arteriosclerosis,1993,11,1,1 +317576,Coronary arteriosclerosis,1994,1,1,1 +317576,Coronary arteriosclerosis,1994,2,3,1 +317576,Coronary arteriosclerosis,1994,4,2,1 +317576,Coronary arteriosclerosis,1994,7,1,1 +317576,Coronary arteriosclerosis,1994,8,1,1 +317576,Coronary arteriosclerosis,1994,9,4,1 +317576,Coronary arteriosclerosis,1994,10,2,1 +317576,Coronary arteriosclerosis,1994,11,5,1 +317576,Coronary arteriosclerosis,1994,12,1,1 +317576,Coronary arteriosclerosis,1995,1,3,1 +317576,Coronary arteriosclerosis,1995,2,1,1 +317576,Coronary arteriosclerosis,1995,4,4,1 +317576,Coronary arteriosclerosis,1995,5,1,1 +317576,Coronary arteriosclerosis,1995,6,4,1 +317576,Coronary arteriosclerosis,1995,8,1,1 +317576,Coronary arteriosclerosis,1995,9,1,1 +317576,Coronary arteriosclerosis,1995,10,1,1 +317576,Coronary arteriosclerosis,1995,11,3,1 +317576,Coronary arteriosclerosis,1995,12,3,1 +317576,Coronary arteriosclerosis,1996,1,3,1 +317576,Coronary arteriosclerosis,1996,2,2,1 +317576,Coronary arteriosclerosis,1996,4,3,1 +317576,Coronary arteriosclerosis,1996,5,1,1 +317576,Coronary arteriosclerosis,1996,6,4,1 +317576,Coronary arteriosclerosis,1996,7,2,1 +317576,Coronary arteriosclerosis,1996,8,1,1 +317576,Coronary arteriosclerosis,1996,9,3,1 +317576,Coronary arteriosclerosis,1996,10,2,1 +317576,Coronary arteriosclerosis,1996,11,4,1 +317576,Coronary arteriosclerosis,1997,1,4,1 +317576,Coronary arteriosclerosis,1997,2,1,1 +317576,Coronary arteriosclerosis,1997,3,1,1 +317576,Coronary arteriosclerosis,1997,4,1,1 +317576,Coronary arteriosclerosis,1997,5,1,1 +317576,Coronary arteriosclerosis,1997,6,2,1 +317576,Coronary arteriosclerosis,1997,7,4,1 +317576,Coronary arteriosclerosis,1997,9,2,1 +317576,Coronary arteriosclerosis,1997,11,1,1 +317576,Coronary arteriosclerosis,1997,12,1,1 +317576,Coronary arteriosclerosis,1998,1,2,1 +317576,Coronary arteriosclerosis,1998,2,2,1 +317576,Coronary arteriosclerosis,1998,3,3,1 +317576,Coronary arteriosclerosis,1998,6,2,1 +317576,Coronary arteriosclerosis,1998,7,1,1 +317576,Coronary arteriosclerosis,1998,8,5,1 +317576,Coronary arteriosclerosis,1998,9,2,1 +317576,Coronary arteriosclerosis,1998,10,1,1 +317576,Coronary arteriosclerosis,1998,11,1,1 +317576,Coronary arteriosclerosis,1998,12,3,1 +317576,Coronary arteriosclerosis,1999,1,4,1 +317576,Coronary arteriosclerosis,1999,2,2,1 +317576,Coronary arteriosclerosis,1999,3,2,1 +317576,Coronary arteriosclerosis,1999,4,1,1 +317576,Coronary arteriosclerosis,1999,5,3,1 +317576,Coronary arteriosclerosis,1999,6,2,1 +317576,Coronary arteriosclerosis,1999,7,1,1 +317576,Coronary arteriosclerosis,1999,8,3,1 +317576,Coronary arteriosclerosis,1999,9,2,1 +317576,Coronary arteriosclerosis,1999,10,3,1 +317576,Coronary arteriosclerosis,1999,11,3,1 +317576,Coronary arteriosclerosis,1999,12,3,1 +317576,Coronary arteriosclerosis,2000,1,4,1 +317576,Coronary arteriosclerosis,2000,3,2,1 +317576,Coronary arteriosclerosis,2000,4,1,1 +317576,Coronary arteriosclerosis,2000,5,1,1 +317576,Coronary arteriosclerosis,2000,6,4,1 +317576,Coronary arteriosclerosis,2000,7,1,1 +317576,Coronary arteriosclerosis,2000,8,2,1 +317576,Coronary arteriosclerosis,2000,9,1,1 +317576,Coronary arteriosclerosis,2000,10,3,1 +317576,Coronary arteriosclerosis,2000,11,2,1 +317576,Coronary arteriosclerosis,2000,12,4,1 +317576,Coronary arteriosclerosis,2001,1,3,1 +317576,Coronary arteriosclerosis,2001,2,3,1 +317576,Coronary arteriosclerosis,2001,3,2,1 +317576,Coronary arteriosclerosis,2001,4,3,1 +317576,Coronary arteriosclerosis,2001,5,2,1 +317576,Coronary arteriosclerosis,2001,6,3,1 +317576,Coronary arteriosclerosis,2001,7,5,1 +317576,Coronary arteriosclerosis,2001,8,3,1 +317576,Coronary arteriosclerosis,2001,9,2,1 +317576,Coronary arteriosclerosis,2001,10,2,1 +317576,Coronary arteriosclerosis,2001,11,1,1 +317576,Coronary arteriosclerosis,2001,12,5,1 +317576,Coronary arteriosclerosis,2002,3,3,1 +317576,Coronary arteriosclerosis,2002,4,3,1 +317576,Coronary arteriosclerosis,2002,5,5,1 +317576,Coronary arteriosclerosis,2002,6,1,1 +317576,Coronary arteriosclerosis,2002,7,6,1 +317576,Coronary arteriosclerosis,2002,8,2,1 +317576,Coronary arteriosclerosis,2002,9,1,1 +317576,Coronary arteriosclerosis,2002,10,1,1 +317576,Coronary arteriosclerosis,2002,11,3,1 +317576,Coronary arteriosclerosis,2002,12,2,1 +317576,Coronary arteriosclerosis,2003,1,3,1 +317576,Coronary arteriosclerosis,2003,2,1,1 +317576,Coronary arteriosclerosis,2003,3,3,1 +317576,Coronary arteriosclerosis,2003,4,2,1 +317576,Coronary arteriosclerosis,2003,5,2,1 +317576,Coronary arteriosclerosis,2003,6,1,1 +317576,Coronary arteriosclerosis,2003,7,3,1 +317576,Coronary arteriosclerosis,2003,8,1,1 +317576,Coronary arteriosclerosis,2003,9,5,1 +317576,Coronary arteriosclerosis,2003,10,4,1 +317576,Coronary arteriosclerosis,2003,11,4,1 +317576,Coronary arteriosclerosis,2003,12,3,1 +317576,Coronary arteriosclerosis,2004,1,1,1 +317576,Coronary arteriosclerosis,2004,2,2,1 +317576,Coronary arteriosclerosis,2004,3,4,1 +317576,Coronary arteriosclerosis,2004,5,3,1 +317576,Coronary arteriosclerosis,2004,6,4,1 +317576,Coronary arteriosclerosis,2004,7,4,1 +317576,Coronary arteriosclerosis,2004,8,1,1 +317576,Coronary arteriosclerosis,2004,9,2,1 +317576,Coronary arteriosclerosis,2004,11,2,1 +317576,Coronary arteriosclerosis,2004,12,3,1 +317576,Coronary arteriosclerosis,2005,2,8,1 +317576,Coronary arteriosclerosis,2005,3,2,1 +317576,Coronary arteriosclerosis,2005,4,3,1 +317576,Coronary arteriosclerosis,2005,5,2,1 +317576,Coronary arteriosclerosis,2005,6,4,1 +317576,Coronary arteriosclerosis,2005,8,3,1 +317576,Coronary arteriosclerosis,2005,9,4,1 +317576,Coronary arteriosclerosis,2005,10,2,1 +317576,Coronary arteriosclerosis,2005,11,6,1 +317576,Coronary arteriosclerosis,2006,1,5,1 +317576,Coronary arteriosclerosis,2006,2,3,1 +317576,Coronary arteriosclerosis,2006,3,2,1 +317576,Coronary arteriosclerosis,2006,5,4,1 +317576,Coronary arteriosclerosis,2006,6,4,1 +317576,Coronary arteriosclerosis,2006,7,3,1 +317576,Coronary arteriosclerosis,2006,8,2,1 +317576,Coronary arteriosclerosis,2006,9,1,1 +317576,Coronary arteriosclerosis,2006,11,1,1 +317576,Coronary arteriosclerosis,2006,12,4,1 +317576,Coronary arteriosclerosis,2007,1,3,1 +317576,Coronary arteriosclerosis,2007,2,1,1 +317576,Coronary arteriosclerosis,2007,3,4,1 +317576,Coronary arteriosclerosis,2007,4,5,1 +317576,Coronary arteriosclerosis,2007,5,4,1 +317576,Coronary arteriosclerosis,2007,6,1,1 +317576,Coronary arteriosclerosis,2007,7,2,1 +317576,Coronary arteriosclerosis,2007,8,5,1 +317576,Coronary arteriosclerosis,2007,9,3,1 +317576,Coronary arteriosclerosis,2007,11,3,1 +317576,Coronary arteriosclerosis,2007,12,2,1 +317576,Coronary arteriosclerosis,2008,1,2,1 +317576,Coronary arteriosclerosis,2008,2,1,1 +317576,Coronary arteriosclerosis,2008,3,3,1 +317576,Coronary arteriosclerosis,2008,4,4,1 +317576,Coronary arteriosclerosis,2008,5,3,1 +317576,Coronary arteriosclerosis,2008,6,1,1 +317576,Coronary arteriosclerosis,2008,7,4,1 +317576,Coronary arteriosclerosis,2008,9,3,1 +317576,Coronary arteriosclerosis,2008,10,6,1 +317576,Coronary arteriosclerosis,2008,11,2,1 +317576,Coronary arteriosclerosis,2008,12,1,1 +317576,Coronary arteriosclerosis,2009,1,2,1 +317576,Coronary arteriosclerosis,2009,2,2,1 +317576,Coronary arteriosclerosis,2009,3,2,1 +317576,Coronary arteriosclerosis,2009,4,2,1 +317576,Coronary arteriosclerosis,2009,6,3,1 +317576,Coronary arteriosclerosis,2009,7,2,1 +317576,Coronary arteriosclerosis,2009,8,2,1 +317576,Coronary arteriosclerosis,2009,9,3,1 +317576,Coronary arteriosclerosis,2009,10,2,1 +317576,Coronary arteriosclerosis,2009,11,2,1 +317576,Coronary arteriosclerosis,2009,12,1,1 +317576,Coronary arteriosclerosis,2010,2,3,1 +317576,Coronary arteriosclerosis,2010,3,2,1 +317576,Coronary arteriosclerosis,2010,4,1,1 +317576,Coronary arteriosclerosis,2010,5,2,1 +317576,Coronary arteriosclerosis,2010,6,4,1 +317576,Coronary arteriosclerosis,2010,7,3,1 +317576,Coronary arteriosclerosis,2010,8,4,1 +317576,Coronary arteriosclerosis,2010,9,3,1 +317576,Coronary arteriosclerosis,2010,10,4,1 +317576,Coronary arteriosclerosis,2010,11,4,1 +317576,Coronary arteriosclerosis,2010,12,4,1 +317576,Coronary arteriosclerosis,2011,1,5,1 +317576,Coronary arteriosclerosis,2011,3,3,1 +317576,Coronary arteriosclerosis,2011,5,2,1 +317576,Coronary arteriosclerosis,2011,6,2,1 +317576,Coronary arteriosclerosis,2011,7,3,1 +317576,Coronary arteriosclerosis,2011,8,3,1 +317576,Coronary arteriosclerosis,2011,9,6,1 +317576,Coronary arteriosclerosis,2011,10,2,1 +317576,Coronary arteriosclerosis,2011,11,1,1 +317576,Coronary arteriosclerosis,2011,12,5,1 +317576,Coronary arteriosclerosis,2012,1,3,1 +317576,Coronary arteriosclerosis,2012,2,2,1 +317576,Coronary arteriosclerosis,2012,3,4,1 +317576,Coronary arteriosclerosis,2012,4,5,1 +317576,Coronary arteriosclerosis,2012,5,4,1 +317576,Coronary arteriosclerosis,2012,6,1,1 +317576,Coronary arteriosclerosis,2012,7,6,1 +317576,Coronary arteriosclerosis,2012,8,6,1 +317576,Coronary arteriosclerosis,2012,9,3,1 +317576,Coronary arteriosclerosis,2012,10,4,1 +317576,Coronary arteriosclerosis,2012,11,4,1 +317576,Coronary arteriosclerosis,2012,12,2,1 +317576,Coronary arteriosclerosis,2013,1,3,1 +317576,Coronary arteriosclerosis,2013,2,1,1 +317576,Coronary arteriosclerosis,2013,3,6,1 +317576,Coronary arteriosclerosis,2013,4,4,1 +317576,Coronary arteriosclerosis,2013,5,4,1 +317576,Coronary arteriosclerosis,2013,6,4,1 +317576,Coronary arteriosclerosis,2013,7,2,1 +317576,Coronary arteriosclerosis,2013,8,2,1 +317576,Coronary arteriosclerosis,2013,9,2,1 +317576,Coronary arteriosclerosis,2013,10,4,1 +317576,Coronary arteriosclerosis,2013,11,2,1 +317576,Coronary arteriosclerosis,2013,12,1,1 +317576,Coronary arteriosclerosis,2014,1,6,1 +317576,Coronary arteriosclerosis,2014,3,2,1 +317576,Coronary arteriosclerosis,2014,4,4,1 +317576,Coronary arteriosclerosis,2014,5,5,1 +317576,Coronary arteriosclerosis,2014,6,4,1 +317576,Coronary arteriosclerosis,2014,8,2,1 +317576,Coronary arteriosclerosis,2014,9,4,1 +317576,Coronary arteriosclerosis,2014,10,5,1 +317576,Coronary arteriosclerosis,2014,11,4,1 +317576,Coronary arteriosclerosis,2014,12,2,1 +317576,Coronary arteriosclerosis,2015,1,3,1 +317576,Coronary arteriosclerosis,2015,2,2,1 +317576,Coronary arteriosclerosis,2015,3,7,1 +317576,Coronary arteriosclerosis,2015,4,8,1 +317576,Coronary arteriosclerosis,2015,5,4,1 +317576,Coronary arteriosclerosis,2015,6,2,1 +317576,Coronary arteriosclerosis,2015,7,4,1 +317576,Coronary arteriosclerosis,2015,8,4,1 +317576,Coronary arteriosclerosis,2015,11,4,1 +317576,Coronary arteriosclerosis,2015,12,1,1 +317576,Coronary arteriosclerosis,2016,1,2,1 +317576,Coronary arteriosclerosis,2016,2,3,1 +317576,Coronary arteriosclerosis,2016,3,2,1 +317576,Coronary arteriosclerosis,2016,4,2,1 +317576,Coronary arteriosclerosis,2016,5,3,1 +317576,Coronary arteriosclerosis,2016,6,4,1 +317576,Coronary arteriosclerosis,2016,7,2,1 +317576,Coronary arteriosclerosis,2016,8,3,1 +317576,Coronary arteriosclerosis,2016,9,2,1 +317576,Coronary arteriosclerosis,2016,10,3,1 +317576,Coronary arteriosclerosis,2016,11,3,1 +317576,Coronary arteriosclerosis,2016,12,2,1 +317576,Coronary arteriosclerosis,2017,1,1,1 +317576,Coronary arteriosclerosis,2017,2,2,1 +317576,Coronary arteriosclerosis,2017,3,2,1 +317576,Coronary arteriosclerosis,2017,5,2,1 +317576,Coronary arteriosclerosis,2017,6,3,1 +317576,Coronary arteriosclerosis,2017,7,3,1 +317576,Coronary arteriosclerosis,2017,8,3,1 +317576,Coronary arteriosclerosis,2017,9,2,1 +317576,Coronary arteriosclerosis,2017,10,3,1 +317576,Coronary arteriosclerosis,2017,11,4,1 +317576,Coronary arteriosclerosis,2017,12,3,1 +317576,Coronary arteriosclerosis,2018,1,6,1 +317576,Coronary arteriosclerosis,2018,2,5,1 +317576,Coronary arteriosclerosis,2018,3,3,1 +317576,Coronary arteriosclerosis,2018,4,3,1 +317576,Coronary arteriosclerosis,2018,5,3,1 +317576,Coronary arteriosclerosis,2018,6,4,1 +317576,Coronary arteriosclerosis,2018,7,2,1 +317576,Coronary arteriosclerosis,2018,8,2,1 +317576,Coronary arteriosclerosis,2018,9,9,1 +317576,Coronary arteriosclerosis,2018,10,5,1 +317576,Coronary arteriosclerosis,2018,11,7,1 +317576,Coronary arteriosclerosis,2018,12,6,1 +317576,Coronary arteriosclerosis,2019,1,3,1 +317576,Coronary arteriosclerosis,2019,2,5,1 +317576,Coronary arteriosclerosis,2019,3,5,1 +317576,Coronary arteriosclerosis,2019,4,4,1 +317576,Coronary arteriosclerosis,2019,5,3,1 +317576,Coronary arteriosclerosis,2019,6,1,1 +317576,Coronary arteriosclerosis,2019,7,4,1 +317576,Coronary arteriosclerosis,2019,8,2,1 +317576,Coronary arteriosclerosis,2019,9,3,1 +317576,Coronary arteriosclerosis,2019,10,5,1 +317576,Coronary arteriosclerosis,2019,12,4,1 +317576,Coronary arteriosclerosis,2020,1,2,1 +317576,Coronary arteriosclerosis,2020,2,2,1 +317576,Coronary arteriosclerosis,2020,3,5,1 +317576,Coronary arteriosclerosis,2020,4,3,1 +317576,Coronary arteriosclerosis,2020,5,4,1 +317576,Coronary arteriosclerosis,2020,6,5,1 +317576,Coronary arteriosclerosis,2020,7,6,1 +317576,Coronary arteriosclerosis,2020,8,5,1 +317576,Coronary arteriosclerosis,2020,9,8,1 +317576,Coronary arteriosclerosis,2020,10,3,1 +317576,Coronary arteriosclerosis,2020,11,3,1 +317576,Coronary arteriosclerosis,2020,12,2,1 +317576,Coronary arteriosclerosis,2021,1,5,1 +317576,Coronary arteriosclerosis,2021,2,3,1 +317576,Coronary arteriosclerosis,2021,3,4,1 +317576,Coronary arteriosclerosis,2021,4,2,1 +317576,Coronary arteriosclerosis,2021,5,5,1 +317576,Coronary arteriosclerosis,2021,6,4,1 +317576,Coronary arteriosclerosis,2021,8,4,1 +317576,Coronary arteriosclerosis,2021,9,1,1 +317576,Coronary arteriosclerosis,2021,10,2,1 +317576,Coronary arteriosclerosis,2021,11,2,1 +317576,Coronary arteriosclerosis,2021,12,4,1 +317576,Coronary arteriosclerosis,2022,2,5,1 +317576,Coronary arteriosclerosis,2022,3,5,1 +317576,Coronary arteriosclerosis,2022,4,4,1 +317576,Coronary arteriosclerosis,2022,5,4,1 +317576,Coronary arteriosclerosis,2022,6,6,1 +317576,Coronary arteriosclerosis,2022,7,1,1 +317576,Coronary arteriosclerosis,2022,8,3,1 +317576,Coronary arteriosclerosis,2022,9,3,1 +317576,Coronary arteriosclerosis,2022,10,1,1 +317576,Coronary arteriosclerosis,2022,11,2,1 +317576,Coronary arteriosclerosis,2022,12,2,1 +317576,Coronary arteriosclerosis,2023,1,6,1 +317576,Coronary arteriosclerosis,2023,2,3,1 +317576,Coronary arteriosclerosis,2023,3,2,1 +317576,Coronary arteriosclerosis,2023,4,4,1 +317576,Coronary arteriosclerosis,2023,5,6,1 +321042,Cardiac arrest,1926,8,1,1 +321042,Cardiac arrest,1929,12,1,1 +321042,Cardiac arrest,1931,3,1,1 +321042,Cardiac arrest,1931,12,1,1 +321042,Cardiac arrest,1933,11,1,1 +321042,Cardiac arrest,1934,6,1,1 +321042,Cardiac arrest,1936,2,1,1 +321042,Cardiac arrest,1936,3,1,1 +321042,Cardiac arrest,1936,5,1,1 +321042,Cardiac arrest,1937,10,1,1 +321042,Cardiac arrest,1938,4,1,1 +321042,Cardiac arrest,1938,12,1,1 +321042,Cardiac arrest,1939,3,1,1 +321042,Cardiac arrest,1940,1,1,1 +321042,Cardiac arrest,1940,7,1,1 +321042,Cardiac arrest,1941,4,1,1 +321042,Cardiac arrest,1941,5,1,1 +321042,Cardiac arrest,1942,1,1,1 +321042,Cardiac arrest,1942,5,1,1 +321042,Cardiac arrest,1942,11,1,1 +321042,Cardiac arrest,1943,10,1,1 +321042,Cardiac arrest,1944,3,1,1 +321042,Cardiac arrest,1944,4,1,1 +321042,Cardiac arrest,1944,5,1,1 +321042,Cardiac arrest,1944,11,1,1 +321042,Cardiac arrest,1944,12,1,1 +321042,Cardiac arrest,1945,5,1,1 +321042,Cardiac arrest,1945,7,1,1 +321042,Cardiac arrest,1945,9,1,1 +321042,Cardiac arrest,1946,7,1,1 +321042,Cardiac arrest,1946,9,1,1 +321042,Cardiac arrest,1947,1,2,1 +321042,Cardiac arrest,1947,6,1,1 +321042,Cardiac arrest,1947,8,1,1 +321042,Cardiac arrest,1947,10,1,1 +321042,Cardiac arrest,1948,1,1,1 +321042,Cardiac arrest,1948,10,1,1 +321042,Cardiac arrest,1949,2,1,1 +321042,Cardiac arrest,1949,3,1,1 +321042,Cardiac arrest,1949,4,1,1 +321042,Cardiac arrest,1949,8,1,1 +321042,Cardiac arrest,1949,11,1,1 +321042,Cardiac arrest,1950,8,1,1 +321042,Cardiac arrest,1951,4,1,1 +321042,Cardiac arrest,1951,6,2,1 +321042,Cardiac arrest,1951,8,1,1 +321042,Cardiac arrest,1951,9,2,1 +321042,Cardiac arrest,1951,12,1,1 +321042,Cardiac arrest,1952,4,2,1 +321042,Cardiac arrest,1952,6,1,1 +321042,Cardiac arrest,1952,7,1,1 +321042,Cardiac arrest,1953,4,1,1 +321042,Cardiac arrest,1953,6,2,1 +321042,Cardiac arrest,1953,7,1,1 +321042,Cardiac arrest,1953,8,1,1 +321042,Cardiac arrest,1954,5,1,1 +321042,Cardiac arrest,1955,3,1,1 +321042,Cardiac arrest,1955,4,2,1 +321042,Cardiac arrest,1955,6,1,1 +321042,Cardiac arrest,1955,11,1,1 +321042,Cardiac arrest,1955,12,1,1 +321042,Cardiac arrest,1956,2,1,1 +321042,Cardiac arrest,1956,5,1,1 +321042,Cardiac arrest,1956,7,1,1 +321042,Cardiac arrest,1956,8,1,1 +321042,Cardiac arrest,1957,8,1,1 +321042,Cardiac arrest,1957,12,1,1 +321042,Cardiac arrest,1958,5,1,1 +321042,Cardiac arrest,1958,7,1,1 +321042,Cardiac arrest,1958,9,2,1 +321042,Cardiac arrest,1958,11,1,1 +321042,Cardiac arrest,1958,12,1,1 +321042,Cardiac arrest,1959,2,1,1 +321042,Cardiac arrest,1959,4,1,1 +321042,Cardiac arrest,1959,5,1,1 +321042,Cardiac arrest,1960,4,1,1 +321042,Cardiac arrest,1960,5,1,1 +321042,Cardiac arrest,1960,7,1,1 +321042,Cardiac arrest,1960,10,2,1 +321042,Cardiac arrest,1960,11,1,1 +321042,Cardiac arrest,1961,9,1,1 +321042,Cardiac arrest,1961,11,3,1 +321042,Cardiac arrest,1962,1,1,1 +321042,Cardiac arrest,1962,3,1,1 +321042,Cardiac arrest,1962,7,1,1 +321042,Cardiac arrest,1962,8,1,1 +321042,Cardiac arrest,1962,10,1,1 +321042,Cardiac arrest,1963,6,2,1 +321042,Cardiac arrest,1963,12,2,1 +321042,Cardiac arrest,1964,2,1,1 +321042,Cardiac arrest,1964,12,1,1 +321042,Cardiac arrest,1965,1,1,1 +321042,Cardiac arrest,1965,5,1,1 +321042,Cardiac arrest,1965,11,1,1 +321042,Cardiac arrest,1966,5,1,1 +321042,Cardiac arrest,1966,10,2,1 +321042,Cardiac arrest,1966,11,1,1 +321042,Cardiac arrest,1967,1,1,1 +321042,Cardiac arrest,1967,2,1,1 +321042,Cardiac arrest,1967,4,1,1 +321042,Cardiac arrest,1967,5,1,1 +321042,Cardiac arrest,1967,7,2,1 +321042,Cardiac arrest,1967,9,1,1 +321042,Cardiac arrest,1967,12,2,1 +321042,Cardiac arrest,1968,4,1,1 +321042,Cardiac arrest,1969,2,1,1 +321042,Cardiac arrest,1969,3,1,1 +321042,Cardiac arrest,1969,6,1,1 +321042,Cardiac arrest,1969,11,1,1 +321042,Cardiac arrest,1970,1,1,1 +321042,Cardiac arrest,1970,6,1,1 +321042,Cardiac arrest,1970,8,1,1 +321042,Cardiac arrest,1970,9,1,1 +321042,Cardiac arrest,1970,11,2,1 +321042,Cardiac arrest,1971,1,1,1 +321042,Cardiac arrest,1971,2,1,1 +321042,Cardiac arrest,1971,7,1,1 +321042,Cardiac arrest,1971,8,1,1 +321042,Cardiac arrest,1971,10,1,1 +321042,Cardiac arrest,1972,2,1,1 +321042,Cardiac arrest,1972,10,1,1 +321042,Cardiac arrest,1973,6,1,1 +321042,Cardiac arrest,1974,2,2,1 +321042,Cardiac arrest,1974,3,1,1 +321042,Cardiac arrest,1974,6,1,1 +321042,Cardiac arrest,1975,3,1,1 +321042,Cardiac arrest,1975,9,1,1 +321042,Cardiac arrest,1975,11,1,1 +321042,Cardiac arrest,1976,6,1,1 +321042,Cardiac arrest,1976,7,1,1 +321042,Cardiac arrest,1976,10,1,1 +321042,Cardiac arrest,1977,3,1,1 +321042,Cardiac arrest,1977,7,1,1 +321042,Cardiac arrest,1977,11,1,1 +321042,Cardiac arrest,1978,3,2,1 +321042,Cardiac arrest,1978,8,1,1 +321042,Cardiac arrest,1978,9,1,1 +321042,Cardiac arrest,1978,10,1,1 +321042,Cardiac arrest,1979,2,1,1 +321042,Cardiac arrest,1979,8,2,1 +321042,Cardiac arrest,1979,10,1,1 +321042,Cardiac arrest,1979,12,2,1 +321042,Cardiac arrest,1980,1,1,1 +321042,Cardiac arrest,1980,2,1,1 +321042,Cardiac arrest,1980,4,2,1 +321042,Cardiac arrest,1980,5,1,1 +321042,Cardiac arrest,1980,7,2,1 +321042,Cardiac arrest,1980,12,1,1 +321042,Cardiac arrest,1981,1,1,1 +321042,Cardiac arrest,1981,4,1,1 +321042,Cardiac arrest,1981,6,1,1 +321042,Cardiac arrest,1981,8,1,1 +321042,Cardiac arrest,1982,1,1,1 +321042,Cardiac arrest,1982,3,1,1 +321042,Cardiac arrest,1982,7,1,1 +321042,Cardiac arrest,1982,9,1,1 +321042,Cardiac arrest,1982,10,1,1 +321042,Cardiac arrest,1983,2,1,1 +321042,Cardiac arrest,1983,4,2,1 +321042,Cardiac arrest,1983,7,1,1 +321042,Cardiac arrest,1983,10,1,1 +321042,Cardiac arrest,1983,11,1,1 +321042,Cardiac arrest,1984,6,1,1 +321042,Cardiac arrest,1984,8,1,1 +321042,Cardiac arrest,1984,10,3,1 +321042,Cardiac arrest,1984,11,2,1 +321042,Cardiac arrest,1985,6,1,1 +321042,Cardiac arrest,1985,8,1,1 +321042,Cardiac arrest,1985,11,1,1 +321042,Cardiac arrest,1985,12,1,1 +321042,Cardiac arrest,1986,6,2,1 +321042,Cardiac arrest,1986,9,2,1 +321042,Cardiac arrest,1987,5,1,1 +321042,Cardiac arrest,1987,6,2,1 +321042,Cardiac arrest,1987,7,1,1 +321042,Cardiac arrest,1987,10,1,1 +321042,Cardiac arrest,1987,11,1,1 +321042,Cardiac arrest,1988,5,1,1 +321042,Cardiac arrest,1988,8,1,1 +321042,Cardiac arrest,1988,12,1,1 +321042,Cardiac arrest,1989,2,1,1 +321042,Cardiac arrest,1989,3,1,1 +321042,Cardiac arrest,1989,4,2,1 +321042,Cardiac arrest,1989,6,1,1 +321042,Cardiac arrest,1989,7,1,1 +321042,Cardiac arrest,1989,9,1,1 +321042,Cardiac arrest,1989,11,1,1 +321042,Cardiac arrest,1989,12,1,1 +321042,Cardiac arrest,1990,2,1,1 +321042,Cardiac arrest,1990,5,1,1 +321042,Cardiac arrest,1990,6,3,1 +321042,Cardiac arrest,1990,7,1,1 +321042,Cardiac arrest,1990,9,1,1 +321042,Cardiac arrest,1990,12,1,1 +321042,Cardiac arrest,1991,1,1,1 +321042,Cardiac arrest,1991,3,1,1 +321042,Cardiac arrest,1991,8,2,1 +321042,Cardiac arrest,1991,10,1,1 +321042,Cardiac arrest,1991,11,1,1 +321042,Cardiac arrest,1991,12,2,1 +321042,Cardiac arrest,1992,1,1,1 +321042,Cardiac arrest,1992,2,1,1 +321042,Cardiac arrest,1992,3,1,1 +321042,Cardiac arrest,1992,4,2,1 +321042,Cardiac arrest,1992,5,1,1 +321042,Cardiac arrest,1992,8,1,1 +321042,Cardiac arrest,1992,11,1,1 +321042,Cardiac arrest,1993,6,1,1 +321042,Cardiac arrest,1993,12,1,1 +321042,Cardiac arrest,1994,3,1,1 +321042,Cardiac arrest,1994,6,1,1 +321042,Cardiac arrest,1994,7,1,1 +321042,Cardiac arrest,1994,9,2,1 +321042,Cardiac arrest,1994,10,1,1 +321042,Cardiac arrest,1995,3,2,1 +321042,Cardiac arrest,1995,5,1,1 +321042,Cardiac arrest,1995,7,1,1 +321042,Cardiac arrest,1995,9,2,1 +321042,Cardiac arrest,1995,10,1,1 +321042,Cardiac arrest,1995,11,2,1 +321042,Cardiac arrest,1996,1,1,1 +321042,Cardiac arrest,1996,3,3,1 +321042,Cardiac arrest,1996,6,1,1 +321042,Cardiac arrest,1996,10,1,1 +321042,Cardiac arrest,1997,1,1,1 +321042,Cardiac arrest,1997,2,1,1 +321042,Cardiac arrest,1997,4,1,1 +321042,Cardiac arrest,1997,5,1,1 +321042,Cardiac arrest,1997,6,1,1 +321042,Cardiac arrest,1997,8,4,1 +321042,Cardiac arrest,1998,2,1,1 +321042,Cardiac arrest,1998,3,1,1 +321042,Cardiac arrest,1998,4,1,1 +321042,Cardiac arrest,1998,6,1,1 +321042,Cardiac arrest,1998,7,2,1 +321042,Cardiac arrest,1998,8,1,1 +321042,Cardiac arrest,1998,11,1,1 +321042,Cardiac arrest,1998,12,2,1 +321042,Cardiac arrest,1999,3,1,1 +321042,Cardiac arrest,1999,5,1,1 +321042,Cardiac arrest,1999,6,1,1 +321042,Cardiac arrest,1999,7,1,1 +321042,Cardiac arrest,1999,8,3,1 +321042,Cardiac arrest,1999,11,1,1 +321042,Cardiac arrest,1999,12,1,1 +321042,Cardiac arrest,2000,1,1,1 +321042,Cardiac arrest,2000,4,3,1 +321042,Cardiac arrest,2000,6,1,1 +321042,Cardiac arrest,2000,7,1,1 +321042,Cardiac arrest,2000,8,1,1 +321042,Cardiac arrest,2000,9,1,1 +321042,Cardiac arrest,2000,10,1,1 +321042,Cardiac arrest,2000,12,1,1 +321042,Cardiac arrest,2001,3,1,1 +321042,Cardiac arrest,2001,5,1,1 +321042,Cardiac arrest,2001,6,1,1 +321042,Cardiac arrest,2001,9,2,1 +321042,Cardiac arrest,2001,10,1,1 +321042,Cardiac arrest,2002,1,3,1 +321042,Cardiac arrest,2002,2,1,1 +321042,Cardiac arrest,2002,3,2,1 +321042,Cardiac arrest,2002,10,1,1 +321042,Cardiac arrest,2002,11,1,1 +321042,Cardiac arrest,2003,1,1,1 +321042,Cardiac arrest,2003,2,2,1 +321042,Cardiac arrest,2003,3,1,1 +321042,Cardiac arrest,2003,5,1,1 +321042,Cardiac arrest,2003,8,2,1 +321042,Cardiac arrest,2003,9,4,1 +321042,Cardiac arrest,2003,10,2,1 +321042,Cardiac arrest,2004,1,1,1 +321042,Cardiac arrest,2004,5,3,1 +321042,Cardiac arrest,2004,6,2,1 +321042,Cardiac arrest,2004,9,1,1 +321042,Cardiac arrest,2004,10,1,1 +321042,Cardiac arrest,2004,11,1,1 +321042,Cardiac arrest,2005,2,1,1 +321042,Cardiac arrest,2005,3,2,1 +321042,Cardiac arrest,2005,5,1,1 +321042,Cardiac arrest,2005,8,2,1 +321042,Cardiac arrest,2005,9,1,1 +321042,Cardiac arrest,2005,10,1,1 +321042,Cardiac arrest,2005,11,2,1 +321042,Cardiac arrest,2005,12,1,1 +321042,Cardiac arrest,2006,1,1,1 +321042,Cardiac arrest,2006,2,1,1 +321042,Cardiac arrest,2006,3,1,1 +321042,Cardiac arrest,2006,5,1,1 +321042,Cardiac arrest,2006,9,2,1 +321042,Cardiac arrest,2006,10,1,1 +321042,Cardiac arrest,2007,1,2,1 +321042,Cardiac arrest,2007,2,2,1 +321042,Cardiac arrest,2007,3,1,1 +321042,Cardiac arrest,2007,5,1,1 +321042,Cardiac arrest,2007,6,1,1 +321042,Cardiac arrest,2007,9,2,1 +321042,Cardiac arrest,2007,12,1,1 +321042,Cardiac arrest,2008,1,1,1 +321042,Cardiac arrest,2008,2,1,1 +321042,Cardiac arrest,2008,3,1,1 +321042,Cardiac arrest,2008,10,1,1 +321042,Cardiac arrest,2008,11,1,1 +321042,Cardiac arrest,2008,12,2,1 +321042,Cardiac arrest,2009,1,1,1 +321042,Cardiac arrest,2009,2,2,1 +321042,Cardiac arrest,2009,3,1,1 +321042,Cardiac arrest,2009,4,2,1 +321042,Cardiac arrest,2009,7,2,1 +321042,Cardiac arrest,2009,8,1,1 +321042,Cardiac arrest,2009,10,2,1 +321042,Cardiac arrest,2009,11,3,1 +321042,Cardiac arrest,2010,1,1,1 +321042,Cardiac arrest,2010,2,1,1 +321042,Cardiac arrest,2010,4,2,1 +321042,Cardiac arrest,2010,5,1,1 +321042,Cardiac arrest,2010,9,2,1 +321042,Cardiac arrest,2010,11,2,1 +321042,Cardiac arrest,2011,1,2,1 +321042,Cardiac arrest,2011,3,2,1 +321042,Cardiac arrest,2011,6,1,1 +321042,Cardiac arrest,2011,8,1,1 +321042,Cardiac arrest,2011,12,1,1 +321042,Cardiac arrest,2012,1,2,1 +321042,Cardiac arrest,2012,7,1,1 +321042,Cardiac arrest,2012,8,3,1 +321042,Cardiac arrest,2012,11,2,1 +321042,Cardiac arrest,2012,12,1,1 +321042,Cardiac arrest,2013,1,2,1 +321042,Cardiac arrest,2013,2,1,1 +321042,Cardiac arrest,2013,4,2,1 +321042,Cardiac arrest,2013,5,1,1 +321042,Cardiac arrest,2013,6,1,1 +321042,Cardiac arrest,2013,7,1,1 +321042,Cardiac arrest,2013,10,2,1 +321042,Cardiac arrest,2013,11,1,1 +321042,Cardiac arrest,2013,12,2,1 +321042,Cardiac arrest,2014,1,1,1 +321042,Cardiac arrest,2014,4,1,1 +321042,Cardiac arrest,2014,5,2,1 +321042,Cardiac arrest,2014,6,2,1 +321042,Cardiac arrest,2014,7,1,1 +321042,Cardiac arrest,2014,10,1,1 +321042,Cardiac arrest,2014,12,2,1 +321042,Cardiac arrest,2015,1,2,1 +321042,Cardiac arrest,2015,4,1,1 +321042,Cardiac arrest,2015,5,1,1 +321042,Cardiac arrest,2015,8,1,1 +321042,Cardiac arrest,2015,9,1,1 +321042,Cardiac arrest,2015,10,1,1 +321042,Cardiac arrest,2015,12,2,1 +321042,Cardiac arrest,2016,2,1,1 +321042,Cardiac arrest,2016,3,3,1 +321042,Cardiac arrest,2016,5,1,1 +321042,Cardiac arrest,2016,6,1,1 +321042,Cardiac arrest,2016,7,1,1 +321042,Cardiac arrest,2016,8,2,1 +321042,Cardiac arrest,2016,10,1,1 +321042,Cardiac arrest,2016,11,1,1 +321042,Cardiac arrest,2016,12,1,1 +321042,Cardiac arrest,2017,1,2,1 +321042,Cardiac arrest,2017,5,1,1 +321042,Cardiac arrest,2017,6,1,1 +321042,Cardiac arrest,2017,7,2,1 +321042,Cardiac arrest,2017,8,1,1 +321042,Cardiac arrest,2017,12,4,1 +321042,Cardiac arrest,2018,3,1,1 +321042,Cardiac arrest,2018,4,1,1 +321042,Cardiac arrest,2018,6,1,1 +321042,Cardiac arrest,2018,8,1,1 +321042,Cardiac arrest,2018,9,2,1 +321042,Cardiac arrest,2018,10,1,1 +321042,Cardiac arrest,2018,11,1,1 +321042,Cardiac arrest,2018,12,1,1 +321042,Cardiac arrest,2019,2,1,1 +321042,Cardiac arrest,2019,3,1,1 +321042,Cardiac arrest,2019,4,2,1 +321042,Cardiac arrest,2019,7,1,1 +321042,Cardiac arrest,2019,9,1,1 +321042,Cardiac arrest,2019,10,1,1 +321042,Cardiac arrest,2020,1,1,1 +321042,Cardiac arrest,2020,2,1,1 +321042,Cardiac arrest,2020,3,1,1 +321042,Cardiac arrest,2020,6,1,1 +321042,Cardiac arrest,2020,7,3,1 +321042,Cardiac arrest,2020,8,1,1 +321042,Cardiac arrest,2020,9,1,1 +321042,Cardiac arrest,2020,11,2,1 +321042,Cardiac arrest,2020,12,2,1 +321042,Cardiac arrest,2021,1,2,1 +321042,Cardiac arrest,2021,2,2,1 +321042,Cardiac arrest,2021,5,3,1 +321042,Cardiac arrest,2021,6,2,1 +321042,Cardiac arrest,2021,7,3,1 +321042,Cardiac arrest,2021,9,1,1 +321042,Cardiac arrest,2021,10,1,1 +321042,Cardiac arrest,2021,11,1,1 +321042,Cardiac arrest,2021,12,2,1 +321042,Cardiac arrest,2022,2,1,1 +321042,Cardiac arrest,2022,3,1,1 +321042,Cardiac arrest,2022,5,1,1 +321042,Cardiac arrest,2022,10,1,1 +321042,Cardiac arrest,2022,12,1,1 +321042,Cardiac arrest,2023,2,1,1 +321042,Cardiac arrest,2023,4,1,1 +381316,Cerebrovascular accident,1947,2,1,1 +381316,Cerebrovascular accident,1948,2,1,1 +381316,Cerebrovascular accident,1949,10,1,1 +381316,Cerebrovascular accident,1950,10,1,1 +381316,Cerebrovascular accident,1953,2,1,1 +381316,Cerebrovascular accident,1955,5,1,1 +381316,Cerebrovascular accident,1958,6,1,1 +381316,Cerebrovascular accident,1959,2,1,1 +381316,Cerebrovascular accident,1960,5,1,1 +381316,Cerebrovascular accident,1960,10,2,1 +381316,Cerebrovascular accident,1960,12,2,1 +381316,Cerebrovascular accident,1962,10,1,1 +381316,Cerebrovascular accident,1962,11,1,1 +381316,Cerebrovascular accident,1964,12,1,1 +381316,Cerebrovascular accident,1965,12,1,1 +381316,Cerebrovascular accident,1966,7,1,1 +381316,Cerebrovascular accident,1966,10,1,1 +381316,Cerebrovascular accident,1968,8,1,1 +381316,Cerebrovascular accident,1969,3,1,1 +381316,Cerebrovascular accident,1969,8,1,1 +381316,Cerebrovascular accident,1970,4,1,1 +381316,Cerebrovascular accident,1970,7,1,1 +381316,Cerebrovascular accident,1970,8,1,1 +381316,Cerebrovascular accident,1970,12,1,1 +381316,Cerebrovascular accident,1971,4,1,1 +381316,Cerebrovascular accident,1971,6,1,1 +381316,Cerebrovascular accident,1971,7,2,1 +381316,Cerebrovascular accident,1971,12,1,1 +381316,Cerebrovascular accident,1972,1,2,1 +381316,Cerebrovascular accident,1973,3,1,1 +381316,Cerebrovascular accident,1973,8,2,1 +381316,Cerebrovascular accident,1974,3,1,1 +381316,Cerebrovascular accident,1974,4,1,1 +381316,Cerebrovascular accident,1974,5,1,1 +381316,Cerebrovascular accident,1974,8,1,1 +381316,Cerebrovascular accident,1974,9,1,1 +381316,Cerebrovascular accident,1974,12,1,1 +381316,Cerebrovascular accident,1975,1,1,1 +381316,Cerebrovascular accident,1975,2,2,1 +381316,Cerebrovascular accident,1975,4,1,1 +381316,Cerebrovascular accident,1975,6,1,1 +381316,Cerebrovascular accident,1975,8,1,1 +381316,Cerebrovascular accident,1975,11,1,1 +381316,Cerebrovascular accident,1975,12,1,1 +381316,Cerebrovascular accident,1976,7,2,1 +381316,Cerebrovascular accident,1977,1,1,1 +381316,Cerebrovascular accident,1977,2,1,1 +381316,Cerebrovascular accident,1977,4,1,1 +381316,Cerebrovascular accident,1977,7,1,1 +381316,Cerebrovascular accident,1977,8,1,1 +381316,Cerebrovascular accident,1977,10,1,1 +381316,Cerebrovascular accident,1978,7,1,1 +381316,Cerebrovascular accident,1978,11,1,1 +381316,Cerebrovascular accident,1979,1,1,1 +381316,Cerebrovascular accident,1979,3,1,1 +381316,Cerebrovascular accident,1979,6,1,1 +381316,Cerebrovascular accident,1980,9,1,1 +381316,Cerebrovascular accident,1981,1,1,1 +381316,Cerebrovascular accident,1981,2,1,1 +381316,Cerebrovascular accident,1981,7,1,1 +381316,Cerebrovascular accident,1981,8,1,1 +381316,Cerebrovascular accident,1982,1,2,1 +381316,Cerebrovascular accident,1982,2,1,1 +381316,Cerebrovascular accident,1982,3,1,1 +381316,Cerebrovascular accident,1982,5,1,1 +381316,Cerebrovascular accident,1982,6,1,1 +381316,Cerebrovascular accident,1982,7,1,1 +381316,Cerebrovascular accident,1982,8,1,1 +381316,Cerebrovascular accident,1982,10,2,1 +381316,Cerebrovascular accident,1982,11,1,1 +381316,Cerebrovascular accident,1983,2,1,1 +381316,Cerebrovascular accident,1983,3,1,1 +381316,Cerebrovascular accident,1983,7,1,1 +381316,Cerebrovascular accident,1983,9,2,1 +381316,Cerebrovascular accident,1983,10,1,1 +381316,Cerebrovascular accident,1984,2,1,1 +381316,Cerebrovascular accident,1984,5,1,1 +381316,Cerebrovascular accident,1984,6,1,1 +381316,Cerebrovascular accident,1984,8,1,1 +381316,Cerebrovascular accident,1984,11,1,1 +381316,Cerebrovascular accident,1985,1,1,1 +381316,Cerebrovascular accident,1985,3,4,1 +381316,Cerebrovascular accident,1985,4,1,1 +381316,Cerebrovascular accident,1985,5,1,1 +381316,Cerebrovascular accident,1985,7,1,1 +381316,Cerebrovascular accident,1985,8,1,1 +381316,Cerebrovascular accident,1985,9,1,1 +381316,Cerebrovascular accident,1985,10,2,1 +381316,Cerebrovascular accident,1986,7,1,1 +381316,Cerebrovascular accident,1986,8,3,1 +381316,Cerebrovascular accident,1986,9,2,1 +381316,Cerebrovascular accident,1986,10,1,1 +381316,Cerebrovascular accident,1986,11,1,1 +381316,Cerebrovascular accident,1987,1,1,1 +381316,Cerebrovascular accident,1987,8,1,1 +381316,Cerebrovascular accident,1988,3,1,1 +381316,Cerebrovascular accident,1988,5,2,1 +381316,Cerebrovascular accident,1988,8,1,1 +381316,Cerebrovascular accident,1988,9,2,1 +381316,Cerebrovascular accident,1989,6,1,1 +381316,Cerebrovascular accident,1989,7,2,1 +381316,Cerebrovascular accident,1989,10,1,1 +381316,Cerebrovascular accident,1989,12,1,1 +381316,Cerebrovascular accident,1990,4,1,1 +381316,Cerebrovascular accident,1990,5,2,1 +381316,Cerebrovascular accident,1990,6,1,1 +381316,Cerebrovascular accident,1990,8,1,1 +381316,Cerebrovascular accident,1990,9,1,1 +381316,Cerebrovascular accident,1990,11,1,1 +381316,Cerebrovascular accident,1991,1,1,1 +381316,Cerebrovascular accident,1991,4,2,1 +381316,Cerebrovascular accident,1991,5,2,1 +381316,Cerebrovascular accident,1991,6,1,1 +381316,Cerebrovascular accident,1991,7,1,1 +381316,Cerebrovascular accident,1991,8,1,1 +381316,Cerebrovascular accident,1992,1,1,1 +381316,Cerebrovascular accident,1992,2,1,1 +381316,Cerebrovascular accident,1992,3,1,1 +381316,Cerebrovascular accident,1992,5,1,1 +381316,Cerebrovascular accident,1992,6,2,1 +381316,Cerebrovascular accident,1992,8,1,1 +381316,Cerebrovascular accident,1992,9,1,1 +381316,Cerebrovascular accident,1992,12,1,1 +381316,Cerebrovascular accident,1993,1,4,1 +381316,Cerebrovascular accident,1993,3,1,1 +381316,Cerebrovascular accident,1993,4,1,1 +381316,Cerebrovascular accident,1993,5,2,1 +381316,Cerebrovascular accident,1993,6,1,1 +381316,Cerebrovascular accident,1993,9,2,1 +381316,Cerebrovascular accident,1993,10,1,1 +381316,Cerebrovascular accident,1993,11,1,1 +381316,Cerebrovascular accident,1993,12,1,1 +381316,Cerebrovascular accident,1994,1,1,1 +381316,Cerebrovascular accident,1994,3,1,1 +381316,Cerebrovascular accident,1994,6,1,1 +381316,Cerebrovascular accident,1994,7,1,1 +381316,Cerebrovascular accident,1994,8,1,1 +381316,Cerebrovascular accident,1994,9,1,1 +381316,Cerebrovascular accident,1994,10,1,1 +381316,Cerebrovascular accident,1994,12,2,1 +381316,Cerebrovascular accident,1995,2,1,1 +381316,Cerebrovascular accident,1995,3,3,1 +381316,Cerebrovascular accident,1995,4,3,1 +381316,Cerebrovascular accident,1995,5,3,1 +381316,Cerebrovascular accident,1995,6,1,1 +381316,Cerebrovascular accident,1995,9,1,1 +381316,Cerebrovascular accident,1995,12,2,1 +381316,Cerebrovascular accident,1996,3,1,1 +381316,Cerebrovascular accident,1996,4,1,1 +381316,Cerebrovascular accident,1996,5,2,1 +381316,Cerebrovascular accident,1996,6,2,1 +381316,Cerebrovascular accident,1996,7,3,1 +381316,Cerebrovascular accident,1996,8,1,1 +381316,Cerebrovascular accident,1996,9,1,1 +381316,Cerebrovascular accident,1996,10,2,1 +381316,Cerebrovascular accident,1997,1,1,1 +381316,Cerebrovascular accident,1997,4,1,1 +381316,Cerebrovascular accident,1997,7,1,1 +381316,Cerebrovascular accident,1997,8,3,1 +381316,Cerebrovascular accident,1997,9,3,1 +381316,Cerebrovascular accident,1997,11,1,1 +381316,Cerebrovascular accident,1997,12,1,1 +381316,Cerebrovascular accident,1998,1,1,1 +381316,Cerebrovascular accident,1998,5,2,1 +381316,Cerebrovascular accident,1998,6,2,1 +381316,Cerebrovascular accident,1998,7,1,1 +381316,Cerebrovascular accident,1998,8,3,1 +381316,Cerebrovascular accident,1998,9,2,1 +381316,Cerebrovascular accident,1998,10,1,1 +381316,Cerebrovascular accident,1998,11,1,1 +381316,Cerebrovascular accident,1998,12,2,1 +381316,Cerebrovascular accident,1999,1,3,1 +381316,Cerebrovascular accident,1999,3,1,1 +381316,Cerebrovascular accident,1999,4,2,1 +381316,Cerebrovascular accident,1999,5,1,1 +381316,Cerebrovascular accident,1999,6,4,1 +381316,Cerebrovascular accident,1999,8,2,1 +381316,Cerebrovascular accident,1999,9,1,1 +381316,Cerebrovascular accident,1999,10,2,1 +381316,Cerebrovascular accident,1999,11,1,1 +381316,Cerebrovascular accident,1999,12,1,1 +381316,Cerebrovascular accident,2000,4,2,1 +381316,Cerebrovascular accident,2000,5,2,1 +381316,Cerebrovascular accident,2000,6,1,1 +381316,Cerebrovascular accident,2000,7,1,1 +381316,Cerebrovascular accident,2000,8,1,1 +381316,Cerebrovascular accident,2000,9,1,1 +381316,Cerebrovascular accident,2000,11,2,1 +381316,Cerebrovascular accident,2000,12,3,1 +381316,Cerebrovascular accident,2001,1,1,1 +381316,Cerebrovascular accident,2001,2,1,1 +381316,Cerebrovascular accident,2001,4,1,1 +381316,Cerebrovascular accident,2001,5,2,1 +381316,Cerebrovascular accident,2001,7,2,1 +381316,Cerebrovascular accident,2001,8,1,1 +381316,Cerebrovascular accident,2001,9,4,1 +381316,Cerebrovascular accident,2001,10,1,1 +381316,Cerebrovascular accident,2001,11,1,1 +381316,Cerebrovascular accident,2001,12,4,1 +381316,Cerebrovascular accident,2002,2,1,1 +381316,Cerebrovascular accident,2002,3,1,1 +381316,Cerebrovascular accident,2002,4,2,1 +381316,Cerebrovascular accident,2002,5,2,1 +381316,Cerebrovascular accident,2002,7,3,1 +381316,Cerebrovascular accident,2002,8,1,1 +381316,Cerebrovascular accident,2002,9,3,1 +381316,Cerebrovascular accident,2002,10,2,1 +381316,Cerebrovascular accident,2002,11,2,1 +381316,Cerebrovascular accident,2002,12,2,1 +381316,Cerebrovascular accident,2003,1,2,1 +381316,Cerebrovascular accident,2003,2,2,1 +381316,Cerebrovascular accident,2003,4,1,1 +381316,Cerebrovascular accident,2003,5,3,1 +381316,Cerebrovascular accident,2003,6,1,1 +381316,Cerebrovascular accident,2003,7,2,1 +381316,Cerebrovascular accident,2003,8,3,1 +381316,Cerebrovascular accident,2003,9,1,1 +381316,Cerebrovascular accident,2003,10,6,1 +381316,Cerebrovascular accident,2003,11,2,1 +381316,Cerebrovascular accident,2004,1,2,1 +381316,Cerebrovascular accident,2004,2,3,1 +381316,Cerebrovascular accident,2004,3,1,1 +381316,Cerebrovascular accident,2004,4,4,1 +381316,Cerebrovascular accident,2004,5,1,1 +381316,Cerebrovascular accident,2004,6,3,1 +381316,Cerebrovascular accident,2004,7,3,1 +381316,Cerebrovascular accident,2004,10,1,1 +381316,Cerebrovascular accident,2004,12,1,1 +381316,Cerebrovascular accident,2005,1,2,1 +381316,Cerebrovascular accident,2005,2,1,1 +381316,Cerebrovascular accident,2005,3,2,1 +381316,Cerebrovascular accident,2005,4,2,1 +381316,Cerebrovascular accident,2005,5,1,1 +381316,Cerebrovascular accident,2005,6,2,1 +381316,Cerebrovascular accident,2005,8,1,1 +381316,Cerebrovascular accident,2005,9,1,1 +381316,Cerebrovascular accident,2005,10,3,1 +381316,Cerebrovascular accident,2005,12,2,1 +381316,Cerebrovascular accident,2006,1,2,1 +381316,Cerebrovascular accident,2006,3,3,1 +381316,Cerebrovascular accident,2006,4,1,1 +381316,Cerebrovascular accident,2006,5,2,1 +381316,Cerebrovascular accident,2006,6,3,1 +381316,Cerebrovascular accident,2006,7,2,1 +381316,Cerebrovascular accident,2006,8,5,1 +381316,Cerebrovascular accident,2006,9,3,1 +381316,Cerebrovascular accident,2006,10,1,1 +381316,Cerebrovascular accident,2006,11,4,1 +381316,Cerebrovascular accident,2006,12,2,1 +381316,Cerebrovascular accident,2007,1,1,1 +381316,Cerebrovascular accident,2007,3,1,1 +381316,Cerebrovascular accident,2007,4,1,1 +381316,Cerebrovascular accident,2007,5,2,1 +381316,Cerebrovascular accident,2007,6,3,1 +381316,Cerebrovascular accident,2007,7,2,1 +381316,Cerebrovascular accident,2007,9,2,1 +381316,Cerebrovascular accident,2007,10,3,1 +381316,Cerebrovascular accident,2007,11,1,1 +381316,Cerebrovascular accident,2007,12,2,1 +381316,Cerebrovascular accident,2008,1,1,1 +381316,Cerebrovascular accident,2008,3,1,1 +381316,Cerebrovascular accident,2008,4,1,1 +381316,Cerebrovascular accident,2008,5,1,1 +381316,Cerebrovascular accident,2008,6,3,1 +381316,Cerebrovascular accident,2008,7,1,1 +381316,Cerebrovascular accident,2008,8,3,1 +381316,Cerebrovascular accident,2008,9,1,1 +381316,Cerebrovascular accident,2008,10,4,1 +381316,Cerebrovascular accident,2008,11,5,1 +381316,Cerebrovascular accident,2009,1,1,1 +381316,Cerebrovascular accident,2009,2,4,1 +381316,Cerebrovascular accident,2009,3,2,1 +381316,Cerebrovascular accident,2009,4,2,1 +381316,Cerebrovascular accident,2009,5,4,1 +381316,Cerebrovascular accident,2009,6,2,1 +381316,Cerebrovascular accident,2009,7,1,1 +381316,Cerebrovascular accident,2009,8,3,1 +381316,Cerebrovascular accident,2009,9,1,1 +381316,Cerebrovascular accident,2009,10,1,1 +381316,Cerebrovascular accident,2009,12,4,1 +381316,Cerebrovascular accident,2010,1,1,1 +381316,Cerebrovascular accident,2010,2,5,1 +381316,Cerebrovascular accident,2010,3,6,1 +381316,Cerebrovascular accident,2010,4,1,1 +381316,Cerebrovascular accident,2010,6,3,1 +381316,Cerebrovascular accident,2010,7,2,1 +381316,Cerebrovascular accident,2010,8,3,1 +381316,Cerebrovascular accident,2010,9,4,1 +381316,Cerebrovascular accident,2010,11,1,1 +381316,Cerebrovascular accident,2010,12,5,1 +381316,Cerebrovascular accident,2011,1,3,1 +381316,Cerebrovascular accident,2011,2,2,1 +381316,Cerebrovascular accident,2011,3,4,1 +381316,Cerebrovascular accident,2011,4,1,1 +381316,Cerebrovascular accident,2011,5,3,1 +381316,Cerebrovascular accident,2011,6,1,1 +381316,Cerebrovascular accident,2011,7,4,1 +381316,Cerebrovascular accident,2011,8,3,1 +381316,Cerebrovascular accident,2011,9,1,1 +381316,Cerebrovascular accident,2011,10,3,1 +381316,Cerebrovascular accident,2011,11,3,1 +381316,Cerebrovascular accident,2011,12,3,1 +381316,Cerebrovascular accident,2012,1,2,1 +381316,Cerebrovascular accident,2012,2,2,1 +381316,Cerebrovascular accident,2012,3,2,1 +381316,Cerebrovascular accident,2012,4,1,1 +381316,Cerebrovascular accident,2012,5,2,1 +381316,Cerebrovascular accident,2012,6,4,1 +381316,Cerebrovascular accident,2012,7,3,1 +381316,Cerebrovascular accident,2012,8,2,1 +381316,Cerebrovascular accident,2012,9,1,1 +381316,Cerebrovascular accident,2012,10,3,1 +381316,Cerebrovascular accident,2012,11,2,1 +381316,Cerebrovascular accident,2012,12,1,1 +381316,Cerebrovascular accident,2013,1,2,1 +381316,Cerebrovascular accident,2013,2,1,1 +381316,Cerebrovascular accident,2013,3,2,1 +381316,Cerebrovascular accident,2013,4,1,1 +381316,Cerebrovascular accident,2013,5,1,1 +381316,Cerebrovascular accident,2013,6,3,1 +381316,Cerebrovascular accident,2013,7,3,1 +381316,Cerebrovascular accident,2013,8,4,1 +381316,Cerebrovascular accident,2013,9,1,1 +381316,Cerebrovascular accident,2013,10,1,1 +381316,Cerebrovascular accident,2013,11,1,1 +381316,Cerebrovascular accident,2013,12,2,1 +381316,Cerebrovascular accident,2014,1,3,1 +381316,Cerebrovascular accident,2014,2,1,1 +381316,Cerebrovascular accident,2014,3,1,1 +381316,Cerebrovascular accident,2014,4,3,1 +381316,Cerebrovascular accident,2014,5,3,1 +381316,Cerebrovascular accident,2014,6,1,1 +381316,Cerebrovascular accident,2014,7,2,1 +381316,Cerebrovascular accident,2014,8,1,1 +381316,Cerebrovascular accident,2014,9,4,1 +381316,Cerebrovascular accident,2014,10,3,1 +381316,Cerebrovascular accident,2014,11,3,1 +381316,Cerebrovascular accident,2014,12,2,1 +381316,Cerebrovascular accident,2015,1,5,1 +381316,Cerebrovascular accident,2015,2,3,1 +381316,Cerebrovascular accident,2015,3,5,1 +381316,Cerebrovascular accident,2015,4,2,1 +381316,Cerebrovascular accident,2015,5,6,1 +381316,Cerebrovascular accident,2015,6,5,1 +381316,Cerebrovascular accident,2015,7,6,1 +381316,Cerebrovascular accident,2015,8,2,1 +381316,Cerebrovascular accident,2015,9,2,1 +381316,Cerebrovascular accident,2015,10,6,1 +381316,Cerebrovascular accident,2015,11,4,1 +381316,Cerebrovascular accident,2015,12,4,1 +381316,Cerebrovascular accident,2016,1,3,1 +381316,Cerebrovascular accident,2016,2,5,1 +381316,Cerebrovascular accident,2016,3,3,1 +381316,Cerebrovascular accident,2016,4,4,1 +381316,Cerebrovascular accident,2016,5,3,1 +381316,Cerebrovascular accident,2016,6,1,1 +381316,Cerebrovascular accident,2016,7,2,1 +381316,Cerebrovascular accident,2016,8,2,1 +381316,Cerebrovascular accident,2016,9,3,1 +381316,Cerebrovascular accident,2016,10,3,1 +381316,Cerebrovascular accident,2016,11,4,1 +381316,Cerebrovascular accident,2016,12,2,1 +381316,Cerebrovascular accident,2017,1,6,1 +381316,Cerebrovascular accident,2017,2,1,1 +381316,Cerebrovascular accident,2017,3,5,1 +381316,Cerebrovascular accident,2017,4,8,1 +381316,Cerebrovascular accident,2017,5,2,1 +381316,Cerebrovascular accident,2017,6,5,1 +381316,Cerebrovascular accident,2017,7,4,1 +381316,Cerebrovascular accident,2017,8,2,1 +381316,Cerebrovascular accident,2017,9,6,1 +381316,Cerebrovascular accident,2017,10,2,1 +381316,Cerebrovascular accident,2017,11,5,1 +381316,Cerebrovascular accident,2017,12,3,1 +381316,Cerebrovascular accident,2018,1,4,1 +381316,Cerebrovascular accident,2018,2,1,1 +381316,Cerebrovascular accident,2018,3,3,1 +381316,Cerebrovascular accident,2018,4,6,1 +381316,Cerebrovascular accident,2018,5,7,1 +381316,Cerebrovascular accident,2018,6,3,1 +381316,Cerebrovascular accident,2018,7,2,1 +381316,Cerebrovascular accident,2018,8,2,1 +381316,Cerebrovascular accident,2018,9,5,1 +381316,Cerebrovascular accident,2018,10,2,1 +381316,Cerebrovascular accident,2018,11,3,1 +381316,Cerebrovascular accident,2018,12,3,1 +381316,Cerebrovascular accident,2019,1,6,1 +381316,Cerebrovascular accident,2019,2,5,1 +381316,Cerebrovascular accident,2019,3,3,1 +381316,Cerebrovascular accident,2019,4,4,1 +381316,Cerebrovascular accident,2019,5,6,1 +381316,Cerebrovascular accident,2019,6,2,1 +381316,Cerebrovascular accident,2019,7,10,1 +381316,Cerebrovascular accident,2019,8,5,1 +381316,Cerebrovascular accident,2019,9,2,1 +381316,Cerebrovascular accident,2019,10,5,1 +381316,Cerebrovascular accident,2019,11,2,1 +381316,Cerebrovascular accident,2019,12,6,1 +381316,Cerebrovascular accident,2020,1,4,1 +381316,Cerebrovascular accident,2020,2,6,1 +381316,Cerebrovascular accident,2020,3,1,1 +381316,Cerebrovascular accident,2020,4,3,1 +381316,Cerebrovascular accident,2020,5,2,1 +381316,Cerebrovascular accident,2020,6,2,1 +381316,Cerebrovascular accident,2020,7,3,1 +381316,Cerebrovascular accident,2020,8,5,1 +381316,Cerebrovascular accident,2020,9,3,1 +381316,Cerebrovascular accident,2020,10,1,1 +381316,Cerebrovascular accident,2020,11,5,1 +381316,Cerebrovascular accident,2020,12,1,1 +381316,Cerebrovascular accident,2021,1,3,1 +381316,Cerebrovascular accident,2021,3,6,1 +381316,Cerebrovascular accident,2021,4,1,1 +381316,Cerebrovascular accident,2021,5,6,1 +381316,Cerebrovascular accident,2021,6,4,1 +381316,Cerebrovascular accident,2021,7,3,1 +381316,Cerebrovascular accident,2021,8,5,1 +381316,Cerebrovascular accident,2021,9,2,1 +381316,Cerebrovascular accident,2021,10,1,1 +381316,Cerebrovascular accident,2021,11,2,1 +381316,Cerebrovascular accident,2021,12,4,1 +381316,Cerebrovascular accident,2022,1,1,1 +381316,Cerebrovascular accident,2022,2,5,1 +381316,Cerebrovascular accident,2022,3,7,1 +381316,Cerebrovascular accident,2022,4,5,1 +381316,Cerebrovascular accident,2022,5,6,1 +381316,Cerebrovascular accident,2022,6,3,1 +381316,Cerebrovascular accident,2022,7,6,1 +381316,Cerebrovascular accident,2022,8,8,1 +381316,Cerebrovascular accident,2022,9,2,1 +381316,Cerebrovascular accident,2022,10,6,1 +381316,Cerebrovascular accident,2022,11,6,1 +381316,Cerebrovascular accident,2022,12,6,1 +381316,Cerebrovascular accident,2023,1,4,1 +381316,Cerebrovascular accident,2023,3,2,1 +381316,Cerebrovascular accident,2023,4,4,1 +381316,Cerebrovascular accident,2023,5,4,1 +381316,Cerebrovascular accident,2023,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1962,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1963,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1967,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1973,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1979,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1984,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1986,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1995,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1999,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,9,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,8,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,4,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,9,1,3 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,10,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,12,2,1.5 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,5,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,6,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,3,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,5,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,8,2,1.5 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,7,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,12,4,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,3,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,4,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,9,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,11,1,2 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,4,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,7,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,1,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,6,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,7,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,8,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,11,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,1,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,2,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,5,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,6,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,7,3,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,9,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,10,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,11,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,12,2,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,3,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,5,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,10,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,12,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,2,1,1 +1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,4,1,1 +1332419,amlodipine 5 MG Oral Tablet,1994,1,12,2 +1332419,amlodipine 5 MG Oral Tablet,1994,2,22,1.9545454545454544 +1332419,amlodipine 5 MG Oral Tablet,1994,3,12,2 +1332419,amlodipine 5 MG Oral Tablet,1994,4,20,2.1 +1332419,amlodipine 5 MG Oral Tablet,1994,5,12,1.9166666666666667 +1332419,amlodipine 5 MG Oral Tablet,1994,6,22,2.272727272727273 +1332419,amlodipine 5 MG Oral Tablet,1994,7,23,2.217391304347826 +1332419,amlodipine 5 MG Oral Tablet,1994,8,16,2.5625 +1332419,amlodipine 5 MG Oral Tablet,1994,9,32,1.71875 +1332419,amlodipine 5 MG Oral Tablet,1994,10,18,2.611111111111111 +1332419,amlodipine 5 MG Oral Tablet,1994,11,21,2.2857142857142856 +1332419,amlodipine 5 MG Oral Tablet,1994,12,17,2.117647058823529 +1332419,amlodipine 5 MG Oral Tablet,1995,1,7,3.2857142857142856 +1332419,amlodipine 5 MG Oral Tablet,1995,2,1,3 +1332419,amlodipine 5 MG Oral Tablet,1995,4,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,1995,5,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,6,4,4.5 +1332419,amlodipine 5 MG Oral Tablet,1995,8,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,9,1,2 +1332419,amlodipine 5 MG Oral Tablet,1995,10,1,1 +1332419,amlodipine 5 MG Oral Tablet,1995,11,3,1 +1332419,amlodipine 5 MG Oral Tablet,1995,12,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1996,1,3,2 +1332419,amlodipine 5 MG Oral Tablet,1996,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1996,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,1996,5,1,2 +1332419,amlodipine 5 MG Oral Tablet,1996,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,1996,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1996,8,1,2 +1332419,amlodipine 5 MG Oral Tablet,1996,9,3,3 +1332419,amlodipine 5 MG Oral Tablet,1996,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,1996,11,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,1997,1,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,1997,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,1997,3,1,3 +1332419,amlodipine 5 MG Oral Tablet,1997,4,1,4 +1332419,amlodipine 5 MG Oral Tablet,1997,5,1,1 +1332419,amlodipine 5 MG Oral Tablet,1997,6,2,2 +1332419,amlodipine 5 MG Oral Tablet,1997,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,1997,9,2,1 +1332419,amlodipine 5 MG Oral Tablet,1997,11,1,3 +1332419,amlodipine 5 MG Oral Tablet,1997,12,1,1 +1332419,amlodipine 5 MG Oral Tablet,1998,1,2,1 +1332419,amlodipine 5 MG Oral Tablet,1998,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1998,3,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1998,6,2,3 +1332419,amlodipine 5 MG Oral Tablet,1998,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,8,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,1998,9,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,1998,10,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,11,1,2 +1332419,amlodipine 5 MG Oral Tablet,1998,12,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1999,1,4,9.75 +1332419,amlodipine 5 MG Oral Tablet,1999,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,1999,3,2,2 +1332419,amlodipine 5 MG Oral Tablet,1999,4,1,7 +1332419,amlodipine 5 MG Oral Tablet,1999,5,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,1999,6,2,8 +1332419,amlodipine 5 MG Oral Tablet,1999,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,1999,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,1999,9,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,1999,10,3,11.666666666666666 +1332419,amlodipine 5 MG Oral Tablet,1999,11,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,1999,12,3,2 +1332419,amlodipine 5 MG Oral Tablet,2000,1,4,3.25 +1332419,amlodipine 5 MG Oral Tablet,2000,3,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2000,4,1,1 +1332419,amlodipine 5 MG Oral Tablet,2000,5,1,4 +1332419,amlodipine 5 MG Oral Tablet,2000,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2000,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,2000,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2000,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2000,10,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2000,11,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2000,12,4,6.5 +1332419,amlodipine 5 MG Oral Tablet,2001,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,3,2,1 +1332419,amlodipine 5 MG Oral Tablet,2001,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,5,2,4.5 +1332419,amlodipine 5 MG Oral Tablet,2001,6,3,3.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2001,7,5,2.6 +1332419,amlodipine 5 MG Oral Tablet,2001,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2001,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2001,10,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2001,11,1,25 +1332419,amlodipine 5 MG Oral Tablet,2001,12,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2002,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2002,4,3,2 +1332419,amlodipine 5 MG Oral Tablet,2002,5,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,2002,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2002,7,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2002,8,2,1 +1332419,amlodipine 5 MG Oral Tablet,2002,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2002,10,1,1 +1332419,amlodipine 5 MG Oral Tablet,2002,11,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2002,12,2,2 +1332419,amlodipine 5 MG Oral Tablet,2003,1,3,3 +1332419,amlodipine 5 MG Oral Tablet,2003,2,1,1 +1332419,amlodipine 5 MG Oral Tablet,2003,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2003,4,2,4 +1332419,amlodipine 5 MG Oral Tablet,2003,5,2,2 +1332419,amlodipine 5 MG Oral Tablet,2003,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2003,7,3,4.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2003,8,1,5 +1332419,amlodipine 5 MG Oral Tablet,2003,9,5,1.4 +1332419,amlodipine 5 MG Oral Tablet,2003,10,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2003,11,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2003,12,3,2 +1332419,amlodipine 5 MG Oral Tablet,2004,1,1,2 +1332419,amlodipine 5 MG Oral Tablet,2004,2,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2004,3,4,2 +1332419,amlodipine 5 MG Oral Tablet,2004,5,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2004,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2004,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,2004,8,1,1 +1332419,amlodipine 5 MG Oral Tablet,2004,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2004,11,2,4 +1332419,amlodipine 5 MG Oral Tablet,2004,12,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2005,2,8,2 +1332419,amlodipine 5 MG Oral Tablet,2005,3,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2005,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2005,5,2,2 +1332419,amlodipine 5 MG Oral Tablet,2005,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2005,8,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2005,9,4,2.75 +1332419,amlodipine 5 MG Oral Tablet,2005,10,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2005,11,6,2.1666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2006,1,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2006,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2006,3,2,2 +1332419,amlodipine 5 MG Oral Tablet,2006,5,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2006,6,4,8.5 +1332419,amlodipine 5 MG Oral Tablet,2006,7,3,2 +1332419,amlodipine 5 MG Oral Tablet,2006,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2006,9,1,2 +1332419,amlodipine 5 MG Oral Tablet,2006,11,1,3 +1332419,amlodipine 5 MG Oral Tablet,2006,12,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2007,1,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2007,2,1,1 +1332419,amlodipine 5 MG Oral Tablet,2007,3,4,3.75 +1332419,amlodipine 5 MG Oral Tablet,2007,4,5,3 +1332419,amlodipine 5 MG Oral Tablet,2007,5,4,2 +1332419,amlodipine 5 MG Oral Tablet,2007,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2007,7,2,2 +1332419,amlodipine 5 MG Oral Tablet,2007,8,5,2.8 +1332419,amlodipine 5 MG Oral Tablet,2007,9,3,6.666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2007,11,3,6.666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2007,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2008,1,2,1 +1332419,amlodipine 5 MG Oral Tablet,2008,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,2008,3,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2008,4,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2008,5,3,2 +1332419,amlodipine 5 MG Oral Tablet,2008,6,1,3 +1332419,amlodipine 5 MG Oral Tablet,2008,7,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2008,9,3,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2008,10,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2008,11,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2008,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2009,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2009,2,2,3 +1332419,amlodipine 5 MG Oral Tablet,2009,3,2,1 +1332419,amlodipine 5 MG Oral Tablet,2009,4,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2009,6,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2009,7,2,2 +1332419,amlodipine 5 MG Oral Tablet,2009,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2009,9,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2009,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,2009,11,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2009,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2010,2,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2010,3,2,3 +1332419,amlodipine 5 MG Oral Tablet,2010,4,1,2 +1332419,amlodipine 5 MG Oral Tablet,2010,5,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2010,6,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2010,7,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2010,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2010,9,3,2 +1332419,amlodipine 5 MG Oral Tablet,2010,10,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2010,11,4,3 +1332419,amlodipine 5 MG Oral Tablet,2010,12,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,1,5,1.2 +1332419,amlodipine 5 MG Oral Tablet,2011,3,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2011,5,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,6,2,1 +1332419,amlodipine 5 MG Oral Tablet,2011,7,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2011,8,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2011,9,6,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,10,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2011,11,1,2 +1332419,amlodipine 5 MG Oral Tablet,2011,12,5,1.6 +1332419,amlodipine 5 MG Oral Tablet,2012,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,2,2,6 +1332419,amlodipine 5 MG Oral Tablet,2012,3,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2012,4,5,1.2 +1332419,amlodipine 5 MG Oral Tablet,2012,5,4,2 +1332419,amlodipine 5 MG Oral Tablet,2012,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2012,7,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,8,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2012,9,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2012,10,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2012,11,4,7 +1332419,amlodipine 5 MG Oral Tablet,2012,12,2,2 +1332419,amlodipine 5 MG Oral Tablet,2013,1,3,2 +1332419,amlodipine 5 MG Oral Tablet,2013,2,1,2 +1332419,amlodipine 5 MG Oral Tablet,2013,3,6,2.6666666666666665 +1332419,amlodipine 5 MG Oral Tablet,2013,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2013,5,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2013,6,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,8,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2013,9,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,10,4,3 +1332419,amlodipine 5 MG Oral Tablet,2013,11,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2013,12,1,2 +1332419,amlodipine 5 MG Oral Tablet,2014,1,6,1.5 +1332419,amlodipine 5 MG Oral Tablet,2014,3,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2014,4,4,2 +1332419,amlodipine 5 MG Oral Tablet,2014,5,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2014,6,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2014,8,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2014,9,4,2 +1332419,amlodipine 5 MG Oral Tablet,2014,10,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2014,11,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2014,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2015,1,3,3.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2015,2,2,2 +1332419,amlodipine 5 MG Oral Tablet,2015,3,7,2 +1332419,amlodipine 5 MG Oral Tablet,2015,4,8,6 +1332419,amlodipine 5 MG Oral Tablet,2015,5,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2015,6,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2015,7,4,2 +1332419,amlodipine 5 MG Oral Tablet,2015,8,4,2 +1332419,amlodipine 5 MG Oral Tablet,2015,11,4,4.25 +1332419,amlodipine 5 MG Oral Tablet,2015,12,1,1 +1332419,amlodipine 5 MG Oral Tablet,2016,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2016,2,3,2 +1332419,amlodipine 5 MG Oral Tablet,2016,3,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2016,4,2,2 +1332419,amlodipine 5 MG Oral Tablet,2016,5,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2016,6,4,3.25 +1332419,amlodipine 5 MG Oral Tablet,2016,7,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2016,8,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2016,9,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2016,10,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2016,11,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2016,12,2,2.5 +1332419,amlodipine 5 MG Oral Tablet,2017,1,1,11 +1332419,amlodipine 5 MG Oral Tablet,2017,2,2,2 +1332419,amlodipine 5 MG Oral Tablet,2017,3,2,6.5 +1332419,amlodipine 5 MG Oral Tablet,2017,5,2,1 +1332419,amlodipine 5 MG Oral Tablet,2017,6,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2017,7,3,3 +1332419,amlodipine 5 MG Oral Tablet,2017,8,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2017,9,2,1 +1332419,amlodipine 5 MG Oral Tablet,2017,10,3,2 +1332419,amlodipine 5 MG Oral Tablet,2017,11,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2017,12,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2018,1,6,2.5 +1332419,amlodipine 5 MG Oral Tablet,2018,2,5,1.8 +1332419,amlodipine 5 MG Oral Tablet,2018,3,3,2 +1332419,amlodipine 5 MG Oral Tablet,2018,4,3,6 +1332419,amlodipine 5 MG Oral Tablet,2018,5,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2018,6,4,1.5 +1332419,amlodipine 5 MG Oral Tablet,2018,7,2,1 +1332419,amlodipine 5 MG Oral Tablet,2018,8,2,2 +1332419,amlodipine 5 MG Oral Tablet,2018,9,9,2 +1332419,amlodipine 5 MG Oral Tablet,2018,10,5,1.4 +1332419,amlodipine 5 MG Oral Tablet,2018,11,7,1.8571428571428568 +1332419,amlodipine 5 MG Oral Tablet,2018,12,6,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2019,1,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2019,2,5,2.4 +1332419,amlodipine 5 MG Oral Tablet,2019,3,5,4.4 +1332419,amlodipine 5 MG Oral Tablet,2019,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2019,5,3,6 +1332419,amlodipine 5 MG Oral Tablet,2019,6,1,2 +1332419,amlodipine 5 MG Oral Tablet,2019,7,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2019,8,2,3.5 +1332419,amlodipine 5 MG Oral Tablet,2019,9,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2019,10,5,2.2 +1332419,amlodipine 5 MG Oral Tablet,2019,12,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2020,1,2,2 +1332419,amlodipine 5 MG Oral Tablet,2020,2,2,1 +1332419,amlodipine 5 MG Oral Tablet,2020,3,5,3 +1332419,amlodipine 5 MG Oral Tablet,2020,4,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2020,5,4,2.5 +1332419,amlodipine 5 MG Oral Tablet,2020,6,5,3 +1332419,amlodipine 5 MG Oral Tablet,2020,7,6,2 +1332419,amlodipine 5 MG Oral Tablet,2020,8,5,2 +1332419,amlodipine 5 MG Oral Tablet,2020,9,8,1.625 +1332419,amlodipine 5 MG Oral Tablet,2020,10,3,1.3333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2020,11,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2020,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2021,1,5,2 +1332419,amlodipine 5 MG Oral Tablet,2021,2,3,2 +1332419,amlodipine 5 MG Oral Tablet,2021,3,4,5 +1332419,amlodipine 5 MG Oral Tablet,2021,4,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2021,5,5,1.6 +1332419,amlodipine 5 MG Oral Tablet,2021,6,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2021,8,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2021,9,1,1 +1332419,amlodipine 5 MG Oral Tablet,2021,10,2,1 +1332419,amlodipine 5 MG Oral Tablet,2021,11,2,4 +1332419,amlodipine 5 MG Oral Tablet,2021,12,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2022,2,5,2.4 +1332419,amlodipine 5 MG Oral Tablet,2022,3,5,3.4 +1332419,amlodipine 5 MG Oral Tablet,2022,4,4,1.75 +1332419,amlodipine 5 MG Oral Tablet,2022,5,4,1.25 +1332419,amlodipine 5 MG Oral Tablet,2022,6,6,1.8333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2022,7,1,2 +1332419,amlodipine 5 MG Oral Tablet,2022,8,3,2.333333333333333 +1332419,amlodipine 5 MG Oral Tablet,2022,9,3,2 +1332419,amlodipine 5 MG Oral Tablet,2022,10,1,2 +1332419,amlodipine 5 MG Oral Tablet,2022,11,2,4.5 +1332419,amlodipine 5 MG Oral Tablet,2022,12,2,1.5 +1332419,amlodipine 5 MG Oral Tablet,2023,1,6,3 +1332419,amlodipine 5 MG Oral Tablet,2023,2,3,1.6666666666666667 +1332419,amlodipine 5 MG Oral Tablet,2023,3,2,5.5 +1332419,amlodipine 5 MG Oral Tablet,2023,4,4,2.25 +1332419,amlodipine 5 MG Oral Tablet,2023,5,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1991,1,10,2 +1539411,simvastatin 20 MG Oral Tablet,1991,2,14,2.071428571428572 +1539411,simvastatin 20 MG Oral Tablet,1991,3,15,1.8666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1991,4,11,2 +1539411,simvastatin 20 MG Oral Tablet,1991,5,19,3.473684210526316 +1539411,simvastatin 20 MG Oral Tablet,1991,6,16,2.6875 +1539411,simvastatin 20 MG Oral Tablet,1991,7,17,2.823529411764706 +1539411,simvastatin 20 MG Oral Tablet,1991,8,23,1.9565217391304348 +1539411,simvastatin 20 MG Oral Tablet,1991,9,19,1.7894736842105263 +1539411,simvastatin 20 MG Oral Tablet,1991,10,17,2.7058823529411766 +1539411,simvastatin 20 MG Oral Tablet,1991,11,11,1.818181818181818 +1539411,simvastatin 20 MG Oral Tablet,1991,12,19,2.210526315789474 +1539411,simvastatin 20 MG Oral Tablet,1992,1,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1992,3,3,2 +1539411,simvastatin 20 MG Oral Tablet,1992,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,1992,5,1,5 +1539411,simvastatin 20 MG Oral Tablet,1992,6,4,2.75 +1539411,simvastatin 20 MG Oral Tablet,1992,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1992,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,1992,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1992,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,1992,11,1,4 +1539411,simvastatin 20 MG Oral Tablet,1992,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,1993,1,2,3 +1539411,simvastatin 20 MG Oral Tablet,1993,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,3,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,1993,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,1993,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,1993,6,2,2 +1539411,simvastatin 20 MG Oral Tablet,1993,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,1993,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,1993,11,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,1,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,2,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,1994,4,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1994,7,1,1 +1539411,simvastatin 20 MG Oral Tablet,1994,8,1,3 +1539411,simvastatin 20 MG Oral Tablet,1994,9,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1994,10,2,3 +1539411,simvastatin 20 MG Oral Tablet,1994,11,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,1994,12,1,6 +1539411,simvastatin 20 MG Oral Tablet,1995,1,3,3.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1995,2,1,3 +1539411,simvastatin 20 MG Oral Tablet,1995,4,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,1995,5,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,6,4,4.5 +1539411,simvastatin 20 MG Oral Tablet,1995,8,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,9,1,2 +1539411,simvastatin 20 MG Oral Tablet,1995,10,1,1 +1539411,simvastatin 20 MG Oral Tablet,1995,11,3,1 +1539411,simvastatin 20 MG Oral Tablet,1995,12,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1996,1,3,2 +1539411,simvastatin 20 MG Oral Tablet,1996,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1996,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1996,5,1,2 +1539411,simvastatin 20 MG Oral Tablet,1996,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,1996,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1996,8,1,2 +1539411,simvastatin 20 MG Oral Tablet,1996,9,3,3 +1539411,simvastatin 20 MG Oral Tablet,1996,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,1996,11,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,1997,1,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,1997,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,1997,3,1,3 +1539411,simvastatin 20 MG Oral Tablet,1997,4,1,4 +1539411,simvastatin 20 MG Oral Tablet,1997,5,1,1 +1539411,simvastatin 20 MG Oral Tablet,1997,6,2,2 +1539411,simvastatin 20 MG Oral Tablet,1997,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,1997,9,2,1 +1539411,simvastatin 20 MG Oral Tablet,1997,11,1,3 +1539411,simvastatin 20 MG Oral Tablet,1997,12,1,1 +1539411,simvastatin 20 MG Oral Tablet,1998,1,2,1 +1539411,simvastatin 20 MG Oral Tablet,1998,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1998,3,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1998,6,2,3 +1539411,simvastatin 20 MG Oral Tablet,1998,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,8,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,1998,9,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,1998,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,11,1,2 +1539411,simvastatin 20 MG Oral Tablet,1998,12,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1999,1,4,9.75 +1539411,simvastatin 20 MG Oral Tablet,1999,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,1999,3,2,2 +1539411,simvastatin 20 MG Oral Tablet,1999,4,1,7 +1539411,simvastatin 20 MG Oral Tablet,1999,5,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,1999,6,2,8 +1539411,simvastatin 20 MG Oral Tablet,1999,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,1999,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,1999,9,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,1999,10,3,11.666666666666666 +1539411,simvastatin 20 MG Oral Tablet,1999,11,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,1999,12,3,2 +1539411,simvastatin 20 MG Oral Tablet,2000,1,4,3.25 +1539411,simvastatin 20 MG Oral Tablet,2000,3,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2000,4,1,1 +1539411,simvastatin 20 MG Oral Tablet,2000,5,1,4 +1539411,simvastatin 20 MG Oral Tablet,2000,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2000,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,2000,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2000,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2000,10,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2000,11,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2000,12,4,6.5 +1539411,simvastatin 20 MG Oral Tablet,2001,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,3,2,1 +1539411,simvastatin 20 MG Oral Tablet,2001,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,5,2,4.5 +1539411,simvastatin 20 MG Oral Tablet,2001,6,3,3.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2001,7,5,2.6 +1539411,simvastatin 20 MG Oral Tablet,2001,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2001,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2001,10,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2001,11,1,25 +1539411,simvastatin 20 MG Oral Tablet,2001,12,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2002,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2002,4,3,2 +1539411,simvastatin 20 MG Oral Tablet,2002,5,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,2002,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2002,7,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2002,8,2,1 +1539411,simvastatin 20 MG Oral Tablet,2002,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2002,10,1,1 +1539411,simvastatin 20 MG Oral Tablet,2002,11,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2002,12,2,2 +1539411,simvastatin 20 MG Oral Tablet,2003,1,3,3 +1539411,simvastatin 20 MG Oral Tablet,2003,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,2003,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2003,4,2,4 +1539411,simvastatin 20 MG Oral Tablet,2003,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,2003,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2003,7,3,4.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2003,8,1,5 +1539411,simvastatin 20 MG Oral Tablet,2003,9,5,1.4 +1539411,simvastatin 20 MG Oral Tablet,2003,10,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2003,11,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2003,12,3,2 +1539411,simvastatin 20 MG Oral Tablet,2004,1,1,2 +1539411,simvastatin 20 MG Oral Tablet,2004,2,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2004,3,4,2 +1539411,simvastatin 20 MG Oral Tablet,2004,5,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2004,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2004,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,2004,8,1,1 +1539411,simvastatin 20 MG Oral Tablet,2004,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2004,11,2,4 +1539411,simvastatin 20 MG Oral Tablet,2004,12,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2005,2,8,2 +1539411,simvastatin 20 MG Oral Tablet,2005,3,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2005,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2005,5,2,2 +1539411,simvastatin 20 MG Oral Tablet,2005,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2005,8,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2005,9,4,2.75 +1539411,simvastatin 20 MG Oral Tablet,2005,10,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2005,11,6,2.1666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2006,1,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2006,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2006,3,2,2 +1539411,simvastatin 20 MG Oral Tablet,2006,5,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2006,6,4,8.5 +1539411,simvastatin 20 MG Oral Tablet,2006,7,3,2 +1539411,simvastatin 20 MG Oral Tablet,2006,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2006,9,1,2 +1539411,simvastatin 20 MG Oral Tablet,2006,11,1,3 +1539411,simvastatin 20 MG Oral Tablet,2006,12,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2007,1,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2007,2,1,1 +1539411,simvastatin 20 MG Oral Tablet,2007,3,4,3.75 +1539411,simvastatin 20 MG Oral Tablet,2007,4,5,3 +1539411,simvastatin 20 MG Oral Tablet,2007,5,4,2 +1539411,simvastatin 20 MG Oral Tablet,2007,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2007,7,2,2 +1539411,simvastatin 20 MG Oral Tablet,2007,8,5,2.8 +1539411,simvastatin 20 MG Oral Tablet,2007,9,3,6.666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2007,11,3,6.666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2007,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2008,1,2,1 +1539411,simvastatin 20 MG Oral Tablet,2008,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,2008,3,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2008,4,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2008,5,3,2 +1539411,simvastatin 20 MG Oral Tablet,2008,6,1,3 +1539411,simvastatin 20 MG Oral Tablet,2008,7,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2008,9,3,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2008,10,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2008,11,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2008,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2009,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2009,2,2,3 +1539411,simvastatin 20 MG Oral Tablet,2009,3,2,1 +1539411,simvastatin 20 MG Oral Tablet,2009,4,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2009,6,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2009,7,2,2 +1539411,simvastatin 20 MG Oral Tablet,2009,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2009,9,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2009,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,2009,11,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2009,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2010,2,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2010,3,2,3 +1539411,simvastatin 20 MG Oral Tablet,2010,4,1,2 +1539411,simvastatin 20 MG Oral Tablet,2010,5,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2010,6,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2010,7,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2010,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2010,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,2010,10,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2010,11,4,3 +1539411,simvastatin 20 MG Oral Tablet,2010,12,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,1,5,1.2 +1539411,simvastatin 20 MG Oral Tablet,2011,3,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2011,5,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,6,2,1 +1539411,simvastatin 20 MG Oral Tablet,2011,7,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2011,8,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2011,9,6,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,10,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2011,11,1,2 +1539411,simvastatin 20 MG Oral Tablet,2011,12,5,1.6 +1539411,simvastatin 20 MG Oral Tablet,2012,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,2,2,6 +1539411,simvastatin 20 MG Oral Tablet,2012,3,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2012,4,5,1.2 +1539411,simvastatin 20 MG Oral Tablet,2012,5,4,2 +1539411,simvastatin 20 MG Oral Tablet,2012,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2012,7,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,8,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2012,9,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2012,10,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2012,11,4,7 +1539411,simvastatin 20 MG Oral Tablet,2012,12,2,2 +1539411,simvastatin 20 MG Oral Tablet,2013,1,3,2 +1539411,simvastatin 20 MG Oral Tablet,2013,2,1,2 +1539411,simvastatin 20 MG Oral Tablet,2013,3,6,2.6666666666666665 +1539411,simvastatin 20 MG Oral Tablet,2013,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2013,5,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2013,6,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,8,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2013,9,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,10,4,3 +1539411,simvastatin 20 MG Oral Tablet,2013,11,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2013,12,1,2 +1539411,simvastatin 20 MG Oral Tablet,2014,1,6,1.5 +1539411,simvastatin 20 MG Oral Tablet,2014,3,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2014,4,4,2 +1539411,simvastatin 20 MG Oral Tablet,2014,5,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2014,6,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2014,8,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2014,9,4,2 +1539411,simvastatin 20 MG Oral Tablet,2014,10,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2014,11,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2014,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2015,1,3,3.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2015,2,2,2 +1539411,simvastatin 20 MG Oral Tablet,2015,3,7,2 +1539411,simvastatin 20 MG Oral Tablet,2015,4,8,6 +1539411,simvastatin 20 MG Oral Tablet,2015,5,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2015,6,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2015,7,4,2 +1539411,simvastatin 20 MG Oral Tablet,2015,8,4,2 +1539411,simvastatin 20 MG Oral Tablet,2015,11,4,4.25 +1539411,simvastatin 20 MG Oral Tablet,2015,12,1,1 +1539411,simvastatin 20 MG Oral Tablet,2016,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2016,2,3,2 +1539411,simvastatin 20 MG Oral Tablet,2016,3,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2016,4,2,2 +1539411,simvastatin 20 MG Oral Tablet,2016,5,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2016,6,4,3.25 +1539411,simvastatin 20 MG Oral Tablet,2016,7,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2016,8,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2016,9,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2016,10,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2016,11,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2016,12,2,2.5 +1539411,simvastatin 20 MG Oral Tablet,2017,1,1,11 +1539411,simvastatin 20 MG Oral Tablet,2017,2,2,2 +1539411,simvastatin 20 MG Oral Tablet,2017,3,2,6.5 +1539411,simvastatin 20 MG Oral Tablet,2017,5,2,1 +1539411,simvastatin 20 MG Oral Tablet,2017,6,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2017,7,3,3 +1539411,simvastatin 20 MG Oral Tablet,2017,8,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2017,9,2,1 +1539411,simvastatin 20 MG Oral Tablet,2017,10,3,2 +1539411,simvastatin 20 MG Oral Tablet,2017,11,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2017,12,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2018,1,6,2.5 +1539411,simvastatin 20 MG Oral Tablet,2018,2,5,1.8 +1539411,simvastatin 20 MG Oral Tablet,2018,3,3,2 +1539411,simvastatin 20 MG Oral Tablet,2018,4,3,6 +1539411,simvastatin 20 MG Oral Tablet,2018,5,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2018,6,4,1.5 +1539411,simvastatin 20 MG Oral Tablet,2018,7,2,1 +1539411,simvastatin 20 MG Oral Tablet,2018,8,2,2 +1539411,simvastatin 20 MG Oral Tablet,2018,9,9,2 +1539411,simvastatin 20 MG Oral Tablet,2018,10,5,1.4 +1539411,simvastatin 20 MG Oral Tablet,2018,11,7,1.8571428571428568 +1539411,simvastatin 20 MG Oral Tablet,2018,12,6,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2019,1,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2019,2,5,2.4 +1539411,simvastatin 20 MG Oral Tablet,2019,3,5,4.4 +1539411,simvastatin 20 MG Oral Tablet,2019,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2019,5,3,6 +1539411,simvastatin 20 MG Oral Tablet,2019,6,1,2 +1539411,simvastatin 20 MG Oral Tablet,2019,7,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2019,8,2,3.5 +1539411,simvastatin 20 MG Oral Tablet,2019,9,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2019,10,5,2.2 +1539411,simvastatin 20 MG Oral Tablet,2019,12,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2020,1,2,2 +1539411,simvastatin 20 MG Oral Tablet,2020,2,2,1 +1539411,simvastatin 20 MG Oral Tablet,2020,3,5,3 +1539411,simvastatin 20 MG Oral Tablet,2020,4,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2020,5,4,2.5 +1539411,simvastatin 20 MG Oral Tablet,2020,6,5,3 +1539411,simvastatin 20 MG Oral Tablet,2020,7,6,2 +1539411,simvastatin 20 MG Oral Tablet,2020,8,5,2 +1539411,simvastatin 20 MG Oral Tablet,2020,9,8,1.625 +1539411,simvastatin 20 MG Oral Tablet,2020,10,3,1.3333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2020,11,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2020,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2021,1,5,2 +1539411,simvastatin 20 MG Oral Tablet,2021,2,3,2 +1539411,simvastatin 20 MG Oral Tablet,2021,3,4,5 +1539411,simvastatin 20 MG Oral Tablet,2021,4,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2021,5,5,1.6 +1539411,simvastatin 20 MG Oral Tablet,2021,6,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2021,8,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2021,9,1,1 +1539411,simvastatin 20 MG Oral Tablet,2021,10,2,1 +1539411,simvastatin 20 MG Oral Tablet,2021,11,2,4 +1539411,simvastatin 20 MG Oral Tablet,2021,12,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2022,2,5,2.4 +1539411,simvastatin 20 MG Oral Tablet,2022,3,5,3.4 +1539411,simvastatin 20 MG Oral Tablet,2022,4,4,1.75 +1539411,simvastatin 20 MG Oral Tablet,2022,5,4,1.25 +1539411,simvastatin 20 MG Oral Tablet,2022,6,6,1.8333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2022,7,1,2 +1539411,simvastatin 20 MG Oral Tablet,2022,8,3,2.333333333333333 +1539411,simvastatin 20 MG Oral Tablet,2022,9,3,2 +1539411,simvastatin 20 MG Oral Tablet,2022,10,1,2 +1539411,simvastatin 20 MG Oral Tablet,2022,11,2,4.5 +1539411,simvastatin 20 MG Oral Tablet,2022,12,2,1.5 +1539411,simvastatin 20 MG Oral Tablet,2023,1,6,3 +1539411,simvastatin 20 MG Oral Tablet,2023,2,3,1.6666666666666667 +1539411,simvastatin 20 MG Oral Tablet,2023,3,2,5.5 +1539411,simvastatin 20 MG Oral Tablet,2023,4,4,2.25 +1539411,simvastatin 20 MG Oral Tablet,2023,5,6,1.8333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,1996,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1996,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,2,3,1.3333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,1997,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1997,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1998,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,1999,12,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2000,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2001,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,7,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2002,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2003,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,2,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2004,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,4,5,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2005,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2006,10,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,1,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2007,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2008,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2009,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2010,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,8,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2011,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,7,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2012,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2013,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2014,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2015,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,5,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,9,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,10,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2016,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,8,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,10,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2017,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,2,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,3,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,5,1,2 +1545959,atorvastatin 80 MG Oral Tablet,2018,6,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,7,4,1.25 +1545959,atorvastatin 80 MG Oral Tablet,2018,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,9,1,2 +1545959,atorvastatin 80 MG Oral Tablet,2018,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2018,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,1,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,3,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,4,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,5,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,10,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2019,12,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,1,3,1.3333333333333333 +1545959,atorvastatin 80 MG Oral Tablet,2020,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,4,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,7,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,11,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2020,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,1,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,6,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,8,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,9,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,11,4,1 +1545959,atorvastatin 80 MG Oral Tablet,2021,12,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,3,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,4,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,5,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,6,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,7,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,8,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,9,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,10,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,11,1,1 +1545959,atorvastatin 80 MG Oral Tablet,2022,12,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,1,3,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 +1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 +4057420,Catheter ablation of tissue of heart,1955,4,2,1 +4057420,Catheter ablation of tissue of heart,1955,11,1,1 +4057420,Catheter ablation of tissue of heart,1960,4,1,1 +4057420,Catheter ablation of tissue of heart,1962,1,1,1 +4057420,Catheter ablation of tissue of heart,1963,6,1,1 +4057420,Catheter ablation of tissue of heart,1967,4,1,1 +4057420,Catheter ablation of tissue of heart,1973,6,1,1 +4057420,Catheter ablation of tissue of heart,1979,6,1,2 +4057420,Catheter ablation of tissue of heart,1979,12,1,1 +4057420,Catheter ablation of tissue of heart,1984,11,1,1 +4057420,Catheter ablation of tissue of heart,1985,4,1,5 +4057420,Catheter ablation of tissue of heart,1986,4,1,5 +4057420,Catheter ablation of tissue of heart,1986,6,1,1 +4057420,Catheter ablation of tissue of heart,1988,5,1,1 +4057420,Catheter ablation of tissue of heart,1988,6,1,1 +4057420,Catheter ablation of tissue of heart,1989,5,1,5 +4057420,Catheter ablation of tissue of heart,1990,5,1,5 +4057420,Catheter ablation of tissue of heart,1990,6,1,1 +4057420,Catheter ablation of tissue of heart,1990,9,1,1 +4057420,Catheter ablation of tissue of heart,1991,1,1,1 +4057420,Catheter ablation of tissue of heart,1991,3,1,1 +4057420,Catheter ablation of tissue of heart,1991,8,1,1 +4057420,Catheter ablation of tissue of heart,1991,9,1,1 +4057420,Catheter ablation of tissue of heart,1991,10,1,2 +4057420,Catheter ablation of tissue of heart,1992,5,2,3 +4057420,Catheter ablation of tissue of heart,1992,11,2,1.5 +4057420,Catheter ablation of tissue of heart,1993,2,1,2 +4057420,Catheter ablation of tissue of heart,1993,6,1,5 +4057420,Catheter ablation of tissue of heart,1994,2,1,2 +4057420,Catheter ablation of tissue of heart,1994,5,1,15 +4057420,Catheter ablation of tissue of heart,1994,6,1,1 +4057420,Catheter ablation of tissue of heart,1994,8,1,6 +4057420,Catheter ablation of tissue of heart,1994,9,1,1 +4057420,Catheter ablation of tissue of heart,1994,10,1,2 +4057420,Catheter ablation of tissue of heart,1995,6,2,2 +4057420,Catheter ablation of tissue of heart,1995,7,1,1 +4057420,Catheter ablation of tissue of heart,1995,9,1,1 +4057420,Catheter ablation of tissue of heart,1996,6,2,1.5 +4057420,Catheter ablation of tissue of heart,1996,10,1,1 +4057420,Catheter ablation of tissue of heart,1996,11,2,2 +4057420,Catheter ablation of tissue of heart,1997,2,1,1 +4057420,Catheter ablation of tissue of heart,1997,6,2,2 +4057420,Catheter ablation of tissue of heart,1997,8,1,1 +4057420,Catheter ablation of tissue of heart,1997,11,1,2 +4057420,Catheter ablation of tissue of heart,1998,2,1,2 +4057420,Catheter ablation of tissue of heart,1998,7,1,1 +4057420,Catheter ablation of tissue of heart,1998,8,1,5 +4057420,Catheter ablation of tissue of heart,1998,9,1,1 +4057420,Catheter ablation of tissue of heart,1998,10,1,1 +4057420,Catheter ablation of tissue of heart,1999,2,2,4 +4057420,Catheter ablation of tissue of heart,1999,6,1,2 +4057420,Catheter ablation of tissue of heart,1999,8,1,1 +4057420,Catheter ablation of tissue of heart,1999,12,1,2 +4057420,Catheter ablation of tissue of heart,2000,2,1,6 +4057420,Catheter ablation of tissue of heart,2000,4,1,1 +4057420,Catheter ablation of tissue of heart,2000,6,2,1.5 +4057420,Catheter ablation of tissue of heart,2000,10,1,1 +4057420,Catheter ablation of tissue of heart,2000,12,2,1.5 +4057420,Catheter ablation of tissue of heart,2001,4,1,2 +4057420,Catheter ablation of tissue of heart,2001,6,2,1.5 +4057420,Catheter ablation of tissue of heart,2001,9,2,1 +4057420,Catheter ablation of tissue of heart,2002,1,1,1 +4057420,Catheter ablation of tissue of heart,2002,2,1,1 +4057420,Catheter ablation of tissue of heart,2002,3,1,1 +4057420,Catheter ablation of tissue of heart,2002,4,1,1 +4057420,Catheter ablation of tissue of heart,2002,8,1,2 +4057420,Catheter ablation of tissue of heart,2003,2,1,1 +4057420,Catheter ablation of tissue of heart,2003,4,2,1 +4057420,Catheter ablation of tissue of heart,2003,8,2,2 +4057420,Catheter ablation of tissue of heart,2003,9,1,1 +4057420,Catheter ablation of tissue of heart,2003,10,1,1 +4057420,Catheter ablation of tissue of heart,2004,4,1,1 +4057420,Catheter ablation of tissue of heart,2004,5,1,1 +4057420,Catheter ablation of tissue of heart,2004,6,1,2 +4057420,Catheter ablation of tissue of heart,2004,8,1,2 +4057420,Catheter ablation of tissue of heart,2004,10,1,1 +4057420,Catheter ablation of tissue of heart,2004,11,2,1 +4057420,Catheter ablation of tissue of heart,2005,3,1,1 +4057420,Catheter ablation of tissue of heart,2005,4,2,1.5 +4057420,Catheter ablation of tissue of heart,2005,8,3,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2005,10,1,2 +4057420,Catheter ablation of tissue of heart,2005,11,1,1 +4057420,Catheter ablation of tissue of heart,2006,1,3,1 +4057420,Catheter ablation of tissue of heart,2006,3,2,1 +4057420,Catheter ablation of tissue of heart,2006,4,2,1 +4057420,Catheter ablation of tissue of heart,2006,5,2,1.5 +4057420,Catheter ablation of tissue of heart,2006,10,1,1 +4057420,Catheter ablation of tissue of heart,2006,12,1,2 +4057420,Catheter ablation of tissue of heart,2007,1,1,1 +4057420,Catheter ablation of tissue of heart,2007,2,1,1 +4057420,Catheter ablation of tissue of heart,2007,4,1,1 +4057420,Catheter ablation of tissue of heart,2007,6,1,2 +4057420,Catheter ablation of tissue of heart,2007,8,2,1.5 +4057420,Catheter ablation of tissue of heart,2007,11,1,2 +4057420,Catheter ablation of tissue of heart,2007,12,1,1 +4057420,Catheter ablation of tissue of heart,2008,2,1,1 +4057420,Catheter ablation of tissue of heart,2008,3,1,1 +4057420,Catheter ablation of tissue of heart,2008,4,1,1 +4057420,Catheter ablation of tissue of heart,2008,8,1,2 +4057420,Catheter ablation of tissue of heart,2008,9,1,2 +4057420,Catheter ablation of tissue of heart,2008,12,2,1 +4057420,Catheter ablation of tissue of heart,2009,5,1,1 +4057420,Catheter ablation of tissue of heart,2009,7,1,1 +4057420,Catheter ablation of tissue of heart,2009,10,1,1 +4057420,Catheter ablation of tissue of heart,2009,11,1,1 +4057420,Catheter ablation of tissue of heart,2010,4,3,1 +4057420,Catheter ablation of tissue of heart,2010,5,2,1 +4057420,Catheter ablation of tissue of heart,2010,7,1,2 +4057420,Catheter ablation of tissue of heart,2010,9,2,2.5 +4057420,Catheter ablation of tissue of heart,2010,12,2,1.5 +4057420,Catheter ablation of tissue of heart,2011,1,1,1 +4057420,Catheter ablation of tissue of heart,2011,2,1,1 +4057420,Catheter ablation of tissue of heart,2011,3,1,1 +4057420,Catheter ablation of tissue of heart,2011,6,2,2 +4057420,Catheter ablation of tissue of heart,2011,7,1,2 +4057420,Catheter ablation of tissue of heart,2011,9,2,2 +4057420,Catheter ablation of tissue of heart,2011,10,1,2 +4057420,Catheter ablation of tissue of heart,2011,12,1,1 +4057420,Catheter ablation of tissue of heart,2012,1,1,1 +4057420,Catheter ablation of tissue of heart,2012,3,1,4 +4057420,Catheter ablation of tissue of heart,2012,4,1,2 +4057420,Catheter ablation of tissue of heart,2012,5,1,1 +4057420,Catheter ablation of tissue of heart,2012,7,1,1 +4057420,Catheter ablation of tissue of heart,2012,8,1,1 +4057420,Catheter ablation of tissue of heart,2012,9,4,1.75 +4057420,Catheter ablation of tissue of heart,2012,11,1,1 +4057420,Catheter ablation of tissue of heart,2012,12,4,1.25 +4057420,Catheter ablation of tissue of heart,2013,1,2,1 +4057420,Catheter ablation of tissue of heart,2013,2,2,1 +4057420,Catheter ablation of tissue of heart,2013,3,2,3 +4057420,Catheter ablation of tissue of heart,2013,4,2,1.5 +4057420,Catheter ablation of tissue of heart,2013,7,7,3 +4057420,Catheter ablation of tissue of heart,2013,8,4,2.25 +4057420,Catheter ablation of tissue of heart,2013,9,10,1.5 +4057420,Catheter ablation of tissue of heart,2013,10,11,2.090909090909091 +4057420,Catheter ablation of tissue of heart,2013,11,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2013,12,10,2.3 +4057420,Catheter ablation of tissue of heart,2014,1,9,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2014,2,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2014,3,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2014,4,11,1.3636363636363635 +4057420,Catheter ablation of tissue of heart,2014,5,15,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2014,6,9,2.111111111111111 +4057420,Catheter ablation of tissue of heart,2014,7,4,1.25 +4057420,Catheter ablation of tissue of heart,2014,8,7,2.142857142857143 +4057420,Catheter ablation of tissue of heart,2014,9,9,2.555555555555556 +4057420,Catheter ablation of tissue of heart,2014,10,8,2.625 +4057420,Catheter ablation of tissue of heart,2014,11,7,1.8571428571428568 +4057420,Catheter ablation of tissue of heart,2014,12,8,1.375 +4057420,Catheter ablation of tissue of heart,2015,1,15,2 +4057420,Catheter ablation of tissue of heart,2015,2,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2015,3,6,1.8333333333333333 +4057420,Catheter ablation of tissue of heart,2015,4,6,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2015,5,9,5.555555555555555 +4057420,Catheter ablation of tissue of heart,2015,6,9,6.444444444444445 +4057420,Catheter ablation of tissue of heart,2015,7,7,1.7142857142857142 +4057420,Catheter ablation of tissue of heart,2015,8,6,1.5 +4057420,Catheter ablation of tissue of heart,2015,9,4,1 +4057420,Catheter ablation of tissue of heart,2015,10,10,1.8 +4057420,Catheter ablation of tissue of heart,2015,11,9,1.5555555555555556 +4057420,Catheter ablation of tissue of heart,2015,12,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2016,1,6,1.3333333333333333 +4057420,Catheter ablation of tissue of heart,2016,2,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2016,3,13,1.4615384615384617 +4057420,Catheter ablation of tissue of heart,2016,4,9,1.5555555555555556 +4057420,Catheter ablation of tissue of heart,2016,5,13,1.9230769230769231 +4057420,Catheter ablation of tissue of heart,2016,6,13,2.230769230769231 +4057420,Catheter ablation of tissue of heart,2016,7,8,1.5 +4057420,Catheter ablation of tissue of heart,2016,8,6,2 +4057420,Catheter ablation of tissue of heart,2016,9,8,2.5 +4057420,Catheter ablation of tissue of heart,2016,10,9,2.111111111111111 +4057420,Catheter ablation of tissue of heart,2016,11,13,1.4615384615384617 +4057420,Catheter ablation of tissue of heart,2016,12,10,3.3 +4057420,Catheter ablation of tissue of heart,2017,1,14,1.8571428571428568 +4057420,Catheter ablation of tissue of heart,2017,2,7,5.857142857142857 +4057420,Catheter ablation of tissue of heart,2017,3,12,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2017,4,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2017,5,9,6.777777777777778 +4057420,Catheter ablation of tissue of heart,2017,6,9,3.111111111111111 +4057420,Catheter ablation of tissue of heart,2017,7,8,1.875 +4057420,Catheter ablation of tissue of heart,2017,8,13,4.153846153846154 +4057420,Catheter ablation of tissue of heart,2017,9,10,2 +4057420,Catheter ablation of tissue of heart,2017,10,12,2.833333333333333 +4057420,Catheter ablation of tissue of heart,2017,11,14,2.2857142857142856 +4057420,Catheter ablation of tissue of heart,2017,12,10,1.7 +4057420,Catheter ablation of tissue of heart,2018,1,7,1.1428571428571428 +4057420,Catheter ablation of tissue of heart,2018,2,1,2 +4057420,Catheter ablation of tissue of heart,2018,3,9,1.4444444444444444 +4057420,Catheter ablation of tissue of heart,2018,4,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2018,5,12,1.5833333333333333 +4057420,Catheter ablation of tissue of heart,2018,6,9,1.4444444444444444 +4057420,Catheter ablation of tissue of heart,2018,7,8,2.125 +4057420,Catheter ablation of tissue of heart,2018,8,14,2.2142857142857144 +4057420,Catheter ablation of tissue of heart,2018,9,6,5.333333333333333 +4057420,Catheter ablation of tissue of heart,2018,10,5,1 +4057420,Catheter ablation of tissue of heart,2018,11,8,2.125 +4057420,Catheter ablation of tissue of heart,2018,12,8,2 +4057420,Catheter ablation of tissue of heart,2019,1,12,2 +4057420,Catheter ablation of tissue of heart,2019,2,8,1.375 +4057420,Catheter ablation of tissue of heart,2019,3,6,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2019,4,7,1.4285714285714286 +4057420,Catheter ablation of tissue of heart,2019,5,12,4.833333333333333 +4057420,Catheter ablation of tissue of heart,2019,6,10,2.8 +4057420,Catheter ablation of tissue of heart,2019,7,13,4.230769230769231 +4057420,Catheter ablation of tissue of heart,2019,8,13,3.1538461538461537 +4057420,Catheter ablation of tissue of heart,2019,9,11,4.2727272727272725 +4057420,Catheter ablation of tissue of heart,2019,10,10,2.8 +4057420,Catheter ablation of tissue of heart,2019,11,11,2.4545454545454546 +4057420,Catheter ablation of tissue of heart,2019,12,11,2 +4057420,Catheter ablation of tissue of heart,2020,1,20,2.5 +4057420,Catheter ablation of tissue of heart,2020,2,5,1.8 +4057420,Catheter ablation of tissue of heart,2020,3,12,1.6666666666666667 +4057420,Catheter ablation of tissue of heart,2020,4,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2020,5,6,2.333333333333333 +4057420,Catheter ablation of tissue of heart,2020,6,10,1.4 +4057420,Catheter ablation of tissue of heart,2020,7,16,2.9375 +4057420,Catheter ablation of tissue of heart,2020,8,14,2.7142857142857144 +4057420,Catheter ablation of tissue of heart,2020,9,9,4.222222222222222 +4057420,Catheter ablation of tissue of heart,2020,10,9,1.7777777777777777 +4057420,Catheter ablation of tissue of heart,2020,11,12,2 +4057420,Catheter ablation of tissue of heart,2020,12,15,1.6 +4057420,Catheter ablation of tissue of heart,2021,1,10,1.7 +4057420,Catheter ablation of tissue of heart,2021,2,11,1.818181818181818 +4057420,Catheter ablation of tissue of heart,2021,3,14,1.8571428571428568 +4057420,Catheter ablation of tissue of heart,2021,4,10,1.6 +4057420,Catheter ablation of tissue of heart,2021,5,9,2.4444444444444446 +4057420,Catheter ablation of tissue of heart,2021,6,10,2.9 +4057420,Catheter ablation of tissue of heart,2021,7,20,1.65 +4057420,Catheter ablation of tissue of heart,2021,8,10,3.4 +4057420,Catheter ablation of tissue of heart,2021,9,11,1.7272727272727273 +4057420,Catheter ablation of tissue of heart,2021,10,14,1.5714285714285714 +4057420,Catheter ablation of tissue of heart,2021,11,14,2.2857142857142856 +4057420,Catheter ablation of tissue of heart,2021,12,15,2.1333333333333333 +4057420,Catheter ablation of tissue of heart,2022,1,8,1.625 +4057420,Catheter ablation of tissue of heart,2022,2,6,1.5 +4057420,Catheter ablation of tissue of heart,2022,3,13,1.9230769230769231 +4057420,Catheter ablation of tissue of heart,2022,4,12,1.8333333333333333 +4057420,Catheter ablation of tissue of heart,2022,5,10,1.5 +4057420,Catheter ablation of tissue of heart,2022,6,8,2.5 +4057420,Catheter ablation of tissue of heart,2022,7,13,4.076923076923077 +4057420,Catheter ablation of tissue of heart,2022,8,9,2.333333333333333 +4057420,Catheter ablation of tissue of heart,2022,9,12,4.333333333333333 +4057420,Catheter ablation of tissue of heart,2022,10,10,1.6 +4057420,Catheter ablation of tissue of heart,2022,11,12,2.1666666666666665 +4057420,Catheter ablation of tissue of heart,2022,12,16,2 +4057420,Catheter ablation of tissue of heart,2023,1,6,3.333333333333333 +4057420,Catheter ablation of tissue of heart,2023,2,14,1.7857142857142858 +4057420,Catheter ablation of tissue of heart,2023,3,15,1.9333333333333331 +4057420,Catheter ablation of tissue of heart,2023,4,8,1.5 +4057420,Catheter ablation of tissue of heart,2023,5,12,1.75 +4057420,Catheter ablation of tissue of heart,2023,6,4,1.75 +4078793,Direct current cardioversion,1977,5,1,2 +4078793,Direct current cardioversion,1978,6,1,2 +4078793,Direct current cardioversion,1980,6,1,2 +4078793,Direct current cardioversion,1984,4,1,5 +4078793,Direct current cardioversion,1987,5,1,5 +4078793,Direct current cardioversion,1988,5,1,5 +4078793,Direct current cardioversion,1988,6,1,1 +4078793,Direct current cardioversion,1989,6,1,1 +4078793,Direct current cardioversion,1990,6,1,1 +4078793,Direct current cardioversion,1990,10,1,2 +4078793,Direct current cardioversion,1991,5,2,10 +4078793,Direct current cardioversion,1991,6,1,1 +4078793,Direct current cardioversion,1991,10,2,2 +4078793,Direct current cardioversion,1992,5,1,15 +4078793,Direct current cardioversion,1992,6,1,1 +4078793,Direct current cardioversion,1992,10,2,2 +4078793,Direct current cardioversion,1993,1,1,2 +4078793,Direct current cardioversion,1993,5,1,15 +4078793,Direct current cardioversion,1993,7,1,1 +4078793,Direct current cardioversion,1993,9,1,1 +4078793,Direct current cardioversion,1993,10,1,2 +4078793,Direct current cardioversion,1993,11,2,2 +4078793,Direct current cardioversion,1994,1,1,2 +4078793,Direct current cardioversion,1994,5,1,2 +4078793,Direct current cardioversion,1994,7,1,1 +4078793,Direct current cardioversion,1994,9,1,1 +4078793,Direct current cardioversion,1994,11,2,2 +4078793,Direct current cardioversion,1995,1,1,2 +4078793,Direct current cardioversion,1995,2,1,2 +4078793,Direct current cardioversion,1995,5,2,8.5 +4078793,Direct current cardioversion,1995,7,1,1 +4078793,Direct current cardioversion,1995,8,1,6 +4078793,Direct current cardioversion,1995,10,1,2 +4078793,Direct current cardioversion,1995,11,2,2 +4078793,Direct current cardioversion,1996,1,2,4 +4078793,Direct current cardioversion,1996,2,1,2 +4078793,Direct current cardioversion,1996,5,2,8.5 +4078793,Direct current cardioversion,1996,6,2,2 +4078793,Direct current cardioversion,1996,7,2,1.5 +4078793,Direct current cardioversion,1996,8,1,1 +4078793,Direct current cardioversion,1996,9,2,3.5 +4078793,Direct current cardioversion,1996,11,1,2 +4078793,Direct current cardioversion,1997,1,2,4 +4078793,Direct current cardioversion,1997,2,1,2 +4078793,Direct current cardioversion,1997,3,1,2 +4078793,Direct current cardioversion,1997,5,1,2 +4078793,Direct current cardioversion,1997,6,2,8.5 +4078793,Direct current cardioversion,1997,7,1,2 +4078793,Direct current cardioversion,1997,9,3,2.6666666666666665 +4078793,Direct current cardioversion,1997,10,1,2 +4078793,Direct current cardioversion,1997,11,1,2 +4078793,Direct current cardioversion,1997,12,1,2 +4078793,Direct current cardioversion,1998,2,1,6 +4078793,Direct current cardioversion,1998,3,2,2 +4078793,Direct current cardioversion,1998,5,1,2 +4078793,Direct current cardioversion,1998,6,2,8.5 +4078793,Direct current cardioversion,1998,7,1,2 +4078793,Direct current cardioversion,1998,8,1,2 +4078793,Direct current cardioversion,1998,9,2,3.5 +4078793,Direct current cardioversion,1998,10,1,2 +4078793,Direct current cardioversion,1998,11,1,2 +4078793,Direct current cardioversion,1998,12,3,2 +4078793,Direct current cardioversion,1999,3,2,2 +4078793,Direct current cardioversion,1999,6,2,8.5 +4078793,Direct current cardioversion,1999,7,1,2 +4078793,Direct current cardioversion,1999,8,2,3.5 +4078793,Direct current cardioversion,1999,9,2,3.5 +4078793,Direct current cardioversion,1999,10,2,1.5 +4078793,Direct current cardioversion,1999,11,1,2 +4078793,Direct current cardioversion,1999,12,2,2 +4078793,Direct current cardioversion,2000,2,1,2 +4078793,Direct current cardioversion,2000,3,2,2 +4078793,Direct current cardioversion,2000,4,1,2 +4078793,Direct current cardioversion,2000,7,4,2 +4078793,Direct current cardioversion,2000,8,1,2 +4078793,Direct current cardioversion,2000,9,2,3.5 +4078793,Direct current cardioversion,2000,10,2,1.5 +4078793,Direct current cardioversion,2000,12,1,2 +4078793,Direct current cardioversion,2001,2,2,4 +4078793,Direct current cardioversion,2001,3,1,2 +4078793,Direct current cardioversion,2001,7,3,2 +4078793,Direct current cardioversion,2001,8,3,2 +4078793,Direct current cardioversion,2001,9,1,1 +4078793,Direct current cardioversion,2001,10,3,2.6666666666666665 +4078793,Direct current cardioversion,2001,11,1,2 +4078793,Direct current cardioversion,2002,2,1,2 +4078793,Direct current cardioversion,2002,3,1,6 +4078793,Direct current cardioversion,2002,4,2,2 +4078793,Direct current cardioversion,2002,6,2,2 +4078793,Direct current cardioversion,2002,7,2,2 +4078793,Direct current cardioversion,2002,8,3,2 +4078793,Direct current cardioversion,2002,10,3,2.6666666666666665 +4078793,Direct current cardioversion,2002,11,2,1.5 +4078793,Direct current cardioversion,2003,1,1,1 +4078793,Direct current cardioversion,2003,3,1,6 +4078793,Direct current cardioversion,2003,4,2,2 +4078793,Direct current cardioversion,2003,5,1,1 +4078793,Direct current cardioversion,2003,6,2,2 +4078793,Direct current cardioversion,2003,7,2,2 +4078793,Direct current cardioversion,2003,8,3,2 +4078793,Direct current cardioversion,2003,10,2,4 +4078793,Direct current cardioversion,2003,11,3,1.6666666666666667 +4078793,Direct current cardioversion,2004,1,2,1 +4078793,Direct current cardioversion,2004,3,1,6 +4078793,Direct current cardioversion,2004,4,4,1.75 +4078793,Direct current cardioversion,2004,5,1,1 +4078793,Direct current cardioversion,2004,7,1,2 +4078793,Direct current cardioversion,2004,8,3,2 +4078793,Direct current cardioversion,2004,9,1,2 +4078793,Direct current cardioversion,2004,10,2,1.5 +4078793,Direct current cardioversion,2004,11,2,2 +4078793,Direct current cardioversion,2005,1,3,1.6666666666666667 +4078793,Direct current cardioversion,2005,2,1,2 +4078793,Direct current cardioversion,2005,3,1,6 +4078793,Direct current cardioversion,2005,4,2,1.5 +4078793,Direct current cardioversion,2005,5,1,2 +4078793,Direct current cardioversion,2005,6,1,1 +4078793,Direct current cardioversion,2005,7,1,2 +4078793,Direct current cardioversion,2005,8,3,2 +4078793,Direct current cardioversion,2005,9,1,2 +4078793,Direct current cardioversion,2005,11,3,1.6666666666666667 +4078793,Direct current cardioversion,2006,1,1,1 +4078793,Direct current cardioversion,2006,2,1,3 +4078793,Direct current cardioversion,2006,3,1,2 +4078793,Direct current cardioversion,2006,4,2,2 +4078793,Direct current cardioversion,2006,6,1,1 +4078793,Direct current cardioversion,2006,7,1,2 +4078793,Direct current cardioversion,2006,8,5,1.8 +4078793,Direct current cardioversion,2006,9,1,2 +4078793,Direct current cardioversion,2006,11,4,1.75 +4078793,Direct current cardioversion,2006,12,1,1 +4078793,Direct current cardioversion,2007,1,2,1 +4078793,Direct current cardioversion,2007,3,3,1.3333333333333333 +4078793,Direct current cardioversion,2007,5,2,1.5 +4078793,Direct current cardioversion,2007,7,1,2 +4078793,Direct current cardioversion,2007,8,1,2 +4078793,Direct current cardioversion,2007,9,2,2 +4078793,Direct current cardioversion,2007,11,1,2 +4078793,Direct current cardioversion,2007,12,2,1.5 +4078793,Direct current cardioversion,2008,1,1,1 +4078793,Direct current cardioversion,2008,2,1,1 +4078793,Direct current cardioversion,2008,3,1,1 +4078793,Direct current cardioversion,2008,5,1,1 +4078793,Direct current cardioversion,2008,6,1,2 +4078793,Direct current cardioversion,2008,7,1,2 +4078793,Direct current cardioversion,2008,8,1,1 +4078793,Direct current cardioversion,2008,9,3,2 +4078793,Direct current cardioversion,2008,11,1,2 +4078793,Direct current cardioversion,2008,12,3,1.6666666666666667 +4078793,Direct current cardioversion,2009,1,1,1 +4078793,Direct current cardioversion,2009,2,2,2.5 +4078793,Direct current cardioversion,2009,3,1,1 +4078793,Direct current cardioversion,2009,4,2,1 +4078793,Direct current cardioversion,2009,5,1,3 +4078793,Direct current cardioversion,2009,6,1,2 +4078793,Direct current cardioversion,2009,7,1,2 +4078793,Direct current cardioversion,2009,8,2,1.5 +4078793,Direct current cardioversion,2009,9,2,2 +4078793,Direct current cardioversion,2009,10,1,2 +4078793,Direct current cardioversion,2009,11,2,1.5 +4078793,Direct current cardioversion,2009,12,4,1.5 +4078793,Direct current cardioversion,2010,1,1,1 +4078793,Direct current cardioversion,2010,2,2,2.5 +4078793,Direct current cardioversion,2010,3,1,2 +4078793,Direct current cardioversion,2010,4,1,1 +4078793,Direct current cardioversion,2010,5,1,1 +4078793,Direct current cardioversion,2010,6,1,3 +4078793,Direct current cardioversion,2010,7,1,1 +4078793,Direct current cardioversion,2010,8,1,1 +4078793,Direct current cardioversion,2010,9,2,2 +4078793,Direct current cardioversion,2010,10,3,1.3333333333333333 +4078793,Direct current cardioversion,2010,11,2,1.5 +4078793,Direct current cardioversion,2010,12,2,1.5 +4078793,Direct current cardioversion,2011,1,2,1 +4078793,Direct current cardioversion,2011,2,1,1 +4078793,Direct current cardioversion,2011,3,2,3 +4078793,Direct current cardioversion,2011,4,2,1 +4078793,Direct current cardioversion,2011,5,2,1 +4078793,Direct current cardioversion,2011,7,2,1.5 +4078793,Direct current cardioversion,2011,9,2,1.5 +4078793,Direct current cardioversion,2011,10,3,2.333333333333333 +4078793,Direct current cardioversion,2011,11,2,1 +4078793,Direct current cardioversion,2011,12,2,2 +4078793,Direct current cardioversion,2012,1,5,1.2 +4078793,Direct current cardioversion,2012,2,3,1 +4078793,Direct current cardioversion,2012,4,5,1.4 +4078793,Direct current cardioversion,2012,5,1,1 +4078793,Direct current cardioversion,2012,6,2,2.5 +4078793,Direct current cardioversion,2012,7,1,2 +4078793,Direct current cardioversion,2012,8,2,1.5 +4078793,Direct current cardioversion,2012,10,5,2 +4078793,Direct current cardioversion,2012,11,3,1.3333333333333333 +4078793,Direct current cardioversion,2012,12,1,1 +4078793,Direct current cardioversion,2013,1,2,1.5 +4078793,Direct current cardioversion,2013,2,4,1 +4078793,Direct current cardioversion,2013,4,5,1.4 +4078793,Direct current cardioversion,2013,5,2,1 +4078793,Direct current cardioversion,2013,6,10,2 +4078793,Direct current cardioversion,2013,7,29,2.6206896551724137 +4078793,Direct current cardioversion,2013,8,28,2.5357142857142856 +4078793,Direct current cardioversion,2013,9,22,2.227272727272727 +4078793,Direct current cardioversion,2013,10,39,2.282051282051282 +4078793,Direct current cardioversion,2013,11,25,1.72 +4078793,Direct current cardioversion,2013,12,27,2.2222222222222223 +4078793,Direct current cardioversion,2014,1,27,1.962962962962963 +4078793,Direct current cardioversion,2014,2,35,2.4285714285714284 +4078793,Direct current cardioversion,2014,3,24,1.9166666666666667 +4078793,Direct current cardioversion,2014,4,21,3.2857142857142856 +4078793,Direct current cardioversion,2014,5,33,1.696969696969697 +4078793,Direct current cardioversion,2014,6,32,3.46875 +4078793,Direct current cardioversion,2014,7,39,2.717948717948718 +4078793,Direct current cardioversion,2014,8,26,2.769230769230769 +4078793,Direct current cardioversion,2014,9,27,1.5925925925925926 +4078793,Direct current cardioversion,2014,10,35,2.1714285714285717 +4078793,Direct current cardioversion,2014,11,38,1.8157894736842104 +4078793,Direct current cardioversion,2014,12,29,2.2413793103448274 +4078793,Direct current cardioversion,2015,1,21,1.9523809523809523 +4078793,Direct current cardioversion,2015,2,38,2.4473684210526314 +4078793,Direct current cardioversion,2015,3,37,2.5945945945945947 +4078793,Direct current cardioversion,2015,4,25,1.56 +4078793,Direct current cardioversion,2015,5,37,2.081081081081081 +4078793,Direct current cardioversion,2015,6,38,2.0526315789473686 +4078793,Direct current cardioversion,2015,7,25,2.84 +4078793,Direct current cardioversion,2015,8,43,2.7906976744186047 +4078793,Direct current cardioversion,2015,9,33,1.818181818181818 +4078793,Direct current cardioversion,2015,10,38,2.3684210526315788 +4078793,Direct current cardioversion,2015,11,39,2 +4078793,Direct current cardioversion,2015,12,31,2.129032258064516 +4078793,Direct current cardioversion,2016,1,28,2.2142857142857144 +4078793,Direct current cardioversion,2016,2,34,2.676470588235294 +4078793,Direct current cardioversion,2016,3,36,2.5277777777777777 +4078793,Direct current cardioversion,2016,4,24,1.9583333333333333 +4078793,Direct current cardioversion,2016,5,38,2.973684210526316 +4078793,Direct current cardioversion,2016,6,39,3 +4078793,Direct current cardioversion,2016,7,30,2.6666666666666665 +4078793,Direct current cardioversion,2016,8,46,2.5869565217391304 +4078793,Direct current cardioversion,2016,9,29,1.6206896551724137 +4078793,Direct current cardioversion,2016,10,35,2.1142857142857143 +4078793,Direct current cardioversion,2016,11,40,2.15 +4078793,Direct current cardioversion,2016,12,25,1.88 +4078793,Direct current cardioversion,2017,1,31,1.8387096774193548 +4078793,Direct current cardioversion,2017,2,32,1.90625 +4078793,Direct current cardioversion,2017,3,33,2.5454545454545454 +4078793,Direct current cardioversion,2017,4,30,1.9333333333333331 +4078793,Direct current cardioversion,2017,5,42,1.7142857142857142 +4078793,Direct current cardioversion,2017,6,47,2.8085106382978724 +4078793,Direct current cardioversion,2017,7,34,1.9705882352941175 +4078793,Direct current cardioversion,2017,8,40,2.525 +4078793,Direct current cardioversion,2017,9,26,1.5769230769230769 +4078793,Direct current cardioversion,2017,10,36,1.8888888888888888 +4078793,Direct current cardioversion,2017,11,43,2.1627906976744184 +4078793,Direct current cardioversion,2017,12,28,2.107142857142857 +4078793,Direct current cardioversion,2018,1,39,2.1794871794871797 +4078793,Direct current cardioversion,2018,2,36,2.6944444444444446 +4078793,Direct current cardioversion,2018,3,46,2.3260869565217392 +4078793,Direct current cardioversion,2018,4,36,1.9166666666666667 +4078793,Direct current cardioversion,2018,5,39,2.58974358974359 +4078793,Direct current cardioversion,2018,6,50,2.92 +4078793,Direct current cardioversion,2018,7,36,2.4166666666666665 +4078793,Direct current cardioversion,2018,8,46,2.891304347826087 +4078793,Direct current cardioversion,2018,9,38,1.736842105263158 +4078793,Direct current cardioversion,2018,10,42,2.023809523809524 +4078793,Direct current cardioversion,2018,11,50,2.38 +4078793,Direct current cardioversion,2018,12,33,1.7272727272727273 +4078793,Direct current cardioversion,2019,1,37,2.1621621621621623 +4078793,Direct current cardioversion,2019,2,30,2.066666666666667 +4078793,Direct current cardioversion,2019,3,52,2.8076923076923075 +4078793,Direct current cardioversion,2019,4,40,1.875 +4078793,Direct current cardioversion,2019,5,37,1.837837837837838 +4078793,Direct current cardioversion,2019,6,49,1.9795918367346936 +4078793,Direct current cardioversion,2019,7,38,2.473684210526316 +4078793,Direct current cardioversion,2019,8,47,2.5106382978723403 +4078793,Direct current cardioversion,2019,9,34,2.5588235294117645 +4078793,Direct current cardioversion,2019,10,39,1.564102564102564 +4078793,Direct current cardioversion,2019,11,44,2.1818181818181817 +4078793,Direct current cardioversion,2019,12,41,1.975609756097561 +4078793,Direct current cardioversion,2020,1,35,2.085714285714286 +4078793,Direct current cardioversion,2020,2,33,1.878787878787879 +4078793,Direct current cardioversion,2020,3,48,3 +4078793,Direct current cardioversion,2020,4,40,1.85 +4078793,Direct current cardioversion,2020,5,39,2.5641025641025643 +4078793,Direct current cardioversion,2020,6,58,2.4655172413793105 +4078793,Direct current cardioversion,2020,7,42,2.6666666666666665 +4078793,Direct current cardioversion,2020,8,42,2.8095238095238093 +4078793,Direct current cardioversion,2020,9,48,2.3541666666666665 +4078793,Direct current cardioversion,2020,10,40,1.8 +4078793,Direct current cardioversion,2020,11,54,2.1296296296296298 +4078793,Direct current cardioversion,2020,12,45,2.2 +4078793,Direct current cardioversion,2021,1,43,2.046511627906977 +4078793,Direct current cardioversion,2021,2,29,2.3793103448275863 +4078793,Direct current cardioversion,2021,3,49,2.3877551020408165 +4078793,Direct current cardioversion,2021,4,43,2.4651162790697674 +4078793,Direct current cardioversion,2021,5,41,1.6341463414634143 +4078793,Direct current cardioversion,2021,6,51,3 +4078793,Direct current cardioversion,2021,7,57,3.263157894736842 +4078793,Direct current cardioversion,2021,8,36,2.4444444444444446 +4078793,Direct current cardioversion,2021,9,56,3 +4078793,Direct current cardioversion,2021,10,38,1.868421052631579 +4078793,Direct current cardioversion,2021,11,48,1.9375 +4078793,Direct current cardioversion,2021,12,51,2.019607843137255 +4078793,Direct current cardioversion,2022,1,44,2.1818181818181817 +4078793,Direct current cardioversion,2022,2,45,2.2888888888888888 +4078793,Direct current cardioversion,2022,3,49,2.4693877551020407 +4078793,Direct current cardioversion,2022,4,42,2.452380952380953 +4078793,Direct current cardioversion,2022,5,49,1.8775510204081636 +4078793,Direct current cardioversion,2022,6,54,2.925925925925926 +4078793,Direct current cardioversion,2022,7,59,2.9322033898305087 +4078793,Direct current cardioversion,2022,8,42,2.2857142857142856 +4078793,Direct current cardioversion,2022,9,60,2.7 +4078793,Direct current cardioversion,2022,10,43,1.7906976744186047 +4078793,Direct current cardioversion,2022,11,52,2.0961538461538463 +4078793,Direct current cardioversion,2022,12,56,2.071428571428572 +4078793,Direct current cardioversion,2023,1,40,1.975 +4078793,Direct current cardioversion,2023,2,43,2.302325581395349 +4078793,Direct current cardioversion,2023,3,42,2.4761904761904763 +4078793,Direct current cardioversion,2023,4,53,2.39622641509434 +4078793,Direct current cardioversion,2023,5,51,1.862745098039216 +4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 +4108450,Inspiration/expiration time ratio,2001,6,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 +4128111,T - Tumor stage,2020,11,1,1 +4128111,T - Tumor stage,2020,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1978,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1979,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1980,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1984,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1985,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1988,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1990,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,12,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2005,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,5,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,5,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,7,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,8,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,1,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,5,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,12,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,8,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,9,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,10,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,11,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,1,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,3,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,4,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,5,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,9,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,10,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,12,2,6 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,1,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,2,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,3,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,4,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,5,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,6,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,7,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,8,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,10,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,1,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,2,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,3,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,4,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,6,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,7,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,8,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,9,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,10,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,1,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,3,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,4,9,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,5,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,6,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,7,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,8,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,9,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,11,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,12,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,1,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,2,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,3,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,4,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,8,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,9,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,11,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,12,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,1,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,2,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,3,4,1.25 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,4,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,5,6,1.1666666666666667 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,7,10,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,8,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,10,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,11,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,12,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,1,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,2,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,3,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,4,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,6,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,7,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,8,6,1.1666666666666667 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,9,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,11,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,12,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,1,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,2,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,3,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,4,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,7,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,8,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,9,3,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,10,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,11,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,12,5,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,1,1,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,2,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,3,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,4,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,5,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,6,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,7,7,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,8,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,9,2,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,10,8,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,11,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,12,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,1,6,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,3,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,4,10,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,5,4,1 +4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,6,1,1 +4216130,Percutaneous coronary intervention,1942,12,1,1 +4216130,Percutaneous coronary intervention,1943,8,1,1 +4216130,Percutaneous coronary intervention,1947,7,1,1 +4216130,Percutaneous coronary intervention,1948,7,1,1 +4216130,Percutaneous coronary intervention,1950,12,1,1 +4216130,Percutaneous coronary intervention,1951,5,1,1 +4216130,Percutaneous coronary intervention,1951,10,1,1 +4216130,Percutaneous coronary intervention,1952,9,1,1 +4216130,Percutaneous coronary intervention,1953,10,1,1 +4216130,Percutaneous coronary intervention,1955,6,1,1 +4216130,Percutaneous coronary intervention,1955,8,1,1 +4216130,Percutaneous coronary intervention,1956,1,1,1 +4216130,Percutaneous coronary intervention,1958,1,1,1 +4216130,Percutaneous coronary intervention,1958,4,1,1 +4216130,Percutaneous coronary intervention,1958,12,1,1 +4216130,Percutaneous coronary intervention,1960,7,1,1 +4216130,Percutaneous coronary intervention,1963,5,2,1 +4216130,Percutaneous coronary intervention,1963,6,1,1 +4216130,Percutaneous coronary intervention,1963,10,1,1 +4216130,Percutaneous coronary intervention,1965,7,2,1 +4216130,Percutaneous coronary intervention,1966,12,1,1 +4216130,Percutaneous coronary intervention,1967,1,1,1 +4216130,Percutaneous coronary intervention,1967,8,1,1 +4216130,Percutaneous coronary intervention,1967,11,1,1 +4216130,Percutaneous coronary intervention,1968,4,1,1 +4216130,Percutaneous coronary intervention,1968,6,2,1 +4216130,Percutaneous coronary intervention,1969,6,1,1 +4216130,Percutaneous coronary intervention,1969,7,1,1 +4216130,Percutaneous coronary intervention,1969,11,1,1 +4216130,Percutaneous coronary intervention,1970,5,1,1 +4216130,Percutaneous coronary intervention,1970,9,1,2 +4216130,Percutaneous coronary intervention,1972,4,1,1 +4216130,Percutaneous coronary intervention,1974,5,1,1 +4216130,Percutaneous coronary intervention,1974,7,1,1 +4216130,Percutaneous coronary intervention,1975,3,1,1 +4216130,Percutaneous coronary intervention,1975,9,1,1 +4216130,Percutaneous coronary intervention,1975,11,2,1 +4216130,Percutaneous coronary intervention,1976,1,1,1 +4216130,Percutaneous coronary intervention,1976,3,1,1 +4216130,Percutaneous coronary intervention,1976,6,1,1 +4216130,Percutaneous coronary intervention,1976,7,1,1 +4216130,Percutaneous coronary intervention,1976,10,3,1 +4216130,Percutaneous coronary intervention,1977,5,1,1 +4216130,Percutaneous coronary intervention,1977,10,1,1 +4216130,Percutaneous coronary intervention,1978,11,1,1 +4216130,Percutaneous coronary intervention,1979,11,1,1 +4216130,Percutaneous coronary intervention,1980,2,1,1 +4216130,Percutaneous coronary intervention,1980,4,1,1 +4216130,Percutaneous coronary intervention,1980,7,1,1 +4216130,Percutaneous coronary intervention,1980,8,1,1 +4216130,Percutaneous coronary intervention,1980,11,1,1 +4216130,Percutaneous coronary intervention,1981,1,1,1 +4216130,Percutaneous coronary intervention,1982,1,2,1 +4216130,Percutaneous coronary intervention,1982,4,1,1 +4216130,Percutaneous coronary intervention,1982,10,1,1 +4216130,Percutaneous coronary intervention,1983,9,1,1 +4216130,Percutaneous coronary intervention,1984,11,1,1 +4216130,Percutaneous coronary intervention,1985,3,2,1 +4216130,Percutaneous coronary intervention,1985,7,2,1 +4216130,Percutaneous coronary intervention,1986,4,1,1 +4216130,Percutaneous coronary intervention,1986,5,1,1 +4216130,Percutaneous coronary intervention,1987,1,1,1 +4216130,Percutaneous coronary intervention,1987,3,1,1 +4216130,Percutaneous coronary intervention,1987,4,1,1 +4216130,Percutaneous coronary intervention,1987,5,1,1 +4216130,Percutaneous coronary intervention,1988,2,1,1 +4216130,Percutaneous coronary intervention,1988,7,1,1 +4216130,Percutaneous coronary intervention,1989,3,2,1 +4216130,Percutaneous coronary intervention,1989,8,1,1 +4216130,Percutaneous coronary intervention,1989,11,2,1 +4216130,Percutaneous coronary intervention,1990,1,1,1 +4216130,Percutaneous coronary intervention,1990,6,1,1 +4216130,Percutaneous coronary intervention,1990,8,1,1 +4216130,Percutaneous coronary intervention,1990,10,1,1 +4216130,Percutaneous coronary intervention,1990,12,2,1 +4216130,Percutaneous coronary intervention,1991,2,1,1 +4216130,Percutaneous coronary intervention,1991,9,1,1 +4216130,Percutaneous coronary intervention,1991,10,1,1 +4216130,Percutaneous coronary intervention,1991,11,1,1 +4216130,Percutaneous coronary intervention,1991,12,2,1 +4216130,Percutaneous coronary intervention,1992,7,1,1 +4216130,Percutaneous coronary intervention,1993,4,1,1 +4216130,Percutaneous coronary intervention,1993,7,3,1 +4216130,Percutaneous coronary intervention,1993,8,1,2 +4216130,Percutaneous coronary intervention,1993,9,1,1 +4216130,Percutaneous coronary intervention,1993,10,1,1 +4216130,Percutaneous coronary intervention,1993,11,1,1 +4216130,Percutaneous coronary intervention,1994,4,1,1 +4216130,Percutaneous coronary intervention,1994,6,1,1 +4216130,Percutaneous coronary intervention,1994,7,1,1 +4216130,Percutaneous coronary intervention,1994,8,1,1 +4216130,Percutaneous coronary intervention,1994,9,1,1 +4216130,Percutaneous coronary intervention,1994,10,1,1 +4216130,Percutaneous coronary intervention,1994,12,3,1 +4216130,Percutaneous coronary intervention,1995,5,1,1 +4216130,Percutaneous coronary intervention,1996,7,1,1 +4216130,Percutaneous coronary intervention,1996,8,3,1 +4216130,Percutaneous coronary intervention,1996,9,1,1 +4216130,Percutaneous coronary intervention,1996,10,1,1 +4216130,Percutaneous coronary intervention,1996,12,2,1 +4216130,Percutaneous coronary intervention,1997,2,3,1.3333333333333333 +4216130,Percutaneous coronary intervention,1997,5,2,1 +4216130,Percutaneous coronary intervention,1997,7,1,1 +4216130,Percutaneous coronary intervention,1997,9,2,1 +4216130,Percutaneous coronary intervention,1998,1,1,1 +4216130,Percutaneous coronary intervention,1998,3,2,1 +4216130,Percutaneous coronary intervention,1998,4,1,1 +4216130,Percutaneous coronary intervention,1998,5,1,1 +4216130,Percutaneous coronary intervention,1998,7,1,1 +4216130,Percutaneous coronary intervention,1998,9,2,1 +4216130,Percutaneous coronary intervention,1998,10,1,1 +4216130,Percutaneous coronary intervention,1998,11,1,1 +4216130,Percutaneous coronary intervention,1999,1,2,1 +4216130,Percutaneous coronary intervention,1999,5,2,1 +4216130,Percutaneous coronary intervention,1999,6,1,1 +4216130,Percutaneous coronary intervention,1999,8,1,1 +4216130,Percutaneous coronary intervention,1999,12,3,1 +4216130,Percutaneous coronary intervention,2000,4,1,1 +4216130,Percutaneous coronary intervention,2000,6,1,1 +4216130,Percutaneous coronary intervention,2000,7,1,1 +4216130,Percutaneous coronary intervention,2000,10,1,1 +4216130,Percutaneous coronary intervention,2000,11,2,1 +4216130,Percutaneous coronary intervention,2001,1,1,1 +4216130,Percutaneous coronary intervention,2001,2,1,1 +4216130,Percutaneous coronary intervention,2001,4,2,1 +4216130,Percutaneous coronary intervention,2001,5,2,1 +4216130,Percutaneous coronary intervention,2001,7,1,1 +4216130,Percutaneous coronary intervention,2001,8,1,1 +4216130,Percutaneous coronary intervention,2001,9,1,1 +4216130,Percutaneous coronary intervention,2001,10,1,1 +4216130,Percutaneous coronary intervention,2002,1,1,1 +4216130,Percutaneous coronary intervention,2002,3,1,1 +4216130,Percutaneous coronary intervention,2002,4,1,1 +4216130,Percutaneous coronary intervention,2002,5,1,1 +4216130,Percutaneous coronary intervention,2002,7,4,1 +4216130,Percutaneous coronary intervention,2002,8,1,1 +4216130,Percutaneous coronary intervention,2002,10,2,1 +4216130,Percutaneous coronary intervention,2002,12,1,1 +4216130,Percutaneous coronary intervention,2003,2,2,1 +4216130,Percutaneous coronary intervention,2003,3,1,1 +4216130,Percutaneous coronary intervention,2003,5,1,1 +4216130,Percutaneous coronary intervention,2003,6,1,1 +4216130,Percutaneous coronary intervention,2003,7,1,1 +4216130,Percutaneous coronary intervention,2003,9,1,1 +4216130,Percutaneous coronary intervention,2003,10,2,1 +4216130,Percutaneous coronary intervention,2003,11,1,1 +4216130,Percutaneous coronary intervention,2003,12,1,1 +4216130,Percutaneous coronary intervention,2004,1,2,1 +4216130,Percutaneous coronary intervention,2004,2,3,1 +4216130,Percutaneous coronary intervention,2004,3,2,1 +4216130,Percutaneous coronary intervention,2004,4,1,1 +4216130,Percutaneous coronary intervention,2004,5,1,1 +4216130,Percutaneous coronary intervention,2004,6,1,1 +4216130,Percutaneous coronary intervention,2004,7,1,1 +4216130,Percutaneous coronary intervention,2004,8,2,1 +4216130,Percutaneous coronary intervention,2004,10,2,1 +4216130,Percutaneous coronary intervention,2004,12,1,1 +4216130,Percutaneous coronary intervention,2005,2,1,1 +4216130,Percutaneous coronary intervention,2005,3,1,1 +4216130,Percutaneous coronary intervention,2005,4,5,1 +4216130,Percutaneous coronary intervention,2005,6,2,1 +4216130,Percutaneous coronary intervention,2005,8,2,1 +4216130,Percutaneous coronary intervention,2005,9,1,1 +4216130,Percutaneous coronary intervention,2005,10,1,1 +4216130,Percutaneous coronary intervention,2005,11,2,1 +4216130,Percutaneous coronary intervention,2006,1,1,1 +4216130,Percutaneous coronary intervention,2006,2,2,1 +4216130,Percutaneous coronary intervention,2006,4,1,1 +4216130,Percutaneous coronary intervention,2006,5,1,1 +4216130,Percutaneous coronary intervention,2006,6,2,1 +4216130,Percutaneous coronary intervention,2006,8,2,1 +4216130,Percutaneous coronary intervention,2006,10,4,1 +4216130,Percutaneous coronary intervention,2007,1,3,1 +4216130,Percutaneous coronary intervention,2007,2,2,1 +4216130,Percutaneous coronary intervention,2007,3,1,1 +4216130,Percutaneous coronary intervention,2007,5,1,1 +4216130,Percutaneous coronary intervention,2007,6,2,1 +4216130,Percutaneous coronary intervention,2007,7,2,1 +4216130,Percutaneous coronary intervention,2007,11,2,1 +4216130,Percutaneous coronary intervention,2007,12,1,1 +4216130,Percutaneous coronary intervention,2008,1,1,1 +4216130,Percutaneous coronary intervention,2008,2,2,1 +4216130,Percutaneous coronary intervention,2008,3,1,1 +4216130,Percutaneous coronary intervention,2008,6,2,1 +4216130,Percutaneous coronary intervention,2008,8,2,1 +4216130,Percutaneous coronary intervention,2008,9,1,1 +4216130,Percutaneous coronary intervention,2008,10,2,1 +4216130,Percutaneous coronary intervention,2009,3,1,1 +4216130,Percutaneous coronary intervention,2009,4,1,1 +4216130,Percutaneous coronary intervention,2009,5,1,1 +4216130,Percutaneous coronary intervention,2009,6,1,1 +4216130,Percutaneous coronary intervention,2009,7,1,1 +4216130,Percutaneous coronary intervention,2009,8,1,1 +4216130,Percutaneous coronary intervention,2009,9,2,1 +4216130,Percutaneous coronary intervention,2009,10,1,1 +4216130,Percutaneous coronary intervention,2010,3,2,1 +4216130,Percutaneous coronary intervention,2010,6,2,1 +4216130,Percutaneous coronary intervention,2010,8,2,1 +4216130,Percutaneous coronary intervention,2010,9,2,1 +4216130,Percutaneous coronary intervention,2010,10,1,1 +4216130,Percutaneous coronary intervention,2010,12,2,1 +4216130,Percutaneous coronary intervention,2011,5,2,1 +4216130,Percutaneous coronary intervention,2011,6,1,1 +4216130,Percutaneous coronary intervention,2011,7,1,1 +4216130,Percutaneous coronary intervention,2011,8,1,1 +4216130,Percutaneous coronary intervention,2011,9,2,1 +4216130,Percutaneous coronary intervention,2011,12,1,1 +4216130,Percutaneous coronary intervention,2012,1,2,1 +4216130,Percutaneous coronary intervention,2012,3,1,1 +4216130,Percutaneous coronary intervention,2012,5,1,1 +4216130,Percutaneous coronary intervention,2012,6,1,1 +4216130,Percutaneous coronary intervention,2012,7,1,1 +4216130,Percutaneous coronary intervention,2012,9,3,1 +4216130,Percutaneous coronary intervention,2012,10,2,1 +4216130,Percutaneous coronary intervention,2013,4,1,1 +4216130,Percutaneous coronary intervention,2013,6,2,1 +4216130,Percutaneous coronary intervention,2013,7,2,1 +4216130,Percutaneous coronary intervention,2013,9,2,1 +4216130,Percutaneous coronary intervention,2013,10,1,1 +4216130,Percutaneous coronary intervention,2013,11,1,1 +4216130,Percutaneous coronary intervention,2014,1,1,1 +4216130,Percutaneous coronary intervention,2014,2,2,1 +4216130,Percutaneous coronary intervention,2014,4,2,1 +4216130,Percutaneous coronary intervention,2014,5,2,1 +4216130,Percutaneous coronary intervention,2014,10,1,1 +4216130,Percutaneous coronary intervention,2014,12,1,1 +4216130,Percutaneous coronary intervention,2015,1,2,1 +4216130,Percutaneous coronary intervention,2015,2,1,1 +4216130,Percutaneous coronary intervention,2015,4,1,1 +4216130,Percutaneous coronary intervention,2015,5,2,1 +4216130,Percutaneous coronary intervention,2015,6,1,1 +4216130,Percutaneous coronary intervention,2015,8,3,1 +4216130,Percutaneous coronary intervention,2015,9,1,1 +4216130,Percutaneous coronary intervention,2016,4,2,1 +4216130,Percutaneous coronary intervention,2016,5,4,1 +4216130,Percutaneous coronary intervention,2016,7,2,1 +4216130,Percutaneous coronary intervention,2016,8,3,1 +4216130,Percutaneous coronary intervention,2016,9,2,1 +4216130,Percutaneous coronary intervention,2016,10,3,1 +4216130,Percutaneous coronary intervention,2016,11,1,1 +4216130,Percutaneous coronary intervention,2016,12,4,1 +4216130,Percutaneous coronary intervention,2017,1,1,1 +4216130,Percutaneous coronary intervention,2017,2,1,1 +4216130,Percutaneous coronary intervention,2017,5,1,1 +4216130,Percutaneous coronary intervention,2017,8,4,1 +4216130,Percutaneous coronary intervention,2017,9,3,1 +4216130,Percutaneous coronary intervention,2017,10,1,1 +4216130,Percutaneous coronary intervention,2017,12,4,1 +4216130,Percutaneous coronary intervention,2018,2,1,1 +4216130,Percutaneous coronary intervention,2018,3,3,1 +4216130,Percutaneous coronary intervention,2018,4,1,1 +4216130,Percutaneous coronary intervention,2018,5,1,2 +4216130,Percutaneous coronary intervention,2018,6,3,1 +4216130,Percutaneous coronary intervention,2018,7,4,1.25 +4216130,Percutaneous coronary intervention,2018,8,2,1 +4216130,Percutaneous coronary intervention,2018,9,1,2 +4216130,Percutaneous coronary intervention,2018,11,2,1 +4216130,Percutaneous coronary intervention,2018,12,1,1 +4216130,Percutaneous coronary intervention,2019,1,1,1 +4216130,Percutaneous coronary intervention,2019,3,2,1 +4216130,Percutaneous coronary intervention,2019,4,1,1 +4216130,Percutaneous coronary intervention,2019,5,2,1 +4216130,Percutaneous coronary intervention,2019,6,2,1 +4216130,Percutaneous coronary intervention,2019,7,2,1 +4216130,Percutaneous coronary intervention,2019,8,2,1 +4216130,Percutaneous coronary intervention,2019,9,1,1 +4216130,Percutaneous coronary intervention,2019,10,3,1 +4216130,Percutaneous coronary intervention,2019,11,1,1 +4216130,Percutaneous coronary intervention,2019,12,4,1 +4216130,Percutaneous coronary intervention,2020,1,3,1.3333333333333333 +4216130,Percutaneous coronary intervention,2020,3,1,1 +4216130,Percutaneous coronary intervention,2020,4,3,1 +4216130,Percutaneous coronary intervention,2020,7,3,1 +4216130,Percutaneous coronary intervention,2020,8,2,1 +4216130,Percutaneous coronary intervention,2020,9,1,1 +4216130,Percutaneous coronary intervention,2020,11,2,1 +4216130,Percutaneous coronary intervention,2020,12,2,1 +4216130,Percutaneous coronary intervention,2021,1,2,1 +4216130,Percutaneous coronary intervention,2021,4,2,1 +4216130,Percutaneous coronary intervention,2021,6,2,1 +4216130,Percutaneous coronary intervention,2021,7,2,1 +4216130,Percutaneous coronary intervention,2021,8,3,1 +4216130,Percutaneous coronary intervention,2021,9,3,1 +4216130,Percutaneous coronary intervention,2021,10,2,1 +4216130,Percutaneous coronary intervention,2021,11,4,1 +4216130,Percutaneous coronary intervention,2021,12,1,1 +4216130,Percutaneous coronary intervention,2022,2,2,1 +4216130,Percutaneous coronary intervention,2022,3,1,1 +4216130,Percutaneous coronary intervention,2022,4,3,1 +4216130,Percutaneous coronary intervention,2022,5,1,1 +4216130,Percutaneous coronary intervention,2022,6,1,1 +4216130,Percutaneous coronary intervention,2022,7,2,1 +4216130,Percutaneous coronary intervention,2022,8,2,1 +4216130,Percutaneous coronary intervention,2022,9,1,1 +4216130,Percutaneous coronary intervention,2022,10,2,1 +4216130,Percutaneous coronary intervention,2022,11,1,1 +4216130,Percutaneous coronary intervention,2022,12,2,1 +4216130,Percutaneous coronary intervention,2023,1,3,1 +4216130,Percutaneous coronary intervention,2023,2,2,1 +4216130,Percutaneous coronary intervention,2023,4,2,1 +4216130,Percutaneous coronary intervention,2023,5,1,1 +4216746,Positive end expiratory pressure setting,2008,9,1,1 +4216746,Positive end expiratory pressure setting,2011,3,1,1 +4217646,Implantable defibrillator,1926,8,1,1 +4217646,Implantable defibrillator,1929,12,1,1 +4217646,Implantable defibrillator,1931,3,1,1 +4217646,Implantable defibrillator,1931,12,1,1 +4217646,Implantable defibrillator,1933,11,1,1 +4217646,Implantable defibrillator,1934,6,1,1 +4217646,Implantable defibrillator,1936,2,1,1 +4217646,Implantable defibrillator,1936,3,1,1 +4217646,Implantable defibrillator,1936,5,1,1 +4217646,Implantable defibrillator,1937,10,1,1 +4217646,Implantable defibrillator,1938,4,1,1 +4217646,Implantable defibrillator,1938,12,1,1 +4217646,Implantable defibrillator,1939,3,1,1 +4217646,Implantable defibrillator,1940,1,1,1 +4217646,Implantable defibrillator,1940,7,1,1 +4217646,Implantable defibrillator,1941,4,1,1 +4217646,Implantable defibrillator,1941,5,1,1 +4217646,Implantable defibrillator,1942,1,1,1 +4217646,Implantable defibrillator,1942,5,1,1 +4217646,Implantable defibrillator,1942,11,1,1 +4217646,Implantable defibrillator,1943,10,1,1 +4217646,Implantable defibrillator,1944,3,1,1 +4217646,Implantable defibrillator,1944,4,1,1 +4217646,Implantable defibrillator,1944,5,1,1 +4217646,Implantable defibrillator,1944,11,1,1 +4217646,Implantable defibrillator,1944,12,1,1 +4217646,Implantable defibrillator,1945,5,1,1 +4217646,Implantable defibrillator,1945,7,1,1 +4217646,Implantable defibrillator,1945,9,1,1 +4217646,Implantable defibrillator,1946,7,1,1 +4217646,Implantable defibrillator,1946,9,1,1 +4217646,Implantable defibrillator,1947,1,2,1 +4217646,Implantable defibrillator,1947,6,1,1 +4217646,Implantable defibrillator,1947,8,1,1 +4217646,Implantable defibrillator,1947,10,1,1 +4217646,Implantable defibrillator,1948,1,1,1 +4217646,Implantable defibrillator,1948,10,1,1 +4217646,Implantable defibrillator,1949,2,1,1 +4217646,Implantable defibrillator,1949,3,1,1 +4217646,Implantable defibrillator,1949,4,1,1 +4217646,Implantable defibrillator,1949,8,1,1 +4217646,Implantable defibrillator,1949,11,1,1 +4217646,Implantable defibrillator,1950,8,1,1 +4217646,Implantable defibrillator,1951,4,1,1 +4217646,Implantable defibrillator,1951,6,2,1 +4217646,Implantable defibrillator,1951,8,1,1 +4217646,Implantable defibrillator,1951,9,2,1 +4217646,Implantable defibrillator,1951,12,1,1 +4217646,Implantable defibrillator,1952,4,2,1 +4217646,Implantable defibrillator,1952,6,1,1 +4217646,Implantable defibrillator,1952,7,1,1 +4217646,Implantable defibrillator,1953,4,1,1 +4217646,Implantable defibrillator,1953,6,2,1 +4217646,Implantable defibrillator,1953,7,1,1 +4217646,Implantable defibrillator,1953,8,1,1 +4217646,Implantable defibrillator,1954,5,1,1 +4217646,Implantable defibrillator,1955,3,1,1 +4217646,Implantable defibrillator,1955,4,2,1 +4217646,Implantable defibrillator,1955,6,1,1 +4217646,Implantable defibrillator,1955,11,1,1 +4217646,Implantable defibrillator,1955,12,1,1 +4217646,Implantable defibrillator,1956,2,1,1 +4217646,Implantable defibrillator,1956,5,1,1 +4217646,Implantable defibrillator,1956,7,1,1 +4217646,Implantable defibrillator,1956,8,1,1 +4217646,Implantable defibrillator,1957,8,1,1 +4217646,Implantable defibrillator,1957,12,1,1 +4217646,Implantable defibrillator,1958,5,1,1 +4217646,Implantable defibrillator,1958,7,1,1 +4217646,Implantable defibrillator,1958,9,2,1 +4217646,Implantable defibrillator,1958,11,1,1 +4217646,Implantable defibrillator,1958,12,1,1 +4217646,Implantable defibrillator,1959,2,1,1 +4217646,Implantable defibrillator,1959,4,1,1 +4217646,Implantable defibrillator,1959,5,1,1 +4217646,Implantable defibrillator,1960,4,1,1 +4217646,Implantable defibrillator,1960,5,1,1 +4217646,Implantable defibrillator,1960,7,1,1 +4217646,Implantable defibrillator,1960,10,2,1 +4217646,Implantable defibrillator,1960,11,1,1 +4217646,Implantable defibrillator,1961,9,1,1 +4217646,Implantable defibrillator,1961,11,3,1 +4217646,Implantable defibrillator,1962,1,1,1 +4217646,Implantable defibrillator,1962,3,1,1 +4217646,Implantable defibrillator,1962,7,1,1 +4217646,Implantable defibrillator,1962,8,1,1 +4217646,Implantable defibrillator,1962,10,1,1 +4217646,Implantable defibrillator,1963,6,2,1 +4217646,Implantable defibrillator,1963,12,2,1 +4217646,Implantable defibrillator,1964,2,1,1 +4217646,Implantable defibrillator,1964,12,1,1 +4217646,Implantable defibrillator,1965,1,1,1 +4217646,Implantable defibrillator,1965,5,1,1 +4217646,Implantable defibrillator,1965,11,1,1 +4217646,Implantable defibrillator,1966,5,1,1 +4217646,Implantable defibrillator,1966,10,2,1 +4217646,Implantable defibrillator,1966,11,1,1 +4217646,Implantable defibrillator,1967,1,1,1 +4217646,Implantable defibrillator,1967,2,1,1 +4217646,Implantable defibrillator,1967,4,1,1 +4217646,Implantable defibrillator,1967,5,1,1 +4217646,Implantable defibrillator,1967,7,2,1 +4217646,Implantable defibrillator,1967,9,1,1 +4217646,Implantable defibrillator,1967,12,2,1 +4217646,Implantable defibrillator,1968,4,1,1 +4217646,Implantable defibrillator,1969,2,1,1 +4217646,Implantable defibrillator,1969,3,1,1 +4217646,Implantable defibrillator,1969,6,1,1 +4217646,Implantable defibrillator,1969,11,1,1 +4217646,Implantable defibrillator,1970,1,1,1 +4217646,Implantable defibrillator,1970,6,1,1 +4217646,Implantable defibrillator,1970,8,1,1 +4217646,Implantable defibrillator,1970,9,1,1 +4217646,Implantable defibrillator,1970,11,2,1 +4217646,Implantable defibrillator,1971,1,1,1 +4217646,Implantable defibrillator,1971,2,1,1 +4217646,Implantable defibrillator,1971,7,1,1 +4217646,Implantable defibrillator,1971,8,1,1 +4217646,Implantable defibrillator,1971,10,1,1 +4217646,Implantable defibrillator,1972,2,1,1 +4217646,Implantable defibrillator,1972,10,1,1 +4217646,Implantable defibrillator,1973,6,1,1 +4217646,Implantable defibrillator,1974,2,2,1 +4217646,Implantable defibrillator,1974,3,1,1 +4217646,Implantable defibrillator,1974,6,1,1 +4217646,Implantable defibrillator,1975,3,1,1 +4217646,Implantable defibrillator,1975,9,1,1 +4217646,Implantable defibrillator,1975,11,1,1 +4217646,Implantable defibrillator,1976,6,1,1 +4217646,Implantable defibrillator,1976,7,1,1 +4217646,Implantable defibrillator,1976,10,1,1 +4217646,Implantable defibrillator,1977,3,1,1 +4217646,Implantable defibrillator,1977,7,1,1 +4217646,Implantable defibrillator,1977,11,1,1 +4217646,Implantable defibrillator,1978,3,2,1 +4217646,Implantable defibrillator,1978,8,1,1 +4217646,Implantable defibrillator,1978,9,1,1 +4217646,Implantable defibrillator,1978,10,1,1 +4217646,Implantable defibrillator,1979,2,1,1 +4217646,Implantable defibrillator,1979,8,2,1 +4217646,Implantable defibrillator,1979,10,1,1 +4217646,Implantable defibrillator,1979,12,2,1 +4217646,Implantable defibrillator,1980,1,1,1 +4217646,Implantable defibrillator,1980,2,1,1 +4217646,Implantable defibrillator,1980,4,2,1 +4217646,Implantable defibrillator,1980,5,1,1 +4217646,Implantable defibrillator,1980,7,2,1 +4217646,Implantable defibrillator,1980,12,1,1 +4217646,Implantable defibrillator,1981,1,1,1 +4217646,Implantable defibrillator,1981,4,1,1 +4217646,Implantable defibrillator,1981,6,1,1 +4217646,Implantable defibrillator,1981,8,1,1 +4217646,Implantable defibrillator,1982,1,1,1 +4217646,Implantable defibrillator,1982,3,1,2 +4217646,Implantable defibrillator,1982,7,1,1 +4217646,Implantable defibrillator,1982,9,1,1 +4217646,Implantable defibrillator,1982,10,1,1 +4217646,Implantable defibrillator,1983,2,1,1 +4217646,Implantable defibrillator,1983,4,2,1 +4217646,Implantable defibrillator,1983,7,1,1 +4217646,Implantable defibrillator,1983,10,1,1 +4217646,Implantable defibrillator,1983,11,1,1 +4217646,Implantable defibrillator,1984,6,1,1 +4217646,Implantable defibrillator,1984,8,1,1 +4217646,Implantable defibrillator,1984,10,3,1 +4217646,Implantable defibrillator,1984,11,2,1 +4217646,Implantable defibrillator,1985,6,1,1 +4217646,Implantable defibrillator,1985,8,1,1 +4217646,Implantable defibrillator,1985,11,1,1 +4217646,Implantable defibrillator,1985,12,1,1 +4217646,Implantable defibrillator,1986,6,2,1 +4217646,Implantable defibrillator,1986,9,2,1 +4217646,Implantable defibrillator,1987,5,1,1 +4217646,Implantable defibrillator,1987,6,2,1 +4217646,Implantable defibrillator,1987,7,1,1 +4217646,Implantable defibrillator,1987,10,1,1 +4217646,Implantable defibrillator,1987,11,1,1 +4217646,Implantable defibrillator,1988,5,1,1 +4217646,Implantable defibrillator,1988,8,1,1 +4217646,Implantable defibrillator,1988,12,1,1 +4217646,Implantable defibrillator,1989,2,1,1 +4217646,Implantable defibrillator,1989,3,1,1 +4217646,Implantable defibrillator,1989,4,2,1 +4217646,Implantable defibrillator,1989,6,1,1 +4217646,Implantable defibrillator,1989,7,1,1 +4217646,Implantable defibrillator,1989,9,1,1 +4217646,Implantable defibrillator,1989,11,1,1 +4217646,Implantable defibrillator,1989,12,1,1 +4217646,Implantable defibrillator,1990,2,1,1 +4217646,Implantable defibrillator,1990,5,1,1 +4217646,Implantable defibrillator,1990,6,3,1 +4217646,Implantable defibrillator,1990,7,1,1 +4217646,Implantable defibrillator,1990,9,1,1 +4217646,Implantable defibrillator,1990,12,1,1 +4217646,Implantable defibrillator,1991,1,1,1 +4217646,Implantable defibrillator,1991,3,1,1 +4217646,Implantable defibrillator,1991,8,2,1 +4217646,Implantable defibrillator,1991,10,1,1 +4217646,Implantable defibrillator,1991,11,1,1 +4217646,Implantable defibrillator,1991,12,2,1 +4217646,Implantable defibrillator,1992,1,1,1 +4217646,Implantable defibrillator,1992,2,1,1 +4217646,Implantable defibrillator,1992,3,1,1 +4217646,Implantable defibrillator,1992,4,2,1 +4217646,Implantable defibrillator,1992,5,1,1 +4217646,Implantable defibrillator,1992,8,1,1 +4217646,Implantable defibrillator,1992,11,1,1 +4217646,Implantable defibrillator,1993,6,1,1 +4217646,Implantable defibrillator,1993,12,1,1 +4217646,Implantable defibrillator,1994,3,1,1 +4217646,Implantable defibrillator,1994,6,1,1 +4217646,Implantable defibrillator,1994,7,1,1 +4217646,Implantable defibrillator,1994,9,2,1 +4217646,Implantable defibrillator,1994,10,1,1 +4217646,Implantable defibrillator,1995,3,2,1 +4217646,Implantable defibrillator,1995,5,1,1 +4217646,Implantable defibrillator,1995,7,1,1 +4217646,Implantable defibrillator,1995,9,2,1 +4217646,Implantable defibrillator,1995,10,1,1 +4217646,Implantable defibrillator,1995,11,2,1 +4217646,Implantable defibrillator,1996,1,1,1 +4217646,Implantable defibrillator,1996,3,3,1 +4217646,Implantable defibrillator,1996,6,1,1 +4217646,Implantable defibrillator,1996,10,1,1 +4217646,Implantable defibrillator,1997,1,1,1 +4217646,Implantable defibrillator,1997,2,1,1 +4217646,Implantable defibrillator,1997,4,1,1 +4217646,Implantable defibrillator,1997,5,1,1 +4217646,Implantable defibrillator,1997,6,1,1 +4217646,Implantable defibrillator,1997,8,4,1 +4217646,Implantable defibrillator,1998,2,1,1 +4217646,Implantable defibrillator,1998,3,1,1 +4217646,Implantable defibrillator,1998,4,1,1 +4217646,Implantable defibrillator,1998,6,1,1 +4217646,Implantable defibrillator,1998,7,2,1 +4217646,Implantable defibrillator,1998,8,1,1 +4217646,Implantable defibrillator,1998,11,1,1 +4217646,Implantable defibrillator,1998,12,2,1 +4217646,Implantable defibrillator,1999,3,1,1 +4217646,Implantable defibrillator,1999,5,1,1 +4217646,Implantable defibrillator,1999,6,1,1 +4217646,Implantable defibrillator,1999,7,1,1 +4217646,Implantable defibrillator,1999,8,3,1 +4217646,Implantable defibrillator,1999,11,1,1 +4217646,Implantable defibrillator,1999,12,1,1 +4217646,Implantable defibrillator,2000,1,1,1 +4217646,Implantable defibrillator,2000,4,3,1 +4217646,Implantable defibrillator,2000,6,1,1 +4217646,Implantable defibrillator,2000,7,1,1 +4217646,Implantable defibrillator,2000,8,2,1 +4217646,Implantable defibrillator,2000,10,1,1 +4217646,Implantable defibrillator,2000,12,1,1 +4217646,Implantable defibrillator,2001,3,1,1 +4217646,Implantable defibrillator,2001,5,1,1 +4217646,Implantable defibrillator,2001,6,1,1 +4217646,Implantable defibrillator,2001,9,2,1 +4217646,Implantable defibrillator,2001,10,1,1 +4217646,Implantable defibrillator,2002,1,3,1 +4217646,Implantable defibrillator,2002,2,1,1 +4217646,Implantable defibrillator,2002,3,2,1 +4217646,Implantable defibrillator,2002,10,1,1 +4217646,Implantable defibrillator,2002,11,1,1 +4217646,Implantable defibrillator,2003,1,1,1 +4217646,Implantable defibrillator,2003,2,2,1 +4217646,Implantable defibrillator,2003,3,1,1 +4217646,Implantable defibrillator,2003,5,1,1 +4217646,Implantable defibrillator,2003,8,2,1 +4217646,Implantable defibrillator,2003,9,4,1 +4217646,Implantable defibrillator,2003,10,2,1 +4217646,Implantable defibrillator,2004,1,1,1 +4217646,Implantable defibrillator,2004,5,3,1 +4217646,Implantable defibrillator,2004,6,2,1 +4217646,Implantable defibrillator,2004,9,1,1 +4217646,Implantable defibrillator,2004,10,1,1 +4217646,Implantable defibrillator,2004,11,1,1 +4217646,Implantable defibrillator,2005,2,1,1 +4217646,Implantable defibrillator,2005,3,2,1 +4217646,Implantable defibrillator,2005,5,1,1 +4217646,Implantable defibrillator,2005,8,2,1 +4217646,Implantable defibrillator,2005,9,1,1 +4217646,Implantable defibrillator,2005,10,1,1 +4217646,Implantable defibrillator,2005,11,2,1 +4217646,Implantable defibrillator,2005,12,1,1 +4217646,Implantable defibrillator,2006,1,1,1 +4217646,Implantable defibrillator,2006,2,1,1 +4217646,Implantable defibrillator,2006,3,1,1 +4217646,Implantable defibrillator,2006,5,1,1 +4217646,Implantable defibrillator,2006,9,2,1 +4217646,Implantable defibrillator,2006,10,1,1 +4217646,Implantable defibrillator,2007,1,2,1 +4217646,Implantable defibrillator,2007,2,2,1 +4217646,Implantable defibrillator,2007,3,1,1 +4217646,Implantable defibrillator,2007,5,1,1 +4217646,Implantable defibrillator,2007,6,1,1 +4217646,Implantable defibrillator,2007,9,2,1 +4217646,Implantable defibrillator,2007,12,1,1 +4217646,Implantable defibrillator,2008,1,1,1 +4217646,Implantable defibrillator,2008,2,1,1 +4217646,Implantable defibrillator,2008,3,1,2 +4217646,Implantable defibrillator,2008,10,1,1 +4217646,Implantable defibrillator,2008,11,1,1 +4217646,Implantable defibrillator,2008,12,2,1 +4217646,Implantable defibrillator,2009,1,1,1 +4217646,Implantable defibrillator,2009,2,2,1 +4217646,Implantable defibrillator,2009,3,1,1 +4217646,Implantable defibrillator,2009,4,2,1 +4217646,Implantable defibrillator,2009,7,2,1 +4217646,Implantable defibrillator,2009,8,1,1 +4217646,Implantable defibrillator,2009,10,2,1 +4217646,Implantable defibrillator,2009,11,3,1 +4217646,Implantable defibrillator,2010,1,1,1 +4217646,Implantable defibrillator,2010,2,1,1 +4217646,Implantable defibrillator,2010,4,2,1 +4217646,Implantable defibrillator,2010,5,1,1 +4217646,Implantable defibrillator,2010,9,2,2 +4217646,Implantable defibrillator,2010,11,2,1 +4217646,Implantable defibrillator,2011,1,2,1 +4217646,Implantable defibrillator,2011,3,2,1 +4217646,Implantable defibrillator,2011,6,1,1 +4217646,Implantable defibrillator,2011,8,1,1 +4217646,Implantable defibrillator,2011,12,1,1 +4217646,Implantable defibrillator,2012,1,2,1 +4217646,Implantable defibrillator,2012,7,1,1 +4217646,Implantable defibrillator,2012,8,3,1 +4217646,Implantable defibrillator,2012,11,2,1 +4217646,Implantable defibrillator,2012,12,1,1 +4217646,Implantable defibrillator,2013,1,2,1 +4217646,Implantable defibrillator,2013,2,1,1 +4217646,Implantable defibrillator,2013,4,2,1 +4217646,Implantable defibrillator,2013,5,1,1 +4217646,Implantable defibrillator,2013,6,1,1 +4217646,Implantable defibrillator,2013,7,1,1 +4217646,Implantable defibrillator,2013,10,2,1 +4217646,Implantable defibrillator,2013,11,1,1 +4217646,Implantable defibrillator,2013,12,2,1.5 +4217646,Implantable defibrillator,2014,1,1,1 +4217646,Implantable defibrillator,2014,4,1,1 +4217646,Implantable defibrillator,2014,5,2,1 +4217646,Implantable defibrillator,2014,6,2,1 +4217646,Implantable defibrillator,2014,7,1,1 +4217646,Implantable defibrillator,2014,10,1,1 +4217646,Implantable defibrillator,2014,12,2,1 +4217646,Implantable defibrillator,2015,1,2,1 +4217646,Implantable defibrillator,2015,4,1,1 +4217646,Implantable defibrillator,2015,5,1,1 +4217646,Implantable defibrillator,2015,8,1,1 +4217646,Implantable defibrillator,2015,9,1,1 +4217646,Implantable defibrillator,2015,10,1,1 +4217646,Implantable defibrillator,2015,12,2,1 +4217646,Implantable defibrillator,2016,2,1,1 +4217646,Implantable defibrillator,2016,3,3,1 +4217646,Implantable defibrillator,2016,5,1,1 +4217646,Implantable defibrillator,2016,6,1,1 +4217646,Implantable defibrillator,2016,7,1,1 +4217646,Implantable defibrillator,2016,8,2,1.5 +4217646,Implantable defibrillator,2016,10,1,1 +4217646,Implantable defibrillator,2016,11,1,1 +4217646,Implantable defibrillator,2016,12,1,1 +4217646,Implantable defibrillator,2017,1,2,1 +4217646,Implantable defibrillator,2017,5,1,1 +4217646,Implantable defibrillator,2017,6,1,1 +4217646,Implantable defibrillator,2017,7,2,1 +4217646,Implantable defibrillator,2017,8,1,1 +4217646,Implantable defibrillator,2017,12,4,1 +4217646,Implantable defibrillator,2018,3,1,1 +4217646,Implantable defibrillator,2018,4,1,1 +4217646,Implantable defibrillator,2018,6,1,1 +4217646,Implantable defibrillator,2018,8,1,1 +4217646,Implantable defibrillator,2018,9,2,1 +4217646,Implantable defibrillator,2018,10,1,1 +4217646,Implantable defibrillator,2018,11,1,2 +4217646,Implantable defibrillator,2018,12,1,1 +4217646,Implantable defibrillator,2019,2,1,1 +4217646,Implantable defibrillator,2019,3,1,1 +4217646,Implantable defibrillator,2019,4,2,1 +4217646,Implantable defibrillator,2019,7,1,1 +4217646,Implantable defibrillator,2019,9,1,1 +4217646,Implantable defibrillator,2019,10,1,1 +4217646,Implantable defibrillator,2020,1,1,1 +4217646,Implantable defibrillator,2020,2,1,1 +4217646,Implantable defibrillator,2020,3,1,1 +4217646,Implantable defibrillator,2020,6,1,1 +4217646,Implantable defibrillator,2020,7,3,1 +4217646,Implantable defibrillator,2020,8,1,1 +4217646,Implantable defibrillator,2020,9,1,1 +4217646,Implantable defibrillator,2020,11,2,1 +4217646,Implantable defibrillator,2020,12,2,1 +4217646,Implantable defibrillator,2021,1,2,1 +4217646,Implantable defibrillator,2021,2,2,1 +4217646,Implantable defibrillator,2021,5,3,1 +4217646,Implantable defibrillator,2021,6,2,1 +4217646,Implantable defibrillator,2021,7,3,1 +4217646,Implantable defibrillator,2021,9,1,1 +4217646,Implantable defibrillator,2021,10,1,1 +4217646,Implantable defibrillator,2021,11,1,1 +4217646,Implantable defibrillator,2021,12,2,1 +4217646,Implantable defibrillator,2022,2,1,1 +4217646,Implantable defibrillator,2022,3,1,1 +4217646,Implantable defibrillator,2022,5,1,1 +4217646,Implantable defibrillator,2022,10,1,1 +4217646,Implantable defibrillator,2022,12,1,1 +4217646,Implantable defibrillator,2023,2,1,1 +4217646,Implantable defibrillator,2023,4,1,1 +4230911,Echocardiography,1942,12,1,1 +4230911,Echocardiography,1943,8,1,1 +4230911,Echocardiography,1947,7,1,1 +4230911,Echocardiography,1948,7,1,1 +4230911,Echocardiography,1950,12,1,1 +4230911,Echocardiography,1951,5,1,1 +4230911,Echocardiography,1951,10,1,1 +4230911,Echocardiography,1952,9,1,1 +4230911,Echocardiography,1953,10,1,1 +4230911,Echocardiography,1955,4,2,1 +4230911,Echocardiography,1955,6,1,1 +4230911,Echocardiography,1955,8,1,1 +4230911,Echocardiography,1955,11,1,1 +4230911,Echocardiography,1956,1,1,1 +4230911,Echocardiography,1958,1,1,1 +4230911,Echocardiography,1958,4,1,1 +4230911,Echocardiography,1958,12,1,1 +4230911,Echocardiography,1960,4,1,1 +4230911,Echocardiography,1960,7,1,1 +4230911,Echocardiography,1962,1,1,1 +4230911,Echocardiography,1963,5,2,1 +4230911,Echocardiography,1963,6,2,1 +4230911,Echocardiography,1963,10,1,1 +4230911,Echocardiography,1964,12,1,1 +4230911,Echocardiography,1965,7,2,1 +4230911,Echocardiography,1966,12,1,1 +4230911,Echocardiography,1967,1,1,1 +4230911,Echocardiography,1967,4,1,1 +4230911,Echocardiography,1967,8,1,1 +4230911,Echocardiography,1967,11,1,1 +4230911,Echocardiography,1968,4,1,1 +4230911,Echocardiography,1968,6,2,1 +4230911,Echocardiography,1969,3,1,1 +4230911,Echocardiography,1969,6,1,1 +4230911,Echocardiography,1969,7,1,1 +4230911,Echocardiography,1969,11,1,1 +4230911,Echocardiography,1970,5,1,1 +4230911,Echocardiography,1970,9,1,2 +4230911,Echocardiography,1972,4,1,1 +4230911,Echocardiography,1973,6,1,1 +4230911,Echocardiography,1973,8,1,1 +4230911,Echocardiography,1974,3,1,1 +4230911,Echocardiography,1974,5,1,1 +4230911,Echocardiography,1974,7,1,1 +4230911,Echocardiography,1974,12,1,1 +4230911,Echocardiography,1975,3,1,1 +4230911,Echocardiography,1975,8,1,1 +4230911,Echocardiography,1975,9,1,1 +4230911,Echocardiography,1975,11,3,1 +4230911,Echocardiography,1976,1,1,1 +4230911,Echocardiography,1976,3,1,1 +4230911,Echocardiography,1976,6,1,1 +4230911,Echocardiography,1976,7,1,1 +4230911,Echocardiography,1976,10,3,1 +4230911,Echocardiography,1977,1,1,1 +4230911,Echocardiography,1977,5,1,1 +4230911,Echocardiography,1977,8,1,1 +4230911,Echocardiography,1977,10,1,1 +4230911,Echocardiography,1978,7,1,1 +4230911,Echocardiography,1978,11,1,1 +4230911,Echocardiography,1979,6,1,1 +4230911,Echocardiography,1979,11,1,1 +4230911,Echocardiography,1979,12,1,1 +4230911,Echocardiography,1980,2,1,1 +4230911,Echocardiography,1980,4,1,1 +4230911,Echocardiography,1980,7,1,1 +4230911,Echocardiography,1980,8,1,1 +4230911,Echocardiography,1980,9,1,1 +4230911,Echocardiography,1980,11,1,1 +4230911,Echocardiography,1981,1,1,1 +4230911,Echocardiography,1982,1,3,1 +4230911,Echocardiography,1982,2,1,1 +4230911,Echocardiography,1982,4,1,1 +4230911,Echocardiography,1982,10,1,1 +4230911,Echocardiography,1983,2,1,1 +4230911,Echocardiography,1983,3,1,1 +4230911,Echocardiography,1983,9,1,1 +4230911,Echocardiography,1984,11,3,1 +4230911,Echocardiography,1985,3,2,1 +4230911,Echocardiography,1985,7,3,1 +4230911,Echocardiography,1986,4,1,1 +4230911,Echocardiography,1986,5,1,1 +4230911,Echocardiography,1986,6,1,1 +4230911,Echocardiography,1987,1,1,1 +4230911,Echocardiography,1987,3,1,1 +4230911,Echocardiography,1987,4,1,1 +4230911,Echocardiography,1987,5,1,1 +4230911,Echocardiography,1988,2,1,1 +4230911,Echocardiography,1988,5,2,1 +4230911,Echocardiography,1988,6,1,1 +4230911,Echocardiography,1988,7,1,1 +4230911,Echocardiography,1989,3,2,1 +4230911,Echocardiography,1989,8,1,1 +4230911,Echocardiography,1989,11,2,1 +4230911,Echocardiography,1990,1,1,1 +4230911,Echocardiography,1990,6,2,1 +4230911,Echocardiography,1990,8,1,1 +4230911,Echocardiography,1990,9,1,1 +4230911,Echocardiography,1990,10,1,1 +4230911,Echocardiography,1990,11,1,1 +4230911,Echocardiography,1990,12,2,1 +4230911,Echocardiography,1991,1,1,1 +4230911,Echocardiography,1991,2,1,1 +4230911,Echocardiography,1991,3,1,1 +4230911,Echocardiography,1991,8,1,1 +4230911,Echocardiography,1991,9,2,1 +4230911,Echocardiography,1991,10,1,1 +4230911,Echocardiography,1991,11,1,1 +4230911,Echocardiography,1991,12,2,1 +4230911,Echocardiography,1992,3,1,1 +4230911,Echocardiography,1992,5,1,1 +4230911,Echocardiography,1992,6,1,1 +4230911,Echocardiography,1992,7,1,1 +4230911,Echocardiography,1992,11,1,1 +4230911,Echocardiography,1993,1,2,1 +4230911,Echocardiography,1993,4,1,1 +4230911,Echocardiography,1993,7,3,1 +4230911,Echocardiography,1993,8,1,2 +4230911,Echocardiography,1993,9,2,1 +4230911,Echocardiography,1993,10,1,1 +4230911,Echocardiography,1993,11,1,1 +4230911,Echocardiography,1993,12,1,1 +4230911,Echocardiography,1994,4,2,1 +4230911,Echocardiography,1994,6,2,1 +4230911,Echocardiography,1994,7,1,1 +4230911,Echocardiography,1994,8,1,1 +4230911,Echocardiography,1994,9,2,1 +4230911,Echocardiography,1994,10,1,1 +4230911,Echocardiography,1994,12,4,1 +4230911,Echocardiography,1995,5,1,1 +4230911,Echocardiography,1995,7,1,1 +4230911,Echocardiography,1996,6,2,1 +4230911,Echocardiography,1996,7,3,1 +4230911,Echocardiography,1996,8,4,1 +4230911,Echocardiography,1996,9,1,1 +4230911,Echocardiography,1996,10,3,1 +4230911,Echocardiography,1996,12,2,1 +4230911,Echocardiography,1997,2,4,1.25 +4230911,Echocardiography,1997,5,2,1 +4230911,Echocardiography,1997,7,2,1 +4230911,Echocardiography,1997,8,1,1 +4230911,Echocardiography,1997,9,4,1 +4230911,Echocardiography,1997,11,1,1 +4230911,Echocardiography,1998,1,2,1 +4230911,Echocardiography,1998,3,2,1 +4230911,Echocardiography,1998,4,1,1 +4230911,Echocardiography,1998,5,1,1 +4230911,Echocardiography,1998,7,2,1 +4230911,Echocardiography,1998,9,4,1 +4230911,Echocardiography,1998,10,2,1 +4230911,Echocardiography,1998,11,1,1 +4230911,Echocardiography,1999,1,3,1 +4230911,Echocardiography,1999,5,3,1 +4230911,Echocardiography,1999,6,2,1 +4230911,Echocardiography,1999,8,3,1 +4230911,Echocardiography,1999,10,1,1 +4230911,Echocardiography,1999,12,3,1 +4230911,Echocardiography,2000,4,2,1 +4230911,Echocardiography,2000,5,1,1 +4230911,Echocardiography,2000,6,2,1 +4230911,Echocardiography,2000,7,1,1 +4230911,Echocardiography,2000,10,2,1 +4230911,Echocardiography,2000,11,2,1 +4230911,Echocardiography,2000,12,2,1 +4230911,Echocardiography,2001,1,1,1 +4230911,Echocardiography,2001,2,1,1 +4230911,Echocardiography,2001,4,3,1 +4230911,Echocardiography,2001,5,2,1 +4230911,Echocardiography,2001,6,1,1 +4230911,Echocardiography,2001,7,1,1 +4230911,Echocardiography,2001,8,1,1 +4230911,Echocardiography,2001,9,4,1 +4230911,Echocardiography,2001,10,1,1 +4230911,Echocardiography,2001,12,3,1 +4230911,Echocardiography,2002,1,2,1 +4230911,Echocardiography,2002,2,1,1 +4230911,Echocardiography,2002,3,3,1 +4230911,Echocardiography,2002,4,1,1 +4230911,Echocardiography,2002,5,2,1 +4230911,Echocardiography,2002,7,5,1 +4230911,Echocardiography,2002,8,1,1 +4230911,Echocardiography,2002,10,3,1 +4230911,Echocardiography,2002,11,1,1 +4230911,Echocardiography,2002,12,3,1 +4230911,Echocardiography,2003,1,1,1 +4230911,Echocardiography,2003,2,4,1 +4230911,Echocardiography,2003,3,1,1 +4230911,Echocardiography,2003,4,1,1 +4230911,Echocardiography,2003,5,1,1 +4230911,Echocardiography,2003,6,1,1 +4230911,Echocardiography,2003,7,2,1 +4230911,Echocardiography,2003,9,2,1 +4230911,Echocardiography,2003,10,3,1 +4230911,Echocardiography,2003,11,1,1 +4230911,Echocardiography,2003,12,1,1 +4230911,Echocardiography,2004,1,4,1 +4230911,Echocardiography,2004,2,3,1 +4230911,Echocardiography,2004,3,2,1 +4230911,Echocardiography,2004,4,2,1 +4230911,Echocardiography,2004,5,2,1 +4230911,Echocardiography,2004,6,1,1 +4230911,Echocardiography,2004,7,3,1 +4230911,Echocardiography,2004,8,2,1 +4230911,Echocardiography,2004,10,3,1 +4230911,Echocardiography,2004,11,1,1 +4230911,Echocardiography,2004,12,1,1 +4230911,Echocardiography,2005,2,1,1 +4230911,Echocardiography,2005,3,2,1 +4230911,Echocardiography,2005,4,5,1 +4230911,Echocardiography,2005,6,2,1 +4230911,Echocardiography,2005,8,4,1 +4230911,Echocardiography,2005,9,1,1 +4230911,Echocardiography,2005,10,3,1 +4230911,Echocardiography,2005,11,3,1 +4230911,Echocardiography,2006,1,3,1 +4230911,Echocardiography,2006,2,2,1 +4230911,Echocardiography,2006,3,1,1 +4230911,Echocardiography,2006,4,1,1 +4230911,Echocardiography,2006,5,4,1 +4230911,Echocardiography,2006,6,4,1 +4230911,Echocardiography,2006,8,2,1 +4230911,Echocardiography,2006,10,5,1 +4230911,Echocardiography,2006,11,1,1 +4230911,Echocardiography,2006,12,2,1 +4230911,Echocardiography,2007,1,5,1 +4230911,Echocardiography,2007,2,3,1 +4230911,Echocardiography,2007,3,1,1 +4230911,Echocardiography,2007,4,1,1 +4230911,Echocardiography,2007,5,2,1 +4230911,Echocardiography,2007,6,2,1 +4230911,Echocardiography,2007,7,2,1 +4230911,Echocardiography,2007,9,1,1 +4230911,Echocardiography,2007,11,2,1 +4230911,Echocardiography,2007,12,1,1 +4230911,Echocardiography,2008,1,1,1 +4230911,Echocardiography,2008,2,3,1 +4230911,Echocardiography,2008,3,2,1 +4230911,Echocardiography,2008,4,1,1 +4230911,Echocardiography,2008,5,1,1 +4230911,Echocardiography,2008,6,3,1 +4230911,Echocardiography,2008,7,1,1 +4230911,Echocardiography,2008,8,4,1 +4230911,Echocardiography,2008,9,1,1 +4230911,Echocardiography,2008,10,3,1 +4230911,Echocardiography,2008,11,4,1 +4230911,Echocardiography,2008,12,1,1 +4230911,Echocardiography,2009,3,1,1 +4230911,Echocardiography,2009,4,2,1 +4230911,Echocardiography,2009,5,2,1 +4230911,Echocardiography,2009,6,2,1 +4230911,Echocardiography,2009,7,3,1 +4230911,Echocardiography,2009,8,1,1 +4230911,Echocardiography,2009,9,3,1 +4230911,Echocardiography,2009,10,2,1 +4230911,Echocardiography,2009,11,1,1 +4230911,Echocardiography,2009,12,2,1 +4230911,Echocardiography,2010,2,1,1 +4230911,Echocardiography,2010,3,3,1 +4230911,Echocardiography,2010,4,2,1 +4230911,Echocardiography,2010,5,1,1 +4230911,Echocardiography,2010,6,3,1 +4230911,Echocardiography,2010,8,3,1 +4230911,Echocardiography,2010,9,5,1.4 +4230911,Echocardiography,2010,10,1,1 +4230911,Echocardiography,2010,12,2,1 +4230911,Echocardiography,2011,1,3,1 +4230911,Echocardiography,2011,2,1,1 +4230911,Echocardiography,2011,3,1,1 +4230911,Echocardiography,2011,5,4,1 +4230911,Echocardiography,2011,6,2,1 +4230911,Echocardiography,2011,7,1,1 +4230911,Echocardiography,2011,8,1,1 +4230911,Echocardiography,2011,9,2,1 +4230911,Echocardiography,2011,12,1,1 +4230911,Echocardiography,2012,1,3,1 +4230911,Echocardiography,2012,3,2,1 +4230911,Echocardiography,2012,5,1,1 +4230911,Echocardiography,2012,6,3,1 +4230911,Echocardiography,2012,7,4,1 +4230911,Echocardiography,2012,9,3,1 +4230911,Echocardiography,2012,10,2,1 +4230911,Echocardiography,2012,11,1,1 +4230911,Echocardiography,2012,12,3,1 +4230911,Echocardiography,2013,1,2,1 +4230911,Echocardiography,2013,2,1,1 +4230911,Echocardiography,2013,3,1,1 +4230911,Echocardiography,2013,4,3,1 +4230911,Echocardiography,2013,6,4,1 +4230911,Echocardiography,2013,7,6,1 +4230911,Echocardiography,2013,8,4,1 +4230911,Echocardiography,2013,9,3,1 +4230911,Echocardiography,2013,10,4,1 +4230911,Echocardiography,2013,11,3,1 +4230911,Echocardiography,2013,12,6,1.1666666666666667 +4230911,Echocardiography,2014,1,5,1 +4230911,Echocardiography,2014,2,3,1 +4230911,Echocardiography,2014,3,2,1 +4230911,Echocardiography,2014,4,6,1 +4230911,Echocardiography,2014,5,7,1 +4230911,Echocardiography,2014,6,3,1 +4230911,Echocardiography,2014,7,4,1 +4230911,Echocardiography,2014,8,2,1 +4230911,Echocardiography,2014,9,4,1 +4230911,Echocardiography,2014,10,5,1 +4230911,Echocardiography,2014,11,4,1 +4230911,Echocardiography,2014,12,5,3 +4230911,Echocardiography,2015,1,9,1 +4230911,Echocardiography,2015,2,4,1 +4230911,Echocardiography,2015,3,5,1 +4230911,Echocardiography,2015,4,5,1 +4230911,Echocardiography,2015,5,9,1 +4230911,Echocardiography,2015,6,6,1 +4230911,Echocardiography,2015,7,7,1 +4230911,Echocardiography,2015,8,7,1 +4230911,Echocardiography,2015,9,4,1 +4230911,Echocardiography,2015,10,8,1 +4230911,Echocardiography,2015,11,4,1 +4230911,Echocardiography,2015,12,6,1 +4230911,Echocardiography,2016,1,4,1 +4230911,Echocardiography,2016,2,7,1 +4230911,Echocardiography,2016,3,6,1 +4230911,Echocardiography,2016,4,7,1 +4230911,Echocardiography,2016,5,10,1 +4230911,Echocardiography,2016,6,2,1 +4230911,Echocardiography,2016,7,5,1 +4230911,Echocardiography,2016,8,8,1.125 +4230911,Echocardiography,2016,9,6,1 +4230911,Echocardiography,2016,10,8,1 +4230911,Echocardiography,2016,11,6,1 +4230911,Echocardiography,2016,12,9,1 +4230911,Echocardiography,2017,1,10,1 +4230911,Echocardiography,2017,2,2,1 +4230911,Echocardiography,2017,3,5,1 +4230911,Echocardiography,2017,4,9,1 +4230911,Echocardiography,2017,5,5,1 +4230911,Echocardiography,2017,6,7,1 +4230911,Echocardiography,2017,7,7,1 +4230911,Echocardiography,2017,8,9,1 +4230911,Echocardiography,2017,9,9,1 +4230911,Echocardiography,2017,10,3,1 +4230911,Echocardiography,2017,11,5,1 +4230911,Echocardiography,2017,12,12,1 +4230911,Echocardiography,2018,1,5,1 +4230911,Echocardiography,2018,2,2,1 +4230911,Echocardiography,2018,3,8,1 +4230911,Echocardiography,2018,4,9,1 +4230911,Echocardiography,2018,5,8,1.125 +4230911,Echocardiography,2018,6,8,1 +4230911,Echocardiography,2018,7,7,1.1428571428571428 +4230911,Echocardiography,2018,8,5,1 +4230911,Echocardiography,2018,9,9,1.1111111111111112 +4230911,Echocardiography,2018,10,3,1 +4230911,Echocardiography,2018,11,7,1.1428571428571428 +4230911,Echocardiography,2018,12,8,1 +4230911,Echocardiography,2019,1,7,1 +4230911,Echocardiography,2019,2,8,1 +4230911,Echocardiography,2019,3,7,1.1428571428571428 +4230911,Echocardiography,2019,4,7,1 +4230911,Echocardiography,2019,5,8,1.125 +4230911,Echocardiography,2019,6,4,1 +4230911,Echocardiography,2019,7,13,1 +4230911,Echocardiography,2019,8,8,1 +4230911,Echocardiography,2019,9,4,1 +4230911,Echocardiography,2019,10,10,1 +4230911,Echocardiography,2019,11,3,1 +4230911,Echocardiography,2019,12,11,1 +4230911,Echocardiography,2020,1,8,1.125 +4230911,Echocardiography,2020,2,8,1 +4230911,Echocardiography,2020,3,3,1 +4230911,Echocardiography,2020,4,7,1 +4230911,Echocardiography,2020,5,4,1 +4230911,Echocardiography,2020,6,3,1 +4230911,Echocardiography,2020,7,9,1 +4230911,Echocardiography,2020,8,9,1.1111111111111112 +4230911,Echocardiography,2020,9,5,1 +4230911,Echocardiography,2020,10,3,1 +4230911,Echocardiography,2020,11,10,1 +4230911,Echocardiography,2020,12,6,1 +4230911,Echocardiography,2021,1,7,1 +4230911,Echocardiography,2021,2,6,1 +4230911,Echocardiography,2021,3,7,1 +4230911,Echocardiography,2021,4,3,1 +4230911,Echocardiography,2021,5,10,1 +4230911,Echocardiography,2021,6,8,1 +4230911,Echocardiography,2021,7,10,1 +4230911,Echocardiography,2021,8,10,1 +4230911,Echocardiography,2021,9,7,1 +4230911,Echocardiography,2021,10,6,1 +4230911,Echocardiography,2021,11,7,1 +4230911,Echocardiography,2021,12,8,1 +4230911,Echocardiography,2022,1,1,1 +4230911,Echocardiography,2022,2,9,1 +4230911,Echocardiography,2022,3,10,1 +4230911,Echocardiography,2022,4,9,1 +4230911,Echocardiography,2022,5,9,1 +4230911,Echocardiography,2022,6,5,1 +4230911,Echocardiography,2022,7,9,1 +4230911,Echocardiography,2022,8,10,1 +4230911,Echocardiography,2022,9,3,1 +4230911,Echocardiography,2022,10,11,1 +4230911,Echocardiography,2022,11,7,1 +4230911,Echocardiography,2022,12,9,1 +4230911,Echocardiography,2023,1,9,1 +4230911,Echocardiography,2023,2,3,1 +4230911,Echocardiography,2023,3,4,1 +4230911,Echocardiography,2023,4,13,1 +4230911,Echocardiography,2023,5,5,1 +4230911,Echocardiography,2023,6,1,1 +4248525,Lying systolic blood pressure,2015,4,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 +4248525,Lying systolic blood pressure,2019,10,1,1 +4248525,Lying systolic blood pressure,2020,6,1,1 +4248525,Lying systolic blood pressure,2021,10,1,1 +4257036,Antenatal hepatitis B blood screening test status,2014,11,1,1 +4257036,Antenatal hepatitis B blood screening test status,2017,2,1,1 +4257036,Antenatal hepatitis B blood screening test status,2018,9,1,1 +4329847,Myocardial infarction,1941,6,1,1 +4329847,Myocardial infarction,1942,12,1,1 +4329847,Myocardial infarction,1943,8,1,1 +4329847,Myocardial infarction,1947,7,1,1 +4329847,Myocardial infarction,1948,7,1,1 +4329847,Myocardial infarction,1950,12,1,1 +4329847,Myocardial infarction,1951,5,1,1 +4329847,Myocardial infarction,1951,10,1,1 +4329847,Myocardial infarction,1952,9,1,1 +4329847,Myocardial infarction,1953,10,1,1 +4329847,Myocardial infarction,1955,6,1,1 +4329847,Myocardial infarction,1955,8,1,1 +4329847,Myocardial infarction,1956,1,1,1 +4329847,Myocardial infarction,1958,1,1,1 +4329847,Myocardial infarction,1958,4,1,1 +4329847,Myocardial infarction,1958,12,1,1 +4329847,Myocardial infarction,1960,7,1,1 +4329847,Myocardial infarction,1963,5,2,1 +4329847,Myocardial infarction,1963,6,1,1 +4329847,Myocardial infarction,1963,10,1,1 +4329847,Myocardial infarction,1965,7,2,1 +4329847,Myocardial infarction,1966,12,1,1 +4329847,Myocardial infarction,1967,1,1,1 +4329847,Myocardial infarction,1967,6,1,1 +4329847,Myocardial infarction,1967,8,1,1 +4329847,Myocardial infarction,1967,11,1,1 +4329847,Myocardial infarction,1968,4,1,1 +4329847,Myocardial infarction,1968,6,2,1 +4329847,Myocardial infarction,1969,6,1,1 +4329847,Myocardial infarction,1969,7,1,1 +4329847,Myocardial infarction,1969,11,1,1 +4329847,Myocardial infarction,1970,5,1,1 +4329847,Myocardial infarction,1970,9,1,1 +4329847,Myocardial infarction,1972,4,1,1 +4329847,Myocardial infarction,1974,5,1,1 +4329847,Myocardial infarction,1974,7,1,1 +4329847,Myocardial infarction,1975,3,1,1 +4329847,Myocardial infarction,1975,9,1,1 +4329847,Myocardial infarction,1975,11,2,1 +4329847,Myocardial infarction,1976,1,1,1 +4329847,Myocardial infarction,1976,3,1,1 +4329847,Myocardial infarction,1976,6,1,1 +4329847,Myocardial infarction,1976,10,2,1 +4329847,Myocardial infarction,1977,5,1,1 +4329847,Myocardial infarction,1977,10,1,1 +4329847,Myocardial infarction,1978,11,1,1 +4329847,Myocardial infarction,1979,1,1,1 +4329847,Myocardial infarction,1979,5,1,1 +4329847,Myocardial infarction,1980,2,2,1 +4329847,Myocardial infarction,1980,4,1,1 +4329847,Myocardial infarction,1980,6,1,1 +4329847,Myocardial infarction,1980,7,1,1 +4329847,Myocardial infarction,1980,8,1,1 +4329847,Myocardial infarction,1980,11,1,1 +4329847,Myocardial infarction,1981,1,1,1 +4329847,Myocardial infarction,1982,1,2,1 +4329847,Myocardial infarction,1982,4,1,1 +4329847,Myocardial infarction,1982,10,1,1 +4329847,Myocardial infarction,1983,4,1,1 +4329847,Myocardial infarction,1983,5,1,1 +4329847,Myocardial infarction,1983,9,1,1 +4329847,Myocardial infarction,1984,11,1,1 +4329847,Myocardial infarction,1985,3,2,1 +4329847,Myocardial infarction,1985,7,2,1 +4329847,Myocardial infarction,1986,4,1,1 +4329847,Myocardial infarction,1986,5,1,1 +4329847,Myocardial infarction,1986,12,1,1 +4329847,Myocardial infarction,1987,1,1,1 +4329847,Myocardial infarction,1987,3,1,1 +4329847,Myocardial infarction,1987,4,1,1 +4329847,Myocardial infarction,1987,5,1,1 +4329847,Myocardial infarction,1988,2,2,1 +4329847,Myocardial infarction,1988,7,1,1 +4329847,Myocardial infarction,1989,3,2,1 +4329847,Myocardial infarction,1989,8,1,1 +4329847,Myocardial infarction,1989,11,2,1 +4329847,Myocardial infarction,1990,1,1,1 +4329847,Myocardial infarction,1990,6,1,1 +4329847,Myocardial infarction,1990,8,1,1 +4329847,Myocardial infarction,1990,10,1,1 +4329847,Myocardial infarction,1990,12,2,1 +4329847,Myocardial infarction,1991,2,1,1 +4329847,Myocardial infarction,1991,9,2,1 +4329847,Myocardial infarction,1991,10,1,1 +4329847,Myocardial infarction,1991,11,2,1 +4329847,Myocardial infarction,1991,12,2,1 +4329847,Myocardial infarction,1993,4,1,1 +4329847,Myocardial infarction,1993,7,3,1 +4329847,Myocardial infarction,1993,8,1,1 +4329847,Myocardial infarction,1993,9,1,1 +4329847,Myocardial infarction,1993,10,2,1 +4329847,Myocardial infarction,1993,11,1,1 +4329847,Myocardial infarction,1994,4,1,1 +4329847,Myocardial infarction,1994,6,1,1 +4329847,Myocardial infarction,1994,7,1,1 +4329847,Myocardial infarction,1994,8,1,1 +4329847,Myocardial infarction,1994,9,2,1 +4329847,Myocardial infarction,1994,10,1,1 +4329847,Myocardial infarction,1994,12,3,1 +4329847,Myocardial infarction,1995,5,1,1 +4329847,Myocardial infarction,1996,4,1,1 +4329847,Myocardial infarction,1996,7,1,1 +4329847,Myocardial infarction,1996,8,3,1 +4329847,Myocardial infarction,1996,9,1,1 +4329847,Myocardial infarction,1996,10,1,1 +4329847,Myocardial infarction,1996,11,1,1 +4329847,Myocardial infarction,1996,12,2,1 +4329847,Myocardial infarction,1997,2,3,1 +4329847,Myocardial infarction,1997,5,2,1 +4329847,Myocardial infarction,1997,7,1,1 +4329847,Myocardial infarction,1997,9,2,1 +4329847,Myocardial infarction,1997,10,1,1 +4329847,Myocardial infarction,1998,1,2,1 +4329847,Myocardial infarction,1998,3,2,1 +4329847,Myocardial infarction,1998,4,1,1 +4329847,Myocardial infarction,1998,5,1,1 +4329847,Myocardial infarction,1998,7,1,1 +4329847,Myocardial infarction,1998,9,2,1 +4329847,Myocardial infarction,1998,11,1,1 +4329847,Myocardial infarction,1999,1,2,1 +4329847,Myocardial infarction,1999,5,1,1 +4329847,Myocardial infarction,1999,6,1,1 +4329847,Myocardial infarction,1999,8,1,1 +4329847,Myocardial infarction,1999,12,3,1 +4329847,Myocardial infarction,2000,3,1,1 +4329847,Myocardial infarction,2000,4,1,1 +4329847,Myocardial infarction,2000,6,1,1 +4329847,Myocardial infarction,2000,7,1,1 +4329847,Myocardial infarction,2000,10,1,1 +4329847,Myocardial infarction,2000,11,2,1 +4329847,Myocardial infarction,2001,1,1,1 +4329847,Myocardial infarction,2001,2,1,1 +4329847,Myocardial infarction,2001,4,2,1 +4329847,Myocardial infarction,2001,5,3,1 +4329847,Myocardial infarction,2001,7,1,1 +4329847,Myocardial infarction,2001,8,1,1 +4329847,Myocardial infarction,2001,9,1,1 +4329847,Myocardial infarction,2001,10,1,1 +4329847,Myocardial infarction,2001,11,1,1 +4329847,Myocardial infarction,2002,1,2,1 +4329847,Myocardial infarction,2002,3,1,1 +4329847,Myocardial infarction,2002,4,1,1 +4329847,Myocardial infarction,2002,5,1,1 +4329847,Myocardial infarction,2002,7,4,1 +4329847,Myocardial infarction,2002,8,1,1 +4329847,Myocardial infarction,2002,10,2,1 +4329847,Myocardial infarction,2003,2,2,1 +4329847,Myocardial infarction,2003,3,1,1 +4329847,Myocardial infarction,2003,5,1,1 +4329847,Myocardial infarction,2003,6,1,1 +4329847,Myocardial infarction,2003,7,1,1 +4329847,Myocardial infarction,2003,9,1,1 +4329847,Myocardial infarction,2003,10,2,1 +4329847,Myocardial infarction,2003,11,1,1 +4329847,Myocardial infarction,2003,12,1,1 +4329847,Myocardial infarction,2004,1,2,1 +4329847,Myocardial infarction,2004,2,3,1 +4329847,Myocardial infarction,2004,3,2,1 +4329847,Myocardial infarction,2004,4,1,1 +4329847,Myocardial infarction,2004,5,1,1 +4329847,Myocardial infarction,2004,6,1,1 +4329847,Myocardial infarction,2004,7,2,1 +4329847,Myocardial infarction,2004,8,2,1 +4329847,Myocardial infarction,2004,10,2,1 +4329847,Myocardial infarction,2004,12,1,1 +4329847,Myocardial infarction,2005,2,1,1 +4329847,Myocardial infarction,2005,3,1,1 +4329847,Myocardial infarction,2005,4,4,1 +4329847,Myocardial infarction,2005,6,2,1 +4329847,Myocardial infarction,2005,8,2,1 +4329847,Myocardial infarction,2005,9,1,1 +4329847,Myocardial infarction,2005,10,1,1 +4329847,Myocardial infarction,2005,11,2,1 +4329847,Myocardial infarction,2006,2,2,1 +4329847,Myocardial infarction,2006,4,1,1 +4329847,Myocardial infarction,2006,5,1,1 +4329847,Myocardial infarction,2006,6,2,1 +4329847,Myocardial infarction,2006,8,2,1 +4329847,Myocardial infarction,2006,10,5,1 +4329847,Myocardial infarction,2007,1,3,1 +4329847,Myocardial infarction,2007,2,2,1 +4329847,Myocardial infarction,2007,3,2,1 +4329847,Myocardial infarction,2007,5,1,1 +4329847,Myocardial infarction,2007,6,2,1 +4329847,Myocardial infarction,2007,7,4,1 +4329847,Myocardial infarction,2007,9,1,1 +4329847,Myocardial infarction,2007,11,1,1 +4329847,Myocardial infarction,2007,12,1,1 +4329847,Myocardial infarction,2008,1,1,1 +4329847,Myocardial infarction,2008,2,2,1 +4329847,Myocardial infarction,2008,6,2,1 +4329847,Myocardial infarction,2008,8,1,1 +4329847,Myocardial infarction,2008,9,1,1 +4329847,Myocardial infarction,2008,10,2,1 +4329847,Myocardial infarction,2009,3,1,1 +4329847,Myocardial infarction,2009,4,1,1 +4329847,Myocardial infarction,2009,5,1,1 +4329847,Myocardial infarction,2009,6,1,1 +4329847,Myocardial infarction,2009,7,1,1 +4329847,Myocardial infarction,2009,8,1,1 +4329847,Myocardial infarction,2009,9,1,1 +4329847,Myocardial infarction,2009,10,1,1 +4329847,Myocardial infarction,2010,3,2,1 +4329847,Myocardial infarction,2010,6,1,1 +4329847,Myocardial infarction,2010,7,1,1 +4329847,Myocardial infarction,2010,8,2,1 +4329847,Myocardial infarction,2010,9,2,1 +4329847,Myocardial infarction,2010,10,1,1 +4329847,Myocardial infarction,2010,12,2,1 +4329847,Myocardial infarction,2011,5,3,1 +4329847,Myocardial infarction,2011,6,1,1 +4329847,Myocardial infarction,2011,7,1,1 +4329847,Myocardial infarction,2011,8,1,1 +4329847,Myocardial infarction,2011,9,2,1 +4329847,Myocardial infarction,2011,10,1,1 +4329847,Myocardial infarction,2011,12,1,1 +4329847,Myocardial infarction,2012,1,1,1 +4329847,Myocardial infarction,2012,3,1,1 +4329847,Myocardial infarction,2012,5,1,1 +4329847,Myocardial infarction,2012,6,1,1 +4329847,Myocardial infarction,2012,7,1,1 +4329847,Myocardial infarction,2012,9,2,1 +4329847,Myocardial infarction,2012,10,2,1 +4329847,Myocardial infarction,2013,3,1,1 +4329847,Myocardial infarction,2013,4,1,1 +4329847,Myocardial infarction,2013,6,2,1 +4329847,Myocardial infarction,2013,7,2,1 +4329847,Myocardial infarction,2013,9,1,1 +4329847,Myocardial infarction,2013,10,1,1 +4329847,Myocardial infarction,2013,11,1,1 +4329847,Myocardial infarction,2014,1,1,1 +4329847,Myocardial infarction,2014,2,1,1 +4329847,Myocardial infarction,2014,4,2,1 +4329847,Myocardial infarction,2014,5,2,1 +4329847,Myocardial infarction,2014,12,1,1 +4329847,Myocardial infarction,2015,1,2,1 +4329847,Myocardial infarction,2015,2,1,1 +4329847,Myocardial infarction,2015,4,1,1 +4329847,Myocardial infarction,2015,5,2,1 +4329847,Myocardial infarction,2015,6,1,1 +4329847,Myocardial infarction,2015,8,3,1 +4329847,Myocardial infarction,2015,9,1,1 +4329847,Myocardial infarction,2016,4,2,1 +4329847,Myocardial infarction,2016,5,4,1 +4329847,Myocardial infarction,2016,7,1,1 +4329847,Myocardial infarction,2016,8,3,1 +4329847,Myocardial infarction,2016,9,2,1 +4329847,Myocardial infarction,2016,10,3,1 +4329847,Myocardial infarction,2016,11,1,1 +4329847,Myocardial infarction,2016,12,4,1 +4329847,Myocardial infarction,2017,1,1,1 +4329847,Myocardial infarction,2017,2,1,1 +4329847,Myocardial infarction,2017,5,1,1 +4329847,Myocardial infarction,2017,8,4,1 +4329847,Myocardial infarction,2017,9,3,1 +4329847,Myocardial infarction,2017,10,1,1 +4329847,Myocardial infarction,2017,12,4,1 +4329847,Myocardial infarction,2018,2,1,1 +4329847,Myocardial infarction,2018,3,3,1 +4329847,Myocardial infarction,2018,4,1,1 +4329847,Myocardial infarction,2018,5,1,1 +4329847,Myocardial infarction,2018,6,3,1 +4329847,Myocardial infarction,2018,7,3,1 +4329847,Myocardial infarction,2018,8,2,1 +4329847,Myocardial infarction,2018,9,1,1 +4329847,Myocardial infarction,2018,11,2,1 +4329847,Myocardial infarction,2018,12,1,1 +4329847,Myocardial infarction,2019,1,1,1 +4329847,Myocardial infarction,2019,3,1,1 +4329847,Myocardial infarction,2019,4,1,1 +4329847,Myocardial infarction,2019,5,2,1 +4329847,Myocardial infarction,2019,6,2,1 +4329847,Myocardial infarction,2019,7,2,1 +4329847,Myocardial infarction,2019,8,2,1 +4329847,Myocardial infarction,2019,9,1,1 +4329847,Myocardial infarction,2019,10,3,1 +4329847,Myocardial infarction,2019,11,1,1 +4329847,Myocardial infarction,2019,12,3,1 +4329847,Myocardial infarction,2020,1,3,1 +4329847,Myocardial infarction,2020,3,1,1 +4329847,Myocardial infarction,2020,4,3,1 +4329847,Myocardial infarction,2020,7,3,1 +4329847,Myocardial infarction,2020,8,2,1 +4329847,Myocardial infarction,2020,9,1,1 +4329847,Myocardial infarction,2020,11,2,1 +4329847,Myocardial infarction,2020,12,2,1 +4329847,Myocardial infarction,2021,1,2,1 +4329847,Myocardial infarction,2021,4,2,1 +4329847,Myocardial infarction,2021,6,2,1 +4329847,Myocardial infarction,2021,7,2,1 +4329847,Myocardial infarction,2021,8,3,1 +4329847,Myocardial infarction,2021,9,3,1 +4329847,Myocardial infarction,2021,10,2,1 +4329847,Myocardial infarction,2021,11,4,1 +4329847,Myocardial infarction,2021,12,1,1 +4329847,Myocardial infarction,2022,2,1,1 +4329847,Myocardial infarction,2022,4,3,1 +4329847,Myocardial infarction,2022,5,1,1 +4329847,Myocardial infarction,2022,6,1,1 +4329847,Myocardial infarction,2022,7,2,1 +4329847,Myocardial infarction,2022,8,2,1 +4329847,Myocardial infarction,2022,9,1,1 +4329847,Myocardial infarction,2022,10,2,1 +4329847,Myocardial infarction,2022,11,1,1 +4329847,Myocardial infarction,2022,12,2,1 +4329847,Myocardial infarction,2023,1,3,1 +4329847,Myocardial infarction,2023,2,2,1 +4329847,Myocardial infarction,2023,4,2,1 +4329847,Myocardial infarction,2023,5,1,1 +4336464,Coronary artery bypass graft,1942,12,1,1 +4336464,Coronary artery bypass graft,1943,8,1,1 +4336464,Coronary artery bypass graft,1947,7,1,1 +4336464,Coronary artery bypass graft,1948,7,1,1 +4336464,Coronary artery bypass graft,1950,12,1,1 +4336464,Coronary artery bypass graft,1951,5,1,1 +4336464,Coronary artery bypass graft,1951,10,1,1 +4336464,Coronary artery bypass graft,1952,9,1,1 +4336464,Coronary artery bypass graft,1953,10,1,1 +4336464,Coronary artery bypass graft,1955,6,1,1 +4336464,Coronary artery bypass graft,1955,8,1,1 +4336464,Coronary artery bypass graft,1956,1,1,1 +4336464,Coronary artery bypass graft,1958,1,1,1 +4336464,Coronary artery bypass graft,1958,4,1,1 +4336464,Coronary artery bypass graft,1958,12,1,1 +4336464,Coronary artery bypass graft,1960,7,1,1 +4336464,Coronary artery bypass graft,1963,5,2,1 +4336464,Coronary artery bypass graft,1963,6,1,1 +4336464,Coronary artery bypass graft,1963,10,1,1 +4336464,Coronary artery bypass graft,1965,7,2,1 +4336464,Coronary artery bypass graft,1966,12,1,1 +4336464,Coronary artery bypass graft,1967,1,1,1 +4336464,Coronary artery bypass graft,1967,8,1,1 +4336464,Coronary artery bypass graft,1967,11,1,1 +4336464,Coronary artery bypass graft,1968,4,1,1 +4336464,Coronary artery bypass graft,1968,6,2,1 +4336464,Coronary artery bypass graft,1969,6,1,1 +4336464,Coronary artery bypass graft,1969,7,1,1 +4336464,Coronary artery bypass graft,1969,11,1,1 +4336464,Coronary artery bypass graft,1970,5,1,1 +4336464,Coronary artery bypass graft,1970,9,1,2 +4336464,Coronary artery bypass graft,1972,4,1,1 +4336464,Coronary artery bypass graft,1974,5,1,1 +4336464,Coronary artery bypass graft,1974,7,1,1 +4336464,Coronary artery bypass graft,1975,3,1,1 +4336464,Coronary artery bypass graft,1975,9,1,1 +4336464,Coronary artery bypass graft,1975,11,2,1 +4336464,Coronary artery bypass graft,1976,1,1,1 +4336464,Coronary artery bypass graft,1976,3,1,1 +4336464,Coronary artery bypass graft,1976,6,1,1 +4336464,Coronary artery bypass graft,1976,7,1,1 +4336464,Coronary artery bypass graft,1976,10,3,1 +4336464,Coronary artery bypass graft,1977,5,1,1 +4336464,Coronary artery bypass graft,1977,10,1,1 +4336464,Coronary artery bypass graft,1978,11,1,1 +4336464,Coronary artery bypass graft,1979,11,1,1 +4336464,Coronary artery bypass graft,1980,2,1,1 +4336464,Coronary artery bypass graft,1980,4,1,1 +4336464,Coronary artery bypass graft,1980,7,1,1 +4336464,Coronary artery bypass graft,1980,8,1,1 +4336464,Coronary artery bypass graft,1980,11,1,1 +4336464,Coronary artery bypass graft,1981,1,1,1 +4336464,Coronary artery bypass graft,1982,1,2,1 +4336464,Coronary artery bypass graft,1982,4,1,1 +4336464,Coronary artery bypass graft,1982,10,1,1 +4336464,Coronary artery bypass graft,1983,9,1,1 +4336464,Coronary artery bypass graft,1984,11,1,1 +4336464,Coronary artery bypass graft,1985,3,2,1 +4336464,Coronary artery bypass graft,1985,7,2,1 +4336464,Coronary artery bypass graft,1986,4,1,1 +4336464,Coronary artery bypass graft,1986,5,1,1 +4336464,Coronary artery bypass graft,1987,1,1,1 +4336464,Coronary artery bypass graft,1987,3,1,1 +4336464,Coronary artery bypass graft,1987,4,1,1 +4336464,Coronary artery bypass graft,1987,5,1,1 +4336464,Coronary artery bypass graft,1988,2,1,1 +4336464,Coronary artery bypass graft,1988,7,1,1 +4336464,Coronary artery bypass graft,1989,3,2,1 +4336464,Coronary artery bypass graft,1989,8,1,1 +4336464,Coronary artery bypass graft,1989,11,2,1 +4336464,Coronary artery bypass graft,1990,1,1,1 +4336464,Coronary artery bypass graft,1990,6,1,1 +4336464,Coronary artery bypass graft,1990,8,1,1 +4336464,Coronary artery bypass graft,1990,10,1,1 +4336464,Coronary artery bypass graft,1990,12,2,1 +4336464,Coronary artery bypass graft,1991,2,1,1 +4336464,Coronary artery bypass graft,1991,9,1,1 +4336464,Coronary artery bypass graft,1991,10,1,1 +4336464,Coronary artery bypass graft,1991,11,1,1 +4336464,Coronary artery bypass graft,1991,12,2,1 +4336464,Coronary artery bypass graft,1992,7,1,1 +4336464,Coronary artery bypass graft,1993,4,1,1 +4336464,Coronary artery bypass graft,1993,7,3,1 +4336464,Coronary artery bypass graft,1993,8,1,2 +4336464,Coronary artery bypass graft,1993,9,1,1 +4336464,Coronary artery bypass graft,1993,10,1,1 +4336464,Coronary artery bypass graft,1993,11,1,1 +4336464,Coronary artery bypass graft,1994,4,1,1 +4336464,Coronary artery bypass graft,1994,6,1,1 +4336464,Coronary artery bypass graft,1994,7,1,1 +4336464,Coronary artery bypass graft,1994,8,1,1 +4336464,Coronary artery bypass graft,1994,9,1,1 +4336464,Coronary artery bypass graft,1994,10,1,1 +4336464,Coronary artery bypass graft,1994,12,3,1 +4336464,Coronary artery bypass graft,1995,5,1,1 +4336464,Coronary artery bypass graft,1996,7,1,1 +4336464,Coronary artery bypass graft,1996,8,3,1 +4336464,Coronary artery bypass graft,1996,9,1,1 +4336464,Coronary artery bypass graft,1996,10,1,1 +4336464,Coronary artery bypass graft,1996,12,2,1 +4336464,Coronary artery bypass graft,1997,2,3,1.3333333333333333 +4336464,Coronary artery bypass graft,1997,5,2,1 +4336464,Coronary artery bypass graft,1997,7,1,1 +4336464,Coronary artery bypass graft,1997,9,2,1 +4336464,Coronary artery bypass graft,1998,1,1,1 +4336464,Coronary artery bypass graft,1998,3,2,1 +4336464,Coronary artery bypass graft,1998,4,1,1 +4336464,Coronary artery bypass graft,1998,5,1,1 +4336464,Coronary artery bypass graft,1998,7,1,1 +4336464,Coronary artery bypass graft,1998,9,2,1 +4336464,Coronary artery bypass graft,1998,10,1,1 +4336464,Coronary artery bypass graft,1998,11,1,1 +4336464,Coronary artery bypass graft,1999,1,2,1 +4336464,Coronary artery bypass graft,1999,5,2,1 +4336464,Coronary artery bypass graft,1999,6,1,1 +4336464,Coronary artery bypass graft,1999,8,1,1 +4336464,Coronary artery bypass graft,1999,12,3,1 +4336464,Coronary artery bypass graft,2000,4,1,1 +4336464,Coronary artery bypass graft,2000,6,1,1 +4336464,Coronary artery bypass graft,2000,7,1,1 +4336464,Coronary artery bypass graft,2000,10,1,1 +4336464,Coronary artery bypass graft,2000,11,2,1 +4336464,Coronary artery bypass graft,2001,1,1,1 +4336464,Coronary artery bypass graft,2001,2,1,1 +4336464,Coronary artery bypass graft,2001,4,2,1 +4336464,Coronary artery bypass graft,2001,5,2,1 +4336464,Coronary artery bypass graft,2001,7,1,1 +4336464,Coronary artery bypass graft,2001,8,1,1 +4336464,Coronary artery bypass graft,2001,9,1,1 +4336464,Coronary artery bypass graft,2001,10,1,1 +4336464,Coronary artery bypass graft,2002,1,1,1 +4336464,Coronary artery bypass graft,2002,3,1,1 +4336464,Coronary artery bypass graft,2002,4,1,1 +4336464,Coronary artery bypass graft,2002,5,1,1 +4336464,Coronary artery bypass graft,2002,7,4,1 +4336464,Coronary artery bypass graft,2002,8,1,1 +4336464,Coronary artery bypass graft,2002,10,2,1 +4336464,Coronary artery bypass graft,2002,12,1,1 +4336464,Coronary artery bypass graft,2003,2,2,1 +4336464,Coronary artery bypass graft,2003,3,1,1 +4336464,Coronary artery bypass graft,2003,5,1,1 +4336464,Coronary artery bypass graft,2003,6,1,1 +4336464,Coronary artery bypass graft,2003,7,1,1 +4336464,Coronary artery bypass graft,2003,9,1,1 +4336464,Coronary artery bypass graft,2003,10,2,1 +4336464,Coronary artery bypass graft,2003,11,1,1 +4336464,Coronary artery bypass graft,2003,12,1,1 +4336464,Coronary artery bypass graft,2004,1,2,1 +4336464,Coronary artery bypass graft,2004,2,3,1 +4336464,Coronary artery bypass graft,2004,3,2,1 +4336464,Coronary artery bypass graft,2004,4,1,1 +4336464,Coronary artery bypass graft,2004,5,1,1 +4336464,Coronary artery bypass graft,2004,6,1,1 +4336464,Coronary artery bypass graft,2004,7,1,1 +4336464,Coronary artery bypass graft,2004,8,2,1 +4336464,Coronary artery bypass graft,2004,10,2,1 +4336464,Coronary artery bypass graft,2004,12,1,1 +4336464,Coronary artery bypass graft,2005,2,1,1 +4336464,Coronary artery bypass graft,2005,3,1,1 +4336464,Coronary artery bypass graft,2005,4,5,1 +4336464,Coronary artery bypass graft,2005,6,2,1 +4336464,Coronary artery bypass graft,2005,8,2,1 +4336464,Coronary artery bypass graft,2005,9,1,1 +4336464,Coronary artery bypass graft,2005,10,1,1 +4336464,Coronary artery bypass graft,2005,11,2,1 +4336464,Coronary artery bypass graft,2006,1,1,1 +4336464,Coronary artery bypass graft,2006,2,2,1 +4336464,Coronary artery bypass graft,2006,4,1,1 +4336464,Coronary artery bypass graft,2006,5,1,1 +4336464,Coronary artery bypass graft,2006,6,2,1 +4336464,Coronary artery bypass graft,2006,8,2,1 +4336464,Coronary artery bypass graft,2006,10,4,1 +4336464,Coronary artery bypass graft,2007,1,3,1 +4336464,Coronary artery bypass graft,2007,2,2,1 +4336464,Coronary artery bypass graft,2007,3,1,1 +4336464,Coronary artery bypass graft,2007,5,1,1 +4336464,Coronary artery bypass graft,2007,6,2,1 +4336464,Coronary artery bypass graft,2007,7,2,1 +4336464,Coronary artery bypass graft,2007,11,2,1 +4336464,Coronary artery bypass graft,2007,12,1,1 +4336464,Coronary artery bypass graft,2008,1,1,1 +4336464,Coronary artery bypass graft,2008,2,2,1 +4336464,Coronary artery bypass graft,2008,3,1,1 +4336464,Coronary artery bypass graft,2008,6,2,1 +4336464,Coronary artery bypass graft,2008,8,2,1 +4336464,Coronary artery bypass graft,2008,9,1,1 +4336464,Coronary artery bypass graft,2008,10,2,1 +4336464,Coronary artery bypass graft,2009,3,1,1 +4336464,Coronary artery bypass graft,2009,4,1,1 +4336464,Coronary artery bypass graft,2009,5,1,1 +4336464,Coronary artery bypass graft,2009,6,1,1 +4336464,Coronary artery bypass graft,2009,7,1,1 +4336464,Coronary artery bypass graft,2009,8,1,1 +4336464,Coronary artery bypass graft,2009,9,2,1 +4336464,Coronary artery bypass graft,2009,10,1,1 +4336464,Coronary artery bypass graft,2010,3,2,1 +4336464,Coronary artery bypass graft,2010,6,2,1 +4336464,Coronary artery bypass graft,2010,8,2,1 +4336464,Coronary artery bypass graft,2010,9,2,1 +4336464,Coronary artery bypass graft,2010,10,1,1 +4336464,Coronary artery bypass graft,2010,12,2,1 +4336464,Coronary artery bypass graft,2011,5,2,1 +4336464,Coronary artery bypass graft,2011,6,1,1 +4336464,Coronary artery bypass graft,2011,7,1,1 +4336464,Coronary artery bypass graft,2011,8,1,1 +4336464,Coronary artery bypass graft,2011,9,2,1 +4336464,Coronary artery bypass graft,2011,12,1,1 +4336464,Coronary artery bypass graft,2012,1,2,1 +4336464,Coronary artery bypass graft,2012,3,1,1 +4336464,Coronary artery bypass graft,2012,5,1,1 +4336464,Coronary artery bypass graft,2012,6,1,1 +4336464,Coronary artery bypass graft,2012,7,1,1 +4336464,Coronary artery bypass graft,2012,9,3,1 +4336464,Coronary artery bypass graft,2012,10,2,1 +4336464,Coronary artery bypass graft,2013,4,1,1 +4336464,Coronary artery bypass graft,2013,6,2,1 +4336464,Coronary artery bypass graft,2013,7,2,1 +4336464,Coronary artery bypass graft,2013,9,2,1 +4336464,Coronary artery bypass graft,2013,10,1,1 +4336464,Coronary artery bypass graft,2013,11,1,1 +4336464,Coronary artery bypass graft,2014,1,1,1 +4336464,Coronary artery bypass graft,2014,2,2,1 +4336464,Coronary artery bypass graft,2014,4,2,1 +4336464,Coronary artery bypass graft,2014,5,2,1 +4336464,Coronary artery bypass graft,2014,10,1,1 +4336464,Coronary artery bypass graft,2014,12,1,1 +4336464,Coronary artery bypass graft,2015,1,2,1 +4336464,Coronary artery bypass graft,2015,2,1,1 +4336464,Coronary artery bypass graft,2015,4,1,1 +4336464,Coronary artery bypass graft,2015,5,2,1 +4336464,Coronary artery bypass graft,2015,6,1,1 +4336464,Coronary artery bypass graft,2015,8,3,1 +4336464,Coronary artery bypass graft,2015,9,1,1 +4336464,Coronary artery bypass graft,2016,4,2,1 +4336464,Coronary artery bypass graft,2016,5,4,1 +4336464,Coronary artery bypass graft,2016,7,2,1 +4336464,Coronary artery bypass graft,2016,8,3,1 +4336464,Coronary artery bypass graft,2016,9,2,1 +4336464,Coronary artery bypass graft,2016,10,3,1 +4336464,Coronary artery bypass graft,2016,11,1,1 +4336464,Coronary artery bypass graft,2016,12,4,1 +4336464,Coronary artery bypass graft,2017,1,1,1 +4336464,Coronary artery bypass graft,2017,2,1,1 +4336464,Coronary artery bypass graft,2017,5,1,1 +4336464,Coronary artery bypass graft,2017,8,4,1 +4336464,Coronary artery bypass graft,2017,9,3,1 +4336464,Coronary artery bypass graft,2017,10,1,1 +4336464,Coronary artery bypass graft,2017,12,4,1 +4336464,Coronary artery bypass graft,2018,2,1,1 +4336464,Coronary artery bypass graft,2018,3,3,1 +4336464,Coronary artery bypass graft,2018,4,1,1 +4336464,Coronary artery bypass graft,2018,5,1,2 +4336464,Coronary artery bypass graft,2018,6,3,1 +4336464,Coronary artery bypass graft,2018,7,4,1.25 +4336464,Coronary artery bypass graft,2018,8,2,1 +4336464,Coronary artery bypass graft,2018,9,1,2 +4336464,Coronary artery bypass graft,2018,11,2,1 +4336464,Coronary artery bypass graft,2018,12,1,1 +4336464,Coronary artery bypass graft,2019,1,1,1 +4336464,Coronary artery bypass graft,2019,3,2,1 +4336464,Coronary artery bypass graft,2019,4,1,1 +4336464,Coronary artery bypass graft,2019,5,2,1 +4336464,Coronary artery bypass graft,2019,6,2,1 +4336464,Coronary artery bypass graft,2019,7,2,1 +4336464,Coronary artery bypass graft,2019,8,2,1 +4336464,Coronary artery bypass graft,2019,9,1,1 +4336464,Coronary artery bypass graft,2019,10,3,1 +4336464,Coronary artery bypass graft,2019,11,1,1 +4336464,Coronary artery bypass graft,2019,12,4,1 +4336464,Coronary artery bypass graft,2020,1,3,1.3333333333333333 +4336464,Coronary artery bypass graft,2020,3,1,1 +4336464,Coronary artery bypass graft,2020,4,3,1 +4336464,Coronary artery bypass graft,2020,7,3,1 +4336464,Coronary artery bypass graft,2020,8,2,1 +4336464,Coronary artery bypass graft,2020,9,1,1 +4336464,Coronary artery bypass graft,2020,11,2,1 +4336464,Coronary artery bypass graft,2020,12,2,1 +4336464,Coronary artery bypass graft,2021,1,2,1 +4336464,Coronary artery bypass graft,2021,4,2,1 +4336464,Coronary artery bypass graft,2021,6,2,1 +4336464,Coronary artery bypass graft,2021,7,2,1 +4336464,Coronary artery bypass graft,2021,8,3,1 +4336464,Coronary artery bypass graft,2021,9,3,1 +4336464,Coronary artery bypass graft,2021,10,2,1 +4336464,Coronary artery bypass graft,2021,11,4,1 +4336464,Coronary artery bypass graft,2021,12,1,1 +4336464,Coronary artery bypass graft,2022,2,2,1 +4336464,Coronary artery bypass graft,2022,3,1,1 +4336464,Coronary artery bypass graft,2022,4,3,1 +4336464,Coronary artery bypass graft,2022,5,1,1 +4336464,Coronary artery bypass graft,2022,6,1,1 +4336464,Coronary artery bypass graft,2022,7,2,1 +4336464,Coronary artery bypass graft,2022,8,2,1 +4336464,Coronary artery bypass graft,2022,9,1,1 +4336464,Coronary artery bypass graft,2022,10,2,1 +4336464,Coronary artery bypass graft,2022,11,1,1 +4336464,Coronary artery bypass graft,2022,12,2,1 +4336464,Coronary artery bypass graft,2023,1,3,1 +4336464,Coronary artery bypass graft,2023,2,2,1 +4336464,Coronary artery bypass graft,2023,4,2,1 +4336464,Coronary artery bypass graft,2023,5,1,1 +4353713,Positive end expiratory pressure,2018,1,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 +4353717,Ventilator delivered minute volume,2016,10,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353843,Invasive systolic arterial pressure,2002,3,1,1 +4353843,Invasive systolic arterial pressure,2015,9,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 +4353843,Invasive systolic arterial pressure,2021,10,1,1 +4353843,Invasive systolic arterial pressure,2021,12,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4354252,Non-invasive systolic arterial pressure,2018,1,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 +4354252,Non-invasive systolic arterial pressure,2020,8,1,1 +4354252,Non-invasive systolic arterial pressure,2021,2,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1974,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1975,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1975,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1977,5,2,4 +19018935,digoxin 0.125 MG Oral Tablet,1977,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1977,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1978,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1979,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1979,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1980,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1980,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1981,3,1,5 +19018935,digoxin 0.125 MG Oral Tablet,1981,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1981,7,1,4 +19018935,digoxin 0.125 MG Oral Tablet,1981,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1982,6,1,11 +19018935,digoxin 0.125 MG Oral Tablet,1982,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1982,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1983,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1983,7,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1983,12,2,15 +19018935,digoxin 0.125 MG Oral Tablet,1984,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1984,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1984,11,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1984,12,1,17 +19018935,digoxin 0.125 MG Oral Tablet,1985,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1985,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1985,5,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1985,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1986,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1986,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1986,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1986,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1987,1,2,3 +19018935,digoxin 0.125 MG Oral Tablet,1987,5,3,3 +19018935,digoxin 0.125 MG Oral Tablet,1987,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1987,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1988,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1988,6,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,4,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1989,6,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1989,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1989,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1990,1,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,1990,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1990,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1990,12,2,4 +19018935,digoxin 0.125 MG Oral Tablet,1991,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1991,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,4,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1991,5,1,15 +19018935,digoxin 0.125 MG Oral Tablet,1991,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1991,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1991,8,4,2.75 +19018935,digoxin 0.125 MG Oral Tablet,1991,10,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1992,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1992,3,1,4 +19018935,digoxin 0.125 MG Oral Tablet,1992,7,1,3 +19018935,digoxin 0.125 MG Oral Tablet,1992,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1992,9,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1992,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1993,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,6,1,6 +19018935,digoxin 0.125 MG Oral Tablet,1993,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1993,10,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1993,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1994,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1994,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1994,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1994,12,2,5 +19018935,digoxin 0.125 MG Oral Tablet,1995,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,7,1,5 +19018935,digoxin 0.125 MG Oral Tablet,1995,9,2,1 +19018935,digoxin 0.125 MG Oral Tablet,1995,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1995,12,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1996,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1996,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1996,10,3,2.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,1996,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,1,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,1997,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,1997,9,5,2 +19018935,digoxin 0.125 MG Oral Tablet,1997,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,2,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,1998,3,2,5 +19018935,digoxin 0.125 MG Oral Tablet,1998,4,2,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,1998,8,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,1998,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1998,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1998,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1999,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,5,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,1999,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,1999,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,1999,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,1999,11,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,1,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,2,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2000,3,5,1.6 +19018935,digoxin 0.125 MG Oral Tablet,2000,6,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2000,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2000,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2000,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2000,11,3,1 +19018935,digoxin 0.125 MG Oral Tablet,2000,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2001,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,4,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2001,6,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2001,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2001,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2001,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2002,1,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,3,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,5,3,4.666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,6,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2002,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2002,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2002,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2003,1,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,2,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2003,5,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2003,6,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2003,8,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,9,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2003,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,1,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2004,2,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2004,3,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2004,5,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2004,7,3,4.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2004,8,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2004,10,2,3.5 +19018935,digoxin 0.125 MG Oral Tablet,2004,11,2,4 +19018935,digoxin 0.125 MG Oral Tablet,2004,12,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2005,1,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2005,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,3,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2005,4,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2005,6,1,25 +19018935,digoxin 0.125 MG Oral Tablet,2005,7,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2005,9,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2005,10,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2005,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,1,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2006,2,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,4,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,7,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,8,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,9,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2006,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2006,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2006,12,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2007,4,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2007,6,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2007,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2007,10,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2007,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2008,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,3,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2008,5,3,2.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2008,6,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2008,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2008,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2008,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2008,10,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2008,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,1,5,1.8 +19018935,digoxin 0.125 MG Oral Tablet,2009,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,3,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2009,4,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2009,5,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,6,2,9.5 +19018935,digoxin 0.125 MG Oral Tablet,2009,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2009,8,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2009,9,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2009,10,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2009,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2009,12,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2010,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,2,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2010,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,4,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,5,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2010,7,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,9,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2010,10,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2010,11,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,1,6,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,3,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,4,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2011,6,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,7,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2011,8,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2011,9,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2011,10,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2011,11,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2011,12,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2012,1,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2012,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,4,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2012,5,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,6,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2012,7,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2012,9,5,1.2 +19018935,digoxin 0.125 MG Oral Tablet,2012,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,11,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2012,12,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,3,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,7,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2013,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2013,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,10,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2013,11,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2013,12,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,1,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,2,4,9 +19018935,digoxin 0.125 MG Oral Tablet,2014,3,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2014,4,2,19 +19018935,digoxin 0.125 MG Oral Tablet,2014,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2014,6,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2014,7,6,2.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2014,8,6,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2014,10,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2014,11,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2014,12,4,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,1,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,2,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,3,6,6.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,4,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,5,5,3.8 +19018935,digoxin 0.125 MG Oral Tablet,2015,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,7,4,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,8,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2015,9,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2015,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2015,11,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2015,12,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2016,1,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2016,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2016,3,1,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,4,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,5,6,3 +19018935,digoxin 0.125 MG Oral Tablet,2016,6,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2016,7,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2016,8,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2016,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2016,10,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2016,12,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,1,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2017,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,3,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2017,4,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,5,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2017,6,5,3 +19018935,digoxin 0.125 MG Oral Tablet,2017,8,4,2.25 +19018935,digoxin 0.125 MG Oral Tablet,2017,9,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2017,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2017,11,3,4.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2017,12,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2018,2,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2018,3,5,2.2 +19018935,digoxin 0.125 MG Oral Tablet,2018,4,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2018,5,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,6,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,7,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2018,8,7,4.428571428571429 +19018935,digoxin 0.125 MG Oral Tablet,2018,9,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2018,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2018,11,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2018,12,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2019,1,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2019,2,2,2 +19018935,digoxin 0.125 MG Oral Tablet,2019,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2019,4,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2019,5,4,4.25 +19018935,digoxin 0.125 MG Oral Tablet,2019,6,3,2.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2019,7,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2019,8,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2019,9,3,10 +19018935,digoxin 0.125 MG Oral Tablet,2019,10,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2019,11,2,1 +19018935,digoxin 0.125 MG Oral Tablet,2019,12,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,1,6,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2020,2,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2020,3,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,4,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2020,5,3,3.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2020,6,5,2.8 +19018935,digoxin 0.125 MG Oral Tablet,2020,7,2,3 +19018935,digoxin 0.125 MG Oral Tablet,2020,8,7,2.142857142857143 +19018935,digoxin 0.125 MG Oral Tablet,2020,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2020,10,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2020,11,5,2 +19018935,digoxin 0.125 MG Oral Tablet,2020,12,5,2.6 +19018935,digoxin 0.125 MG Oral Tablet,2021,1,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,2,1,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,3,3,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,4,3,2.6666666666666665 +19018935,digoxin 0.125 MG Oral Tablet,2021,5,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2021,6,1,5 +19018935,digoxin 0.125 MG Oral Tablet,2021,7,6,5.833333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2021,8,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2021,9,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2021,10,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2021,11,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2021,12,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2022,1,4,1.25 +19018935,digoxin 0.125 MG Oral Tablet,2022,2,8,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,3,4,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,4,7,1.8571428571428568 +19018935,digoxin 0.125 MG Oral Tablet,2022,5,7,1.7142857142857142 +19018935,digoxin 0.125 MG Oral Tablet,2022,6,3,2.333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2022,7,5,3.4 +19018935,digoxin 0.125 MG Oral Tablet,2022,8,4,2 +19018935,digoxin 0.125 MG Oral Tablet,2022,9,2,1.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,10,6,2 +19018935,digoxin 0.125 MG Oral Tablet,2022,11,2,2.5 +19018935,digoxin 0.125 MG Oral Tablet,2022,12,4,1.75 +19018935,digoxin 0.125 MG Oral Tablet,2023,1,1,1 +19018935,digoxin 0.125 MG Oral Tablet,2023,2,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2023,3,3,1.3333333333333333 +19018935,digoxin 0.125 MG Oral Tablet,2023,4,4,2.75 +19018935,digoxin 0.125 MG Oral Tablet,2023,5,3,1.6666666666666667 +19018935,digoxin 0.125 MG Oral Tablet,2023,6,2,2 +19075601,clopidogrel 75 MG Oral Tablet,1997,1,22,2.227272727272727 +19075601,clopidogrel 75 MG Oral Tablet,1997,2,21,2.238095238095238 +19075601,clopidogrel 75 MG Oral Tablet,1997,3,17,1.8823529411764703 +19075601,clopidogrel 75 MG Oral Tablet,1997,4,24,2.1666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,1997,5,19,1.736842105263158 +19075601,clopidogrel 75 MG Oral Tablet,1997,6,20,1.95 +19075601,clopidogrel 75 MG Oral Tablet,1997,7,31,2.4838709677419355 +19075601,clopidogrel 75 MG Oral Tablet,1997,8,18,2 +19075601,clopidogrel 75 MG Oral Tablet,1997,9,30,1.8666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1997,10,27,1.5925925925925926 +19075601,clopidogrel 75 MG Oral Tablet,1997,11,25,2.16 +19075601,clopidogrel 75 MG Oral Tablet,1997,12,18,2 +19075601,clopidogrel 75 MG Oral Tablet,1998,1,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,1998,2,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1998,3,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,1998,4,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1998,5,2,1 +19075601,clopidogrel 75 MG Oral Tablet,1998,6,3,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1998,7,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1998,8,5,2.2 +19075601,clopidogrel 75 MG Oral Tablet,1998,9,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,1998,10,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,1998,11,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1998,12,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,1999,1,7,6 +19075601,clopidogrel 75 MG Oral Tablet,1999,2,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1999,3,3,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1999,4,2,4 +19075601,clopidogrel 75 MG Oral Tablet,1999,5,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,1999,6,7,3 +19075601,clopidogrel 75 MG Oral Tablet,1999,7,1,2 +19075601,clopidogrel 75 MG Oral Tablet,1999,8,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,1999,9,3,2.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,1999,10,4,9 +19075601,clopidogrel 75 MG Oral Tablet,1999,11,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,1999,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2000,1,4,3.25 +19075601,clopidogrel 75 MG Oral Tablet,2000,3,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2000,4,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2000,5,3,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2000,6,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2000,7,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2000,8,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2000,9,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2000,10,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2000,11,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2000,12,6,4.666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2001,1,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2001,2,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2001,3,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2001,4,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2001,5,6,2.1666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2001,6,3,3.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2001,7,7,2.142857142857143 +19075601,clopidogrel 75 MG Oral Tablet,2001,8,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2001,9,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2001,10,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2001,11,4,7.25 +19075601,clopidogrel 75 MG Oral Tablet,2001,12,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2002,1,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,3,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2002,4,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2002,5,7,1.8571428571428568 +19075601,clopidogrel 75 MG Oral Tablet,2002,6,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2002,7,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2002,8,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,9,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,10,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2002,11,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2002,12,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2003,1,4,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,2,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2003,3,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,4,3,3.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2003,5,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2003,6,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2003,7,6,2.6666666666666665 +19075601,clopidogrel 75 MG Oral Tablet,2003,8,2,3 +19075601,clopidogrel 75 MG Oral Tablet,2003,9,7,1.2857142857142858 +19075601,clopidogrel 75 MG Oral Tablet,2003,10,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2003,11,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2003,12,6,2 +19075601,clopidogrel 75 MG Oral Tablet,2004,1,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2004,2,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2004,3,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2004,4,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2004,5,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2004,6,7,2.2857142857142856 +19075601,clopidogrel 75 MG Oral Tablet,2004,7,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2004,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2004,9,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2004,10,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2004,11,3,3.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2004,12,4,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,2,10,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2005,3,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2005,4,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,5,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2005,6,9,2 +19075601,clopidogrel 75 MG Oral Tablet,2005,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2005,9,5,2.4 +19075601,clopidogrel 75 MG Oral Tablet,2005,10,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2005,11,8,1.875 +19075601,clopidogrel 75 MG Oral Tablet,2005,12,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2006,1,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2006,2,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2006,3,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,4,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2006,5,7,1.7142857142857142 +19075601,clopidogrel 75 MG Oral Tablet,2006,6,8,4.75 +19075601,clopidogrel 75 MG Oral Tablet,2006,7,3,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,8,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2006,9,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,10,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2006,11,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2006,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2007,1,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2007,2,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2007,3,8,2.625 +19075601,clopidogrel 75 MG Oral Tablet,2007,4,8,2.875 +19075601,clopidogrel 75 MG Oral Tablet,2007,5,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2007,6,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2007,7,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2007,8,5,2.8 +19075601,clopidogrel 75 MG Oral Tablet,2007,9,7,4.142857142857143 +19075601,clopidogrel 75 MG Oral Tablet,2007,10,1,2 +19075601,clopidogrel 75 MG Oral Tablet,2007,11,5,4.4 +19075601,clopidogrel 75 MG Oral Tablet,2007,12,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2008,1,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2008,2,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2008,3,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2008,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2008,5,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2008,6,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2008,7,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2008,8,6,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2008,9,6,2 +19075601,clopidogrel 75 MG Oral Tablet,2008,10,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2008,11,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2008,12,1,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,1,3,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2009,2,4,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,3,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2009,4,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2009,5,3,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2009,6,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2009,7,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2009,8,4,2 +19075601,clopidogrel 75 MG Oral Tablet,2009,9,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2009,10,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2009,11,2,3.5 +19075601,clopidogrel 75 MG Oral Tablet,2009,12,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2010,2,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2010,3,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2010,4,2,2 +19075601,clopidogrel 75 MG Oral Tablet,2010,5,2,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2010,6,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2010,7,5,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2010,8,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2010,9,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2010,10,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2010,11,5,2.6 +19075601,clopidogrel 75 MG Oral Tablet,2010,12,9,1.2222222222222223 +19075601,clopidogrel 75 MG Oral Tablet,2011,1,9,1.1111111111111112 +19075601,clopidogrel 75 MG Oral Tablet,2011,2,2,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,3,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2011,4,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,5,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2011,6,3,1 +19075601,clopidogrel 75 MG Oral Tablet,2011,7,11,1.7272727272727273 +19075601,clopidogrel 75 MG Oral Tablet,2011,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2011,9,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2011,10,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2011,11,3,3 +19075601,clopidogrel 75 MG Oral Tablet,2011,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2012,1,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,2,2,6 +19075601,clopidogrel 75 MG Oral Tablet,2012,3,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2012,5,5,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2012,6,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2012,7,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2012,8,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2012,9,8,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2012,10,7,1.2857142857142858 +19075601,clopidogrel 75 MG Oral Tablet,2012,11,5,5.8 +19075601,clopidogrel 75 MG Oral Tablet,2012,12,6,1.8333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2013,1,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2013,2,2,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2013,3,10,2 +19075601,clopidogrel 75 MG Oral Tablet,2013,4,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2013,5,4,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2013,6,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2013,7,7,1.1428571428571428 +19075601,clopidogrel 75 MG Oral Tablet,2013,8,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2013,9,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2013,10,6,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2013,11,6,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2013,12,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2014,1,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2014,2,4,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2014,3,4,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2014,4,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2014,5,10,1.4 +19075601,clopidogrel 75 MG Oral Tablet,2014,6,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2014,7,4,1 +19075601,clopidogrel 75 MG Oral Tablet,2014,8,4,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2014,9,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2014,10,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2014,11,10,2.1 +19075601,clopidogrel 75 MG Oral Tablet,2014,12,5,3.2 +19075601,clopidogrel 75 MG Oral Tablet,2015,1,10,1.7 +19075601,clopidogrel 75 MG Oral Tablet,2015,2,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,3,12,1.5833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,4,12,4.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2015,5,12,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2015,6,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2015,7,11,1.3636363636363635 +19075601,clopidogrel 75 MG Oral Tablet,2015,8,13,1.6153846153846154 +19075601,clopidogrel 75 MG Oral Tablet,2015,9,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2015,10,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2015,11,10,2.4 +19075601,clopidogrel 75 MG Oral Tablet,2015,12,5,1 +19075601,clopidogrel 75 MG Oral Tablet,2016,1,6,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2016,2,10,1.3 +19075601,clopidogrel 75 MG Oral Tablet,2016,3,5,2 +19075601,clopidogrel 75 MG Oral Tablet,2016,4,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2016,5,11,1.2727272727272727 +19075601,clopidogrel 75 MG Oral Tablet,2016,6,6,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2016,7,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2016,8,9,1.4444444444444444 +19075601,clopidogrel 75 MG Oral Tablet,2016,9,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2016,10,11,1.181818181818182 +19075601,clopidogrel 75 MG Oral Tablet,2016,11,8,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2016,12,10,1.3 +19075601,clopidogrel 75 MG Oral Tablet,2017,1,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,2017,2,5,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2017,3,7,2.571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2017,4,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2017,5,6,1 +19075601,clopidogrel 75 MG Oral Tablet,2017,6,9,1.2222222222222223 +19075601,clopidogrel 75 MG Oral Tablet,2017,7,9,1.6666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2017,8,13,1.4615384615384617 +19075601,clopidogrel 75 MG Oral Tablet,2017,9,12,1.0833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2017,10,7,1.8571428571428568 +19075601,clopidogrel 75 MG Oral Tablet,2017,11,11,1.6363636363636365 +19075601,clopidogrel 75 MG Oral Tablet,2017,12,13,1.3076923076923077 +19075601,clopidogrel 75 MG Oral Tablet,2018,1,13,1.8461538461538465 +19075601,clopidogrel 75 MG Oral Tablet,2018,2,9,2.111111111111111 +19075601,clopidogrel 75 MG Oral Tablet,2018,3,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2018,4,11,2.363636363636364 +19075601,clopidogrel 75 MG Oral Tablet,2018,5,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2018,6,11,1.181818181818182 +19075601,clopidogrel 75 MG Oral Tablet,2018,7,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2018,8,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2018,9,16,1.625 +19075601,clopidogrel 75 MG Oral Tablet,2018,10,8,1.375 +19075601,clopidogrel 75 MG Oral Tablet,2018,11,13,1.4615384615384617 +19075601,clopidogrel 75 MG Oral Tablet,2018,12,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2019,1,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2019,2,12,1.5833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2019,3,12,2.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,4,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2019,5,12,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2019,6,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2019,7,19,1.263157894736842 +19075601,clopidogrel 75 MG Oral Tablet,2019,8,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,9,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2019,10,17,1.411764705882353 +19075601,clopidogrel 75 MG Oral Tablet,2019,11,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2019,12,17,1.4705882352941178 +19075601,clopidogrel 75 MG Oral Tablet,2020,1,9,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2020,2,11,2 +19075601,clopidogrel 75 MG Oral Tablet,2020,3,8,2.25 +19075601,clopidogrel 75 MG Oral Tablet,2020,4,10,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2020,5,8,1.75 +19075601,clopidogrel 75 MG Oral Tablet,2020,6,8,3 +19075601,clopidogrel 75 MG Oral Tablet,2020,7,12,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2020,8,13,1.4615384615384617 +19075601,clopidogrel 75 MG Oral Tablet,2020,9,12,1.4166666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2020,10,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2020,11,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2020,12,7,1.8571428571428568 +19075601,clopidogrel 75 MG Oral Tablet,2021,1,11,1.5454545454545454 +19075601,clopidogrel 75 MG Oral Tablet,2021,2,7,1.4285714285714286 +19075601,clopidogrel 75 MG Oral Tablet,2021,3,12,2.333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2021,4,5,1.2 +19075601,clopidogrel 75 MG Oral Tablet,2021,5,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2021,6,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2021,7,7,1 +19075601,clopidogrel 75 MG Oral Tablet,2021,8,14,1.0714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2021,9,7,1 +19075601,clopidogrel 75 MG Oral Tablet,2021,10,8,1.25 +19075601,clopidogrel 75 MG Oral Tablet,2021,11,10,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2021,12,10,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2022,1,1,1 +19075601,clopidogrel 75 MG Oral Tablet,2022,2,15,1.6 +19075601,clopidogrel 75 MG Oral Tablet,2022,3,15,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2022,4,13,1.2307692307692308 +19075601,clopidogrel 75 MG Oral Tablet,2022,5,12,1.0833333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2022,6,13,1.5384615384615383 +19075601,clopidogrel 75 MG Oral Tablet,2022,7,10,1.1 +19075601,clopidogrel 75 MG Oral Tablet,2022,8,14,1.3571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2022,9,7,1.5714285714285714 +19075601,clopidogrel 75 MG Oral Tablet,2022,10,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2022,11,11,1.818181818181818 +19075601,clopidogrel 75 MG Oral Tablet,2022,12,12,1.1666666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2023,1,15,1.8 +19075601,clopidogrel 75 MG Oral Tablet,2023,2,6,1.5 +19075601,clopidogrel 75 MG Oral Tablet,2023,3,7,2.571428571428572 +19075601,clopidogrel 75 MG Oral Tablet,2023,4,18,1.3333333333333333 +19075601,clopidogrel 75 MG Oral Tablet,2023,5,12,1.4166666666666667 +19075601,clopidogrel 75 MG Oral Tablet,2023,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,11,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1940,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1942,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,3,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,4,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1944,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1945,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1946,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,10,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,12,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,9,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1956,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1957,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,6,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,6,2,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,12,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,5,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,7,1,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,9,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,11,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,8,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,6,3,3.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,8,2,14 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,5,3,2.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,4,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,9,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,10,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,9,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,10,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,2,1,24 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,3,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,6,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,8,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,2,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,4,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,5,2,8.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,1,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,3,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,4,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,10,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,12,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,1,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,3,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,6,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,2,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,4,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,7,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,1,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,7,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,4,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,5,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,6,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,3,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,5,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,11,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,3,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,4,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,7,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,8,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,10,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,11,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,12,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,1,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,3,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,5,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,6,5,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,7,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,8,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,3,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,6,3,3.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,7,5,2.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,9,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,10,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,12,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,1,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,3,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,5,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,6,4,2.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,7,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,8,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,11,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,1,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,2,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,3,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,4,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,5,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,6,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,7,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,11,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,1,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,2,3,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,4,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,6,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,8,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,9,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,10,3,2.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,11,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,1,3,3.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,2,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,4,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,6,4,4.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,7,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,8,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,11,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,4,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,5,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,9,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,10,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,11,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,12,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,1,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,2,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,3,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,4,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,5,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,6,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,7,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,9,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,10,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,12,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,1,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,3,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,4,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,5,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,6,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,8,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,10,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,11,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,1,6,6.833333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,2,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,4,1,7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,5,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,6,3,5.666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,7,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,9,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,10,3,11.666666666666666 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,1,4,3.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,3,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,4,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,5,1,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,6,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,7,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,9,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,10,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,11,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,12,4,6.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,1,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,2,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,3,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,4,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,5,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,6,3,3.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,7,6,2.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,9,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,10,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,11,3,9.333333333333334 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,12,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,1,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,3,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,4,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,5,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,6,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,7,10,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,8,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,9,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,1,3,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,2,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,3,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,4,2,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,5,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,7,4,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,8,1,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,9,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,10,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,11,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,12,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,1,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,2,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,3,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,5,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,6,7,2.142857142857143 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,7,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,8,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,9,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,10,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,11,3,3.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,12,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,2,9,1.8888888888888888 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,3,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,4,8,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,5,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,6,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,8,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,9,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,11,8,1.875 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,1,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,2,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,3,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,4,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,5,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,6,6,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,7,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,9,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,10,5,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,11,1,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,12,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,1,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,2,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,3,6,2.833333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,4,7,3.142857142857143 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,5,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,6,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,7,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,8,5,2.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,9,4,5.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,10,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,11,5,4.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,1,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,2,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,3,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,4,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,5,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,6,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,7,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,8,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,9,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,10,8,1.625 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,11,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,2,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,3,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,4,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,6,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,7,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,8,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,9,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,10,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,11,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,12,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,2,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,3,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,5,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,6,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,7,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,8,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,9,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,10,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,11,4,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,12,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,1,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,3,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,5,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,6,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,7,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,8,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,9,9,1.4444444444444444 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,11,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,1,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,2,2,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,3,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,4,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,5,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,6,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,7,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,8,6,1.8333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,9,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,10,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,11,4,7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,12,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,1,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,2,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,3,7,2.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,4,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,5,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,6,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,7,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,8,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,9,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,10,5,2.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,11,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,12,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,1,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,2,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,3,2,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,4,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,5,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,6,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,8,2,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,9,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,10,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,11,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,12,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,1,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,3,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,4,9,5.444444444444445 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,5,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,6,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,7,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,8,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,9,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,10,2,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,11,4,4.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,12,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,1,2,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,2,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,3,2,3.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,4,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,5,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,6,4,3.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,7,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,8,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,9,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,10,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,11,4,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,12,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,1,2,6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,2,3,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,3,2,6.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,4,1,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,5,3,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,6,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,7,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,8,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,9,5,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,10,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,11,4,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,12,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,1,7,2.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,2,6,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,3,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,4,4,4.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,5,3,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,6,7,1.2857142857142858 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,7,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,8,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,9,10,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,10,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,11,9,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,12,7,1.5714285714285714 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,1,4,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,2,5,2.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,3,7,3.4285714285714284 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,4,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,5,5,4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,6,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,7,6,1.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,8,4,2.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,9,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,10,10,1.7 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,11,1,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,12,8,1.75 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,1,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,2,3,4.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,3,6,2.6666666666666665 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,4,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,5,4,2.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,6,5,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,7,9,1.6666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,8,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,9,9,1.5555555555555556 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,11,6,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,12,5,2.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,1,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,2,3,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,3,4,5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,4,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,5,5,1.6 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,6,6,1.1666666666666667 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,7,2,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,8,7,1.1428571428571428 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,9,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,10,4,1 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,11,6,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,12,5,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,2,7,2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,3,7,2.7142857142857144 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,4,7,1.4285714285714286 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,5,5,1.2 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,6,7,1.8571428571428568 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,7,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,8,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,9,5,1.8 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,10,3,1.3333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,11,4,3 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,12,4,1.25 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,1,9,2.333333333333333 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,2,5,1.4 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,3,2,5.5 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,4,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,5,7,1.7142857142857142 +19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,6,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1981,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1983,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1984,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1992,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,7,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,8,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,12,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1995,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,2,3,1.3333333333333333 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,12,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,7,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,2,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,4,5,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,10,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,1,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,8,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,7,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,5,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,9,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,10,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,8,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,10,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,2,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,3,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,5,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,6,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,7,4,1.25 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,9,1,2 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,1,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,3,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,4,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,5,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,10,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,12,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,1,3,1.3333333333333333 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,4,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,7,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,11,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,1,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,6,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,8,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,9,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,11,4,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,12,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,3,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,4,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,5,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,6,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,7,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,8,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,9,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,10,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,11,1,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,12,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,1,3,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,2,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,4,2,1 +19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1970,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1970,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1971,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1974,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1975,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1975,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1977,5,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,1977,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1977,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1978,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1979,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1979,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1980,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1980,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1981,3,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,1981,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1981,7,1,4 +40163554,warfarin sodium 5 MG Oral Tablet,1981,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1982,6,1,11 +40163554,warfarin sodium 5 MG Oral Tablet,1982,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1982,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1983,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1983,7,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1983,12,2,15 +40163554,warfarin sodium 5 MG Oral Tablet,1984,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1984,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1984,11,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1984,12,1,17 +40163554,warfarin sodium 5 MG Oral Tablet,1985,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1985,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1985,5,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1985,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1986,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1986,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1986,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1986,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1987,1,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,1987,5,3,3 +40163554,warfarin sodium 5 MG Oral Tablet,1987,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1987,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1988,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1988,6,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,4,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1989,6,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1989,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1989,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1990,1,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,1990,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1990,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1990,12,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,1991,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1991,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,4,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1991,5,1,15 +40163554,warfarin sodium 5 MG Oral Tablet,1991,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1991,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1991,8,4,2.75 +40163554,warfarin sodium 5 MG Oral Tablet,1991,10,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1992,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1992,3,1,4 +40163554,warfarin sodium 5 MG Oral Tablet,1992,7,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,1992,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1992,9,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1992,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1993,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,6,1,6 +40163554,warfarin sodium 5 MG Oral Tablet,1993,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1993,10,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1993,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1994,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1994,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1994,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1994,12,2,5 +40163554,warfarin sodium 5 MG Oral Tablet,1995,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,7,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,1995,9,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,1995,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1995,12,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1996,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1996,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1996,10,3,2.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,1996,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,1,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,1997,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,1997,9,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,1997,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,2,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,1998,3,2,5 +40163554,warfarin sodium 5 MG Oral Tablet,1998,4,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,1998,8,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,1998,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1998,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1998,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1999,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,5,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,1999,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,1999,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,1999,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,1999,11,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,1,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,2,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2000,3,5,1.6 +40163554,warfarin sodium 5 MG Oral Tablet,2000,6,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2000,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2000,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2000,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2000,11,3,1 +40163554,warfarin sodium 5 MG Oral Tablet,2000,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2001,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,4,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2001,6,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2001,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2001,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2001,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2002,1,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,3,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,5,3,4.666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,6,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2002,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2002,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2002,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2003,1,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,2,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2003,5,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2003,6,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2003,8,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,9,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2003,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,1,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2004,2,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2004,3,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2004,5,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2004,7,3,4.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2004,8,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2004,10,2,3.5 +40163554,warfarin sodium 5 MG Oral Tablet,2004,11,2,4 +40163554,warfarin sodium 5 MG Oral Tablet,2004,12,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2005,1,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2005,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,3,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2005,4,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2005,6,1,25 +40163554,warfarin sodium 5 MG Oral Tablet,2005,7,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2005,9,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2005,10,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2005,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,1,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2006,2,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,4,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,7,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,8,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,9,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2006,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2006,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2006,12,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2007,4,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2007,6,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2007,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2007,10,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2007,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2008,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,3,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2008,5,3,2.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2008,6,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2008,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2008,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2008,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2008,10,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2008,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,1,5,1.8 +40163554,warfarin sodium 5 MG Oral Tablet,2009,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,3,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2009,4,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2009,5,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,6,2,9.5 +40163554,warfarin sodium 5 MG Oral Tablet,2009,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2009,8,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2009,9,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2009,10,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2009,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2009,12,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2010,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,2,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2010,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,4,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,5,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2010,7,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,9,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2010,10,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2010,11,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,1,6,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,3,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,4,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2011,6,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,7,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2011,8,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2011,9,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2011,10,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2011,11,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2011,12,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2012,1,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2012,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,4,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2012,5,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,6,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,7,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2012,9,5,1.2 +40163554,warfarin sodium 5 MG Oral Tablet,2012,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,11,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2012,12,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,3,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,7,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2013,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2013,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,10,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2013,11,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2013,12,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,1,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,2,4,9 +40163554,warfarin sodium 5 MG Oral Tablet,2014,3,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2014,4,2,19 +40163554,warfarin sodium 5 MG Oral Tablet,2014,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2014,6,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2014,7,6,2.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2014,8,6,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2014,10,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2014,11,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2014,12,4,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,1,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,2,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,3,6,6.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,4,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,5,5,3.8 +40163554,warfarin sodium 5 MG Oral Tablet,2015,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,7,4,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,8,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2015,9,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2015,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2015,11,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2015,12,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2016,1,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2016,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2016,3,1,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,4,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,5,6,3 +40163554,warfarin sodium 5 MG Oral Tablet,2016,6,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2016,7,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2016,8,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2016,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2016,10,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2016,12,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,1,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2017,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,3,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2017,4,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,5,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2017,6,5,3 +40163554,warfarin sodium 5 MG Oral Tablet,2017,8,4,2.25 +40163554,warfarin sodium 5 MG Oral Tablet,2017,9,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2017,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2017,11,3,4.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2017,12,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2018,2,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2018,3,5,2.2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,4,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2018,5,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,6,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,7,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2018,8,7,4.428571428571429 +40163554,warfarin sodium 5 MG Oral Tablet,2018,9,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2018,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2018,11,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2018,12,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2019,1,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2019,2,2,2 +40163554,warfarin sodium 5 MG Oral Tablet,2019,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2019,4,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2019,5,4,4.25 +40163554,warfarin sodium 5 MG Oral Tablet,2019,6,3,2.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2019,7,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2019,8,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2019,9,3,10 +40163554,warfarin sodium 5 MG Oral Tablet,2019,10,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2019,11,2,1 +40163554,warfarin sodium 5 MG Oral Tablet,2019,12,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,1,6,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2020,2,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2020,3,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,4,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2020,5,3,3.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2020,6,5,2.8 +40163554,warfarin sodium 5 MG Oral Tablet,2020,7,2,3 +40163554,warfarin sodium 5 MG Oral Tablet,2020,8,7,2.142857142857143 +40163554,warfarin sodium 5 MG Oral Tablet,2020,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2020,10,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2020,11,5,2 +40163554,warfarin sodium 5 MG Oral Tablet,2020,12,5,2.6 +40163554,warfarin sodium 5 MG Oral Tablet,2021,1,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,2,1,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,3,3,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,4,3,2.6666666666666665 +40163554,warfarin sodium 5 MG Oral Tablet,2021,5,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2021,6,1,5 +40163554,warfarin sodium 5 MG Oral Tablet,2021,7,6,5.833333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2021,8,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2021,9,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2021,10,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2021,11,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2021,12,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2022,1,4,1.25 +40163554,warfarin sodium 5 MG Oral Tablet,2022,2,8,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,3,4,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,4,7,1.8571428571428568 +40163554,warfarin sodium 5 MG Oral Tablet,2022,5,7,1.7142857142857142 +40163554,warfarin sodium 5 MG Oral Tablet,2022,6,3,2.333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2022,7,5,3.4 +40163554,warfarin sodium 5 MG Oral Tablet,2022,8,4,2 +40163554,warfarin sodium 5 MG Oral Tablet,2022,9,2,1.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,10,6,2 +40163554,warfarin sodium 5 MG Oral Tablet,2022,11,2,2.5 +40163554,warfarin sodium 5 MG Oral Tablet,2022,12,4,1.75 +40163554,warfarin sodium 5 MG Oral Tablet,2023,1,1,1 +40163554,warfarin sodium 5 MG Oral Tablet,2023,2,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2023,3,3,1.3333333333333333 +40163554,warfarin sodium 5 MG Oral Tablet,2023,4,4,2.75 +40163554,warfarin sodium 5 MG Oral Tablet,2023,5,3,1.6666666666666667 +40163554,warfarin sodium 5 MG Oral Tablet,2023,6,2,2 +40171902,verapamil hydrochloride 40 MG,1981,1,2,2 +40171902,verapamil hydrochloride 40 MG,1981,3,2,3 +40171902,verapamil hydrochloride 40 MG,1981,4,1,2 +40171902,verapamil hydrochloride 40 MG,1981,5,2,1.5 +40171902,verapamil hydrochloride 40 MG,1981,6,2,3.5 +40171902,verapamil hydrochloride 40 MG,1981,7,3,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,1981,8,1,2 +40171902,verapamil hydrochloride 40 MG,1981,11,4,1.5 +40171902,verapamil hydrochloride 40 MG,1981,12,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,1982,6,1,11 +40171902,verapamil hydrochloride 40 MG,1982,8,1,2 +40171902,verapamil hydrochloride 40 MG,1982,12,2,2 +40171902,verapamil hydrochloride 40 MG,1983,1,1,2 +40171902,verapamil hydrochloride 40 MG,1983,7,2,1 +40171902,verapamil hydrochloride 40 MG,1983,12,2,15 +40171902,verapamil hydrochloride 40 MG,1984,2,1,1 +40171902,verapamil hydrochloride 40 MG,1984,3,1,1 +40171902,verapamil hydrochloride 40 MG,1984,5,1,1 +40171902,verapamil hydrochloride 40 MG,1984,7,1,2 +40171902,verapamil hydrochloride 40 MG,1984,8,1,1 +40171902,verapamil hydrochloride 40 MG,1984,10,1,1 +40171902,verapamil hydrochloride 40 MG,1984,11,1,3 +40171902,verapamil hydrochloride 40 MG,1984,12,1,17 +40171902,verapamil hydrochloride 40 MG,1985,3,1,2 +40171902,verapamil hydrochloride 40 MG,1985,4,1,2 +40171902,verapamil hydrochloride 40 MG,1985,5,1,3 +40171902,verapamil hydrochloride 40 MG,1985,6,1,2 +40171902,verapamil hydrochloride 40 MG,1986,4,1,2 +40171902,verapamil hydrochloride 40 MG,1986,5,1,1 +40171902,verapamil hydrochloride 40 MG,1986,9,1,1 +40171902,verapamil hydrochloride 40 MG,1986,11,1,1 +40171902,verapamil hydrochloride 40 MG,1987,1,2,3 +40171902,verapamil hydrochloride 40 MG,1987,5,3,3 +40171902,verapamil hydrochloride 40 MG,1987,10,1,2 +40171902,verapamil hydrochloride 40 MG,1987,11,1,1 +40171902,verapamil hydrochloride 40 MG,1988,1,1,2 +40171902,verapamil hydrochloride 40 MG,1988,6,1,1 +40171902,verapamil hydrochloride 40 MG,1989,4,1,1 +40171902,verapamil hydrochloride 40 MG,1989,5,1,2 +40171902,verapamil hydrochloride 40 MG,1989,6,1,3 +40171902,verapamil hydrochloride 40 MG,1989,7,1,1 +40171902,verapamil hydrochloride 40 MG,1989,10,1,1 +40171902,verapamil hydrochloride 40 MG,1990,1,2,3.5 +40171902,verapamil hydrochloride 40 MG,1990,2,1,2 +40171902,verapamil hydrochloride 40 MG,1990,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1990,6,2,2 +40171902,verapamil hydrochloride 40 MG,1990,8,1,2 +40171902,verapamil hydrochloride 40 MG,1990,12,2,4 +40171902,verapamil hydrochloride 40 MG,1991,1,1,1 +40171902,verapamil hydrochloride 40 MG,1991,2,1,2 +40171902,verapamil hydrochloride 40 MG,1991,3,1,2 +40171902,verapamil hydrochloride 40 MG,1991,4,1,1 +40171902,verapamil hydrochloride 40 MG,1991,5,1,15 +40171902,verapamil hydrochloride 40 MG,1991,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,1991,7,1,2 +40171902,verapamil hydrochloride 40 MG,1991,8,4,2.75 +40171902,verapamil hydrochloride 40 MG,1991,10,2,2.5 +40171902,verapamil hydrochloride 40 MG,1992,1,1,2 +40171902,verapamil hydrochloride 40 MG,1992,3,1,4 +40171902,verapamil hydrochloride 40 MG,1992,7,1,3 +40171902,verapamil hydrochloride 40 MG,1992,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,1992,9,2,1 +40171902,verapamil hydrochloride 40 MG,1992,10,1,2 +40171902,verapamil hydrochloride 40 MG,1993,1,1,1 +40171902,verapamil hydrochloride 40 MG,1993,2,2,2 +40171902,verapamil hydrochloride 40 MG,1993,5,1,2 +40171902,verapamil hydrochloride 40 MG,1993,6,1,6 +40171902,verapamil hydrochloride 40 MG,1993,7,1,1 +40171902,verapamil hydrochloride 40 MG,1993,10,2,2 +40171902,verapamil hydrochloride 40 MG,1993,11,1,1 +40171902,verapamil hydrochloride 40 MG,1994,3,1,2 +40171902,verapamil hydrochloride 40 MG,1994,4,1,2 +40171902,verapamil hydrochloride 40 MG,1994,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,1994,8,1,1 +40171902,verapamil hydrochloride 40 MG,1994,9,1,1 +40171902,verapamil hydrochloride 40 MG,1994,12,2,5 +40171902,verapamil hydrochloride 40 MG,1995,3,1,2 +40171902,verapamil hydrochloride 40 MG,1995,6,1,2 +40171902,verapamil hydrochloride 40 MG,1995,7,1,5 +40171902,verapamil hydrochloride 40 MG,1995,9,2,1 +40171902,verapamil hydrochloride 40 MG,1995,11,1,2 +40171902,verapamil hydrochloride 40 MG,1995,12,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1996,3,1,2 +40171902,verapamil hydrochloride 40 MG,1996,6,2,2 +40171902,verapamil hydrochloride 40 MG,1996,7,1,2 +40171902,verapamil hydrochloride 40 MG,1996,8,1,1 +40171902,verapamil hydrochloride 40 MG,1996,10,3,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,1996,12,1,2 +40171902,verapamil hydrochloride 40 MG,1997,1,1,2 +40171902,verapamil hydrochloride 40 MG,1997,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,1997,6,2,2 +40171902,verapamil hydrochloride 40 MG,1997,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,1997,9,5,2 +40171902,verapamil hydrochloride 40 MG,1997,10,1,2 +40171902,verapamil hydrochloride 40 MG,1998,2,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,1998,3,2,5 +40171902,verapamil hydrochloride 40 MG,1998,4,2,2 +40171902,verapamil hydrochloride 40 MG,1998,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,1998,8,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,1998,10,1,2 +40171902,verapamil hydrochloride 40 MG,1998,11,1,1 +40171902,verapamil hydrochloride 40 MG,1998,12,1,2 +40171902,verapamil hydrochloride 40 MG,1999,2,1,1 +40171902,verapamil hydrochloride 40 MG,1999,4,1,2 +40171902,verapamil hydrochloride 40 MG,1999,5,2,3.5 +40171902,verapamil hydrochloride 40 MG,1999,6,1,2 +40171902,verapamil hydrochloride 40 MG,1999,7,2,3 +40171902,verapamil hydrochloride 40 MG,1999,9,1,1 +40171902,verapamil hydrochloride 40 MG,1999,11,2,2.5 +40171902,verapamil hydrochloride 40 MG,2000,1,2,1.5 +40171902,verapamil hydrochloride 40 MG,2000,2,4,2.25 +40171902,verapamil hydrochloride 40 MG,2000,3,5,1.6 +40171902,verapamil hydrochloride 40 MG,2000,6,2,1 +40171902,verapamil hydrochloride 40 MG,2000,7,1,2 +40171902,verapamil hydrochloride 40 MG,2000,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2000,10,1,2 +40171902,verapamil hydrochloride 40 MG,2000,11,3,1 +40171902,verapamil hydrochloride 40 MG,2000,12,1,1 +40171902,verapamil hydrochloride 40 MG,2001,2,1,2 +40171902,verapamil hydrochloride 40 MG,2001,4,2,2.5 +40171902,verapamil hydrochloride 40 MG,2001,6,4,1.5 +40171902,verapamil hydrochloride 40 MG,2001,7,2,2 +40171902,verapamil hydrochloride 40 MG,2001,9,1,1 +40171902,verapamil hydrochloride 40 MG,2001,10,1,2 +40171902,verapamil hydrochloride 40 MG,2001,12,1,2 +40171902,verapamil hydrochloride 40 MG,2002,1,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,2,1,1 +40171902,verapamil hydrochloride 40 MG,2002,3,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,5,3,4.666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,6,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2002,7,1,1 +40171902,verapamil hydrochloride 40 MG,2002,8,1,2 +40171902,verapamil hydrochloride 40 MG,2002,9,1,1 +40171902,verapamil hydrochloride 40 MG,2002,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2003,1,3,2 +40171902,verapamil hydrochloride 40 MG,2003,2,4,1.5 +40171902,verapamil hydrochloride 40 MG,2003,5,4,1.75 +40171902,verapamil hydrochloride 40 MG,2003,6,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2003,8,2,2 +40171902,verapamil hydrochloride 40 MG,2003,9,2,2 +40171902,verapamil hydrochloride 40 MG,2003,10,1,2 +40171902,verapamil hydrochloride 40 MG,2003,11,1,2 +40171902,verapamil hydrochloride 40 MG,2003,12,1,2 +40171902,verapamil hydrochloride 40 MG,2004,1,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2004,2,1,3 +40171902,verapamil hydrochloride 40 MG,2004,3,2,2 +40171902,verapamil hydrochloride 40 MG,2004,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2004,5,2,2 +40171902,verapamil hydrochloride 40 MG,2004,6,1,2 +40171902,verapamil hydrochloride 40 MG,2004,7,3,4.333333333333333 +40171902,verapamil hydrochloride 40 MG,2004,8,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2004,10,2,3.5 +40171902,verapamil hydrochloride 40 MG,2004,11,2,4 +40171902,verapamil hydrochloride 40 MG,2004,12,2,1.5 +40171902,verapamil hydrochloride 40 MG,2005,1,1,3 +40171902,verapamil hydrochloride 40 MG,2005,2,1,2 +40171902,verapamil hydrochloride 40 MG,2005,3,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2005,4,2,2 +40171902,verapamil hydrochloride 40 MG,2005,5,1,1 +40171902,verapamil hydrochloride 40 MG,2005,6,1,25 +40171902,verapamil hydrochloride 40 MG,2005,7,1,2 +40171902,verapamil hydrochloride 40 MG,2005,9,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2005,10,1,1 +40171902,verapamil hydrochloride 40 MG,2005,12,2,2 +40171902,verapamil hydrochloride 40 MG,2006,1,2,1.5 +40171902,verapamil hydrochloride 40 MG,2006,2,2,1 +40171902,verapamil hydrochloride 40 MG,2006,3,1,2 +40171902,verapamil hydrochloride 40 MG,2006,4,4,2 +40171902,verapamil hydrochloride 40 MG,2006,6,1,2 +40171902,verapamil hydrochloride 40 MG,2006,7,2,1 +40171902,verapamil hydrochloride 40 MG,2006,8,1,2 +40171902,verapamil hydrochloride 40 MG,2006,9,3,2 +40171902,verapamil hydrochloride 40 MG,2006,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2006,11,1,1 +40171902,verapamil hydrochloride 40 MG,2006,12,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,3,1,2 +40171902,verapamil hydrochloride 40 MG,2007,4,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2007,6,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2007,9,1,1 +40171902,verapamil hydrochloride 40 MG,2007,10,2,2.5 +40171902,verapamil hydrochloride 40 MG,2007,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2007,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2008,1,1,1 +40171902,verapamil hydrochloride 40 MG,2008,2,1,1 +40171902,verapamil hydrochloride 40 MG,2008,3,4,1.25 +40171902,verapamil hydrochloride 40 MG,2008,5,3,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,2008,6,1,1 +40171902,verapamil hydrochloride 40 MG,2008,7,2,2 +40171902,verapamil hydrochloride 40 MG,2008,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2008,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2008,10,2,2 +40171902,verapamil hydrochloride 40 MG,2008,11,1,1 +40171902,verapamil hydrochloride 40 MG,2009,1,5,1.8 +40171902,verapamil hydrochloride 40 MG,2009,2,1,1 +40171902,verapamil hydrochloride 40 MG,2009,3,4,1.75 +40171902,verapamil hydrochloride 40 MG,2009,4,4,1.75 +40171902,verapamil hydrochloride 40 MG,2009,5,1,1 +40171902,verapamil hydrochloride 40 MG,2009,6,2,9.5 +40171902,verapamil hydrochloride 40 MG,2009,7,2,3 +40171902,verapamil hydrochloride 40 MG,2009,8,2,1 +40171902,verapamil hydrochloride 40 MG,2009,9,4,2 +40171902,verapamil hydrochloride 40 MG,2009,10,2,3 +40171902,verapamil hydrochloride 40 MG,2009,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2009,12,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2010,1,1,1 +40171902,verapamil hydrochloride 40 MG,2010,2,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2010,3,1,2 +40171902,verapamil hydrochloride 40 MG,2010,4,2,1 +40171902,verapamil hydrochloride 40 MG,2010,5,4,2 +40171902,verapamil hydrochloride 40 MG,2010,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,2010,7,1,1 +40171902,verapamil hydrochloride 40 MG,2010,9,3,2 +40171902,verapamil hydrochloride 40 MG,2010,10,2,1 +40171902,verapamil hydrochloride 40 MG,2010,11,1,2 +40171902,verapamil hydrochloride 40 MG,2011,1,6,1.5 +40171902,verapamil hydrochloride 40 MG,2011,2,1,1 +40171902,verapamil hydrochloride 40 MG,2011,3,1,2 +40171902,verapamil hydrochloride 40 MG,2011,4,2,1 +40171902,verapamil hydrochloride 40 MG,2011,5,1,2 +40171902,verapamil hydrochloride 40 MG,2011,6,2,2.5 +40171902,verapamil hydrochloride 40 MG,2011,7,4,1.75 +40171902,verapamil hydrochloride 40 MG,2011,8,2,1.5 +40171902,verapamil hydrochloride 40 MG,2011,9,4,2.25 +40171902,verapamil hydrochloride 40 MG,2011,10,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2011,11,1,1 +40171902,verapamil hydrochloride 40 MG,2011,12,2,1 +40171902,verapamil hydrochloride 40 MG,2012,1,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2012,2,1,2 +40171902,verapamil hydrochloride 40 MG,2012,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,4,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2012,5,2,2 +40171902,verapamil hydrochloride 40 MG,2012,6,1,2 +40171902,verapamil hydrochloride 40 MG,2012,7,2,2.5 +40171902,verapamil hydrochloride 40 MG,2012,8,1,1 +40171902,verapamil hydrochloride 40 MG,2012,9,5,1.2 +40171902,verapamil hydrochloride 40 MG,2012,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,11,2,1.5 +40171902,verapamil hydrochloride 40 MG,2012,12,5,2 +40171902,verapamil hydrochloride 40 MG,2013,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,3,3,2 +40171902,verapamil hydrochloride 40 MG,2013,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,7,2,1.5 +40171902,verapamil hydrochloride 40 MG,2013,8,1,1 +40171902,verapamil hydrochloride 40 MG,2013,9,1,2 +40171902,verapamil hydrochloride 40 MG,2013,10,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2013,11,2,2 +40171902,verapamil hydrochloride 40 MG,2013,12,3,2 +40171902,verapamil hydrochloride 40 MG,2014,1,2,2 +40171902,verapamil hydrochloride 40 MG,2014,2,4,9 +40171902,verapamil hydrochloride 40 MG,2014,3,1,1 +40171902,verapamil hydrochloride 40 MG,2014,4,2,19 +40171902,verapamil hydrochloride 40 MG,2014,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2014,6,2,1.5 +40171902,verapamil hydrochloride 40 MG,2014,7,6,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,2014,8,6,2 +40171902,verapamil hydrochloride 40 MG,2014,9,1,1 +40171902,verapamil hydrochloride 40 MG,2014,10,1,2 +40171902,verapamil hydrochloride 40 MG,2014,11,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2014,12,4,2.5 +40171902,verapamil hydrochloride 40 MG,2015,1,2,2 +40171902,verapamil hydrochloride 40 MG,2015,2,3,2 +40171902,verapamil hydrochloride 40 MG,2015,3,6,6.5 +40171902,verapamil hydrochloride 40 MG,2015,4,2,1.5 +40171902,verapamil hydrochloride 40 MG,2015,5,5,3.8 +40171902,verapamil hydrochloride 40 MG,2015,6,2,2 +40171902,verapamil hydrochloride 40 MG,2015,7,4,2.5 +40171902,verapamil hydrochloride 40 MG,2015,8,1,1 +40171902,verapamil hydrochloride 40 MG,2015,9,5,2 +40171902,verapamil hydrochloride 40 MG,2015,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2015,11,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2015,12,1,1 +40171902,verapamil hydrochloride 40 MG,2016,1,4,2.25 +40171902,verapamil hydrochloride 40 MG,2016,2,2,2 +40171902,verapamil hydrochloride 40 MG,2016,3,1,3 +40171902,verapamil hydrochloride 40 MG,2016,4,2,3 +40171902,verapamil hydrochloride 40 MG,2016,5,6,3 +40171902,verapamil hydrochloride 40 MG,2016,6,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2016,7,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2016,8,4,1.5 +40171902,verapamil hydrochloride 40 MG,2016,9,1,2 +40171902,verapamil hydrochloride 40 MG,2016,10,2,1.5 +40171902,verapamil hydrochloride 40 MG,2016,12,1,2 +40171902,verapamil hydrochloride 40 MG,2017,1,2,1 +40171902,verapamil hydrochloride 40 MG,2017,2,1,2 +40171902,verapamil hydrochloride 40 MG,2017,3,4,1.75 +40171902,verapamil hydrochloride 40 MG,2017,4,3,2 +40171902,verapamil hydrochloride 40 MG,2017,5,4,1.25 +40171902,verapamil hydrochloride 40 MG,2017,6,5,3 +40171902,verapamil hydrochloride 40 MG,2017,8,4,2.25 +40171902,verapamil hydrochloride 40 MG,2017,9,1,2 +40171902,verapamil hydrochloride 40 MG,2017,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2017,11,3,4.333333333333333 +40171902,verapamil hydrochloride 40 MG,2017,12,2,2 +40171902,verapamil hydrochloride 40 MG,2018,1,1,1 +40171902,verapamil hydrochloride 40 MG,2018,2,2,1.5 +40171902,verapamil hydrochloride 40 MG,2018,3,5,2.2 +40171902,verapamil hydrochloride 40 MG,2018,4,4,1.25 +40171902,verapamil hydrochloride 40 MG,2018,5,1,2 +40171902,verapamil hydrochloride 40 MG,2018,6,2,2 +40171902,verapamil hydrochloride 40 MG,2018,7,2,2 +40171902,verapamil hydrochloride 40 MG,2018,8,7,4.428571428571429 +40171902,verapamil hydrochloride 40 MG,2018,9,1,1 +40171902,verapamil hydrochloride 40 MG,2018,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2018,11,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2018,12,4,1.5 +40171902,verapamil hydrochloride 40 MG,2019,1,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2019,2,2,2 +40171902,verapamil hydrochloride 40 MG,2019,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2019,4,2,3 +40171902,verapamil hydrochloride 40 MG,2019,5,4,4.25 +40171902,verapamil hydrochloride 40 MG,2019,6,3,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,2019,7,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2019,8,4,1.25 +40171902,verapamil hydrochloride 40 MG,2019,9,3,10 +40171902,verapamil hydrochloride 40 MG,2019,10,4,2 +40171902,verapamil hydrochloride 40 MG,2019,11,2,1 +40171902,verapamil hydrochloride 40 MG,2019,12,2,2.5 +40171902,verapamil hydrochloride 40 MG,2020,1,6,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2020,2,1,1 +40171902,verapamil hydrochloride 40 MG,2020,3,2,1.5 +40171902,verapamil hydrochloride 40 MG,2020,4,1,2 +40171902,verapamil hydrochloride 40 MG,2020,5,3,3.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2020,6,5,2.8 +40171902,verapamil hydrochloride 40 MG,2020,7,2,3 +40171902,verapamil hydrochloride 40 MG,2020,8,7,2.142857142857143 +40171902,verapamil hydrochloride 40 MG,2020,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2020,10,4,1.75 +40171902,verapamil hydrochloride 40 MG,2020,11,5,2 +40171902,verapamil hydrochloride 40 MG,2020,12,5,2.6 +40171902,verapamil hydrochloride 40 MG,2021,1,3,2 +40171902,verapamil hydrochloride 40 MG,2021,2,1,2 +40171902,verapamil hydrochloride 40 MG,2021,3,3,2 +40171902,verapamil hydrochloride 40 MG,2021,4,3,2.6666666666666665 +40171902,verapamil hydrochloride 40 MG,2021,5,4,1.75 +40171902,verapamil hydrochloride 40 MG,2021,6,1,5 +40171902,verapamil hydrochloride 40 MG,2021,7,6,5.833333333333333 +40171902,verapamil hydrochloride 40 MG,2021,8,2,2.5 +40171902,verapamil hydrochloride 40 MG,2021,9,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2021,10,4,2 +40171902,verapamil hydrochloride 40 MG,2021,11,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2021,12,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2022,1,4,1.25 +40171902,verapamil hydrochloride 40 MG,2022,2,8,2.5 +40171902,verapamil hydrochloride 40 MG,2022,3,4,1.5 +40171902,verapamil hydrochloride 40 MG,2022,4,7,1.8571428571428568 +40171902,verapamil hydrochloride 40 MG,2022,5,7,1.7142857142857142 +40171902,verapamil hydrochloride 40 MG,2022,6,3,2.333333333333333 +40171902,verapamil hydrochloride 40 MG,2022,7,5,3.4 +40171902,verapamil hydrochloride 40 MG,2022,8,4,2 +40171902,verapamil hydrochloride 40 MG,2022,9,2,1.5 +40171902,verapamil hydrochloride 40 MG,2022,10,6,2 +40171902,verapamil hydrochloride 40 MG,2022,11,2,2.5 +40171902,verapamil hydrochloride 40 MG,2022,12,4,1.75 +40171902,verapamil hydrochloride 40 MG,2023,1,1,1 +40171902,verapamil hydrochloride 40 MG,2023,2,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2023,3,3,1.3333333333333333 +40171902,verapamil hydrochloride 40 MG,2023,4,4,2.75 +40171902,verapamil hydrochloride 40 MG,2023,5,3,1.6666666666666667 +40171902,verapamil hydrochloride 40 MG,2023,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,3,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1945,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1945,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1945,12,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1946,1,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1946,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1946,3,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1946,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1946,9,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1947,1,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1947,3,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1947,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,1,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,2,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1948,4,3,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1948,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1948,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,3,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,4,3,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1949,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1949,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1949,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1950,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1950,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1950,4,3,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1950,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1950,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1951,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,4,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1951,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1951,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1951,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1952,2,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1952,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1952,4,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1952,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1952,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1952,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,4,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1953,5,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1953,6,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1953,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1953,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,3,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,5,3,3.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1954,6,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,9,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1954,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1954,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1955,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1955,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1955,5,1,6 +40213154,"Influenza, seasonal, injectable, preservative free",1955,6,3,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1955,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1955,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1955,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1956,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1956,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1956,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1956,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1956,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1956,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1957,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1957,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1957,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1957,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1957,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,3,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1958,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1958,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,7,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,10,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1958,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1958,12,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1959,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1959,4,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1959,5,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1959,6,2,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,9,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1959,10,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1959,11,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1959,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,1,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1960,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1960,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,7,4,3.75 +40213154,"Influenza, seasonal, injectable, preservative free",1960,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1960,11,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1960,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1961,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1961,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1961,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,7,6,3.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1961,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1961,10,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1961,11,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1961,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1962,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1962,5,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1962,7,3,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1962,8,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1962,11,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1962,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1963,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,5,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1963,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1963,7,2,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1963,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1963,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1964,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,5,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1964,7,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1964,8,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1964,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1964,12,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1965,1,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1965,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1965,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,5,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1965,6,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1965,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,8,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1965,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1965,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1965,12,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1966,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,2,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1966,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1966,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,6,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,7,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,8,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1966,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1966,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1966,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1966,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,2,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1967,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,5,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1967,6,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1967,7,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1967,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1967,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1967,12,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1968,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1968,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1968,3,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,5,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1968,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1968,7,3,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1968,8,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1968,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1968,12,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1969,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1969,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1969,4,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1969,7,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1969,8,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1969,10,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1969,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1969,12,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1970,4,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1970,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1970,6,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,7,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1970,8,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1970,10,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1970,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1970,12,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1971,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1971,4,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1971,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1971,7,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,8,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1971,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1971,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1971,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1971,12,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1972,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1972,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1972,3,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1972,4,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1972,5,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1972,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1972,7,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1972,8,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1972,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1972,10,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1972,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1972,12,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1973,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1973,2,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1973,4,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1973,6,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1973,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1973,8,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1973,10,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1973,11,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1973,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,2,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1974,3,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1974,4,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,5,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1974,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1974,8,6,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1974,10,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1974,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1974,12,6,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1975,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1975,3,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1975,4,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1975,5,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1975,8,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1975,10,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1975,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1975,12,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,1,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,2,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1976,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,4,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1976,5,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1976,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,7,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,8,6,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1976,9,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,10,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1976,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1976,12,4,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,1,2,1 +40213154,"Influenza, seasonal, injectable, preservative free",1977,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,3,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,5,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1977,6,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,8,6,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1977,9,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1977,10,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1977,11,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1977,12,5,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",1978,1,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1978,2,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,3,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1978,4,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,5,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1978,8,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1978,10,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,11,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1978,12,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1979,1,2,4 +40213154,"Influenza, seasonal, injectable, preservative free",1979,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1979,3,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,4,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1979,8,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1979,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1979,10,5,6.4 +40213154,"Influenza, seasonal, injectable, preservative free",1979,11,3,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1979,12,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,2,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1980,3,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,4,5,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1980,6,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,9,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1980,10,6,5.666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1980,11,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1980,12,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,1,1,7 +40213154,"Influenza, seasonal, injectable, preservative free",1981,2,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1981,3,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1981,4,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1981,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,6,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1981,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1981,10,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1981,11,4,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1981,12,3,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1982,1,1,4 +40213154,"Influenza, seasonal, injectable, preservative free",1982,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1982,3,11,3.727272727272727 +40213154,"Influenza, seasonal, injectable, preservative free",1982,4,5,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1982,5,1,5 +40213154,"Influenza, seasonal, injectable, preservative free",1982,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1982,9,3,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1982,10,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1982,11,6,5.5 +40213154,"Influenza, seasonal, injectable, preservative free",1982,12,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1983,1,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,2,3,1 +40213154,"Influenza, seasonal, injectable, preservative free",1983,3,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1983,4,5,7 +40213154,"Influenza, seasonal, injectable, preservative free",1983,5,2,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1983,6,1,3 +40213154,"Influenza, seasonal, injectable, preservative free",1983,7,3,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,8,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1983,10,5,2 +40213154,"Influenza, seasonal, injectable, preservative free",1983,11,7,4.857142857142857 +40213154,"Influenza, seasonal, injectable, preservative free",1983,12,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1984,1,2,3 +40213154,"Influenza, seasonal, injectable, preservative free",1984,2,1,1 +40213154,"Influenza, seasonal, injectable, preservative free",1984,3,11,1.4545454545454546 +40213154,"Influenza, seasonal, injectable, preservative free",1984,4,7,6 +40213154,"Influenza, seasonal, injectable, preservative free",1984,5,1,13 +40213154,"Influenza, seasonal, injectable, preservative free",1984,6,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1984,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1984,8,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1984,9,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1984,10,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1984,11,9,4.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1984,12,3,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1985,1,5,2.8 +40213154,"Influenza, seasonal, injectable, preservative free",1985,3,9,1.3333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1985,4,13,4.461538461538462 +40213154,"Influenza, seasonal, injectable, preservative free",1985,5,2,7.5 +40213154,"Influenza, seasonal, injectable, preservative free",1985,6,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1985,8,2,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,9,6,2 +40213154,"Influenza, seasonal, injectable, preservative free",1985,10,5,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1985,11,8,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1985,12,4,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1986,1,4,3 +40213154,"Influenza, seasonal, injectable, preservative free",1986,3,7,1.4285714285714286 +40213154,"Influenza, seasonal, injectable, preservative free",1986,4,14,4.214285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1986,5,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1986,6,4,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1986,7,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1986,8,4,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1986,9,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1986,10,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1986,11,4,8.5 +40213154,"Influenza, seasonal, injectable, preservative free",1986,12,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,1,5,2.8 +40213154,"Influenza, seasonal, injectable, preservative free",1987,3,9,1.5555555555555556 +40213154,"Influenza, seasonal, injectable, preservative free",1987,4,13,4 +40213154,"Influenza, seasonal, injectable, preservative free",1987,5,5,3.6 +40213154,"Influenza, seasonal, injectable, preservative free",1987,6,6,4.166666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,7,1,2 +40213154,"Influenza, seasonal, injectable, preservative free",1987,8,6,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1987,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1987,10,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1987,11,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1987,12,9,4.222222222222222 +40213154,"Influenza, seasonal, injectable, preservative free",1988,1,3,3.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1988,2,2,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1988,3,8,1.375 +40213154,"Influenza, seasonal, injectable, preservative free",1988,4,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",1988,5,7,6.428571428571429 +40213154,"Influenza, seasonal, injectable, preservative free",1988,6,3,5.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1988,7,6,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1988,8,5,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1988,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1988,10,7,1.8571428571428568 +40213154,"Influenza, seasonal, injectable, preservative free",1988,11,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1988,12,8,4.25 +40213154,"Influenza, seasonal, injectable, preservative free",1989,1,8,2.625 +40213154,"Influenza, seasonal, injectable, preservative free",1989,2,2,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,3,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1989,4,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",1989,5,12,4.75 +40213154,"Influenza, seasonal, injectable, preservative free",1989,6,5,5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,7,5,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1989,8,6,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,9,4,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1989,10,8,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1989,11,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",1989,12,5,1.2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,1,12,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1990,2,3,3 +40213154,"Influenza, seasonal, injectable, preservative free",1990,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1990,4,9,1.5555555555555556 +40213154,"Influenza, seasonal, injectable, preservative free",1990,5,15,4.133333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",1990,6,6,4.5 +40213154,"Influenza, seasonal, injectable, preservative free",1990,7,6,3 +40213154,"Influenza, seasonal, injectable, preservative free",1990,8,7,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1990,9,4,2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,10,10,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",1990,11,12,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1990,12,8,1.375 +40213154,"Influenza, seasonal, injectable, preservative free",1991,1,9,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1991,2,4,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",1991,3,4,1.25 +40213154,"Influenza, seasonal, injectable, preservative free",1991,4,8,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",1991,5,14,5.214285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1991,6,6,3.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1991,7,7,3.571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1991,8,9,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",1991,9,6,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1991,10,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1991,11,8,2 +40213154,"Influenza, seasonal, injectable, preservative free",1991,12,9,5.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1992,1,11,2 +40213154,"Influenza, seasonal, injectable, preservative free",1992,2,6,3.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,3,4,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,4,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1992,5,13,3.5384615384615383 +40213154,"Influenza, seasonal, injectable, preservative free",1992,6,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1992,7,7,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1992,8,8,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1992,9,6,1.5 +40213154,"Influenza, seasonal, injectable, preservative free",1992,10,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1992,11,11,1.9090909090909087 +40213154,"Influenza, seasonal, injectable, preservative free",1992,12,7,6.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",1993,1,9,1.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",1993,2,9,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1993,3,5,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1993,4,11,1.7272727272727273 +40213154,"Influenza, seasonal, injectable, preservative free",1993,5,9,3.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",1993,6,11,2.8181818181818183 +40213154,"Influenza, seasonal, injectable, preservative free",1993,7,11,2.363636363636364 +40213154,"Influenza, seasonal, injectable, preservative free",1993,8,7,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",1993,9,10,1.4 +40213154,"Influenza, seasonal, injectable, preservative free",1993,10,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",1993,11,18,1.9444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1993,12,9,5.222222222222222 +40213154,"Influenza, seasonal, injectable, preservative free",1994,1,8,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1994,2,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,3,6,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1994,4,6,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1994,5,10,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,6,10,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",1994,7,8,2.375 +40213154,"Influenza, seasonal, injectable, preservative free",1994,8,9,3.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1994,9,9,1.4444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1994,10,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,11,16,2 +40213154,"Influenza, seasonal, injectable, preservative free",1994,12,14,3 +40213154,"Influenza, seasonal, injectable, preservative free",1995,1,8,6 +40213154,"Influenza, seasonal, injectable, preservative free",1995,2,13,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",1995,3,10,2.4 +40213154,"Influenza, seasonal, injectable, preservative free",1995,4,8,2.125 +40213154,"Influenza, seasonal, injectable, preservative free",1995,5,7,4 +40213154,"Influenza, seasonal, injectable, preservative free",1995,6,13,2.3846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",1995,7,13,1.9230769230769231 +40213154,"Influenza, seasonal, injectable, preservative free",1995,8,11,2.8181818181818183 +40213154,"Influenza, seasonal, injectable, preservative free",1995,9,11,1.3636363636363635 +40213154,"Influenza, seasonal, injectable, preservative free",1995,10,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1995,11,14,1.8571428571428568 +40213154,"Influenza, seasonal, injectable, preservative free",1995,12,17,1.7647058823529411 +40213154,"Influenza, seasonal, injectable, preservative free",1996,1,14,4.785714285714286 +40213154,"Influenza, seasonal, injectable, preservative free",1996,2,11,2.272727272727273 +40213154,"Influenza, seasonal, injectable, preservative free",1996,3,10,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",1996,4,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",1996,5,11,3.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",1996,6,11,2.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",1996,7,14,1.9285714285714288 +40213154,"Influenza, seasonal, injectable, preservative free",1996,8,8,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",1996,9,15,1.8666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1996,10,7,1.7142857142857142 +40213154,"Influenza, seasonal, injectable, preservative free",1996,11,19,2.789473684210526 +40213154,"Influenza, seasonal, injectable, preservative free",1996,12,15,1.8666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1997,1,13,4.846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",1997,2,14,2.2142857142857144 +40213154,"Influenza, seasonal, injectable, preservative free",1997,3,14,2.2142857142857144 +40213154,"Influenza, seasonal, injectable, preservative free",1997,4,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",1997,5,7,1.8571428571428568 +40213154,"Influenza, seasonal, injectable, preservative free",1997,6,10,3.6 +40213154,"Influenza, seasonal, injectable, preservative free",1997,7,18,2 +40213154,"Influenza, seasonal, injectable, preservative free",1997,8,8,2.625 +40213154,"Influenza, seasonal, injectable, preservative free",1997,9,13,1.8461538461538465 +40213154,"Influenza, seasonal, injectable, preservative free",1997,10,14,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",1997,11,12,2.9166666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",1997,12,14,2 +40213154,"Influenza, seasonal, injectable, preservative free",1998,1,16,4.125 +40213154,"Influenza, seasonal, injectable, preservative free",1998,2,11,2.636363636363636 +40213154,"Influenza, seasonal, injectable, preservative free",1998,3,18,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1998,4,16,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1998,5,10,2.1 +40213154,"Influenza, seasonal, injectable, preservative free",1998,6,7,3.571428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",1998,7,17,1.8235294117647056 +40213154,"Influenza, seasonal, injectable, preservative free",1998,8,12,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1998,9,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",1998,10,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",1998,11,10,3.2 +40213154,"Influenza, seasonal, injectable, preservative free",1998,12,18,1.9444444444444444 +40213154,"Influenza, seasonal, injectable, preservative free",1999,1,16,4.0625 +40213154,"Influenza, seasonal, injectable, preservative free",1999,2,10,3.3 +40213154,"Influenza, seasonal, injectable, preservative free",1999,3,18,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",1999,4,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",1999,5,12,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",1999,6,11,3.1818181818181817 +40213154,"Influenza, seasonal, injectable, preservative free",1999,7,13,1.7692307692307692 +40213154,"Influenza, seasonal, injectable, preservative free",1999,8,14,1.8571428571428568 +40213154,"Influenza, seasonal, injectable, preservative free",1999,9,15,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",1999,10,15,1.5333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",1999,11,10,3.4 +40213154,"Influenza, seasonal, injectable, preservative free",1999,12,17,1.8823529411764703 +40213154,"Influenza, seasonal, injectable, preservative free",2000,1,14,4.428571428571429 +40213154,"Influenza, seasonal, injectable, preservative free",2000,2,11,2.636363636363636 +40213154,"Influenza, seasonal, injectable, preservative free",2000,3,15,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,4,18,2.055555555555556 +40213154,"Influenza, seasonal, injectable, preservative free",2000,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,6,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2000,7,13,1.9230769230769231 +40213154,"Influenza, seasonal, injectable, preservative free",2000,8,14,1.5714285714285714 +40213154,"Influenza, seasonal, injectable, preservative free",2000,9,17,2.117647058823529 +40213154,"Influenza, seasonal, injectable, preservative free",2000,10,15,1.5333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2000,11,8,2 +40213154,"Influenza, seasonal, injectable, preservative free",2000,12,19,2.789473684210526 +40213154,"Influenza, seasonal, injectable, preservative free",2001,1,17,2.588235294117647 +40213154,"Influenza, seasonal, injectable, preservative free",2001,2,15,4.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,3,9,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2001,4,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2001,5,16,2.0625 +40213154,"Influenza, seasonal, injectable, preservative free",2001,6,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",2001,7,12,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,8,17,1.6470588235294117 +40213154,"Influenza, seasonal, injectable, preservative free",2001,9,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2001,10,20,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2001,11,6,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2001,12,20,2.7 +40213154,"Influenza, seasonal, injectable, preservative free",2002,1,10,2 +40213154,"Influenza, seasonal, injectable, preservative free",2002,2,14,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2002,3,15,2.6 +40213154,"Influenza, seasonal, injectable, preservative free",2002,4,17,1.8823529411764703 +40213154,"Influenza, seasonal, injectable, preservative free",2002,5,17,1.8823529411764703 +40213154,"Influenza, seasonal, injectable, preservative free",2002,6,13,2.076923076923077 +40213154,"Influenza, seasonal, injectable, preservative free",2002,7,10,2.1 +40213154,"Influenza, seasonal, injectable, preservative free",2002,8,19,1.736842105263158 +40213154,"Influenza, seasonal, injectable, preservative free",2002,9,11,1.818181818181818 +40213154,"Influenza, seasonal, injectable, preservative free",2002,10,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2002,11,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",2002,12,18,2.888888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2003,1,11,1.818181818181818 +40213154,"Influenza, seasonal, injectable, preservative free",2003,2,16,2.375 +40213154,"Influenza, seasonal, injectable, preservative free",2003,3,12,2.583333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2003,4,15,1.9333333333333331 +40213154,"Influenza, seasonal, injectable, preservative free",2003,5,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2003,6,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2003,7,10,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2003,8,19,2 +40213154,"Influenza, seasonal, injectable, preservative free",2003,9,11,1.5454545454545454 +40213154,"Influenza, seasonal, injectable, preservative free",2003,10,16,2.0625 +40213154,"Influenza, seasonal, injectable, preservative free",2003,11,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",2003,12,12,3.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2004,1,15,1.9333333333333331 +40213154,"Influenza, seasonal, injectable, preservative free",2004,2,16,2.4375 +40213154,"Influenza, seasonal, injectable, preservative free",2004,3,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2004,4,15,1.7333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2004,5,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2004,6,18,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",2004,7,9,1.7777777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",2004,8,16,2 +40213154,"Influenza, seasonal, injectable, preservative free",2004,9,12,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2004,10,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",2004,11,18,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2004,12,12,2.083333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2005,1,14,2.071428571428572 +40213154,"Influenza, seasonal, injectable, preservative free",2005,2,21,2.142857142857143 +40213154,"Influenza, seasonal, injectable, preservative free",2005,3,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2005,4,12,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2005,5,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2005,6,18,1.6111111111111112 +40213154,"Influenza, seasonal, injectable, preservative free",2005,7,12,2.083333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2005,8,15,2.066666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2005,9,15,1.6 +40213154,"Influenza, seasonal, injectable, preservative free",2005,10,11,1.6363636363636365 +40213154,"Influenza, seasonal, injectable, preservative free",2005,11,16,1.5625 +40213154,"Influenza, seasonal, injectable, preservative free",2005,12,12,1.75 +40213154,"Influenza, seasonal, injectable, preservative free",2006,1,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2006,2,24,2.833333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2006,3,11,1.9090909090909087 +40213154,"Influenza, seasonal, injectable, preservative free",2006,4,9,2 +40213154,"Influenza, seasonal, injectable, preservative free",2006,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2006,6,15,2.1333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2006,7,15,1.9333333333333331 +40213154,"Influenza, seasonal, injectable, preservative free",2006,8,16,1.9375 +40213154,"Influenza, seasonal, injectable, preservative free",2006,9,18,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2006,10,9,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2006,11,20,1.55 +40213154,"Influenza, seasonal, injectable, preservative free",2006,12,12,1.9166666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2007,1,20,2 +40213154,"Influenza, seasonal, injectable, preservative free",2007,2,21,2.6666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2007,3,18,2.2222222222222223 +40213154,"Influenza, seasonal, injectable, preservative free",2007,4,8,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2007,5,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2007,6,12,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2007,7,17,1.8235294117647056 +40213154,"Influenza, seasonal, injectable, preservative free",2007,8,15,2.466666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2007,9,20,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",2007,10,11,2.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",2007,11,17,1.6470588235294117 +40213154,"Influenza, seasonal, injectable, preservative free",2007,12,13,1.6923076923076923 +40213154,"Influenza, seasonal, injectable, preservative free",2008,1,19,1.894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,2,18,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2008,3,16,2.6875 +40213154,"Influenza, seasonal, injectable, preservative free",2008,4,11,2.1818181818181817 +40213154,"Influenza, seasonal, injectable, preservative free",2008,5,15,1.9333333333333331 +40213154,"Influenza, seasonal, injectable, preservative free",2008,6,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2008,7,19,1.7894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,8,21,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2008,9,20,2.2 +40213154,"Influenza, seasonal, injectable, preservative free",2008,10,10,2.5 +40213154,"Influenza, seasonal, injectable, preservative free",2008,11,19,1.7894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2008,12,15,2 +40213154,"Influenza, seasonal, injectable, preservative free",2009,1,19,1.947368421052632 +40213154,"Influenza, seasonal, injectable, preservative free",2009,2,18,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2009,3,19,2.631578947368421 +40213154,"Influenza, seasonal, injectable, preservative free",2009,4,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2009,5,13,2.1538461538461537 +40213154,"Influenza, seasonal, injectable, preservative free",2009,6,12,2.25 +40213154,"Influenza, seasonal, injectable, preservative free",2009,7,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2009,8,17,2.5294117647058822 +40213154,"Influenza, seasonal, injectable, preservative free",2009,9,26,2 +40213154,"Influenza, seasonal, injectable, preservative free",2009,10,15,2.533333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2009,11,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2009,12,21,2.095238095238096 +40213154,"Influenza, seasonal, injectable, preservative free",2010,1,16,1.875 +40213154,"Influenza, seasonal, injectable, preservative free",2010,2,15,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2010,3,25,2.64 +40213154,"Influenza, seasonal, injectable, preservative free",2010,4,13,1.6153846153846154 +40213154,"Influenza, seasonal, injectable, preservative free",2010,5,17,1.8235294117647056 +40213154,"Influenza, seasonal, injectable, preservative free",2010,6,13,2.3846153846153846 +40213154,"Influenza, seasonal, injectable, preservative free",2010,7,19,1.894736842105263 +40213154,"Influenza, seasonal, injectable, preservative free",2010,8,15,2.2666666666666666 +40213154,"Influenza, seasonal, injectable, preservative free",2010,9,28,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2010,10,18,2.111111111111111 +40213154,"Influenza, seasonal, injectable, preservative free",2010,11,17,2.176470588235294 +40213154,"Influenza, seasonal, injectable, preservative free",2010,12,24,2.0416666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2011,1,15,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2011,2,15,1.8 +40213154,"Influenza, seasonal, injectable, preservative free",2011,3,24,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",2011,4,17,1.7058823529411764 +40213154,"Influenza, seasonal, injectable, preservative free",2011,5,20,1.9 +40213154,"Influenza, seasonal, injectable, preservative free",2011,6,13,2 +40213154,"Influenza, seasonal, injectable, preservative free",2011,7,19,1.8421052631578947 +40213154,"Influenza, seasonal, injectable, preservative free",2011,8,13,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",2011,9,30,2.3 +40213154,"Influenza, seasonal, injectable, preservative free",2011,10,24,2.333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2011,11,14,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2011,12,22,1.8636363636363635 +40213154,"Influenza, seasonal, injectable, preservative free",2012,1,18,1.8333333333333333 +40213154,"Influenza, seasonal, injectable, preservative free",2012,2,15,1.7333333333333334 +40213154,"Influenza, seasonal, injectable, preservative free",2012,3,24,2.75 +40213154,"Influenza, seasonal, injectable, preservative free",2012,4,21,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2012,5,20,1.9 +40213154,"Influenza, seasonal, injectable, preservative free",2012,6,14,1.7857142857142858 +40213154,"Influenza, seasonal, injectable, preservative free",2012,7,19,2.1578947368421053 +40213154,"Influenza, seasonal, injectable, preservative free",2012,8,20,1.95 +40213154,"Influenza, seasonal, injectable, preservative free",2012,9,30,2.2666666666666666 +40213154,"Influenza, seasonal, injectable, preservative free",2012,10,21,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2012,11,21,2.1904761904761907 +40213154,"Influenza, seasonal, injectable, preservative free",2012,12,24,1.6666666666666667 +40213154,"Influenza, seasonal, injectable, preservative free",2013,1,18,2.1666666666666665 +40213154,"Influenza, seasonal, injectable, preservative free",2013,2,19,1.4736842105263157 +40213154,"Influenza, seasonal, injectable, preservative free",2013,3,22,3.090909090909091 +40213154,"Influenza, seasonal, injectable, preservative free",2013,4,17,1.7058823529411764 +40213154,"Influenza, seasonal, injectable, preservative free",2013,5,23,1.608695652173913 +40213154,"Influenza, seasonal, injectable, preservative free",2013,6,245,2.4326530612244897 +40213154,"Influenza, seasonal, injectable, preservative free",2013,7,612,2.392156862745098 +40213154,"Influenza, seasonal, injectable, preservative free",2013,8,635,2.141732283464567 +40213154,"Influenza, seasonal, injectable, preservative free",2013,9,599,2.350584307178631 +40213154,"Influenza, seasonal, injectable, preservative free",2013,10,656,2.367378048780488 +40213154,"Influenza, seasonal, injectable, preservative free",2013,11,560,2.330357142857143 +40213154,"Influenza, seasonal, injectable, preservative free",2013,12,630,2.226984126984127 +40213154,"Influenza, seasonal, injectable, preservative free",2014,1,643,2.4339035769828925 +40213154,"Influenza, seasonal, injectable, preservative free",2014,2,598,2.5183946488294318 +40213154,"Influenza, seasonal, injectable, preservative free",2014,3,618,2.5372168284789645 +40213154,"Influenza, seasonal, injectable, preservative free",2014,4,593,2.2124789207419897 +40213154,"Influenza, seasonal, injectable, preservative free",2014,5,612,2.119281045751634 +40213154,"Influenza, seasonal, injectable, preservative free",2014,6,581,2.4733218588640278 +40213154,"Influenza, seasonal, injectable, preservative free",2014,7,615,2.3934959349593496 +40213154,"Influenza, seasonal, injectable, preservative free",2014,8,624,2.213141025641025 +40213154,"Influenza, seasonal, injectable, preservative free",2014,9,597,2.256281407035176 +40213154,"Influenza, seasonal, injectable, preservative free",2014,10,635,2.4803149606299213 +40213154,"Influenza, seasonal, injectable, preservative free",2014,11,591,2.3214890016920475 +40213154,"Influenza, seasonal, injectable, preservative free",2014,12,578,2.2975778546712804 +40213154,"Influenza, seasonal, injectable, preservative free",2015,1,661,2.4462934947049924 +40213154,"Influenza, seasonal, injectable, preservative free",2015,2,594,2.4494949494949494 +40213154,"Influenza, seasonal, injectable, preservative free",2015,3,631,2.316957210776545 +40213154,"Influenza, seasonal, injectable, preservative free",2015,4,605,2.4033057851239668 +40213154,"Influenza, seasonal, injectable, preservative free",2015,5,601,2.16638935108153 +40213154,"Influenza, seasonal, injectable, preservative free",2015,6,612,2.294117647058824 +40213154,"Influenza, seasonal, injectable, preservative free",2015,7,618,2.4190938511326863 +40213154,"Influenza, seasonal, injectable, preservative free",2015,8,646,2.346749226006192 +40213154,"Influenza, seasonal, injectable, preservative free",2015,9,592,2.206081081081081 +40213154,"Influenza, seasonal, injectable, preservative free",2015,10,658,2.360182370820669 +40213154,"Influenza, seasonal, injectable, preservative free",2015,11,606,2.229372937293729 +40213154,"Influenza, seasonal, injectable, preservative free",2015,12,602,2.25249169435216 +40213154,"Influenza, seasonal, injectable, preservative free",2016,1,679,2.43740795287187 +40213154,"Influenza, seasonal, injectable, preservative free",2016,2,593,2.516020236087689 +40213154,"Influenza, seasonal, injectable, preservative free",2016,3,666,2.388888888888889 +40213154,"Influenza, seasonal, injectable, preservative free",2016,4,606,2.402640264026403 +40213154,"Influenza, seasonal, injectable, preservative free",2016,5,625,2.3232 +40213154,"Influenza, seasonal, injectable, preservative free",2016,6,616,2.262987012987013 +40213154,"Influenza, seasonal, injectable, preservative free",2016,7,646,2.3544891640866874 +40213154,"Influenza, seasonal, injectable, preservative free",2016,8,643,2.4292379471228616 +40213154,"Influenza, seasonal, injectable, preservative free",2016,9,594,2.171717171717172 +40213154,"Influenza, seasonal, injectable, preservative free",2016,10,661,2.514372163388805 +40213154,"Influenza, seasonal, injectable, preservative free",2016,11,618,2.289644012944984 +40213154,"Influenza, seasonal, injectable, preservative free",2016,12,583,2.221269296740995 +40213154,"Influenza, seasonal, injectable, preservative free",2017,1,694,2.537463976945245 +40213154,"Influenza, seasonal, injectable, preservative free",2017,2,566,2.454063604240283 +40213154,"Influenza, seasonal, injectable, preservative free",2017,3,647,2.401854714064915 +40213154,"Influenza, seasonal, injectable, preservative free",2017,4,598,2.4498327759197323 +40213154,"Influenza, seasonal, injectable, preservative free",2017,5,648,2.1527777777777777 +40213154,"Influenza, seasonal, injectable, preservative free",2017,6,628,2.390127388535032 +40213154,"Influenza, seasonal, injectable, preservative free",2017,7,635,2.307086614173228 +40213154,"Influenza, seasonal, injectable, preservative free",2017,8,675,2.414814814814815 +40213154,"Influenza, seasonal, injectable, preservative free",2017,9,596,2.1426174496644297 +40213154,"Influenza, seasonal, injectable, preservative free",2017,10,645,2.3767441860465115 +40213154,"Influenza, seasonal, injectable, preservative free",2017,11,662,2.308157099697885 +40213154,"Influenza, seasonal, injectable, preservative free",2017,12,577,2.3015597920277298 +40213154,"Influenza, seasonal, injectable, preservative free",2018,1,683,2.288433382137628 +40213154,"Influenza, seasonal, injectable, preservative free",2018,2,602,2.4485049833887045 +40213154,"Influenza, seasonal, injectable, preservative free",2018,3,657,2.415525114155251 +40213154,"Influenza, seasonal, injectable, preservative free",2018,4,596,2.511744966442953 +40213154,"Influenza, seasonal, injectable, preservative free",2018,5,665,2.233082706766917 +40213154,"Influenza, seasonal, injectable, preservative free",2018,6,627,2.2264752791068583 +40213154,"Influenza, seasonal, injectable, preservative free",2018,7,617,2.340356564019449 +40213154,"Influenza, seasonal, injectable, preservative free",2018,8,678,2.4528023598820057 +40213154,"Influenza, seasonal, injectable, preservative free",2018,9,652,2.3773006134969323 +40213154,"Influenza, seasonal, injectable, preservative free",2018,10,617,2.2901134521880064 +40213154,"Influenza, seasonal, injectable, preservative free",2018,11,665,2.406015037593985 +40213154,"Influenza, seasonal, injectable, preservative free",2018,12,601,2.3410981697171382 +40213154,"Influenza, seasonal, injectable, preservative free",2019,1,680,2.320588235294118 +40213154,"Influenza, seasonal, injectable, preservative free",2019,2,617,2.277147487844408 +40213154,"Influenza, seasonal, injectable, preservative free",2019,3,673,2.4695393759286777 +40213154,"Influenza, seasonal, injectable, preservative free",2019,4,615,2.538211382113821 +40213154,"Influenza, seasonal, injectable, preservative free",2019,5,659,2.289833080424886 +40213154,"Influenza, seasonal, injectable, preservative free",2019,6,616,2.168831168831169 +40213154,"Influenza, seasonal, injectable, preservative free",2019,7,662,2.3595166163141994 +40213154,"Influenza, seasonal, injectable, preservative free",2019,8,659,2.4764795144157814 +40213154,"Influenza, seasonal, injectable, preservative free",2019,9,666,2.304804804804805 +40213154,"Influenza, seasonal, injectable, preservative free",2019,10,640,2.1453125 +40213154,"Influenza, seasonal, injectable, preservative free",2019,11,656,2.4878048780487805 +40213154,"Influenza, seasonal, injectable, preservative free",2019,12,636,2.279874213836478 +40213154,"Influenza, seasonal, injectable, preservative free",2020,1,650,2.207692307692308 +40213154,"Influenza, seasonal, injectable, preservative free",2020,2,646,2.5619195046439627 +40213154,"Influenza, seasonal, injectable, preservative free",2020,3,679,2.444771723122239 +40213154,"Influenza, seasonal, injectable, preservative free",2020,4,642,2.3068535825545173 +40213154,"Influenza, seasonal, injectable, preservative free",2020,5,640,2.41875 +40213154,"Influenza, seasonal, injectable, preservative free",2020,6,624,2.2868589743589745 +40213154,"Influenza, seasonal, injectable, preservative free",2020,7,656,2.278963414634146 +40213154,"Influenza, seasonal, injectable, preservative free",2020,8,663,2.4615384615384617 +40213154,"Influenza, seasonal, injectable, preservative free",2020,9,676,2.36094674556213 +40213154,"Influenza, seasonal, injectable, preservative free",2020,10,617,2.1815235008103726 +40213154,"Influenza, seasonal, injectable, preservative free",2020,11,697,2.3873744619799138 +40213154,"Influenza, seasonal, injectable, preservative free",2020,12,636,2.371069182389937 +40213154,"Influenza, seasonal, injectable, preservative free",2021,1,644,2.2857142857142856 +40213154,"Influenza, seasonal, injectable, preservative free",2021,2,636,2.371069182389937 +40213154,"Influenza, seasonal, injectable, preservative free",2021,3,688,2.4680232558139537 +40213154,"Influenza, seasonal, injectable, preservative free",2021,4,646,2.331269349845201 +40213154,"Influenza, seasonal, injectable, preservative free",2021,5,641,2.4726989079563184 +40213154,"Influenza, seasonal, injectable, preservative free",2021,6,600,2.295 +40213154,"Influenza, seasonal, injectable, preservative free",2021,7,668,2.236526946107785 +40213154,"Influenza, seasonal, injectable, preservative free",2021,8,680,2.363235294117647 +40213154,"Influenza, seasonal, injectable, preservative free",2021,9,642,2.4501557632398754 +40213154,"Influenza, seasonal, injectable, preservative free",2021,10,662,2.098187311178248 +40213154,"Influenza, seasonal, injectable, preservative free",2021,11,671,2.512667660208644 +40213154,"Influenza, seasonal, injectable, preservative free",2021,12,666,2.3063063063063063 +40213154,"Influenza, seasonal, injectable, preservative free",2022,1,652,2.239263803680981 +40213154,"Influenza, seasonal, injectable, preservative free",2022,2,660,2.363636363636364 +40213154,"Influenza, seasonal, injectable, preservative free",2022,3,700,2.4514285714285715 +40213154,"Influenza, seasonal, injectable, preservative free",2022,4,651,2.4546850998463903 +40213154,"Influenza, seasonal, injectable, preservative free",2022,5,655,2.4198473282442747 +40213154,"Influenza, seasonal, injectable, preservative free",2022,6,626,2.2044728434504792 +40213154,"Influenza, seasonal, injectable, preservative free",2022,7,672,2.3035714285714284 +40213154,"Influenza, seasonal, injectable, preservative free",2022,8,700,2.38 +40213154,"Influenza, seasonal, injectable, preservative free",2022,9,696,2.57183908045977 +40213154,"Influenza, seasonal, injectable, preservative free",2022,10,664,2.128012048192771 +40213154,"Influenza, seasonal, injectable, preservative free",2022,11,658,2.4574468085106385 +40213154,"Influenza, seasonal, injectable, preservative free",2022,12,695,2.2762589928057557 +40213154,"Influenza, seasonal, injectable, preservative free",2023,1,638,2.324451410658307 +40213154,"Influenza, seasonal, injectable, preservative free",2023,2,665,2.308270676691729 +40213154,"Influenza, seasonal, injectable, preservative free",2023,3,664,2.3795180722891565 +40213154,"Influenza, seasonal, injectable, preservative free",2023,4,691,2.470332850940666 +40213154,"Influenza, seasonal, injectable, preservative free",2023,5,618,2.5064724919093853 +40213154,"Influenza, seasonal, injectable, preservative free",2023,6,324,2.2623456790123457 +40213160,"poliovirus vaccine, inactivated",1955,6,1,2 +40213160,"poliovirus vaccine, inactivated",1955,11,1,1 +40213160,"poliovirus vaccine, inactivated",1959,4,1,3 +40213160,"poliovirus vaccine, inactivated",1959,6,1,3 +40213160,"poliovirus vaccine, inactivated",1959,9,1,3 +40213160,"poliovirus vaccine, inactivated",1963,12,1,3 +40213160,"poliovirus vaccine, inactivated",1965,7,1,1 +40213160,"poliovirus vaccine, inactivated",1965,9,1,1 +40213160,"poliovirus vaccine, inactivated",1965,12,1,1 +40213160,"poliovirus vaccine, inactivated",1970,3,1,1 +40213160,"poliovirus vaccine, inactivated",1973,11,1,2 +40213160,"poliovirus vaccine, inactivated",1981,2,1,1 +40213160,"poliovirus vaccine, inactivated",1985,7,1,1 +40213160,"poliovirus vaccine, inactivated",1985,9,1,1 +40213160,"poliovirus vaccine, inactivated",1985,12,1,1 +40213160,"poliovirus vaccine, inactivated",1990,3,1,1 +40213160,"poliovirus vaccine, inactivated",1994,5,1,2 +40213160,"poliovirus vaccine, inactivated",1994,7,1,2 +40213160,"poliovirus vaccine, inactivated",1994,10,1,2 +40213160,"poliovirus vaccine, inactivated",1995,2,1,2 +40213160,"poliovirus vaccine, inactivated",1996,3,1,2 +40213160,"poliovirus vaccine, inactivated",2001,10,1,1 +40213160,"poliovirus vaccine, inactivated",2001,12,1,1 +40213160,"poliovirus vaccine, inactivated",2002,2,1,1 +40213160,"poliovirus vaccine, inactivated",2002,3,1,1 +40213160,"poliovirus vaccine, inactivated",2002,7,1,1 +40213160,"poliovirus vaccine, inactivated",2002,9,1,1 +40213160,"poliovirus vaccine, inactivated",2002,12,1,1 +40213160,"poliovirus vaccine, inactivated",2007,3,1,1 +40213160,"poliovirus vaccine, inactivated",2010,12,1,1 +40213160,"poliovirus vaccine, inactivated",2011,2,1,1 +40213160,"poliovirus vaccine, inactivated",2011,5,1,1 +40213160,"poliovirus vaccine, inactivated",2013,6,13,2 +40213160,"poliovirus vaccine, inactivated",2013,7,27,2.2962962962962963 +40213160,"poliovirus vaccine, inactivated",2013,8,40,1.975 +40213160,"poliovirus vaccine, inactivated",2013,9,41,2.073170731707317 +40213160,"poliovirus vaccine, inactivated",2013,10,30,2 +40213160,"poliovirus vaccine, inactivated",2013,11,40,2 +40213160,"poliovirus vaccine, inactivated",2013,12,42,2.261904761904762 +40213160,"poliovirus vaccine, inactivated",2014,1,36,1.8611111111111112 +40213160,"poliovirus vaccine, inactivated",2014,2,39,2.6153846153846154 +40213160,"poliovirus vaccine, inactivated",2014,3,28,2.5357142857142856 +40213160,"poliovirus vaccine, inactivated",2014,4,30,2.5 +40213160,"poliovirus vaccine, inactivated",2014,5,34,2.9411764705882355 +40213160,"poliovirus vaccine, inactivated",2014,6,25,2.08 +40213160,"poliovirus vaccine, inactivated",2014,7,36,2.9722222222222223 +40213160,"poliovirus vaccine, inactivated",2014,8,21,3.6666666666666665 +40213160,"poliovirus vaccine, inactivated",2014,9,32,2.5 +40213160,"poliovirus vaccine, inactivated",2014,10,32,3.78125 +40213160,"poliovirus vaccine, inactivated",2014,11,27,2.962962962962963 +40213160,"poliovirus vaccine, inactivated",2014,12,38,2.210526315789474 +40213160,"poliovirus vaccine, inactivated",2015,1,32,3.78125 +40213160,"poliovirus vaccine, inactivated",2015,2,43,2.4186046511627906 +40213160,"poliovirus vaccine, inactivated",2015,3,44,2.2045454545454546 +40213160,"poliovirus vaccine, inactivated",2015,4,35,2.657142857142857 +40213160,"poliovirus vaccine, inactivated",2015,5,40,2.225 +40213160,"poliovirus vaccine, inactivated",2015,6,39,3.076923076923077 +40213160,"poliovirus vaccine, inactivated",2015,7,38,2.6842105263157894 +40213160,"poliovirus vaccine, inactivated",2015,8,44,2.477272727272727 +40213160,"poliovirus vaccine, inactivated",2015,9,42,2.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2015,10,39,2.641025641025641 +40213160,"poliovirus vaccine, inactivated",2015,11,47,2.6382978723404253 +40213160,"poliovirus vaccine, inactivated",2015,12,42,1.9523809523809523 +40213160,"poliovirus vaccine, inactivated",2016,1,38,2.4473684210526314 +40213160,"poliovirus vaccine, inactivated",2016,2,37,1.945945945945946 +40213160,"poliovirus vaccine, inactivated",2016,3,42,2.119047619047619 +40213160,"poliovirus vaccine, inactivated",2016,4,46,2.5 +40213160,"poliovirus vaccine, inactivated",2016,5,38,1.7105263157894737 +40213160,"poliovirus vaccine, inactivated",2016,6,30,2.566666666666667 +40213160,"poliovirus vaccine, inactivated",2016,7,42,2.7142857142857144 +40213160,"poliovirus vaccine, inactivated",2016,8,37,2.864864864864865 +40213160,"poliovirus vaccine, inactivated",2016,9,40,3.025 +40213160,"poliovirus vaccine, inactivated",2016,10,31,2.4838709677419355 +40213160,"poliovirus vaccine, inactivated",2016,11,26,2.1153846153846154 +40213160,"poliovirus vaccine, inactivated",2016,12,34,2.3823529411764706 +40213160,"poliovirus vaccine, inactivated",2017,1,40,3.25 +40213160,"poliovirus vaccine, inactivated",2017,2,36,2.9166666666666665 +40213160,"poliovirus vaccine, inactivated",2017,3,36,2.888888888888889 +40213160,"poliovirus vaccine, inactivated",2017,4,30,1.8 +40213160,"poliovirus vaccine, inactivated",2017,5,45,2.2666666666666666 +40213160,"poliovirus vaccine, inactivated",2017,6,44,2.5 +40213160,"poliovirus vaccine, inactivated",2017,7,48,1.9166666666666667 +40213160,"poliovirus vaccine, inactivated",2017,8,34,2.235294117647059 +40213160,"poliovirus vaccine, inactivated",2017,9,41,3.024390243902439 +40213160,"poliovirus vaccine, inactivated",2017,10,28,2.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2017,11,34,2.588235294117647 +40213160,"poliovirus vaccine, inactivated",2017,12,33,2.1515151515151514 +40213160,"poliovirus vaccine, inactivated",2018,1,30,1.8 +40213160,"poliovirus vaccine, inactivated",2018,2,32,2.46875 +40213160,"poliovirus vaccine, inactivated",2018,3,35,1.8571428571428568 +40213160,"poliovirus vaccine, inactivated",2018,4,31,1.967741935483871 +40213160,"poliovirus vaccine, inactivated",2018,5,46,1.565217391304348 +40213160,"poliovirus vaccine, inactivated",2018,6,38,2.1052631578947367 +40213160,"poliovirus vaccine, inactivated",2018,7,31,1.6774193548387095 +40213160,"poliovirus vaccine, inactivated",2018,8,41,2.024390243902439 +40213160,"poliovirus vaccine, inactivated",2018,9,32,1.875 +40213160,"poliovirus vaccine, inactivated",2018,10,37,1.837837837837838 +40213160,"poliovirus vaccine, inactivated",2018,11,28,2.392857142857143 +40213160,"poliovirus vaccine, inactivated",2018,12,30,1.7333333333333334 +40213160,"poliovirus vaccine, inactivated",2019,1,37,2.72972972972973 +40213160,"poliovirus vaccine, inactivated",2019,2,29,2.0689655172413794 +40213160,"poliovirus vaccine, inactivated",2019,3,36,1.9166666666666667 +40213160,"poliovirus vaccine, inactivated",2019,4,32,3.03125 +40213160,"poliovirus vaccine, inactivated",2019,5,47,2.0638297872340425 +40213160,"poliovirus vaccine, inactivated",2019,6,35,2.1714285714285717 +40213160,"poliovirus vaccine, inactivated",2019,7,34,1.911764705882353 +40213160,"poliovirus vaccine, inactivated",2019,8,34,2.088235294117647 +40213160,"poliovirus vaccine, inactivated",2019,9,38,2.236842105263158 +40213160,"poliovirus vaccine, inactivated",2019,10,40,2 +40213160,"poliovirus vaccine, inactivated",2019,11,36,2.111111111111111 +40213160,"poliovirus vaccine, inactivated",2019,12,32,1.96875 +40213160,"poliovirus vaccine, inactivated",2020,1,32,2.0625 +40213160,"poliovirus vaccine, inactivated",2020,2,39,2.230769230769231 +40213160,"poliovirus vaccine, inactivated",2020,3,27,2.4814814814814814 +40213160,"poliovirus vaccine, inactivated",2020,4,36,2 +40213160,"poliovirus vaccine, inactivated",2020,5,40,2.1 +40213160,"poliovirus vaccine, inactivated",2020,6,36,2.555555555555556 +40213160,"poliovirus vaccine, inactivated",2020,7,44,2.113636363636364 +40213160,"poliovirus vaccine, inactivated",2020,8,37,2.72972972972973 +40213160,"poliovirus vaccine, inactivated",2020,9,31,2.096774193548387 +40213160,"poliovirus vaccine, inactivated",2020,10,41,3.048780487804878 +40213160,"poliovirus vaccine, inactivated",2020,11,43,2.0930232558139537 +40213160,"poliovirus vaccine, inactivated",2020,12,42,3.2142857142857144 +40213160,"poliovirus vaccine, inactivated",2021,1,44,2.75 +40213160,"poliovirus vaccine, inactivated",2021,2,28,2.571428571428572 +40213160,"poliovirus vaccine, inactivated",2021,3,37,2.864864864864865 +40213160,"poliovirus vaccine, inactivated",2021,4,32,2.875 +40213160,"poliovirus vaccine, inactivated",2021,5,35,2.571428571428572 +40213160,"poliovirus vaccine, inactivated",2021,6,30,2.2333333333333334 +40213160,"poliovirus vaccine, inactivated",2021,7,33,2.212121212121212 +40213160,"poliovirus vaccine, inactivated",2021,8,32,2.28125 +40213160,"poliovirus vaccine, inactivated",2021,9,43,2.581395348837209 +40213160,"poliovirus vaccine, inactivated",2021,10,44,1.8409090909090908 +40213160,"poliovirus vaccine, inactivated",2021,11,40,2 +40213160,"poliovirus vaccine, inactivated",2021,12,34,2 +40213160,"poliovirus vaccine, inactivated",2022,1,40,1.975 +40213160,"poliovirus vaccine, inactivated",2022,2,37,2.108108108108108 +40213160,"poliovirus vaccine, inactivated",2022,3,32,2.28125 +40213160,"poliovirus vaccine, inactivated",2022,4,34,2.0294117647058822 +40213160,"poliovirus vaccine, inactivated",2022,5,34,2.5588235294117645 +40213160,"poliovirus vaccine, inactivated",2022,6,29,1.7241379310344829 +40213160,"poliovirus vaccine, inactivated",2022,7,35,2.057142857142857 +40213160,"poliovirus vaccine, inactivated",2022,8,33,1.7272727272727273 +40213160,"poliovirus vaccine, inactivated",2022,9,32,1.65625 +40213160,"poliovirus vaccine, inactivated",2022,10,34,2.264705882352941 +40213160,"poliovirus vaccine, inactivated",2022,11,31,1.4838709677419355 +40213160,"poliovirus vaccine, inactivated",2022,12,34,2.0294117647058822 +40213160,"poliovirus vaccine, inactivated",2023,1,33,2.060606060606061 +40213160,"poliovirus vaccine, inactivated",2023,2,23,2.869565217391304 +40213160,"poliovirus vaccine, inactivated",2023,3,30,2.1666666666666665 +40213160,"poliovirus vaccine, inactivated",2023,4,34,2.3529411764705883 +40213160,"poliovirus vaccine, inactivated",2023,5,28,2.821428571428572 +40213160,"poliovirus vaccine, inactivated",2023,6,15,1.6666666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,4,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,9,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2006,9,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2008,3,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,8,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2010,7,1,1 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2012,10,1,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,6,13,1.4615384615384617 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,7,26,2.8461538461538463 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,8,20,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,9,18,2.2222222222222223 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,10,26,2.4615384615384617 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,11,17,3.0588235294117645 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,12,26,2.1538461538461537 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,1,23,2.4782608695652173 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,2,18,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,3,25,1.96 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,4,27,1.8888888888888888 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,5,22,2.090909090909091 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,6,16,2.125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,7,19,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,8,26,1.8846153846153848 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,9,26,2.230769230769231 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,10,25,2.08 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,11,27,2.111111111111111 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,12,21,2.857142857142857 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,1,29,2.310344827586207 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,2,23,1.9565217391304348 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,3,30,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,4,31,2.161290322580645 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,5,24,1.875 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,6,22,1.818181818181818 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,7,18,2.055555555555556 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,8,34,2.0294117647058822 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,9,19,2.631578947368421 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,10,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,11,25,1.96 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,12,30,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,1,38,2.1052631578947367 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,2,19,1.894736842105263 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,3,26,2.1153846153846154 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,4,33,1.878787878787879 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,5,34,2.088235294117647 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,6,24,2.208333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,7,28,1.8928571428571428 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,8,19,1.947368421052632 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,9,25,1.64 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,10,22,2.909090909090909 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,11,30,1.7666666666666666 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,12,28,2.142857142857143 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,1,29,3.4482758620689653 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,2,23,3.217391304347826 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,3,20,2.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,4,27,2.333333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,5,16,2.125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,6,24,2.1666666666666665 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,7,32,2.8125 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,8,27,2.2962962962962963 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,9,31,2.129032258064516 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,10,20,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,11,15,2.066666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,12,17,3.3529411764705883 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,1,27,2.074074074074074 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,2,20,2.75 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,3,31,2.3225806451612905 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,4,19,1.894736842105263 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,5,24,2.5 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,6,29,1.9655172413793105 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,7,25,1.76 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,8,17,1.8823529411764703 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,9,21,2.1904761904761907 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,10,28,2.0357142857142856 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,11,27,3.2962962962962963 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,12,21,3.1904761904761907 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,1,30,2.333333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,2,24,2.083333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,3,20,3.35 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,4,17,2.764705882352941 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,5,32,1.84375 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,6,22,1.681818181818182 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,7,25,2.36 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,8,20,2.4 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,9,18,1.9444444444444444 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,10,28,1.5714285714285714 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,11,21,2.333333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,12,28,2.607142857142857 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,1,26,2.269230769230769 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,2,34,2.147058823529412 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,3,26,3.1153846153846154 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,4,30,2.2333333333333334 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,5,24,3 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,6,22,2.090909090909091 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,7,24,1.75 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,8,26,1.7307692307692308 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,9,20,2.3 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,10,18,2.333333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,11,30,1.7666666666666666 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,12,23,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,1,20,2.35 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,2,22,2.636363636363636 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,3,30,1.9 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,4,35,1.9142857142857144 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,5,30,1.9666666666666663 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,6,23,2.0434782608695654 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,7,32,2.59375 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,8,21,2.4285714285714284 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,9,24,2.208333333333333 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,10,22,2.3181818181818183 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,11,28,2.2857142857142856 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,12,31,2.290322580645161 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,1,29,2 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,2,29,1.9655172413793105 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,3,22,1.5454545454545454 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,4,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,5,28,2.071428571428572 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,6,26,1.7307692307692308 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,7,21,2.523809523809524 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,8,33,3.303030303030303 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,9,19,2.0526315789473686 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,10,34,2.823529411764706 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,11,22,1.9545454545454544 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,12,26,2.076923076923077 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,1,22,1.818181818181818 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,2,30,2.3666666666666667 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,3,25,2.56 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,4,22,2.909090909090909 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,5,20,2.05 +40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,6,13,2.076923076923077 +40213183,"measles, mumps and rubella virus vaccine",1971,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",1971,5,1,2 +40213183,"measles, mumps and rubella virus vaccine",1973,11,1,2 +40213183,"measles, mumps and rubella virus vaccine",1981,2,1,1 +40213183,"measles, mumps and rubella virus vaccine",1986,6,1,1 +40213183,"measles, mumps and rubella virus vaccine",1990,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",1995,2,1,2 +40213183,"measles, mumps and rubella virus vaccine",1995,4,1,2 +40213183,"measles, mumps and rubella virus vaccine",1996,3,1,2 +40213183,"measles, mumps and rubella virus vaccine",2002,2,1,1 +40213183,"measles, mumps and rubella virus vaccine",2002,9,1,1 +40213183,"measles, mumps and rubella virus vaccine",2003,6,1,1 +40213183,"measles, mumps and rubella virus vaccine",2007,3,1,1 +40213183,"measles, mumps and rubella virus vaccine",2011,11,1,1 +40213183,"measles, mumps and rubella virus vaccine",2013,6,4,1.75 +40213183,"measles, mumps and rubella virus vaccine",2013,7,12,1.8333333333333333 +40213183,"measles, mumps and rubella virus vaccine",2013,8,20,2 +40213183,"measles, mumps and rubella virus vaccine",2013,9,20,1.7 +40213183,"measles, mumps and rubella virus vaccine",2013,10,21,1.809523809523809 +40213183,"measles, mumps and rubella virus vaccine",2013,11,16,2.3125 +40213183,"measles, mumps and rubella virus vaccine",2013,12,23,3.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2014,1,17,1.8235294117647056 +40213183,"measles, mumps and rubella virus vaccine",2014,2,24,2.958333333333333 +40213183,"measles, mumps and rubella virus vaccine",2014,3,17,3.4705882352941178 +40213183,"measles, mumps and rubella virus vaccine",2014,4,12,2.75 +40213183,"measles, mumps and rubella virus vaccine",2014,5,17,2.235294117647059 +40213183,"measles, mumps and rubella virus vaccine",2014,6,22,2.136363636363636 +40213183,"measles, mumps and rubella virus vaccine",2014,7,14,2.071428571428572 +40213183,"measles, mumps and rubella virus vaccine",2014,8,17,1.588235294117647 +40213183,"measles, mumps and rubella virus vaccine",2014,9,17,1.8235294117647056 +40213183,"measles, mumps and rubella virus vaccine",2014,10,15,1.6666666666666667 +40213183,"measles, mumps and rubella virus vaccine",2014,11,17,2.3529411764705883 +40213183,"measles, mumps and rubella virus vaccine",2014,12,17,2 +40213183,"measles, mumps and rubella virus vaccine",2015,1,19,2.789473684210526 +40213183,"measles, mumps and rubella virus vaccine",2015,2,16,1.9375 +40213183,"measles, mumps and rubella virus vaccine",2015,3,19,1.947368421052632 +40213183,"measles, mumps and rubella virus vaccine",2015,4,20,3.75 +40213183,"measles, mumps and rubella virus vaccine",2015,5,13,2.6923076923076925 +40213183,"measles, mumps and rubella virus vaccine",2015,6,15,3.6666666666666665 +40213183,"measles, mumps and rubella virus vaccine",2015,7,17,4.764705882352941 +40213183,"measles, mumps and rubella virus vaccine",2015,8,23,2.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2015,9,14,1.9285714285714288 +40213183,"measles, mumps and rubella virus vaccine",2015,10,25,2.88 +40213183,"measles, mumps and rubella virus vaccine",2015,11,18,2.4444444444444446 +40213183,"measles, mumps and rubella virus vaccine",2015,12,23,2.0869565217391304 +40213183,"measles, mumps and rubella virus vaccine",2016,1,23,2.347826086956522 +40213183,"measles, mumps and rubella virus vaccine",2016,2,19,2.1578947368421053 +40213183,"measles, mumps and rubella virus vaccine",2016,3,19,2.210526315789474 +40213183,"measles, mumps and rubella virus vaccine",2016,4,16,1.75 +40213183,"measles, mumps and rubella virus vaccine",2016,5,19,2.421052631578948 +40213183,"measles, mumps and rubella virus vaccine",2016,6,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2016,7,17,4.117647058823529 +40213183,"measles, mumps and rubella virus vaccine",2016,8,24,2.625 +40213183,"measles, mumps and rubella virus vaccine",2016,9,20,3.1 +40213183,"measles, mumps and rubella virus vaccine",2016,10,20,2.35 +40213183,"measles, mumps and rubella virus vaccine",2016,11,22,1.9545454545454544 +40213183,"measles, mumps and rubella virus vaccine",2016,12,17,2 +40213183,"measles, mumps and rubella virus vaccine",2017,1,21,2.7142857142857144 +40213183,"measles, mumps and rubella virus vaccine",2017,2,22,2.8181818181818183 +40213183,"measles, mumps and rubella virus vaccine",2017,3,20,3.95 +40213183,"measles, mumps and rubella virus vaccine",2017,4,14,1.7142857142857142 +40213183,"measles, mumps and rubella virus vaccine",2017,5,16,2 +40213183,"measles, mumps and rubella virus vaccine",2017,6,20,2 +40213183,"measles, mumps and rubella virus vaccine",2017,7,23,2.6956521739130435 +40213183,"measles, mumps and rubella virus vaccine",2017,8,15,2.2 +40213183,"measles, mumps and rubella virus vaccine",2017,9,18,3.5 +40213183,"measles, mumps and rubella virus vaccine",2017,10,8,2 +40213183,"measles, mumps and rubella virus vaccine",2017,11,22,2.636363636363636 +40213183,"measles, mumps and rubella virus vaccine",2017,12,25,2.76 +40213183,"measles, mumps and rubella virus vaccine",2018,1,16,1.8125 +40213183,"measles, mumps and rubella virus vaccine",2018,2,19,2 +40213183,"measles, mumps and rubella virus vaccine",2018,3,23,2.0434782608695654 +40213183,"measles, mumps and rubella virus vaccine",2018,4,19,2.210526315789474 +40213183,"measles, mumps and rubella virus vaccine",2018,5,23,2.217391304347826 +40213183,"measles, mumps and rubella virus vaccine",2018,6,19,1.947368421052632 +40213183,"measles, mumps and rubella virus vaccine",2018,7,13,2.230769230769231 +40213183,"measles, mumps and rubella virus vaccine",2018,8,18,2.9444444444444446 +40213183,"measles, mumps and rubella virus vaccine",2018,9,9,2.2222222222222223 +40213183,"measles, mumps and rubella virus vaccine",2018,10,18,1.8333333333333333 +40213183,"measles, mumps and rubella virus vaccine",2018,11,15,1.7333333333333334 +40213183,"measles, mumps and rubella virus vaccine",2018,12,16,1.9375 +40213183,"measles, mumps and rubella virus vaccine",2019,1,18,3.5 +40213183,"measles, mumps and rubella virus vaccine",2019,2,13,2.076923076923077 +40213183,"measles, mumps and rubella virus vaccine",2019,3,21,2.095238095238096 +40213183,"measles, mumps and rubella virus vaccine",2019,4,17,3.647058823529412 +40213183,"measles, mumps and rubella virus vaccine",2019,5,17,2.9411764705882355 +40213183,"measles, mumps and rubella virus vaccine",2019,6,13,2.1538461538461537 +40213183,"measles, mumps and rubella virus vaccine",2019,7,18,2.055555555555556 +40213183,"measles, mumps and rubella virus vaccine",2019,8,20,2.25 +40213183,"measles, mumps and rubella virus vaccine",2019,9,14,2.142857142857143 +40213183,"measles, mumps and rubella virus vaccine",2019,10,18,2.5 +40213183,"measles, mumps and rubella virus vaccine",2019,11,26,2.1153846153846154 +40213183,"measles, mumps and rubella virus vaccine",2019,12,20,2.05 +40213183,"measles, mumps and rubella virus vaccine",2020,1,13,1.6923076923076923 +40213183,"measles, mumps and rubella virus vaccine",2020,2,21,2.523809523809524 +40213183,"measles, mumps and rubella virus vaccine",2020,3,25,2.28 +40213183,"measles, mumps and rubella virus vaccine",2020,4,20,2.3 +40213183,"measles, mumps and rubella virus vaccine",2020,5,17,2.235294117647059 +40213183,"measles, mumps and rubella virus vaccine",2020,6,17,2.0588235294117645 +40213183,"measles, mumps and rubella virus vaccine",2020,7,23,2.217391304347826 +40213183,"measles, mumps and rubella virus vaccine",2020,8,16,1.8125 +40213183,"measles, mumps and rubella virus vaccine",2020,9,12,2 +40213183,"measles, mumps and rubella virus vaccine",2020,10,22,1.8636363636363635 +40213183,"measles, mumps and rubella virus vaccine",2020,11,25,2 +40213183,"measles, mumps and rubella virus vaccine",2020,12,17,3.5294117647058822 +40213183,"measles, mumps and rubella virus vaccine",2021,1,22,1.7727272727272727 +40213183,"measles, mumps and rubella virus vaccine",2021,2,8,1.875 +40213183,"measles, mumps and rubella virus vaccine",2021,3,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2021,4,20,3.1 +40213183,"measles, mumps and rubella virus vaccine",2021,5,19,2.473684210526316 +40213183,"measles, mumps and rubella virus vaccine",2021,6,13,1.9230769230769231 +40213183,"measles, mumps and rubella virus vaccine",2021,7,16,3.375 +40213183,"measles, mumps and rubella virus vaccine",2021,8,17,2.764705882352941 +40213183,"measles, mumps and rubella virus vaccine",2021,9,23,3.5217391304347827 +40213183,"measles, mumps and rubella virus vaccine",2021,10,21,1.8571428571428568 +40213183,"measles, mumps and rubella virus vaccine",2021,11,23,2.5217391304347827 +40213183,"measles, mumps and rubella virus vaccine",2021,12,24,2.375 +40213183,"measles, mumps and rubella virus vaccine",2022,1,17,2.176470588235294 +40213183,"measles, mumps and rubella virus vaccine",2022,2,12,2 +40213183,"measles, mumps and rubella virus vaccine",2022,3,17,2.8823529411764706 +40213183,"measles, mumps and rubella virus vaccine",2022,4,21,2.238095238095238 +40213183,"measles, mumps and rubella virus vaccine",2022,5,15,2.6666666666666665 +40213183,"measles, mumps and rubella virus vaccine",2022,6,11,2.5454545454545454 +40213183,"measles, mumps and rubella virus vaccine",2022,7,16,1.75 +40213183,"measles, mumps and rubella virus vaccine",2022,8,27,1.9259259259259256 +40213183,"measles, mumps and rubella virus vaccine",2022,9,17,1.588235294117647 +40213183,"measles, mumps and rubella virus vaccine",2022,10,14,2.142857142857143 +40213183,"measles, mumps and rubella virus vaccine",2022,11,18,1.7222222222222223 +40213183,"measles, mumps and rubella virus vaccine",2022,12,20,1.9 +40213183,"measles, mumps and rubella virus vaccine",2023,1,20,1.7 +40213183,"measles, mumps and rubella virus vaccine",2023,2,13,2.3846153846153846 +40213183,"measles, mumps and rubella virus vaccine",2023,3,15,2 +40213183,"measles, mumps and rubella virus vaccine",2023,4,24,1.875 +40213183,"measles, mumps and rubella virus vaccine",2023,5,14,1.5714285714285714 +40213183,"measles, mumps and rubella virus vaccine",2023,6,11,1.6363636363636365 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,1,3,2.6666666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,3,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,5,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,6,2,1.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,7,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,9,3,3 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,10,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,11,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2010,12,2,1.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,2,3,1.6666666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,3,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,5,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,10,1,1 +40213198,"pneumococcal conjugate vaccine, 13 valent",2011,11,2,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,3,1,5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,10,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,11,2,4.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2012,12,2,2.5 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,1,1,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,6,18,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,7,41,2.1463414634146343 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,8,51,2.0980392156862746 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,9,49,2.020408163265306 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,10,42,1.8333333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,11,45,1.9777777777777776 +40213198,"pneumococcal conjugate vaccine, 13 valent",2013,12,54,2.6481481481481484 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,1,37,1.891891891891892 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,2,45,2.1555555555555554 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,3,39,1.8205128205128205 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,4,35,2.1142857142857143 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,5,46,2.6956521739130435 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,6,33,2.393939393939394 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,7,41,3.2195121951219514 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,8,37,3.081081081081081 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,9,46,2.152173913043478 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,10,36,3.638888888888889 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,11,30,2.966666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2014,12,45,2.088888888888889 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,1,38,3.4473684210526314 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,2,42,2.571428571428572 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,3,45,2.2888888888888888 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,4,48,3 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,5,36,2.4166666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,6,51,2.4705882352941178 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,7,52,2.673076923076923 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,8,51,2.7058823529411766 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,9,44,2.159090909090909 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,10,33,2.515151515151515 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,11,60,2.433333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2015,12,50,2.94 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,1,52,2.4423076923076925 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,2,50,2.02 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,3,52,2.0576923076923075 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,4,49,2.489795918367347 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,5,56,2.196428571428572 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,6,41,2.5121951219512195 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,7,50,2.42 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,8,56,2.4642857142857144 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,9,43,2.558139534883721 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,10,49,3.306122448979592 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,11,29,1.7586206896551724 +40213198,"pneumococcal conjugate vaccine, 13 valent",2016,12,42,2.357142857142857 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,1,49,2.9183673469387754 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,2,43,2.372093023255814 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,3,51,3.1372549019607843 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,4,45,1.7555555555555555 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,5,48,2.0625 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,6,57,2.701754385964912 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,7,55,2.5090909090909093 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,8,49,2.3877551020408165 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,9,39,2.230769230769231 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,10,37,2.081081081081081 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,11,40,3.125 +40213198,"pneumococcal conjugate vaccine, 13 valent",2017,12,41,2.414634146341464 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,1,43,2.069767441860465 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,2,38,2.131578947368421 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,3,43,1.8837209302325584 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,4,38,1.763157894736842 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,5,48,1.9583333333333333 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,6,44,2.8181818181818183 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,7,42,1.9285714285714288 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,8,47,2.297872340425532 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,9,42,2.261904761904762 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,10,47,1.6382978723404256 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,11,43,2.302325581395349 +40213198,"pneumococcal conjugate vaccine, 13 valent",2018,12,44,1.7272727272727273 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,1,36,1.7777777777777777 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,2,44,1.7045454545454546 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,3,45,1.8222222222222224 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,4,45,1.8888888888888888 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,5,54,2.537037037037037 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,6,37,1.972972972972973 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,7,50,1.98 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,8,41,2.073170731707317 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,9,38,2.1578947368421053 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,10,39,1.948717948717949 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,11,48,1.9375 +40213198,"pneumococcal conjugate vaccine, 13 valent",2019,12,39,2.102564102564102 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,1,43,1.9069767441860463 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,2,47,2.191489361702128 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,3,45,2.6444444444444444 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,4,53,2.39622641509434 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,5,44,1.8863636363636365 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,6,39,2.4615384615384617 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,7,44,1.818181818181818 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,8,46,2.652173913043478 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,9,35,1.9714285714285715 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,10,51,2.7450980392156863 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,11,44,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2020,12,49,2.816326530612245 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,1,55,2.5454545454545454 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,2,32,3.0625 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,3,47,2.7872340425531914 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,4,42,2.071428571428572 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,5,50,2.44 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,6,42,2.380952380952381 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,7,48,2.7291666666666665 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,8,34,1.7647058823529411 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,9,53,2.679245283018868 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,10,49,1.836734693877551 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,11,49,3.122448979591837 +40213198,"pneumococcal conjugate vaccine, 13 valent",2021,12,46,2.282608695652174 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,1,46,2.1739130434782608 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,2,39,2.1794871794871797 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,3,40,2.175 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,4,43,1.9069767441860463 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,5,40,2.05 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,6,42,1.7857142857142858 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,7,46,2.130434782608696 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,8,48,1.9166666666666667 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,9,38,1.894736842105263 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,10,45,2.422222222222222 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,11,40,2.4 +40213198,"pneumococcal conjugate vaccine, 13 valent",2022,12,38,2 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,1,40,2.45 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,2,37,2.6486486486486487 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,3,43,1.8604651162790695 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,4,38,2.3157894736842106 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,5,40,2.6 +40213198,"pneumococcal conjugate vaccine, 13 valent",2023,6,15,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,10,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,5,4,3.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,10,2,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,1,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,5,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,6,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,9,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,2,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,12,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,1,1,34 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,8,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,12,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,1,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,7,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,4,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,12,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,2,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,7,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,3,2,4.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,9,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,12,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,1,2,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,4,2,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,5,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,12,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,2,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,8,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,4,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,8,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,12,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,5,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,1,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,7,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,9,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,5,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,8,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,9,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,2,2,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,7,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2010,9,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,1,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,9,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,10,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,11,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,2,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,3,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,6,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,10,1,1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,11,1,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,3,1,5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,6,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,7,6,1.8333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,8,11,4.727272727272728 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,9,10,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,10,10,2.1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,11,6,3.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,12,12,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,1,7,2.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,2,8,2.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,3,6,6.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,4,9,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,5,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,6,6,1.8333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,7,9,2.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,8,11,1.9090909090909087 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,9,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,10,7,1.8571428571428568 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,11,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,12,10,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,1,6,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,2,7,3.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,3,9,1.5555555555555556 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,4,9,2.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,5,6,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,6,7,1.8571428571428568 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,7,2,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,8,8,4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,9,14,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,10,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,11,1,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,12,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,1,10,3.1 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,2,4,4.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,3,9,1.8888888888888888 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,4,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,5,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,6,10,2.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,7,16,1.6875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,8,9,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,9,5,1.2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,10,9,2.2222222222222223 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,11,7,1.7142857142857142 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,12,11,6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,1,10,1.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,2,3,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,3,16,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,4,8,1.75 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,5,11,2.4545454545454546 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,6,9,2.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,7,7,4.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,8,16,1.75 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,9,8,2.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,10,8,4.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,11,9,4.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,12,6,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,1,12,2.1666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,2,6,2.6666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,3,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,4,11,4.454545454545454 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,5,10,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,6,13,3.1538461538461537 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,7,9,2.2222222222222223 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,8,19,2.526315789473684 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,9,5,1.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,10,10,1.9 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,11,7,3.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,12,5,1.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,1,8,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,2,7,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,3,5,1.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,4,5,3.2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,5,5,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,6,5,7.6 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,7,11,1.9090909090909087 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,8,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,9,10,3.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,10,13,1.7692307692307692 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,11,11,1.7272727272727273 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,12,11,2.363636363636364 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,1,7,1.8571428571428568 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,2,7,2.2857142857142856 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,3,4,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,4,12,1.5833333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,5,7,5.428571428571429 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,6,3,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,7,9,3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,8,10,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,9,5,2.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,10,10,2.3 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,11,8,2.25 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,12,9,3.111111111111111 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,1,9,1.7777777777777777 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,2,10,2.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,3,13,2.076923076923077 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,4,11,6.363636363636363 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,5,10,1.4 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,6,9,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,7,6,2.1666666666666665 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,8,7,1.5714285714285714 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,9,9,1.8888888888888888 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,10,8,2.125 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,11,4,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,12,9,1.5555555555555556 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,1,12,1.5 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,2,7,4.428571428571429 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,3,11,2.727272727272727 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,4,9,1.3333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,5,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,6,10,2.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,7,8,2 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,8,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,9,10,2.7 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,10,5,1.8 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,11,8,2.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,12,12,4.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,1,12,2.333333333333333 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,2,8,1.875 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,3,7,3.571428571428572 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,4,6,1.6666666666666667 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,5,7,2.142857142857143 +40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,6,6,1.3333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2006,2,1,1 +40213216,"rotavirus, live, monovalent vaccine",2010,12,1,1 +40213216,"rotavirus, live, monovalent vaccine",2011,2,1,1 +40213216,"rotavirus, live, monovalent vaccine",2013,6,9,1.7777777777777777 +40213216,"rotavirus, live, monovalent vaccine",2013,7,17,2.4705882352941178 +40213216,"rotavirus, live, monovalent vaccine",2013,8,19,2.1578947368421053 +40213216,"rotavirus, live, monovalent vaccine",2013,9,22,2.090909090909091 +40213216,"rotavirus, live, monovalent vaccine",2013,10,17,1.9411764705882355 +40213216,"rotavirus, live, monovalent vaccine",2013,11,20,1.7 +40213216,"rotavirus, live, monovalent vaccine",2013,12,19,2.1052631578947367 +40213216,"rotavirus, live, monovalent vaccine",2014,1,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2014,2,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2014,3,11,1.7272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2014,4,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2014,5,18,3.555555555555556 +40213216,"rotavirus, live, monovalent vaccine",2014,6,10,2.9 +40213216,"rotavirus, live, monovalent vaccine",2014,7,19,3.789473684210526 +40213216,"rotavirus, live, monovalent vaccine",2014,8,10,5.9 +40213216,"rotavirus, live, monovalent vaccine",2014,9,19,2.736842105263158 +40213216,"rotavirus, live, monovalent vaccine",2014,10,13,4.384615384615385 +40213216,"rotavirus, live, monovalent vaccine",2014,11,16,3.0625 +40213216,"rotavirus, live, monovalent vaccine",2014,12,20,2.15 +40213216,"rotavirus, live, monovalent vaccine",2015,1,15,2.8 +40213216,"rotavirus, live, monovalent vaccine",2015,2,23,2.4347826086956523 +40213216,"rotavirus, live, monovalent vaccine",2015,3,23,2.347826086956522 +40213216,"rotavirus, live, monovalent vaccine",2015,4,22,2.5454545454545454 +40213216,"rotavirus, live, monovalent vaccine",2015,5,18,2.2777777777777777 +40213216,"rotavirus, live, monovalent vaccine",2015,6,22,2.727272727272727 +40213216,"rotavirus, live, monovalent vaccine",2015,7,15,2.1333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2015,8,19,3 +40213216,"rotavirus, live, monovalent vaccine",2015,9,25,2.24 +40213216,"rotavirus, live, monovalent vaccine",2015,10,14,2.642857142857143 +40213216,"rotavirus, live, monovalent vaccine",2015,11,28,2.4642857142857144 +40213216,"rotavirus, live, monovalent vaccine",2015,12,19,1.894736842105263 +40213216,"rotavirus, live, monovalent vaccine",2016,1,23,2.4347826086956523 +40213216,"rotavirus, live, monovalent vaccine",2016,2,16,1.75 +40213216,"rotavirus, live, monovalent vaccine",2016,3,23,2.130434782608696 +40213216,"rotavirus, live, monovalent vaccine",2016,4,21,2.857142857142857 +40213216,"rotavirus, live, monovalent vaccine",2016,5,23,1.9130434782608696 +40213216,"rotavirus, live, monovalent vaccine",2016,6,15,2.933333333333333 +40213216,"rotavirus, live, monovalent vaccine",2016,7,22,2 +40213216,"rotavirus, live, monovalent vaccine",2016,8,13,3.5384615384615383 +40213216,"rotavirus, live, monovalent vaccine",2016,9,16,2.25 +40213216,"rotavirus, live, monovalent vaccine",2016,10,16,3.25 +40213216,"rotavirus, live, monovalent vaccine",2016,11,9,2.111111111111111 +40213216,"rotavirus, live, monovalent vaccine",2016,12,17,2.764705882352941 +40213216,"rotavirus, live, monovalent vaccine",2017,1,18,2.833333333333333 +40213216,"rotavirus, live, monovalent vaccine",2017,2,20,2.65 +40213216,"rotavirus, live, monovalent vaccine",2017,3,23,2.5217391304347827 +40213216,"rotavirus, live, monovalent vaccine",2017,4,22,1.818181818181818 +40213216,"rotavirus, live, monovalent vaccine",2017,5,22,1.7727272727272727 +40213216,"rotavirus, live, monovalent vaccine",2017,6,22,2.363636363636364 +40213216,"rotavirus, live, monovalent vaccine",2017,7,23,2.1739130434782608 +40213216,"rotavirus, live, monovalent vaccine",2017,8,14,2.7857142857142856 +40213216,"rotavirus, live, monovalent vaccine",2017,9,18,2.833333333333333 +40213216,"rotavirus, live, monovalent vaccine",2017,10,12,2.5 +40213216,"rotavirus, live, monovalent vaccine",2017,11,13,2.8461538461538463 +40213216,"rotavirus, live, monovalent vaccine",2017,12,12,2.083333333333333 +40213216,"rotavirus, live, monovalent vaccine",2018,1,19,1.5263157894736843 +40213216,"rotavirus, live, monovalent vaccine",2018,2,14,1.7142857142857142 +40213216,"rotavirus, live, monovalent vaccine",2018,3,21,1.4761904761904765 +40213216,"rotavirus, live, monovalent vaccine",2018,4,17,1.8235294117647056 +40213216,"rotavirus, live, monovalent vaccine",2018,5,22,1.5 +40213216,"rotavirus, live, monovalent vaccine",2018,6,20,2.45 +40213216,"rotavirus, live, monovalent vaccine",2018,7,17,1.7058823529411764 +40213216,"rotavirus, live, monovalent vaccine",2018,8,20,2.3 +40213216,"rotavirus, live, monovalent vaccine",2018,9,14,1.7857142857142858 +40213216,"rotavirus, live, monovalent vaccine",2018,10,17,1.7058823529411764 +40213216,"rotavirus, live, monovalent vaccine",2018,11,14,2.2857142857142856 +40213216,"rotavirus, live, monovalent vaccine",2018,12,17,1.5294117647058822 +40213216,"rotavirus, live, monovalent vaccine",2019,1,13,2 +40213216,"rotavirus, live, monovalent vaccine",2019,2,22,1.681818181818182 +40213216,"rotavirus, live, monovalent vaccine",2019,3,20,1.9 +40213216,"rotavirus, live, monovalent vaccine",2019,4,21,2 +40213216,"rotavirus, live, monovalent vaccine",2019,5,23,1.9565217391304348 +40213216,"rotavirus, live, monovalent vaccine",2019,6,19,2.210526315789474 +40213216,"rotavirus, live, monovalent vaccine",2019,7,21,1.8571428571428568 +40213216,"rotavirus, live, monovalent vaccine",2019,8,13,1.7692307692307692 +40213216,"rotavirus, live, monovalent vaccine",2019,9,14,2.071428571428572 +40213216,"rotavirus, live, monovalent vaccine",2019,10,12,1.5 +40213216,"rotavirus, live, monovalent vaccine",2019,11,20,1.9 +40213216,"rotavirus, live, monovalent vaccine",2019,12,15,1.8 +40213216,"rotavirus, live, monovalent vaccine",2020,1,18,2.333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2020,2,20,1.8 +40213216,"rotavirus, live, monovalent vaccine",2020,3,12,3 +40213216,"rotavirus, live, monovalent vaccine",2020,4,18,1.8333333333333333 +40213216,"rotavirus, live, monovalent vaccine",2020,5,16,2.0625 +40213216,"rotavirus, live, monovalent vaccine",2020,6,20,2.35 +40213216,"rotavirus, live, monovalent vaccine",2020,7,19,2 +40213216,"rotavirus, live, monovalent vaccine",2020,8,24,3.2916666666666665 +40213216,"rotavirus, live, monovalent vaccine",2020,9,15,2 +40213216,"rotavirus, live, monovalent vaccine",2020,10,21,4 +40213216,"rotavirus, live, monovalent vaccine",2020,11,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2020,12,23,3.5217391304347827 +40213216,"rotavirus, live, monovalent vaccine",2021,1,22,2.4545454545454546 +40213216,"rotavirus, live, monovalent vaccine",2021,2,18,3.111111111111111 +40213216,"rotavirus, live, monovalent vaccine",2021,3,16,2.6875 +40213216,"rotavirus, live, monovalent vaccine",2021,4,13,2.5384615384615383 +40213216,"rotavirus, live, monovalent vaccine",2021,5,17,2.0588235294117645 +40213216,"rotavirus, live, monovalent vaccine",2021,6,13,1.7692307692307692 +40213216,"rotavirus, live, monovalent vaccine",2021,7,22,2.272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2021,8,18,1.6666666666666667 +40213216,"rotavirus, live, monovalent vaccine",2021,9,23,2.260869565217391 +40213216,"rotavirus, live, monovalent vaccine",2021,10,19,1.6842105263157894 +40213216,"rotavirus, live, monovalent vaccine",2021,11,23,2.347826086956522 +40213216,"rotavirus, live, monovalent vaccine",2021,12,14,1.9285714285714288 +40213216,"rotavirus, live, monovalent vaccine",2022,1,19,2.0526315789473686 +40213216,"rotavirus, live, monovalent vaccine",2022,2,12,2.1666666666666665 +40213216,"rotavirus, live, monovalent vaccine",2022,3,16,2 +40213216,"rotavirus, live, monovalent vaccine",2022,4,18,1.6111111111111112 +40213216,"rotavirus, live, monovalent vaccine",2022,5,19,2.1052631578947367 +40213216,"rotavirus, live, monovalent vaccine",2022,6,18,1.5 +40213216,"rotavirus, live, monovalent vaccine",2022,7,20,2.4 +40213216,"rotavirus, live, monovalent vaccine",2022,8,14,1.5 +40213216,"rotavirus, live, monovalent vaccine",2022,9,14,1.7142857142857142 +40213216,"rotavirus, live, monovalent vaccine",2022,10,17,2.7058823529411766 +40213216,"rotavirus, live, monovalent vaccine",2022,11,11,1.7272727272727273 +40213216,"rotavirus, live, monovalent vaccine",2022,12,13,2.230769230769231 +40213216,"rotavirus, live, monovalent vaccine",2023,1,16,1.8125 +40213216,"rotavirus, live, monovalent vaccine",2023,2,12,3.583333333333333 +40213216,"rotavirus, live, monovalent vaccine",2023,3,15,1.8 +40213216,"rotavirus, live, monovalent vaccine",2023,4,15,3.2 +40213216,"rotavirus, live, monovalent vaccine",2023,5,17,3.3529411764705883 +40213216,"rotavirus, live, monovalent vaccine",2023,6,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,1,5,1.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,2,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,3,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,4,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,5,4,5.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,6,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,7,4,2.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,8,5,2.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,10,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,12,2,17.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,1,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,6,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,9,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,2,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,5,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,11,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,1,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,3,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,4,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,6,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,7,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,9,2,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,11,4,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,1,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,2,3,3.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,6,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,9,2,3.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,11,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,12,5,2.4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,2,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,3,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,4,5,2.4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,7,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,9,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,11,3,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,12,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,1,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,9,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,11,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,3,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,5,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,7,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,8,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,1,3,12.666666666666666 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,3,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,6,4,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,9,5,1.6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,10,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,1,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,2,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,4,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,9,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,10,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,12,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,5,4,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,6,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,7,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,9,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,11,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,7,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,8,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,1,3,2.333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,3,1,6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,7,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,9,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,10,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,1,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,2,4,3.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,3,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,5,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,6,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,7,1,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,8,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,9,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,10,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,11,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,1,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,3,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,4,3,2.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,8,5,1.8 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,9,4,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,11,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,1,4,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,2,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,5,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,6,2,4 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,8,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,1,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,2,4,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,3,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,7,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,8,3,2.6666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,12,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,2,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,3,5,4.6 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,5,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,6,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,7,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,9,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,10,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,2,2,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,4,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,5,4,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,7,6,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,8,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,9,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,11,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,12,3,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,1,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,3,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,4,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,5,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,6,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,7,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,8,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,9,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,10,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,11,1,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,12,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,1,4,1.75 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,2,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,3,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,4,3,1.6666666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,5,2,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,7,2,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,8,1,7 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,9,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,10,4,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,11,2,1.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,12,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,1,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,2,3,1.3333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,3,2,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,4,1,2 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,5,1,1 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,6,25,2.12 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,7,84,2.1666666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,8,60,1.9666666666666663 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,9,66,2.227272727272727 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,10,53,2.811320754716981 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,11,45,2.1555555555555554 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,12,53,2.018867924528302 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,1,58,2.327586206896552 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,2,46,1.7608695652173914 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,3,67,2.4776119402985075 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,4,38,2.1578947368421053 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,5,56,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,6,63,2.492063492063492 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,7,51,1.9215686274509804 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,8,52,2.5 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,9,62,2.161290322580645 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,10,75,2.1866666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,11,63,2.253968253968254 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,12,58,2.8448275862068964 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,1,65,1.8307692307692307 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,2,61,1.8688524590163933 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,3,84,1.9166666666666667 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,4,72,2.5694444444444446 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,5,59,2.6271186440677967 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,6,70,2.585714285714286 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,7,64,2.34375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,8,66,1.9090909090909087 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,9,58,2.6379310344827585 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,10,69,2.0434782608695654 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,11,65,2.0615384615384613 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,12,74,2.027027027027027 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,1,72,2.2222222222222223 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,2,60,2.533333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,3,71,3.323943661971831 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,4,70,2.142857142857143 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,5,63,2.6984126984126986 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,6,65,2.1538461538461537 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,7,76,2.1842105263157894 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,8,71,2.056338028169014 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,9,75,2.2266666666666666 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,10,79,2.759493670886076 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,11,64,1.984375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,12,73,1.821917808219178 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,1,81,2.9012345679012346 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,2,67,3.014925373134328 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,3,75,2.36 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,4,59,1.9491525423728813 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,5,66,1.9696969696969695 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,6,65,3.0153846153846158 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,7,74,2.0135135135135136 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,8,70,2.7285714285714286 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,9,59,1.9661016949152543 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,10,82,2.5853658536585367 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,11,60,2.583333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,12,64,2.296875 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,1,79,2.1392405063291138 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,2,68,2.823529411764706 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,3,56,2.107142857142857 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,4,63,2.888888888888889 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,5,67,2.149253731343284 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,6,66,2.075757575757576 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,7,53,2.6226415094339623 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,8,78,2.282051282051282 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,9,72,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,10,81,2.3703703703703702 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,11,73,2.671232876712329 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,12,52,3.4038461538461537 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,1,80,2.2125 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,2,76,2.013157894736842 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,3,69,2.188405797101449 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,4,75,2.44 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,5,74,2.202702702702702 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,6,65,1.6615384615384616 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,7,74,2.108108108108108 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,8,66,3.015151515151515 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,9,77,2.2987012987012987 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,10,65,1.9384615384615385 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,11,60,3 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,12,68,2.6029411764705883 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,1,64,2.09375 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,2,62,2.5806451612903225 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,3,72,2.2222222222222223 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,4,70,2.357142857142857 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,5,62,1.903225806451613 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,6,70,2.185714285714285 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,7,74,2.081081081081081 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,8,56,2.25 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,9,87,2.2873563218390807 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,10,65,2.276923076923077 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,11,62,2.1129032258064515 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,12,58,2.586206896551724 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,1,58,1.8103448275862069 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,2,58,3.155172413793104 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,3,58,2.810344827586207 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,4,58,2.1379310344827585 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,5,67,2.4477611940298507 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,6,47,1.9787234042553192 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,7,58,2.586206896551724 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,8,71,2.183098591549296 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,9,66,2.4696969696969697 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,10,57,2.0526315789473686 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,11,63,2.333333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,12,66,1.9696969696969695 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,1,60,2.833333333333333 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,2,68,2.2205882352941178 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,3,78,1.871794871794872 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,4,63,1.984126984126984 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,5,72,2.361111111111111 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,6,70,2.3714285714285714 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,7,67,2.0597014925373136 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,8,81,2.45679012345679 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,9,68,2.9411764705882355 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,10,60,1.7833333333333334 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,11,62,2.596774193548387 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,12,72,2.2916666666666665 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,1,57,2.3859649122807016 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,2,71,1.8309859154929575 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,3,65,3.3384615384615386 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,4,58,2.8793103448275863 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,5,56,3.0892857142857144 +40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,6,35,2.3714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,7,1,1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,9,1,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2008,3,1,1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,6,3,1.3333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,7,4,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,8,6,1.8333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,9,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,10,10,2.7 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,11,5,6.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,12,7,2.2857142857142856 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,1,11,2.909090909090909 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,2,2,6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,3,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,4,10,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,5,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,6,5,3.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,7,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,8,7,2.7142857142857144 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,9,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,10,9,2.7777777777777777 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,11,9,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,12,10,3.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,1,10,3.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,2,7,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,3,7,2.7142857142857144 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,4,5,1.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,5,7,1.8571428571428568 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,6,7,2.2857142857142856 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,7,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,8,9,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,9,8,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,10,10,2.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,11,9,2.111111111111111 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,12,5,2.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,1,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,2,9,1.7777777777777777 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,3,14,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,4,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,5,11,1.818181818181818 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,6,13,1.6923076923076923 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,7,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,8,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,9,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,10,5,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,11,10,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,12,7,1.4285714285714286 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,1,6,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,2,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,3,4,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,4,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,5,5,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,6,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,7,12,3.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,8,6,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,9,13,2.076923076923077 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,10,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,11,3,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,12,4,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,1,11,1.7272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,2,3,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,3,12,1.9166666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,4,6,2.1666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,5,8,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,6,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,7,11,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,8,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,9,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,10,3,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,11,6,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,12,7,1.8571428571428568 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,1,10,2.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,2,9,1.4444444444444444 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,3,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,4,7,4.428571428571429 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,5,8,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,6,10,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,7,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,8,4,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,9,6,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,10,11,1.7272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,11,9,2.2222222222222223 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,12,8,2.375 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,1,9,2.333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,2,16,1.625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,3,9,5.555555555555555 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,4,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,5,8,5.875 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,6,6,2.6666666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,7,11,1.6363636363636365 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,8,7,1.8571428571428568 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,9,5,1.6 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,10,5,2.2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,11,7,1.5714285714285714 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,12,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,1,11,2.363636363636364 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,2,10,3.3 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,3,11,2.090909090909091 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,4,13,1.8461538461538465 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,5,8,2.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,6,8,2.25 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,7,10,4.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,8,9,3.333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,9,11,2.1818181818181817 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,10,8,1.75 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,11,16,2.5625 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,12,11,3.1818181818181817 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,1,10,2 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,2,9,1.8888888888888888 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,3,8,1.5 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,4,10,2.1 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,5,10,1.8 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,6,7,1.1428571428571428 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,7,9,2.111111111111111 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,8,10,4.9 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,9,8,1.875 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,10,14,4.285714285714286 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,11,6,1.6666666666666667 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,12,12,2.333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,1,7,1.7142857142857142 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,2,11,3.272727272727273 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,3,12,3.4166666666666665 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,4,5,6.4 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,5,6,1.8333333333333333 +40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,6,6,1.6666666666666667 +40213251,varicella virus vaccine,1984,3,1,1 +40213251,varicella virus vaccine,1986,6,1,1 +40213251,varicella virus vaccine,1990,3,1,1 +40213251,varicella virus vaccine,1995,2,1,2 +40213251,varicella virus vaccine,1995,4,1,2 +40213251,varicella virus vaccine,1996,3,1,2 +40213251,varicella virus vaccine,2002,2,1,1 +40213251,varicella virus vaccine,2002,9,1,1 +40213251,varicella virus vaccine,2003,6,1,1 +40213251,varicella virus vaccine,2007,3,1,1 +40213251,varicella virus vaccine,2011,11,1,1 +40213251,varicella virus vaccine,2013,6,4,1.75 +40213251,varicella virus vaccine,2013,7,12,1.8333333333333333 +40213251,varicella virus vaccine,2013,8,20,2 +40213251,varicella virus vaccine,2013,9,20,1.7 +40213251,varicella virus vaccine,2013,10,21,1.809523809523809 +40213251,varicella virus vaccine,2013,11,16,2.3125 +40213251,varicella virus vaccine,2013,12,23,3.347826086956522 +40213251,varicella virus vaccine,2014,1,17,1.8235294117647056 +40213251,varicella virus vaccine,2014,2,24,2.958333333333333 +40213251,varicella virus vaccine,2014,3,17,3.4705882352941178 +40213251,varicella virus vaccine,2014,4,12,2.75 +40213251,varicella virus vaccine,2014,5,17,2.235294117647059 +40213251,varicella virus vaccine,2014,6,22,2.136363636363636 +40213251,varicella virus vaccine,2014,7,14,2.071428571428572 +40213251,varicella virus vaccine,2014,8,17,1.588235294117647 +40213251,varicella virus vaccine,2014,9,17,1.8235294117647056 +40213251,varicella virus vaccine,2014,10,15,1.6666666666666667 +40213251,varicella virus vaccine,2014,11,17,2.3529411764705883 +40213251,varicella virus vaccine,2014,12,17,2 +40213251,varicella virus vaccine,2015,1,19,2.789473684210526 +40213251,varicella virus vaccine,2015,2,16,1.9375 +40213251,varicella virus vaccine,2015,3,19,1.947368421052632 +40213251,varicella virus vaccine,2015,4,20,3.75 +40213251,varicella virus vaccine,2015,5,13,2.6923076923076925 +40213251,varicella virus vaccine,2015,6,15,3.6666666666666665 +40213251,varicella virus vaccine,2015,7,17,4.764705882352941 +40213251,varicella virus vaccine,2015,8,23,2.347826086956522 +40213251,varicella virus vaccine,2015,9,14,1.9285714285714288 +40213251,varicella virus vaccine,2015,10,25,2.88 +40213251,varicella virus vaccine,2015,11,18,2.4444444444444446 +40213251,varicella virus vaccine,2015,12,23,2.0869565217391304 +40213251,varicella virus vaccine,2016,1,23,2.347826086956522 +40213251,varicella virus vaccine,2016,2,19,2.1578947368421053 +40213251,varicella virus vaccine,2016,3,19,2.210526315789474 +40213251,varicella virus vaccine,2016,4,16,1.75 +40213251,varicella virus vaccine,2016,5,19,2.421052631578948 +40213251,varicella virus vaccine,2016,6,17,2.176470588235294 +40213251,varicella virus vaccine,2016,7,17,4.117647058823529 +40213251,varicella virus vaccine,2016,8,24,2.625 +40213251,varicella virus vaccine,2016,9,20,3.1 +40213251,varicella virus vaccine,2016,10,20,2.35 +40213251,varicella virus vaccine,2016,11,22,1.9545454545454544 +40213251,varicella virus vaccine,2016,12,17,2 +40213251,varicella virus vaccine,2017,1,21,2.7142857142857144 +40213251,varicella virus vaccine,2017,2,22,2.8181818181818183 +40213251,varicella virus vaccine,2017,3,20,3.95 +40213251,varicella virus vaccine,2017,4,14,1.7142857142857142 +40213251,varicella virus vaccine,2017,5,16,2 +40213251,varicella virus vaccine,2017,6,20,2 +40213251,varicella virus vaccine,2017,7,23,2.6956521739130435 +40213251,varicella virus vaccine,2017,8,15,2.2 +40213251,varicella virus vaccine,2017,9,18,3.5 +40213251,varicella virus vaccine,2017,10,8,2 +40213251,varicella virus vaccine,2017,11,22,2.636363636363636 +40213251,varicella virus vaccine,2017,12,25,2.76 +40213251,varicella virus vaccine,2018,1,16,1.8125 +40213251,varicella virus vaccine,2018,2,19,2 +40213251,varicella virus vaccine,2018,3,23,2.0434782608695654 +40213251,varicella virus vaccine,2018,4,19,2.210526315789474 +40213251,varicella virus vaccine,2018,5,23,2.217391304347826 +40213251,varicella virus vaccine,2018,6,19,1.947368421052632 +40213251,varicella virus vaccine,2018,7,13,2.230769230769231 +40213251,varicella virus vaccine,2018,8,18,2.9444444444444446 +40213251,varicella virus vaccine,2018,9,9,2.2222222222222223 +40213251,varicella virus vaccine,2018,10,18,1.8333333333333333 +40213251,varicella virus vaccine,2018,11,15,1.7333333333333334 +40213251,varicella virus vaccine,2018,12,16,1.9375 +40213251,varicella virus vaccine,2019,1,18,3.5 +40213251,varicella virus vaccine,2019,2,13,2.076923076923077 +40213251,varicella virus vaccine,2019,3,21,2.095238095238096 +40213251,varicella virus vaccine,2019,4,17,3.647058823529412 +40213251,varicella virus vaccine,2019,5,17,2.9411764705882355 +40213251,varicella virus vaccine,2019,6,13,2.1538461538461537 +40213251,varicella virus vaccine,2019,7,18,2.055555555555556 +40213251,varicella virus vaccine,2019,8,20,2.25 +40213251,varicella virus vaccine,2019,9,14,2.142857142857143 +40213251,varicella virus vaccine,2019,10,18,2.5 +40213251,varicella virus vaccine,2019,11,26,2.1153846153846154 +40213251,varicella virus vaccine,2019,12,20,2.05 +40213251,varicella virus vaccine,2020,1,13,1.6923076923076923 +40213251,varicella virus vaccine,2020,2,21,2.523809523809524 +40213251,varicella virus vaccine,2020,3,25,2.28 +40213251,varicella virus vaccine,2020,4,20,2.3 +40213251,varicella virus vaccine,2020,5,17,2.235294117647059 +40213251,varicella virus vaccine,2020,6,17,2.0588235294117645 +40213251,varicella virus vaccine,2020,7,23,2.217391304347826 +40213251,varicella virus vaccine,2020,8,16,1.8125 +40213251,varicella virus vaccine,2020,9,12,2 +40213251,varicella virus vaccine,2020,10,22,1.8636363636363635 +40213251,varicella virus vaccine,2020,11,25,2 +40213251,varicella virus vaccine,2020,12,17,3.5294117647058822 +40213251,varicella virus vaccine,2021,1,22,1.7727272727272727 +40213251,varicella virus vaccine,2021,2,8,1.875 +40213251,varicella virus vaccine,2021,3,17,2.176470588235294 +40213251,varicella virus vaccine,2021,4,20,3.1 +40213251,varicella virus vaccine,2021,5,19,2.473684210526316 +40213251,varicella virus vaccine,2021,6,13,1.9230769230769231 +40213251,varicella virus vaccine,2021,7,16,3.375 +40213251,varicella virus vaccine,2021,8,17,2.764705882352941 +40213251,varicella virus vaccine,2021,9,23,3.5217391304347827 +40213251,varicella virus vaccine,2021,10,21,1.8571428571428568 +40213251,varicella virus vaccine,2021,11,23,2.5217391304347827 +40213251,varicella virus vaccine,2021,12,24,2.375 +40213251,varicella virus vaccine,2022,1,17,2.176470588235294 +40213251,varicella virus vaccine,2022,2,12,2 +40213251,varicella virus vaccine,2022,3,17,2.8823529411764706 +40213251,varicella virus vaccine,2022,4,21,2.238095238095238 +40213251,varicella virus vaccine,2022,5,15,2.6666666666666665 +40213251,varicella virus vaccine,2022,6,11,2.5454545454545454 +40213251,varicella virus vaccine,2022,7,16,1.75 +40213251,varicella virus vaccine,2022,8,27,1.9259259259259256 +40213251,varicella virus vaccine,2022,9,17,1.588235294117647 +40213251,varicella virus vaccine,2022,10,14,2.142857142857143 +40213251,varicella virus vaccine,2022,11,18,1.7222222222222223 +40213251,varicella virus vaccine,2022,12,20,1.9 +40213251,varicella virus vaccine,2023,1,20,1.7 +40213251,varicella virus vaccine,2023,2,13,2.3846153846153846 +40213251,varicella virus vaccine,2023,3,15,2 +40213251,varicella virus vaccine,2023,4,24,1.875 +40213251,varicella virus vaccine,2023,5,14,1.5714285714285714 +40213251,varicella virus vaccine,2023,6,11,1.6363636363636365 +40213260,"zoster vaccine, live",2006,1,1,2 +40213260,"zoster vaccine, live",2006,2,1,4 +40213260,"zoster vaccine, live",2006,4,1,2 +40213260,"zoster vaccine, live",2006,7,1,2 +40213260,"zoster vaccine, live",2006,8,1,3 +40213260,"zoster vaccine, live",2006,10,2,1.5 +40213260,"zoster vaccine, live",2007,1,3,3 +40213260,"zoster vaccine, live",2007,2,1,2 +40213260,"zoster vaccine, live",2007,4,1,2 +40213260,"zoster vaccine, live",2007,7,2,1.5 +40213260,"zoster vaccine, live",2007,10,1,2 +40213260,"zoster vaccine, live",2008,7,1,1 +40213260,"zoster vaccine, live",2009,2,1,1 +40213260,"zoster vaccine, live",2010,2,1,1 +40213260,"zoster vaccine, live",2010,4,1,1 +40213260,"zoster vaccine, live",2010,5,1,2 +40213260,"zoster vaccine, live",2010,7,1,2 +40213260,"zoster vaccine, live",2011,1,1,2 +40213260,"zoster vaccine, live",2011,5,1,2 +40213260,"zoster vaccine, live",2012,1,1,2 +40213260,"zoster vaccine, live",2013,6,5,1.6 +40213260,"zoster vaccine, live",2013,7,21,2.0476190476190474 +40213260,"zoster vaccine, live",2013,8,11,1.9090909090909087 +40213260,"zoster vaccine, live",2013,9,13,2.3846153846153846 +40213260,"zoster vaccine, live",2013,10,18,2 +40213260,"zoster vaccine, live",2013,11,8,2.125 +40213260,"zoster vaccine, live",2013,12,23,2.4782608695652173 +40213260,"zoster vaccine, live",2014,1,22,1.9545454545454544 +40213260,"zoster vaccine, live",2014,2,16,1.6875 +40213260,"zoster vaccine, live",2014,3,17,2.3529411764705883 +40213260,"zoster vaccine, live",2014,4,21,1.5714285714285714 +40213260,"zoster vaccine, live",2014,5,15,2.7333333333333334 +40213260,"zoster vaccine, live",2014,6,21,2.238095238095238 +40213260,"zoster vaccine, live",2014,7,17,1.6470588235294117 +40213260,"zoster vaccine, live",2014,8,14,2.571428571428572 +40213260,"zoster vaccine, live",2014,9,13,1.9230769230769231 +40213260,"zoster vaccine, live",2014,10,16,2.375 +40213260,"zoster vaccine, live",2014,11,8,1.875 +40213260,"zoster vaccine, live",2014,12,20,2.5 +40213260,"zoster vaccine, live",2015,1,16,1.875 +40213260,"zoster vaccine, live",2015,2,16,3.0625 +40213260,"zoster vaccine, live",2015,3,19,1.4736842105263157 +40213260,"zoster vaccine, live",2015,4,22,2.636363636363636 +40213260,"zoster vaccine, live",2015,5,15,2.333333333333333 +40213260,"zoster vaccine, live",2015,6,20,2.05 +40213260,"zoster vaccine, live",2015,7,21,2.142857142857143 +40213260,"zoster vaccine, live",2015,8,21,2.333333333333333 +40213260,"zoster vaccine, live",2015,9,20,1.8 +40213260,"zoster vaccine, live",2015,10,12,2.75 +40213260,"zoster vaccine, live",2015,11,5,1.6 +40213260,"zoster vaccine, live",2015,12,13,1.4615384615384617 +40213260,"zoster vaccine, live",2016,1,17,1.9411764705882355 +40213260,"zoster vaccine, live",2016,2,15,3.466666666666667 +40213260,"zoster vaccine, live",2016,3,15,2.2666666666666666 +40213260,"zoster vaccine, live",2016,4,10,3.9 +40213260,"zoster vaccine, live",2016,5,14,4.142857142857143 +40213260,"zoster vaccine, live",2016,6,17,2.0588235294117645 +40213260,"zoster vaccine, live",2016,7,20,2.7 +40213260,"zoster vaccine, live",2016,8,16,2.75 +40213260,"zoster vaccine, live",2016,9,23,2.217391304347826 +40213260,"zoster vaccine, live",2016,10,15,2.333333333333333 +40213260,"zoster vaccine, live",2016,11,10,2 +40213260,"zoster vaccine, live",2016,12,15,1.7333333333333334 +40213260,"zoster vaccine, live",2017,1,25,1.64 +40213260,"zoster vaccine, live",2017,2,19,2.8947368421052637 +40213260,"zoster vaccine, live",2017,3,10,3 +40213260,"zoster vaccine, live",2017,4,13,1.5384615384615383 +40213260,"zoster vaccine, live",2017,5,16,1.8125 +40213260,"zoster vaccine, live",2017,6,16,4 +40213260,"zoster vaccine, live",2017,7,14,1.8571428571428568 +40213260,"zoster vaccine, live",2017,8,23,3.1739130434782608 +40213260,"zoster vaccine, live",2017,9,16,2.625 +40213260,"zoster vaccine, live",2017,10,13,2.8461538461538463 +40213260,"zoster vaccine, live",2017,11,11,1.818181818181818 +40213260,"zoster vaccine, live",2017,12,14,2.142857142857143 +40213260,"zoster vaccine, live",2018,1,20,1.95 +40213260,"zoster vaccine, live",2018,2,20,2.15 +40213260,"zoster vaccine, live",2018,3,18,2 +40213260,"zoster vaccine, live",2018,4,20,1.9 +40213260,"zoster vaccine, live",2018,5,15,2 +40213260,"zoster vaccine, live",2018,6,22,1.6363636363636365 +40213260,"zoster vaccine, live",2018,7,17,2.235294117647059 +40213260,"zoster vaccine, live",2018,8,27,2.185185185185185 +40213260,"zoster vaccine, live",2018,9,19,3.421052631578948 +40213260,"zoster vaccine, live",2018,10,10,3.4 +40213260,"zoster vaccine, live",2018,11,14,3.571428571428572 +40213260,"zoster vaccine, live",2018,12,11,2 +40213260,"zoster vaccine, live",2019,1,11,2.272727272727273 +40213260,"zoster vaccine, live",2019,2,20,1.95 +40213260,"zoster vaccine, live",2019,3,16,1.8125 +40213260,"zoster vaccine, live",2019,4,18,1.9444444444444444 +40213260,"zoster vaccine, live",2019,5,14,2 +40213260,"zoster vaccine, live",2019,6,18,1.7222222222222223 +40213260,"zoster vaccine, live",2019,7,26,2.0384615384615383 +40213260,"zoster vaccine, live",2019,8,20,2.5 +40213260,"zoster vaccine, live",2019,9,19,3.5789473684210527 +40213260,"zoster vaccine, live",2019,10,20,2.3 +40213260,"zoster vaccine, live",2019,11,10,4.5 +40213260,"zoster vaccine, live",2019,12,12,4.25 +40213260,"zoster vaccine, live",2020,1,10,1.8 +40213260,"zoster vaccine, live",2020,2,16,2.125 +40213260,"zoster vaccine, live",2020,3,11,1.7272727272727273 +40213260,"zoster vaccine, live",2020,4,15,1.9333333333333331 +40213260,"zoster vaccine, live",2020,5,12,1.75 +40213260,"zoster vaccine, live",2020,6,14,1.8571428571428568 +40213260,"zoster vaccine, live",2020,7,15,2.066666666666667 +40213260,"zoster vaccine, live",2020,8,19,2.263157894736842 +40213260,"zoster vaccine, live",2020,9,14,3.7142857142857135 +40213260,"zoster vaccine, live",2020,10,22,2 +40213260,"zoster vaccine, live",2020,11,11,4.454545454545454 +40213260,"zoster vaccine, live",2020,12,10,5.2 +40213260,"zoster vaccine, live",2021,1,15,2.4 +40213260,"zoster vaccine, live",2021,2,16,2.125 +40213260,"zoster vaccine, live",2021,3,12,1.75 +40213260,"zoster vaccine, live",2021,4,11,1.7272727272727273 +40213260,"zoster vaccine, live",2021,5,13,2 +40213260,"zoster vaccine, live",2021,6,15,1.6 +40213260,"zoster vaccine, live",2021,7,14,1.6428571428571428 +40213260,"zoster vaccine, live",2021,8,20,1.8 +40213260,"zoster vaccine, live",2021,9,15,4.666666666666667 +40213260,"zoster vaccine, live",2021,10,19,1.7894736842105263 +40213260,"zoster vaccine, live",2021,11,15,3.2 +40213260,"zoster vaccine, live",2021,12,11,2.1818181818181817 +40213260,"zoster vaccine, live",2022,1,15,2.466666666666667 +40213260,"zoster vaccine, live",2022,2,15,2 +40213260,"zoster vaccine, live",2022,3,16,3.3125 +40213260,"zoster vaccine, live",2022,4,14,2.142857142857143 +40213260,"zoster vaccine, live",2022,5,13,1.6923076923076923 +40213260,"zoster vaccine, live",2022,6,14,2.357142857142857 +40213260,"zoster vaccine, live",2022,7,20,1.6 +40213260,"zoster vaccine, live",2022,8,18,2.1666666666666665 +40213260,"zoster vaccine, live",2022,9,20,3.2 +40213260,"zoster vaccine, live",2022,10,16,2.75 +40213260,"zoster vaccine, live",2022,11,12,1.75 +40213260,"zoster vaccine, live",2022,12,9,1.6666666666666667 +40213260,"zoster vaccine, live",2023,1,8,1.875 +40213260,"zoster vaccine, live",2023,2,17,1.7058823529411764 +40213260,"zoster vaccine, live",2023,3,20,2.9 +40213260,"zoster vaccine, live",2023,4,9,2.111111111111111 +40213260,"zoster vaccine, live",2023,5,12,2.25 +40213260,"zoster vaccine, live",2023,6,10,3.9 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,2,2,1.5 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,4,1,2 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,10,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,12,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,3,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,7,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,9,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,12,2,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2003,9,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2007,3,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2010,12,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,5,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2012,2,1,1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,6,17,1.8823529411764703 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,7,40,2.525 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,8,52,2.7884615384615383 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,9,45,2.022222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,10,37,1.972972972972973 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,11,51,2.0392156862745097 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,12,54,2.1296296296296298 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,1,49,1.7755102040816326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,2,45,2.6 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,3,40,3.1 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,4,35,2.4571428571428573 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,5,46,2.652173913043478 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,6,35,2.1714285714285717 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,7,41,2.804878048780488 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,8,33,3.1818181818181817 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,9,43,2.5348837209302326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,10,40,3.475 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,11,38,2.5526315789473686 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,12,48,2.1041666666666665 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,1,40,3.4 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,2,52,2.4423076923076925 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,3,51,2.1372549019607843 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,4,43,2.558139534883721 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,5,46,2.152173913043478 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,6,45,2.977777777777778 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,7,50,3.12 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,8,48,2.583333333333333 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,9,49,2.26530612244898 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,10,46,3.217391304347826 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,11,58,2.706896551724138 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,12,48,1.9583333333333333 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,1,43,2.5348837209302326 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,2,49,2.020408163265306 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,3,52,2.173076923076923 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,4,60,2.5166666666666666 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,5,50,1.88 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,6,39,2.5384615384615383 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,7,47,2.6382978723404253 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,8,50,2.88 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,9,50,2.86 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,10,37,2.5945945945945947 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,11,41,2.1707317073170733 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,12,42,2.357142857142857 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,1,54,3.092592592592593 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,2,45,2.6222222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,3,45,2.7333333333333334 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,4,38,1.894736842105263 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,5,60,2.216666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,6,56,2.696428571428572 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,7,57,1.8771929824561404 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,8,38,2.1578947368421053 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,9,51,2.862745098039216 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,10,38,2.736842105263158 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,11,40,2.55 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,12,39,2.076923076923077 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,1,33,1.7878787878787878 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,2,43,2.697674418604651 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,3,47,2.234042553191489 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,4,43,1.930232558139535 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,5,57,1.5789473684210529 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,6,49,2.0408163265306123 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,7,42,1.738095238095238 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,8,51,2.215686274509804 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,9,42,1.9285714285714288 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,10,43,1.976744186046512 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,11,36,2.6944444444444446 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,12,34,1.8235294117647056 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,1,44,2.522727272727273 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,2,38,2 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,3,46,1.8695652173913044 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,4,38,2.789473684210526 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,5,58,1.913793103448276 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,6,47,2.127659574468085 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,7,44,1.8636363636363635 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,8,42,2.2857142857142856 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,9,45,2.1555555555555554 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,10,52,1.9423076923076923 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,11,44,2.0681818181818183 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,12,36,1.9166666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,1,39,2.1538461538461537 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,2,51,2.07843137254902 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,3,36,2.305555555555556 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,4,44,1.9090909090909087 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,5,50,2.08 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,6,49,2.489795918367347 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,7,58,2.0689655172413794 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,8,42,2.642857142857143 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,9,38,2.026315789473684 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,10,49,2.816326530612245 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,11,51,2.117647058823529 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,12,45,3.088888888888889 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,1,57,2.508771929824561 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,2,39,2.3846153846153846 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,3,42,3.023809523809524 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,4,43,2.558139534883721 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,5,40,2.525 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,6,37,2.216216216216216 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,7,44,2.159090909090909 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,8,45,2.333333333333333 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,9,51,2.4901960784313726 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,10,55,2.327272727272727 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,11,46,1.9565217391304348 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,12,45,2.422222222222222 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,1,50,1.96 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,2,49,2.4081632653061225 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,3,44,2.4545454545454546 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,4,40,2.125 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,5,37,2.5135135135135136 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,6,37,1.864864864864865 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,7,49,2.061224489795918 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,8,39,1.6666666666666667 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,9,40,1.8 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,10,44,2.1818181818181817 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,11,47,1.702127659574468 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,12,42,1.9285714285714288 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,1,41,2.1707317073170733 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,2,29,2.793103448275862 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,3,38,2.0789473684210527 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,4,43,2.2093023255813957 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,5,36,2.6944444444444446 +40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,6,18,1.7222222222222223 +40213296,"hepatitis A vaccine, adult dosage",1996,4,1,1 +40213296,"hepatitis A vaccine, adult dosage",1996,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",1996,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",1996,9,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,3,1,2 +40213296,"hepatitis A vaccine, adult dosage",1997,4,1,1 +40213296,"hepatitis A vaccine, adult dosage",1997,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",1998,3,2,2.5 +40213296,"hepatitis A vaccine, adult dosage",1998,9,1,2 +40213296,"hepatitis A vaccine, adult dosage",2000,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2000,3,1,3 +40213296,"hepatitis A vaccine, adult dosage",2000,12,1,1 +40213296,"hepatitis A vaccine, adult dosage",2001,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2001,11,1,2 +40213296,"hepatitis A vaccine, adult dosage",2002,7,1,2 +40213296,"hepatitis A vaccine, adult dosage",2002,11,1,2 +40213296,"hepatitis A vaccine, adult dosage",2003,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",2003,10,1,2 +40213296,"hepatitis A vaccine, adult dosage",2004,6,1,1 +40213296,"hepatitis A vaccine, adult dosage",2005,10,1,2 +40213296,"hepatitis A vaccine, adult dosage",2007,2,1,2 +40213296,"hepatitis A vaccine, adult dosage",2008,3,1,2 +40213296,"hepatitis A vaccine, adult dosage",2009,7,1,3 +40213296,"hepatitis A vaccine, adult dosage",2010,8,1,1 +40213296,"hepatitis A vaccine, adult dosage",2011,2,1,1 +40213296,"hepatitis A vaccine, adult dosage",2012,3,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,2,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,3,1,1 +40213296,"hepatitis A vaccine, adult dosage",2013,6,8,2.125 +40213296,"hepatitis A vaccine, adult dosage",2013,7,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2013,8,23,1.6956521739130437 +40213296,"hepatitis A vaccine, adult dosage",2013,9,16,2.625 +40213296,"hepatitis A vaccine, adult dosage",2013,10,20,2.2 +40213296,"hepatitis A vaccine, adult dosage",2013,11,16,2 +40213296,"hepatitis A vaccine, adult dosage",2013,12,16,1.5 +40213296,"hepatitis A vaccine, adult dosage",2014,1,11,2.5454545454545454 +40213296,"hepatitis A vaccine, adult dosage",2014,2,15,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2014,3,24,3.458333333333333 +40213296,"hepatitis A vaccine, adult dosage",2014,4,9,2 +40213296,"hepatitis A vaccine, adult dosage",2014,5,20,2.45 +40213296,"hepatitis A vaccine, adult dosage",2014,6,19,2.8421052631578947 +40213296,"hepatitis A vaccine, adult dosage",2014,7,15,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2014,8,21,1.9047619047619049 +40213296,"hepatitis A vaccine, adult dosage",2014,9,25,3.04 +40213296,"hepatitis A vaccine, adult dosage",2014,10,11,2 +40213296,"hepatitis A vaccine, adult dosage",2014,11,12,2.9166666666666665 +40213296,"hepatitis A vaccine, adult dosage",2014,12,6,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2015,1,14,3.071428571428572 +40213296,"hepatitis A vaccine, adult dosage",2015,2,12,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2015,3,17,1.7058823529411764 +40213296,"hepatitis A vaccine, adult dosage",2015,4,16,2.1875 +40213296,"hepatitis A vaccine, adult dosage",2015,5,18,1.3888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2015,6,20,3.35 +40213296,"hepatitis A vaccine, adult dosage",2015,7,12,2.083333333333333 +40213296,"hepatitis A vaccine, adult dosage",2015,8,20,1.75 +40213296,"hepatitis A vaccine, adult dosage",2015,9,16,1.75 +40213296,"hepatitis A vaccine, adult dosage",2015,10,18,1.8888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2015,11,15,2.1333333333333333 +40213296,"hepatitis A vaccine, adult dosage",2015,12,15,1.7333333333333334 +40213296,"hepatitis A vaccine, adult dosage",2016,1,11,2.363636363636364 +40213296,"hepatitis A vaccine, adult dosage",2016,2,19,1.7894736842105263 +40213296,"hepatitis A vaccine, adult dosage",2016,3,24,2.583333333333333 +40213296,"hepatitis A vaccine, adult dosage",2016,4,9,1.7777777777777777 +40213296,"hepatitis A vaccine, adult dosage",2016,5,24,2.0416666666666665 +40213296,"hepatitis A vaccine, adult dosage",2016,6,16,2.8125 +40213296,"hepatitis A vaccine, adult dosage",2016,7,19,1.6842105263157894 +40213296,"hepatitis A vaccine, adult dosage",2016,8,22,1.7727272727272727 +40213296,"hepatitis A vaccine, adult dosage",2016,9,22,2.909090909090909 +40213296,"hepatitis A vaccine, adult dosage",2016,10,15,3.2 +40213296,"hepatitis A vaccine, adult dosage",2016,11,16,1.875 +40213296,"hepatitis A vaccine, adult dosage",2016,12,10,2.2 +40213296,"hepatitis A vaccine, adult dosage",2017,1,20,2.95 +40213296,"hepatitis A vaccine, adult dosage",2017,2,18,1.6666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2017,3,21,1.761904761904762 +40213296,"hepatitis A vaccine, adult dosage",2017,4,21,2.761904761904762 +40213296,"hepatitis A vaccine, adult dosage",2017,5,17,1.4705882352941178 +40213296,"hepatitis A vaccine, adult dosage",2017,6,19,2.526315789473684 +40213296,"hepatitis A vaccine, adult dosage",2017,7,11,1.5454545454545454 +40213296,"hepatitis A vaccine, adult dosage",2017,8,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2017,9,15,2.066666666666667 +40213296,"hepatitis A vaccine, adult dosage",2017,10,16,2.3125 +40213296,"hepatitis A vaccine, adult dosage",2017,11,17,2.9411764705882355 +40213296,"hepatitis A vaccine, adult dosage",2017,12,15,1.8666666666666667 +40213296,"hepatitis A vaccine, adult dosage",2018,1,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2018,2,13,2.3076923076923075 +40213296,"hepatitis A vaccine, adult dosage",2018,3,15,2.2 +40213296,"hepatitis A vaccine, adult dosage",2018,4,14,1.7142857142857142 +40213296,"hepatitis A vaccine, adult dosage",2018,5,23,2.1739130434782608 +40213296,"hepatitis A vaccine, adult dosage",2018,6,14,3.4285714285714284 +40213296,"hepatitis A vaccine, adult dosage",2018,7,15,1.8 +40213296,"hepatitis A vaccine, adult dosage",2018,8,19,2.263157894736842 +40213296,"hepatitis A vaccine, adult dosage",2018,9,21,2.4285714285714284 +40213296,"hepatitis A vaccine, adult dosage",2018,10,16,2.4375 +40213296,"hepatitis A vaccine, adult dosage",2018,11,23,2.782608695652174 +40213296,"hepatitis A vaccine, adult dosage",2018,12,18,2.2222222222222223 +40213296,"hepatitis A vaccine, adult dosage",2019,1,14,2.142857142857143 +40213296,"hepatitis A vaccine, adult dosage",2019,2,17,2.117647058823529 +40213296,"hepatitis A vaccine, adult dosage",2019,3,18,1.8888888888888888 +40213296,"hepatitis A vaccine, adult dosage",2019,4,17,2.294117647058824 +40213296,"hepatitis A vaccine, adult dosage",2019,5,16,2.0625 +40213296,"hepatitis A vaccine, adult dosage",2019,6,7,2 +40213296,"hepatitis A vaccine, adult dosage",2019,7,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2019,8,13,2 +40213296,"hepatitis A vaccine, adult dosage",2019,9,17,2.294117647058824 +40213296,"hepatitis A vaccine, adult dosage",2019,10,9,1.7777777777777777 +40213296,"hepatitis A vaccine, adult dosage",2019,11,17,3.294117647058824 +40213296,"hepatitis A vaccine, adult dosage",2019,12,17,1.8823529411764703 +40213296,"hepatitis A vaccine, adult dosage",2020,1,14,2.2142857142857144 +40213296,"hepatitis A vaccine, adult dosage",2020,2,13,2.5384615384615383 +40213296,"hepatitis A vaccine, adult dosage",2020,3,15,1.9333333333333331 +40213296,"hepatitis A vaccine, adult dosage",2020,4,16,1.9375 +40213296,"hepatitis A vaccine, adult dosage",2020,5,13,2.769230769230769 +40213296,"hepatitis A vaccine, adult dosage",2020,6,16,2.875 +40213296,"hepatitis A vaccine, adult dosage",2020,7,14,1.6428571428571428 +40213296,"hepatitis A vaccine, adult dosage",2020,8,19,2.6842105263157894 +40213296,"hepatitis A vaccine, adult dosage",2020,9,20,2.3 +40213296,"hepatitis A vaccine, adult dosage",2020,10,16,2.3125 +40213296,"hepatitis A vaccine, adult dosage",2020,11,25,1.8 +40213296,"hepatitis A vaccine, adult dosage",2020,12,13,2 +40213296,"hepatitis A vaccine, adult dosage",2021,1,14,1.9285714285714288 +40213296,"hepatitis A vaccine, adult dosage",2021,2,11,2.4545454545454546 +40213296,"hepatitis A vaccine, adult dosage",2021,3,13,2.1538461538461537 +40213296,"hepatitis A vaccine, adult dosage",2021,4,12,2 +40213296,"hepatitis A vaccine, adult dosage",2021,5,11,4.636363636363637 +40213296,"hepatitis A vaccine, adult dosage",2021,6,13,2.1538461538461537 +40213296,"hepatitis A vaccine, adult dosage",2021,7,13,1.7692307692307692 +40213296,"hepatitis A vaccine, adult dosage",2021,8,15,4.133333333333334 +40213296,"hepatitis A vaccine, adult dosage",2021,9,19,2.1578947368421053 +40213296,"hepatitis A vaccine, adult dosage",2021,10,13,1.9230769230769231 +40213296,"hepatitis A vaccine, adult dosage",2021,11,22,3.409090909090909 +40213296,"hepatitis A vaccine, adult dosage",2021,12,10,2 +40213296,"hepatitis A vaccine, adult dosage",2022,1,14,2.142857142857143 +40213296,"hepatitis A vaccine, adult dosage",2022,2,14,2.2857142857142856 +40213296,"hepatitis A vaccine, adult dosage",2022,3,24,2.5416666666666665 +40213296,"hepatitis A vaccine, adult dosage",2022,4,20,2.6 +40213296,"hepatitis A vaccine, adult dosage",2022,5,10,1.4 +40213296,"hepatitis A vaccine, adult dosage",2022,6,20,1.65 +40213296,"hepatitis A vaccine, adult dosage",2022,7,19,1.8421052631578947 +40213296,"hepatitis A vaccine, adult dosage",2022,8,14,2.2857142857142856 +40213296,"hepatitis A vaccine, adult dosage",2022,9,15,5.133333333333334 +40213296,"hepatitis A vaccine, adult dosage",2022,10,14,2 +40213296,"hepatitis A vaccine, adult dosage",2022,11,21,2.6666666666666665 +40213296,"hepatitis A vaccine, adult dosage",2022,12,12,1.9166666666666667 +40213296,"hepatitis A vaccine, adult dosage",2023,1,16,1.625 +40213296,"hepatitis A vaccine, adult dosage",2023,2,13,2.3076923076923075 +40213296,"hepatitis A vaccine, adult dosage",2023,3,15,2.2 +40213296,"hepatitis A vaccine, adult dosage",2023,4,21,3.0476190476190474 +40213296,"hepatitis A vaccine, adult dosage",2023,5,9,5.777777777777778 +40213296,"hepatitis A vaccine, adult dosage",2023,6,10,4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,2,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,3,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,4,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,3,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,7,1,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1999,8,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2002,9,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,6,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,12,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2004,8,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2011,11,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,2,1,1 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,6,10,1.6 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,7,14,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,8,20,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,9,19,1.8421052631578947 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,10,24,1.5416666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,11,15,2.066666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,12,19,3.473684210526316 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,1,15,4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,2,20,2.45 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,3,24,2.958333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,4,9,1.6666666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,5,24,2.333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,6,19,2.263157894736842 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,7,20,2.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,8,24,3.5416666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,9,14,1.6428571428571428 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,10,15,1.8666666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,11,20,2.35 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,12,19,1.6842105263157894 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,1,22,1.7727272727272727 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,2,11,2.090909090909091 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,3,18,3.7222222222222223 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,4,17,3.823529411764706 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,5,15,2.4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,6,18,2.388888888888889 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,7,12,4.416666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,8,23,2.652173913043478 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,9,18,2.555555555555556 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,10,13,2.3846153846153846 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,11,22,1.9090909090909087 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,12,20,2.05 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,1,22,2.3181818181818183 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,2,21,2.4761904761904763 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,3,17,2.117647058823529 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,4,13,2.076923076923077 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,5,18,2.555555555555556 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,6,16,2.25 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,7,18,4.055555555555555 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,8,19,2.5789473684210527 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,9,15,2.4 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,10,22,3.8181818181818175 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,11,19,2.3157894736842106 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,12,16,2.125 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,1,15,2.466666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,2,25,2.16 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,3,22,3.0454545454545454 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,4,22,2.136363636363636 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,5,16,2.1875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,6,19,2.3157894736842106 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,7,15,3.466666666666667 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,8,19,2.736842105263158 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,9,17,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,10,8,2.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,11,26,2.730769230769231 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,12,23,2.782608695652174 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,1,24,2.333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,2,18,1.4444444444444444 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,3,22,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,4,19,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,5,24,2.458333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,6,22,2.8181818181818183 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,7,15,2.1333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,8,14,2.857142857142857 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,9,12,2.4166666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,10,17,3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,11,15,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,12,16,1.6875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,1,11,1.7272727272727273 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,2,20,2.3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,3,26,2.6153846153846154 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,4,20,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,5,19,2.263157894736842 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,6,17,1.7647058823529411 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,7,24,1.8333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,8,19,2.421052631578948 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,9,15,2.2666666666666666 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,10,8,2.375 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,11,23,2.4782608695652173 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,12,15,1.9333333333333331 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,1,13,1.4615384615384617 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,2,18,1.8888888888888888 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,3,24,2.0416666666666665 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,4,20,1.8 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,5,19,1.5789473684210529 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,6,15,1.9333333333333331 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,7,19,1.631578947368421 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,8,16,2.6875 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,9,12,1.5833333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,10,23,1.7391304347826086 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,11,20,1.85 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,12,9,3 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,1,19,2.0526315789473686 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,2,15,1.7333333333333334 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,3,16,1.9375 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,4,19,1.7894736842105263 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,5,23,2.260869565217391 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,6,21,2.1904761904761907 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,7,25,2.96 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,8,11,1.818181818181818 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,9,18,2.9444444444444446 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,10,18,1.7777777777777777 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,11,20,2.9 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,12,15,2.6 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,1,19,2 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,2,14,1.9285714285714288 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,3,14,2.9285714285714284 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,4,23,1.9130434782608696 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,5,12,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,6,15,2.2666666666666666 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,7,21,1.9523809523809523 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,8,29,2.2758620689655173 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,9,16,1.75 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,10,19,3.5789473684210527 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,11,13,2.230769230769231 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,12,18,2.833333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,1,20,1.8 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,2,19,2.9473684210526314 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,3,21,2.333333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,4,17,2.235294117647059 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,5,12,1.5833333333333333 +40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,6,8,1.5 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,3,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,5,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,12,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,1,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,3,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,10,1,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,6,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,8,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,3,2,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,4,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,12,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,9,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,10,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2011,5,1,1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,6,10,2.4 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,7,25,1.56 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,8,26,1.8461538461538465 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,9,29,2.206896551724138 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,10,20,2.15 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,11,27,2.111111111111111 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,12,25,2.24 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,1,20,2.1 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,2,28,2.9642857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,3,28,3.357142857142857 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,4,19,2.3157894736842106 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,5,25,3.48 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,6,21,4 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,7,26,2.5 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,8,17,2.176470588235294 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,9,26,2.3846153846153846 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,10,37,3.081081081081081 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,11,23,2.869565217391304 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,12,32,2.46875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,1,30,3.3666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,2,23,3 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,3,25,2.08 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,4,29,2.689655172413793 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,5,29,2.413793103448276 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,6,27,2.592592592592593 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,7,40,2.3 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,8,35,2.4857142857142858 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,9,31,2.3548387096774195 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,10,23,1.826086956521739 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,11,33,2.4545454545454546 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,12,34,2.647058823529412 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,1,29,2.206896551724138 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,2,34,2.4705882352941178 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,3,25,1.96 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,4,26,2.3461538461538463 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,5,28,2.7142857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,6,23,3.130434782608696 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,7,22,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,8,26,1.9615384615384612 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,9,27,3.4444444444444446 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,10,30,2.6333333333333333 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,11,32,2.40625 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,12,31,1.8387096774193548 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,1,31,2.5161290322580645 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,2,27,1.962962962962963 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,3,25,2.24 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,4,26,2.6153846153846154 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,5,27,3.2962962962962963 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,6,24,3.2916666666666665 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,7,24,1.9166666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,8,25,1.72 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,9,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,10,31,1.7419354838709675 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,11,27,2.074074074074074 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,12,27,1.7777777777777777 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,1,30,1.9 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,2,27,2.592592592592593 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,3,21,2.4285714285714284 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,4,25,1.92 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,5,30,1.7666666666666666 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,6,25,1.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,7,20,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,8,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,9,28,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,10,31,1.6774193548387095 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,11,24,2.125 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,12,27,1.8888888888888888 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,1,35,1.8857142857142857 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,2,32,2.125 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,3,23,1.8695652173913044 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,4,17,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,5,30,1.7 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,6,24,1.9166666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,7,23,1.7826086956521738 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,8,24,1.75 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,9,37,2.27027027027027 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,10,34,2.2058823529411766 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,11,17,1.8823529411764703 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,12,21,1.8571428571428568 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,1,26,1.9230769230769231 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,2,23,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,3,28,2.2857142857142856 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,4,33,2.8484848484848486 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,5,30,1.8666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,6,22,3.636363636363636 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,7,27,2.5185185185185186 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,8,27,2.7777777777777777 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,9,28,2.4642857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,10,35,2.685714285714285 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,11,29,2.793103448275862 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,12,22,2.090909090909091 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,1,22,3.363636363636364 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,2,25,2.04 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,3,32,2.46875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,4,25,2.08 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,5,33,2.636363636363636 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,6,34,2.147058823529412 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,7,29,2.103448275862069 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,8,20,2.05 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,9,22,2.5454545454545454 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,10,30,2.033333333333333 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,11,22,1.5454545454545454 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,12,25,2.16 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,1,27,1.8888888888888888 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,2,35,1.9142857142857144 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,3,28,1.6785714285714286 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,4,24,2.333333333333333 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,5,22,2.4545454545454546 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,6,21,1.6666666666666667 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,7,22,2 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,8,25,2.16 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,9,20,1.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,10,24,1.875 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,11,25,2.6 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,12,24,2.6666666666666665 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,1,20,3.35 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,2,17,2.0588235294117645 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,3,32,2.9375 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,4,23,1.9130434782608696 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,5,19,2.210526315789474 +40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,6,8,1.375 +40213306,"hepatitis B vaccine, adult dosage",1982,3,1,1 +40213306,"hepatitis B vaccine, adult dosage",1986,4,1,24 +40213306,"hepatitis B vaccine, adult dosage",1987,4,1,24 +40213306,"hepatitis B vaccine, adult dosage",1988,5,1,24 +40213306,"hepatitis B vaccine, adult dosage",1990,1,1,4 +40213306,"hepatitis B vaccine, adult dosage",1990,6,1,2 +40213306,"hepatitis B vaccine, adult dosage",1991,2,1,4 +40213306,"hepatitis B vaccine, adult dosage",1991,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1992,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1993,5,1,5 +40213306,"hepatitis B vaccine, adult dosage",1994,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1995,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1996,4,1,2 +40213306,"hepatitis B vaccine, adult dosage",1996,5,1,2 +40213306,"hepatitis B vaccine, adult dosage",2000,9,1,7 +40213306,"hepatitis B vaccine, adult dosage",2001,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2001,9,1,7 +40213306,"hepatitis B vaccine, adult dosage",2002,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2004,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2004,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2005,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2006,4,1,1 +40213306,"hepatitis B vaccine, adult dosage",2006,9,1,2 +40213306,"hepatitis B vaccine, adult dosage",2009,7,1,1 +40213306,"hepatitis B vaccine, adult dosage",2010,7,1,1 +40213306,"hepatitis B vaccine, adult dosage",2011,8,1,1 +40213306,"hepatitis B vaccine, adult dosage",2011,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2012,10,1,2 +40213306,"hepatitis B vaccine, adult dosage",2013,6,5,1.6 +40213306,"hepatitis B vaccine, adult dosage",2013,7,11,3 +40213306,"hepatitis B vaccine, adult dosage",2013,8,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2013,9,8,3.125 +40213306,"hepatitis B vaccine, adult dosage",2013,10,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2013,11,8,1.5 +40213306,"hepatitis B vaccine, adult dosage",2013,12,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2014,1,5,1.8 +40213306,"hepatitis B vaccine, adult dosage",2014,2,7,1.5714285714285714 +40213306,"hepatitis B vaccine, adult dosage",2014,3,9,1.4444444444444444 +40213306,"hepatitis B vaccine, adult dosage",2014,4,3,2.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2014,5,6,3.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2014,6,5,1.2 +40213306,"hepatitis B vaccine, adult dosage",2014,7,8,1.875 +40213306,"hepatitis B vaccine, adult dosage",2014,8,6,1.3333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2014,9,10,2.3 +40213306,"hepatitis B vaccine, adult dosage",2014,10,8,2 +40213306,"hepatitis B vaccine, adult dosage",2014,11,9,2 +40213306,"hepatitis B vaccine, adult dosage",2014,12,5,3 +40213306,"hepatitis B vaccine, adult dosage",2015,1,13,1.6923076923076923 +40213306,"hepatitis B vaccine, adult dosage",2015,2,11,2.090909090909091 +40213306,"hepatitis B vaccine, adult dosage",2015,3,14,1.8571428571428568 +40213306,"hepatitis B vaccine, adult dosage",2015,4,13,3 +40213306,"hepatitis B vaccine, adult dosage",2015,5,9,1.4444444444444444 +40213306,"hepatitis B vaccine, adult dosage",2015,6,11,1.7272727272727273 +40213306,"hepatitis B vaccine, adult dosage",2015,7,6,1.8333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2015,8,13,1.5384615384615383 +40213306,"hepatitis B vaccine, adult dosage",2015,9,7,1.8571428571428568 +40213306,"hepatitis B vaccine, adult dosage",2015,10,7,1.8571428571428568 +40213306,"hepatitis B vaccine, adult dosage",2015,11,9,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2015,12,15,2.2666666666666666 +40213306,"hepatitis B vaccine, adult dosage",2016,1,15,2.1333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2016,2,4,2.25 +40213306,"hepatitis B vaccine, adult dosage",2016,3,6,3.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2016,4,14,1.8571428571428568 +40213306,"hepatitis B vaccine, adult dosage",2016,5,8,2.5 +40213306,"hepatitis B vaccine, adult dosage",2016,6,4,2 +40213306,"hepatitis B vaccine, adult dosage",2016,7,9,1.8888888888888888 +40213306,"hepatitis B vaccine, adult dosage",2016,8,9,2 +40213306,"hepatitis B vaccine, adult dosage",2016,9,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2016,10,9,4.222222222222222 +40213306,"hepatitis B vaccine, adult dosage",2016,11,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2016,12,12,2.9166666666666665 +40213306,"hepatitis B vaccine, adult dosage",2017,1,13,5.153846153846154 +40213306,"hepatitis B vaccine, adult dosage",2017,2,10,5.3 +40213306,"hepatitis B vaccine, adult dosage",2017,3,8,4.375 +40213306,"hepatitis B vaccine, adult dosage",2017,4,10,2.4 +40213306,"hepatitis B vaccine, adult dosage",2017,5,4,1.5 +40213306,"hepatitis B vaccine, adult dosage",2017,6,8,2.875 +40213306,"hepatitis B vaccine, adult dosage",2017,7,14,2.2857142857142856 +40213306,"hepatitis B vaccine, adult dosage",2017,8,12,2.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2017,9,14,2 +40213306,"hepatitis B vaccine, adult dosage",2017,10,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2017,11,8,3.875 +40213306,"hepatitis B vaccine, adult dosage",2017,12,6,5.166666666666667 +40213306,"hepatitis B vaccine, adult dosage",2018,1,7,2.7142857142857144 +40213306,"hepatitis B vaccine, adult dosage",2018,2,13,3.5384615384615383 +40213306,"hepatitis B vaccine, adult dosage",2018,3,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2018,4,7,1.8571428571428568 +40213306,"hepatitis B vaccine, adult dosage",2018,5,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2018,6,10,2.1 +40213306,"hepatitis B vaccine, adult dosage",2018,7,7,1.7142857142857142 +40213306,"hepatitis B vaccine, adult dosage",2018,8,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2018,9,8,3 +40213306,"hepatitis B vaccine, adult dosage",2018,10,19,2.1052631578947367 +40213306,"hepatitis B vaccine, adult dosage",2018,11,13,4.153846153846154 +40213306,"hepatitis B vaccine, adult dosage",2018,12,10,3 +40213306,"hepatitis B vaccine, adult dosage",2019,1,13,2 +40213306,"hepatitis B vaccine, adult dosage",2019,2,6,2 +40213306,"hepatitis B vaccine, adult dosage",2019,3,10,4.3 +40213306,"hepatitis B vaccine, adult dosage",2019,4,3,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2019,5,12,1.9166666666666667 +40213306,"hepatitis B vaccine, adult dosage",2019,6,7,2 +40213306,"hepatitis B vaccine, adult dosage",2019,7,10,2.3 +40213306,"hepatitis B vaccine, adult dosage",2019,8,11,2.4545454545454546 +40213306,"hepatitis B vaccine, adult dosage",2019,9,5,1.2 +40213306,"hepatitis B vaccine, adult dosage",2019,10,10,1.2 +40213306,"hepatitis B vaccine, adult dosage",2019,11,5,4.6 +40213306,"hepatitis B vaccine, adult dosage",2019,12,11,2.1818181818181817 +40213306,"hepatitis B vaccine, adult dosage",2020,1,8,2.75 +40213306,"hepatitis B vaccine, adult dosage",2020,2,8,2 +40213306,"hepatitis B vaccine, adult dosage",2020,3,10,1.7 +40213306,"hepatitis B vaccine, adult dosage",2020,4,15,2.4 +40213306,"hepatitis B vaccine, adult dosage",2020,5,11,1.7272727272727273 +40213306,"hepatitis B vaccine, adult dosage",2020,6,10,1.8 +40213306,"hepatitis B vaccine, adult dosage",2020,7,7,1.4285714285714286 +40213306,"hepatitis B vaccine, adult dosage",2020,8,10,1.7 +40213306,"hepatitis B vaccine, adult dosage",2020,9,9,2.111111111111111 +40213306,"hepatitis B vaccine, adult dosage",2020,10,5,2.6 +40213306,"hepatitis B vaccine, adult dosage",2020,11,12,1.5833333333333333 +40213306,"hepatitis B vaccine, adult dosage",2020,12,9,2.555555555555556 +40213306,"hepatitis B vaccine, adult dosage",2021,1,3,2.6666666666666665 +40213306,"hepatitis B vaccine, adult dosage",2021,2,7,2.4285714285714284 +40213306,"hepatitis B vaccine, adult dosage",2021,3,9,1.8888888888888888 +40213306,"hepatitis B vaccine, adult dosage",2021,4,9,1.7777777777777777 +40213306,"hepatitis B vaccine, adult dosage",2021,5,14,1.7857142857142858 +40213306,"hepatitis B vaccine, adult dosage",2021,6,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2021,7,8,1.75 +40213306,"hepatitis B vaccine, adult dosage",2021,8,5,2.2 +40213306,"hepatitis B vaccine, adult dosage",2021,9,9,2.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2021,10,6,3.8333333333333335 +40213306,"hepatitis B vaccine, adult dosage",2021,11,7,2 +40213306,"hepatitis B vaccine, adult dosage",2021,12,11,1.9090909090909087 +40213306,"hepatitis B vaccine, adult dosage",2022,1,12,2.333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2022,2,14,2 +40213306,"hepatitis B vaccine, adult dosage",2022,3,7,1.5714285714285714 +40213306,"hepatitis B vaccine, adult dosage",2022,4,6,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2022,5,12,2.083333333333333 +40213306,"hepatitis B vaccine, adult dosage",2022,6,15,1.9333333333333331 +40213306,"hepatitis B vaccine, adult dosage",2022,7,6,4 +40213306,"hepatitis B vaccine, adult dosage",2022,8,12,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2022,9,4,2 +40213306,"hepatitis B vaccine, adult dosage",2022,10,9,1.3333333333333333 +40213306,"hepatitis B vaccine, adult dosage",2022,11,7,2.2857142857142856 +40213306,"hepatitis B vaccine, adult dosage",2022,12,12,1.6666666666666667 +40213306,"hepatitis B vaccine, adult dosage",2023,1,10,2 +40213306,"hepatitis B vaccine, adult dosage",2023,2,9,2 +40213306,"hepatitis B vaccine, adult dosage",2023,3,8,1.625 +40213306,"hepatitis B vaccine, adult dosage",2023,4,7,2 +40213306,"hepatitis B vaccine, adult dosage",2023,5,8,2.125 +40213306,"hepatitis B vaccine, adult dosage",2023,6,4,3.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,7,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,9,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1986,6,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,5,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,7,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1995,4,1,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,10,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,12,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,7,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,9,2,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2003,6,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2010,12,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,2,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,11,1,1 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,6,12,1.75 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,7,24,2.2916666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,8,30,2.1666666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,9,33,1.9696969696969695 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,10,30,1.7333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,11,27,1.8888888888888888 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,12,31,3 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,1,21,1.9047619047619049 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,2,28,2.071428571428572 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,3,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,4,21,2.095238095238096 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,5,29,3.103448275862069 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,6,22,2.727272727272727 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,7,26,3.3846153846153846 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,8,22,3.5454545454545454 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,9,29,2.3793103448275863 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,10,21,3.4285714285714284 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,11,25,2.88 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,12,27,2.037037037037037 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,1,24,2.5416666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,2,28,2.2857142857142856 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,3,29,2.3448275862068964 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,4,34,3.235294117647059 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,5,21,2.619047619047619 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,6,30,2.6333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,7,22,3.5 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,8,30,3 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,9,31,2.193548387096774 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,10,19,2.789473684210526 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,11,40,2.4 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,12,29,2.0689655172413794 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,1,37,2.4864864864864864 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,2,28,2.0357142857142856 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,3,32,2.21875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,4,26,2.6923076923076925 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,5,36,2.2777777777777777 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,6,25,2.64 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,7,28,2.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,8,28,2.857142857142857 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,9,24,2.25 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,10,30,2.966666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,11,18,1.7777777777777777 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,12,27,2.555555555555556 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,1,27,2.6296296296296298 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,2,32,2.40625 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,3,36,2.805555555555556 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,4,31,1.7741935483870968 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,5,26,1.7307692307692308 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,6,32,2.3125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,7,33,2.787878787878788 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,8,20,2.65 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,9,24,2.5416666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,10,15,2.333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,11,24,3.083333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,12,26,2.6538461538461537 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,1,30,1.6666666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,2,23,1.608695652173913 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,3,33,1.606060606060606 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,4,28,1.8571428571428568 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,5,32,1.96875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,6,30,2.333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,7,23,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,8,28,2.7142857142857144 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,9,17,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,10,25,1.6 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,11,23,2.0869565217391304 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,12,27,1.5925925925925926 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,1,19,1.8421052631578947 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,2,33,1.5454545454545454 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,3,32,1.9375 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,4,31,1.903225806451613 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,5,31,2.2580645161290325 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,6,25,2.08 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,7,34,1.8235294117647056 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,8,21,1.809523809523809 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,9,18,1.9444444444444444 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,10,16,1.75 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,11,35,1.8571428571428568 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,12,24,1.7916666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,1,26,2.076923076923077 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,2,29,1.862068965517241 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,3,26,2.6153846153846154 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,4,32,1.875 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,5,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,6,26,2.230769230769231 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,7,28,1.8571428571428568 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,8,32,3.03125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,9,18,1.8888888888888888 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,10,34,3.117647058823529 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,11,27,1.851851851851852 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,12,29,3.5517241379310347 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,1,33,2.212121212121212 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,2,22,2.9545454545454546 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,3,23,2.5217391304347827 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,4,24,2.2916666666666665 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,5,30,2.2333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,6,21,1.8571428571428568 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,7,33,2.9393939393939394 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,8,24,1.6666666666666667 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,9,34,2.735294117647059 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,10,29,1.7586206896551724 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,11,35,2.685714285714285 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,12,26,2.3846153846153846 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,1,25,2.2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,2,15,2.1333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,3,24,2.125 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,4,31,1.8064516129032255 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,5,26,1.9230769230769231 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,6,26,1.7692307692307692 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,7,30,2.2333333333333334 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,8,30,1.8333333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,9,22,1.6363636363636365 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,10,25,2.68 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,11,17,2 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,12,21,2.0476190476190474 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,1,26,1.7692307692307692 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,2,19,3.1052631578947367 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,3,24,1.7083333333333333 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,4,26,2.6923076923076925 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,5,25,2.72 +40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,6,7,1.7142857142857142 +40213320,"human papilloma virus vaccine, quadrivalent",2006,7,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2006,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2007,7,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2007,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2008,3,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2008,9,1,2 +40213320,"human papilloma virus vaccine, quadrivalent",2009,4,1,1 +40213320,"human papilloma virus vaccine, quadrivalent",2013,6,6,1.6666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2013,7,27,2.111111111111111 +40213320,"human papilloma virus vaccine, quadrivalent",2013,8,17,1.8823529411764703 +40213320,"human papilloma virus vaccine, quadrivalent",2013,9,19,1.947368421052632 +40213320,"human papilloma virus vaccine, quadrivalent",2013,10,23,2.347826086956522 +40213320,"human papilloma virus vaccine, quadrivalent",2013,11,23,2.9565217391304346 +40213320,"human papilloma virus vaccine, quadrivalent",2013,12,22,2.1818181818181817 +40213320,"human papilloma virus vaccine, quadrivalent",2014,1,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2014,2,19,2.1578947368421053 +40213320,"human papilloma virus vaccine, quadrivalent",2014,3,29,2.413793103448276 +40213320,"human papilloma virus vaccine, quadrivalent",2014,4,23,2.739130434782609 +40213320,"human papilloma virus vaccine, quadrivalent",2014,5,30,1.8666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2014,6,21,2.1904761904761907 +40213320,"human papilloma virus vaccine, quadrivalent",2014,7,22,2.409090909090909 +40213320,"human papilloma virus vaccine, quadrivalent",2014,8,14,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2014,9,21,2 +40213320,"human papilloma virus vaccine, quadrivalent",2014,10,24,2.5 +40213320,"human papilloma virus vaccine, quadrivalent",2014,11,21,3 +40213320,"human papilloma virus vaccine, quadrivalent",2014,12,23,2.739130434782609 +40213320,"human papilloma virus vaccine, quadrivalent",2015,1,24,2.958333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2015,2,18,2.111111111111111 +40213320,"human papilloma virus vaccine, quadrivalent",2015,3,26,2.6538461538461537 +40213320,"human papilloma virus vaccine, quadrivalent",2015,4,24,2.375 +40213320,"human papilloma virus vaccine, quadrivalent",2015,5,21,1.809523809523809 +40213320,"human papilloma virus vaccine, quadrivalent",2015,6,22,1.9545454545454544 +40213320,"human papilloma virus vaccine, quadrivalent",2015,7,22,2.3181818181818183 +40213320,"human papilloma virus vaccine, quadrivalent",2015,8,16,2.75 +40213320,"human papilloma virus vaccine, quadrivalent",2015,9,23,1.9565217391304348 +40213320,"human papilloma virus vaccine, quadrivalent",2015,10,28,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2015,11,24,3.125 +40213320,"human papilloma virus vaccine, quadrivalent",2015,12,19,2.6842105263157894 +40213320,"human papilloma virus vaccine, quadrivalent",2016,1,24,2.583333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2016,2,27,2.4074074074074074 +40213320,"human papilloma virus vaccine, quadrivalent",2016,3,27,2 +40213320,"human papilloma virus vaccine, quadrivalent",2016,4,19,1.8421052631578947 +40213320,"human papilloma virus vaccine, quadrivalent",2016,5,27,1.8148148148148149 +40213320,"human papilloma virus vaccine, quadrivalent",2016,6,27,1.851851851851852 +40213320,"human papilloma virus vaccine, quadrivalent",2016,7,23,2.217391304347826 +40213320,"human papilloma virus vaccine, quadrivalent",2016,8,17,2.9411764705882355 +40213320,"human papilloma virus vaccine, quadrivalent",2016,9,27,1.8148148148148149 +40213320,"human papilloma virus vaccine, quadrivalent",2016,10,22,2.363636363636364 +40213320,"human papilloma virus vaccine, quadrivalent",2016,11,25,1.84 +40213320,"human papilloma virus vaccine, quadrivalent",2016,12,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2017,1,21,2.238095238095238 +40213320,"human papilloma virus vaccine, quadrivalent",2017,2,25,1.88 +40213320,"human papilloma virus vaccine, quadrivalent",2017,3,25,2.28 +40213320,"human papilloma virus vaccine, quadrivalent",2017,4,17,2.117647058823529 +40213320,"human papilloma virus vaccine, quadrivalent",2017,5,26,1.7692307692307692 +40213320,"human papilloma virus vaccine, quadrivalent",2017,6,26,1.7692307692307692 +40213320,"human papilloma virus vaccine, quadrivalent",2017,7,24,2.75 +40213320,"human papilloma virus vaccine, quadrivalent",2017,8,21,2.333333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2017,9,26,2.1923076923076925 +40213320,"human papilloma virus vaccine, quadrivalent",2017,10,29,1.862068965517241 +40213320,"human papilloma virus vaccine, quadrivalent",2017,11,20,2.05 +40213320,"human papilloma virus vaccine, quadrivalent",2017,12,18,1.6666666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2018,1,24,1.7916666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2018,2,13,1.6153846153846154 +40213320,"human papilloma virus vaccine, quadrivalent",2018,3,35,2.057142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2018,4,14,1.9285714285714288 +40213320,"human papilloma virus vaccine, quadrivalent",2018,5,29,1.827586206896552 +40213320,"human papilloma virus vaccine, quadrivalent",2018,6,29,1.827586206896552 +40213320,"human papilloma virus vaccine, quadrivalent",2018,7,28,2.571428571428572 +40213320,"human papilloma virus vaccine, quadrivalent",2018,8,17,1.9411764705882355 +40213320,"human papilloma virus vaccine, quadrivalent",2018,9,23,1.9565217391304348 +40213320,"human papilloma virus vaccine, quadrivalent",2018,10,22,1.818181818181818 +40213320,"human papilloma virus vaccine, quadrivalent",2018,11,18,2 +40213320,"human papilloma virus vaccine, quadrivalent",2018,12,21,1.5714285714285714 +40213320,"human papilloma virus vaccine, quadrivalent",2019,1,25,2.12 +40213320,"human papilloma virus vaccine, quadrivalent",2019,2,17,1.7058823529411764 +40213320,"human papilloma virus vaccine, quadrivalent",2019,3,28,1.75 +40213320,"human papilloma virus vaccine, quadrivalent",2019,4,19,3 +40213320,"human papilloma virus vaccine, quadrivalent",2019,5,19,1.8421052631578947 +40213320,"human papilloma virus vaccine, quadrivalent",2019,6,25,1.72 +40213320,"human papilloma virus vaccine, quadrivalent",2019,7,26,2.730769230769231 +40213320,"human papilloma virus vaccine, quadrivalent",2019,8,16,1.6875 +40213320,"human papilloma virus vaccine, quadrivalent",2019,9,27,2 +40213320,"human papilloma virus vaccine, quadrivalent",2019,10,22,1.7272727272727273 +40213320,"human papilloma virus vaccine, quadrivalent",2019,11,26,2.1538461538461537 +40213320,"human papilloma virus vaccine, quadrivalent",2019,12,17,2.0588235294117645 +40213320,"human papilloma virus vaccine, quadrivalent",2020,1,30,2.2333333333333334 +40213320,"human papilloma virus vaccine, quadrivalent",2020,2,28,1.6428571428571428 +40213320,"human papilloma virus vaccine, quadrivalent",2020,3,30,2.833333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2020,4,19,2.631578947368421 +40213320,"human papilloma virus vaccine, quadrivalent",2020,5,23,3.217391304347826 +40213320,"human papilloma virus vaccine, quadrivalent",2020,6,24,1.9583333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2020,7,32,1.84375 +40213320,"human papilloma virus vaccine, quadrivalent",2020,8,13,1.8461538461538465 +40213320,"human papilloma virus vaccine, quadrivalent",2020,9,23,1.6521739130434785 +40213320,"human papilloma virus vaccine, quadrivalent",2020,10,17,1.7058823529411764 +40213320,"human papilloma virus vaccine, quadrivalent",2020,11,23,1.826086956521739 +40213320,"human papilloma virus vaccine, quadrivalent",2020,12,24,2.1666666666666665 +40213320,"human papilloma virus vaccine, quadrivalent",2021,1,28,2.357142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2021,2,32,2.25 +40213320,"human papilloma virus vaccine, quadrivalent",2021,3,31,2.774193548387097 +40213320,"human papilloma virus vaccine, quadrivalent",2021,4,31,2.290322580645161 +40213320,"human papilloma virus vaccine, quadrivalent",2021,5,23,3.4347826086956523 +40213320,"human papilloma virus vaccine, quadrivalent",2021,6,21,2.142857142857143 +40213320,"human papilloma virus vaccine, quadrivalent",2021,7,30,2.466666666666667 +40213320,"human papilloma virus vaccine, quadrivalent",2021,8,22,2.5454545454545454 +40213320,"human papilloma virus vaccine, quadrivalent",2021,9,23,1.8695652173913044 +40213320,"human papilloma virus vaccine, quadrivalent",2021,10,23,1.7826086956521738 +40213320,"human papilloma virus vaccine, quadrivalent",2021,11,28,2.2142857142857144 +40213320,"human papilloma virus vaccine, quadrivalent",2021,12,30,2.533333333333333 +40213320,"human papilloma virus vaccine, quadrivalent",2022,1,25,2.04 +40213320,"human papilloma virus vaccine, quadrivalent",2022,2,36,2.388888888888889 +40213320,"human papilloma virus vaccine, quadrivalent",2022,3,30,2.6 +40213320,"human papilloma virus vaccine, quadrivalent",2022,4,35,2.2 +40213320,"human papilloma virus vaccine, quadrivalent",2022,5,28,3.107142857142857 +40213320,"human papilloma virus vaccine, quadrivalent",2022,6,18,2.055555555555556 +40213320,"human papilloma virus vaccine, quadrivalent",2022,7,25,1.84 +40213320,"human papilloma virus vaccine, quadrivalent",2022,8,29,4.0344827586206895 +40213320,"human papilloma virus vaccine, quadrivalent",2022,9,22,2.0454545454545454 +40213320,"human papilloma virus vaccine, quadrivalent",2022,10,29,3.034482758620689 +40213320,"human papilloma virus vaccine, quadrivalent",2022,11,28,2.1785714285714284 +40213320,"human papilloma virus vaccine, quadrivalent",2022,12,36,2.4166666666666665 +40213320,"human papilloma virus vaccine, quadrivalent",2023,1,21,1.9523809523809523 +40213320,"human papilloma virus vaccine, quadrivalent",2023,2,33,2.4242424242424243 +40213320,"human papilloma virus vaccine, quadrivalent",2023,3,29,3.0689655172413794 +40213320,"human papilloma virus vaccine, quadrivalent",2023,4,32,2.65625 +40213320,"human papilloma virus vaccine, quadrivalent",2023,5,25,1.88 +40213320,"human papilloma virus vaccine, quadrivalent",2023,6,11,1.818181818181818 +40220960,alteplase 100 MG Injection,1988,5,1,1 +40220960,alteplase 100 MG Injection,1990,11,1,1 +40220960,alteplase 100 MG Injection,1992,3,1,1 +40220960,alteplase 100 MG Injection,1992,6,1,1 +40220960,alteplase 100 MG Injection,1993,1,2,1 +40220960,alteplase 100 MG Injection,1993,9,1,1 +40220960,alteplase 100 MG Injection,1993,12,1,1 +40220960,alteplase 100 MG Injection,1994,4,1,1 +40220960,alteplase 100 MG Injection,1994,12,1,1 +40220960,alteplase 100 MG Injection,1996,6,1,1 +40220960,alteplase 100 MG Injection,1996,7,2,1 +40220960,alteplase 100 MG Injection,1996,8,1,1 +40220960,alteplase 100 MG Injection,1996,10,1,1 +40220960,alteplase 100 MG Injection,1997,7,1,1 +40220960,alteplase 100 MG Injection,1997,9,2,1 +40220960,alteplase 100 MG Injection,1997,11,1,1 +40220960,alteplase 100 MG Injection,1998,1,1,1 +40220960,alteplase 100 MG Injection,1998,9,1,1 +40220960,alteplase 100 MG Injection,1998,10,1,1 +40220960,alteplase 100 MG Injection,1999,1,1,1 +40220960,alteplase 100 MG Injection,1999,5,1,1 +40220960,alteplase 100 MG Injection,1999,6,1,1 +40220960,alteplase 100 MG Injection,1999,8,1,1 +40220960,alteplase 100 MG Injection,1999,10,1,1 +40220960,alteplase 100 MG Injection,2000,5,1,1 +40220960,alteplase 100 MG Injection,2000,12,1,1 +40220960,alteplase 100 MG Injection,2001,4,1,1 +40220960,alteplase 100 MG Injection,2001,9,1,1 +40220960,alteplase 100 MG Injection,2001,12,3,1 +40220960,alteplase 100 MG Injection,2002,3,1,1 +40220960,alteplase 100 MG Injection,2002,5,1,1 +40220960,alteplase 100 MG Injection,2002,7,1,1 +40220960,alteplase 100 MG Injection,2002,10,1,1 +40220960,alteplase 100 MG Injection,2002,11,1,1 +40220960,alteplase 100 MG Injection,2002,12,2,1 +40220960,alteplase 100 MG Injection,2003,1,1,1 +40220960,alteplase 100 MG Injection,2003,2,1,1 +40220960,alteplase 100 MG Injection,2003,7,1,1 +40220960,alteplase 100 MG Injection,2003,10,1,1 +40220960,alteplase 100 MG Injection,2004,1,2,1 +40220960,alteplase 100 MG Injection,2004,7,2,1 +40220960,alteplase 100 MG Injection,2005,10,2,1 +40220960,alteplase 100 MG Injection,2006,1,1,1 +40220960,alteplase 100 MG Injection,2006,5,2,1 +40220960,alteplase 100 MG Injection,2006,6,2,1 +40220960,alteplase 100 MG Injection,2006,11,1,1 +40220960,alteplase 100 MG Injection,2006,12,2,1 +40220960,alteplase 100 MG Injection,2007,1,1,1 +40220960,alteplase 100 MG Injection,2007,4,1,1 +40220960,alteplase 100 MG Injection,2007,5,1,1 +40220960,alteplase 100 MG Injection,2007,9,1,1 +40220960,alteplase 100 MG Injection,2008,3,1,1 +40220960,alteplase 100 MG Injection,2008,4,1,1 +40220960,alteplase 100 MG Injection,2008,5,1,1 +40220960,alteplase 100 MG Injection,2008,6,1,1 +40220960,alteplase 100 MG Injection,2008,7,1,1 +40220960,alteplase 100 MG Injection,2008,8,2,1 +40220960,alteplase 100 MG Injection,2008,10,1,1 +40220960,alteplase 100 MG Injection,2008,11,4,1 +40220960,alteplase 100 MG Injection,2009,4,1,1 +40220960,alteplase 100 MG Injection,2009,5,1,1 +40220960,alteplase 100 MG Injection,2009,6,1,1 +40220960,alteplase 100 MG Injection,2009,7,1,1 +40220960,alteplase 100 MG Injection,2009,9,1,1 +40220960,alteplase 100 MG Injection,2009,12,2,1 +40220960,alteplase 100 MG Injection,2010,2,1,1 +40220960,alteplase 100 MG Injection,2010,3,1,1 +40220960,alteplase 100 MG Injection,2010,6,1,1 +40220960,alteplase 100 MG Injection,2010,8,1,1 +40220960,alteplase 100 MG Injection,2010,9,2,1 +40220960,alteplase 100 MG Injection,2011,1,2,1 +40220960,alteplase 100 MG Injection,2011,2,1,1 +40220960,alteplase 100 MG Injection,2011,5,2,1 +40220960,alteplase 100 MG Injection,2012,3,1,1 +40220960,alteplase 100 MG Injection,2012,6,2,1 +40220960,alteplase 100 MG Injection,2012,7,2,1 +40220960,alteplase 100 MG Injection,2012,12,1,1 +40220960,alteplase 100 MG Injection,2013,1,1,1 +40220960,alteplase 100 MG Injection,2013,3,1,1 +40220960,alteplase 100 MG Injection,2013,4,1,1 +40220960,alteplase 100 MG Injection,2013,6,2,1 +40220960,alteplase 100 MG Injection,2013,7,3,1 +40220960,alteplase 100 MG Injection,2013,8,4,1 +40220960,alteplase 100 MG Injection,2013,9,1,1 +40220960,alteplase 100 MG Injection,2013,10,1,1 +40220960,alteplase 100 MG Injection,2013,11,1,1 +40220960,alteplase 100 MG Injection,2013,12,4,1 +40220960,alteplase 100 MG Injection,2014,1,3,1 +40220960,alteplase 100 MG Injection,2014,2,1,1 +40220960,alteplase 100 MG Injection,2014,3,2,1 +40220960,alteplase 100 MG Injection,2014,4,3,1 +40220960,alteplase 100 MG Injection,2014,5,3,1 +40220960,alteplase 100 MG Injection,2014,6,1,1 +40220960,alteplase 100 MG Injection,2014,7,3,1 +40220960,alteplase 100 MG Injection,2014,8,2,1 +40220960,alteplase 100 MG Injection,2014,9,4,1 +40220960,alteplase 100 MG Injection,2014,10,3,1 +40220960,alteplase 100 MG Injection,2014,11,4,1 +40220960,alteplase 100 MG Injection,2014,12,2,6 +40220960,alteplase 100 MG Injection,2015,1,5,1 +40220960,alteplase 100 MG Injection,2015,2,3,1 +40220960,alteplase 100 MG Injection,2015,3,5,1 +40220960,alteplase 100 MG Injection,2015,4,3,1 +40220960,alteplase 100 MG Injection,2015,5,6,1 +40220960,alteplase 100 MG Injection,2015,6,5,1 +40220960,alteplase 100 MG Injection,2015,7,7,1 +40220960,alteplase 100 MG Injection,2015,8,3,1 +40220960,alteplase 100 MG Injection,2015,9,2,1 +40220960,alteplase 100 MG Injection,2015,10,7,1 +40220960,alteplase 100 MG Injection,2015,11,4,1 +40220960,alteplase 100 MG Injection,2015,12,4,1 +40220960,alteplase 100 MG Injection,2016,1,4,1 +40220960,alteplase 100 MG Injection,2016,2,6,1 +40220960,alteplase 100 MG Injection,2016,3,3,1 +40220960,alteplase 100 MG Injection,2016,4,5,1 +40220960,alteplase 100 MG Injection,2016,5,4,1 +40220960,alteplase 100 MG Injection,2016,6,1,1 +40220960,alteplase 100 MG Injection,2016,7,2,1 +40220960,alteplase 100 MG Injection,2016,8,3,1 +40220960,alteplase 100 MG Injection,2016,9,4,1 +40220960,alteplase 100 MG Injection,2016,10,4,1 +40220960,alteplase 100 MG Injection,2016,11,4,1 +40220960,alteplase 100 MG Injection,2016,12,4,1 +40220960,alteplase 100 MG Injection,2017,1,7,1 +40220960,alteplase 100 MG Injection,2017,2,1,1 +40220960,alteplase 100 MG Injection,2017,3,5,1 +40220960,alteplase 100 MG Injection,2017,4,9,1 +40220960,alteplase 100 MG Injection,2017,5,3,1 +40220960,alteplase 100 MG Injection,2017,6,6,1 +40220960,alteplase 100 MG Injection,2017,7,5,1 +40220960,alteplase 100 MG Injection,2017,8,4,1 +40220960,alteplase 100 MG Injection,2017,9,6,1 +40220960,alteplase 100 MG Injection,2017,10,2,1 +40220960,alteplase 100 MG Injection,2017,11,5,1 +40220960,alteplase 100 MG Injection,2017,12,4,1 +40220960,alteplase 100 MG Injection,2018,1,5,1 +40220960,alteplase 100 MG Injection,2018,2,1,1 +40220960,alteplase 100 MG Injection,2018,3,3,1 +40220960,alteplase 100 MG Injection,2018,4,7,1 +40220960,alteplase 100 MG Injection,2018,5,7,1 +40220960,alteplase 100 MG Injection,2018,6,4,1 +40220960,alteplase 100 MG Injection,2018,7,3,1 +40220960,alteplase 100 MG Injection,2018,8,2,1 +40220960,alteplase 100 MG Injection,2018,9,6,1 +40220960,alteplase 100 MG Injection,2018,10,2,1 +40220960,alteplase 100 MG Injection,2018,11,4,1 +40220960,alteplase 100 MG Injection,2018,12,6,1 +40220960,alteplase 100 MG Injection,2019,1,6,1 +40220960,alteplase 100 MG Injection,2019,2,7,1 +40220960,alteplase 100 MG Injection,2019,3,4,1.25 +40220960,alteplase 100 MG Injection,2019,4,4,1 +40220960,alteplase 100 MG Injection,2019,5,6,1.1666666666666667 +40220960,alteplase 100 MG Injection,2019,6,2,1 +40220960,alteplase 100 MG Injection,2019,7,10,1 +40220960,alteplase 100 MG Injection,2019,8,6,1 +40220960,alteplase 100 MG Injection,2019,9,2,1 +40220960,alteplase 100 MG Injection,2019,10,6,1 +40220960,alteplase 100 MG Injection,2019,11,2,1 +40220960,alteplase 100 MG Injection,2019,12,7,1 +40220960,alteplase 100 MG Injection,2020,1,4,1 +40220960,alteplase 100 MG Injection,2020,2,7,1 +40220960,alteplase 100 MG Injection,2020,3,1,1 +40220960,alteplase 100 MG Injection,2020,4,4,1 +40220960,alteplase 100 MG Injection,2020,5,4,1 +40220960,alteplase 100 MG Injection,2020,6,2,1 +40220960,alteplase 100 MG Injection,2020,7,3,1 +40220960,alteplase 100 MG Injection,2020,8,6,1.1666666666666667 +40220960,alteplase 100 MG Injection,2020,9,3,1 +40220960,alteplase 100 MG Injection,2020,10,2,1 +40220960,alteplase 100 MG Injection,2020,11,6,1 +40220960,alteplase 100 MG Injection,2020,12,2,1 +40220960,alteplase 100 MG Injection,2021,1,3,1 +40220960,alteplase 100 MG Injection,2021,2,4,1 +40220960,alteplase 100 MG Injection,2021,3,7,1 +40220960,alteplase 100 MG Injection,2021,4,1,1 +40220960,alteplase 100 MG Injection,2021,5,7,1 +40220960,alteplase 100 MG Injection,2021,6,4,1 +40220960,alteplase 100 MG Injection,2021,7,5,1 +40220960,alteplase 100 MG Injection,2021,8,7,1 +40220960,alteplase 100 MG Injection,2021,9,3,1 +40220960,alteplase 100 MG Injection,2021,10,2,1 +40220960,alteplase 100 MG Injection,2021,11,2,1 +40220960,alteplase 100 MG Injection,2021,12,5,1 +40220960,alteplase 100 MG Injection,2022,1,1,1 +40220960,alteplase 100 MG Injection,2022,2,6,1 +40220960,alteplase 100 MG Injection,2022,3,8,1 +40220960,alteplase 100 MG Injection,2022,4,6,1 +40220960,alteplase 100 MG Injection,2022,5,7,1 +40220960,alteplase 100 MG Injection,2022,6,4,1 +40220960,alteplase 100 MG Injection,2022,7,7,1 +40220960,alteplase 100 MG Injection,2022,8,8,1 +40220960,alteplase 100 MG Injection,2022,9,2,1 +40220960,alteplase 100 MG Injection,2022,10,8,1 +40220960,alteplase 100 MG Injection,2022,11,6,1 +40220960,alteplase 100 MG Injection,2022,12,6,1 +40220960,alteplase 100 MG Injection,2023,1,6,1 +40220960,alteplase 100 MG Injection,2023,3,4,1 +40220960,alteplase 100 MG Injection,2023,4,10,1 +40220960,alteplase 100 MG Injection,2023,5,4,1 +40220960,alteplase 100 MG Injection,2023,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1960,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1962,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1963,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1967,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1973,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1979,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1984,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1986,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1995,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,1999,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,9,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,8,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,9,1,3 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,10,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,12,2,1.5 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,5,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,6,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,3,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,5,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,8,2,1.5 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,7,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,12,4,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,3,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,4,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,9,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,11,1,2 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,4,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,7,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,1,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,6,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,7,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,8,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,11,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,1,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,2,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,5,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,6,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,7,3,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,9,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,10,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,11,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,12,2,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,3,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,5,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,10,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,12,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,2,1,1 +40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1960,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1962,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1963,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1967,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1973,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1979,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1984,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1986,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1995,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,1999,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,9,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,8,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,9,1,3 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,10,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,12,2,1.5 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,5,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,6,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,3,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,5,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,8,2,1.5 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,7,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,12,4,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,3,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,4,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,9,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,11,1,2 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,4,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,7,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,1,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,6,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,7,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,8,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,11,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,1,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,2,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,5,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,6,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,7,3,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,9,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,10,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,11,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,12,2,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,3,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,5,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,10,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 +40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 +45766147,Appearance,2022,6,1,1 +45767945,Coronary artery stent,1941,6,1,1 +45767945,Coronary artery stent,1942,12,1,1 +45767945,Coronary artery stent,1943,8,1,1 +45767945,Coronary artery stent,1947,7,1,1 +45767945,Coronary artery stent,1948,7,1,1 +45767945,Coronary artery stent,1950,12,1,1 +45767945,Coronary artery stent,1951,5,1,1 +45767945,Coronary artery stent,1951,10,1,1 +45767945,Coronary artery stent,1952,9,1,1 +45767945,Coronary artery stent,1953,10,1,1 +45767945,Coronary artery stent,1955,6,1,1 +45767945,Coronary artery stent,1955,8,1,1 +45767945,Coronary artery stent,1956,1,1,1 +45767945,Coronary artery stent,1958,1,1,1 +45767945,Coronary artery stent,1958,4,1,1 +45767945,Coronary artery stent,1958,12,1,1 +45767945,Coronary artery stent,1960,7,1,1 +45767945,Coronary artery stent,1963,5,2,1 +45767945,Coronary artery stent,1963,6,1,1 +45767945,Coronary artery stent,1963,10,1,1 +45767945,Coronary artery stent,1965,7,2,1 +45767945,Coronary artery stent,1966,12,1,1 +45767945,Coronary artery stent,1967,1,1,1 +45767945,Coronary artery stent,1967,6,1,1 +45767945,Coronary artery stent,1967,8,1,1 +45767945,Coronary artery stent,1967,11,1,1 +45767945,Coronary artery stent,1968,4,1,1 +45767945,Coronary artery stent,1968,6,2,1 +45767945,Coronary artery stent,1969,6,1,1 +45767945,Coronary artery stent,1969,7,1,1 +45767945,Coronary artery stent,1969,11,1,1 +45767945,Coronary artery stent,1970,5,1,1 +45767945,Coronary artery stent,1970,9,1,2 +45767945,Coronary artery stent,1972,4,1,1 +45767945,Coronary artery stent,1974,5,1,1 +45767945,Coronary artery stent,1974,7,1,1 +45767945,Coronary artery stent,1975,3,1,1 +45767945,Coronary artery stent,1975,9,1,1 +45767945,Coronary artery stent,1975,11,2,1 +45767945,Coronary artery stent,1976,1,1,1 +45767945,Coronary artery stent,1976,3,1,1 +45767945,Coronary artery stent,1976,6,1,1 +45767945,Coronary artery stent,1976,10,2,1 +45767945,Coronary artery stent,1977,5,1,1 +45767945,Coronary artery stent,1977,10,1,1 +45767945,Coronary artery stent,1978,11,1,1 +45767945,Coronary artery stent,1979,1,1,1 +45767945,Coronary artery stent,1979,5,1,1 +45767945,Coronary artery stent,1980,2,2,1 +45767945,Coronary artery stent,1980,4,1,1 +45767945,Coronary artery stent,1980,6,1,1 +45767945,Coronary artery stent,1980,7,1,1 +45767945,Coronary artery stent,1980,8,1,1 +45767945,Coronary artery stent,1980,11,1,1 +45767945,Coronary artery stent,1981,1,1,1 +45767945,Coronary artery stent,1982,1,2,1 +45767945,Coronary artery stent,1982,4,1,1 +45767945,Coronary artery stent,1982,10,1,1 +45767945,Coronary artery stent,1983,4,1,1 +45767945,Coronary artery stent,1983,5,1,1 +45767945,Coronary artery stent,1983,9,1,1 +45767945,Coronary artery stent,1984,11,1,1 +45767945,Coronary artery stent,1985,3,2,1 +45767945,Coronary artery stent,1985,7,2,1 +45767945,Coronary artery stent,1986,4,1,1 +45767945,Coronary artery stent,1986,5,1,1 +45767945,Coronary artery stent,1986,12,1,1 +45767945,Coronary artery stent,1987,1,1,1 +45767945,Coronary artery stent,1987,3,1,1 +45767945,Coronary artery stent,1987,4,1,1 +45767945,Coronary artery stent,1987,5,1,1 +45767945,Coronary artery stent,1988,2,2,1 +45767945,Coronary artery stent,1988,7,1,1 +45767945,Coronary artery stent,1989,3,2,1 +45767945,Coronary artery stent,1989,8,1,1 +45767945,Coronary artery stent,1989,11,2,1 +45767945,Coronary artery stent,1990,1,1,1 +45767945,Coronary artery stent,1990,6,1,1 +45767945,Coronary artery stent,1990,8,1,1 +45767945,Coronary artery stent,1990,10,1,1 +45767945,Coronary artery stent,1990,12,2,1 +45767945,Coronary artery stent,1991,2,1,1 +45767945,Coronary artery stent,1991,9,2,1 +45767945,Coronary artery stent,1991,10,1,1 +45767945,Coronary artery stent,1991,11,2,1 +45767945,Coronary artery stent,1991,12,2,1 +45767945,Coronary artery stent,1993,4,1,1 +45767945,Coronary artery stent,1993,7,3,1 +45767945,Coronary artery stent,1993,8,1,2 +45767945,Coronary artery stent,1993,9,1,1 +45767945,Coronary artery stent,1993,10,2,1 +45767945,Coronary artery stent,1993,11,1,1 +45767945,Coronary artery stent,1994,4,1,1 +45767945,Coronary artery stent,1994,6,1,1 +45767945,Coronary artery stent,1994,7,1,1 +45767945,Coronary artery stent,1994,8,1,1 +45767945,Coronary artery stent,1994,9,2,1 +45767945,Coronary artery stent,1994,10,1,1 +45767945,Coronary artery stent,1994,12,3,1 +45767945,Coronary artery stent,1995,5,1,1 +45767945,Coronary artery stent,1996,4,1,1 +45767945,Coronary artery stent,1996,7,1,1 +45767945,Coronary artery stent,1996,8,3,1 +45767945,Coronary artery stent,1996,9,1,1 +45767945,Coronary artery stent,1996,10,1,1 +45767945,Coronary artery stent,1996,11,1,1 +45767945,Coronary artery stent,1996,12,2,1 +45767945,Coronary artery stent,1997,2,3,1.3333333333333333 +45767945,Coronary artery stent,1997,5,2,1 +45767945,Coronary artery stent,1997,7,1,1 +45767945,Coronary artery stent,1997,9,2,1 +45767945,Coronary artery stent,1997,10,1,1 +45767945,Coronary artery stent,1998,1,2,1 +45767945,Coronary artery stent,1998,3,2,1 +45767945,Coronary artery stent,1998,4,1,1 +45767945,Coronary artery stent,1998,5,1,1 +45767945,Coronary artery stent,1998,7,1,1 +45767945,Coronary artery stent,1998,9,2,1 +45767945,Coronary artery stent,1998,11,1,1 +45767945,Coronary artery stent,1999,1,2,1 +45767945,Coronary artery stent,1999,5,1,1 +45767945,Coronary artery stent,1999,6,1,1 +45767945,Coronary artery stent,1999,8,1,1 +45767945,Coronary artery stent,1999,12,3,1 +45767945,Coronary artery stent,2000,3,1,1 +45767945,Coronary artery stent,2000,4,1,1 +45767945,Coronary artery stent,2000,6,1,1 +45767945,Coronary artery stent,2000,7,1,1 +45767945,Coronary artery stent,2000,10,1,1 +45767945,Coronary artery stent,2000,11,2,1 +45767945,Coronary artery stent,2001,1,1,1 +45767945,Coronary artery stent,2001,2,1,1 +45767945,Coronary artery stent,2001,4,2,1 +45767945,Coronary artery stent,2001,5,3,1 +45767945,Coronary artery stent,2001,7,1,1 +45767945,Coronary artery stent,2001,8,1,1 +45767945,Coronary artery stent,2001,9,1,1 +45767945,Coronary artery stent,2001,10,1,1 +45767945,Coronary artery stent,2001,11,1,1 +45767945,Coronary artery stent,2002,1,2,1 +45767945,Coronary artery stent,2002,3,1,1 +45767945,Coronary artery stent,2002,4,1,1 +45767945,Coronary artery stent,2002,5,1,1 +45767945,Coronary artery stent,2002,7,4,1 +45767945,Coronary artery stent,2002,8,1,1 +45767945,Coronary artery stent,2002,10,2,1 +45767945,Coronary artery stent,2003,2,2,1 +45767945,Coronary artery stent,2003,3,1,1 +45767945,Coronary artery stent,2003,5,1,1 +45767945,Coronary artery stent,2003,6,1,1 +45767945,Coronary artery stent,2003,7,1,1 +45767945,Coronary artery stent,2003,9,1,1 +45767945,Coronary artery stent,2003,10,2,1 +45767945,Coronary artery stent,2003,11,1,1 +45767945,Coronary artery stent,2003,12,1,1 +45767945,Coronary artery stent,2004,1,2,1 +45767945,Coronary artery stent,2004,2,3,1 +45767945,Coronary artery stent,2004,3,2,1 +45767945,Coronary artery stent,2004,4,1,1 +45767945,Coronary artery stent,2004,5,1,1 +45767945,Coronary artery stent,2004,6,1,1 +45767945,Coronary artery stent,2004,7,2,1 +45767945,Coronary artery stent,2004,8,2,1 +45767945,Coronary artery stent,2004,10,2,1 +45767945,Coronary artery stent,2004,12,1,1 +45767945,Coronary artery stent,2005,2,1,1 +45767945,Coronary artery stent,2005,3,1,1 +45767945,Coronary artery stent,2005,4,4,1 +45767945,Coronary artery stent,2005,6,2,1 +45767945,Coronary artery stent,2005,8,2,1 +45767945,Coronary artery stent,2005,9,1,1 +45767945,Coronary artery stent,2005,10,1,1 +45767945,Coronary artery stent,2005,11,2,1 +45767945,Coronary artery stent,2006,2,2,1 +45767945,Coronary artery stent,2006,4,1,1 +45767945,Coronary artery stent,2006,5,1,1 +45767945,Coronary artery stent,2006,6,2,1 +45767945,Coronary artery stent,2006,8,2,1 +45767945,Coronary artery stent,2006,10,5,1 +45767945,Coronary artery stent,2007,1,3,1 +45767945,Coronary artery stent,2007,2,2,1 +45767945,Coronary artery stent,2007,3,2,1 +45767945,Coronary artery stent,2007,5,1,1 +45767945,Coronary artery stent,2007,6,2,1 +45767945,Coronary artery stent,2007,7,4,1 +45767945,Coronary artery stent,2007,9,1,1 +45767945,Coronary artery stent,2007,11,1,1 +45767945,Coronary artery stent,2007,12,1,1 +45767945,Coronary artery stent,2008,1,1,1 +45767945,Coronary artery stent,2008,2,2,1 +45767945,Coronary artery stent,2008,6,2,1 +45767945,Coronary artery stent,2008,8,1,1 +45767945,Coronary artery stent,2008,9,1,1 +45767945,Coronary artery stent,2008,10,2,1 +45767945,Coronary artery stent,2009,3,1,1 +45767945,Coronary artery stent,2009,4,1,1 +45767945,Coronary artery stent,2009,5,1,1 +45767945,Coronary artery stent,2009,6,1,1 +45767945,Coronary artery stent,2009,7,1,1 +45767945,Coronary artery stent,2009,8,1,1 +45767945,Coronary artery stent,2009,9,1,1 +45767945,Coronary artery stent,2009,10,1,1 +45767945,Coronary artery stent,2010,3,2,1 +45767945,Coronary artery stent,2010,6,1,1 +45767945,Coronary artery stent,2010,7,1,1 +45767945,Coronary artery stent,2010,8,2,1 +45767945,Coronary artery stent,2010,9,2,1 +45767945,Coronary artery stent,2010,10,1,1 +45767945,Coronary artery stent,2010,12,2,1 +45767945,Coronary artery stent,2011,5,3,1 +45767945,Coronary artery stent,2011,6,1,1 +45767945,Coronary artery stent,2011,7,1,1 +45767945,Coronary artery stent,2011,8,1,1 +45767945,Coronary artery stent,2011,9,2,1 +45767945,Coronary artery stent,2011,10,1,1 +45767945,Coronary artery stent,2011,12,1,1 +45767945,Coronary artery stent,2012,1,1,1 +45767945,Coronary artery stent,2012,3,1,1 +45767945,Coronary artery stent,2012,5,1,1 +45767945,Coronary artery stent,2012,6,1,1 +45767945,Coronary artery stent,2012,7,1,1 +45767945,Coronary artery stent,2012,9,2,1 +45767945,Coronary artery stent,2012,10,2,1 +45767945,Coronary artery stent,2013,3,1,1 +45767945,Coronary artery stent,2013,4,1,1 +45767945,Coronary artery stent,2013,6,2,1 +45767945,Coronary artery stent,2013,7,2,1 +45767945,Coronary artery stent,2013,9,1,1 +45767945,Coronary artery stent,2013,10,1,1 +45767945,Coronary artery stent,2013,11,1,1 +45767945,Coronary artery stent,2014,1,1,1 +45767945,Coronary artery stent,2014,2,1,1 +45767945,Coronary artery stent,2014,4,2,1 +45767945,Coronary artery stent,2014,5,2,1 +45767945,Coronary artery stent,2014,12,1,1 +45767945,Coronary artery stent,2015,1,2,1 +45767945,Coronary artery stent,2015,2,1,1 +45767945,Coronary artery stent,2015,4,1,1 +45767945,Coronary artery stent,2015,5,2,1 +45767945,Coronary artery stent,2015,6,1,1 +45767945,Coronary artery stent,2015,8,3,1 +45767945,Coronary artery stent,2015,9,1,1 +45767945,Coronary artery stent,2016,4,2,1 +45767945,Coronary artery stent,2016,5,4,1 +45767945,Coronary artery stent,2016,7,1,1 +45767945,Coronary artery stent,2016,8,3,1 +45767945,Coronary artery stent,2016,9,2,1 +45767945,Coronary artery stent,2016,10,3,1 +45767945,Coronary artery stent,2016,11,1,1 +45767945,Coronary artery stent,2016,12,4,1 +45767945,Coronary artery stent,2017,1,1,1 +45767945,Coronary artery stent,2017,2,1,1 +45767945,Coronary artery stent,2017,5,1,1 +45767945,Coronary artery stent,2017,8,4,1 +45767945,Coronary artery stent,2017,9,3,1 +45767945,Coronary artery stent,2017,10,1,1 +45767945,Coronary artery stent,2017,12,4,1 +45767945,Coronary artery stent,2018,2,1,1 +45767945,Coronary artery stent,2018,3,3,1 +45767945,Coronary artery stent,2018,4,1,1 +45767945,Coronary artery stent,2018,5,1,2 +45767945,Coronary artery stent,2018,6,3,1 +45767945,Coronary artery stent,2018,7,3,1.3333333333333333 +45767945,Coronary artery stent,2018,8,2,1 +45767945,Coronary artery stent,2018,9,1,2 +45767945,Coronary artery stent,2018,11,2,1 +45767945,Coronary artery stent,2018,12,1,1 +45767945,Coronary artery stent,2019,1,1,1 +45767945,Coronary artery stent,2019,3,1,1 +45767945,Coronary artery stent,2019,4,1,1 +45767945,Coronary artery stent,2019,5,2,1 +45767945,Coronary artery stent,2019,6,2,1 +45767945,Coronary artery stent,2019,7,2,1 +45767945,Coronary artery stent,2019,8,2,1 +45767945,Coronary artery stent,2019,9,1,1 +45767945,Coronary artery stent,2019,10,3,1 +45767945,Coronary artery stent,2019,11,1,1 +45767945,Coronary artery stent,2019,12,3,1 +45767945,Coronary artery stent,2020,1,3,1.3333333333333333 +45767945,Coronary artery stent,2020,3,1,1 +45767945,Coronary artery stent,2020,4,3,1 +45767945,Coronary artery stent,2020,7,3,1 +45767945,Coronary artery stent,2020,8,2,1 +45767945,Coronary artery stent,2020,9,1,1 +45767945,Coronary artery stent,2020,11,2,1 +45767945,Coronary artery stent,2020,12,2,1 +45767945,Coronary artery stent,2021,1,2,1 +45767945,Coronary artery stent,2021,4,2,1 +45767945,Coronary artery stent,2021,6,2,1 +45767945,Coronary artery stent,2021,7,2,1 +45767945,Coronary artery stent,2021,8,3,1 +45767945,Coronary artery stent,2021,9,3,1 +45767945,Coronary artery stent,2021,10,2,1 +45767945,Coronary artery stent,2021,11,4,1 +45767945,Coronary artery stent,2021,12,1,1 +45767945,Coronary artery stent,2022,2,1,1 +45767945,Coronary artery stent,2022,4,3,1 +45767945,Coronary artery stent,2022,5,1,1 +45767945,Coronary artery stent,2022,6,1,1 +45767945,Coronary artery stent,2022,7,2,1 +45767945,Coronary artery stent,2022,8,2,1 +45767945,Coronary artery stent,2022,9,1,1 +45767945,Coronary artery stent,2022,10,2,1 +45767945,Coronary artery stent,2022,11,1,1 +45767945,Coronary artery stent,2022,12,2,1 +45767945,Coronary artery stent,2023,1,3,1 +45767945,Coronary artery stent,2023,2,2,1 +45767945,Coronary artery stent,2023,4,2,1 +45767945,Coronary artery stent,2023,5,1,1 +45772840,Implantable cardiac pacemaker,1977,6,1,2 +45772840,Implantable cardiac pacemaker,1983,12,1,1 +45772840,Implantable cardiac pacemaker,1991,7,1,2 +45772840,Implantable cardiac pacemaker,1994,2,1,2 +45772840,Implantable cardiac pacemaker,1994,4,1,2 +45772840,Implantable cardiac pacemaker,1994,9,1,2 +45772840,Implantable cardiac pacemaker,1997,4,1,2 +45772840,Implantable cardiac pacemaker,1997,9,2,2 +45772840,Implantable cardiac pacemaker,1997,11,1,2 +45772840,Implantable cardiac pacemaker,1999,2,1,6 +45772840,Implantable cardiac pacemaker,2000,2,1,4 +45772840,Implantable cardiac pacemaker,2001,2,1,2 +45772840,Implantable cardiac pacemaker,2001,4,1,1 +45772840,Implantable cardiac pacemaker,2003,8,1,2 +45772840,Implantable cardiac pacemaker,2003,10,1,1 +45772840,Implantable cardiac pacemaker,2004,8,1,2 +45772840,Implantable cardiac pacemaker,2004,10,1,1 +45772840,Implantable cardiac pacemaker,2007,12,1,2 +45772840,Implantable cardiac pacemaker,2009,9,1,1 +45772840,Implantable cardiac pacemaker,2011,10,1,2 +45772840,Implantable cardiac pacemaker,2012,4,1,2 +45772840,Implantable cardiac pacemaker,2012,9,1,2 +45772840,Implantable cardiac pacemaker,2013,7,1,10 +45772840,Implantable cardiac pacemaker,2013,8,1,2 +45772840,Implantable cardiac pacemaker,2013,10,1,2 +45772840,Implantable cardiac pacemaker,2013,11,1,2 +45772840,Implantable cardiac pacemaker,2013,12,1,2 +45772840,Implantable cardiac pacemaker,2014,2,1,1 +45772840,Implantable cardiac pacemaker,2014,3,1,2 +45772840,Implantable cardiac pacemaker,2014,4,1,1 +45772840,Implantable cardiac pacemaker,2014,5,1,2 +45772840,Implantable cardiac pacemaker,2014,6,3,2 +45772840,Implantable cardiac pacemaker,2014,11,1,2 +45772840,Implantable cardiac pacemaker,2015,1,2,3.5 +45772840,Implantable cardiac pacemaker,2015,4,1,2 +45772840,Implantable cardiac pacemaker,2015,5,1,2 +45772840,Implantable cardiac pacemaker,2015,6,1,2 +45772840,Implantable cardiac pacemaker,2015,7,1,1 +45772840,Implantable cardiac pacemaker,2015,8,2,2 +45772840,Implantable cardiac pacemaker,2015,10,2,2.5 +45772840,Implantable cardiac pacemaker,2016,1,1,1 +45772840,Implantable cardiac pacemaker,2016,3,1,2 +45772840,Implantable cardiac pacemaker,2016,4,1,2 +45772840,Implantable cardiac pacemaker,2016,5,3,1.6666666666666667 +45772840,Implantable cardiac pacemaker,2016,7,1,2 +45772840,Implantable cardiac pacemaker,2016,9,2,1.5 +45772840,Implantable cardiac pacemaker,2016,10,1,2 +45772840,Implantable cardiac pacemaker,2016,11,3,1.6666666666666667 +45772840,Implantable cardiac pacemaker,2017,2,1,1 +45772840,Implantable cardiac pacemaker,2017,3,3,1.3333333333333333 +45772840,Implantable cardiac pacemaker,2017,4,2,2 +45772840,Implantable cardiac pacemaker,2017,6,2,2 +45772840,Implantable cardiac pacemaker,2017,8,2,13 +45772840,Implantable cardiac pacemaker,2017,9,1,2 +45772840,Implantable cardiac pacemaker,2017,10,1,1 +45772840,Implantable cardiac pacemaker,2018,1,1,1 +45772840,Implantable cardiac pacemaker,2018,3,2,2 +45772840,Implantable cardiac pacemaker,2018,4,2,1.5 +45772840,Implantable cardiac pacemaker,2018,5,1,2 +45772840,Implantable cardiac pacemaker,2018,8,2,1.5 +45772840,Implantable cardiac pacemaker,2018,12,2,1.5 +45772840,Implantable cardiac pacemaker,2019,1,1,1 +45772840,Implantable cardiac pacemaker,2019,6,1,1 +45772840,Implantable cardiac pacemaker,2019,7,3,2 +45772840,Implantable cardiac pacemaker,2019,8,1,2 +45772840,Implantable cardiac pacemaker,2019,10,1,2 +45772840,Implantable cardiac pacemaker,2020,1,2,2.5 +45772840,Implantable cardiac pacemaker,2020,3,2,1.5 +45772840,Implantable cardiac pacemaker,2020,4,2,1.5 +45772840,Implantable cardiac pacemaker,2020,7,1,2 +45772840,Implantable cardiac pacemaker,2020,8,1,6 +45772840,Implantable cardiac pacemaker,2020,10,1,1 +45772840,Implantable cardiac pacemaker,2020,12,3,2.333333333333333 +45772840,Implantable cardiac pacemaker,2021,3,4,1.75 +45772840,Implantable cardiac pacemaker,2021,6,1,1 +45772840,Implantable cardiac pacemaker,2021,7,4,1.5 +45772840,Implantable cardiac pacemaker,2021,8,1,2 +45772840,Implantable cardiac pacemaker,2021,9,1,2 +45772840,Implantable cardiac pacemaker,2021,10,1,2 +45772840,Implantable cardiac pacemaker,2021,11,3,2.6666666666666665 +45772840,Implantable cardiac pacemaker,2021,12,1,6 +45772840,Implantable cardiac pacemaker,2022,3,1,3 +45772840,Implantable cardiac pacemaker,2022,4,2,2 +45772840,Implantable cardiac pacemaker,2022,5,2,2 +45772840,Implantable cardiac pacemaker,2022,7,1,2 +45772840,Implantable cardiac pacemaker,2022,10,1,1 +45772840,Implantable cardiac pacemaker,2022,12,2,1.5 +45772840,Implantable cardiac pacemaker,2023,1,2,6 +45772840,Implantable cardiac pacemaker,2023,4,1,2 +46275916,1 ML epinephrine 1 MG/ML Injection,1955,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1955,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1960,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1962,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1963,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1967,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1973,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1979,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1984,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1986,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1988,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1988,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1990,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1990,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1991,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1992,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1992,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1994,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1994,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1995,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1996,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1996,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1997,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1997,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1998,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1998,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,1999,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2000,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2001,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2001,9,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2002,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2003,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2004,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,8,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2005,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2006,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2007,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2007,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2008,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2008,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2009,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2010,9,1,3 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2011,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2012,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,10,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2013,12,2,1.5 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,5,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,6,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2014,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2015,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,3,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,5,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,8,2,1.5 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2016,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,7,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2017,12,4,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,3,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,4,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,9,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,11,1,2 +46275916,1 ML epinephrine 1 MG/ML Injection,2018,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,4,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,7,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2019,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,1,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,6,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,7,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,8,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,11,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2020,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,1,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,2,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,5,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,6,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,7,3,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,9,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,10,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,11,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2021,12,2,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,3,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,5,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,10,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2022,12,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2023,2,1,1 +46275916,1 ML epinephrine 1 MG/ML Injection,2023,4,1,1 diff --git a/tests/testthat/_snaps/utils_get_data/summary_stats.csv b/tests/testthat/_snaps/utils_get_data/summary_stats.csv index aa8eda7..21a1cf9 100644 --- a/tests/testthat/_snaps/utils_get_data/summary_stats.csv +++ b/tests/testthat/_snaps/utils_get_data/summary_stats.csv @@ -1,15 +1,20 @@ -"","concept_id","summary_attribute","value_as_string","value_as_number" -"1",4108450,"mean",NA,0.666666686534882 -"2",4108450,"sd",NA,0 -"3",4216746,"mean",NA,8 -"4",4216746,"sd",NA,0 -"5",4248525,"mean",NA,132.8 -"6",4248525,"sd",NA,21.2532350478698 -"7",4353713,"mean",NA,5.66666666666667 -"8",4353713,"sd",NA,1.15470053837925 -"9",4353717,"mean",NA,12.7999998728434 -"10",4353717,"sd",NA,3.46986975389699 -"11",4353843,"mean",NA,128.833333333333 -"12",4353843,"sd",NA,23.6593885522569 -"13",4354252,"mean",NA,123.666666666667 -"14",4354252,"sd",NA,9.99333110962839 +concept_id,concept_name,summary_attribute,value_as_number,value_as_string +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present +4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA +4108450,Inspiration/expiration time ratio,sd,0,NA +4128111,T - Tumor stage,frequency,1,NA +4128111,T - Tumor stage,frequency,1,NA +4216746,Positive end expiratory pressure setting,mean,8,NA +4216746,Positive end expiratory pressure setting,sd,0,NA +4248525,Lying systolic blood pressure,mean,132.8,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA +4257036,Antenatal hepatitis B blood screening test status,frequency,3,Hepatitis B screening offered +4353713,Positive end expiratory pressure,mean,5.666666666666667,NA +4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA +4353717,Ventilator delivered minute volume,mean,12.8,NA +4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666669,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628397,NA +45766147,Appearance,frequency,1,Well nourished From dc6dd43f2b87bff97067f6067a96f2926bdf6cac Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:32:29 +0100 Subject: [PATCH 27/33] Just do a simple `arrange()` across all columns to order data --- dev/test_db/produce_test_data.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 5e6f2ab..5663f5a 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -15,16 +15,17 @@ con <- DBI::dbConnect( withr::defer(DBI::dbDisconnect(con)) # Function to write results from a table to the test data folder -write_results <- function(con, table, order_by = "") { +write_results <- function(con, table) { schema <- Sys.getenv("TEST_DB_RESULTS_SCHEMA") # Get all rows from the table - query <- glue::glue("SELECT * FROM {schema}.{table} {order_by};") + query <- glue::glue("SELECT * FROM {schema}.{table}") # Run the query and write results path <- here::here(glue::glue("inst/test_data/{table}.csv")) cli::cli_alert_info("Writing {table} to {path}") con |> DBI::dbGetQuery(query) |> - write_csv(file = path) + arrange(across(everything())) |> + readr::write_csv(file = path) } # Write all results to the test data folder From 9997728ff50ade640dcdc84666ffd28afc994aca Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:32:41 +0100 Subject: [PATCH 28/33] Clean up code --- dev/test_db/produce_test_data.R | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 5663f5a..54d2e17 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -1,8 +1,6 @@ cli::cli_h1("Producing test data") -suppressPackageStartupMessages( - library(tidyverse) -) +library(dplyr) dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") @@ -29,8 +27,7 @@ write_results <- function(con, table) { } # Write all results to the test data folder -con |> write_results("calypso_concepts", "ORDER BY concept_id") -con |> write_results("calypso_monthly_counts", "ORDER BY concept_id, date_year, date_month") -con |> write_results("calypso_summary_stats", "ORDER BY concept_id, summary_attribute") +table_names <- c("calypso_concepts", "calypso_monthly_counts", "calypso_summary_stats") +purrr::walk(table_names, write_results, con = con) cli::cli_alert_success("Test data produced") From 92b91e494c5a250bab1c9dc514d176e3c3affa5a Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:05:43 +0100 Subject: [PATCH 29/33] Reduce test data size --- dev/test_db/produce_test_data.R | 36 +- inst/test_data/calypso_concepts.csv | 56 +- inst/test_data/calypso_monthly_counts.csv | 12054 +--------------- inst/test_data/calypso_summary_stats.csv | 19 +- .../_snaps/utils_get_data/concepts_table.csv | 56 +- .../_snaps/utils_get_data/monthly_counts.csv | 12054 +--------------- .../_snaps/utils_get_data/summary_stats.csv | 19 +- 7 files changed, 79 insertions(+), 24215 deletions(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 54d2e17..4298857 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -1,6 +1,8 @@ cli::cli_h1("Producing test data") -library(dplyr) +suppressPackageStartupMessages({ + library(dplyr) +}) dir <- Sys.getenv("EUNOMIA_DATA_FOLDER") name <- Sys.getenv("TEST_DB_NAME") @@ -13,21 +15,37 @@ con <- DBI::dbConnect( withr::defer(DBI::dbDisconnect(con)) # Function to write results from a table to the test data folder -write_results <- function(con, table) { +read_table <- function(con, table) { schema <- Sys.getenv("TEST_DB_RESULTS_SCHEMA") # Get all rows from the table query <- glue::glue("SELECT * FROM {schema}.{table}") # Run the query and write results - path <- here::here(glue::glue("inst/test_data/{table}.csv")) - cli::cli_alert_info("Writing {table} to {path}") con |> - DBI::dbGetQuery(query) |> - arrange(across(everything())) |> - readr::write_csv(file = path) + DBI::dbGetQuery(query) } -# Write all results to the test data folder +# Get the relevant tables and filter table_names <- c("calypso_concepts", "calypso_monthly_counts", "calypso_summary_stats") -purrr::walk(table_names, write_results, con = con) +tables <- purrr::map(table_names, read_table, con = con) +names(tables) <- table_names + +# Keep only concepts for which we have summary statistics +keep_concepts <- tables$calypso_summary_stats$concept_id +tables <- purrr::map(tables, ~ .x[.x$concept_id %in% keep_concepts, ]) + +# Keep only data from 2019 onwards +monthly_counts <- tables$calypso_monthly_counts +filtered_monthly <- monthly_counts[monthly_counts$date_year >= 2019, ] +tables$calypso_monthly_counts <- filtered_monthly + +# Filter the other tables to match the concepts left over after year filtering +tables <- purrr::map(tables, ~ .x[.x$concept_id %in% filtered_monthly$concept_id, ]) + +# Write all results to the test data folder +purrr::iwalk(tables, function(tbl, name) { + path <- here::here(glue::glue("inst/test_data/{name}.csv")) + cli::cli_alert_info("Writing {name} to {path}") + readr::write_csv(tbl, file = path) +}) cli::cli_alert_success("Test data produced") diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv index f15a72e..c4f9a3b 100644 --- a/inst/test_data/calypso_concepts.csv +++ b/inst/test_data/calypso_concepts.csv @@ -1,58 +1,10 @@ concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code -313217,Atrial fibrillation,SNOMED,Condition,Clinical Finding,S,49436004 -317576,Coronary arteriosclerosis,SNOMED,Condition,Clinical Finding,S,53741008 -321042,Cardiac arrest,SNOMED,Condition,Clinical Finding,S,410429000 -381316,Cerebrovascular accident,SNOMED,Condition,Clinical Finding,S,230690007 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,RxNorm,Drug,Quant Clinical Drug,S,834357 -1332419,amlodipine 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197361 -1539411,simvastatin 20 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,312961 -1545959,atorvastatin 80 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,259255 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 -4057420,Catheter ablation of tissue of heart,SNOMED,Procedure,Procedure,S,18286008 -4078793,Direct current cardioversion,SNOMED,Procedure,Procedure,S,180325003 4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 -4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,SNOMED,Procedure,Procedure,S,433112001 -4216130,Percutaneous coronary intervention,SNOMED,Procedure,Procedure,S,415070008 -4216746,Positive end expiratory pressure setting,SNOMED,Observation,Observable Entity,S,416595007 -4217646,Implantable defibrillator,SNOMED,Device,Physical Object,S,72506001 -4230911,Echocardiography,SNOMED,Procedure,Procedure,S,40701008 -4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 -4257036,Antenatal hepatitis B blood screening test status,SNOMED,Observation,Clinical Finding,S,408823004 -4329847,Myocardial infarction,SNOMED,Condition,Clinical Finding,S,22298006 -4336464,Coronary artery bypass graft,SNOMED,Procedure,Procedure,S,232717009 4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 -4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 -19018935,digoxin 0.125 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197604 -19075601,clopidogrel 75 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,309362 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,RxNorm,Drug,Clinical Drug,S,705129 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,833036 -40163554,warfarin sodium 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,855332 -40171902,verapamil hydrochloride 40 MG,RxNorm,Drug,Clinical Drug Comp,S,897718 -40213154,"Influenza, seasonal, injectable, preservative free",CVX,Drug,CVX,S,140 -40213160,"poliovirus vaccine, inactivated",CVX,Drug,CVX,S,10 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",CVX,Drug,CVX,S,114 -40213183,"measles, mumps and rubella virus vaccine",CVX,Drug,CVX,S,03 -40213198,"pneumococcal conjugate vaccine, 13 valent",CVX,Drug,CVX,S,133 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",CVX,Drug,CVX,S,33 -40213216,"rotavirus, live, monovalent vaccine",CVX,Drug,CVX,S,119 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",CVX,Drug,CVX,S,113 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",CVX,Drug,CVX,S,115 -40213251,varicella virus vaccine,CVX,Drug,CVX,S,21 -40213260,"zoster vaccine, live",CVX,Drug,CVX,S,121 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",CVX,Drug,CVX,S,20 -40213296,"hepatitis A vaccine, adult dosage",CVX,Drug,CVX,S,52 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",CVX,Drug,CVX,S,83 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",CVX,Drug,CVX,S,08 -40213306,"hepatitis B vaccine, adult dosage",CVX,Drug,CVX,S,43 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",CVX,Drug,CVX,S,49 -40213320,"human papilloma virus vaccine, quadrivalent",CVX,Drug,CVX,S,62 -40220960,alteplase 100 MG Injection,RxNorm,Drug,Clinical Drug,S,1804799 -40243436,1 ML atropine sulfate 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1190795 -40492359,Insertion of biventricular implantable cardioverter defibrillator,SNOMED,Procedure,Procedure,S,447365002 +4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 -45767945,Coronary artery stent,SNOMED,Device,Physical Object,S,705643001 -45772840,Implantable cardiac pacemaker,SNOMED,Device,Physical Object,S,706004007 -46275916,1 ML epinephrine 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1660014 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index 48d76d9..b760489 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -1,12049 +1,23 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person -313217,Atrial fibrillation,1970,3,1,1 -313217,Atrial fibrillation,1970,9,1,1 -313217,Atrial fibrillation,1971,9,1,1 -313217,Atrial fibrillation,1974,10,1,1 -313217,Atrial fibrillation,1975,7,1,1 -313217,Atrial fibrillation,1975,12,2,1 -313217,Atrial fibrillation,1977,5,2,1 -313217,Atrial fibrillation,1977,6,1,1 -313217,Atrial fibrillation,1977,7,1,1 -313217,Atrial fibrillation,1978,12,1,1 -313217,Atrial fibrillation,1979,4,2,1 -313217,Atrial fibrillation,1979,11,1,1 -313217,Atrial fibrillation,1980,3,1,1 -313217,Atrial fibrillation,1980,11,1,1 -313217,Atrial fibrillation,1981,3,1,1 -313217,Atrial fibrillation,1981,4,1,1 -313217,Atrial fibrillation,1981,7,1,1 -313217,Atrial fibrillation,1981,12,1,1 -313217,Atrial fibrillation,1982,6,1,1 -313217,Atrial fibrillation,1982,8,1,1 -313217,Atrial fibrillation,1982,12,2,1 -313217,Atrial fibrillation,1983,1,1,1 -313217,Atrial fibrillation,1983,7,2,1 -313217,Atrial fibrillation,1983,12,2,1 -313217,Atrial fibrillation,1984,2,1,1 -313217,Atrial fibrillation,1984,3,1,1 -313217,Atrial fibrillation,1984,5,1,1 -313217,Atrial fibrillation,1984,7,1,1 -313217,Atrial fibrillation,1984,8,1,1 -313217,Atrial fibrillation,1984,10,1,1 -313217,Atrial fibrillation,1984,11,1,1 -313217,Atrial fibrillation,1984,12,1,1 -313217,Atrial fibrillation,1985,3,1,1 -313217,Atrial fibrillation,1985,4,1,1 -313217,Atrial fibrillation,1985,5,1,1 -313217,Atrial fibrillation,1985,6,1,1 -313217,Atrial fibrillation,1986,4,1,1 -313217,Atrial fibrillation,1986,5,1,1 -313217,Atrial fibrillation,1986,9,1,1 -313217,Atrial fibrillation,1986,11,1,1 -313217,Atrial fibrillation,1987,1,2,1 -313217,Atrial fibrillation,1987,5,3,1 -313217,Atrial fibrillation,1987,10,1,1 -313217,Atrial fibrillation,1987,11,1,1 -313217,Atrial fibrillation,1988,1,1,1 -313217,Atrial fibrillation,1988,6,1,1 -313217,Atrial fibrillation,1989,4,1,1 -313217,Atrial fibrillation,1989,5,1,1 -313217,Atrial fibrillation,1989,6,1,1 -313217,Atrial fibrillation,1989,7,1,1 -313217,Atrial fibrillation,1989,10,1,1 -313217,Atrial fibrillation,1990,1,2,1 -313217,Atrial fibrillation,1990,2,1,1 -313217,Atrial fibrillation,1990,5,3,1 -313217,Atrial fibrillation,1990,6,2,1 -313217,Atrial fibrillation,1990,8,1,1 -313217,Atrial fibrillation,1990,12,2,1 -313217,Atrial fibrillation,1991,1,1,1 -313217,Atrial fibrillation,1991,2,1,1 -313217,Atrial fibrillation,1991,3,1,1 -313217,Atrial fibrillation,1991,4,1,1 -313217,Atrial fibrillation,1991,5,1,1 -313217,Atrial fibrillation,1991,6,2,1 -313217,Atrial fibrillation,1991,7,1,1 -313217,Atrial fibrillation,1991,8,4,1 -313217,Atrial fibrillation,1991,10,2,1 -313217,Atrial fibrillation,1992,1,1,1 -313217,Atrial fibrillation,1992,3,1,1 -313217,Atrial fibrillation,1992,7,1,1 -313217,Atrial fibrillation,1992,8,2,1 -313217,Atrial fibrillation,1992,9,2,1 -313217,Atrial fibrillation,1992,10,1,1 -313217,Atrial fibrillation,1993,1,1,1 -313217,Atrial fibrillation,1993,2,2,1 -313217,Atrial fibrillation,1993,5,1,1 -313217,Atrial fibrillation,1993,6,1,1 -313217,Atrial fibrillation,1993,7,1,1 -313217,Atrial fibrillation,1993,10,2,1 -313217,Atrial fibrillation,1993,11,1,1 -313217,Atrial fibrillation,1994,3,1,1 -313217,Atrial fibrillation,1994,4,1,1 -313217,Atrial fibrillation,1994,6,2,1 -313217,Atrial fibrillation,1994,8,1,1 -313217,Atrial fibrillation,1994,9,1,1 -313217,Atrial fibrillation,1994,12,2,1 -313217,Atrial fibrillation,1995,3,1,1 -313217,Atrial fibrillation,1995,6,1,1 -313217,Atrial fibrillation,1995,7,1,1 -313217,Atrial fibrillation,1995,9,2,1 -313217,Atrial fibrillation,1995,11,1,1 -313217,Atrial fibrillation,1995,12,3,1 -313217,Atrial fibrillation,1996,3,1,1 -313217,Atrial fibrillation,1996,6,2,1 -313217,Atrial fibrillation,1996,7,1,1 -313217,Atrial fibrillation,1996,8,1,1 -313217,Atrial fibrillation,1996,10,3,1 -313217,Atrial fibrillation,1996,12,1,1 -313217,Atrial fibrillation,1997,1,1,1 -313217,Atrial fibrillation,1997,5,3,1 -313217,Atrial fibrillation,1997,6,2,1 -313217,Atrial fibrillation,1997,8,2,1 -313217,Atrial fibrillation,1997,9,5,1 -313217,Atrial fibrillation,1997,10,1,1 -313217,Atrial fibrillation,1998,2,3,1 -313217,Atrial fibrillation,1998,3,2,1 -313217,Atrial fibrillation,1998,4,2,1 -313217,Atrial fibrillation,1998,6,2,1 -313217,Atrial fibrillation,1998,8,3,1 -313217,Atrial fibrillation,1998,10,1,1 -313217,Atrial fibrillation,1998,11,1,1 -313217,Atrial fibrillation,1998,12,1,1 -313217,Atrial fibrillation,1999,2,1,1 -313217,Atrial fibrillation,1999,4,1,1 -313217,Atrial fibrillation,1999,5,2,1 -313217,Atrial fibrillation,1999,6,1,1 -313217,Atrial fibrillation,1999,7,2,1 -313217,Atrial fibrillation,1999,9,1,1 -313217,Atrial fibrillation,1999,11,2,1 -313217,Atrial fibrillation,2000,1,2,1 -313217,Atrial fibrillation,2000,2,4,1 -313217,Atrial fibrillation,2000,3,5,1 -313217,Atrial fibrillation,2000,6,2,1 -313217,Atrial fibrillation,2000,7,1,1 -313217,Atrial fibrillation,2000,8,2,1 -313217,Atrial fibrillation,2000,10,1,1 -313217,Atrial fibrillation,2000,11,3,1 -313217,Atrial fibrillation,2000,12,1,1 -313217,Atrial fibrillation,2001,2,1,1 -313217,Atrial fibrillation,2001,4,2,1 -313217,Atrial fibrillation,2001,6,4,1 -313217,Atrial fibrillation,2001,7,2,1 -313217,Atrial fibrillation,2001,9,1,1 -313217,Atrial fibrillation,2001,10,1,1 -313217,Atrial fibrillation,2001,12,1,1 -313217,Atrial fibrillation,2002,1,3,1 -313217,Atrial fibrillation,2002,2,1,1 -313217,Atrial fibrillation,2002,3,3,1 -313217,Atrial fibrillation,2002,5,3,1 -313217,Atrial fibrillation,2002,6,3,1 -313217,Atrial fibrillation,2002,7,1,1 -313217,Atrial fibrillation,2002,8,1,1 -313217,Atrial fibrillation,2002,9,1,1 -313217,Atrial fibrillation,2002,12,4,1 -313217,Atrial fibrillation,2003,1,3,1 -313217,Atrial fibrillation,2003,2,4,1 -313217,Atrial fibrillation,2003,5,4,1 -313217,Atrial fibrillation,2003,6,3,1 -313217,Atrial fibrillation,2003,8,2,1 -313217,Atrial fibrillation,2003,9,2,1 -313217,Atrial fibrillation,2003,10,1,1 -313217,Atrial fibrillation,2003,11,1,1 -313217,Atrial fibrillation,2003,12,1,1 -313217,Atrial fibrillation,2004,1,3,1 -313217,Atrial fibrillation,2004,2,1,1 -313217,Atrial fibrillation,2004,3,2,1 -313217,Atrial fibrillation,2004,4,2,1 -313217,Atrial fibrillation,2004,5,2,1 -313217,Atrial fibrillation,2004,6,1,1 -313217,Atrial fibrillation,2004,7,3,1 -313217,Atrial fibrillation,2004,8,3,1 -313217,Atrial fibrillation,2004,10,2,1 -313217,Atrial fibrillation,2004,11,2,1 -313217,Atrial fibrillation,2004,12,2,1 -313217,Atrial fibrillation,2005,1,1,1 -313217,Atrial fibrillation,2005,2,1,1 -313217,Atrial fibrillation,2005,3,3,1 -313217,Atrial fibrillation,2005,4,2,1 -313217,Atrial fibrillation,2005,5,1,1 -313217,Atrial fibrillation,2005,6,1,1 -313217,Atrial fibrillation,2005,7,1,1 -313217,Atrial fibrillation,2005,9,3,1 -313217,Atrial fibrillation,2005,10,1,1 -313217,Atrial fibrillation,2005,12,2,1 -313217,Atrial fibrillation,2006,1,2,1 -313217,Atrial fibrillation,2006,2,2,1 -313217,Atrial fibrillation,2006,3,1,1 -313217,Atrial fibrillation,2006,4,4,1 -313217,Atrial fibrillation,2006,6,1,1 -313217,Atrial fibrillation,2006,7,2,1 -313217,Atrial fibrillation,2006,8,1,1 -313217,Atrial fibrillation,2006,9,3,1 -313217,Atrial fibrillation,2006,10,2,1 -313217,Atrial fibrillation,2006,11,1,1 -313217,Atrial fibrillation,2006,12,2,1 -313217,Atrial fibrillation,2007,2,2,1 -313217,Atrial fibrillation,2007,3,1,1 -313217,Atrial fibrillation,2007,4,3,1 -313217,Atrial fibrillation,2007,6,3,1 -313217,Atrial fibrillation,2007,9,1,1 -313217,Atrial fibrillation,2007,10,2,1 -313217,Atrial fibrillation,2007,11,2,1 -313217,Atrial fibrillation,2007,12,4,1 -313217,Atrial fibrillation,2008,1,1,1 -313217,Atrial fibrillation,2008,2,1,1 -313217,Atrial fibrillation,2008,3,4,1 -313217,Atrial fibrillation,2008,5,3,1 -313217,Atrial fibrillation,2008,6,1,1 -313217,Atrial fibrillation,2008,7,2,1 -313217,Atrial fibrillation,2008,8,2,1 -313217,Atrial fibrillation,2008,9,2,1 -313217,Atrial fibrillation,2008,10,2,1 -313217,Atrial fibrillation,2008,11,1,1 -313217,Atrial fibrillation,2009,1,5,1 -313217,Atrial fibrillation,2009,2,1,1 -313217,Atrial fibrillation,2009,3,4,1 -313217,Atrial fibrillation,2009,4,4,1 -313217,Atrial fibrillation,2009,5,1,1 -313217,Atrial fibrillation,2009,6,2,1 -313217,Atrial fibrillation,2009,7,2,1 -313217,Atrial fibrillation,2009,8,2,1 -313217,Atrial fibrillation,2009,9,4,1 -313217,Atrial fibrillation,2009,10,2,1 -313217,Atrial fibrillation,2009,11,2,1 -313217,Atrial fibrillation,2009,12,3,1 -313217,Atrial fibrillation,2010,1,1,1 -313217,Atrial fibrillation,2010,2,3,1 -313217,Atrial fibrillation,2010,3,1,1 -313217,Atrial fibrillation,2010,4,2,1 -313217,Atrial fibrillation,2010,5,4,1 -313217,Atrial fibrillation,2010,6,2,1 -313217,Atrial fibrillation,2010,7,1,1 -313217,Atrial fibrillation,2010,9,3,1 -313217,Atrial fibrillation,2010,10,2,1 -313217,Atrial fibrillation,2010,11,1,1 -313217,Atrial fibrillation,2011,1,6,1 -313217,Atrial fibrillation,2011,2,1,1 -313217,Atrial fibrillation,2011,3,1,1 -313217,Atrial fibrillation,2011,4,2,1 -313217,Atrial fibrillation,2011,5,1,1 -313217,Atrial fibrillation,2011,6,2,1 -313217,Atrial fibrillation,2011,7,4,1 -313217,Atrial fibrillation,2011,8,2,1 -313217,Atrial fibrillation,2011,9,4,1 -313217,Atrial fibrillation,2011,10,3,1 -313217,Atrial fibrillation,2011,11,1,1 -313217,Atrial fibrillation,2011,12,2,1 -313217,Atrial fibrillation,2012,1,3,1 -313217,Atrial fibrillation,2012,2,1,1 -313217,Atrial fibrillation,2012,3,2,1 -313217,Atrial fibrillation,2012,4,3,1 -313217,Atrial fibrillation,2012,5,2,1 -313217,Atrial fibrillation,2012,6,1,1 -313217,Atrial fibrillation,2012,7,2,1 -313217,Atrial fibrillation,2012,8,1,1 -313217,Atrial fibrillation,2012,9,5,1 -313217,Atrial fibrillation,2012,10,2,1 -313217,Atrial fibrillation,2012,11,2,1 -313217,Atrial fibrillation,2012,12,5,1 -313217,Atrial fibrillation,2013,2,2,1 -313217,Atrial fibrillation,2013,3,3,1 -313217,Atrial fibrillation,2013,4,2,1 -313217,Atrial fibrillation,2013,6,2,1 -313217,Atrial fibrillation,2013,7,2,1 -313217,Atrial fibrillation,2013,8,1,1 -313217,Atrial fibrillation,2013,9,1,1 -313217,Atrial fibrillation,2013,10,3,1 -313217,Atrial fibrillation,2013,11,2,1 -313217,Atrial fibrillation,2013,12,3,1 -313217,Atrial fibrillation,2014,1,2,1 -313217,Atrial fibrillation,2014,2,4,1 -313217,Atrial fibrillation,2014,3,1,1 -313217,Atrial fibrillation,2014,4,2,1 -313217,Atrial fibrillation,2014,5,3,1 -313217,Atrial fibrillation,2014,6,2,1 -313217,Atrial fibrillation,2014,7,6,1 -313217,Atrial fibrillation,2014,8,6,1 -313217,Atrial fibrillation,2014,9,1,1 -313217,Atrial fibrillation,2014,10,1,1 -313217,Atrial fibrillation,2014,11,3,1 -313217,Atrial fibrillation,2014,12,4,1 -313217,Atrial fibrillation,2015,1,2,1 -313217,Atrial fibrillation,2015,2,3,1 -313217,Atrial fibrillation,2015,3,6,1 -313217,Atrial fibrillation,2015,4,2,1 -313217,Atrial fibrillation,2015,5,5,1 -313217,Atrial fibrillation,2015,6,2,1 -313217,Atrial fibrillation,2015,7,4,1 -313217,Atrial fibrillation,2015,8,1,1 -313217,Atrial fibrillation,2015,9,5,1 -313217,Atrial fibrillation,2015,10,2,1 -313217,Atrial fibrillation,2015,11,3,1 -313217,Atrial fibrillation,2015,12,1,1 -313217,Atrial fibrillation,2016,1,4,1 -313217,Atrial fibrillation,2016,2,2,1 -313217,Atrial fibrillation,2016,3,1,1 -313217,Atrial fibrillation,2016,4,2,1 -313217,Atrial fibrillation,2016,5,6,1 -313217,Atrial fibrillation,2016,6,3,1 -313217,Atrial fibrillation,2016,7,3,1 -313217,Atrial fibrillation,2016,8,4,1 -313217,Atrial fibrillation,2016,9,1,1 -313217,Atrial fibrillation,2016,10,2,1 -313217,Atrial fibrillation,2016,12,1,1 -313217,Atrial fibrillation,2017,1,2,1 -313217,Atrial fibrillation,2017,2,1,1 -313217,Atrial fibrillation,2017,3,4,1 -313217,Atrial fibrillation,2017,4,3,1 -313217,Atrial fibrillation,2017,5,4,1 -313217,Atrial fibrillation,2017,6,5,1 -313217,Atrial fibrillation,2017,8,4,1 -313217,Atrial fibrillation,2017,9,1,1 -313217,Atrial fibrillation,2017,10,4,1 -313217,Atrial fibrillation,2017,11,3,1 -313217,Atrial fibrillation,2017,12,2,1 -313217,Atrial fibrillation,2018,1,1,1 -313217,Atrial fibrillation,2018,2,2,1 -313217,Atrial fibrillation,2018,3,5,1 -313217,Atrial fibrillation,2018,4,4,1 -313217,Atrial fibrillation,2018,5,1,1 -313217,Atrial fibrillation,2018,6,2,1 -313217,Atrial fibrillation,2018,7,2,1 -313217,Atrial fibrillation,2018,8,7,1 -313217,Atrial fibrillation,2018,9,1,1 -313217,Atrial fibrillation,2018,10,4,1 -313217,Atrial fibrillation,2018,11,3,1 -313217,Atrial fibrillation,2018,12,4,1 -313217,Atrial fibrillation,2019,1,3,1 -313217,Atrial fibrillation,2019,2,2,1 -313217,Atrial fibrillation,2019,3,2,1 -313217,Atrial fibrillation,2019,4,2,1 -313217,Atrial fibrillation,2019,5,4,1 -313217,Atrial fibrillation,2019,6,3,1 -313217,Atrial fibrillation,2019,7,3,1 -313217,Atrial fibrillation,2019,8,4,1 -313217,Atrial fibrillation,2019,9,3,1 -313217,Atrial fibrillation,2019,10,4,1 -313217,Atrial fibrillation,2019,11,2,1 -313217,Atrial fibrillation,2019,12,2,1 -313217,Atrial fibrillation,2020,1,6,1 -313217,Atrial fibrillation,2020,2,1,1 -313217,Atrial fibrillation,2020,3,2,1 -313217,Atrial fibrillation,2020,4,1,1 -313217,Atrial fibrillation,2020,5,3,1 -313217,Atrial fibrillation,2020,6,5,1 -313217,Atrial fibrillation,2020,7,2,1 -313217,Atrial fibrillation,2020,8,7,1 -313217,Atrial fibrillation,2020,9,2,1 -313217,Atrial fibrillation,2020,10,4,1 -313217,Atrial fibrillation,2020,11,5,1 -313217,Atrial fibrillation,2020,12,5,1 -313217,Atrial fibrillation,2021,1,3,1 -313217,Atrial fibrillation,2021,2,1,1 -313217,Atrial fibrillation,2021,3,3,1 -313217,Atrial fibrillation,2021,4,3,1 -313217,Atrial fibrillation,2021,5,4,1 -313217,Atrial fibrillation,2021,6,1,1 -313217,Atrial fibrillation,2021,7,6,1 -313217,Atrial fibrillation,2021,8,2,1 -313217,Atrial fibrillation,2021,9,3,1 -313217,Atrial fibrillation,2021,10,4,1 -313217,Atrial fibrillation,2021,11,3,1 -313217,Atrial fibrillation,2021,12,3,1 -313217,Atrial fibrillation,2022,1,4,1 -313217,Atrial fibrillation,2022,2,8,1 -313217,Atrial fibrillation,2022,3,4,1 -313217,Atrial fibrillation,2022,4,7,1 -313217,Atrial fibrillation,2022,5,7,1 -313217,Atrial fibrillation,2022,6,3,1 -313217,Atrial fibrillation,2022,7,5,1 -313217,Atrial fibrillation,2022,8,4,1 -313217,Atrial fibrillation,2022,9,2,1 -313217,Atrial fibrillation,2022,10,6,1 -313217,Atrial fibrillation,2022,11,2,1 -313217,Atrial fibrillation,2022,12,4,1 -313217,Atrial fibrillation,2023,1,1,1 -313217,Atrial fibrillation,2023,2,3,1 -313217,Atrial fibrillation,2023,3,3,1 -313217,Atrial fibrillation,2023,4,4,1 -313217,Atrial fibrillation,2023,5,3,1 -313217,Atrial fibrillation,2023,6,2,1 -317576,Coronary arteriosclerosis,1933,3,1,1 -317576,Coronary arteriosclerosis,1933,6,1,1 -317576,Coronary arteriosclerosis,1934,6,1,1 -317576,Coronary arteriosclerosis,1934,12,1,1 -317576,Coronary arteriosclerosis,1935,10,1,1 -317576,Coronary arteriosclerosis,1935,11,1,1 -317576,Coronary arteriosclerosis,1936,4,1,1 -317576,Coronary arteriosclerosis,1939,3,1,1 -317576,Coronary arteriosclerosis,1939,10,1,1 -317576,Coronary arteriosclerosis,1940,8,1,1 -317576,Coronary arteriosclerosis,1941,3,1,1 -317576,Coronary arteriosclerosis,1941,4,1,1 -317576,Coronary arteriosclerosis,1942,6,1,1 -317576,Coronary arteriosclerosis,1943,3,1,1 -317576,Coronary arteriosclerosis,1943,4,1,1 -317576,Coronary arteriosclerosis,1943,8,1,1 -317576,Coronary arteriosclerosis,1943,10,1,1 -317576,Coronary arteriosclerosis,1944,8,1,1 -317576,Coronary arteriosclerosis,1945,10,1,1 -317576,Coronary arteriosclerosis,1946,11,1,1 -317576,Coronary arteriosclerosis,1947,3,1,1 -317576,Coronary arteriosclerosis,1948,2,1,1 -317576,Coronary arteriosclerosis,1948,10,1,1 -317576,Coronary arteriosclerosis,1950,3,1,1 -317576,Coronary arteriosclerosis,1950,7,1,1 -317576,Coronary arteriosclerosis,1951,3,1,1 -317576,Coronary arteriosclerosis,1951,10,3,1 -317576,Coronary arteriosclerosis,1952,2,2,1 -317576,Coronary arteriosclerosis,1952,3,1,1 -317576,Coronary arteriosclerosis,1952,12,1,1 -317576,Coronary arteriosclerosis,1953,3,2,1 -317576,Coronary arteriosclerosis,1954,5,1,1 -317576,Coronary arteriosclerosis,1954,6,1,1 -317576,Coronary arteriosclerosis,1954,9,1,1 -317576,Coronary arteriosclerosis,1954,10,1,1 -317576,Coronary arteriosclerosis,1954,12,1,1 -317576,Coronary arteriosclerosis,1955,3,1,1 -317576,Coronary arteriosclerosis,1955,4,1,1 -317576,Coronary arteriosclerosis,1955,6,1,1 -317576,Coronary arteriosclerosis,1955,9,1,1 -317576,Coronary arteriosclerosis,1957,11,2,1 -317576,Coronary arteriosclerosis,1958,3,1,1 -317576,Coronary arteriosclerosis,1958,6,1,1 -317576,Coronary arteriosclerosis,1959,5,1,1 -317576,Coronary arteriosclerosis,1959,6,2,1 -317576,Coronary arteriosclerosis,1960,9,1,1 -317576,Coronary arteriosclerosis,1960,11,1,1 -317576,Coronary arteriosclerosis,1960,12,2,1 -317576,Coronary arteriosclerosis,1961,2,2,1 -317576,Coronary arteriosclerosis,1961,8,1,1 -317576,Coronary arteriosclerosis,1962,3,1,1 -317576,Coronary arteriosclerosis,1962,4,1,1 -317576,Coronary arteriosclerosis,1962,11,1,1 -317576,Coronary arteriosclerosis,1963,3,1,1 -317576,Coronary arteriosclerosis,1963,6,1,1 -317576,Coronary arteriosclerosis,1963,7,1,1 -317576,Coronary arteriosclerosis,1964,5,1,1 -317576,Coronary arteriosclerosis,1964,6,2,1 -317576,Coronary arteriosclerosis,1964,7,1,1 -317576,Coronary arteriosclerosis,1964,10,3,1 -317576,Coronary arteriosclerosis,1964,11,1,1 -317576,Coronary arteriosclerosis,1965,7,1,1 -317576,Coronary arteriosclerosis,1965,8,1,1 -317576,Coronary arteriosclerosis,1965,9,2,1 -317576,Coronary arteriosclerosis,1966,7,1,1 -317576,Coronary arteriosclerosis,1966,12,1,1 -317576,Coronary arteriosclerosis,1967,3,2,1 -317576,Coronary arteriosclerosis,1967,5,1,1 -317576,Coronary arteriosclerosis,1967,7,1,1 -317576,Coronary arteriosclerosis,1967,9,1,1 -317576,Coronary arteriosclerosis,1967,11,1,1 -317576,Coronary arteriosclerosis,1968,2,1,1 -317576,Coronary arteriosclerosis,1968,3,1,1 -317576,Coronary arteriosclerosis,1968,8,1,1 -317576,Coronary arteriosclerosis,1968,12,1,1 -317576,Coronary arteriosclerosis,1969,1,1,1 -317576,Coronary arteriosclerosis,1969,3,1,1 -317576,Coronary arteriosclerosis,1969,5,1,1 -317576,Coronary arteriosclerosis,1969,6,1,1 -317576,Coronary arteriosclerosis,1969,8,2,1 -317576,Coronary arteriosclerosis,1969,10,2,1 -317576,Coronary arteriosclerosis,1970,1,1,1 -317576,Coronary arteriosclerosis,1970,5,2,1 -317576,Coronary arteriosclerosis,1970,7,1,1 -317576,Coronary arteriosclerosis,1970,10,1,1 -317576,Coronary arteriosclerosis,1970,12,1,1 -317576,Coronary arteriosclerosis,1971,3,1,1 -317576,Coronary arteriosclerosis,1971,4,1,1 -317576,Coronary arteriosclerosis,1971,5,1,1 -317576,Coronary arteriosclerosis,1971,9,3,1 -317576,Coronary arteriosclerosis,1971,11,1,1 -317576,Coronary arteriosclerosis,1972,4,1,1 -317576,Coronary arteriosclerosis,1972,9,1,1 -317576,Coronary arteriosclerosis,1972,10,1,1 -317576,Coronary arteriosclerosis,1973,6,1,1 -317576,Coronary arteriosclerosis,1973,7,1,1 -317576,Coronary arteriosclerosis,1973,8,2,1 -317576,Coronary arteriosclerosis,1973,9,1,1 -317576,Coronary arteriosclerosis,1974,1,2,1 -317576,Coronary arteriosclerosis,1974,3,2,1 -317576,Coronary arteriosclerosis,1974,9,1,1 -317576,Coronary arteriosclerosis,1974,10,2,1 -317576,Coronary arteriosclerosis,1975,2,1,1 -317576,Coronary arteriosclerosis,1975,12,1,1 -317576,Coronary arteriosclerosis,1976,2,1,1 -317576,Coronary arteriosclerosis,1976,4,1,1 -317576,Coronary arteriosclerosis,1976,5,1,1 -317576,Coronary arteriosclerosis,1976,8,1,1 -317576,Coronary arteriosclerosis,1977,1,2,1 -317576,Coronary arteriosclerosis,1977,3,1,1 -317576,Coronary arteriosclerosis,1978,6,2,1 -317576,Coronary arteriosclerosis,1978,10,1,1 -317576,Coronary arteriosclerosis,1978,11,1,1 -317576,Coronary arteriosclerosis,1979,8,1,1 -317576,Coronary arteriosclerosis,1979,12,1,1 -317576,Coronary arteriosclerosis,1980,2,2,1 -317576,Coronary arteriosclerosis,1980,4,1,1 -317576,Coronary arteriosclerosis,1980,5,2,1 -317576,Coronary arteriosclerosis,1980,6,2,1 -317576,Coronary arteriosclerosis,1980,7,1,1 -317576,Coronary arteriosclerosis,1981,3,1,1 -317576,Coronary arteriosclerosis,1981,4,1,1 -317576,Coronary arteriosclerosis,1981,6,1,1 -317576,Coronary arteriosclerosis,1981,8,1,1 -317576,Coronary arteriosclerosis,1981,10,1,1 -317576,Coronary arteriosclerosis,1981,11,1,1 -317576,Coronary arteriosclerosis,1982,4,2,1 -317576,Coronary arteriosclerosis,1982,6,1,1 -317576,Coronary arteriosclerosis,1982,7,1,1 -317576,Coronary arteriosclerosis,1982,9,1,1 -317576,Coronary arteriosclerosis,1982,10,2,1 -317576,Coronary arteriosclerosis,1982,12,3,1 -317576,Coronary arteriosclerosis,1983,1,2,1 -317576,Coronary arteriosclerosis,1983,3,4,1 -317576,Coronary arteriosclerosis,1983,4,1,1 -317576,Coronary arteriosclerosis,1983,5,1,1 -317576,Coronary arteriosclerosis,1983,6,2,1 -317576,Coronary arteriosclerosis,1983,7,2,1 -317576,Coronary arteriosclerosis,1983,8,2,1 -317576,Coronary arteriosclerosis,1983,9,1,1 -317576,Coronary arteriosclerosis,1983,11,1,1 -317576,Coronary arteriosclerosis,1984,1,1,1 -317576,Coronary arteriosclerosis,1984,3,1,1 -317576,Coronary arteriosclerosis,1984,4,1,1 -317576,Coronary arteriosclerosis,1984,5,1,1 -317576,Coronary arteriosclerosis,1984,6,1,1 -317576,Coronary arteriosclerosis,1984,8,1,1 -317576,Coronary arteriosclerosis,1984,9,1,1 -317576,Coronary arteriosclerosis,1984,10,1,1 -317576,Coronary arteriosclerosis,1985,4,3,1 -317576,Coronary arteriosclerosis,1985,7,1,1 -317576,Coronary arteriosclerosis,1985,8,1,1 -317576,Coronary arteriosclerosis,1985,9,1,1 -317576,Coronary arteriosclerosis,1985,10,1,1 -317576,Coronary arteriosclerosis,1985,12,1,1 -317576,Coronary arteriosclerosis,1986,1,1,1 -317576,Coronary arteriosclerosis,1986,3,1,1 -317576,Coronary arteriosclerosis,1986,5,1,1 -317576,Coronary arteriosclerosis,1986,7,2,1 -317576,Coronary arteriosclerosis,1986,8,1,1 -317576,Coronary arteriosclerosis,1986,9,1,1 -317576,Coronary arteriosclerosis,1986,11,1,1 -317576,Coronary arteriosclerosis,1986,12,3,1 -317576,Coronary arteriosclerosis,1987,1,2,1 -317576,Coronary arteriosclerosis,1987,2,1,1 -317576,Coronary arteriosclerosis,1987,4,2,1 -317576,Coronary arteriosclerosis,1987,5,2,1 -317576,Coronary arteriosclerosis,1987,6,2,1 -317576,Coronary arteriosclerosis,1987,7,2,1 -317576,Coronary arteriosclerosis,1987,8,1,1 -317576,Coronary arteriosclerosis,1987,9,1,1 -317576,Coronary arteriosclerosis,1987,10,2,1 -317576,Coronary arteriosclerosis,1988,2,1,1 -317576,Coronary arteriosclerosis,1988,3,3,1 -317576,Coronary arteriosclerosis,1988,4,1,1 -317576,Coronary arteriosclerosis,1988,5,2,1 -317576,Coronary arteriosclerosis,1988,8,2,1 -317576,Coronary arteriosclerosis,1988,10,1,1 -317576,Coronary arteriosclerosis,1988,11,2,1 -317576,Coronary arteriosclerosis,1988,12,1,1 -317576,Coronary arteriosclerosis,1989,3,3,1 -317576,Coronary arteriosclerosis,1989,4,2,1 -317576,Coronary arteriosclerosis,1989,5,2,1 -317576,Coronary arteriosclerosis,1989,7,1,1 -317576,Coronary arteriosclerosis,1989,8,1,1 -317576,Coronary arteriosclerosis,1989,9,2,1 -317576,Coronary arteriosclerosis,1989,10,3,1 -317576,Coronary arteriosclerosis,1989,11,2,1 -317576,Coronary arteriosclerosis,1989,12,1,1 -317576,Coronary arteriosclerosis,1990,1,1,1 -317576,Coronary arteriosclerosis,1990,2,1,1 -317576,Coronary arteriosclerosis,1990,3,2,1 -317576,Coronary arteriosclerosis,1990,5,2,1 -317576,Coronary arteriosclerosis,1990,6,4,1 -317576,Coronary arteriosclerosis,1990,7,1,1 -317576,Coronary arteriosclerosis,1990,8,2,1 -317576,Coronary arteriosclerosis,1990,9,1,1 -317576,Coronary arteriosclerosis,1990,11,1,1 -317576,Coronary arteriosclerosis,1990,12,1,1 -317576,Coronary arteriosclerosis,1991,3,1,1 -317576,Coronary arteriosclerosis,1991,5,1,1 -317576,Coronary arteriosclerosis,1991,6,3,1 -317576,Coronary arteriosclerosis,1991,7,5,1 -317576,Coronary arteriosclerosis,1991,8,4,1 -317576,Coronary arteriosclerosis,1991,9,1,1 -317576,Coronary arteriosclerosis,1991,10,3,1 -317576,Coronary arteriosclerosis,1991,11,1,1 -317576,Coronary arteriosclerosis,1991,12,3,1 -317576,Coronary arteriosclerosis,1992,1,2,1 -317576,Coronary arteriosclerosis,1992,3,3,1 -317576,Coronary arteriosclerosis,1992,4,1,1 -317576,Coronary arteriosclerosis,1992,5,1,1 -317576,Coronary arteriosclerosis,1992,6,4,1 -317576,Coronary arteriosclerosis,1992,7,1,1 -317576,Coronary arteriosclerosis,1992,8,1,1 -317576,Coronary arteriosclerosis,1992,9,2,1 -317576,Coronary arteriosclerosis,1992,10,1,1 -317576,Coronary arteriosclerosis,1992,11,1,1 -317576,Coronary arteriosclerosis,1992,12,1,1 -317576,Coronary arteriosclerosis,1993,1,2,1 -317576,Coronary arteriosclerosis,1993,2,1,1 -317576,Coronary arteriosclerosis,1993,3,2,1 -317576,Coronary arteriosclerosis,1993,4,1,1 -317576,Coronary arteriosclerosis,1993,5,2,1 -317576,Coronary arteriosclerosis,1993,6,2,1 -317576,Coronary arteriosclerosis,1993,7,1,1 -317576,Coronary arteriosclerosis,1993,8,1,1 -317576,Coronary arteriosclerosis,1993,9,2,1 -317576,Coronary arteriosclerosis,1993,11,1,1 -317576,Coronary arteriosclerosis,1994,1,1,1 -317576,Coronary arteriosclerosis,1994,2,3,1 -317576,Coronary arteriosclerosis,1994,4,2,1 -317576,Coronary arteriosclerosis,1994,7,1,1 -317576,Coronary arteriosclerosis,1994,8,1,1 -317576,Coronary arteriosclerosis,1994,9,4,1 -317576,Coronary arteriosclerosis,1994,10,2,1 -317576,Coronary arteriosclerosis,1994,11,5,1 -317576,Coronary arteriosclerosis,1994,12,1,1 -317576,Coronary arteriosclerosis,1995,1,3,1 -317576,Coronary arteriosclerosis,1995,2,1,1 -317576,Coronary arteriosclerosis,1995,4,4,1 -317576,Coronary arteriosclerosis,1995,5,1,1 -317576,Coronary arteriosclerosis,1995,6,4,1 -317576,Coronary arteriosclerosis,1995,8,1,1 -317576,Coronary arteriosclerosis,1995,9,1,1 -317576,Coronary arteriosclerosis,1995,10,1,1 -317576,Coronary arteriosclerosis,1995,11,3,1 -317576,Coronary arteriosclerosis,1995,12,3,1 -317576,Coronary arteriosclerosis,1996,1,3,1 -317576,Coronary arteriosclerosis,1996,2,2,1 -317576,Coronary arteriosclerosis,1996,4,3,1 -317576,Coronary arteriosclerosis,1996,5,1,1 -317576,Coronary arteriosclerosis,1996,6,4,1 -317576,Coronary arteriosclerosis,1996,7,2,1 -317576,Coronary arteriosclerosis,1996,8,1,1 -317576,Coronary arteriosclerosis,1996,9,3,1 -317576,Coronary arteriosclerosis,1996,10,2,1 -317576,Coronary arteriosclerosis,1996,11,4,1 -317576,Coronary arteriosclerosis,1997,1,4,1 -317576,Coronary arteriosclerosis,1997,2,1,1 -317576,Coronary arteriosclerosis,1997,3,1,1 -317576,Coronary arteriosclerosis,1997,4,1,1 -317576,Coronary arteriosclerosis,1997,5,1,1 -317576,Coronary arteriosclerosis,1997,6,2,1 -317576,Coronary arteriosclerosis,1997,7,4,1 -317576,Coronary arteriosclerosis,1997,9,2,1 -317576,Coronary arteriosclerosis,1997,11,1,1 -317576,Coronary arteriosclerosis,1997,12,1,1 -317576,Coronary arteriosclerosis,1998,1,2,1 -317576,Coronary arteriosclerosis,1998,2,2,1 -317576,Coronary arteriosclerosis,1998,3,3,1 -317576,Coronary arteriosclerosis,1998,6,2,1 -317576,Coronary arteriosclerosis,1998,7,1,1 -317576,Coronary arteriosclerosis,1998,8,5,1 -317576,Coronary arteriosclerosis,1998,9,2,1 -317576,Coronary arteriosclerosis,1998,10,1,1 -317576,Coronary arteriosclerosis,1998,11,1,1 -317576,Coronary arteriosclerosis,1998,12,3,1 -317576,Coronary arteriosclerosis,1999,1,4,1 -317576,Coronary arteriosclerosis,1999,2,2,1 -317576,Coronary arteriosclerosis,1999,3,2,1 -317576,Coronary arteriosclerosis,1999,4,1,1 -317576,Coronary arteriosclerosis,1999,5,3,1 -317576,Coronary arteriosclerosis,1999,6,2,1 -317576,Coronary arteriosclerosis,1999,7,1,1 -317576,Coronary arteriosclerosis,1999,8,3,1 -317576,Coronary arteriosclerosis,1999,9,2,1 -317576,Coronary arteriosclerosis,1999,10,3,1 -317576,Coronary arteriosclerosis,1999,11,3,1 -317576,Coronary arteriosclerosis,1999,12,3,1 -317576,Coronary arteriosclerosis,2000,1,4,1 -317576,Coronary arteriosclerosis,2000,3,2,1 -317576,Coronary arteriosclerosis,2000,4,1,1 -317576,Coronary arteriosclerosis,2000,5,1,1 -317576,Coronary arteriosclerosis,2000,6,4,1 -317576,Coronary arteriosclerosis,2000,7,1,1 -317576,Coronary arteriosclerosis,2000,8,2,1 -317576,Coronary arteriosclerosis,2000,9,1,1 -317576,Coronary arteriosclerosis,2000,10,3,1 -317576,Coronary arteriosclerosis,2000,11,2,1 -317576,Coronary arteriosclerosis,2000,12,4,1 -317576,Coronary arteriosclerosis,2001,1,3,1 -317576,Coronary arteriosclerosis,2001,2,3,1 -317576,Coronary arteriosclerosis,2001,3,2,1 -317576,Coronary arteriosclerosis,2001,4,3,1 -317576,Coronary arteriosclerosis,2001,5,2,1 -317576,Coronary arteriosclerosis,2001,6,3,1 -317576,Coronary arteriosclerosis,2001,7,5,1 -317576,Coronary arteriosclerosis,2001,8,3,1 -317576,Coronary arteriosclerosis,2001,9,2,1 -317576,Coronary arteriosclerosis,2001,10,2,1 -317576,Coronary arteriosclerosis,2001,11,1,1 -317576,Coronary arteriosclerosis,2001,12,5,1 -317576,Coronary arteriosclerosis,2002,3,3,1 -317576,Coronary arteriosclerosis,2002,4,3,1 -317576,Coronary arteriosclerosis,2002,5,5,1 -317576,Coronary arteriosclerosis,2002,6,1,1 -317576,Coronary arteriosclerosis,2002,7,6,1 -317576,Coronary arteriosclerosis,2002,8,2,1 -317576,Coronary arteriosclerosis,2002,9,1,1 -317576,Coronary arteriosclerosis,2002,10,1,1 -317576,Coronary arteriosclerosis,2002,11,3,1 -317576,Coronary arteriosclerosis,2002,12,2,1 -317576,Coronary arteriosclerosis,2003,1,3,1 -317576,Coronary arteriosclerosis,2003,2,1,1 -317576,Coronary arteriosclerosis,2003,3,3,1 -317576,Coronary arteriosclerosis,2003,4,2,1 -317576,Coronary arteriosclerosis,2003,5,2,1 -317576,Coronary arteriosclerosis,2003,6,1,1 -317576,Coronary arteriosclerosis,2003,7,3,1 -317576,Coronary arteriosclerosis,2003,8,1,1 -317576,Coronary arteriosclerosis,2003,9,5,1 -317576,Coronary arteriosclerosis,2003,10,4,1 -317576,Coronary arteriosclerosis,2003,11,4,1 -317576,Coronary arteriosclerosis,2003,12,3,1 -317576,Coronary arteriosclerosis,2004,1,1,1 -317576,Coronary arteriosclerosis,2004,2,2,1 -317576,Coronary arteriosclerosis,2004,3,4,1 -317576,Coronary arteriosclerosis,2004,5,3,1 -317576,Coronary arteriosclerosis,2004,6,4,1 -317576,Coronary arteriosclerosis,2004,7,4,1 -317576,Coronary arteriosclerosis,2004,8,1,1 -317576,Coronary arteriosclerosis,2004,9,2,1 -317576,Coronary arteriosclerosis,2004,11,2,1 -317576,Coronary arteriosclerosis,2004,12,3,1 -317576,Coronary arteriosclerosis,2005,2,8,1 -317576,Coronary arteriosclerosis,2005,3,2,1 -317576,Coronary arteriosclerosis,2005,4,3,1 -317576,Coronary arteriosclerosis,2005,5,2,1 -317576,Coronary arteriosclerosis,2005,6,4,1 -317576,Coronary arteriosclerosis,2005,8,3,1 -317576,Coronary arteriosclerosis,2005,9,4,1 -317576,Coronary arteriosclerosis,2005,10,2,1 -317576,Coronary arteriosclerosis,2005,11,6,1 -317576,Coronary arteriosclerosis,2006,1,5,1 -317576,Coronary arteriosclerosis,2006,2,3,1 -317576,Coronary arteriosclerosis,2006,3,2,1 -317576,Coronary arteriosclerosis,2006,5,4,1 -317576,Coronary arteriosclerosis,2006,6,4,1 -317576,Coronary arteriosclerosis,2006,7,3,1 -317576,Coronary arteriosclerosis,2006,8,2,1 -317576,Coronary arteriosclerosis,2006,9,1,1 -317576,Coronary arteriosclerosis,2006,11,1,1 -317576,Coronary arteriosclerosis,2006,12,4,1 -317576,Coronary arteriosclerosis,2007,1,3,1 -317576,Coronary arteriosclerosis,2007,2,1,1 -317576,Coronary arteriosclerosis,2007,3,4,1 -317576,Coronary arteriosclerosis,2007,4,5,1 -317576,Coronary arteriosclerosis,2007,5,4,1 -317576,Coronary arteriosclerosis,2007,6,1,1 -317576,Coronary arteriosclerosis,2007,7,2,1 -317576,Coronary arteriosclerosis,2007,8,5,1 -317576,Coronary arteriosclerosis,2007,9,3,1 -317576,Coronary arteriosclerosis,2007,11,3,1 -317576,Coronary arteriosclerosis,2007,12,2,1 -317576,Coronary arteriosclerosis,2008,1,2,1 -317576,Coronary arteriosclerosis,2008,2,1,1 -317576,Coronary arteriosclerosis,2008,3,3,1 -317576,Coronary arteriosclerosis,2008,4,4,1 -317576,Coronary arteriosclerosis,2008,5,3,1 -317576,Coronary arteriosclerosis,2008,6,1,1 -317576,Coronary arteriosclerosis,2008,7,4,1 -317576,Coronary arteriosclerosis,2008,9,3,1 -317576,Coronary arteriosclerosis,2008,10,6,1 -317576,Coronary arteriosclerosis,2008,11,2,1 -317576,Coronary arteriosclerosis,2008,12,1,1 -317576,Coronary arteriosclerosis,2009,1,2,1 -317576,Coronary arteriosclerosis,2009,2,2,1 -317576,Coronary arteriosclerosis,2009,3,2,1 -317576,Coronary arteriosclerosis,2009,4,2,1 -317576,Coronary arteriosclerosis,2009,6,3,1 -317576,Coronary arteriosclerosis,2009,7,2,1 -317576,Coronary arteriosclerosis,2009,8,2,1 -317576,Coronary arteriosclerosis,2009,9,3,1 -317576,Coronary arteriosclerosis,2009,10,2,1 -317576,Coronary arteriosclerosis,2009,11,2,1 -317576,Coronary arteriosclerosis,2009,12,1,1 -317576,Coronary arteriosclerosis,2010,2,3,1 -317576,Coronary arteriosclerosis,2010,3,2,1 -317576,Coronary arteriosclerosis,2010,4,1,1 -317576,Coronary arteriosclerosis,2010,5,2,1 -317576,Coronary arteriosclerosis,2010,6,4,1 -317576,Coronary arteriosclerosis,2010,7,3,1 -317576,Coronary arteriosclerosis,2010,8,4,1 -317576,Coronary arteriosclerosis,2010,9,3,1 -317576,Coronary arteriosclerosis,2010,10,4,1 -317576,Coronary arteriosclerosis,2010,11,4,1 -317576,Coronary arteriosclerosis,2010,12,4,1 -317576,Coronary arteriosclerosis,2011,1,5,1 -317576,Coronary arteriosclerosis,2011,3,3,1 -317576,Coronary arteriosclerosis,2011,5,2,1 -317576,Coronary arteriosclerosis,2011,6,2,1 -317576,Coronary arteriosclerosis,2011,7,3,1 -317576,Coronary arteriosclerosis,2011,8,3,1 -317576,Coronary arteriosclerosis,2011,9,6,1 -317576,Coronary arteriosclerosis,2011,10,2,1 -317576,Coronary arteriosclerosis,2011,11,1,1 -317576,Coronary arteriosclerosis,2011,12,5,1 -317576,Coronary arteriosclerosis,2012,1,3,1 -317576,Coronary arteriosclerosis,2012,2,2,1 -317576,Coronary arteriosclerosis,2012,3,4,1 -317576,Coronary arteriosclerosis,2012,4,5,1 -317576,Coronary arteriosclerosis,2012,5,4,1 -317576,Coronary arteriosclerosis,2012,6,1,1 -317576,Coronary arteriosclerosis,2012,7,6,1 -317576,Coronary arteriosclerosis,2012,8,6,1 -317576,Coronary arteriosclerosis,2012,9,3,1 -317576,Coronary arteriosclerosis,2012,10,4,1 -317576,Coronary arteriosclerosis,2012,11,4,1 -317576,Coronary arteriosclerosis,2012,12,2,1 -317576,Coronary arteriosclerosis,2013,1,3,1 -317576,Coronary arteriosclerosis,2013,2,1,1 -317576,Coronary arteriosclerosis,2013,3,6,1 -317576,Coronary arteriosclerosis,2013,4,4,1 -317576,Coronary arteriosclerosis,2013,5,4,1 -317576,Coronary arteriosclerosis,2013,6,4,1 -317576,Coronary arteriosclerosis,2013,7,2,1 -317576,Coronary arteriosclerosis,2013,8,2,1 -317576,Coronary arteriosclerosis,2013,9,2,1 -317576,Coronary arteriosclerosis,2013,10,4,1 -317576,Coronary arteriosclerosis,2013,11,2,1 -317576,Coronary arteriosclerosis,2013,12,1,1 -317576,Coronary arteriosclerosis,2014,1,6,1 -317576,Coronary arteriosclerosis,2014,3,2,1 -317576,Coronary arteriosclerosis,2014,4,4,1 -317576,Coronary arteriosclerosis,2014,5,5,1 -317576,Coronary arteriosclerosis,2014,6,4,1 -317576,Coronary arteriosclerosis,2014,8,2,1 -317576,Coronary arteriosclerosis,2014,9,4,1 -317576,Coronary arteriosclerosis,2014,10,5,1 -317576,Coronary arteriosclerosis,2014,11,4,1 -317576,Coronary arteriosclerosis,2014,12,2,1 -317576,Coronary arteriosclerosis,2015,1,3,1 -317576,Coronary arteriosclerosis,2015,2,2,1 -317576,Coronary arteriosclerosis,2015,3,7,1 -317576,Coronary arteriosclerosis,2015,4,8,1 -317576,Coronary arteriosclerosis,2015,5,4,1 -317576,Coronary arteriosclerosis,2015,6,2,1 -317576,Coronary arteriosclerosis,2015,7,4,1 -317576,Coronary arteriosclerosis,2015,8,4,1 -317576,Coronary arteriosclerosis,2015,11,4,1 -317576,Coronary arteriosclerosis,2015,12,1,1 -317576,Coronary arteriosclerosis,2016,1,2,1 -317576,Coronary arteriosclerosis,2016,2,3,1 -317576,Coronary arteriosclerosis,2016,3,2,1 -317576,Coronary arteriosclerosis,2016,4,2,1 -317576,Coronary arteriosclerosis,2016,5,3,1 -317576,Coronary arteriosclerosis,2016,6,4,1 -317576,Coronary arteriosclerosis,2016,7,2,1 -317576,Coronary arteriosclerosis,2016,8,3,1 -317576,Coronary arteriosclerosis,2016,9,2,1 -317576,Coronary arteriosclerosis,2016,10,3,1 -317576,Coronary arteriosclerosis,2016,11,3,1 -317576,Coronary arteriosclerosis,2016,12,2,1 -317576,Coronary arteriosclerosis,2017,1,1,1 -317576,Coronary arteriosclerosis,2017,2,2,1 -317576,Coronary arteriosclerosis,2017,3,2,1 -317576,Coronary arteriosclerosis,2017,5,2,1 -317576,Coronary arteriosclerosis,2017,6,3,1 -317576,Coronary arteriosclerosis,2017,7,3,1 -317576,Coronary arteriosclerosis,2017,8,3,1 -317576,Coronary arteriosclerosis,2017,9,2,1 -317576,Coronary arteriosclerosis,2017,10,3,1 -317576,Coronary arteriosclerosis,2017,11,4,1 -317576,Coronary arteriosclerosis,2017,12,3,1 -317576,Coronary arteriosclerosis,2018,1,6,1 -317576,Coronary arteriosclerosis,2018,2,5,1 -317576,Coronary arteriosclerosis,2018,3,3,1 -317576,Coronary arteriosclerosis,2018,4,3,1 -317576,Coronary arteriosclerosis,2018,5,3,1 -317576,Coronary arteriosclerosis,2018,6,4,1 -317576,Coronary arteriosclerosis,2018,7,2,1 -317576,Coronary arteriosclerosis,2018,8,2,1 -317576,Coronary arteriosclerosis,2018,9,9,1 -317576,Coronary arteriosclerosis,2018,10,5,1 -317576,Coronary arteriosclerosis,2018,11,7,1 -317576,Coronary arteriosclerosis,2018,12,6,1 -317576,Coronary arteriosclerosis,2019,1,3,1 -317576,Coronary arteriosclerosis,2019,2,5,1 -317576,Coronary arteriosclerosis,2019,3,5,1 -317576,Coronary arteriosclerosis,2019,4,4,1 -317576,Coronary arteriosclerosis,2019,5,3,1 -317576,Coronary arteriosclerosis,2019,6,1,1 -317576,Coronary arteriosclerosis,2019,7,4,1 -317576,Coronary arteriosclerosis,2019,8,2,1 -317576,Coronary arteriosclerosis,2019,9,3,1 -317576,Coronary arteriosclerosis,2019,10,5,1 -317576,Coronary arteriosclerosis,2019,12,4,1 -317576,Coronary arteriosclerosis,2020,1,2,1 -317576,Coronary arteriosclerosis,2020,2,2,1 -317576,Coronary arteriosclerosis,2020,3,5,1 -317576,Coronary arteriosclerosis,2020,4,3,1 -317576,Coronary arteriosclerosis,2020,5,4,1 -317576,Coronary arteriosclerosis,2020,6,5,1 -317576,Coronary arteriosclerosis,2020,7,6,1 -317576,Coronary arteriosclerosis,2020,8,5,1 -317576,Coronary arteriosclerosis,2020,9,8,1 -317576,Coronary arteriosclerosis,2020,10,3,1 -317576,Coronary arteriosclerosis,2020,11,3,1 -317576,Coronary arteriosclerosis,2020,12,2,1 -317576,Coronary arteriosclerosis,2021,1,5,1 -317576,Coronary arteriosclerosis,2021,2,3,1 -317576,Coronary arteriosclerosis,2021,3,4,1 -317576,Coronary arteriosclerosis,2021,4,2,1 -317576,Coronary arteriosclerosis,2021,5,5,1 -317576,Coronary arteriosclerosis,2021,6,4,1 -317576,Coronary arteriosclerosis,2021,8,4,1 -317576,Coronary arteriosclerosis,2021,9,1,1 -317576,Coronary arteriosclerosis,2021,10,2,1 -317576,Coronary arteriosclerosis,2021,11,2,1 -317576,Coronary arteriosclerosis,2021,12,4,1 -317576,Coronary arteriosclerosis,2022,2,5,1 -317576,Coronary arteriosclerosis,2022,3,5,1 -317576,Coronary arteriosclerosis,2022,4,4,1 -317576,Coronary arteriosclerosis,2022,5,4,1 -317576,Coronary arteriosclerosis,2022,6,6,1 -317576,Coronary arteriosclerosis,2022,7,1,1 -317576,Coronary arteriosclerosis,2022,8,3,1 -317576,Coronary arteriosclerosis,2022,9,3,1 -317576,Coronary arteriosclerosis,2022,10,1,1 -317576,Coronary arteriosclerosis,2022,11,2,1 -317576,Coronary arteriosclerosis,2022,12,2,1 -317576,Coronary arteriosclerosis,2023,1,6,1 -317576,Coronary arteriosclerosis,2023,2,3,1 -317576,Coronary arteriosclerosis,2023,3,2,1 -317576,Coronary arteriosclerosis,2023,4,4,1 -317576,Coronary arteriosclerosis,2023,5,6,1 -321042,Cardiac arrest,1926,8,1,1 -321042,Cardiac arrest,1929,12,1,1 -321042,Cardiac arrest,1931,3,1,1 -321042,Cardiac arrest,1931,12,1,1 -321042,Cardiac arrest,1933,11,1,1 -321042,Cardiac arrest,1934,6,1,1 -321042,Cardiac arrest,1936,2,1,1 -321042,Cardiac arrest,1936,3,1,1 -321042,Cardiac arrest,1936,5,1,1 -321042,Cardiac arrest,1937,10,1,1 -321042,Cardiac arrest,1938,4,1,1 -321042,Cardiac arrest,1938,12,1,1 -321042,Cardiac arrest,1939,3,1,1 -321042,Cardiac arrest,1940,1,1,1 -321042,Cardiac arrest,1940,7,1,1 -321042,Cardiac arrest,1941,4,1,1 -321042,Cardiac arrest,1941,5,1,1 -321042,Cardiac arrest,1942,1,1,1 -321042,Cardiac arrest,1942,5,1,1 -321042,Cardiac arrest,1942,11,1,1 -321042,Cardiac arrest,1943,10,1,1 -321042,Cardiac arrest,1944,3,1,1 -321042,Cardiac arrest,1944,4,1,1 -321042,Cardiac arrest,1944,5,1,1 -321042,Cardiac arrest,1944,11,1,1 -321042,Cardiac arrest,1944,12,1,1 -321042,Cardiac arrest,1945,5,1,1 -321042,Cardiac arrest,1945,7,1,1 -321042,Cardiac arrest,1945,9,1,1 -321042,Cardiac arrest,1946,7,1,1 -321042,Cardiac arrest,1946,9,1,1 -321042,Cardiac arrest,1947,1,2,1 -321042,Cardiac arrest,1947,6,1,1 -321042,Cardiac arrest,1947,8,1,1 -321042,Cardiac arrest,1947,10,1,1 -321042,Cardiac arrest,1948,1,1,1 -321042,Cardiac arrest,1948,10,1,1 -321042,Cardiac arrest,1949,2,1,1 -321042,Cardiac arrest,1949,3,1,1 -321042,Cardiac arrest,1949,4,1,1 -321042,Cardiac arrest,1949,8,1,1 -321042,Cardiac arrest,1949,11,1,1 -321042,Cardiac arrest,1950,8,1,1 -321042,Cardiac arrest,1951,4,1,1 -321042,Cardiac arrest,1951,6,2,1 -321042,Cardiac arrest,1951,8,1,1 -321042,Cardiac arrest,1951,9,2,1 -321042,Cardiac arrest,1951,12,1,1 -321042,Cardiac arrest,1952,4,2,1 -321042,Cardiac arrest,1952,6,1,1 -321042,Cardiac arrest,1952,7,1,1 -321042,Cardiac arrest,1953,4,1,1 -321042,Cardiac arrest,1953,6,2,1 -321042,Cardiac arrest,1953,7,1,1 -321042,Cardiac arrest,1953,8,1,1 -321042,Cardiac arrest,1954,5,1,1 -321042,Cardiac arrest,1955,3,1,1 -321042,Cardiac arrest,1955,4,2,1 -321042,Cardiac arrest,1955,6,1,1 -321042,Cardiac arrest,1955,11,1,1 -321042,Cardiac arrest,1955,12,1,1 -321042,Cardiac arrest,1956,2,1,1 -321042,Cardiac arrest,1956,5,1,1 -321042,Cardiac arrest,1956,7,1,1 -321042,Cardiac arrest,1956,8,1,1 -321042,Cardiac arrest,1957,8,1,1 -321042,Cardiac arrest,1957,12,1,1 -321042,Cardiac arrest,1958,5,1,1 -321042,Cardiac arrest,1958,7,1,1 -321042,Cardiac arrest,1958,9,2,1 -321042,Cardiac arrest,1958,11,1,1 -321042,Cardiac arrest,1958,12,1,1 -321042,Cardiac arrest,1959,2,1,1 -321042,Cardiac arrest,1959,4,1,1 -321042,Cardiac arrest,1959,5,1,1 -321042,Cardiac arrest,1960,4,1,1 -321042,Cardiac arrest,1960,5,1,1 -321042,Cardiac arrest,1960,7,1,1 -321042,Cardiac arrest,1960,10,2,1 -321042,Cardiac arrest,1960,11,1,1 -321042,Cardiac arrest,1961,9,1,1 -321042,Cardiac arrest,1961,11,3,1 -321042,Cardiac arrest,1962,1,1,1 -321042,Cardiac arrest,1962,3,1,1 -321042,Cardiac arrest,1962,7,1,1 -321042,Cardiac arrest,1962,8,1,1 -321042,Cardiac arrest,1962,10,1,1 -321042,Cardiac arrest,1963,6,2,1 -321042,Cardiac arrest,1963,12,2,1 -321042,Cardiac arrest,1964,2,1,1 -321042,Cardiac arrest,1964,12,1,1 -321042,Cardiac arrest,1965,1,1,1 -321042,Cardiac arrest,1965,5,1,1 -321042,Cardiac arrest,1965,11,1,1 -321042,Cardiac arrest,1966,5,1,1 -321042,Cardiac arrest,1966,10,2,1 -321042,Cardiac arrest,1966,11,1,1 -321042,Cardiac arrest,1967,1,1,1 -321042,Cardiac arrest,1967,2,1,1 -321042,Cardiac arrest,1967,4,1,1 -321042,Cardiac arrest,1967,5,1,1 -321042,Cardiac arrest,1967,7,2,1 -321042,Cardiac arrest,1967,9,1,1 -321042,Cardiac arrest,1967,12,2,1 -321042,Cardiac arrest,1968,4,1,1 -321042,Cardiac arrest,1969,2,1,1 -321042,Cardiac arrest,1969,3,1,1 -321042,Cardiac arrest,1969,6,1,1 -321042,Cardiac arrest,1969,11,1,1 -321042,Cardiac arrest,1970,1,1,1 -321042,Cardiac arrest,1970,6,1,1 -321042,Cardiac arrest,1970,8,1,1 -321042,Cardiac arrest,1970,9,1,1 -321042,Cardiac arrest,1970,11,2,1 -321042,Cardiac arrest,1971,1,1,1 -321042,Cardiac arrest,1971,2,1,1 -321042,Cardiac arrest,1971,7,1,1 -321042,Cardiac arrest,1971,8,1,1 -321042,Cardiac arrest,1971,10,1,1 -321042,Cardiac arrest,1972,2,1,1 -321042,Cardiac arrest,1972,10,1,1 -321042,Cardiac arrest,1973,6,1,1 -321042,Cardiac arrest,1974,2,2,1 -321042,Cardiac arrest,1974,3,1,1 -321042,Cardiac arrest,1974,6,1,1 -321042,Cardiac arrest,1975,3,1,1 -321042,Cardiac arrest,1975,9,1,1 -321042,Cardiac arrest,1975,11,1,1 -321042,Cardiac arrest,1976,6,1,1 -321042,Cardiac arrest,1976,7,1,1 -321042,Cardiac arrest,1976,10,1,1 -321042,Cardiac arrest,1977,3,1,1 -321042,Cardiac arrest,1977,7,1,1 -321042,Cardiac arrest,1977,11,1,1 -321042,Cardiac arrest,1978,3,2,1 -321042,Cardiac arrest,1978,8,1,1 -321042,Cardiac arrest,1978,9,1,1 -321042,Cardiac arrest,1978,10,1,1 -321042,Cardiac arrest,1979,2,1,1 -321042,Cardiac arrest,1979,8,2,1 -321042,Cardiac arrest,1979,10,1,1 -321042,Cardiac arrest,1979,12,2,1 -321042,Cardiac arrest,1980,1,1,1 -321042,Cardiac arrest,1980,2,1,1 -321042,Cardiac arrest,1980,4,2,1 -321042,Cardiac arrest,1980,5,1,1 -321042,Cardiac arrest,1980,7,2,1 -321042,Cardiac arrest,1980,12,1,1 -321042,Cardiac arrest,1981,1,1,1 -321042,Cardiac arrest,1981,4,1,1 -321042,Cardiac arrest,1981,6,1,1 -321042,Cardiac arrest,1981,8,1,1 -321042,Cardiac arrest,1982,1,1,1 -321042,Cardiac arrest,1982,3,1,1 -321042,Cardiac arrest,1982,7,1,1 -321042,Cardiac arrest,1982,9,1,1 -321042,Cardiac arrest,1982,10,1,1 -321042,Cardiac arrest,1983,2,1,1 -321042,Cardiac arrest,1983,4,2,1 -321042,Cardiac arrest,1983,7,1,1 -321042,Cardiac arrest,1983,10,1,1 -321042,Cardiac arrest,1983,11,1,1 -321042,Cardiac arrest,1984,6,1,1 -321042,Cardiac arrest,1984,8,1,1 -321042,Cardiac arrest,1984,10,3,1 -321042,Cardiac arrest,1984,11,2,1 -321042,Cardiac arrest,1985,6,1,1 -321042,Cardiac arrest,1985,8,1,1 -321042,Cardiac arrest,1985,11,1,1 -321042,Cardiac arrest,1985,12,1,1 -321042,Cardiac arrest,1986,6,2,1 -321042,Cardiac arrest,1986,9,2,1 -321042,Cardiac arrest,1987,5,1,1 -321042,Cardiac arrest,1987,6,2,1 -321042,Cardiac arrest,1987,7,1,1 -321042,Cardiac arrest,1987,10,1,1 -321042,Cardiac arrest,1987,11,1,1 -321042,Cardiac arrest,1988,5,1,1 -321042,Cardiac arrest,1988,8,1,1 -321042,Cardiac arrest,1988,12,1,1 -321042,Cardiac arrest,1989,2,1,1 -321042,Cardiac arrest,1989,3,1,1 -321042,Cardiac arrest,1989,4,2,1 -321042,Cardiac arrest,1989,6,1,1 -321042,Cardiac arrest,1989,7,1,1 -321042,Cardiac arrest,1989,9,1,1 -321042,Cardiac arrest,1989,11,1,1 -321042,Cardiac arrest,1989,12,1,1 -321042,Cardiac arrest,1990,2,1,1 -321042,Cardiac arrest,1990,5,1,1 -321042,Cardiac arrest,1990,6,3,1 -321042,Cardiac arrest,1990,7,1,1 -321042,Cardiac arrest,1990,9,1,1 -321042,Cardiac arrest,1990,12,1,1 -321042,Cardiac arrest,1991,1,1,1 -321042,Cardiac arrest,1991,3,1,1 -321042,Cardiac arrest,1991,8,2,1 -321042,Cardiac arrest,1991,10,1,1 -321042,Cardiac arrest,1991,11,1,1 -321042,Cardiac arrest,1991,12,2,1 -321042,Cardiac arrest,1992,1,1,1 -321042,Cardiac arrest,1992,2,1,1 -321042,Cardiac arrest,1992,3,1,1 -321042,Cardiac arrest,1992,4,2,1 -321042,Cardiac arrest,1992,5,1,1 -321042,Cardiac arrest,1992,8,1,1 -321042,Cardiac arrest,1992,11,1,1 -321042,Cardiac arrest,1993,6,1,1 -321042,Cardiac arrest,1993,12,1,1 -321042,Cardiac arrest,1994,3,1,1 -321042,Cardiac arrest,1994,6,1,1 -321042,Cardiac arrest,1994,7,1,1 -321042,Cardiac arrest,1994,9,2,1 -321042,Cardiac arrest,1994,10,1,1 -321042,Cardiac arrest,1995,3,2,1 -321042,Cardiac arrest,1995,5,1,1 -321042,Cardiac arrest,1995,7,1,1 -321042,Cardiac arrest,1995,9,2,1 -321042,Cardiac arrest,1995,10,1,1 -321042,Cardiac arrest,1995,11,2,1 -321042,Cardiac arrest,1996,1,1,1 -321042,Cardiac arrest,1996,3,3,1 -321042,Cardiac arrest,1996,6,1,1 -321042,Cardiac arrest,1996,10,1,1 -321042,Cardiac arrest,1997,1,1,1 -321042,Cardiac arrest,1997,2,1,1 -321042,Cardiac arrest,1997,4,1,1 -321042,Cardiac arrest,1997,5,1,1 -321042,Cardiac arrest,1997,6,1,1 -321042,Cardiac arrest,1997,8,4,1 -321042,Cardiac arrest,1998,2,1,1 -321042,Cardiac arrest,1998,3,1,1 -321042,Cardiac arrest,1998,4,1,1 -321042,Cardiac arrest,1998,6,1,1 -321042,Cardiac arrest,1998,7,2,1 -321042,Cardiac arrest,1998,8,1,1 -321042,Cardiac arrest,1998,11,1,1 -321042,Cardiac arrest,1998,12,2,1 -321042,Cardiac arrest,1999,3,1,1 -321042,Cardiac arrest,1999,5,1,1 -321042,Cardiac arrest,1999,6,1,1 -321042,Cardiac arrest,1999,7,1,1 -321042,Cardiac arrest,1999,8,3,1 -321042,Cardiac arrest,1999,11,1,1 -321042,Cardiac arrest,1999,12,1,1 -321042,Cardiac arrest,2000,1,1,1 -321042,Cardiac arrest,2000,4,3,1 -321042,Cardiac arrest,2000,6,1,1 -321042,Cardiac arrest,2000,7,1,1 -321042,Cardiac arrest,2000,8,1,1 -321042,Cardiac arrest,2000,9,1,1 -321042,Cardiac arrest,2000,10,1,1 -321042,Cardiac arrest,2000,12,1,1 -321042,Cardiac arrest,2001,3,1,1 -321042,Cardiac arrest,2001,5,1,1 -321042,Cardiac arrest,2001,6,1,1 -321042,Cardiac arrest,2001,9,2,1 -321042,Cardiac arrest,2001,10,1,1 -321042,Cardiac arrest,2002,1,3,1 -321042,Cardiac arrest,2002,2,1,1 -321042,Cardiac arrest,2002,3,2,1 -321042,Cardiac arrest,2002,10,1,1 -321042,Cardiac arrest,2002,11,1,1 -321042,Cardiac arrest,2003,1,1,1 -321042,Cardiac arrest,2003,2,2,1 -321042,Cardiac arrest,2003,3,1,1 -321042,Cardiac arrest,2003,5,1,1 -321042,Cardiac arrest,2003,8,2,1 -321042,Cardiac arrest,2003,9,4,1 -321042,Cardiac arrest,2003,10,2,1 -321042,Cardiac arrest,2004,1,1,1 -321042,Cardiac arrest,2004,5,3,1 -321042,Cardiac arrest,2004,6,2,1 -321042,Cardiac arrest,2004,9,1,1 -321042,Cardiac arrest,2004,10,1,1 -321042,Cardiac arrest,2004,11,1,1 -321042,Cardiac arrest,2005,2,1,1 -321042,Cardiac arrest,2005,3,2,1 -321042,Cardiac arrest,2005,5,1,1 -321042,Cardiac arrest,2005,8,2,1 -321042,Cardiac arrest,2005,9,1,1 -321042,Cardiac arrest,2005,10,1,1 -321042,Cardiac arrest,2005,11,2,1 -321042,Cardiac arrest,2005,12,1,1 -321042,Cardiac arrest,2006,1,1,1 -321042,Cardiac arrest,2006,2,1,1 -321042,Cardiac arrest,2006,3,1,1 -321042,Cardiac arrest,2006,5,1,1 -321042,Cardiac arrest,2006,9,2,1 -321042,Cardiac arrest,2006,10,1,1 -321042,Cardiac arrest,2007,1,2,1 -321042,Cardiac arrest,2007,2,2,1 -321042,Cardiac arrest,2007,3,1,1 -321042,Cardiac arrest,2007,5,1,1 -321042,Cardiac arrest,2007,6,1,1 -321042,Cardiac arrest,2007,9,2,1 -321042,Cardiac arrest,2007,12,1,1 -321042,Cardiac arrest,2008,1,1,1 -321042,Cardiac arrest,2008,2,1,1 -321042,Cardiac arrest,2008,3,1,1 -321042,Cardiac arrest,2008,10,1,1 -321042,Cardiac arrest,2008,11,1,1 -321042,Cardiac arrest,2008,12,2,1 -321042,Cardiac arrest,2009,1,1,1 -321042,Cardiac arrest,2009,2,2,1 -321042,Cardiac arrest,2009,3,1,1 -321042,Cardiac arrest,2009,4,2,1 -321042,Cardiac arrest,2009,7,2,1 -321042,Cardiac arrest,2009,8,1,1 -321042,Cardiac arrest,2009,10,2,1 -321042,Cardiac arrest,2009,11,3,1 -321042,Cardiac arrest,2010,1,1,1 -321042,Cardiac arrest,2010,2,1,1 -321042,Cardiac arrest,2010,4,2,1 -321042,Cardiac arrest,2010,5,1,1 -321042,Cardiac arrest,2010,9,2,1 -321042,Cardiac arrest,2010,11,2,1 -321042,Cardiac arrest,2011,1,2,1 -321042,Cardiac arrest,2011,3,2,1 -321042,Cardiac arrest,2011,6,1,1 -321042,Cardiac arrest,2011,8,1,1 -321042,Cardiac arrest,2011,12,1,1 -321042,Cardiac arrest,2012,1,2,1 -321042,Cardiac arrest,2012,7,1,1 -321042,Cardiac arrest,2012,8,3,1 -321042,Cardiac arrest,2012,11,2,1 -321042,Cardiac arrest,2012,12,1,1 -321042,Cardiac arrest,2013,1,2,1 -321042,Cardiac arrest,2013,2,1,1 -321042,Cardiac arrest,2013,4,2,1 -321042,Cardiac arrest,2013,5,1,1 -321042,Cardiac arrest,2013,6,1,1 -321042,Cardiac arrest,2013,7,1,1 -321042,Cardiac arrest,2013,10,2,1 -321042,Cardiac arrest,2013,11,1,1 -321042,Cardiac arrest,2013,12,2,1 -321042,Cardiac arrest,2014,1,1,1 -321042,Cardiac arrest,2014,4,1,1 -321042,Cardiac arrest,2014,5,2,1 -321042,Cardiac arrest,2014,6,2,1 -321042,Cardiac arrest,2014,7,1,1 -321042,Cardiac arrest,2014,10,1,1 -321042,Cardiac arrest,2014,12,2,1 -321042,Cardiac arrest,2015,1,2,1 -321042,Cardiac arrest,2015,4,1,1 -321042,Cardiac arrest,2015,5,1,1 -321042,Cardiac arrest,2015,8,1,1 -321042,Cardiac arrest,2015,9,1,1 -321042,Cardiac arrest,2015,10,1,1 -321042,Cardiac arrest,2015,12,2,1 -321042,Cardiac arrest,2016,2,1,1 -321042,Cardiac arrest,2016,3,3,1 -321042,Cardiac arrest,2016,5,1,1 -321042,Cardiac arrest,2016,6,1,1 -321042,Cardiac arrest,2016,7,1,1 -321042,Cardiac arrest,2016,8,2,1 -321042,Cardiac arrest,2016,10,1,1 -321042,Cardiac arrest,2016,11,1,1 -321042,Cardiac arrest,2016,12,1,1 -321042,Cardiac arrest,2017,1,2,1 -321042,Cardiac arrest,2017,5,1,1 -321042,Cardiac arrest,2017,6,1,1 -321042,Cardiac arrest,2017,7,2,1 -321042,Cardiac arrest,2017,8,1,1 -321042,Cardiac arrest,2017,12,4,1 -321042,Cardiac arrest,2018,3,1,1 -321042,Cardiac arrest,2018,4,1,1 -321042,Cardiac arrest,2018,6,1,1 -321042,Cardiac arrest,2018,8,1,1 -321042,Cardiac arrest,2018,9,2,1 -321042,Cardiac arrest,2018,10,1,1 -321042,Cardiac arrest,2018,11,1,1 -321042,Cardiac arrest,2018,12,1,1 -321042,Cardiac arrest,2019,2,1,1 -321042,Cardiac arrest,2019,3,1,1 -321042,Cardiac arrest,2019,4,2,1 -321042,Cardiac arrest,2019,7,1,1 -321042,Cardiac arrest,2019,9,1,1 -321042,Cardiac arrest,2019,10,1,1 -321042,Cardiac arrest,2020,1,1,1 -321042,Cardiac arrest,2020,2,1,1 -321042,Cardiac arrest,2020,3,1,1 -321042,Cardiac arrest,2020,6,1,1 -321042,Cardiac arrest,2020,7,3,1 -321042,Cardiac arrest,2020,8,1,1 -321042,Cardiac arrest,2020,9,1,1 -321042,Cardiac arrest,2020,11,2,1 -321042,Cardiac arrest,2020,12,2,1 -321042,Cardiac arrest,2021,1,2,1 -321042,Cardiac arrest,2021,2,2,1 -321042,Cardiac arrest,2021,5,3,1 -321042,Cardiac arrest,2021,6,2,1 -321042,Cardiac arrest,2021,7,3,1 -321042,Cardiac arrest,2021,9,1,1 -321042,Cardiac arrest,2021,10,1,1 -321042,Cardiac arrest,2021,11,1,1 -321042,Cardiac arrest,2021,12,2,1 -321042,Cardiac arrest,2022,2,1,1 -321042,Cardiac arrest,2022,3,1,1 -321042,Cardiac arrest,2022,5,1,1 -321042,Cardiac arrest,2022,10,1,1 -321042,Cardiac arrest,2022,12,1,1 -321042,Cardiac arrest,2023,2,1,1 -321042,Cardiac arrest,2023,4,1,1 -381316,Cerebrovascular accident,1947,2,1,1 -381316,Cerebrovascular accident,1948,2,1,1 -381316,Cerebrovascular accident,1949,10,1,1 -381316,Cerebrovascular accident,1950,10,1,1 -381316,Cerebrovascular accident,1953,2,1,1 -381316,Cerebrovascular accident,1955,5,1,1 -381316,Cerebrovascular accident,1958,6,1,1 -381316,Cerebrovascular accident,1959,2,1,1 -381316,Cerebrovascular accident,1960,5,1,1 -381316,Cerebrovascular accident,1960,10,2,1 -381316,Cerebrovascular accident,1960,12,2,1 -381316,Cerebrovascular accident,1962,10,1,1 -381316,Cerebrovascular accident,1962,11,1,1 -381316,Cerebrovascular accident,1964,12,1,1 -381316,Cerebrovascular accident,1965,12,1,1 -381316,Cerebrovascular accident,1966,7,1,1 -381316,Cerebrovascular accident,1966,10,1,1 -381316,Cerebrovascular accident,1968,8,1,1 -381316,Cerebrovascular accident,1969,3,1,1 -381316,Cerebrovascular accident,1969,8,1,1 -381316,Cerebrovascular accident,1970,4,1,1 -381316,Cerebrovascular accident,1970,7,1,1 -381316,Cerebrovascular accident,1970,8,1,1 -381316,Cerebrovascular accident,1970,12,1,1 -381316,Cerebrovascular accident,1971,4,1,1 -381316,Cerebrovascular accident,1971,6,1,1 -381316,Cerebrovascular accident,1971,7,2,1 -381316,Cerebrovascular accident,1971,12,1,1 -381316,Cerebrovascular accident,1972,1,2,1 -381316,Cerebrovascular accident,1973,3,1,1 -381316,Cerebrovascular accident,1973,8,2,1 -381316,Cerebrovascular accident,1974,3,1,1 -381316,Cerebrovascular accident,1974,4,1,1 -381316,Cerebrovascular accident,1974,5,1,1 -381316,Cerebrovascular accident,1974,8,1,1 -381316,Cerebrovascular accident,1974,9,1,1 -381316,Cerebrovascular accident,1974,12,1,1 -381316,Cerebrovascular accident,1975,1,1,1 -381316,Cerebrovascular accident,1975,2,2,1 -381316,Cerebrovascular accident,1975,4,1,1 -381316,Cerebrovascular accident,1975,6,1,1 -381316,Cerebrovascular accident,1975,8,1,1 -381316,Cerebrovascular accident,1975,11,1,1 -381316,Cerebrovascular accident,1975,12,1,1 -381316,Cerebrovascular accident,1976,7,2,1 -381316,Cerebrovascular accident,1977,1,1,1 -381316,Cerebrovascular accident,1977,2,1,1 -381316,Cerebrovascular accident,1977,4,1,1 -381316,Cerebrovascular accident,1977,7,1,1 -381316,Cerebrovascular accident,1977,8,1,1 -381316,Cerebrovascular accident,1977,10,1,1 -381316,Cerebrovascular accident,1978,7,1,1 -381316,Cerebrovascular accident,1978,11,1,1 -381316,Cerebrovascular accident,1979,1,1,1 -381316,Cerebrovascular accident,1979,3,1,1 -381316,Cerebrovascular accident,1979,6,1,1 -381316,Cerebrovascular accident,1980,9,1,1 -381316,Cerebrovascular accident,1981,1,1,1 -381316,Cerebrovascular accident,1981,2,1,1 -381316,Cerebrovascular accident,1981,7,1,1 -381316,Cerebrovascular accident,1981,8,1,1 -381316,Cerebrovascular accident,1982,1,2,1 -381316,Cerebrovascular accident,1982,2,1,1 -381316,Cerebrovascular accident,1982,3,1,1 -381316,Cerebrovascular accident,1982,5,1,1 -381316,Cerebrovascular accident,1982,6,1,1 -381316,Cerebrovascular accident,1982,7,1,1 -381316,Cerebrovascular accident,1982,8,1,1 -381316,Cerebrovascular accident,1982,10,2,1 -381316,Cerebrovascular accident,1982,11,1,1 -381316,Cerebrovascular accident,1983,2,1,1 -381316,Cerebrovascular accident,1983,3,1,1 -381316,Cerebrovascular accident,1983,7,1,1 -381316,Cerebrovascular accident,1983,9,2,1 -381316,Cerebrovascular accident,1983,10,1,1 -381316,Cerebrovascular accident,1984,2,1,1 -381316,Cerebrovascular accident,1984,5,1,1 -381316,Cerebrovascular accident,1984,6,1,1 -381316,Cerebrovascular accident,1984,8,1,1 -381316,Cerebrovascular accident,1984,11,1,1 -381316,Cerebrovascular accident,1985,1,1,1 -381316,Cerebrovascular accident,1985,3,4,1 -381316,Cerebrovascular accident,1985,4,1,1 -381316,Cerebrovascular accident,1985,5,1,1 -381316,Cerebrovascular accident,1985,7,1,1 -381316,Cerebrovascular accident,1985,8,1,1 -381316,Cerebrovascular accident,1985,9,1,1 -381316,Cerebrovascular accident,1985,10,2,1 -381316,Cerebrovascular accident,1986,7,1,1 -381316,Cerebrovascular accident,1986,8,3,1 -381316,Cerebrovascular accident,1986,9,2,1 -381316,Cerebrovascular accident,1986,10,1,1 -381316,Cerebrovascular accident,1986,11,1,1 -381316,Cerebrovascular accident,1987,1,1,1 -381316,Cerebrovascular accident,1987,8,1,1 -381316,Cerebrovascular accident,1988,3,1,1 -381316,Cerebrovascular accident,1988,5,2,1 -381316,Cerebrovascular accident,1988,8,1,1 -381316,Cerebrovascular accident,1988,9,2,1 -381316,Cerebrovascular accident,1989,6,1,1 -381316,Cerebrovascular accident,1989,7,2,1 -381316,Cerebrovascular accident,1989,10,1,1 -381316,Cerebrovascular accident,1989,12,1,1 -381316,Cerebrovascular accident,1990,4,1,1 -381316,Cerebrovascular accident,1990,5,2,1 -381316,Cerebrovascular accident,1990,6,1,1 -381316,Cerebrovascular accident,1990,8,1,1 -381316,Cerebrovascular accident,1990,9,1,1 -381316,Cerebrovascular accident,1990,11,1,1 -381316,Cerebrovascular accident,1991,1,1,1 -381316,Cerebrovascular accident,1991,4,2,1 -381316,Cerebrovascular accident,1991,5,2,1 -381316,Cerebrovascular accident,1991,6,1,1 -381316,Cerebrovascular accident,1991,7,1,1 -381316,Cerebrovascular accident,1991,8,1,1 -381316,Cerebrovascular accident,1992,1,1,1 -381316,Cerebrovascular accident,1992,2,1,1 -381316,Cerebrovascular accident,1992,3,1,1 -381316,Cerebrovascular accident,1992,5,1,1 -381316,Cerebrovascular accident,1992,6,2,1 -381316,Cerebrovascular accident,1992,8,1,1 -381316,Cerebrovascular accident,1992,9,1,1 -381316,Cerebrovascular accident,1992,12,1,1 -381316,Cerebrovascular accident,1993,1,4,1 -381316,Cerebrovascular accident,1993,3,1,1 -381316,Cerebrovascular accident,1993,4,1,1 -381316,Cerebrovascular accident,1993,5,2,1 -381316,Cerebrovascular accident,1993,6,1,1 -381316,Cerebrovascular accident,1993,9,2,1 -381316,Cerebrovascular accident,1993,10,1,1 -381316,Cerebrovascular accident,1993,11,1,1 -381316,Cerebrovascular accident,1993,12,1,1 -381316,Cerebrovascular accident,1994,1,1,1 -381316,Cerebrovascular accident,1994,3,1,1 -381316,Cerebrovascular accident,1994,6,1,1 -381316,Cerebrovascular accident,1994,7,1,1 -381316,Cerebrovascular accident,1994,8,1,1 -381316,Cerebrovascular accident,1994,9,1,1 -381316,Cerebrovascular accident,1994,10,1,1 -381316,Cerebrovascular accident,1994,12,2,1 -381316,Cerebrovascular accident,1995,2,1,1 -381316,Cerebrovascular accident,1995,3,3,1 -381316,Cerebrovascular accident,1995,4,3,1 -381316,Cerebrovascular accident,1995,5,3,1 -381316,Cerebrovascular accident,1995,6,1,1 -381316,Cerebrovascular accident,1995,9,1,1 -381316,Cerebrovascular accident,1995,12,2,1 -381316,Cerebrovascular accident,1996,3,1,1 -381316,Cerebrovascular accident,1996,4,1,1 -381316,Cerebrovascular accident,1996,5,2,1 -381316,Cerebrovascular accident,1996,6,2,1 -381316,Cerebrovascular accident,1996,7,3,1 -381316,Cerebrovascular accident,1996,8,1,1 -381316,Cerebrovascular accident,1996,9,1,1 -381316,Cerebrovascular accident,1996,10,2,1 -381316,Cerebrovascular accident,1997,1,1,1 -381316,Cerebrovascular accident,1997,4,1,1 -381316,Cerebrovascular accident,1997,7,1,1 -381316,Cerebrovascular accident,1997,8,3,1 -381316,Cerebrovascular accident,1997,9,3,1 -381316,Cerebrovascular accident,1997,11,1,1 -381316,Cerebrovascular accident,1997,12,1,1 -381316,Cerebrovascular accident,1998,1,1,1 -381316,Cerebrovascular accident,1998,5,2,1 -381316,Cerebrovascular accident,1998,6,2,1 -381316,Cerebrovascular accident,1998,7,1,1 -381316,Cerebrovascular accident,1998,8,3,1 -381316,Cerebrovascular accident,1998,9,2,1 -381316,Cerebrovascular accident,1998,10,1,1 -381316,Cerebrovascular accident,1998,11,1,1 -381316,Cerebrovascular accident,1998,12,2,1 -381316,Cerebrovascular accident,1999,1,3,1 -381316,Cerebrovascular accident,1999,3,1,1 -381316,Cerebrovascular accident,1999,4,2,1 -381316,Cerebrovascular accident,1999,5,1,1 -381316,Cerebrovascular accident,1999,6,4,1 -381316,Cerebrovascular accident,1999,8,2,1 -381316,Cerebrovascular accident,1999,9,1,1 -381316,Cerebrovascular accident,1999,10,2,1 -381316,Cerebrovascular accident,1999,11,1,1 -381316,Cerebrovascular accident,1999,12,1,1 -381316,Cerebrovascular accident,2000,4,2,1 -381316,Cerebrovascular accident,2000,5,2,1 -381316,Cerebrovascular accident,2000,6,1,1 -381316,Cerebrovascular accident,2000,7,1,1 -381316,Cerebrovascular accident,2000,8,1,1 -381316,Cerebrovascular accident,2000,9,1,1 -381316,Cerebrovascular accident,2000,11,2,1 -381316,Cerebrovascular accident,2000,12,3,1 -381316,Cerebrovascular accident,2001,1,1,1 -381316,Cerebrovascular accident,2001,2,1,1 -381316,Cerebrovascular accident,2001,4,1,1 -381316,Cerebrovascular accident,2001,5,2,1 -381316,Cerebrovascular accident,2001,7,2,1 -381316,Cerebrovascular accident,2001,8,1,1 -381316,Cerebrovascular accident,2001,9,4,1 -381316,Cerebrovascular accident,2001,10,1,1 -381316,Cerebrovascular accident,2001,11,1,1 -381316,Cerebrovascular accident,2001,12,4,1 -381316,Cerebrovascular accident,2002,2,1,1 -381316,Cerebrovascular accident,2002,3,1,1 -381316,Cerebrovascular accident,2002,4,2,1 -381316,Cerebrovascular accident,2002,5,2,1 -381316,Cerebrovascular accident,2002,7,3,1 -381316,Cerebrovascular accident,2002,8,1,1 -381316,Cerebrovascular accident,2002,9,3,1 -381316,Cerebrovascular accident,2002,10,2,1 -381316,Cerebrovascular accident,2002,11,2,1 -381316,Cerebrovascular accident,2002,12,2,1 -381316,Cerebrovascular accident,2003,1,2,1 -381316,Cerebrovascular accident,2003,2,2,1 -381316,Cerebrovascular accident,2003,4,1,1 -381316,Cerebrovascular accident,2003,5,3,1 -381316,Cerebrovascular accident,2003,6,1,1 -381316,Cerebrovascular accident,2003,7,2,1 -381316,Cerebrovascular accident,2003,8,3,1 -381316,Cerebrovascular accident,2003,9,1,1 -381316,Cerebrovascular accident,2003,10,6,1 -381316,Cerebrovascular accident,2003,11,2,1 -381316,Cerebrovascular accident,2004,1,2,1 -381316,Cerebrovascular accident,2004,2,3,1 -381316,Cerebrovascular accident,2004,3,1,1 -381316,Cerebrovascular accident,2004,4,4,1 -381316,Cerebrovascular accident,2004,5,1,1 -381316,Cerebrovascular accident,2004,6,3,1 -381316,Cerebrovascular accident,2004,7,3,1 -381316,Cerebrovascular accident,2004,10,1,1 -381316,Cerebrovascular accident,2004,12,1,1 -381316,Cerebrovascular accident,2005,1,2,1 -381316,Cerebrovascular accident,2005,2,1,1 -381316,Cerebrovascular accident,2005,3,2,1 -381316,Cerebrovascular accident,2005,4,2,1 -381316,Cerebrovascular accident,2005,5,1,1 -381316,Cerebrovascular accident,2005,6,2,1 -381316,Cerebrovascular accident,2005,8,1,1 -381316,Cerebrovascular accident,2005,9,1,1 -381316,Cerebrovascular accident,2005,10,3,1 -381316,Cerebrovascular accident,2005,12,2,1 -381316,Cerebrovascular accident,2006,1,2,1 -381316,Cerebrovascular accident,2006,3,3,1 -381316,Cerebrovascular accident,2006,4,1,1 -381316,Cerebrovascular accident,2006,5,2,1 -381316,Cerebrovascular accident,2006,6,3,1 -381316,Cerebrovascular accident,2006,7,2,1 -381316,Cerebrovascular accident,2006,8,5,1 -381316,Cerebrovascular accident,2006,9,3,1 -381316,Cerebrovascular accident,2006,10,1,1 -381316,Cerebrovascular accident,2006,11,4,1 -381316,Cerebrovascular accident,2006,12,2,1 -381316,Cerebrovascular accident,2007,1,1,1 -381316,Cerebrovascular accident,2007,3,1,1 -381316,Cerebrovascular accident,2007,4,1,1 -381316,Cerebrovascular accident,2007,5,2,1 -381316,Cerebrovascular accident,2007,6,3,1 -381316,Cerebrovascular accident,2007,7,2,1 -381316,Cerebrovascular accident,2007,9,2,1 -381316,Cerebrovascular accident,2007,10,3,1 -381316,Cerebrovascular accident,2007,11,1,1 -381316,Cerebrovascular accident,2007,12,2,1 -381316,Cerebrovascular accident,2008,1,1,1 -381316,Cerebrovascular accident,2008,3,1,1 -381316,Cerebrovascular accident,2008,4,1,1 -381316,Cerebrovascular accident,2008,5,1,1 -381316,Cerebrovascular accident,2008,6,3,1 -381316,Cerebrovascular accident,2008,7,1,1 -381316,Cerebrovascular accident,2008,8,3,1 -381316,Cerebrovascular accident,2008,9,1,1 -381316,Cerebrovascular accident,2008,10,4,1 -381316,Cerebrovascular accident,2008,11,5,1 -381316,Cerebrovascular accident,2009,1,1,1 -381316,Cerebrovascular accident,2009,2,4,1 -381316,Cerebrovascular accident,2009,3,2,1 -381316,Cerebrovascular accident,2009,4,2,1 -381316,Cerebrovascular accident,2009,5,4,1 -381316,Cerebrovascular accident,2009,6,2,1 -381316,Cerebrovascular accident,2009,7,1,1 -381316,Cerebrovascular accident,2009,8,3,1 -381316,Cerebrovascular accident,2009,9,1,1 -381316,Cerebrovascular accident,2009,10,1,1 -381316,Cerebrovascular accident,2009,12,4,1 -381316,Cerebrovascular accident,2010,1,1,1 -381316,Cerebrovascular accident,2010,2,5,1 -381316,Cerebrovascular accident,2010,3,6,1 -381316,Cerebrovascular accident,2010,4,1,1 -381316,Cerebrovascular accident,2010,6,3,1 -381316,Cerebrovascular accident,2010,7,2,1 -381316,Cerebrovascular accident,2010,8,3,1 -381316,Cerebrovascular accident,2010,9,4,1 -381316,Cerebrovascular accident,2010,11,1,1 -381316,Cerebrovascular accident,2010,12,5,1 -381316,Cerebrovascular accident,2011,1,3,1 -381316,Cerebrovascular accident,2011,2,2,1 -381316,Cerebrovascular accident,2011,3,4,1 -381316,Cerebrovascular accident,2011,4,1,1 -381316,Cerebrovascular accident,2011,5,3,1 -381316,Cerebrovascular accident,2011,6,1,1 -381316,Cerebrovascular accident,2011,7,4,1 -381316,Cerebrovascular accident,2011,8,3,1 -381316,Cerebrovascular accident,2011,9,1,1 -381316,Cerebrovascular accident,2011,10,3,1 -381316,Cerebrovascular accident,2011,11,3,1 -381316,Cerebrovascular accident,2011,12,3,1 -381316,Cerebrovascular accident,2012,1,2,1 -381316,Cerebrovascular accident,2012,2,2,1 -381316,Cerebrovascular accident,2012,3,2,1 -381316,Cerebrovascular accident,2012,4,1,1 -381316,Cerebrovascular accident,2012,5,2,1 -381316,Cerebrovascular accident,2012,6,4,1 -381316,Cerebrovascular accident,2012,7,3,1 -381316,Cerebrovascular accident,2012,8,2,1 -381316,Cerebrovascular accident,2012,9,1,1 -381316,Cerebrovascular accident,2012,10,3,1 -381316,Cerebrovascular accident,2012,11,2,1 -381316,Cerebrovascular accident,2012,12,1,1 -381316,Cerebrovascular accident,2013,1,2,1 -381316,Cerebrovascular accident,2013,2,1,1 -381316,Cerebrovascular accident,2013,3,2,1 -381316,Cerebrovascular accident,2013,4,1,1 -381316,Cerebrovascular accident,2013,5,1,1 -381316,Cerebrovascular accident,2013,6,3,1 -381316,Cerebrovascular accident,2013,7,3,1 -381316,Cerebrovascular accident,2013,8,4,1 -381316,Cerebrovascular accident,2013,9,1,1 -381316,Cerebrovascular accident,2013,10,1,1 -381316,Cerebrovascular accident,2013,11,1,1 -381316,Cerebrovascular accident,2013,12,2,1 -381316,Cerebrovascular accident,2014,1,3,1 -381316,Cerebrovascular accident,2014,2,1,1 -381316,Cerebrovascular accident,2014,3,1,1 -381316,Cerebrovascular accident,2014,4,3,1 -381316,Cerebrovascular accident,2014,5,3,1 -381316,Cerebrovascular accident,2014,6,1,1 -381316,Cerebrovascular accident,2014,7,2,1 -381316,Cerebrovascular accident,2014,8,1,1 -381316,Cerebrovascular accident,2014,9,4,1 -381316,Cerebrovascular accident,2014,10,3,1 -381316,Cerebrovascular accident,2014,11,3,1 -381316,Cerebrovascular accident,2014,12,2,1 -381316,Cerebrovascular accident,2015,1,5,1 -381316,Cerebrovascular accident,2015,2,3,1 -381316,Cerebrovascular accident,2015,3,5,1 -381316,Cerebrovascular accident,2015,4,2,1 -381316,Cerebrovascular accident,2015,5,6,1 -381316,Cerebrovascular accident,2015,6,5,1 -381316,Cerebrovascular accident,2015,7,6,1 -381316,Cerebrovascular accident,2015,8,2,1 -381316,Cerebrovascular accident,2015,9,2,1 -381316,Cerebrovascular accident,2015,10,6,1 -381316,Cerebrovascular accident,2015,11,4,1 -381316,Cerebrovascular accident,2015,12,4,1 -381316,Cerebrovascular accident,2016,1,3,1 -381316,Cerebrovascular accident,2016,2,5,1 -381316,Cerebrovascular accident,2016,3,3,1 -381316,Cerebrovascular accident,2016,4,4,1 -381316,Cerebrovascular accident,2016,5,3,1 -381316,Cerebrovascular accident,2016,6,1,1 -381316,Cerebrovascular accident,2016,7,2,1 -381316,Cerebrovascular accident,2016,8,2,1 -381316,Cerebrovascular accident,2016,9,3,1 -381316,Cerebrovascular accident,2016,10,3,1 -381316,Cerebrovascular accident,2016,11,4,1 -381316,Cerebrovascular accident,2016,12,2,1 -381316,Cerebrovascular accident,2017,1,6,1 -381316,Cerebrovascular accident,2017,2,1,1 -381316,Cerebrovascular accident,2017,3,5,1 -381316,Cerebrovascular accident,2017,4,8,1 -381316,Cerebrovascular accident,2017,5,2,1 -381316,Cerebrovascular accident,2017,6,5,1 -381316,Cerebrovascular accident,2017,7,4,1 -381316,Cerebrovascular accident,2017,8,2,1 -381316,Cerebrovascular accident,2017,9,6,1 -381316,Cerebrovascular accident,2017,10,2,1 -381316,Cerebrovascular accident,2017,11,5,1 -381316,Cerebrovascular accident,2017,12,3,1 -381316,Cerebrovascular accident,2018,1,4,1 -381316,Cerebrovascular accident,2018,2,1,1 -381316,Cerebrovascular accident,2018,3,3,1 -381316,Cerebrovascular accident,2018,4,6,1 -381316,Cerebrovascular accident,2018,5,7,1 -381316,Cerebrovascular accident,2018,6,3,1 -381316,Cerebrovascular accident,2018,7,2,1 -381316,Cerebrovascular accident,2018,8,2,1 -381316,Cerebrovascular accident,2018,9,5,1 -381316,Cerebrovascular accident,2018,10,2,1 -381316,Cerebrovascular accident,2018,11,3,1 -381316,Cerebrovascular accident,2018,12,3,1 -381316,Cerebrovascular accident,2019,1,6,1 -381316,Cerebrovascular accident,2019,2,5,1 -381316,Cerebrovascular accident,2019,3,3,1 -381316,Cerebrovascular accident,2019,4,4,1 -381316,Cerebrovascular accident,2019,5,6,1 -381316,Cerebrovascular accident,2019,6,2,1 -381316,Cerebrovascular accident,2019,7,10,1 -381316,Cerebrovascular accident,2019,8,5,1 -381316,Cerebrovascular accident,2019,9,2,1 -381316,Cerebrovascular accident,2019,10,5,1 -381316,Cerebrovascular accident,2019,11,2,1 -381316,Cerebrovascular accident,2019,12,6,1 -381316,Cerebrovascular accident,2020,1,4,1 -381316,Cerebrovascular accident,2020,2,6,1 -381316,Cerebrovascular accident,2020,3,1,1 -381316,Cerebrovascular accident,2020,4,3,1 -381316,Cerebrovascular accident,2020,5,2,1 -381316,Cerebrovascular accident,2020,6,2,1 -381316,Cerebrovascular accident,2020,7,3,1 -381316,Cerebrovascular accident,2020,8,5,1 -381316,Cerebrovascular accident,2020,9,3,1 -381316,Cerebrovascular accident,2020,10,1,1 -381316,Cerebrovascular accident,2020,11,5,1 -381316,Cerebrovascular accident,2020,12,1,1 -381316,Cerebrovascular accident,2021,1,3,1 -381316,Cerebrovascular accident,2021,3,6,1 -381316,Cerebrovascular accident,2021,4,1,1 -381316,Cerebrovascular accident,2021,5,6,1 -381316,Cerebrovascular accident,2021,6,4,1 -381316,Cerebrovascular accident,2021,7,3,1 -381316,Cerebrovascular accident,2021,8,5,1 -381316,Cerebrovascular accident,2021,9,2,1 -381316,Cerebrovascular accident,2021,10,1,1 -381316,Cerebrovascular accident,2021,11,2,1 -381316,Cerebrovascular accident,2021,12,4,1 -381316,Cerebrovascular accident,2022,1,1,1 -381316,Cerebrovascular accident,2022,2,5,1 -381316,Cerebrovascular accident,2022,3,7,1 -381316,Cerebrovascular accident,2022,4,5,1 -381316,Cerebrovascular accident,2022,5,6,1 -381316,Cerebrovascular accident,2022,6,3,1 -381316,Cerebrovascular accident,2022,7,6,1 -381316,Cerebrovascular accident,2022,8,8,1 -381316,Cerebrovascular accident,2022,9,2,1 -381316,Cerebrovascular accident,2022,10,6,1 -381316,Cerebrovascular accident,2022,11,6,1 -381316,Cerebrovascular accident,2022,12,6,1 -381316,Cerebrovascular accident,2023,1,4,1 -381316,Cerebrovascular accident,2023,3,2,1 -381316,Cerebrovascular accident,2023,4,4,1 -381316,Cerebrovascular accident,2023,5,4,1 -381316,Cerebrovascular accident,2023,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1962,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1963,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1967,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1973,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1979,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1984,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1986,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1995,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1999,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,9,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,8,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,4,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,9,1,3 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,10,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,12,2,1.5 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,5,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,6,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,3,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,5,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,8,2,1.5 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,7,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,12,4,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,3,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,9,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,11,1,2 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,4,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,7,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,11,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,2,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,5,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,6,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,7,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,10,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,4,1,1 -1332419,amlodipine 5 MG Oral Tablet,1994,1,12,2 -1332419,amlodipine 5 MG Oral Tablet,1994,2,22,1.9545454545454546 -1332419,amlodipine 5 MG Oral Tablet,1994,3,12,2 -1332419,amlodipine 5 MG Oral Tablet,1994,4,20,2.1 -1332419,amlodipine 5 MG Oral Tablet,1994,5,12,1.9166666666666667 -1332419,amlodipine 5 MG Oral Tablet,1994,6,22,2.272727272727273 -1332419,amlodipine 5 MG Oral Tablet,1994,7,23,2.217391304347826 -1332419,amlodipine 5 MG Oral Tablet,1994,8,16,2.5625 -1332419,amlodipine 5 MG Oral Tablet,1994,9,32,1.71875 -1332419,amlodipine 5 MG Oral Tablet,1994,10,18,2.611111111111111 -1332419,amlodipine 5 MG Oral Tablet,1994,11,21,2.2857142857142856 -1332419,amlodipine 5 MG Oral Tablet,1994,12,17,2.1176470588235294 -1332419,amlodipine 5 MG Oral Tablet,1995,1,7,3.2857142857142856 -1332419,amlodipine 5 MG Oral Tablet,1995,2,1,3 -1332419,amlodipine 5 MG Oral Tablet,1995,4,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,1995,5,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,6,4,4.5 -1332419,amlodipine 5 MG Oral Tablet,1995,8,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,9,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,10,1,1 -1332419,amlodipine 5 MG Oral Tablet,1995,11,3,1 -1332419,amlodipine 5 MG Oral Tablet,1995,12,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1996,1,3,2 -1332419,amlodipine 5 MG Oral Tablet,1996,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1996,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,1996,5,1,2 -1332419,amlodipine 5 MG Oral Tablet,1996,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,1996,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1996,8,1,2 -1332419,amlodipine 5 MG Oral Tablet,1996,9,3,3 -1332419,amlodipine 5 MG Oral Tablet,1996,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,1996,11,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,1997,1,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,1997,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,1997,3,1,3 -1332419,amlodipine 5 MG Oral Tablet,1997,4,1,4 -1332419,amlodipine 5 MG Oral Tablet,1997,5,1,1 -1332419,amlodipine 5 MG Oral Tablet,1997,6,2,2 -1332419,amlodipine 5 MG Oral Tablet,1997,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,1997,9,2,1 -1332419,amlodipine 5 MG Oral Tablet,1997,11,1,3 -1332419,amlodipine 5 MG Oral Tablet,1997,12,1,1 -1332419,amlodipine 5 MG Oral Tablet,1998,1,2,1 -1332419,amlodipine 5 MG Oral Tablet,1998,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1998,3,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,1998,6,2,3 -1332419,amlodipine 5 MG Oral Tablet,1998,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,8,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,1998,9,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,1998,10,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,11,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,12,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1999,1,4,9.75 -1332419,amlodipine 5 MG Oral Tablet,1999,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1999,3,2,2 -1332419,amlodipine 5 MG Oral Tablet,1999,4,1,7 -1332419,amlodipine 5 MG Oral Tablet,1999,5,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,1999,6,2,8 -1332419,amlodipine 5 MG Oral Tablet,1999,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,1999,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,1999,9,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,1999,10,3,11.666666666666666 -1332419,amlodipine 5 MG Oral Tablet,1999,11,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1999,12,3,2 -1332419,amlodipine 5 MG Oral Tablet,2000,1,4,3.25 -1332419,amlodipine 5 MG Oral Tablet,2000,3,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2000,4,1,1 -1332419,amlodipine 5 MG Oral Tablet,2000,5,1,4 -1332419,amlodipine 5 MG Oral Tablet,2000,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2000,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,2000,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2000,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2000,10,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2000,11,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2000,12,4,6.5 -1332419,amlodipine 5 MG Oral Tablet,2001,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,3,2,1 -1332419,amlodipine 5 MG Oral Tablet,2001,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,5,2,4.5 -1332419,amlodipine 5 MG Oral Tablet,2001,6,3,3.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2001,7,5,2.6 -1332419,amlodipine 5 MG Oral Tablet,2001,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2001,10,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2001,11,1,25 -1332419,amlodipine 5 MG Oral Tablet,2001,12,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2002,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2002,4,3,2 -1332419,amlodipine 5 MG Oral Tablet,2002,5,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,2002,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2002,7,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2002,8,2,1 -1332419,amlodipine 5 MG Oral Tablet,2002,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2002,10,1,1 -1332419,amlodipine 5 MG Oral Tablet,2002,11,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2002,12,2,2 -1332419,amlodipine 5 MG Oral Tablet,2003,1,3,3 -1332419,amlodipine 5 MG Oral Tablet,2003,2,1,1 -1332419,amlodipine 5 MG Oral Tablet,2003,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2003,4,2,4 -1332419,amlodipine 5 MG Oral Tablet,2003,5,2,2 -1332419,amlodipine 5 MG Oral Tablet,2003,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2003,7,3,4.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2003,8,1,5 -1332419,amlodipine 5 MG Oral Tablet,2003,9,5,1.4 -1332419,amlodipine 5 MG Oral Tablet,2003,10,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2003,11,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2003,12,3,2 -1332419,amlodipine 5 MG Oral Tablet,2004,1,1,2 -1332419,amlodipine 5 MG Oral Tablet,2004,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2004,3,4,2 -1332419,amlodipine 5 MG Oral Tablet,2004,5,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2004,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2004,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,2004,8,1,1 -1332419,amlodipine 5 MG Oral Tablet,2004,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2004,11,2,4 -1332419,amlodipine 5 MG Oral Tablet,2004,12,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2005,2,8,2 -1332419,amlodipine 5 MG Oral Tablet,2005,3,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2005,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2005,5,2,2 -1332419,amlodipine 5 MG Oral Tablet,2005,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2005,8,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2005,9,4,2.75 -1332419,amlodipine 5 MG Oral Tablet,2005,10,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2005,11,6,2.1666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2006,1,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2006,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2006,3,2,2 -1332419,amlodipine 5 MG Oral Tablet,2006,5,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2006,6,4,8.5 -1332419,amlodipine 5 MG Oral Tablet,2006,7,3,2 -1332419,amlodipine 5 MG Oral Tablet,2006,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2006,9,1,2 -1332419,amlodipine 5 MG Oral Tablet,2006,11,1,3 -1332419,amlodipine 5 MG Oral Tablet,2006,12,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2007,1,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2007,2,1,1 -1332419,amlodipine 5 MG Oral Tablet,2007,3,4,3.75 -1332419,amlodipine 5 MG Oral Tablet,2007,4,5,3 -1332419,amlodipine 5 MG Oral Tablet,2007,5,4,2 -1332419,amlodipine 5 MG Oral Tablet,2007,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2007,7,2,2 -1332419,amlodipine 5 MG Oral Tablet,2007,8,5,2.8 -1332419,amlodipine 5 MG Oral Tablet,2007,9,3,6.666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2007,11,3,6.666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2007,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2008,1,2,1 -1332419,amlodipine 5 MG Oral Tablet,2008,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,2008,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2008,4,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2008,5,3,2 -1332419,amlodipine 5 MG Oral Tablet,2008,6,1,3 -1332419,amlodipine 5 MG Oral Tablet,2008,7,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2008,9,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2008,10,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2008,11,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2008,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2009,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2009,2,2,3 -1332419,amlodipine 5 MG Oral Tablet,2009,3,2,1 -1332419,amlodipine 5 MG Oral Tablet,2009,4,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2009,6,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2009,7,2,2 -1332419,amlodipine 5 MG Oral Tablet,2009,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2009,9,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2009,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,2009,11,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2009,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2010,2,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2010,3,2,3 -1332419,amlodipine 5 MG Oral Tablet,2010,4,1,2 -1332419,amlodipine 5 MG Oral Tablet,2010,5,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2010,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2010,7,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2010,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2010,9,3,2 -1332419,amlodipine 5 MG Oral Tablet,2010,10,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2010,11,4,3 -1332419,amlodipine 5 MG Oral Tablet,2010,12,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,1,5,1.2 -1332419,amlodipine 5 MG Oral Tablet,2011,3,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2011,5,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,6,2,1 -1332419,amlodipine 5 MG Oral Tablet,2011,7,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2011,8,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2011,9,6,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,10,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,11,1,2 -1332419,amlodipine 5 MG Oral Tablet,2011,12,5,1.6 -1332419,amlodipine 5 MG Oral Tablet,2012,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,2,2,6 -1332419,amlodipine 5 MG Oral Tablet,2012,3,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2012,4,5,1.2 -1332419,amlodipine 5 MG Oral Tablet,2012,5,4,2 -1332419,amlodipine 5 MG Oral Tablet,2012,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2012,7,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,8,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2012,9,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2012,10,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,11,4,7 -1332419,amlodipine 5 MG Oral Tablet,2012,12,2,2 -1332419,amlodipine 5 MG Oral Tablet,2013,1,3,2 -1332419,amlodipine 5 MG Oral Tablet,2013,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,2013,3,6,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2013,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2013,5,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2013,6,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,8,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2013,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,10,4,3 -1332419,amlodipine 5 MG Oral Tablet,2013,11,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2014,1,6,1.5 -1332419,amlodipine 5 MG Oral Tablet,2014,3,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2014,4,4,2 -1332419,amlodipine 5 MG Oral Tablet,2014,5,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2014,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2014,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2014,9,4,2 -1332419,amlodipine 5 MG Oral Tablet,2014,10,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2014,11,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2014,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2015,1,3,3.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2015,2,2,2 -1332419,amlodipine 5 MG Oral Tablet,2015,3,7,2 -1332419,amlodipine 5 MG Oral Tablet,2015,4,8,6 -1332419,amlodipine 5 MG Oral Tablet,2015,5,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2015,6,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2015,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,2015,8,4,2 -1332419,amlodipine 5 MG Oral Tablet,2015,11,4,4.25 -1332419,amlodipine 5 MG Oral Tablet,2015,12,1,1 -1332419,amlodipine 5 MG Oral Tablet,2016,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2016,2,3,2 -1332419,amlodipine 5 MG Oral Tablet,2016,3,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2016,4,2,2 -1332419,amlodipine 5 MG Oral Tablet,2016,5,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2016,6,4,3.25 -1332419,amlodipine 5 MG Oral Tablet,2016,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2016,8,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2016,9,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2016,10,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2016,11,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2016,12,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2017,1,1,11 -1332419,amlodipine 5 MG Oral Tablet,2017,2,2,2 -1332419,amlodipine 5 MG Oral Tablet,2017,3,2,6.5 -1332419,amlodipine 5 MG Oral Tablet,2017,5,2,1 -1332419,amlodipine 5 MG Oral Tablet,2017,6,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2017,7,3,3 -1332419,amlodipine 5 MG Oral Tablet,2017,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2017,9,2,1 -1332419,amlodipine 5 MG Oral Tablet,2017,10,3,2 -1332419,amlodipine 5 MG Oral Tablet,2017,11,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2017,12,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2018,1,6,2.5 -1332419,amlodipine 5 MG Oral Tablet,2018,2,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2018,3,3,2 -1332419,amlodipine 5 MG Oral Tablet,2018,4,3,6 -1332419,amlodipine 5 MG Oral Tablet,2018,5,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2018,6,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2018,7,2,1 -1332419,amlodipine 5 MG Oral Tablet,2018,8,2,2 -1332419,amlodipine 5 MG Oral Tablet,2018,9,9,2 -1332419,amlodipine 5 MG Oral Tablet,2018,10,5,1.4 -1332419,amlodipine 5 MG Oral Tablet,2018,11,7,1.8571428571428572 -1332419,amlodipine 5 MG Oral Tablet,2018,12,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2019,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2019,2,5,2.4 -1332419,amlodipine 5 MG Oral Tablet,2019,3,5,4.4 -1332419,amlodipine 5 MG Oral Tablet,2019,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2019,5,3,6 -1332419,amlodipine 5 MG Oral Tablet,2019,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2019,7,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2019,8,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2019,9,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2019,10,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,2019,12,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2020,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2020,2,2,1 -1332419,amlodipine 5 MG Oral Tablet,2020,3,5,3 -1332419,amlodipine 5 MG Oral Tablet,2020,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2020,5,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2020,6,5,3 -1332419,amlodipine 5 MG Oral Tablet,2020,7,6,2 -1332419,amlodipine 5 MG Oral Tablet,2020,8,5,2 -1332419,amlodipine 5 MG Oral Tablet,2020,9,8,1.625 -1332419,amlodipine 5 MG Oral Tablet,2020,10,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2020,11,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2020,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2021,1,5,2 -1332419,amlodipine 5 MG Oral Tablet,2021,2,3,2 -1332419,amlodipine 5 MG Oral Tablet,2021,3,4,5 -1332419,amlodipine 5 MG Oral Tablet,2021,4,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2021,5,5,1.6 -1332419,amlodipine 5 MG Oral Tablet,2021,6,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2021,8,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2021,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2021,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,2021,11,2,4 -1332419,amlodipine 5 MG Oral Tablet,2021,12,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2022,2,5,2.4 -1332419,amlodipine 5 MG Oral Tablet,2022,3,5,3.4 -1332419,amlodipine 5 MG Oral Tablet,2022,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2022,5,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2022,6,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2022,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,2022,8,3,2.3333333333333335 -1332419,amlodipine 5 MG Oral Tablet,2022,9,3,2 -1332419,amlodipine 5 MG Oral Tablet,2022,10,1,2 -1332419,amlodipine 5 MG Oral Tablet,2022,11,2,4.5 -1332419,amlodipine 5 MG Oral Tablet,2022,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2023,1,6,3 -1332419,amlodipine 5 MG Oral Tablet,2023,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2023,3,2,5.5 -1332419,amlodipine 5 MG Oral Tablet,2023,4,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2023,5,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1991,1,10,2 -1539411,simvastatin 20 MG Oral Tablet,1991,2,14,2.0714285714285716 -1539411,simvastatin 20 MG Oral Tablet,1991,3,15,1.8666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1991,4,11,2 -1539411,simvastatin 20 MG Oral Tablet,1991,5,19,3.473684210526316 -1539411,simvastatin 20 MG Oral Tablet,1991,6,16,2.6875 -1539411,simvastatin 20 MG Oral Tablet,1991,7,17,2.823529411764706 -1539411,simvastatin 20 MG Oral Tablet,1991,8,23,1.9565217391304348 -1539411,simvastatin 20 MG Oral Tablet,1991,9,19,1.7894736842105263 -1539411,simvastatin 20 MG Oral Tablet,1991,10,17,2.7058823529411766 -1539411,simvastatin 20 MG Oral Tablet,1991,11,11,1.8181818181818181 -1539411,simvastatin 20 MG Oral Tablet,1991,12,19,2.210526315789474 -1539411,simvastatin 20 MG Oral Tablet,1992,1,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1992,3,3,2 -1539411,simvastatin 20 MG Oral Tablet,1992,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,1992,5,1,5 -1539411,simvastatin 20 MG Oral Tablet,1992,6,4,2.75 -1539411,simvastatin 20 MG Oral Tablet,1992,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1992,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,1992,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1992,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,1992,11,1,4 -1539411,simvastatin 20 MG Oral Tablet,1992,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,1993,1,2,3 -1539411,simvastatin 20 MG Oral Tablet,1993,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,3,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,1993,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,1993,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,1993,6,2,2 -1539411,simvastatin 20 MG Oral Tablet,1993,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,1993,11,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,1,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,2,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,1994,4,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1994,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,8,1,3 -1539411,simvastatin 20 MG Oral Tablet,1994,9,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1994,10,2,3 -1539411,simvastatin 20 MG Oral Tablet,1994,11,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,1994,12,1,6 -1539411,simvastatin 20 MG Oral Tablet,1995,1,3,3.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,1995,2,1,3 -1539411,simvastatin 20 MG Oral Tablet,1995,4,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1995,5,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,6,4,4.5 -1539411,simvastatin 20 MG Oral Tablet,1995,8,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,9,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,10,1,1 -1539411,simvastatin 20 MG Oral Tablet,1995,11,3,1 -1539411,simvastatin 20 MG Oral Tablet,1995,12,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1996,1,3,2 -1539411,simvastatin 20 MG Oral Tablet,1996,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1996,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1996,5,1,2 -1539411,simvastatin 20 MG Oral Tablet,1996,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,1996,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1996,8,1,2 -1539411,simvastatin 20 MG Oral Tablet,1996,9,3,3 -1539411,simvastatin 20 MG Oral Tablet,1996,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,1996,11,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,1997,1,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,1997,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,1997,3,1,3 -1539411,simvastatin 20 MG Oral Tablet,1997,4,1,4 -1539411,simvastatin 20 MG Oral Tablet,1997,5,1,1 -1539411,simvastatin 20 MG Oral Tablet,1997,6,2,2 -1539411,simvastatin 20 MG Oral Tablet,1997,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,1997,9,2,1 -1539411,simvastatin 20 MG Oral Tablet,1997,11,1,3 -1539411,simvastatin 20 MG Oral Tablet,1997,12,1,1 -1539411,simvastatin 20 MG Oral Tablet,1998,1,2,1 -1539411,simvastatin 20 MG Oral Tablet,1998,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1998,3,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,1998,6,2,3 -1539411,simvastatin 20 MG Oral Tablet,1998,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,8,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,1998,9,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,1998,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,11,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,12,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1999,1,4,9.75 -1539411,simvastatin 20 MG Oral Tablet,1999,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1999,3,2,2 -1539411,simvastatin 20 MG Oral Tablet,1999,4,1,7 -1539411,simvastatin 20 MG Oral Tablet,1999,5,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,1999,6,2,8 -1539411,simvastatin 20 MG Oral Tablet,1999,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,1999,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1999,9,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,1999,10,3,11.666666666666666 -1539411,simvastatin 20 MG Oral Tablet,1999,11,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1999,12,3,2 -1539411,simvastatin 20 MG Oral Tablet,2000,1,4,3.25 -1539411,simvastatin 20 MG Oral Tablet,2000,3,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2000,4,1,1 -1539411,simvastatin 20 MG Oral Tablet,2000,5,1,4 -1539411,simvastatin 20 MG Oral Tablet,2000,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2000,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,2000,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2000,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2000,10,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2000,11,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2000,12,4,6.5 -1539411,simvastatin 20 MG Oral Tablet,2001,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,3,2,1 -1539411,simvastatin 20 MG Oral Tablet,2001,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,5,2,4.5 -1539411,simvastatin 20 MG Oral Tablet,2001,6,3,3.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2001,7,5,2.6 -1539411,simvastatin 20 MG Oral Tablet,2001,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2001,10,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2001,11,1,25 -1539411,simvastatin 20 MG Oral Tablet,2001,12,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2002,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2002,4,3,2 -1539411,simvastatin 20 MG Oral Tablet,2002,5,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,2002,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2002,7,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2002,8,2,1 -1539411,simvastatin 20 MG Oral Tablet,2002,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2002,10,1,1 -1539411,simvastatin 20 MG Oral Tablet,2002,11,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2002,12,2,2 -1539411,simvastatin 20 MG Oral Tablet,2003,1,3,3 -1539411,simvastatin 20 MG Oral Tablet,2003,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,2003,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2003,4,2,4 -1539411,simvastatin 20 MG Oral Tablet,2003,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,2003,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2003,7,3,4.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2003,8,1,5 -1539411,simvastatin 20 MG Oral Tablet,2003,9,5,1.4 -1539411,simvastatin 20 MG Oral Tablet,2003,10,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2003,11,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2003,12,3,2 -1539411,simvastatin 20 MG Oral Tablet,2004,1,1,2 -1539411,simvastatin 20 MG Oral Tablet,2004,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2004,3,4,2 -1539411,simvastatin 20 MG Oral Tablet,2004,5,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2004,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2004,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,2004,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,2004,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2004,11,2,4 -1539411,simvastatin 20 MG Oral Tablet,2004,12,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2005,2,8,2 -1539411,simvastatin 20 MG Oral Tablet,2005,3,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2005,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2005,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,2005,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2005,8,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2005,9,4,2.75 -1539411,simvastatin 20 MG Oral Tablet,2005,10,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2005,11,6,2.1666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2006,1,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2006,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2006,3,2,2 -1539411,simvastatin 20 MG Oral Tablet,2006,5,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2006,6,4,8.5 -1539411,simvastatin 20 MG Oral Tablet,2006,7,3,2 -1539411,simvastatin 20 MG Oral Tablet,2006,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2006,9,1,2 -1539411,simvastatin 20 MG Oral Tablet,2006,11,1,3 -1539411,simvastatin 20 MG Oral Tablet,2006,12,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2007,1,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2007,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,2007,3,4,3.75 -1539411,simvastatin 20 MG Oral Tablet,2007,4,5,3 -1539411,simvastatin 20 MG Oral Tablet,2007,5,4,2 -1539411,simvastatin 20 MG Oral Tablet,2007,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2007,7,2,2 -1539411,simvastatin 20 MG Oral Tablet,2007,8,5,2.8 -1539411,simvastatin 20 MG Oral Tablet,2007,9,3,6.666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2007,11,3,6.666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2007,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2008,1,2,1 -1539411,simvastatin 20 MG Oral Tablet,2008,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,2008,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2008,4,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2008,5,3,2 -1539411,simvastatin 20 MG Oral Tablet,2008,6,1,3 -1539411,simvastatin 20 MG Oral Tablet,2008,7,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2008,9,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2008,10,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2008,11,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2008,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2009,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2009,2,2,3 -1539411,simvastatin 20 MG Oral Tablet,2009,3,2,1 -1539411,simvastatin 20 MG Oral Tablet,2009,4,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2009,6,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2009,7,2,2 -1539411,simvastatin 20 MG Oral Tablet,2009,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2009,9,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2009,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,2009,11,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2009,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2010,2,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2010,3,2,3 -1539411,simvastatin 20 MG Oral Tablet,2010,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,2010,5,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2010,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2010,7,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2010,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2010,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,2010,10,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2010,11,4,3 -1539411,simvastatin 20 MG Oral Tablet,2010,12,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,1,5,1.2 -1539411,simvastatin 20 MG Oral Tablet,2011,3,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2011,5,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,6,2,1 -1539411,simvastatin 20 MG Oral Tablet,2011,7,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2011,8,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2011,9,6,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,10,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,11,1,2 -1539411,simvastatin 20 MG Oral Tablet,2011,12,5,1.6 -1539411,simvastatin 20 MG Oral Tablet,2012,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,2,2,6 -1539411,simvastatin 20 MG Oral Tablet,2012,3,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2012,4,5,1.2 -1539411,simvastatin 20 MG Oral Tablet,2012,5,4,2 -1539411,simvastatin 20 MG Oral Tablet,2012,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2012,7,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,8,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2012,9,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2012,10,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,11,4,7 -1539411,simvastatin 20 MG Oral Tablet,2012,12,2,2 -1539411,simvastatin 20 MG Oral Tablet,2013,1,3,2 -1539411,simvastatin 20 MG Oral Tablet,2013,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,2013,3,6,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2013,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2013,5,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2013,6,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,8,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2013,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,10,4,3 -1539411,simvastatin 20 MG Oral Tablet,2013,11,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2014,1,6,1.5 -1539411,simvastatin 20 MG Oral Tablet,2014,3,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2014,4,4,2 -1539411,simvastatin 20 MG Oral Tablet,2014,5,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2014,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2014,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2014,9,4,2 -1539411,simvastatin 20 MG Oral Tablet,2014,10,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2014,11,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2014,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2015,1,3,3.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2015,2,2,2 -1539411,simvastatin 20 MG Oral Tablet,2015,3,7,2 -1539411,simvastatin 20 MG Oral Tablet,2015,4,8,6 -1539411,simvastatin 20 MG Oral Tablet,2015,5,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2015,6,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2015,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,2015,8,4,2 -1539411,simvastatin 20 MG Oral Tablet,2015,11,4,4.25 -1539411,simvastatin 20 MG Oral Tablet,2015,12,1,1 -1539411,simvastatin 20 MG Oral Tablet,2016,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2016,2,3,2 -1539411,simvastatin 20 MG Oral Tablet,2016,3,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2016,4,2,2 -1539411,simvastatin 20 MG Oral Tablet,2016,5,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2016,6,4,3.25 -1539411,simvastatin 20 MG Oral Tablet,2016,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2016,8,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2016,9,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2016,10,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2016,11,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2016,12,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2017,1,1,11 -1539411,simvastatin 20 MG Oral Tablet,2017,2,2,2 -1539411,simvastatin 20 MG Oral Tablet,2017,3,2,6.5 -1539411,simvastatin 20 MG Oral Tablet,2017,5,2,1 -1539411,simvastatin 20 MG Oral Tablet,2017,6,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2017,7,3,3 -1539411,simvastatin 20 MG Oral Tablet,2017,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2017,9,2,1 -1539411,simvastatin 20 MG Oral Tablet,2017,10,3,2 -1539411,simvastatin 20 MG Oral Tablet,2017,11,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2017,12,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2018,1,6,2.5 -1539411,simvastatin 20 MG Oral Tablet,2018,2,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2018,3,3,2 -1539411,simvastatin 20 MG Oral Tablet,2018,4,3,6 -1539411,simvastatin 20 MG Oral Tablet,2018,5,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2018,6,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2018,7,2,1 -1539411,simvastatin 20 MG Oral Tablet,2018,8,2,2 -1539411,simvastatin 20 MG Oral Tablet,2018,9,9,2 -1539411,simvastatin 20 MG Oral Tablet,2018,10,5,1.4 -1539411,simvastatin 20 MG Oral Tablet,2018,11,7,1.8571428571428572 -1539411,simvastatin 20 MG Oral Tablet,2018,12,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2019,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2019,2,5,2.4 -1539411,simvastatin 20 MG Oral Tablet,2019,3,5,4.4 -1539411,simvastatin 20 MG Oral Tablet,2019,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2019,5,3,6 -1539411,simvastatin 20 MG Oral Tablet,2019,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2019,7,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2019,8,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2019,9,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2019,10,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,2019,12,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2020,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2020,2,2,1 -1539411,simvastatin 20 MG Oral Tablet,2020,3,5,3 -1539411,simvastatin 20 MG Oral Tablet,2020,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2020,5,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2020,6,5,3 -1539411,simvastatin 20 MG Oral Tablet,2020,7,6,2 -1539411,simvastatin 20 MG Oral Tablet,2020,8,5,2 -1539411,simvastatin 20 MG Oral Tablet,2020,9,8,1.625 -1539411,simvastatin 20 MG Oral Tablet,2020,10,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2020,11,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2020,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2021,1,5,2 -1539411,simvastatin 20 MG Oral Tablet,2021,2,3,2 -1539411,simvastatin 20 MG Oral Tablet,2021,3,4,5 -1539411,simvastatin 20 MG Oral Tablet,2021,4,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2021,5,5,1.6 -1539411,simvastatin 20 MG Oral Tablet,2021,6,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2021,8,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2021,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2021,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,2021,11,2,4 -1539411,simvastatin 20 MG Oral Tablet,2021,12,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2022,2,5,2.4 -1539411,simvastatin 20 MG Oral Tablet,2022,3,5,3.4 -1539411,simvastatin 20 MG Oral Tablet,2022,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2022,5,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2022,6,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2022,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,2022,8,3,2.3333333333333335 -1539411,simvastatin 20 MG Oral Tablet,2022,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,2022,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,2022,11,2,4.5 -1539411,simvastatin 20 MG Oral Tablet,2022,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2023,1,6,3 -1539411,simvastatin 20 MG Oral Tablet,2023,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2023,3,2,5.5 -1539411,simvastatin 20 MG Oral Tablet,2023,4,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2023,5,6,1.8333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,1996,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,2,3,1.3333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,1997,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,12,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,7,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,2,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,4,5,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,10,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,1,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,5,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,10,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,8,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,3,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,5,1,2 -1545959,atorvastatin 80 MG Oral Tablet,2018,6,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,7,4,1.25 -1545959,atorvastatin 80 MG Oral Tablet,2018,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,9,1,2 -1545959,atorvastatin 80 MG Oral Tablet,2018,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,10,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,1,3,1.3333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,2020,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,4,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,7,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,11,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,4,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,1,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 -4057420,Catheter ablation of tissue of heart,1955,4,2,1 -4057420,Catheter ablation of tissue of heart,1955,11,1,1 -4057420,Catheter ablation of tissue of heart,1960,4,1,1 -4057420,Catheter ablation of tissue of heart,1962,1,1,1 -4057420,Catheter ablation of tissue of heart,1963,6,1,1 -4057420,Catheter ablation of tissue of heart,1967,4,1,1 -4057420,Catheter ablation of tissue of heart,1973,6,1,1 -4057420,Catheter ablation of tissue of heart,1979,6,1,2 -4057420,Catheter ablation of tissue of heart,1979,12,1,1 -4057420,Catheter ablation of tissue of heart,1984,11,1,1 -4057420,Catheter ablation of tissue of heart,1985,4,1,5 -4057420,Catheter ablation of tissue of heart,1986,4,1,5 -4057420,Catheter ablation of tissue of heart,1986,6,1,1 -4057420,Catheter ablation of tissue of heart,1988,5,1,1 -4057420,Catheter ablation of tissue of heart,1988,6,1,1 -4057420,Catheter ablation of tissue of heart,1989,5,1,5 -4057420,Catheter ablation of tissue of heart,1990,5,1,5 -4057420,Catheter ablation of tissue of heart,1990,6,1,1 -4057420,Catheter ablation of tissue of heart,1990,9,1,1 -4057420,Catheter ablation of tissue of heart,1991,1,1,1 -4057420,Catheter ablation of tissue of heart,1991,3,1,1 -4057420,Catheter ablation of tissue of heart,1991,8,1,1 -4057420,Catheter ablation of tissue of heart,1991,9,1,1 -4057420,Catheter ablation of tissue of heart,1991,10,1,2 -4057420,Catheter ablation of tissue of heart,1992,5,2,3 -4057420,Catheter ablation of tissue of heart,1992,11,2,1.5 -4057420,Catheter ablation of tissue of heart,1993,2,1,2 -4057420,Catheter ablation of tissue of heart,1993,6,1,5 -4057420,Catheter ablation of tissue of heart,1994,2,1,2 -4057420,Catheter ablation of tissue of heart,1994,5,1,15 -4057420,Catheter ablation of tissue of heart,1994,6,1,1 -4057420,Catheter ablation of tissue of heart,1994,8,1,6 -4057420,Catheter ablation of tissue of heart,1994,9,1,1 -4057420,Catheter ablation of tissue of heart,1994,10,1,2 -4057420,Catheter ablation of tissue of heart,1995,6,2,2 -4057420,Catheter ablation of tissue of heart,1995,7,1,1 -4057420,Catheter ablation of tissue of heart,1995,9,1,1 -4057420,Catheter ablation of tissue of heart,1996,6,2,1.5 -4057420,Catheter ablation of tissue of heart,1996,10,1,1 -4057420,Catheter ablation of tissue of heart,1996,11,2,2 -4057420,Catheter ablation of tissue of heart,1997,2,1,1 -4057420,Catheter ablation of tissue of heart,1997,6,2,2 -4057420,Catheter ablation of tissue of heart,1997,8,1,1 -4057420,Catheter ablation of tissue of heart,1997,11,1,2 -4057420,Catheter ablation of tissue of heart,1998,2,1,2 -4057420,Catheter ablation of tissue of heart,1998,7,1,1 -4057420,Catheter ablation of tissue of heart,1998,8,1,5 -4057420,Catheter ablation of tissue of heart,1998,9,1,1 -4057420,Catheter ablation of tissue of heart,1998,10,1,1 -4057420,Catheter ablation of tissue of heart,1999,2,2,4 -4057420,Catheter ablation of tissue of heart,1999,6,1,2 -4057420,Catheter ablation of tissue of heart,1999,8,1,1 -4057420,Catheter ablation of tissue of heart,1999,12,1,2 -4057420,Catheter ablation of tissue of heart,2000,2,1,6 -4057420,Catheter ablation of tissue of heart,2000,4,1,1 -4057420,Catheter ablation of tissue of heart,2000,6,2,1.5 -4057420,Catheter ablation of tissue of heart,2000,10,1,1 -4057420,Catheter ablation of tissue of heart,2000,12,2,1.5 -4057420,Catheter ablation of tissue of heart,2001,4,1,2 -4057420,Catheter ablation of tissue of heart,2001,6,2,1.5 -4057420,Catheter ablation of tissue of heart,2001,9,2,1 -4057420,Catheter ablation of tissue of heart,2002,1,1,1 -4057420,Catheter ablation of tissue of heart,2002,2,1,1 -4057420,Catheter ablation of tissue of heart,2002,3,1,1 -4057420,Catheter ablation of tissue of heart,2002,4,1,1 -4057420,Catheter ablation of tissue of heart,2002,8,1,2 -4057420,Catheter ablation of tissue of heart,2003,2,1,1 -4057420,Catheter ablation of tissue of heart,2003,4,2,1 -4057420,Catheter ablation of tissue of heart,2003,8,2,2 -4057420,Catheter ablation of tissue of heart,2003,9,1,1 -4057420,Catheter ablation of tissue of heart,2003,10,1,1 -4057420,Catheter ablation of tissue of heart,2004,4,1,1 -4057420,Catheter ablation of tissue of heart,2004,5,1,1 -4057420,Catheter ablation of tissue of heart,2004,6,1,2 -4057420,Catheter ablation of tissue of heart,2004,8,1,2 -4057420,Catheter ablation of tissue of heart,2004,10,1,1 -4057420,Catheter ablation of tissue of heart,2004,11,2,1 -4057420,Catheter ablation of tissue of heart,2005,3,1,1 -4057420,Catheter ablation of tissue of heart,2005,4,2,1.5 -4057420,Catheter ablation of tissue of heart,2005,8,3,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2005,10,1,2 -4057420,Catheter ablation of tissue of heart,2005,11,1,1 -4057420,Catheter ablation of tissue of heart,2006,1,3,1 -4057420,Catheter ablation of tissue of heart,2006,3,2,1 -4057420,Catheter ablation of tissue of heart,2006,4,2,1 -4057420,Catheter ablation of tissue of heart,2006,5,2,1.5 -4057420,Catheter ablation of tissue of heart,2006,10,1,1 -4057420,Catheter ablation of tissue of heart,2006,12,1,2 -4057420,Catheter ablation of tissue of heart,2007,1,1,1 -4057420,Catheter ablation of tissue of heart,2007,2,1,1 -4057420,Catheter ablation of tissue of heart,2007,4,1,1 -4057420,Catheter ablation of tissue of heart,2007,6,1,2 -4057420,Catheter ablation of tissue of heart,2007,8,2,1.5 -4057420,Catheter ablation of tissue of heart,2007,11,1,2 -4057420,Catheter ablation of tissue of heart,2007,12,1,1 -4057420,Catheter ablation of tissue of heart,2008,2,1,1 -4057420,Catheter ablation of tissue of heart,2008,3,1,1 -4057420,Catheter ablation of tissue of heart,2008,4,1,1 -4057420,Catheter ablation of tissue of heart,2008,8,1,2 -4057420,Catheter ablation of tissue of heart,2008,9,1,2 -4057420,Catheter ablation of tissue of heart,2008,12,2,1 -4057420,Catheter ablation of tissue of heart,2009,5,1,1 -4057420,Catheter ablation of tissue of heart,2009,7,1,1 -4057420,Catheter ablation of tissue of heart,2009,10,1,1 -4057420,Catheter ablation of tissue of heart,2009,11,1,1 -4057420,Catheter ablation of tissue of heart,2010,4,3,1 -4057420,Catheter ablation of tissue of heart,2010,5,2,1 -4057420,Catheter ablation of tissue of heart,2010,7,1,2 -4057420,Catheter ablation of tissue of heart,2010,9,2,2.5 -4057420,Catheter ablation of tissue of heart,2010,12,2,1.5 -4057420,Catheter ablation of tissue of heart,2011,1,1,1 -4057420,Catheter ablation of tissue of heart,2011,2,1,1 -4057420,Catheter ablation of tissue of heart,2011,3,1,1 -4057420,Catheter ablation of tissue of heart,2011,6,2,2 -4057420,Catheter ablation of tissue of heart,2011,7,1,2 -4057420,Catheter ablation of tissue of heart,2011,9,2,2 -4057420,Catheter ablation of tissue of heart,2011,10,1,2 -4057420,Catheter ablation of tissue of heart,2011,12,1,1 -4057420,Catheter ablation of tissue of heart,2012,1,1,1 -4057420,Catheter ablation of tissue of heart,2012,3,1,4 -4057420,Catheter ablation of tissue of heart,2012,4,1,2 -4057420,Catheter ablation of tissue of heart,2012,5,1,1 -4057420,Catheter ablation of tissue of heart,2012,7,1,1 -4057420,Catheter ablation of tissue of heart,2012,8,1,1 -4057420,Catheter ablation of tissue of heart,2012,9,4,1.75 -4057420,Catheter ablation of tissue of heart,2012,11,1,1 -4057420,Catheter ablation of tissue of heart,2012,12,4,1.25 -4057420,Catheter ablation of tissue of heart,2013,1,2,1 -4057420,Catheter ablation of tissue of heart,2013,2,2,1 -4057420,Catheter ablation of tissue of heart,2013,3,2,3 -4057420,Catheter ablation of tissue of heart,2013,4,2,1.5 -4057420,Catheter ablation of tissue of heart,2013,7,7,3 -4057420,Catheter ablation of tissue of heart,2013,8,4,2.25 -4057420,Catheter ablation of tissue of heart,2013,9,10,1.5 -4057420,Catheter ablation of tissue of heart,2013,10,11,2.090909090909091 -4057420,Catheter ablation of tissue of heart,2013,11,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2013,12,10,2.3 -4057420,Catheter ablation of tissue of heart,2014,1,9,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2014,2,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2014,3,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2014,4,11,1.3636363636363635 -4057420,Catheter ablation of tissue of heart,2014,5,15,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2014,6,9,2.111111111111111 -4057420,Catheter ablation of tissue of heart,2014,7,4,1.25 -4057420,Catheter ablation of tissue of heart,2014,8,7,2.142857142857143 -4057420,Catheter ablation of tissue of heart,2014,9,9,2.5555555555555554 -4057420,Catheter ablation of tissue of heart,2014,10,8,2.625 -4057420,Catheter ablation of tissue of heart,2014,11,7,1.8571428571428572 -4057420,Catheter ablation of tissue of heart,2014,12,8,1.375 -4057420,Catheter ablation of tissue of heart,2015,1,15,2 -4057420,Catheter ablation of tissue of heart,2015,2,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2015,3,6,1.8333333333333333 -4057420,Catheter ablation of tissue of heart,2015,4,6,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2015,5,9,5.555555555555555 -4057420,Catheter ablation of tissue of heart,2015,6,9,6.444444444444445 -4057420,Catheter ablation of tissue of heart,2015,7,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2015,8,6,1.5 -4057420,Catheter ablation of tissue of heart,2015,9,4,1 -4057420,Catheter ablation of tissue of heart,2015,10,10,1.8 -4057420,Catheter ablation of tissue of heart,2015,11,9,1.5555555555555556 -4057420,Catheter ablation of tissue of heart,2015,12,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2016,1,6,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2016,2,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2016,3,13,1.4615384615384615 -4057420,Catheter ablation of tissue of heart,2016,4,9,1.5555555555555556 -4057420,Catheter ablation of tissue of heart,2016,5,13,1.9230769230769231 -4057420,Catheter ablation of tissue of heart,2016,6,13,2.230769230769231 -4057420,Catheter ablation of tissue of heart,2016,7,8,1.5 -4057420,Catheter ablation of tissue of heart,2016,8,6,2 -4057420,Catheter ablation of tissue of heart,2016,9,8,2.5 -4057420,Catheter ablation of tissue of heart,2016,10,9,2.111111111111111 -4057420,Catheter ablation of tissue of heart,2016,11,13,1.4615384615384615 -4057420,Catheter ablation of tissue of heart,2016,12,10,3.3 -4057420,Catheter ablation of tissue of heart,2017,1,14,1.8571428571428572 -4057420,Catheter ablation of tissue of heart,2017,2,7,5.857142857142857 -4057420,Catheter ablation of tissue of heart,2017,3,12,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2017,4,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2017,5,9,6.777777777777778 -4057420,Catheter ablation of tissue of heart,2017,6,9,3.111111111111111 -4057420,Catheter ablation of tissue of heart,2017,7,8,1.875 -4057420,Catheter ablation of tissue of heart,2017,8,13,4.153846153846154 -4057420,Catheter ablation of tissue of heart,2017,9,10,2 -4057420,Catheter ablation of tissue of heart,2017,10,12,2.8333333333333335 -4057420,Catheter ablation of tissue of heart,2017,11,14,2.2857142857142856 -4057420,Catheter ablation of tissue of heart,2017,12,10,1.7 -4057420,Catheter ablation of tissue of heart,2018,1,7,1.1428571428571428 -4057420,Catheter ablation of tissue of heart,2018,2,1,2 -4057420,Catheter ablation of tissue of heart,2018,3,9,1.4444444444444444 -4057420,Catheter ablation of tissue of heart,2018,4,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2018,5,12,1.5833333333333333 -4057420,Catheter ablation of tissue of heart,2018,6,9,1.4444444444444444 -4057420,Catheter ablation of tissue of heart,2018,7,8,2.125 -4057420,Catheter ablation of tissue of heart,2018,8,14,2.2142857142857144 -4057420,Catheter ablation of tissue of heart,2018,9,6,5.333333333333333 -4057420,Catheter ablation of tissue of heart,2018,10,5,1 -4057420,Catheter ablation of tissue of heart,2018,11,8,2.125 -4057420,Catheter ablation of tissue of heart,2018,12,8,2 -4057420,Catheter ablation of tissue of heart,2019,1,12,2 -4057420,Catheter ablation of tissue of heart,2019,2,8,1.375 -4057420,Catheter ablation of tissue of heart,2019,3,6,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2019,4,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2019,5,12,4.833333333333333 -4057420,Catheter ablation of tissue of heart,2019,6,10,2.8 -4057420,Catheter ablation of tissue of heart,2019,7,13,4.230769230769231 -4057420,Catheter ablation of tissue of heart,2019,8,13,3.1538461538461537 -4057420,Catheter ablation of tissue of heart,2019,9,11,4.2727272727272725 -4057420,Catheter ablation of tissue of heart,2019,10,10,2.8 -4057420,Catheter ablation of tissue of heart,2019,11,11,2.4545454545454546 -4057420,Catheter ablation of tissue of heart,2019,12,11,2 -4057420,Catheter ablation of tissue of heart,2020,1,20,2.5 -4057420,Catheter ablation of tissue of heart,2020,2,5,1.8 -4057420,Catheter ablation of tissue of heart,2020,3,12,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2020,4,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2020,5,6,2.3333333333333335 -4057420,Catheter ablation of tissue of heart,2020,6,10,1.4 -4057420,Catheter ablation of tissue of heart,2020,7,16,2.9375 -4057420,Catheter ablation of tissue of heart,2020,8,14,2.7142857142857144 -4057420,Catheter ablation of tissue of heart,2020,9,9,4.222222222222222 -4057420,Catheter ablation of tissue of heart,2020,10,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2020,11,12,2 -4057420,Catheter ablation of tissue of heart,2020,12,15,1.6 -4057420,Catheter ablation of tissue of heart,2021,1,10,1.7 -4057420,Catheter ablation of tissue of heart,2021,2,11,1.8181818181818181 -4057420,Catheter ablation of tissue of heart,2021,3,14,1.8571428571428572 -4057420,Catheter ablation of tissue of heart,2021,4,10,1.6 -4057420,Catheter ablation of tissue of heart,2021,5,9,2.4444444444444446 -4057420,Catheter ablation of tissue of heart,2021,6,10,2.9 -4057420,Catheter ablation of tissue of heart,2021,7,20,1.65 -4057420,Catheter ablation of tissue of heart,2021,8,10,3.4 -4057420,Catheter ablation of tissue of heart,2021,9,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2021,10,14,1.5714285714285714 -4057420,Catheter ablation of tissue of heart,2021,11,14,2.2857142857142856 -4057420,Catheter ablation of tissue of heart,2021,12,15,2.1333333333333333 -4057420,Catheter ablation of tissue of heart,2022,1,8,1.625 -4057420,Catheter ablation of tissue of heart,2022,2,6,1.5 -4057420,Catheter ablation of tissue of heart,2022,3,13,1.9230769230769231 -4057420,Catheter ablation of tissue of heart,2022,4,12,1.8333333333333333 -4057420,Catheter ablation of tissue of heart,2022,5,10,1.5 -4057420,Catheter ablation of tissue of heart,2022,6,8,2.5 -4057420,Catheter ablation of tissue of heart,2022,7,13,4.076923076923077 -4057420,Catheter ablation of tissue of heart,2022,8,9,2.3333333333333335 -4057420,Catheter ablation of tissue of heart,2022,9,12,4.333333333333333 -4057420,Catheter ablation of tissue of heart,2022,10,10,1.6 -4057420,Catheter ablation of tissue of heart,2022,11,12,2.1666666666666665 -4057420,Catheter ablation of tissue of heart,2022,12,16,2 -4057420,Catheter ablation of tissue of heart,2023,1,6,3.3333333333333335 -4057420,Catheter ablation of tissue of heart,2023,2,14,1.7857142857142858 -4057420,Catheter ablation of tissue of heart,2023,3,15,1.9333333333333333 -4057420,Catheter ablation of tissue of heart,2023,4,8,1.5 -4057420,Catheter ablation of tissue of heart,2023,5,12,1.75 -4057420,Catheter ablation of tissue of heart,2023,6,4,1.75 -4078793,Direct current cardioversion,1977,5,1,2 -4078793,Direct current cardioversion,1978,6,1,2 -4078793,Direct current cardioversion,1980,6,1,2 -4078793,Direct current cardioversion,1984,4,1,5 -4078793,Direct current cardioversion,1987,5,1,5 -4078793,Direct current cardioversion,1988,5,1,5 -4078793,Direct current cardioversion,1988,6,1,1 -4078793,Direct current cardioversion,1989,6,1,1 -4078793,Direct current cardioversion,1990,6,1,1 -4078793,Direct current cardioversion,1990,10,1,2 -4078793,Direct current cardioversion,1991,5,2,10 -4078793,Direct current cardioversion,1991,6,1,1 -4078793,Direct current cardioversion,1991,10,2,2 -4078793,Direct current cardioversion,1992,5,1,15 -4078793,Direct current cardioversion,1992,6,1,1 -4078793,Direct current cardioversion,1992,10,2,2 -4078793,Direct current cardioversion,1993,1,1,2 -4078793,Direct current cardioversion,1993,5,1,15 -4078793,Direct current cardioversion,1993,7,1,1 -4078793,Direct current cardioversion,1993,9,1,1 -4078793,Direct current cardioversion,1993,10,1,2 -4078793,Direct current cardioversion,1993,11,2,2 -4078793,Direct current cardioversion,1994,1,1,2 -4078793,Direct current cardioversion,1994,5,1,2 -4078793,Direct current cardioversion,1994,7,1,1 -4078793,Direct current cardioversion,1994,9,1,1 -4078793,Direct current cardioversion,1994,11,2,2 -4078793,Direct current cardioversion,1995,1,1,2 -4078793,Direct current cardioversion,1995,2,1,2 -4078793,Direct current cardioversion,1995,5,2,8.5 -4078793,Direct current cardioversion,1995,7,1,1 -4078793,Direct current cardioversion,1995,8,1,6 -4078793,Direct current cardioversion,1995,10,1,2 -4078793,Direct current cardioversion,1995,11,2,2 -4078793,Direct current cardioversion,1996,1,2,4 -4078793,Direct current cardioversion,1996,2,1,2 -4078793,Direct current cardioversion,1996,5,2,8.5 -4078793,Direct current cardioversion,1996,6,2,2 -4078793,Direct current cardioversion,1996,7,2,1.5 -4078793,Direct current cardioversion,1996,8,1,1 -4078793,Direct current cardioversion,1996,9,2,3.5 -4078793,Direct current cardioversion,1996,11,1,2 -4078793,Direct current cardioversion,1997,1,2,4 -4078793,Direct current cardioversion,1997,2,1,2 -4078793,Direct current cardioversion,1997,3,1,2 -4078793,Direct current cardioversion,1997,5,1,2 -4078793,Direct current cardioversion,1997,6,2,8.5 -4078793,Direct current cardioversion,1997,7,1,2 -4078793,Direct current cardioversion,1997,9,3,2.6666666666666665 -4078793,Direct current cardioversion,1997,10,1,2 -4078793,Direct current cardioversion,1997,11,1,2 -4078793,Direct current cardioversion,1997,12,1,2 -4078793,Direct current cardioversion,1998,2,1,6 -4078793,Direct current cardioversion,1998,3,2,2 -4078793,Direct current cardioversion,1998,5,1,2 -4078793,Direct current cardioversion,1998,6,2,8.5 -4078793,Direct current cardioversion,1998,7,1,2 -4078793,Direct current cardioversion,1998,8,1,2 -4078793,Direct current cardioversion,1998,9,2,3.5 -4078793,Direct current cardioversion,1998,10,1,2 -4078793,Direct current cardioversion,1998,11,1,2 -4078793,Direct current cardioversion,1998,12,3,2 -4078793,Direct current cardioversion,1999,3,2,2 -4078793,Direct current cardioversion,1999,6,2,8.5 -4078793,Direct current cardioversion,1999,7,1,2 -4078793,Direct current cardioversion,1999,8,2,3.5 -4078793,Direct current cardioversion,1999,9,2,3.5 -4078793,Direct current cardioversion,1999,10,2,1.5 -4078793,Direct current cardioversion,1999,11,1,2 -4078793,Direct current cardioversion,1999,12,2,2 -4078793,Direct current cardioversion,2000,2,1,2 -4078793,Direct current cardioversion,2000,3,2,2 -4078793,Direct current cardioversion,2000,4,1,2 -4078793,Direct current cardioversion,2000,7,4,2 -4078793,Direct current cardioversion,2000,8,1,2 -4078793,Direct current cardioversion,2000,9,2,3.5 -4078793,Direct current cardioversion,2000,10,2,1.5 -4078793,Direct current cardioversion,2000,12,1,2 -4078793,Direct current cardioversion,2001,2,2,4 -4078793,Direct current cardioversion,2001,3,1,2 -4078793,Direct current cardioversion,2001,7,3,2 -4078793,Direct current cardioversion,2001,8,3,2 -4078793,Direct current cardioversion,2001,9,1,1 -4078793,Direct current cardioversion,2001,10,3,2.6666666666666665 -4078793,Direct current cardioversion,2001,11,1,2 -4078793,Direct current cardioversion,2002,2,1,2 -4078793,Direct current cardioversion,2002,3,1,6 -4078793,Direct current cardioversion,2002,4,2,2 -4078793,Direct current cardioversion,2002,6,2,2 -4078793,Direct current cardioversion,2002,7,2,2 -4078793,Direct current cardioversion,2002,8,3,2 -4078793,Direct current cardioversion,2002,10,3,2.6666666666666665 -4078793,Direct current cardioversion,2002,11,2,1.5 -4078793,Direct current cardioversion,2003,1,1,1 -4078793,Direct current cardioversion,2003,3,1,6 -4078793,Direct current cardioversion,2003,4,2,2 -4078793,Direct current cardioversion,2003,5,1,1 -4078793,Direct current cardioversion,2003,6,2,2 -4078793,Direct current cardioversion,2003,7,2,2 -4078793,Direct current cardioversion,2003,8,3,2 -4078793,Direct current cardioversion,2003,10,2,4 -4078793,Direct current cardioversion,2003,11,3,1.6666666666666667 -4078793,Direct current cardioversion,2004,1,2,1 -4078793,Direct current cardioversion,2004,3,1,6 -4078793,Direct current cardioversion,2004,4,4,1.75 -4078793,Direct current cardioversion,2004,5,1,1 -4078793,Direct current cardioversion,2004,7,1,2 -4078793,Direct current cardioversion,2004,8,3,2 -4078793,Direct current cardioversion,2004,9,1,2 -4078793,Direct current cardioversion,2004,10,2,1.5 -4078793,Direct current cardioversion,2004,11,2,2 -4078793,Direct current cardioversion,2005,1,3,1.6666666666666667 -4078793,Direct current cardioversion,2005,2,1,2 -4078793,Direct current cardioversion,2005,3,1,6 -4078793,Direct current cardioversion,2005,4,2,1.5 -4078793,Direct current cardioversion,2005,5,1,2 -4078793,Direct current cardioversion,2005,6,1,1 -4078793,Direct current cardioversion,2005,7,1,2 -4078793,Direct current cardioversion,2005,8,3,2 -4078793,Direct current cardioversion,2005,9,1,2 -4078793,Direct current cardioversion,2005,11,3,1.6666666666666667 -4078793,Direct current cardioversion,2006,1,1,1 -4078793,Direct current cardioversion,2006,2,1,3 -4078793,Direct current cardioversion,2006,3,1,2 -4078793,Direct current cardioversion,2006,4,2,2 -4078793,Direct current cardioversion,2006,6,1,1 -4078793,Direct current cardioversion,2006,7,1,2 -4078793,Direct current cardioversion,2006,8,5,1.8 -4078793,Direct current cardioversion,2006,9,1,2 -4078793,Direct current cardioversion,2006,11,4,1.75 -4078793,Direct current cardioversion,2006,12,1,1 -4078793,Direct current cardioversion,2007,1,2,1 -4078793,Direct current cardioversion,2007,3,3,1.3333333333333333 -4078793,Direct current cardioversion,2007,5,2,1.5 -4078793,Direct current cardioversion,2007,7,1,2 -4078793,Direct current cardioversion,2007,8,1,2 -4078793,Direct current cardioversion,2007,9,2,2 -4078793,Direct current cardioversion,2007,11,1,2 -4078793,Direct current cardioversion,2007,12,2,1.5 -4078793,Direct current cardioversion,2008,1,1,1 -4078793,Direct current cardioversion,2008,2,1,1 -4078793,Direct current cardioversion,2008,3,1,1 -4078793,Direct current cardioversion,2008,5,1,1 -4078793,Direct current cardioversion,2008,6,1,2 -4078793,Direct current cardioversion,2008,7,1,2 -4078793,Direct current cardioversion,2008,8,1,1 -4078793,Direct current cardioversion,2008,9,3,2 -4078793,Direct current cardioversion,2008,11,1,2 -4078793,Direct current cardioversion,2008,12,3,1.6666666666666667 -4078793,Direct current cardioversion,2009,1,1,1 -4078793,Direct current cardioversion,2009,2,2,2.5 -4078793,Direct current cardioversion,2009,3,1,1 -4078793,Direct current cardioversion,2009,4,2,1 -4078793,Direct current cardioversion,2009,5,1,3 -4078793,Direct current cardioversion,2009,6,1,2 -4078793,Direct current cardioversion,2009,7,1,2 -4078793,Direct current cardioversion,2009,8,2,1.5 -4078793,Direct current cardioversion,2009,9,2,2 -4078793,Direct current cardioversion,2009,10,1,2 -4078793,Direct current cardioversion,2009,11,2,1.5 -4078793,Direct current cardioversion,2009,12,4,1.5 -4078793,Direct current cardioversion,2010,1,1,1 -4078793,Direct current cardioversion,2010,2,2,2.5 -4078793,Direct current cardioversion,2010,3,1,2 -4078793,Direct current cardioversion,2010,4,1,1 -4078793,Direct current cardioversion,2010,5,1,1 -4078793,Direct current cardioversion,2010,6,1,3 -4078793,Direct current cardioversion,2010,7,1,1 -4078793,Direct current cardioversion,2010,8,1,1 -4078793,Direct current cardioversion,2010,9,2,2 -4078793,Direct current cardioversion,2010,10,3,1.3333333333333333 -4078793,Direct current cardioversion,2010,11,2,1.5 -4078793,Direct current cardioversion,2010,12,2,1.5 -4078793,Direct current cardioversion,2011,1,2,1 -4078793,Direct current cardioversion,2011,2,1,1 -4078793,Direct current cardioversion,2011,3,2,3 -4078793,Direct current cardioversion,2011,4,2,1 -4078793,Direct current cardioversion,2011,5,2,1 -4078793,Direct current cardioversion,2011,7,2,1.5 -4078793,Direct current cardioversion,2011,9,2,1.5 -4078793,Direct current cardioversion,2011,10,3,2.3333333333333335 -4078793,Direct current cardioversion,2011,11,2,1 -4078793,Direct current cardioversion,2011,12,2,2 -4078793,Direct current cardioversion,2012,1,5,1.2 -4078793,Direct current cardioversion,2012,2,3,1 -4078793,Direct current cardioversion,2012,4,5,1.4 -4078793,Direct current cardioversion,2012,5,1,1 -4078793,Direct current cardioversion,2012,6,2,2.5 -4078793,Direct current cardioversion,2012,7,1,2 -4078793,Direct current cardioversion,2012,8,2,1.5 -4078793,Direct current cardioversion,2012,10,5,2 -4078793,Direct current cardioversion,2012,11,3,1.3333333333333333 -4078793,Direct current cardioversion,2012,12,1,1 -4078793,Direct current cardioversion,2013,1,2,1.5 -4078793,Direct current cardioversion,2013,2,4,1 -4078793,Direct current cardioversion,2013,4,5,1.4 -4078793,Direct current cardioversion,2013,5,2,1 -4078793,Direct current cardioversion,2013,6,10,2 -4078793,Direct current cardioversion,2013,7,29,2.6206896551724137 -4078793,Direct current cardioversion,2013,8,28,2.5357142857142856 -4078793,Direct current cardioversion,2013,9,22,2.227272727272727 -4078793,Direct current cardioversion,2013,10,39,2.282051282051282 -4078793,Direct current cardioversion,2013,11,25,1.72 -4078793,Direct current cardioversion,2013,12,27,2.2222222222222223 -4078793,Direct current cardioversion,2014,1,27,1.962962962962963 -4078793,Direct current cardioversion,2014,2,35,2.4285714285714284 -4078793,Direct current cardioversion,2014,3,24,1.9166666666666667 -4078793,Direct current cardioversion,2014,4,21,3.2857142857142856 -4078793,Direct current cardioversion,2014,5,33,1.696969696969697 -4078793,Direct current cardioversion,2014,6,32,3.46875 -4078793,Direct current cardioversion,2014,7,39,2.717948717948718 -4078793,Direct current cardioversion,2014,8,26,2.769230769230769 -4078793,Direct current cardioversion,2014,9,27,1.5925925925925926 -4078793,Direct current cardioversion,2014,10,35,2.1714285714285713 -4078793,Direct current cardioversion,2014,11,38,1.8157894736842106 -4078793,Direct current cardioversion,2014,12,29,2.2413793103448274 -4078793,Direct current cardioversion,2015,1,21,1.9523809523809523 -4078793,Direct current cardioversion,2015,2,38,2.4473684210526314 -4078793,Direct current cardioversion,2015,3,37,2.5945945945945947 -4078793,Direct current cardioversion,2015,4,25,1.56 -4078793,Direct current cardioversion,2015,5,37,2.081081081081081 -4078793,Direct current cardioversion,2015,6,38,2.0526315789473686 -4078793,Direct current cardioversion,2015,7,25,2.84 -4078793,Direct current cardioversion,2015,8,43,2.7906976744186047 -4078793,Direct current cardioversion,2015,9,33,1.8181818181818181 -4078793,Direct current cardioversion,2015,10,38,2.3684210526315788 -4078793,Direct current cardioversion,2015,11,39,2 -4078793,Direct current cardioversion,2015,12,31,2.129032258064516 -4078793,Direct current cardioversion,2016,1,28,2.2142857142857144 -4078793,Direct current cardioversion,2016,2,34,2.676470588235294 -4078793,Direct current cardioversion,2016,3,36,2.5277777777777777 -4078793,Direct current cardioversion,2016,4,24,1.9583333333333333 -4078793,Direct current cardioversion,2016,5,38,2.973684210526316 -4078793,Direct current cardioversion,2016,6,39,3 -4078793,Direct current cardioversion,2016,7,30,2.6666666666666665 -4078793,Direct current cardioversion,2016,8,46,2.5869565217391304 -4078793,Direct current cardioversion,2016,9,29,1.6206896551724137 -4078793,Direct current cardioversion,2016,10,35,2.1142857142857143 -4078793,Direct current cardioversion,2016,11,40,2.15 -4078793,Direct current cardioversion,2016,12,25,1.88 -4078793,Direct current cardioversion,2017,1,31,1.8387096774193548 -4078793,Direct current cardioversion,2017,2,32,1.90625 -4078793,Direct current cardioversion,2017,3,33,2.5454545454545454 -4078793,Direct current cardioversion,2017,4,30,1.9333333333333333 -4078793,Direct current cardioversion,2017,5,42,1.7142857142857142 -4078793,Direct current cardioversion,2017,6,47,2.8085106382978724 -4078793,Direct current cardioversion,2017,7,34,1.9705882352941178 -4078793,Direct current cardioversion,2017,8,40,2.525 -4078793,Direct current cardioversion,2017,9,26,1.5769230769230769 -4078793,Direct current cardioversion,2017,10,36,1.8888888888888888 -4078793,Direct current cardioversion,2017,11,43,2.1627906976744184 -4078793,Direct current cardioversion,2017,12,28,2.107142857142857 -4078793,Direct current cardioversion,2018,1,39,2.1794871794871793 -4078793,Direct current cardioversion,2018,2,36,2.6944444444444446 -4078793,Direct current cardioversion,2018,3,46,2.3260869565217392 -4078793,Direct current cardioversion,2018,4,36,1.9166666666666667 -4078793,Direct current cardioversion,2018,5,39,2.58974358974359 -4078793,Direct current cardioversion,2018,6,50,2.92 -4078793,Direct current cardioversion,2018,7,36,2.4166666666666665 -4078793,Direct current cardioversion,2018,8,46,2.891304347826087 -4078793,Direct current cardioversion,2018,9,38,1.736842105263158 -4078793,Direct current cardioversion,2018,10,42,2.0238095238095237 -4078793,Direct current cardioversion,2018,11,50,2.38 -4078793,Direct current cardioversion,2018,12,33,1.7272727272727273 -4078793,Direct current cardioversion,2019,1,37,2.1621621621621623 -4078793,Direct current cardioversion,2019,2,30,2.066666666666667 -4078793,Direct current cardioversion,2019,3,52,2.8076923076923075 -4078793,Direct current cardioversion,2019,4,40,1.875 -4078793,Direct current cardioversion,2019,5,37,1.837837837837838 -4078793,Direct current cardioversion,2019,6,49,1.9795918367346939 -4078793,Direct current cardioversion,2019,7,38,2.473684210526316 -4078793,Direct current cardioversion,2019,8,47,2.5106382978723403 -4078793,Direct current cardioversion,2019,9,34,2.5588235294117645 -4078793,Direct current cardioversion,2019,10,39,1.564102564102564 -4078793,Direct current cardioversion,2019,11,44,2.1818181818181817 -4078793,Direct current cardioversion,2019,12,41,1.975609756097561 -4078793,Direct current cardioversion,2020,1,35,2.085714285714286 -4078793,Direct current cardioversion,2020,2,33,1.878787878787879 -4078793,Direct current cardioversion,2020,3,48,3 -4078793,Direct current cardioversion,2020,4,40,1.85 -4078793,Direct current cardioversion,2020,5,39,2.5641025641025643 -4078793,Direct current cardioversion,2020,6,58,2.4655172413793105 -4078793,Direct current cardioversion,2020,7,42,2.6666666666666665 -4078793,Direct current cardioversion,2020,8,42,2.8095238095238093 -4078793,Direct current cardioversion,2020,9,48,2.3541666666666665 -4078793,Direct current cardioversion,2020,10,40,1.8 -4078793,Direct current cardioversion,2020,11,54,2.1296296296296298 -4078793,Direct current cardioversion,2020,12,45,2.2 -4078793,Direct current cardioversion,2021,1,43,2.046511627906977 -4078793,Direct current cardioversion,2021,2,29,2.3793103448275863 -4078793,Direct current cardioversion,2021,3,49,2.3877551020408165 -4078793,Direct current cardioversion,2021,4,43,2.4651162790697674 -4078793,Direct current cardioversion,2021,5,41,1.6341463414634145 -4078793,Direct current cardioversion,2021,6,51,3 -4078793,Direct current cardioversion,2021,7,57,3.263157894736842 -4078793,Direct current cardioversion,2021,8,36,2.4444444444444446 -4078793,Direct current cardioversion,2021,9,56,3 -4078793,Direct current cardioversion,2021,10,38,1.868421052631579 -4078793,Direct current cardioversion,2021,11,48,1.9375 -4078793,Direct current cardioversion,2021,12,51,2.019607843137255 -4078793,Direct current cardioversion,2022,1,44,2.1818181818181817 -4078793,Direct current cardioversion,2022,2,45,2.2888888888888888 -4078793,Direct current cardioversion,2022,3,49,2.4693877551020407 -4078793,Direct current cardioversion,2022,4,42,2.4523809523809526 -4078793,Direct current cardioversion,2022,5,49,1.8775510204081634 -4078793,Direct current cardioversion,2022,6,54,2.925925925925926 -4078793,Direct current cardioversion,2022,7,59,2.9322033898305087 -4078793,Direct current cardioversion,2022,8,42,2.2857142857142856 -4078793,Direct current cardioversion,2022,9,60,2.7 -4078793,Direct current cardioversion,2022,10,43,1.7906976744186047 -4078793,Direct current cardioversion,2022,11,52,2.0961538461538463 -4078793,Direct current cardioversion,2022,12,56,2.0714285714285716 -4078793,Direct current cardioversion,2023,1,40,1.975 -4078793,Direct current cardioversion,2023,2,43,2.302325581395349 -4078793,Direct current cardioversion,2023,3,42,2.4761904761904763 -4078793,Direct current cardioversion,2023,4,53,2.3962264150943398 -4078793,Direct current cardioversion,2023,5,51,1.8627450980392157 -4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 -4108450,Inspiration/expiration time ratio,2001,6,1,1 -4108450,Inspiration/expiration time ratio,2019,9,1,1 -4128111,T - Tumor stage,2020,11,1,1 -4128111,T - Tumor stage,2020,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1978,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1979,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1980,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1984,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1985,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1988,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1990,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,12,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2005,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,5,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,5,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,8,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,1,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,3,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,4,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,5,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,9,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,10,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,12,2,6 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,1,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,2,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,3,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,4,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,5,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,6,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,7,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,8,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,10,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,1,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,2,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,3,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,4,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,8,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,9,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,10,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,1,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,3,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,4,9,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,5,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,6,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,7,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,8,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,9,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,11,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,1,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,3,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,4,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,9,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,12,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,1,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,2,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,3,4,1.25 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,4,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,5,6,1.1666666666666667 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,7,10,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,8,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,10,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,11,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,12,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,1,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,2,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,4,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,8,6,1.1666666666666667 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,9,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,11,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,1,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,2,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,3,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,7,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,8,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,9,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,11,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,12,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,2,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,3,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,4,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,7,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,8,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,10,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,11,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,12,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,1,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,3,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,4,10,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,6,1,1 -4216130,Percutaneous coronary intervention,1942,12,1,1 -4216130,Percutaneous coronary intervention,1943,8,1,1 -4216130,Percutaneous coronary intervention,1947,7,1,1 -4216130,Percutaneous coronary intervention,1948,7,1,1 -4216130,Percutaneous coronary intervention,1950,12,1,1 -4216130,Percutaneous coronary intervention,1951,5,1,1 -4216130,Percutaneous coronary intervention,1951,10,1,1 -4216130,Percutaneous coronary intervention,1952,9,1,1 -4216130,Percutaneous coronary intervention,1953,10,1,1 -4216130,Percutaneous coronary intervention,1955,6,1,1 -4216130,Percutaneous coronary intervention,1955,8,1,1 -4216130,Percutaneous coronary intervention,1956,1,1,1 -4216130,Percutaneous coronary intervention,1958,1,1,1 -4216130,Percutaneous coronary intervention,1958,4,1,1 -4216130,Percutaneous coronary intervention,1958,12,1,1 -4216130,Percutaneous coronary intervention,1960,7,1,1 -4216130,Percutaneous coronary intervention,1963,5,2,1 -4216130,Percutaneous coronary intervention,1963,6,1,1 -4216130,Percutaneous coronary intervention,1963,10,1,1 -4216130,Percutaneous coronary intervention,1965,7,2,1 -4216130,Percutaneous coronary intervention,1966,12,1,1 -4216130,Percutaneous coronary intervention,1967,1,1,1 -4216130,Percutaneous coronary intervention,1967,8,1,1 -4216130,Percutaneous coronary intervention,1967,11,1,1 -4216130,Percutaneous coronary intervention,1968,4,1,1 -4216130,Percutaneous coronary intervention,1968,6,2,1 -4216130,Percutaneous coronary intervention,1969,6,1,1 -4216130,Percutaneous coronary intervention,1969,7,1,1 -4216130,Percutaneous coronary intervention,1969,11,1,1 -4216130,Percutaneous coronary intervention,1970,5,1,1 -4216130,Percutaneous coronary intervention,1970,9,1,2 -4216130,Percutaneous coronary intervention,1972,4,1,1 -4216130,Percutaneous coronary intervention,1974,5,1,1 -4216130,Percutaneous coronary intervention,1974,7,1,1 -4216130,Percutaneous coronary intervention,1975,3,1,1 -4216130,Percutaneous coronary intervention,1975,9,1,1 -4216130,Percutaneous coronary intervention,1975,11,2,1 -4216130,Percutaneous coronary intervention,1976,1,1,1 -4216130,Percutaneous coronary intervention,1976,3,1,1 -4216130,Percutaneous coronary intervention,1976,6,1,1 -4216130,Percutaneous coronary intervention,1976,7,1,1 -4216130,Percutaneous coronary intervention,1976,10,3,1 -4216130,Percutaneous coronary intervention,1977,5,1,1 -4216130,Percutaneous coronary intervention,1977,10,1,1 -4216130,Percutaneous coronary intervention,1978,11,1,1 -4216130,Percutaneous coronary intervention,1979,11,1,1 -4216130,Percutaneous coronary intervention,1980,2,1,1 -4216130,Percutaneous coronary intervention,1980,4,1,1 -4216130,Percutaneous coronary intervention,1980,7,1,1 -4216130,Percutaneous coronary intervention,1980,8,1,1 -4216130,Percutaneous coronary intervention,1980,11,1,1 -4216130,Percutaneous coronary intervention,1981,1,1,1 -4216130,Percutaneous coronary intervention,1982,1,2,1 -4216130,Percutaneous coronary intervention,1982,4,1,1 -4216130,Percutaneous coronary intervention,1982,10,1,1 -4216130,Percutaneous coronary intervention,1983,9,1,1 -4216130,Percutaneous coronary intervention,1984,11,1,1 -4216130,Percutaneous coronary intervention,1985,3,2,1 -4216130,Percutaneous coronary intervention,1985,7,2,1 -4216130,Percutaneous coronary intervention,1986,4,1,1 -4216130,Percutaneous coronary intervention,1986,5,1,1 -4216130,Percutaneous coronary intervention,1987,1,1,1 -4216130,Percutaneous coronary intervention,1987,3,1,1 -4216130,Percutaneous coronary intervention,1987,4,1,1 -4216130,Percutaneous coronary intervention,1987,5,1,1 -4216130,Percutaneous coronary intervention,1988,2,1,1 -4216130,Percutaneous coronary intervention,1988,7,1,1 -4216130,Percutaneous coronary intervention,1989,3,2,1 -4216130,Percutaneous coronary intervention,1989,8,1,1 -4216130,Percutaneous coronary intervention,1989,11,2,1 -4216130,Percutaneous coronary intervention,1990,1,1,1 -4216130,Percutaneous coronary intervention,1990,6,1,1 -4216130,Percutaneous coronary intervention,1990,8,1,1 -4216130,Percutaneous coronary intervention,1990,10,1,1 -4216130,Percutaneous coronary intervention,1990,12,2,1 -4216130,Percutaneous coronary intervention,1991,2,1,1 -4216130,Percutaneous coronary intervention,1991,9,1,1 -4216130,Percutaneous coronary intervention,1991,10,1,1 -4216130,Percutaneous coronary intervention,1991,11,1,1 -4216130,Percutaneous coronary intervention,1991,12,2,1 -4216130,Percutaneous coronary intervention,1992,7,1,1 -4216130,Percutaneous coronary intervention,1993,4,1,1 -4216130,Percutaneous coronary intervention,1993,7,3,1 -4216130,Percutaneous coronary intervention,1993,8,1,2 -4216130,Percutaneous coronary intervention,1993,9,1,1 -4216130,Percutaneous coronary intervention,1993,10,1,1 -4216130,Percutaneous coronary intervention,1993,11,1,1 -4216130,Percutaneous coronary intervention,1994,4,1,1 -4216130,Percutaneous coronary intervention,1994,6,1,1 -4216130,Percutaneous coronary intervention,1994,7,1,1 -4216130,Percutaneous coronary intervention,1994,8,1,1 -4216130,Percutaneous coronary intervention,1994,9,1,1 -4216130,Percutaneous coronary intervention,1994,10,1,1 -4216130,Percutaneous coronary intervention,1994,12,3,1 -4216130,Percutaneous coronary intervention,1995,5,1,1 -4216130,Percutaneous coronary intervention,1996,7,1,1 -4216130,Percutaneous coronary intervention,1996,8,3,1 -4216130,Percutaneous coronary intervention,1996,9,1,1 -4216130,Percutaneous coronary intervention,1996,10,1,1 -4216130,Percutaneous coronary intervention,1996,12,2,1 -4216130,Percutaneous coronary intervention,1997,2,3,1.3333333333333333 -4216130,Percutaneous coronary intervention,1997,5,2,1 -4216130,Percutaneous coronary intervention,1997,7,1,1 -4216130,Percutaneous coronary intervention,1997,9,2,1 -4216130,Percutaneous coronary intervention,1998,1,1,1 -4216130,Percutaneous coronary intervention,1998,3,2,1 -4216130,Percutaneous coronary intervention,1998,4,1,1 -4216130,Percutaneous coronary intervention,1998,5,1,1 -4216130,Percutaneous coronary intervention,1998,7,1,1 -4216130,Percutaneous coronary intervention,1998,9,2,1 -4216130,Percutaneous coronary intervention,1998,10,1,1 -4216130,Percutaneous coronary intervention,1998,11,1,1 -4216130,Percutaneous coronary intervention,1999,1,2,1 -4216130,Percutaneous coronary intervention,1999,5,2,1 -4216130,Percutaneous coronary intervention,1999,6,1,1 -4216130,Percutaneous coronary intervention,1999,8,1,1 -4216130,Percutaneous coronary intervention,1999,12,3,1 -4216130,Percutaneous coronary intervention,2000,4,1,1 -4216130,Percutaneous coronary intervention,2000,6,1,1 -4216130,Percutaneous coronary intervention,2000,7,1,1 -4216130,Percutaneous coronary intervention,2000,10,1,1 -4216130,Percutaneous coronary intervention,2000,11,2,1 -4216130,Percutaneous coronary intervention,2001,1,1,1 -4216130,Percutaneous coronary intervention,2001,2,1,1 -4216130,Percutaneous coronary intervention,2001,4,2,1 -4216130,Percutaneous coronary intervention,2001,5,2,1 -4216130,Percutaneous coronary intervention,2001,7,1,1 -4216130,Percutaneous coronary intervention,2001,8,1,1 -4216130,Percutaneous coronary intervention,2001,9,1,1 -4216130,Percutaneous coronary intervention,2001,10,1,1 -4216130,Percutaneous coronary intervention,2002,1,1,1 -4216130,Percutaneous coronary intervention,2002,3,1,1 -4216130,Percutaneous coronary intervention,2002,4,1,1 -4216130,Percutaneous coronary intervention,2002,5,1,1 -4216130,Percutaneous coronary intervention,2002,7,4,1 -4216130,Percutaneous coronary intervention,2002,8,1,1 -4216130,Percutaneous coronary intervention,2002,10,2,1 -4216130,Percutaneous coronary intervention,2002,12,1,1 -4216130,Percutaneous coronary intervention,2003,2,2,1 -4216130,Percutaneous coronary intervention,2003,3,1,1 -4216130,Percutaneous coronary intervention,2003,5,1,1 -4216130,Percutaneous coronary intervention,2003,6,1,1 -4216130,Percutaneous coronary intervention,2003,7,1,1 -4216130,Percutaneous coronary intervention,2003,9,1,1 -4216130,Percutaneous coronary intervention,2003,10,2,1 -4216130,Percutaneous coronary intervention,2003,11,1,1 -4216130,Percutaneous coronary intervention,2003,12,1,1 -4216130,Percutaneous coronary intervention,2004,1,2,1 -4216130,Percutaneous coronary intervention,2004,2,3,1 -4216130,Percutaneous coronary intervention,2004,3,2,1 -4216130,Percutaneous coronary intervention,2004,4,1,1 -4216130,Percutaneous coronary intervention,2004,5,1,1 -4216130,Percutaneous coronary intervention,2004,6,1,1 -4216130,Percutaneous coronary intervention,2004,7,1,1 -4216130,Percutaneous coronary intervention,2004,8,2,1 -4216130,Percutaneous coronary intervention,2004,10,2,1 -4216130,Percutaneous coronary intervention,2004,12,1,1 -4216130,Percutaneous coronary intervention,2005,2,1,1 -4216130,Percutaneous coronary intervention,2005,3,1,1 -4216130,Percutaneous coronary intervention,2005,4,5,1 -4216130,Percutaneous coronary intervention,2005,6,2,1 -4216130,Percutaneous coronary intervention,2005,8,2,1 -4216130,Percutaneous coronary intervention,2005,9,1,1 -4216130,Percutaneous coronary intervention,2005,10,1,1 -4216130,Percutaneous coronary intervention,2005,11,2,1 -4216130,Percutaneous coronary intervention,2006,1,1,1 -4216130,Percutaneous coronary intervention,2006,2,2,1 -4216130,Percutaneous coronary intervention,2006,4,1,1 -4216130,Percutaneous coronary intervention,2006,5,1,1 -4216130,Percutaneous coronary intervention,2006,6,2,1 -4216130,Percutaneous coronary intervention,2006,8,2,1 -4216130,Percutaneous coronary intervention,2006,10,4,1 -4216130,Percutaneous coronary intervention,2007,1,3,1 -4216130,Percutaneous coronary intervention,2007,2,2,1 -4216130,Percutaneous coronary intervention,2007,3,1,1 -4216130,Percutaneous coronary intervention,2007,5,1,1 -4216130,Percutaneous coronary intervention,2007,6,2,1 -4216130,Percutaneous coronary intervention,2007,7,2,1 -4216130,Percutaneous coronary intervention,2007,11,2,1 -4216130,Percutaneous coronary intervention,2007,12,1,1 -4216130,Percutaneous coronary intervention,2008,1,1,1 -4216130,Percutaneous coronary intervention,2008,2,2,1 -4216130,Percutaneous coronary intervention,2008,3,1,1 -4216130,Percutaneous coronary intervention,2008,6,2,1 -4216130,Percutaneous coronary intervention,2008,8,2,1 -4216130,Percutaneous coronary intervention,2008,9,1,1 -4216130,Percutaneous coronary intervention,2008,10,2,1 -4216130,Percutaneous coronary intervention,2009,3,1,1 -4216130,Percutaneous coronary intervention,2009,4,1,1 -4216130,Percutaneous coronary intervention,2009,5,1,1 -4216130,Percutaneous coronary intervention,2009,6,1,1 -4216130,Percutaneous coronary intervention,2009,7,1,1 -4216130,Percutaneous coronary intervention,2009,8,1,1 -4216130,Percutaneous coronary intervention,2009,9,2,1 -4216130,Percutaneous coronary intervention,2009,10,1,1 -4216130,Percutaneous coronary intervention,2010,3,2,1 -4216130,Percutaneous coronary intervention,2010,6,2,1 -4216130,Percutaneous coronary intervention,2010,8,2,1 -4216130,Percutaneous coronary intervention,2010,9,2,1 -4216130,Percutaneous coronary intervention,2010,10,1,1 -4216130,Percutaneous coronary intervention,2010,12,2,1 -4216130,Percutaneous coronary intervention,2011,5,2,1 -4216130,Percutaneous coronary intervention,2011,6,1,1 -4216130,Percutaneous coronary intervention,2011,7,1,1 -4216130,Percutaneous coronary intervention,2011,8,1,1 -4216130,Percutaneous coronary intervention,2011,9,2,1 -4216130,Percutaneous coronary intervention,2011,12,1,1 -4216130,Percutaneous coronary intervention,2012,1,2,1 -4216130,Percutaneous coronary intervention,2012,3,1,1 -4216130,Percutaneous coronary intervention,2012,5,1,1 -4216130,Percutaneous coronary intervention,2012,6,1,1 -4216130,Percutaneous coronary intervention,2012,7,1,1 -4216130,Percutaneous coronary intervention,2012,9,3,1 -4216130,Percutaneous coronary intervention,2012,10,2,1 -4216130,Percutaneous coronary intervention,2013,4,1,1 -4216130,Percutaneous coronary intervention,2013,6,2,1 -4216130,Percutaneous coronary intervention,2013,7,2,1 -4216130,Percutaneous coronary intervention,2013,9,2,1 -4216130,Percutaneous coronary intervention,2013,10,1,1 -4216130,Percutaneous coronary intervention,2013,11,1,1 -4216130,Percutaneous coronary intervention,2014,1,1,1 -4216130,Percutaneous coronary intervention,2014,2,2,1 -4216130,Percutaneous coronary intervention,2014,4,2,1 -4216130,Percutaneous coronary intervention,2014,5,2,1 -4216130,Percutaneous coronary intervention,2014,10,1,1 -4216130,Percutaneous coronary intervention,2014,12,1,1 -4216130,Percutaneous coronary intervention,2015,1,2,1 -4216130,Percutaneous coronary intervention,2015,2,1,1 -4216130,Percutaneous coronary intervention,2015,4,1,1 -4216130,Percutaneous coronary intervention,2015,5,2,1 -4216130,Percutaneous coronary intervention,2015,6,1,1 -4216130,Percutaneous coronary intervention,2015,8,3,1 -4216130,Percutaneous coronary intervention,2015,9,1,1 -4216130,Percutaneous coronary intervention,2016,4,2,1 -4216130,Percutaneous coronary intervention,2016,5,4,1 -4216130,Percutaneous coronary intervention,2016,7,2,1 -4216130,Percutaneous coronary intervention,2016,8,3,1 -4216130,Percutaneous coronary intervention,2016,9,2,1 -4216130,Percutaneous coronary intervention,2016,10,3,1 -4216130,Percutaneous coronary intervention,2016,11,1,1 -4216130,Percutaneous coronary intervention,2016,12,4,1 -4216130,Percutaneous coronary intervention,2017,1,1,1 -4216130,Percutaneous coronary intervention,2017,2,1,1 -4216130,Percutaneous coronary intervention,2017,5,1,1 -4216130,Percutaneous coronary intervention,2017,8,4,1 -4216130,Percutaneous coronary intervention,2017,9,3,1 -4216130,Percutaneous coronary intervention,2017,10,1,1 -4216130,Percutaneous coronary intervention,2017,12,4,1 -4216130,Percutaneous coronary intervention,2018,2,1,1 -4216130,Percutaneous coronary intervention,2018,3,3,1 -4216130,Percutaneous coronary intervention,2018,4,1,1 -4216130,Percutaneous coronary intervention,2018,5,1,2 -4216130,Percutaneous coronary intervention,2018,6,3,1 -4216130,Percutaneous coronary intervention,2018,7,4,1.25 -4216130,Percutaneous coronary intervention,2018,8,2,1 -4216130,Percutaneous coronary intervention,2018,9,1,2 -4216130,Percutaneous coronary intervention,2018,11,2,1 -4216130,Percutaneous coronary intervention,2018,12,1,1 -4216130,Percutaneous coronary intervention,2019,1,1,1 -4216130,Percutaneous coronary intervention,2019,3,2,1 -4216130,Percutaneous coronary intervention,2019,4,1,1 -4216130,Percutaneous coronary intervention,2019,5,2,1 -4216130,Percutaneous coronary intervention,2019,6,2,1 -4216130,Percutaneous coronary intervention,2019,7,2,1 -4216130,Percutaneous coronary intervention,2019,8,2,1 -4216130,Percutaneous coronary intervention,2019,9,1,1 -4216130,Percutaneous coronary intervention,2019,10,3,1 -4216130,Percutaneous coronary intervention,2019,11,1,1 -4216130,Percutaneous coronary intervention,2019,12,4,1 -4216130,Percutaneous coronary intervention,2020,1,3,1.3333333333333333 -4216130,Percutaneous coronary intervention,2020,3,1,1 -4216130,Percutaneous coronary intervention,2020,4,3,1 -4216130,Percutaneous coronary intervention,2020,7,3,1 -4216130,Percutaneous coronary intervention,2020,8,2,1 -4216130,Percutaneous coronary intervention,2020,9,1,1 -4216130,Percutaneous coronary intervention,2020,11,2,1 -4216130,Percutaneous coronary intervention,2020,12,2,1 -4216130,Percutaneous coronary intervention,2021,1,2,1 -4216130,Percutaneous coronary intervention,2021,4,2,1 -4216130,Percutaneous coronary intervention,2021,6,2,1 -4216130,Percutaneous coronary intervention,2021,7,2,1 -4216130,Percutaneous coronary intervention,2021,8,3,1 -4216130,Percutaneous coronary intervention,2021,9,3,1 -4216130,Percutaneous coronary intervention,2021,10,2,1 -4216130,Percutaneous coronary intervention,2021,11,4,1 -4216130,Percutaneous coronary intervention,2021,12,1,1 -4216130,Percutaneous coronary intervention,2022,2,2,1 -4216130,Percutaneous coronary intervention,2022,3,1,1 -4216130,Percutaneous coronary intervention,2022,4,3,1 -4216130,Percutaneous coronary intervention,2022,5,1,1 -4216130,Percutaneous coronary intervention,2022,6,1,1 -4216130,Percutaneous coronary intervention,2022,7,2,1 -4216130,Percutaneous coronary intervention,2022,8,2,1 -4216130,Percutaneous coronary intervention,2022,9,1,1 -4216130,Percutaneous coronary intervention,2022,10,2,1 -4216130,Percutaneous coronary intervention,2022,11,1,1 -4216130,Percutaneous coronary intervention,2022,12,2,1 -4216130,Percutaneous coronary intervention,2023,1,3,1 -4216130,Percutaneous coronary intervention,2023,2,2,1 -4216130,Percutaneous coronary intervention,2023,4,2,1 -4216130,Percutaneous coronary intervention,2023,5,1,1 -4216746,Positive end expiratory pressure setting,2008,9,1,1 -4216746,Positive end expiratory pressure setting,2011,3,1,1 -4217646,Implantable defibrillator,1926,8,1,1 -4217646,Implantable defibrillator,1929,12,1,1 -4217646,Implantable defibrillator,1931,3,1,1 -4217646,Implantable defibrillator,1931,12,1,1 -4217646,Implantable defibrillator,1933,11,1,1 -4217646,Implantable defibrillator,1934,6,1,1 -4217646,Implantable defibrillator,1936,2,1,1 -4217646,Implantable defibrillator,1936,3,1,1 -4217646,Implantable defibrillator,1936,5,1,1 -4217646,Implantable defibrillator,1937,10,1,1 -4217646,Implantable defibrillator,1938,4,1,1 -4217646,Implantable defibrillator,1938,12,1,1 -4217646,Implantable defibrillator,1939,3,1,1 -4217646,Implantable defibrillator,1940,1,1,1 -4217646,Implantable defibrillator,1940,7,1,1 -4217646,Implantable defibrillator,1941,4,1,1 -4217646,Implantable defibrillator,1941,5,1,1 -4217646,Implantable defibrillator,1942,1,1,1 -4217646,Implantable defibrillator,1942,5,1,1 -4217646,Implantable defibrillator,1942,11,1,1 -4217646,Implantable defibrillator,1943,10,1,1 -4217646,Implantable defibrillator,1944,3,1,1 -4217646,Implantable defibrillator,1944,4,1,1 -4217646,Implantable defibrillator,1944,5,1,1 -4217646,Implantable defibrillator,1944,11,1,1 -4217646,Implantable defibrillator,1944,12,1,1 -4217646,Implantable defibrillator,1945,5,1,1 -4217646,Implantable defibrillator,1945,7,1,1 -4217646,Implantable defibrillator,1945,9,1,1 -4217646,Implantable defibrillator,1946,7,1,1 -4217646,Implantable defibrillator,1946,9,1,1 -4217646,Implantable defibrillator,1947,1,2,1 -4217646,Implantable defibrillator,1947,6,1,1 -4217646,Implantable defibrillator,1947,8,1,1 -4217646,Implantable defibrillator,1947,10,1,1 -4217646,Implantable defibrillator,1948,1,1,1 -4217646,Implantable defibrillator,1948,10,1,1 -4217646,Implantable defibrillator,1949,2,1,1 -4217646,Implantable defibrillator,1949,3,1,1 -4217646,Implantable defibrillator,1949,4,1,1 -4217646,Implantable defibrillator,1949,8,1,1 -4217646,Implantable defibrillator,1949,11,1,1 -4217646,Implantable defibrillator,1950,8,1,1 -4217646,Implantable defibrillator,1951,4,1,1 -4217646,Implantable defibrillator,1951,6,2,1 -4217646,Implantable defibrillator,1951,8,1,1 -4217646,Implantable defibrillator,1951,9,2,1 -4217646,Implantable defibrillator,1951,12,1,1 -4217646,Implantable defibrillator,1952,4,2,1 -4217646,Implantable defibrillator,1952,6,1,1 -4217646,Implantable defibrillator,1952,7,1,1 -4217646,Implantable defibrillator,1953,4,1,1 -4217646,Implantable defibrillator,1953,6,2,1 -4217646,Implantable defibrillator,1953,7,1,1 -4217646,Implantable defibrillator,1953,8,1,1 -4217646,Implantable defibrillator,1954,5,1,1 -4217646,Implantable defibrillator,1955,3,1,1 -4217646,Implantable defibrillator,1955,4,2,1 -4217646,Implantable defibrillator,1955,6,1,1 -4217646,Implantable defibrillator,1955,11,1,1 -4217646,Implantable defibrillator,1955,12,1,1 -4217646,Implantable defibrillator,1956,2,1,1 -4217646,Implantable defibrillator,1956,5,1,1 -4217646,Implantable defibrillator,1956,7,1,1 -4217646,Implantable defibrillator,1956,8,1,1 -4217646,Implantable defibrillator,1957,8,1,1 -4217646,Implantable defibrillator,1957,12,1,1 -4217646,Implantable defibrillator,1958,5,1,1 -4217646,Implantable defibrillator,1958,7,1,1 -4217646,Implantable defibrillator,1958,9,2,1 -4217646,Implantable defibrillator,1958,11,1,1 -4217646,Implantable defibrillator,1958,12,1,1 -4217646,Implantable defibrillator,1959,2,1,1 -4217646,Implantable defibrillator,1959,4,1,1 -4217646,Implantable defibrillator,1959,5,1,1 -4217646,Implantable defibrillator,1960,4,1,1 -4217646,Implantable defibrillator,1960,5,1,1 -4217646,Implantable defibrillator,1960,7,1,1 -4217646,Implantable defibrillator,1960,10,2,1 -4217646,Implantable defibrillator,1960,11,1,1 -4217646,Implantable defibrillator,1961,9,1,1 -4217646,Implantable defibrillator,1961,11,3,1 -4217646,Implantable defibrillator,1962,1,1,1 -4217646,Implantable defibrillator,1962,3,1,1 -4217646,Implantable defibrillator,1962,7,1,1 -4217646,Implantable defibrillator,1962,8,1,1 -4217646,Implantable defibrillator,1962,10,1,1 -4217646,Implantable defibrillator,1963,6,2,1 -4217646,Implantable defibrillator,1963,12,2,1 -4217646,Implantable defibrillator,1964,2,1,1 -4217646,Implantable defibrillator,1964,12,1,1 -4217646,Implantable defibrillator,1965,1,1,1 -4217646,Implantable defibrillator,1965,5,1,1 -4217646,Implantable defibrillator,1965,11,1,1 -4217646,Implantable defibrillator,1966,5,1,1 -4217646,Implantable defibrillator,1966,10,2,1 -4217646,Implantable defibrillator,1966,11,1,1 -4217646,Implantable defibrillator,1967,1,1,1 -4217646,Implantable defibrillator,1967,2,1,1 -4217646,Implantable defibrillator,1967,4,1,1 -4217646,Implantable defibrillator,1967,5,1,1 -4217646,Implantable defibrillator,1967,7,2,1 -4217646,Implantable defibrillator,1967,9,1,1 -4217646,Implantable defibrillator,1967,12,2,1 -4217646,Implantable defibrillator,1968,4,1,1 -4217646,Implantable defibrillator,1969,2,1,1 -4217646,Implantable defibrillator,1969,3,1,1 -4217646,Implantable defibrillator,1969,6,1,1 -4217646,Implantable defibrillator,1969,11,1,1 -4217646,Implantable defibrillator,1970,1,1,1 -4217646,Implantable defibrillator,1970,6,1,1 -4217646,Implantable defibrillator,1970,8,1,1 -4217646,Implantable defibrillator,1970,9,1,1 -4217646,Implantable defibrillator,1970,11,2,1 -4217646,Implantable defibrillator,1971,1,1,1 -4217646,Implantable defibrillator,1971,2,1,1 -4217646,Implantable defibrillator,1971,7,1,1 -4217646,Implantable defibrillator,1971,8,1,1 -4217646,Implantable defibrillator,1971,10,1,1 -4217646,Implantable defibrillator,1972,2,1,1 -4217646,Implantable defibrillator,1972,10,1,1 -4217646,Implantable defibrillator,1973,6,1,1 -4217646,Implantable defibrillator,1974,2,2,1 -4217646,Implantable defibrillator,1974,3,1,1 -4217646,Implantable defibrillator,1974,6,1,1 -4217646,Implantable defibrillator,1975,3,1,1 -4217646,Implantable defibrillator,1975,9,1,1 -4217646,Implantable defibrillator,1975,11,1,1 -4217646,Implantable defibrillator,1976,6,1,1 -4217646,Implantable defibrillator,1976,7,1,1 -4217646,Implantable defibrillator,1976,10,1,1 -4217646,Implantable defibrillator,1977,3,1,1 -4217646,Implantable defibrillator,1977,7,1,1 -4217646,Implantable defibrillator,1977,11,1,1 -4217646,Implantable defibrillator,1978,3,2,1 -4217646,Implantable defibrillator,1978,8,1,1 -4217646,Implantable defibrillator,1978,9,1,1 -4217646,Implantable defibrillator,1978,10,1,1 -4217646,Implantable defibrillator,1979,2,1,1 -4217646,Implantable defibrillator,1979,8,2,1 -4217646,Implantable defibrillator,1979,10,1,1 -4217646,Implantable defibrillator,1979,12,2,1 -4217646,Implantable defibrillator,1980,1,1,1 -4217646,Implantable defibrillator,1980,2,1,1 -4217646,Implantable defibrillator,1980,4,2,1 -4217646,Implantable defibrillator,1980,5,1,1 -4217646,Implantable defibrillator,1980,7,2,1 -4217646,Implantable defibrillator,1980,12,1,1 -4217646,Implantable defibrillator,1981,1,1,1 -4217646,Implantable defibrillator,1981,4,1,1 -4217646,Implantable defibrillator,1981,6,1,1 -4217646,Implantable defibrillator,1981,8,1,1 -4217646,Implantable defibrillator,1982,1,1,1 -4217646,Implantable defibrillator,1982,3,1,2 -4217646,Implantable defibrillator,1982,7,1,1 -4217646,Implantable defibrillator,1982,9,1,1 -4217646,Implantable defibrillator,1982,10,1,1 -4217646,Implantable defibrillator,1983,2,1,1 -4217646,Implantable defibrillator,1983,4,2,1 -4217646,Implantable defibrillator,1983,7,1,1 -4217646,Implantable defibrillator,1983,10,1,1 -4217646,Implantable defibrillator,1983,11,1,1 -4217646,Implantable defibrillator,1984,6,1,1 -4217646,Implantable defibrillator,1984,8,1,1 -4217646,Implantable defibrillator,1984,10,3,1 -4217646,Implantable defibrillator,1984,11,2,1 -4217646,Implantable defibrillator,1985,6,1,1 -4217646,Implantable defibrillator,1985,8,1,1 -4217646,Implantable defibrillator,1985,11,1,1 -4217646,Implantable defibrillator,1985,12,1,1 -4217646,Implantable defibrillator,1986,6,2,1 -4217646,Implantable defibrillator,1986,9,2,1 -4217646,Implantable defibrillator,1987,5,1,1 -4217646,Implantable defibrillator,1987,6,2,1 -4217646,Implantable defibrillator,1987,7,1,1 -4217646,Implantable defibrillator,1987,10,1,1 -4217646,Implantable defibrillator,1987,11,1,1 -4217646,Implantable defibrillator,1988,5,1,1 -4217646,Implantable defibrillator,1988,8,1,1 -4217646,Implantable defibrillator,1988,12,1,1 -4217646,Implantable defibrillator,1989,2,1,1 -4217646,Implantable defibrillator,1989,3,1,1 -4217646,Implantable defibrillator,1989,4,2,1 -4217646,Implantable defibrillator,1989,6,1,1 -4217646,Implantable defibrillator,1989,7,1,1 -4217646,Implantable defibrillator,1989,9,1,1 -4217646,Implantable defibrillator,1989,11,1,1 -4217646,Implantable defibrillator,1989,12,1,1 -4217646,Implantable defibrillator,1990,2,1,1 -4217646,Implantable defibrillator,1990,5,1,1 -4217646,Implantable defibrillator,1990,6,3,1 -4217646,Implantable defibrillator,1990,7,1,1 -4217646,Implantable defibrillator,1990,9,1,1 -4217646,Implantable defibrillator,1990,12,1,1 -4217646,Implantable defibrillator,1991,1,1,1 -4217646,Implantable defibrillator,1991,3,1,1 -4217646,Implantable defibrillator,1991,8,2,1 -4217646,Implantable defibrillator,1991,10,1,1 -4217646,Implantable defibrillator,1991,11,1,1 -4217646,Implantable defibrillator,1991,12,2,1 -4217646,Implantable defibrillator,1992,1,1,1 -4217646,Implantable defibrillator,1992,2,1,1 -4217646,Implantable defibrillator,1992,3,1,1 -4217646,Implantable defibrillator,1992,4,2,1 -4217646,Implantable defibrillator,1992,5,1,1 -4217646,Implantable defibrillator,1992,8,1,1 -4217646,Implantable defibrillator,1992,11,1,1 -4217646,Implantable defibrillator,1993,6,1,1 -4217646,Implantable defibrillator,1993,12,1,1 -4217646,Implantable defibrillator,1994,3,1,1 -4217646,Implantable defibrillator,1994,6,1,1 -4217646,Implantable defibrillator,1994,7,1,1 -4217646,Implantable defibrillator,1994,9,2,1 -4217646,Implantable defibrillator,1994,10,1,1 -4217646,Implantable defibrillator,1995,3,2,1 -4217646,Implantable defibrillator,1995,5,1,1 -4217646,Implantable defibrillator,1995,7,1,1 -4217646,Implantable defibrillator,1995,9,2,1 -4217646,Implantable defibrillator,1995,10,1,1 -4217646,Implantable defibrillator,1995,11,2,1 -4217646,Implantable defibrillator,1996,1,1,1 -4217646,Implantable defibrillator,1996,3,3,1 -4217646,Implantable defibrillator,1996,6,1,1 -4217646,Implantable defibrillator,1996,10,1,1 -4217646,Implantable defibrillator,1997,1,1,1 -4217646,Implantable defibrillator,1997,2,1,1 -4217646,Implantable defibrillator,1997,4,1,1 -4217646,Implantable defibrillator,1997,5,1,1 -4217646,Implantable defibrillator,1997,6,1,1 -4217646,Implantable defibrillator,1997,8,4,1 -4217646,Implantable defibrillator,1998,2,1,1 -4217646,Implantable defibrillator,1998,3,1,1 -4217646,Implantable defibrillator,1998,4,1,1 -4217646,Implantable defibrillator,1998,6,1,1 -4217646,Implantable defibrillator,1998,7,2,1 -4217646,Implantable defibrillator,1998,8,1,1 -4217646,Implantable defibrillator,1998,11,1,1 -4217646,Implantable defibrillator,1998,12,2,1 -4217646,Implantable defibrillator,1999,3,1,1 -4217646,Implantable defibrillator,1999,5,1,1 -4217646,Implantable defibrillator,1999,6,1,1 -4217646,Implantable defibrillator,1999,7,1,1 -4217646,Implantable defibrillator,1999,8,3,1 -4217646,Implantable defibrillator,1999,11,1,1 -4217646,Implantable defibrillator,1999,12,1,1 -4217646,Implantable defibrillator,2000,1,1,1 -4217646,Implantable defibrillator,2000,4,3,1 -4217646,Implantable defibrillator,2000,6,1,1 -4217646,Implantable defibrillator,2000,7,1,1 -4217646,Implantable defibrillator,2000,8,2,1 -4217646,Implantable defibrillator,2000,10,1,1 -4217646,Implantable defibrillator,2000,12,1,1 -4217646,Implantable defibrillator,2001,3,1,1 -4217646,Implantable defibrillator,2001,5,1,1 -4217646,Implantable defibrillator,2001,6,1,1 -4217646,Implantable defibrillator,2001,9,2,1 -4217646,Implantable defibrillator,2001,10,1,1 -4217646,Implantable defibrillator,2002,1,3,1 -4217646,Implantable defibrillator,2002,2,1,1 -4217646,Implantable defibrillator,2002,3,2,1 -4217646,Implantable defibrillator,2002,10,1,1 -4217646,Implantable defibrillator,2002,11,1,1 -4217646,Implantable defibrillator,2003,1,1,1 -4217646,Implantable defibrillator,2003,2,2,1 -4217646,Implantable defibrillator,2003,3,1,1 -4217646,Implantable defibrillator,2003,5,1,1 -4217646,Implantable defibrillator,2003,8,2,1 -4217646,Implantable defibrillator,2003,9,4,1 -4217646,Implantable defibrillator,2003,10,2,1 -4217646,Implantable defibrillator,2004,1,1,1 -4217646,Implantable defibrillator,2004,5,3,1 -4217646,Implantable defibrillator,2004,6,2,1 -4217646,Implantable defibrillator,2004,9,1,1 -4217646,Implantable defibrillator,2004,10,1,1 -4217646,Implantable defibrillator,2004,11,1,1 -4217646,Implantable defibrillator,2005,2,1,1 -4217646,Implantable defibrillator,2005,3,2,1 -4217646,Implantable defibrillator,2005,5,1,1 -4217646,Implantable defibrillator,2005,8,2,1 -4217646,Implantable defibrillator,2005,9,1,1 -4217646,Implantable defibrillator,2005,10,1,1 -4217646,Implantable defibrillator,2005,11,2,1 -4217646,Implantable defibrillator,2005,12,1,1 -4217646,Implantable defibrillator,2006,1,1,1 -4217646,Implantable defibrillator,2006,2,1,1 -4217646,Implantable defibrillator,2006,3,1,1 -4217646,Implantable defibrillator,2006,5,1,1 -4217646,Implantable defibrillator,2006,9,2,1 -4217646,Implantable defibrillator,2006,10,1,1 -4217646,Implantable defibrillator,2007,1,2,1 -4217646,Implantable defibrillator,2007,2,2,1 -4217646,Implantable defibrillator,2007,3,1,1 -4217646,Implantable defibrillator,2007,5,1,1 -4217646,Implantable defibrillator,2007,6,1,1 -4217646,Implantable defibrillator,2007,9,2,1 -4217646,Implantable defibrillator,2007,12,1,1 -4217646,Implantable defibrillator,2008,1,1,1 -4217646,Implantable defibrillator,2008,2,1,1 -4217646,Implantable defibrillator,2008,3,1,2 -4217646,Implantable defibrillator,2008,10,1,1 -4217646,Implantable defibrillator,2008,11,1,1 -4217646,Implantable defibrillator,2008,12,2,1 -4217646,Implantable defibrillator,2009,1,1,1 -4217646,Implantable defibrillator,2009,2,2,1 -4217646,Implantable defibrillator,2009,3,1,1 -4217646,Implantable defibrillator,2009,4,2,1 -4217646,Implantable defibrillator,2009,7,2,1 -4217646,Implantable defibrillator,2009,8,1,1 -4217646,Implantable defibrillator,2009,10,2,1 -4217646,Implantable defibrillator,2009,11,3,1 -4217646,Implantable defibrillator,2010,1,1,1 -4217646,Implantable defibrillator,2010,2,1,1 -4217646,Implantable defibrillator,2010,4,2,1 -4217646,Implantable defibrillator,2010,5,1,1 -4217646,Implantable defibrillator,2010,9,2,2 -4217646,Implantable defibrillator,2010,11,2,1 -4217646,Implantable defibrillator,2011,1,2,1 -4217646,Implantable defibrillator,2011,3,2,1 -4217646,Implantable defibrillator,2011,6,1,1 -4217646,Implantable defibrillator,2011,8,1,1 -4217646,Implantable defibrillator,2011,12,1,1 -4217646,Implantable defibrillator,2012,1,2,1 -4217646,Implantable defibrillator,2012,7,1,1 -4217646,Implantable defibrillator,2012,8,3,1 -4217646,Implantable defibrillator,2012,11,2,1 -4217646,Implantable defibrillator,2012,12,1,1 -4217646,Implantable defibrillator,2013,1,2,1 -4217646,Implantable defibrillator,2013,2,1,1 -4217646,Implantable defibrillator,2013,4,2,1 -4217646,Implantable defibrillator,2013,5,1,1 -4217646,Implantable defibrillator,2013,6,1,1 -4217646,Implantable defibrillator,2013,7,1,1 -4217646,Implantable defibrillator,2013,10,2,1 -4217646,Implantable defibrillator,2013,11,1,1 -4217646,Implantable defibrillator,2013,12,2,1.5 -4217646,Implantable defibrillator,2014,1,1,1 -4217646,Implantable defibrillator,2014,4,1,1 -4217646,Implantable defibrillator,2014,5,2,1 -4217646,Implantable defibrillator,2014,6,2,1 -4217646,Implantable defibrillator,2014,7,1,1 -4217646,Implantable defibrillator,2014,10,1,1 -4217646,Implantable defibrillator,2014,12,2,1 -4217646,Implantable defibrillator,2015,1,2,1 -4217646,Implantable defibrillator,2015,4,1,1 -4217646,Implantable defibrillator,2015,5,1,1 -4217646,Implantable defibrillator,2015,8,1,1 -4217646,Implantable defibrillator,2015,9,1,1 -4217646,Implantable defibrillator,2015,10,1,1 -4217646,Implantable defibrillator,2015,12,2,1 -4217646,Implantable defibrillator,2016,2,1,1 -4217646,Implantable defibrillator,2016,3,3,1 -4217646,Implantable defibrillator,2016,5,1,1 -4217646,Implantable defibrillator,2016,6,1,1 -4217646,Implantable defibrillator,2016,7,1,1 -4217646,Implantable defibrillator,2016,8,2,1.5 -4217646,Implantable defibrillator,2016,10,1,1 -4217646,Implantable defibrillator,2016,11,1,1 -4217646,Implantable defibrillator,2016,12,1,1 -4217646,Implantable defibrillator,2017,1,2,1 -4217646,Implantable defibrillator,2017,5,1,1 -4217646,Implantable defibrillator,2017,6,1,1 -4217646,Implantable defibrillator,2017,7,2,1 -4217646,Implantable defibrillator,2017,8,1,1 -4217646,Implantable defibrillator,2017,12,4,1 -4217646,Implantable defibrillator,2018,3,1,1 -4217646,Implantable defibrillator,2018,4,1,1 -4217646,Implantable defibrillator,2018,6,1,1 -4217646,Implantable defibrillator,2018,8,1,1 -4217646,Implantable defibrillator,2018,9,2,1 -4217646,Implantable defibrillator,2018,10,1,1 -4217646,Implantable defibrillator,2018,11,1,2 -4217646,Implantable defibrillator,2018,12,1,1 -4217646,Implantable defibrillator,2019,2,1,1 -4217646,Implantable defibrillator,2019,3,1,1 -4217646,Implantable defibrillator,2019,4,2,1 -4217646,Implantable defibrillator,2019,7,1,1 -4217646,Implantable defibrillator,2019,9,1,1 -4217646,Implantable defibrillator,2019,10,1,1 -4217646,Implantable defibrillator,2020,1,1,1 -4217646,Implantable defibrillator,2020,2,1,1 -4217646,Implantable defibrillator,2020,3,1,1 -4217646,Implantable defibrillator,2020,6,1,1 -4217646,Implantable defibrillator,2020,7,3,1 -4217646,Implantable defibrillator,2020,8,1,1 -4217646,Implantable defibrillator,2020,9,1,1 -4217646,Implantable defibrillator,2020,11,2,1 -4217646,Implantable defibrillator,2020,12,2,1 -4217646,Implantable defibrillator,2021,1,2,1 -4217646,Implantable defibrillator,2021,2,2,1 -4217646,Implantable defibrillator,2021,5,3,1 -4217646,Implantable defibrillator,2021,6,2,1 -4217646,Implantable defibrillator,2021,7,3,1 -4217646,Implantable defibrillator,2021,9,1,1 -4217646,Implantable defibrillator,2021,10,1,1 -4217646,Implantable defibrillator,2021,11,1,1 -4217646,Implantable defibrillator,2021,12,2,1 -4217646,Implantable defibrillator,2022,2,1,1 -4217646,Implantable defibrillator,2022,3,1,1 -4217646,Implantable defibrillator,2022,5,1,1 -4217646,Implantable defibrillator,2022,10,1,1 -4217646,Implantable defibrillator,2022,12,1,1 -4217646,Implantable defibrillator,2023,2,1,1 -4217646,Implantable defibrillator,2023,4,1,1 -4230911,Echocardiography,1942,12,1,1 -4230911,Echocardiography,1943,8,1,1 -4230911,Echocardiography,1947,7,1,1 -4230911,Echocardiography,1948,7,1,1 -4230911,Echocardiography,1950,12,1,1 -4230911,Echocardiography,1951,5,1,1 -4230911,Echocardiography,1951,10,1,1 -4230911,Echocardiography,1952,9,1,1 -4230911,Echocardiography,1953,10,1,1 -4230911,Echocardiography,1955,4,2,1 -4230911,Echocardiography,1955,6,1,1 -4230911,Echocardiography,1955,8,1,1 -4230911,Echocardiography,1955,11,1,1 -4230911,Echocardiography,1956,1,1,1 -4230911,Echocardiography,1958,1,1,1 -4230911,Echocardiography,1958,4,1,1 -4230911,Echocardiography,1958,12,1,1 -4230911,Echocardiography,1960,4,1,1 -4230911,Echocardiography,1960,7,1,1 -4230911,Echocardiography,1962,1,1,1 -4230911,Echocardiography,1963,5,2,1 -4230911,Echocardiography,1963,6,2,1 -4230911,Echocardiography,1963,10,1,1 -4230911,Echocardiography,1964,12,1,1 -4230911,Echocardiography,1965,7,2,1 -4230911,Echocardiography,1966,12,1,1 -4230911,Echocardiography,1967,1,1,1 -4230911,Echocardiography,1967,4,1,1 -4230911,Echocardiography,1967,8,1,1 -4230911,Echocardiography,1967,11,1,1 -4230911,Echocardiography,1968,4,1,1 -4230911,Echocardiography,1968,6,2,1 -4230911,Echocardiography,1969,3,1,1 -4230911,Echocardiography,1969,6,1,1 -4230911,Echocardiography,1969,7,1,1 -4230911,Echocardiography,1969,11,1,1 -4230911,Echocardiography,1970,5,1,1 -4230911,Echocardiography,1970,9,1,2 -4230911,Echocardiography,1972,4,1,1 -4230911,Echocardiography,1973,6,1,1 -4230911,Echocardiography,1973,8,1,1 -4230911,Echocardiography,1974,3,1,1 -4230911,Echocardiography,1974,5,1,1 -4230911,Echocardiography,1974,7,1,1 -4230911,Echocardiography,1974,12,1,1 -4230911,Echocardiography,1975,3,1,1 -4230911,Echocardiography,1975,8,1,1 -4230911,Echocardiography,1975,9,1,1 -4230911,Echocardiography,1975,11,3,1 -4230911,Echocardiography,1976,1,1,1 -4230911,Echocardiography,1976,3,1,1 -4230911,Echocardiography,1976,6,1,1 -4230911,Echocardiography,1976,7,1,1 -4230911,Echocardiography,1976,10,3,1 -4230911,Echocardiography,1977,1,1,1 -4230911,Echocardiography,1977,5,1,1 -4230911,Echocardiography,1977,8,1,1 -4230911,Echocardiography,1977,10,1,1 -4230911,Echocardiography,1978,7,1,1 -4230911,Echocardiography,1978,11,1,1 -4230911,Echocardiography,1979,6,1,1 -4230911,Echocardiography,1979,11,1,1 -4230911,Echocardiography,1979,12,1,1 -4230911,Echocardiography,1980,2,1,1 -4230911,Echocardiography,1980,4,1,1 -4230911,Echocardiography,1980,7,1,1 -4230911,Echocardiography,1980,8,1,1 -4230911,Echocardiography,1980,9,1,1 -4230911,Echocardiography,1980,11,1,1 -4230911,Echocardiography,1981,1,1,1 -4230911,Echocardiography,1982,1,3,1 -4230911,Echocardiography,1982,2,1,1 -4230911,Echocardiography,1982,4,1,1 -4230911,Echocardiography,1982,10,1,1 -4230911,Echocardiography,1983,2,1,1 -4230911,Echocardiography,1983,3,1,1 -4230911,Echocardiography,1983,9,1,1 -4230911,Echocardiography,1984,11,3,1 -4230911,Echocardiography,1985,3,2,1 -4230911,Echocardiography,1985,7,3,1 -4230911,Echocardiography,1986,4,1,1 -4230911,Echocardiography,1986,5,1,1 -4230911,Echocardiography,1986,6,1,1 -4230911,Echocardiography,1987,1,1,1 -4230911,Echocardiography,1987,3,1,1 -4230911,Echocardiography,1987,4,1,1 -4230911,Echocardiography,1987,5,1,1 -4230911,Echocardiography,1988,2,1,1 -4230911,Echocardiography,1988,5,2,1 -4230911,Echocardiography,1988,6,1,1 -4230911,Echocardiography,1988,7,1,1 -4230911,Echocardiography,1989,3,2,1 -4230911,Echocardiography,1989,8,1,1 -4230911,Echocardiography,1989,11,2,1 -4230911,Echocardiography,1990,1,1,1 -4230911,Echocardiography,1990,6,2,1 -4230911,Echocardiography,1990,8,1,1 -4230911,Echocardiography,1990,9,1,1 -4230911,Echocardiography,1990,10,1,1 -4230911,Echocardiography,1990,11,1,1 -4230911,Echocardiography,1990,12,2,1 -4230911,Echocardiography,1991,1,1,1 -4230911,Echocardiography,1991,2,1,1 -4230911,Echocardiography,1991,3,1,1 -4230911,Echocardiography,1991,8,1,1 -4230911,Echocardiography,1991,9,2,1 -4230911,Echocardiography,1991,10,1,1 -4230911,Echocardiography,1991,11,1,1 -4230911,Echocardiography,1991,12,2,1 -4230911,Echocardiography,1992,3,1,1 -4230911,Echocardiography,1992,5,1,1 -4230911,Echocardiography,1992,6,1,1 -4230911,Echocardiography,1992,7,1,1 -4230911,Echocardiography,1992,11,1,1 -4230911,Echocardiography,1993,1,2,1 -4230911,Echocardiography,1993,4,1,1 -4230911,Echocardiography,1993,7,3,1 -4230911,Echocardiography,1993,8,1,2 -4230911,Echocardiography,1993,9,2,1 -4230911,Echocardiography,1993,10,1,1 -4230911,Echocardiography,1993,11,1,1 -4230911,Echocardiography,1993,12,1,1 -4230911,Echocardiography,1994,4,2,1 -4230911,Echocardiography,1994,6,2,1 -4230911,Echocardiography,1994,7,1,1 -4230911,Echocardiography,1994,8,1,1 -4230911,Echocardiography,1994,9,2,1 -4230911,Echocardiography,1994,10,1,1 -4230911,Echocardiography,1994,12,4,1 -4230911,Echocardiography,1995,5,1,1 -4230911,Echocardiography,1995,7,1,1 -4230911,Echocardiography,1996,6,2,1 -4230911,Echocardiography,1996,7,3,1 -4230911,Echocardiography,1996,8,4,1 -4230911,Echocardiography,1996,9,1,1 -4230911,Echocardiography,1996,10,3,1 -4230911,Echocardiography,1996,12,2,1 -4230911,Echocardiography,1997,2,4,1.25 -4230911,Echocardiography,1997,5,2,1 -4230911,Echocardiography,1997,7,2,1 -4230911,Echocardiography,1997,8,1,1 -4230911,Echocardiography,1997,9,4,1 -4230911,Echocardiography,1997,11,1,1 -4230911,Echocardiography,1998,1,2,1 -4230911,Echocardiography,1998,3,2,1 -4230911,Echocardiography,1998,4,1,1 -4230911,Echocardiography,1998,5,1,1 -4230911,Echocardiography,1998,7,2,1 -4230911,Echocardiography,1998,9,4,1 -4230911,Echocardiography,1998,10,2,1 -4230911,Echocardiography,1998,11,1,1 -4230911,Echocardiography,1999,1,3,1 -4230911,Echocardiography,1999,5,3,1 -4230911,Echocardiography,1999,6,2,1 -4230911,Echocardiography,1999,8,3,1 -4230911,Echocardiography,1999,10,1,1 -4230911,Echocardiography,1999,12,3,1 -4230911,Echocardiography,2000,4,2,1 -4230911,Echocardiography,2000,5,1,1 -4230911,Echocardiography,2000,6,2,1 -4230911,Echocardiography,2000,7,1,1 -4230911,Echocardiography,2000,10,2,1 -4230911,Echocardiography,2000,11,2,1 -4230911,Echocardiography,2000,12,2,1 -4230911,Echocardiography,2001,1,1,1 -4230911,Echocardiography,2001,2,1,1 -4230911,Echocardiography,2001,4,3,1 -4230911,Echocardiography,2001,5,2,1 -4230911,Echocardiography,2001,6,1,1 -4230911,Echocardiography,2001,7,1,1 -4230911,Echocardiography,2001,8,1,1 -4230911,Echocardiography,2001,9,4,1 -4230911,Echocardiography,2001,10,1,1 -4230911,Echocardiography,2001,12,3,1 -4230911,Echocardiography,2002,1,2,1 -4230911,Echocardiography,2002,2,1,1 -4230911,Echocardiography,2002,3,3,1 -4230911,Echocardiography,2002,4,1,1 -4230911,Echocardiography,2002,5,2,1 -4230911,Echocardiography,2002,7,5,1 -4230911,Echocardiography,2002,8,1,1 -4230911,Echocardiography,2002,10,3,1 -4230911,Echocardiography,2002,11,1,1 -4230911,Echocardiography,2002,12,3,1 -4230911,Echocardiography,2003,1,1,1 -4230911,Echocardiography,2003,2,4,1 -4230911,Echocardiography,2003,3,1,1 -4230911,Echocardiography,2003,4,1,1 -4230911,Echocardiography,2003,5,1,1 -4230911,Echocardiography,2003,6,1,1 -4230911,Echocardiography,2003,7,2,1 -4230911,Echocardiography,2003,9,2,1 -4230911,Echocardiography,2003,10,3,1 -4230911,Echocardiography,2003,11,1,1 -4230911,Echocardiography,2003,12,1,1 -4230911,Echocardiography,2004,1,4,1 -4230911,Echocardiography,2004,2,3,1 -4230911,Echocardiography,2004,3,2,1 -4230911,Echocardiography,2004,4,2,1 -4230911,Echocardiography,2004,5,2,1 -4230911,Echocardiography,2004,6,1,1 -4230911,Echocardiography,2004,7,3,1 -4230911,Echocardiography,2004,8,2,1 -4230911,Echocardiography,2004,10,3,1 -4230911,Echocardiography,2004,11,1,1 -4230911,Echocardiography,2004,12,1,1 -4230911,Echocardiography,2005,2,1,1 -4230911,Echocardiography,2005,3,2,1 -4230911,Echocardiography,2005,4,5,1 -4230911,Echocardiography,2005,6,2,1 -4230911,Echocardiography,2005,8,4,1 -4230911,Echocardiography,2005,9,1,1 -4230911,Echocardiography,2005,10,3,1 -4230911,Echocardiography,2005,11,3,1 -4230911,Echocardiography,2006,1,3,1 -4230911,Echocardiography,2006,2,2,1 -4230911,Echocardiography,2006,3,1,1 -4230911,Echocardiography,2006,4,1,1 -4230911,Echocardiography,2006,5,4,1 -4230911,Echocardiography,2006,6,4,1 -4230911,Echocardiography,2006,8,2,1 -4230911,Echocardiography,2006,10,5,1 -4230911,Echocardiography,2006,11,1,1 -4230911,Echocardiography,2006,12,2,1 -4230911,Echocardiography,2007,1,5,1 -4230911,Echocardiography,2007,2,3,1 -4230911,Echocardiography,2007,3,1,1 -4230911,Echocardiography,2007,4,1,1 -4230911,Echocardiography,2007,5,2,1 -4230911,Echocardiography,2007,6,2,1 -4230911,Echocardiography,2007,7,2,1 -4230911,Echocardiography,2007,9,1,1 -4230911,Echocardiography,2007,11,2,1 -4230911,Echocardiography,2007,12,1,1 -4230911,Echocardiography,2008,1,1,1 -4230911,Echocardiography,2008,2,3,1 -4230911,Echocardiography,2008,3,2,1 -4230911,Echocardiography,2008,4,1,1 -4230911,Echocardiography,2008,5,1,1 -4230911,Echocardiography,2008,6,3,1 -4230911,Echocardiography,2008,7,1,1 -4230911,Echocardiography,2008,8,4,1 -4230911,Echocardiography,2008,9,1,1 -4230911,Echocardiography,2008,10,3,1 -4230911,Echocardiography,2008,11,4,1 -4230911,Echocardiography,2008,12,1,1 -4230911,Echocardiography,2009,3,1,1 -4230911,Echocardiography,2009,4,2,1 -4230911,Echocardiography,2009,5,2,1 -4230911,Echocardiography,2009,6,2,1 -4230911,Echocardiography,2009,7,3,1 -4230911,Echocardiography,2009,8,1,1 -4230911,Echocardiography,2009,9,3,1 -4230911,Echocardiography,2009,10,2,1 -4230911,Echocardiography,2009,11,1,1 -4230911,Echocardiography,2009,12,2,1 -4230911,Echocardiography,2010,2,1,1 -4230911,Echocardiography,2010,3,3,1 -4230911,Echocardiography,2010,4,2,1 -4230911,Echocardiography,2010,5,1,1 -4230911,Echocardiography,2010,6,3,1 -4230911,Echocardiography,2010,8,3,1 -4230911,Echocardiography,2010,9,5,1.4 -4230911,Echocardiography,2010,10,1,1 -4230911,Echocardiography,2010,12,2,1 -4230911,Echocardiography,2011,1,3,1 -4230911,Echocardiography,2011,2,1,1 -4230911,Echocardiography,2011,3,1,1 -4230911,Echocardiography,2011,5,4,1 -4230911,Echocardiography,2011,6,2,1 -4230911,Echocardiography,2011,7,1,1 -4230911,Echocardiography,2011,8,1,1 -4230911,Echocardiography,2011,9,2,1 -4230911,Echocardiography,2011,12,1,1 -4230911,Echocardiography,2012,1,3,1 -4230911,Echocardiography,2012,3,2,1 -4230911,Echocardiography,2012,5,1,1 -4230911,Echocardiography,2012,6,3,1 -4230911,Echocardiography,2012,7,4,1 -4230911,Echocardiography,2012,9,3,1 -4230911,Echocardiography,2012,10,2,1 -4230911,Echocardiography,2012,11,1,1 -4230911,Echocardiography,2012,12,3,1 -4230911,Echocardiography,2013,1,2,1 -4230911,Echocardiography,2013,2,1,1 -4230911,Echocardiography,2013,3,1,1 -4230911,Echocardiography,2013,4,3,1 -4230911,Echocardiography,2013,6,4,1 -4230911,Echocardiography,2013,7,6,1 -4230911,Echocardiography,2013,8,4,1 -4230911,Echocardiography,2013,9,3,1 -4230911,Echocardiography,2013,10,4,1 -4230911,Echocardiography,2013,11,3,1 -4230911,Echocardiography,2013,12,6,1.1666666666666667 -4230911,Echocardiography,2014,1,5,1 -4230911,Echocardiography,2014,2,3,1 -4230911,Echocardiography,2014,3,2,1 -4230911,Echocardiography,2014,4,6,1 -4230911,Echocardiography,2014,5,7,1 -4230911,Echocardiography,2014,6,3,1 -4230911,Echocardiography,2014,7,4,1 -4230911,Echocardiography,2014,8,2,1 -4230911,Echocardiography,2014,9,4,1 -4230911,Echocardiography,2014,10,5,1 -4230911,Echocardiography,2014,11,4,1 -4230911,Echocardiography,2014,12,5,3 -4230911,Echocardiography,2015,1,9,1 -4230911,Echocardiography,2015,2,4,1 -4230911,Echocardiography,2015,3,5,1 -4230911,Echocardiography,2015,4,5,1 -4230911,Echocardiography,2015,5,9,1 -4230911,Echocardiography,2015,6,6,1 -4230911,Echocardiography,2015,7,7,1 -4230911,Echocardiography,2015,8,7,1 -4230911,Echocardiography,2015,9,4,1 -4230911,Echocardiography,2015,10,8,1 -4230911,Echocardiography,2015,11,4,1 -4230911,Echocardiography,2015,12,6,1 -4230911,Echocardiography,2016,1,4,1 -4230911,Echocardiography,2016,2,7,1 -4230911,Echocardiography,2016,3,6,1 -4230911,Echocardiography,2016,4,7,1 -4230911,Echocardiography,2016,5,10,1 -4230911,Echocardiography,2016,6,2,1 -4230911,Echocardiography,2016,7,5,1 -4230911,Echocardiography,2016,8,8,1.125 -4230911,Echocardiography,2016,9,6,1 -4230911,Echocardiography,2016,10,8,1 -4230911,Echocardiography,2016,11,6,1 -4230911,Echocardiography,2016,12,9,1 -4230911,Echocardiography,2017,1,10,1 -4230911,Echocardiography,2017,2,2,1 -4230911,Echocardiography,2017,3,5,1 -4230911,Echocardiography,2017,4,9,1 -4230911,Echocardiography,2017,5,5,1 -4230911,Echocardiography,2017,6,7,1 -4230911,Echocardiography,2017,7,7,1 -4230911,Echocardiography,2017,8,9,1 -4230911,Echocardiography,2017,9,9,1 -4230911,Echocardiography,2017,10,3,1 -4230911,Echocardiography,2017,11,5,1 -4230911,Echocardiography,2017,12,12,1 -4230911,Echocardiography,2018,1,5,1 -4230911,Echocardiography,2018,2,2,1 -4230911,Echocardiography,2018,3,8,1 -4230911,Echocardiography,2018,4,9,1 -4230911,Echocardiography,2018,5,8,1.125 -4230911,Echocardiography,2018,6,8,1 -4230911,Echocardiography,2018,7,7,1.1428571428571428 -4230911,Echocardiography,2018,8,5,1 -4230911,Echocardiography,2018,9,9,1.1111111111111112 -4230911,Echocardiography,2018,10,3,1 -4230911,Echocardiography,2018,11,7,1.1428571428571428 -4230911,Echocardiography,2018,12,8,1 -4230911,Echocardiography,2019,1,7,1 -4230911,Echocardiography,2019,2,8,1 -4230911,Echocardiography,2019,3,7,1.1428571428571428 -4230911,Echocardiography,2019,4,7,1 -4230911,Echocardiography,2019,5,8,1.125 -4230911,Echocardiography,2019,6,4,1 -4230911,Echocardiography,2019,7,13,1 -4230911,Echocardiography,2019,8,8,1 -4230911,Echocardiography,2019,9,4,1 -4230911,Echocardiography,2019,10,10,1 -4230911,Echocardiography,2019,11,3,1 -4230911,Echocardiography,2019,12,11,1 -4230911,Echocardiography,2020,1,8,1.125 -4230911,Echocardiography,2020,2,8,1 -4230911,Echocardiography,2020,3,3,1 -4230911,Echocardiography,2020,4,7,1 -4230911,Echocardiography,2020,5,4,1 -4230911,Echocardiography,2020,6,3,1 -4230911,Echocardiography,2020,7,9,1 -4230911,Echocardiography,2020,8,9,1.1111111111111112 -4230911,Echocardiography,2020,9,5,1 -4230911,Echocardiography,2020,10,3,1 -4230911,Echocardiography,2020,11,10,1 -4230911,Echocardiography,2020,12,6,1 -4230911,Echocardiography,2021,1,7,1 -4230911,Echocardiography,2021,2,6,1 -4230911,Echocardiography,2021,3,7,1 -4230911,Echocardiography,2021,4,3,1 -4230911,Echocardiography,2021,5,10,1 -4230911,Echocardiography,2021,6,8,1 -4230911,Echocardiography,2021,7,10,1 -4230911,Echocardiography,2021,8,10,1 -4230911,Echocardiography,2021,9,7,1 -4230911,Echocardiography,2021,10,6,1 -4230911,Echocardiography,2021,11,7,1 -4230911,Echocardiography,2021,12,8,1 -4230911,Echocardiography,2022,1,1,1 -4230911,Echocardiography,2022,2,9,1 -4230911,Echocardiography,2022,3,10,1 -4230911,Echocardiography,2022,4,9,1 -4230911,Echocardiography,2022,5,9,1 -4230911,Echocardiography,2022,6,5,1 -4230911,Echocardiography,2022,7,9,1 -4230911,Echocardiography,2022,8,10,1 -4230911,Echocardiography,2022,9,3,1 -4230911,Echocardiography,2022,10,11,1 -4230911,Echocardiography,2022,11,7,1 -4230911,Echocardiography,2022,12,9,1 -4230911,Echocardiography,2023,1,9,1 -4230911,Echocardiography,2023,2,3,1 -4230911,Echocardiography,2023,3,4,1 -4230911,Echocardiography,2023,4,13,1 -4230911,Echocardiography,2023,5,5,1 -4230911,Echocardiography,2023,6,1,1 -4248525,Lying systolic blood pressure,2015,4,1,1 -4248525,Lying systolic blood pressure,2019,5,1,1 4248525,Lying systolic blood pressure,2019,10,1,1 4248525,Lying systolic blood pressure,2020,6,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4248525,Lying systolic blood pressure,2021,10,1,1 -4257036,Antenatal hepatitis B blood screening test status,2014,11,1,1 -4257036,Antenatal hepatitis B blood screening test status,2017,2,1,1 -4257036,Antenatal hepatitis B blood screening test status,2018,9,1,1 -4329847,Myocardial infarction,1941,6,1,1 -4329847,Myocardial infarction,1942,12,1,1 -4329847,Myocardial infarction,1943,8,1,1 -4329847,Myocardial infarction,1947,7,1,1 -4329847,Myocardial infarction,1948,7,1,1 -4329847,Myocardial infarction,1950,12,1,1 -4329847,Myocardial infarction,1951,5,1,1 -4329847,Myocardial infarction,1951,10,1,1 -4329847,Myocardial infarction,1952,9,1,1 -4329847,Myocardial infarction,1953,10,1,1 -4329847,Myocardial infarction,1955,6,1,1 -4329847,Myocardial infarction,1955,8,1,1 -4329847,Myocardial infarction,1956,1,1,1 -4329847,Myocardial infarction,1958,1,1,1 -4329847,Myocardial infarction,1958,4,1,1 -4329847,Myocardial infarction,1958,12,1,1 -4329847,Myocardial infarction,1960,7,1,1 -4329847,Myocardial infarction,1963,5,2,1 -4329847,Myocardial infarction,1963,6,1,1 -4329847,Myocardial infarction,1963,10,1,1 -4329847,Myocardial infarction,1965,7,2,1 -4329847,Myocardial infarction,1966,12,1,1 -4329847,Myocardial infarction,1967,1,1,1 -4329847,Myocardial infarction,1967,6,1,1 -4329847,Myocardial infarction,1967,8,1,1 -4329847,Myocardial infarction,1967,11,1,1 -4329847,Myocardial infarction,1968,4,1,1 -4329847,Myocardial infarction,1968,6,2,1 -4329847,Myocardial infarction,1969,6,1,1 -4329847,Myocardial infarction,1969,7,1,1 -4329847,Myocardial infarction,1969,11,1,1 -4329847,Myocardial infarction,1970,5,1,1 -4329847,Myocardial infarction,1970,9,1,1 -4329847,Myocardial infarction,1972,4,1,1 -4329847,Myocardial infarction,1974,5,1,1 -4329847,Myocardial infarction,1974,7,1,1 -4329847,Myocardial infarction,1975,3,1,1 -4329847,Myocardial infarction,1975,9,1,1 -4329847,Myocardial infarction,1975,11,2,1 -4329847,Myocardial infarction,1976,1,1,1 -4329847,Myocardial infarction,1976,3,1,1 -4329847,Myocardial infarction,1976,6,1,1 -4329847,Myocardial infarction,1976,10,2,1 -4329847,Myocardial infarction,1977,5,1,1 -4329847,Myocardial infarction,1977,10,1,1 -4329847,Myocardial infarction,1978,11,1,1 -4329847,Myocardial infarction,1979,1,1,1 -4329847,Myocardial infarction,1979,5,1,1 -4329847,Myocardial infarction,1980,2,2,1 -4329847,Myocardial infarction,1980,4,1,1 -4329847,Myocardial infarction,1980,6,1,1 -4329847,Myocardial infarction,1980,7,1,1 -4329847,Myocardial infarction,1980,8,1,1 -4329847,Myocardial infarction,1980,11,1,1 -4329847,Myocardial infarction,1981,1,1,1 -4329847,Myocardial infarction,1982,1,2,1 -4329847,Myocardial infarction,1982,4,1,1 -4329847,Myocardial infarction,1982,10,1,1 -4329847,Myocardial infarction,1983,4,1,1 -4329847,Myocardial infarction,1983,5,1,1 -4329847,Myocardial infarction,1983,9,1,1 -4329847,Myocardial infarction,1984,11,1,1 -4329847,Myocardial infarction,1985,3,2,1 -4329847,Myocardial infarction,1985,7,2,1 -4329847,Myocardial infarction,1986,4,1,1 -4329847,Myocardial infarction,1986,5,1,1 -4329847,Myocardial infarction,1986,12,1,1 -4329847,Myocardial infarction,1987,1,1,1 -4329847,Myocardial infarction,1987,3,1,1 -4329847,Myocardial infarction,1987,4,1,1 -4329847,Myocardial infarction,1987,5,1,1 -4329847,Myocardial infarction,1988,2,2,1 -4329847,Myocardial infarction,1988,7,1,1 -4329847,Myocardial infarction,1989,3,2,1 -4329847,Myocardial infarction,1989,8,1,1 -4329847,Myocardial infarction,1989,11,2,1 -4329847,Myocardial infarction,1990,1,1,1 -4329847,Myocardial infarction,1990,6,1,1 -4329847,Myocardial infarction,1990,8,1,1 -4329847,Myocardial infarction,1990,10,1,1 -4329847,Myocardial infarction,1990,12,2,1 -4329847,Myocardial infarction,1991,2,1,1 -4329847,Myocardial infarction,1991,9,2,1 -4329847,Myocardial infarction,1991,10,1,1 -4329847,Myocardial infarction,1991,11,2,1 -4329847,Myocardial infarction,1991,12,2,1 -4329847,Myocardial infarction,1993,4,1,1 -4329847,Myocardial infarction,1993,7,3,1 -4329847,Myocardial infarction,1993,8,1,1 -4329847,Myocardial infarction,1993,9,1,1 -4329847,Myocardial infarction,1993,10,2,1 -4329847,Myocardial infarction,1993,11,1,1 -4329847,Myocardial infarction,1994,4,1,1 -4329847,Myocardial infarction,1994,6,1,1 -4329847,Myocardial infarction,1994,7,1,1 -4329847,Myocardial infarction,1994,8,1,1 -4329847,Myocardial infarction,1994,9,2,1 -4329847,Myocardial infarction,1994,10,1,1 -4329847,Myocardial infarction,1994,12,3,1 -4329847,Myocardial infarction,1995,5,1,1 -4329847,Myocardial infarction,1996,4,1,1 -4329847,Myocardial infarction,1996,7,1,1 -4329847,Myocardial infarction,1996,8,3,1 -4329847,Myocardial infarction,1996,9,1,1 -4329847,Myocardial infarction,1996,10,1,1 -4329847,Myocardial infarction,1996,11,1,1 -4329847,Myocardial infarction,1996,12,2,1 -4329847,Myocardial infarction,1997,2,3,1 -4329847,Myocardial infarction,1997,5,2,1 -4329847,Myocardial infarction,1997,7,1,1 -4329847,Myocardial infarction,1997,9,2,1 -4329847,Myocardial infarction,1997,10,1,1 -4329847,Myocardial infarction,1998,1,2,1 -4329847,Myocardial infarction,1998,3,2,1 -4329847,Myocardial infarction,1998,4,1,1 -4329847,Myocardial infarction,1998,5,1,1 -4329847,Myocardial infarction,1998,7,1,1 -4329847,Myocardial infarction,1998,9,2,1 -4329847,Myocardial infarction,1998,11,1,1 -4329847,Myocardial infarction,1999,1,2,1 -4329847,Myocardial infarction,1999,5,1,1 -4329847,Myocardial infarction,1999,6,1,1 -4329847,Myocardial infarction,1999,8,1,1 -4329847,Myocardial infarction,1999,12,3,1 -4329847,Myocardial infarction,2000,3,1,1 -4329847,Myocardial infarction,2000,4,1,1 -4329847,Myocardial infarction,2000,6,1,1 -4329847,Myocardial infarction,2000,7,1,1 -4329847,Myocardial infarction,2000,10,1,1 -4329847,Myocardial infarction,2000,11,2,1 -4329847,Myocardial infarction,2001,1,1,1 -4329847,Myocardial infarction,2001,2,1,1 -4329847,Myocardial infarction,2001,4,2,1 -4329847,Myocardial infarction,2001,5,3,1 -4329847,Myocardial infarction,2001,7,1,1 -4329847,Myocardial infarction,2001,8,1,1 -4329847,Myocardial infarction,2001,9,1,1 -4329847,Myocardial infarction,2001,10,1,1 -4329847,Myocardial infarction,2001,11,1,1 -4329847,Myocardial infarction,2002,1,2,1 -4329847,Myocardial infarction,2002,3,1,1 -4329847,Myocardial infarction,2002,4,1,1 -4329847,Myocardial infarction,2002,5,1,1 -4329847,Myocardial infarction,2002,7,4,1 -4329847,Myocardial infarction,2002,8,1,1 -4329847,Myocardial infarction,2002,10,2,1 -4329847,Myocardial infarction,2003,2,2,1 -4329847,Myocardial infarction,2003,3,1,1 -4329847,Myocardial infarction,2003,5,1,1 -4329847,Myocardial infarction,2003,6,1,1 -4329847,Myocardial infarction,2003,7,1,1 -4329847,Myocardial infarction,2003,9,1,1 -4329847,Myocardial infarction,2003,10,2,1 -4329847,Myocardial infarction,2003,11,1,1 -4329847,Myocardial infarction,2003,12,1,1 -4329847,Myocardial infarction,2004,1,2,1 -4329847,Myocardial infarction,2004,2,3,1 -4329847,Myocardial infarction,2004,3,2,1 -4329847,Myocardial infarction,2004,4,1,1 -4329847,Myocardial infarction,2004,5,1,1 -4329847,Myocardial infarction,2004,6,1,1 -4329847,Myocardial infarction,2004,7,2,1 -4329847,Myocardial infarction,2004,8,2,1 -4329847,Myocardial infarction,2004,10,2,1 -4329847,Myocardial infarction,2004,12,1,1 -4329847,Myocardial infarction,2005,2,1,1 -4329847,Myocardial infarction,2005,3,1,1 -4329847,Myocardial infarction,2005,4,4,1 -4329847,Myocardial infarction,2005,6,2,1 -4329847,Myocardial infarction,2005,8,2,1 -4329847,Myocardial infarction,2005,9,1,1 -4329847,Myocardial infarction,2005,10,1,1 -4329847,Myocardial infarction,2005,11,2,1 -4329847,Myocardial infarction,2006,2,2,1 -4329847,Myocardial infarction,2006,4,1,1 -4329847,Myocardial infarction,2006,5,1,1 -4329847,Myocardial infarction,2006,6,2,1 -4329847,Myocardial infarction,2006,8,2,1 -4329847,Myocardial infarction,2006,10,5,1 -4329847,Myocardial infarction,2007,1,3,1 -4329847,Myocardial infarction,2007,2,2,1 -4329847,Myocardial infarction,2007,3,2,1 -4329847,Myocardial infarction,2007,5,1,1 -4329847,Myocardial infarction,2007,6,2,1 -4329847,Myocardial infarction,2007,7,4,1 -4329847,Myocardial infarction,2007,9,1,1 -4329847,Myocardial infarction,2007,11,1,1 -4329847,Myocardial infarction,2007,12,1,1 -4329847,Myocardial infarction,2008,1,1,1 -4329847,Myocardial infarction,2008,2,2,1 -4329847,Myocardial infarction,2008,6,2,1 -4329847,Myocardial infarction,2008,8,1,1 -4329847,Myocardial infarction,2008,9,1,1 -4329847,Myocardial infarction,2008,10,2,1 -4329847,Myocardial infarction,2009,3,1,1 -4329847,Myocardial infarction,2009,4,1,1 -4329847,Myocardial infarction,2009,5,1,1 -4329847,Myocardial infarction,2009,6,1,1 -4329847,Myocardial infarction,2009,7,1,1 -4329847,Myocardial infarction,2009,8,1,1 -4329847,Myocardial infarction,2009,9,1,1 -4329847,Myocardial infarction,2009,10,1,1 -4329847,Myocardial infarction,2010,3,2,1 -4329847,Myocardial infarction,2010,6,1,1 -4329847,Myocardial infarction,2010,7,1,1 -4329847,Myocardial infarction,2010,8,2,1 -4329847,Myocardial infarction,2010,9,2,1 -4329847,Myocardial infarction,2010,10,1,1 -4329847,Myocardial infarction,2010,12,2,1 -4329847,Myocardial infarction,2011,5,3,1 -4329847,Myocardial infarction,2011,6,1,1 -4329847,Myocardial infarction,2011,7,1,1 -4329847,Myocardial infarction,2011,8,1,1 -4329847,Myocardial infarction,2011,9,2,1 -4329847,Myocardial infarction,2011,10,1,1 -4329847,Myocardial infarction,2011,12,1,1 -4329847,Myocardial infarction,2012,1,1,1 -4329847,Myocardial infarction,2012,3,1,1 -4329847,Myocardial infarction,2012,5,1,1 -4329847,Myocardial infarction,2012,6,1,1 -4329847,Myocardial infarction,2012,7,1,1 -4329847,Myocardial infarction,2012,9,2,1 -4329847,Myocardial infarction,2012,10,2,1 -4329847,Myocardial infarction,2013,3,1,1 -4329847,Myocardial infarction,2013,4,1,1 -4329847,Myocardial infarction,2013,6,2,1 -4329847,Myocardial infarction,2013,7,2,1 -4329847,Myocardial infarction,2013,9,1,1 -4329847,Myocardial infarction,2013,10,1,1 -4329847,Myocardial infarction,2013,11,1,1 -4329847,Myocardial infarction,2014,1,1,1 -4329847,Myocardial infarction,2014,2,1,1 -4329847,Myocardial infarction,2014,4,2,1 -4329847,Myocardial infarction,2014,5,2,1 -4329847,Myocardial infarction,2014,12,1,1 -4329847,Myocardial infarction,2015,1,2,1 -4329847,Myocardial infarction,2015,2,1,1 -4329847,Myocardial infarction,2015,4,1,1 -4329847,Myocardial infarction,2015,5,2,1 -4329847,Myocardial infarction,2015,6,1,1 -4329847,Myocardial infarction,2015,8,3,1 -4329847,Myocardial infarction,2015,9,1,1 -4329847,Myocardial infarction,2016,4,2,1 -4329847,Myocardial infarction,2016,5,4,1 -4329847,Myocardial infarction,2016,7,1,1 -4329847,Myocardial infarction,2016,8,3,1 -4329847,Myocardial infarction,2016,9,2,1 -4329847,Myocardial infarction,2016,10,3,1 -4329847,Myocardial infarction,2016,11,1,1 -4329847,Myocardial infarction,2016,12,4,1 -4329847,Myocardial infarction,2017,1,1,1 -4329847,Myocardial infarction,2017,2,1,1 -4329847,Myocardial infarction,2017,5,1,1 -4329847,Myocardial infarction,2017,8,4,1 -4329847,Myocardial infarction,2017,9,3,1 -4329847,Myocardial infarction,2017,10,1,1 -4329847,Myocardial infarction,2017,12,4,1 -4329847,Myocardial infarction,2018,2,1,1 -4329847,Myocardial infarction,2018,3,3,1 -4329847,Myocardial infarction,2018,4,1,1 -4329847,Myocardial infarction,2018,5,1,1 -4329847,Myocardial infarction,2018,6,3,1 -4329847,Myocardial infarction,2018,7,3,1 -4329847,Myocardial infarction,2018,8,2,1 -4329847,Myocardial infarction,2018,9,1,1 -4329847,Myocardial infarction,2018,11,2,1 -4329847,Myocardial infarction,2018,12,1,1 -4329847,Myocardial infarction,2019,1,1,1 -4329847,Myocardial infarction,2019,3,1,1 -4329847,Myocardial infarction,2019,4,1,1 -4329847,Myocardial infarction,2019,5,2,1 -4329847,Myocardial infarction,2019,6,2,1 -4329847,Myocardial infarction,2019,7,2,1 -4329847,Myocardial infarction,2019,8,2,1 -4329847,Myocardial infarction,2019,9,1,1 -4329847,Myocardial infarction,2019,10,3,1 -4329847,Myocardial infarction,2019,11,1,1 -4329847,Myocardial infarction,2019,12,3,1 -4329847,Myocardial infarction,2020,1,3,1 -4329847,Myocardial infarction,2020,3,1,1 -4329847,Myocardial infarction,2020,4,3,1 -4329847,Myocardial infarction,2020,7,3,1 -4329847,Myocardial infarction,2020,8,2,1 -4329847,Myocardial infarction,2020,9,1,1 -4329847,Myocardial infarction,2020,11,2,1 -4329847,Myocardial infarction,2020,12,2,1 -4329847,Myocardial infarction,2021,1,2,1 -4329847,Myocardial infarction,2021,4,2,1 -4329847,Myocardial infarction,2021,6,2,1 -4329847,Myocardial infarction,2021,7,2,1 -4329847,Myocardial infarction,2021,8,3,1 -4329847,Myocardial infarction,2021,9,3,1 -4329847,Myocardial infarction,2021,10,2,1 -4329847,Myocardial infarction,2021,11,4,1 -4329847,Myocardial infarction,2021,12,1,1 -4329847,Myocardial infarction,2022,2,1,1 -4329847,Myocardial infarction,2022,4,3,1 -4329847,Myocardial infarction,2022,5,1,1 -4329847,Myocardial infarction,2022,6,1,1 -4329847,Myocardial infarction,2022,7,2,1 -4329847,Myocardial infarction,2022,8,2,1 -4329847,Myocardial infarction,2022,9,1,1 -4329847,Myocardial infarction,2022,10,2,1 -4329847,Myocardial infarction,2022,11,1,1 -4329847,Myocardial infarction,2022,12,2,1 -4329847,Myocardial infarction,2023,1,3,1 -4329847,Myocardial infarction,2023,2,2,1 -4329847,Myocardial infarction,2023,4,2,1 -4329847,Myocardial infarction,2023,5,1,1 -4336464,Coronary artery bypass graft,1942,12,1,1 -4336464,Coronary artery bypass graft,1943,8,1,1 -4336464,Coronary artery bypass graft,1947,7,1,1 -4336464,Coronary artery bypass graft,1948,7,1,1 -4336464,Coronary artery bypass graft,1950,12,1,1 -4336464,Coronary artery bypass graft,1951,5,1,1 -4336464,Coronary artery bypass graft,1951,10,1,1 -4336464,Coronary artery bypass graft,1952,9,1,1 -4336464,Coronary artery bypass graft,1953,10,1,1 -4336464,Coronary artery bypass graft,1955,6,1,1 -4336464,Coronary artery bypass graft,1955,8,1,1 -4336464,Coronary artery bypass graft,1956,1,1,1 -4336464,Coronary artery bypass graft,1958,1,1,1 -4336464,Coronary artery bypass graft,1958,4,1,1 -4336464,Coronary artery bypass graft,1958,12,1,1 -4336464,Coronary artery bypass graft,1960,7,1,1 -4336464,Coronary artery bypass graft,1963,5,2,1 -4336464,Coronary artery bypass graft,1963,6,1,1 -4336464,Coronary artery bypass graft,1963,10,1,1 -4336464,Coronary artery bypass graft,1965,7,2,1 -4336464,Coronary artery bypass graft,1966,12,1,1 -4336464,Coronary artery bypass graft,1967,1,1,1 -4336464,Coronary artery bypass graft,1967,8,1,1 -4336464,Coronary artery bypass graft,1967,11,1,1 -4336464,Coronary artery bypass graft,1968,4,1,1 -4336464,Coronary artery bypass graft,1968,6,2,1 -4336464,Coronary artery bypass graft,1969,6,1,1 -4336464,Coronary artery bypass graft,1969,7,1,1 -4336464,Coronary artery bypass graft,1969,11,1,1 -4336464,Coronary artery bypass graft,1970,5,1,1 -4336464,Coronary artery bypass graft,1970,9,1,2 -4336464,Coronary artery bypass graft,1972,4,1,1 -4336464,Coronary artery bypass graft,1974,5,1,1 -4336464,Coronary artery bypass graft,1974,7,1,1 -4336464,Coronary artery bypass graft,1975,3,1,1 -4336464,Coronary artery bypass graft,1975,9,1,1 -4336464,Coronary artery bypass graft,1975,11,2,1 -4336464,Coronary artery bypass graft,1976,1,1,1 -4336464,Coronary artery bypass graft,1976,3,1,1 -4336464,Coronary artery bypass graft,1976,6,1,1 -4336464,Coronary artery bypass graft,1976,7,1,1 -4336464,Coronary artery bypass graft,1976,10,3,1 -4336464,Coronary artery bypass graft,1977,5,1,1 -4336464,Coronary artery bypass graft,1977,10,1,1 -4336464,Coronary artery bypass graft,1978,11,1,1 -4336464,Coronary artery bypass graft,1979,11,1,1 -4336464,Coronary artery bypass graft,1980,2,1,1 -4336464,Coronary artery bypass graft,1980,4,1,1 -4336464,Coronary artery bypass graft,1980,7,1,1 -4336464,Coronary artery bypass graft,1980,8,1,1 -4336464,Coronary artery bypass graft,1980,11,1,1 -4336464,Coronary artery bypass graft,1981,1,1,1 -4336464,Coronary artery bypass graft,1982,1,2,1 -4336464,Coronary artery bypass graft,1982,4,1,1 -4336464,Coronary artery bypass graft,1982,10,1,1 -4336464,Coronary artery bypass graft,1983,9,1,1 -4336464,Coronary artery bypass graft,1984,11,1,1 -4336464,Coronary artery bypass graft,1985,3,2,1 -4336464,Coronary artery bypass graft,1985,7,2,1 -4336464,Coronary artery bypass graft,1986,4,1,1 -4336464,Coronary artery bypass graft,1986,5,1,1 -4336464,Coronary artery bypass graft,1987,1,1,1 -4336464,Coronary artery bypass graft,1987,3,1,1 -4336464,Coronary artery bypass graft,1987,4,1,1 -4336464,Coronary artery bypass graft,1987,5,1,1 -4336464,Coronary artery bypass graft,1988,2,1,1 -4336464,Coronary artery bypass graft,1988,7,1,1 -4336464,Coronary artery bypass graft,1989,3,2,1 -4336464,Coronary artery bypass graft,1989,8,1,1 -4336464,Coronary artery bypass graft,1989,11,2,1 -4336464,Coronary artery bypass graft,1990,1,1,1 -4336464,Coronary artery bypass graft,1990,6,1,1 -4336464,Coronary artery bypass graft,1990,8,1,1 -4336464,Coronary artery bypass graft,1990,10,1,1 -4336464,Coronary artery bypass graft,1990,12,2,1 -4336464,Coronary artery bypass graft,1991,2,1,1 -4336464,Coronary artery bypass graft,1991,9,1,1 -4336464,Coronary artery bypass graft,1991,10,1,1 -4336464,Coronary artery bypass graft,1991,11,1,1 -4336464,Coronary artery bypass graft,1991,12,2,1 -4336464,Coronary artery bypass graft,1992,7,1,1 -4336464,Coronary artery bypass graft,1993,4,1,1 -4336464,Coronary artery bypass graft,1993,7,3,1 -4336464,Coronary artery bypass graft,1993,8,1,2 -4336464,Coronary artery bypass graft,1993,9,1,1 -4336464,Coronary artery bypass graft,1993,10,1,1 -4336464,Coronary artery bypass graft,1993,11,1,1 -4336464,Coronary artery bypass graft,1994,4,1,1 -4336464,Coronary artery bypass graft,1994,6,1,1 -4336464,Coronary artery bypass graft,1994,7,1,1 -4336464,Coronary artery bypass graft,1994,8,1,1 -4336464,Coronary artery bypass graft,1994,9,1,1 -4336464,Coronary artery bypass graft,1994,10,1,1 -4336464,Coronary artery bypass graft,1994,12,3,1 -4336464,Coronary artery bypass graft,1995,5,1,1 -4336464,Coronary artery bypass graft,1996,7,1,1 -4336464,Coronary artery bypass graft,1996,8,3,1 -4336464,Coronary artery bypass graft,1996,9,1,1 -4336464,Coronary artery bypass graft,1996,10,1,1 -4336464,Coronary artery bypass graft,1996,12,2,1 -4336464,Coronary artery bypass graft,1997,2,3,1.3333333333333333 -4336464,Coronary artery bypass graft,1997,5,2,1 -4336464,Coronary artery bypass graft,1997,7,1,1 -4336464,Coronary artery bypass graft,1997,9,2,1 -4336464,Coronary artery bypass graft,1998,1,1,1 -4336464,Coronary artery bypass graft,1998,3,2,1 -4336464,Coronary artery bypass graft,1998,4,1,1 -4336464,Coronary artery bypass graft,1998,5,1,1 -4336464,Coronary artery bypass graft,1998,7,1,1 -4336464,Coronary artery bypass graft,1998,9,2,1 -4336464,Coronary artery bypass graft,1998,10,1,1 -4336464,Coronary artery bypass graft,1998,11,1,1 -4336464,Coronary artery bypass graft,1999,1,2,1 -4336464,Coronary artery bypass graft,1999,5,2,1 -4336464,Coronary artery bypass graft,1999,6,1,1 -4336464,Coronary artery bypass graft,1999,8,1,1 -4336464,Coronary artery bypass graft,1999,12,3,1 -4336464,Coronary artery bypass graft,2000,4,1,1 -4336464,Coronary artery bypass graft,2000,6,1,1 -4336464,Coronary artery bypass graft,2000,7,1,1 -4336464,Coronary artery bypass graft,2000,10,1,1 -4336464,Coronary artery bypass graft,2000,11,2,1 -4336464,Coronary artery bypass graft,2001,1,1,1 -4336464,Coronary artery bypass graft,2001,2,1,1 -4336464,Coronary artery bypass graft,2001,4,2,1 -4336464,Coronary artery bypass graft,2001,5,2,1 -4336464,Coronary artery bypass graft,2001,7,1,1 -4336464,Coronary artery bypass graft,2001,8,1,1 -4336464,Coronary artery bypass graft,2001,9,1,1 -4336464,Coronary artery bypass graft,2001,10,1,1 -4336464,Coronary artery bypass graft,2002,1,1,1 -4336464,Coronary artery bypass graft,2002,3,1,1 -4336464,Coronary artery bypass graft,2002,4,1,1 -4336464,Coronary artery bypass graft,2002,5,1,1 -4336464,Coronary artery bypass graft,2002,7,4,1 -4336464,Coronary artery bypass graft,2002,8,1,1 -4336464,Coronary artery bypass graft,2002,10,2,1 -4336464,Coronary artery bypass graft,2002,12,1,1 -4336464,Coronary artery bypass graft,2003,2,2,1 -4336464,Coronary artery bypass graft,2003,3,1,1 -4336464,Coronary artery bypass graft,2003,5,1,1 -4336464,Coronary artery bypass graft,2003,6,1,1 -4336464,Coronary artery bypass graft,2003,7,1,1 -4336464,Coronary artery bypass graft,2003,9,1,1 -4336464,Coronary artery bypass graft,2003,10,2,1 -4336464,Coronary artery bypass graft,2003,11,1,1 -4336464,Coronary artery bypass graft,2003,12,1,1 -4336464,Coronary artery bypass graft,2004,1,2,1 -4336464,Coronary artery bypass graft,2004,2,3,1 -4336464,Coronary artery bypass graft,2004,3,2,1 -4336464,Coronary artery bypass graft,2004,4,1,1 -4336464,Coronary artery bypass graft,2004,5,1,1 -4336464,Coronary artery bypass graft,2004,6,1,1 -4336464,Coronary artery bypass graft,2004,7,1,1 -4336464,Coronary artery bypass graft,2004,8,2,1 -4336464,Coronary artery bypass graft,2004,10,2,1 -4336464,Coronary artery bypass graft,2004,12,1,1 -4336464,Coronary artery bypass graft,2005,2,1,1 -4336464,Coronary artery bypass graft,2005,3,1,1 -4336464,Coronary artery bypass graft,2005,4,5,1 -4336464,Coronary artery bypass graft,2005,6,2,1 -4336464,Coronary artery bypass graft,2005,8,2,1 -4336464,Coronary artery bypass graft,2005,9,1,1 -4336464,Coronary artery bypass graft,2005,10,1,1 -4336464,Coronary artery bypass graft,2005,11,2,1 -4336464,Coronary artery bypass graft,2006,1,1,1 -4336464,Coronary artery bypass graft,2006,2,2,1 -4336464,Coronary artery bypass graft,2006,4,1,1 -4336464,Coronary artery bypass graft,2006,5,1,1 -4336464,Coronary artery bypass graft,2006,6,2,1 -4336464,Coronary artery bypass graft,2006,8,2,1 -4336464,Coronary artery bypass graft,2006,10,4,1 -4336464,Coronary artery bypass graft,2007,1,3,1 -4336464,Coronary artery bypass graft,2007,2,2,1 -4336464,Coronary artery bypass graft,2007,3,1,1 -4336464,Coronary artery bypass graft,2007,5,1,1 -4336464,Coronary artery bypass graft,2007,6,2,1 -4336464,Coronary artery bypass graft,2007,7,2,1 -4336464,Coronary artery bypass graft,2007,11,2,1 -4336464,Coronary artery bypass graft,2007,12,1,1 -4336464,Coronary artery bypass graft,2008,1,1,1 -4336464,Coronary artery bypass graft,2008,2,2,1 -4336464,Coronary artery bypass graft,2008,3,1,1 -4336464,Coronary artery bypass graft,2008,6,2,1 -4336464,Coronary artery bypass graft,2008,8,2,1 -4336464,Coronary artery bypass graft,2008,9,1,1 -4336464,Coronary artery bypass graft,2008,10,2,1 -4336464,Coronary artery bypass graft,2009,3,1,1 -4336464,Coronary artery bypass graft,2009,4,1,1 -4336464,Coronary artery bypass graft,2009,5,1,1 -4336464,Coronary artery bypass graft,2009,6,1,1 -4336464,Coronary artery bypass graft,2009,7,1,1 -4336464,Coronary artery bypass graft,2009,8,1,1 -4336464,Coronary artery bypass graft,2009,9,2,1 -4336464,Coronary artery bypass graft,2009,10,1,1 -4336464,Coronary artery bypass graft,2010,3,2,1 -4336464,Coronary artery bypass graft,2010,6,2,1 -4336464,Coronary artery bypass graft,2010,8,2,1 -4336464,Coronary artery bypass graft,2010,9,2,1 -4336464,Coronary artery bypass graft,2010,10,1,1 -4336464,Coronary artery bypass graft,2010,12,2,1 -4336464,Coronary artery bypass graft,2011,5,2,1 -4336464,Coronary artery bypass graft,2011,6,1,1 -4336464,Coronary artery bypass graft,2011,7,1,1 -4336464,Coronary artery bypass graft,2011,8,1,1 -4336464,Coronary artery bypass graft,2011,9,2,1 -4336464,Coronary artery bypass graft,2011,12,1,1 -4336464,Coronary artery bypass graft,2012,1,2,1 -4336464,Coronary artery bypass graft,2012,3,1,1 -4336464,Coronary artery bypass graft,2012,5,1,1 -4336464,Coronary artery bypass graft,2012,6,1,1 -4336464,Coronary artery bypass graft,2012,7,1,1 -4336464,Coronary artery bypass graft,2012,9,3,1 -4336464,Coronary artery bypass graft,2012,10,2,1 -4336464,Coronary artery bypass graft,2013,4,1,1 -4336464,Coronary artery bypass graft,2013,6,2,1 -4336464,Coronary artery bypass graft,2013,7,2,1 -4336464,Coronary artery bypass graft,2013,9,2,1 -4336464,Coronary artery bypass graft,2013,10,1,1 -4336464,Coronary artery bypass graft,2013,11,1,1 -4336464,Coronary artery bypass graft,2014,1,1,1 -4336464,Coronary artery bypass graft,2014,2,2,1 -4336464,Coronary artery bypass graft,2014,4,2,1 -4336464,Coronary artery bypass graft,2014,5,2,1 -4336464,Coronary artery bypass graft,2014,10,1,1 -4336464,Coronary artery bypass graft,2014,12,1,1 -4336464,Coronary artery bypass graft,2015,1,2,1 -4336464,Coronary artery bypass graft,2015,2,1,1 -4336464,Coronary artery bypass graft,2015,4,1,1 -4336464,Coronary artery bypass graft,2015,5,2,1 -4336464,Coronary artery bypass graft,2015,6,1,1 -4336464,Coronary artery bypass graft,2015,8,3,1 -4336464,Coronary artery bypass graft,2015,9,1,1 -4336464,Coronary artery bypass graft,2016,4,2,1 -4336464,Coronary artery bypass graft,2016,5,4,1 -4336464,Coronary artery bypass graft,2016,7,2,1 -4336464,Coronary artery bypass graft,2016,8,3,1 -4336464,Coronary artery bypass graft,2016,9,2,1 -4336464,Coronary artery bypass graft,2016,10,3,1 -4336464,Coronary artery bypass graft,2016,11,1,1 -4336464,Coronary artery bypass graft,2016,12,4,1 -4336464,Coronary artery bypass graft,2017,1,1,1 -4336464,Coronary artery bypass graft,2017,2,1,1 -4336464,Coronary artery bypass graft,2017,5,1,1 -4336464,Coronary artery bypass graft,2017,8,4,1 -4336464,Coronary artery bypass graft,2017,9,3,1 -4336464,Coronary artery bypass graft,2017,10,1,1 -4336464,Coronary artery bypass graft,2017,12,4,1 -4336464,Coronary artery bypass graft,2018,2,1,1 -4336464,Coronary artery bypass graft,2018,3,3,1 -4336464,Coronary artery bypass graft,2018,4,1,1 -4336464,Coronary artery bypass graft,2018,5,1,2 -4336464,Coronary artery bypass graft,2018,6,3,1 -4336464,Coronary artery bypass graft,2018,7,4,1.25 -4336464,Coronary artery bypass graft,2018,8,2,1 -4336464,Coronary artery bypass graft,2018,9,1,2 -4336464,Coronary artery bypass graft,2018,11,2,1 -4336464,Coronary artery bypass graft,2018,12,1,1 -4336464,Coronary artery bypass graft,2019,1,1,1 -4336464,Coronary artery bypass graft,2019,3,2,1 -4336464,Coronary artery bypass graft,2019,4,1,1 -4336464,Coronary artery bypass graft,2019,5,2,1 -4336464,Coronary artery bypass graft,2019,6,2,1 -4336464,Coronary artery bypass graft,2019,7,2,1 -4336464,Coronary artery bypass graft,2019,8,2,1 -4336464,Coronary artery bypass graft,2019,9,1,1 -4336464,Coronary artery bypass graft,2019,10,3,1 -4336464,Coronary artery bypass graft,2019,11,1,1 -4336464,Coronary artery bypass graft,2019,12,4,1 -4336464,Coronary artery bypass graft,2020,1,3,1.3333333333333333 -4336464,Coronary artery bypass graft,2020,3,1,1 -4336464,Coronary artery bypass graft,2020,4,3,1 -4336464,Coronary artery bypass graft,2020,7,3,1 -4336464,Coronary artery bypass graft,2020,8,2,1 -4336464,Coronary artery bypass graft,2020,9,1,1 -4336464,Coronary artery bypass graft,2020,11,2,1 -4336464,Coronary artery bypass graft,2020,12,2,1 -4336464,Coronary artery bypass graft,2021,1,2,1 -4336464,Coronary artery bypass graft,2021,4,2,1 -4336464,Coronary artery bypass graft,2021,6,2,1 -4336464,Coronary artery bypass graft,2021,7,2,1 -4336464,Coronary artery bypass graft,2021,8,3,1 -4336464,Coronary artery bypass graft,2021,9,3,1 -4336464,Coronary artery bypass graft,2021,10,2,1 -4336464,Coronary artery bypass graft,2021,11,4,1 -4336464,Coronary artery bypass graft,2021,12,1,1 -4336464,Coronary artery bypass graft,2022,2,2,1 -4336464,Coronary artery bypass graft,2022,3,1,1 -4336464,Coronary artery bypass graft,2022,4,3,1 -4336464,Coronary artery bypass graft,2022,5,1,1 -4336464,Coronary artery bypass graft,2022,6,1,1 -4336464,Coronary artery bypass graft,2022,7,2,1 -4336464,Coronary artery bypass graft,2022,8,2,1 -4336464,Coronary artery bypass graft,2022,9,1,1 -4336464,Coronary artery bypass graft,2022,10,2,1 -4336464,Coronary artery bypass graft,2022,11,1,1 -4336464,Coronary artery bypass graft,2022,12,2,1 -4336464,Coronary artery bypass graft,2023,1,3,1 -4336464,Coronary artery bypass graft,2023,2,2,1 -4336464,Coronary artery bypass graft,2023,4,2,1 -4336464,Coronary artery bypass graft,2023,5,1,1 -4353713,Positive end expiratory pressure,2018,1,1,1 -4353713,Positive end expiratory pressure,2019,2,1,1 -4353713,Positive end expiratory pressure,2021,7,1,1 -4353717,Ventilator delivered minute volume,2016,10,1,1 -4353717,Ventilator delivered minute volume,2021,5,1,1 -4353717,Ventilator delivered minute volume,2022,12,1,1 -4353843,Invasive systolic arterial pressure,2002,3,1,1 -4353843,Invasive systolic arterial pressure,2015,9,1,1 -4353843,Invasive systolic arterial pressure,2021,9,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4128111,T - Tumor stage,2020,11,1,1 4353843,Invasive systolic arterial pressure,2021,10,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 4353843,Invasive systolic arterial pressure,2021,12,1,1 -4353843,Invasive systolic arterial pressure,2023,4,1,1 -4354252,Non-invasive systolic arterial pressure,2018,1,1,1 -4354252,Non-invasive systolic arterial pressure,2019,8,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 4354252,Non-invasive systolic arterial pressure,2020,8,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 +4128111,T - Tumor stage,2020,12,1,1 4354252,Non-invasive systolic arterial pressure,2021,2,1,1 -4354252,Non-invasive systolic arterial pressure,2021,6,1,1 -4354252,Non-invasive systolic arterial pressure,2021,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1974,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1975,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1975,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1977,5,2,4 -19018935,digoxin 0.125 MG Oral Tablet,1977,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1977,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1978,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1979,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1979,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1980,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1980,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1981,3,1,5 -19018935,digoxin 0.125 MG Oral Tablet,1981,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1981,7,1,4 -19018935,digoxin 0.125 MG Oral Tablet,1981,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1982,6,1,11 -19018935,digoxin 0.125 MG Oral Tablet,1982,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1982,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1983,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1983,7,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1983,12,2,15 -19018935,digoxin 0.125 MG Oral Tablet,1984,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1984,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,11,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1984,12,1,17 -19018935,digoxin 0.125 MG Oral Tablet,1985,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1985,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1985,5,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1985,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1986,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1986,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1986,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1986,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1987,1,2,3 -19018935,digoxin 0.125 MG Oral Tablet,1987,5,3,3 -19018935,digoxin 0.125 MG Oral Tablet,1987,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1987,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1988,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1988,6,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,4,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1989,6,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1989,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1990,1,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,1990,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1990,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,12,2,4 -19018935,digoxin 0.125 MG Oral Tablet,1991,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1991,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,4,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1991,5,1,15 -19018935,digoxin 0.125 MG Oral Tablet,1991,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1991,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,8,4,2.75 -19018935,digoxin 0.125 MG Oral Tablet,1991,10,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1992,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1992,3,1,4 -19018935,digoxin 0.125 MG Oral Tablet,1992,7,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1992,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1992,9,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1992,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1993,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,6,1,6 -19018935,digoxin 0.125 MG Oral Tablet,1993,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1993,10,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1994,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1994,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1994,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,12,2,5 -19018935,digoxin 0.125 MG Oral Tablet,1995,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,7,1,5 -19018935,digoxin 0.125 MG Oral Tablet,1995,9,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1995,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,12,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1996,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1996,10,3,2.3333333333333335 -19018935,digoxin 0.125 MG Oral Tablet,1996,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1997,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1997,9,5,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,2,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,1998,3,2,5 -19018935,digoxin 0.125 MG Oral Tablet,1998,4,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1998,8,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,1998,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1998,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1999,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,5,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,1999,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,1999,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1999,11,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,1,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,2,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2000,3,5,1.6 -19018935,digoxin 0.125 MG Oral Tablet,2000,6,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2000,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2000,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2000,11,3,1 -19018935,digoxin 0.125 MG Oral Tablet,2000,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2001,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,4,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2001,6,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2001,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2001,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2002,1,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,3,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,5,3,4.666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,6,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2002,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2003,1,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,2,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2003,5,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2003,6,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2003,8,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,9,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,1,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2004,2,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2004,3,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2004,5,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,7,3,4.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2004,8,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2004,10,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,2004,11,2,4 -19018935,digoxin 0.125 MG Oral Tablet,2004,12,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2005,1,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2005,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,3,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2005,4,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2005,6,1,25 -19018935,digoxin 0.125 MG Oral Tablet,2005,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,9,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2005,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2005,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,1,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2006,2,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,4,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,7,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,9,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2006,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,12,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2007,4,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2007,6,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2007,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2007,10,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2008,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,3,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2008,5,3,2.3333333333333335 -19018935,digoxin 0.125 MG Oral Tablet,2008,6,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2008,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2008,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2008,10,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2008,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,1,5,1.8 -19018935,digoxin 0.125 MG Oral Tablet,2009,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,3,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2009,4,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2009,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,6,2,9.5 -19018935,digoxin 0.125 MG Oral Tablet,2009,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2009,8,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,9,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2009,10,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2009,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2009,12,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2010,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,2,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2010,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,4,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,5,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2010,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,9,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,10,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,1,6,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,4,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,7,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2011,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,9,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2011,10,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2011,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,12,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2012,1,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2012,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,4,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2012,5,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,7,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2012,9,5,1.2 -19018935,digoxin 0.125 MG Oral Tablet,2012,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,12,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,3,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,7,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2013,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,10,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2013,11,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,12,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,1,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,2,4,9 -19018935,digoxin 0.125 MG Oral Tablet,2014,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2014,4,2,19 -19018935,digoxin 0.125 MG Oral Tablet,2014,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2014,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2014,7,6,2.3333333333333335 -19018935,digoxin 0.125 MG Oral Tablet,2014,8,6,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2014,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,11,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2014,12,4,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,1,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,2,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,3,6,6.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,5,5,3.8 -19018935,digoxin 0.125 MG Oral Tablet,2015,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,7,4,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2015,9,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,11,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2015,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2016,1,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2016,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2016,3,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,4,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,5,6,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,6,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2016,7,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2016,8,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2016,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2016,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2016,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,1,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2017,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,3,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2017,4,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,5,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2017,6,5,3 -19018935,digoxin 0.125 MG Oral Tablet,2017,8,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2017,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2017,11,3,4.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2017,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2018,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2018,3,5,2.2 -19018935,digoxin 0.125 MG Oral Tablet,2018,4,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2018,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,8,7,4.428571428571429 -19018935,digoxin 0.125 MG Oral Tablet,2018,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2018,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2018,11,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2018,12,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2019,1,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2019,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2019,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2019,4,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2019,5,4,4.25 -19018935,digoxin 0.125 MG Oral Tablet,2019,6,3,2.3333333333333335 -19018935,digoxin 0.125 MG Oral Tablet,2019,7,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2019,8,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2019,9,3,10 -19018935,digoxin 0.125 MG Oral Tablet,2019,10,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2019,11,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2019,12,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,1,6,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2020,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2020,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2020,5,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2020,6,5,2.8 -19018935,digoxin 0.125 MG Oral Tablet,2020,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2020,8,7,2.142857142857143 -19018935,digoxin 0.125 MG Oral Tablet,2020,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2020,11,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2020,12,5,2.6 -19018935,digoxin 0.125 MG Oral Tablet,2021,1,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,3,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,4,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2021,5,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2021,6,1,5 -19018935,digoxin 0.125 MG Oral Tablet,2021,7,6,5.833333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2021,8,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2021,9,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2021,10,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,11,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2021,12,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2022,1,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2022,2,8,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,3,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,4,7,1.8571428571428572 -19018935,digoxin 0.125 MG Oral Tablet,2022,5,7,1.7142857142857142 -19018935,digoxin 0.125 MG Oral Tablet,2022,6,3,2.3333333333333335 -19018935,digoxin 0.125 MG Oral Tablet,2022,7,5,3.4 -19018935,digoxin 0.125 MG Oral Tablet,2022,8,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2022,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,10,6,2 -19018935,digoxin 0.125 MG Oral Tablet,2022,11,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2023,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2023,2,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2023,3,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2023,4,4,2.75 -19018935,digoxin 0.125 MG Oral Tablet,2023,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2023,6,2,2 -19075601,clopidogrel 75 MG Oral Tablet,1997,1,22,2.227272727272727 -19075601,clopidogrel 75 MG Oral Tablet,1997,2,21,2.238095238095238 -19075601,clopidogrel 75 MG Oral Tablet,1997,3,17,1.8823529411764706 -19075601,clopidogrel 75 MG Oral Tablet,1997,4,24,2.1666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,1997,5,19,1.736842105263158 -19075601,clopidogrel 75 MG Oral Tablet,1997,6,20,1.95 -19075601,clopidogrel 75 MG Oral Tablet,1997,7,31,2.4838709677419355 -19075601,clopidogrel 75 MG Oral Tablet,1997,8,18,2 -19075601,clopidogrel 75 MG Oral Tablet,1997,9,30,1.8666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1997,10,27,1.5925925925925926 -19075601,clopidogrel 75 MG Oral Tablet,1997,11,25,2.16 -19075601,clopidogrel 75 MG Oral Tablet,1997,12,18,2 -19075601,clopidogrel 75 MG Oral Tablet,1998,1,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,1998,2,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1998,3,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1998,4,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1998,5,2,1 -19075601,clopidogrel 75 MG Oral Tablet,1998,6,3,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,1998,7,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1998,8,5,2.2 -19075601,clopidogrel 75 MG Oral Tablet,1998,9,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,1998,10,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,1998,11,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1998,12,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,1999,1,7,6 -19075601,clopidogrel 75 MG Oral Tablet,1999,2,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1999,3,3,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,1999,4,2,4 -19075601,clopidogrel 75 MG Oral Tablet,1999,5,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1999,6,7,3 -19075601,clopidogrel 75 MG Oral Tablet,1999,7,1,2 -19075601,clopidogrel 75 MG Oral Tablet,1999,8,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,1999,9,3,2.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,1999,10,4,9 -19075601,clopidogrel 75 MG Oral Tablet,1999,11,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1999,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2000,1,4,3.25 -19075601,clopidogrel 75 MG Oral Tablet,2000,3,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2000,4,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2000,5,3,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2000,6,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2000,7,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2000,8,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2000,9,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2000,10,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2000,11,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2000,12,6,4.666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2001,1,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2001,2,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2001,3,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2001,4,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2001,5,6,2.1666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2001,6,3,3.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2001,7,7,2.142857142857143 -19075601,clopidogrel 75 MG Oral Tablet,2001,8,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2001,9,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2001,10,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2001,11,4,7.25 -19075601,clopidogrel 75 MG Oral Tablet,2001,12,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2002,1,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,3,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2002,4,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2002,5,7,1.8571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2002,6,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2002,7,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2002,8,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,9,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,10,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,11,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2002,12,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2003,1,4,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,2,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2003,3,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,4,3,3.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2003,5,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2003,6,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,7,6,2.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2003,8,2,3 -19075601,clopidogrel 75 MG Oral Tablet,2003,9,7,1.2857142857142858 -19075601,clopidogrel 75 MG Oral Tablet,2003,10,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2003,11,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2003,12,6,2 -19075601,clopidogrel 75 MG Oral Tablet,2004,1,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2004,2,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2004,3,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2004,4,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2004,5,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2004,6,7,2.2857142857142856 -19075601,clopidogrel 75 MG Oral Tablet,2004,7,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2004,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2004,9,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2004,10,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2004,11,3,3.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2004,12,4,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,2,10,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2005,3,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2005,4,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,5,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2005,6,9,2 -19075601,clopidogrel 75 MG Oral Tablet,2005,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,9,5,2.4 -19075601,clopidogrel 75 MG Oral Tablet,2005,10,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2005,11,8,1.875 -19075601,clopidogrel 75 MG Oral Tablet,2005,12,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2006,1,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2006,2,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2006,3,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,4,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2006,5,7,1.7142857142857142 -19075601,clopidogrel 75 MG Oral Tablet,2006,6,8,4.75 -19075601,clopidogrel 75 MG Oral Tablet,2006,7,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,8,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2006,9,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,10,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2006,11,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2007,1,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2007,2,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2007,3,8,2.625 -19075601,clopidogrel 75 MG Oral Tablet,2007,4,8,2.875 -19075601,clopidogrel 75 MG Oral Tablet,2007,5,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2007,6,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2007,7,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2007,8,5,2.8 -19075601,clopidogrel 75 MG Oral Tablet,2007,9,7,4.142857142857143 -19075601,clopidogrel 75 MG Oral Tablet,2007,10,1,2 -19075601,clopidogrel 75 MG Oral Tablet,2007,11,5,4.4 -19075601,clopidogrel 75 MG Oral Tablet,2007,12,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2008,1,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2008,2,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2008,3,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2008,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2008,5,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2008,6,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2008,7,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2008,8,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2008,9,6,2 -19075601,clopidogrel 75 MG Oral Tablet,2008,10,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2008,11,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2008,12,1,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,1,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2009,2,4,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,3,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2009,4,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2009,5,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2009,6,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2009,7,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2009,8,4,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,9,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2009,10,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2009,11,2,3.5 -19075601,clopidogrel 75 MG Oral Tablet,2009,12,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2010,2,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2010,3,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2010,4,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2010,5,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2010,6,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2010,7,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2010,8,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2010,9,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2010,10,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2010,11,5,2.6 -19075601,clopidogrel 75 MG Oral Tablet,2010,12,9,1.2222222222222223 -19075601,clopidogrel 75 MG Oral Tablet,2011,1,9,1.1111111111111112 -19075601,clopidogrel 75 MG Oral Tablet,2011,2,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,3,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2011,4,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,5,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2011,6,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,7,11,1.7272727272727273 -19075601,clopidogrel 75 MG Oral Tablet,2011,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2011,9,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2011,10,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2011,11,3,3 -19075601,clopidogrel 75 MG Oral Tablet,2011,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2012,1,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,2,2,6 -19075601,clopidogrel 75 MG Oral Tablet,2012,3,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2012,5,5,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2012,6,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2012,7,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2012,8,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2012,9,8,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,10,7,1.2857142857142858 -19075601,clopidogrel 75 MG Oral Tablet,2012,11,5,5.8 -19075601,clopidogrel 75 MG Oral Tablet,2012,12,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2013,1,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2013,2,2,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2013,3,10,2 -19075601,clopidogrel 75 MG Oral Tablet,2013,4,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2013,5,4,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2013,6,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2013,7,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2013,8,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2013,9,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2013,10,6,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2013,11,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2013,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2014,1,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2014,2,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2014,3,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2014,4,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2014,5,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2014,6,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2014,7,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2014,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2014,9,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2014,10,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2014,11,10,2.1 -19075601,clopidogrel 75 MG Oral Tablet,2014,12,5,3.2 -19075601,clopidogrel 75 MG Oral Tablet,2015,1,10,1.7 -19075601,clopidogrel 75 MG Oral Tablet,2015,2,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,3,12,1.5833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,4,12,4.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,5,12,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2015,6,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2015,7,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2015,8,13,1.6153846153846154 -19075601,clopidogrel 75 MG Oral Tablet,2015,9,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2015,10,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2015,11,10,2.4 -19075601,clopidogrel 75 MG Oral Tablet,2015,12,5,1 -19075601,clopidogrel 75 MG Oral Tablet,2016,1,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2016,2,10,1.3 -19075601,clopidogrel 75 MG Oral Tablet,2016,3,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2016,4,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2016,5,11,1.2727272727272727 -19075601,clopidogrel 75 MG Oral Tablet,2016,6,6,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2016,7,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2016,8,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2016,9,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2016,10,11,1.1818181818181819 -19075601,clopidogrel 75 MG Oral Tablet,2016,11,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2016,12,10,1.3 -19075601,clopidogrel 75 MG Oral Tablet,2017,1,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,2017,2,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2017,3,7,2.5714285714285716 -19075601,clopidogrel 75 MG Oral Tablet,2017,4,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2017,5,6,1 -19075601,clopidogrel 75 MG Oral Tablet,2017,6,9,1.2222222222222223 -19075601,clopidogrel 75 MG Oral Tablet,2017,7,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2017,8,13,1.4615384615384615 -19075601,clopidogrel 75 MG Oral Tablet,2017,9,12,1.0833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2017,10,7,1.8571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2017,11,11,1.6363636363636365 -19075601,clopidogrel 75 MG Oral Tablet,2017,12,13,1.3076923076923077 -19075601,clopidogrel 75 MG Oral Tablet,2018,1,13,1.8461538461538463 -19075601,clopidogrel 75 MG Oral Tablet,2018,2,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,2018,3,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2018,4,11,2.3636363636363638 -19075601,clopidogrel 75 MG Oral Tablet,2018,5,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2018,6,11,1.1818181818181819 -19075601,clopidogrel 75 MG Oral Tablet,2018,7,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2018,8,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2018,9,16,1.625 -19075601,clopidogrel 75 MG Oral Tablet,2018,10,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2018,11,13,1.4615384615384615 -19075601,clopidogrel 75 MG Oral Tablet,2018,12,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2019,1,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2019,2,12,1.5833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2019,3,12,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,4,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2019,5,12,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2019,6,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2019,7,19,1.263157894736842 -19075601,clopidogrel 75 MG Oral Tablet,2019,8,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,9,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2019,10,17,1.411764705882353 -19075601,clopidogrel 75 MG Oral Tablet,2019,11,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,12,17,1.4705882352941178 -19075601,clopidogrel 75 MG Oral Tablet,2020,1,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2020,2,11,2 -19075601,clopidogrel 75 MG Oral Tablet,2020,3,8,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2020,4,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2020,5,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2020,6,8,3 -19075601,clopidogrel 75 MG Oral Tablet,2020,7,12,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2020,8,13,1.4615384615384615 -19075601,clopidogrel 75 MG Oral Tablet,2020,9,12,1.4166666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2020,10,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2020,11,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2020,12,7,1.8571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2021,1,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2021,2,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2021,3,12,2.3333333333333335 -19075601,clopidogrel 75 MG Oral Tablet,2021,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2021,5,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2021,6,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2021,7,7,1 -19075601,clopidogrel 75 MG Oral Tablet,2021,8,14,1.0714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2021,9,7,1 -19075601,clopidogrel 75 MG Oral Tablet,2021,10,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2021,11,10,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2021,12,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2022,1,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2022,2,15,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2022,3,15,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2022,4,13,1.2307692307692308 -19075601,clopidogrel 75 MG Oral Tablet,2022,5,12,1.0833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2022,6,13,1.5384615384615385 -19075601,clopidogrel 75 MG Oral Tablet,2022,7,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2022,8,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2022,9,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2022,10,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2022,11,11,1.8181818181818181 -19075601,clopidogrel 75 MG Oral Tablet,2022,12,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2023,1,15,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2023,2,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2023,3,7,2.5714285714285716 -19075601,clopidogrel 75 MG Oral Tablet,2023,4,18,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2023,5,12,1.4166666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2023,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,11,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1940,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1942,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,3,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,4,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1944,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1945,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1946,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,10,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,12,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,9,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1956,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1957,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,6,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,6,2,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,12,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,5,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,7,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,9,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,11,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,8,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,6,3,3.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,8,2,14 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,5,3,2.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,4,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,9,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,10,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,9,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,10,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,2,1,24 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,3,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,6,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,8,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,2,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,4,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,5,2,8.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,1,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,3,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,4,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,10,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,12,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,1,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,3,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,2,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,4,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,7,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,1,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,7,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,4,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,5,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,6,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,3,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,5,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,11,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,3,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,7,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,8,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,10,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,11,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,12,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,1,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,5,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,6,5,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,7,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,8,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,6,3,3.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,7,5,2.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,9,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,10,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,12,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,1,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,3,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,5,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,6,4,2.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,7,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,11,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,1,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,3,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,4,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,5,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,6,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,7,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,2,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,4,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,8,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,9,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,10,3,2.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,11,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,1,3,3.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,2,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,4,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,6,4,4.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,11,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,4,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,9,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,10,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,11,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,12,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,1,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,2,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,4,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,5,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,6,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,7,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,9,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,1,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,3,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,4,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,6,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,8,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,10,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,11,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,1,6,6.833333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,4,1,7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,5,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,6,3,5.666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,9,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,10,3,11.666666666666666 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,1,4,3.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,3,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,4,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,6,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,9,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,10,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,11,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,12,4,6.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,1,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,2,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,4,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,5,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,6,3,3.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,7,6,2.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,9,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,10,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,11,3,9.333333333333334 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,12,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,3,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,4,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,5,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,7,10,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,8,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,1,3,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,2,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,3,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,4,2,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,5,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,7,4,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,8,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,9,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,10,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,11,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,12,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,1,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,2,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,3,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,5,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,6,7,2.142857142857143 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,7,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,8,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,11,3,3.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,2,9,1.8888888888888888 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,3,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,4,8,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,5,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,6,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,8,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,9,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,11,8,1.875 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,1,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,2,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,5,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,6,6,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,7,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,10,5,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,12,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,1,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,2,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,3,6,2.8333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,4,7,3.142857142857143 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,5,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,6,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,7,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,8,5,2.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,9,4,5.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,11,5,4.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,1,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,2,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,3,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,4,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,5,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,6,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,7,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,8,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,9,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,10,8,1.625 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,2,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,3,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,4,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,6,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,7,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,8,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,9,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,11,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,2,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,3,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,6,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,7,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,8,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,9,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,10,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,11,4,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,12,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,1,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,3,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,5,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,6,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,7,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,9,9,1.4444444444444444 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,1,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,2,2,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,3,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,4,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,5,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,7,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,8,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,9,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,10,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,11,4,7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,12,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,3,7,2.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,4,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,5,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,6,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,7,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,8,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,9,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,10,5,2.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,11,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,12,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,1,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,3,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,4,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,5,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,9,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,10,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,11,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,1,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,3,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,4,9,5.444444444444445 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,5,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,6,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,7,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,8,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,9,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,10,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,11,4,4.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,2,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,3,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,4,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,5,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,6,4,3.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,7,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,8,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,10,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,11,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,1,2,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,3,2,6.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,5,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,6,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,7,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,8,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,9,5,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,10,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,11,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,12,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,1,7,2.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,2,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,3,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,4,4,4.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,5,3,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,6,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,7,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,9,10,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,10,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,11,9,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,12,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,1,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,2,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,3,7,3.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,4,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,5,5,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,6,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,7,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,8,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,9,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,10,10,1.7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,12,8,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,1,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,2,3,4.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,3,6,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,4,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,5,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,6,5,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,7,9,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,8,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,9,9,1.5555555555555556 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,11,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,12,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,1,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,2,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,3,4,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,4,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,5,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,6,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,8,7,1.1428571428571428 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,9,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,10,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,11,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,12,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,2,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,3,7,2.7142857142857144 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,4,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,5,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,6,7,1.8571428571428572 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,8,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,9,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,11,4,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,12,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,1,9,2.3333333333333335 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,2,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,3,2,5.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,4,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,5,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,6,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1981,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1983,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1984,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1992,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,7,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,8,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,12,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1995,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,2,3,1.3333333333333333 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,12,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,7,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,2,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,4,5,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,10,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,1,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,5,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,10,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,8,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,3,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,5,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,6,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,7,4,1.25 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,9,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,10,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,1,3,1.3333333333333333 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,4,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,7,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,11,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,4,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,1,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1970,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1970,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1971,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1974,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1975,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1975,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1977,5,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,1977,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1977,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1978,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1979,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1979,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1980,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1980,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1981,3,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,1981,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1981,7,1,4 -40163554,warfarin sodium 5 MG Oral Tablet,1981,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1982,6,1,11 -40163554,warfarin sodium 5 MG Oral Tablet,1982,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1982,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1983,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1983,7,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1983,12,2,15 -40163554,warfarin sodium 5 MG Oral Tablet,1984,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1984,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,11,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1984,12,1,17 -40163554,warfarin sodium 5 MG Oral Tablet,1985,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1985,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1985,5,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1985,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1986,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1986,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1986,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1986,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1987,1,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,1987,5,3,3 -40163554,warfarin sodium 5 MG Oral Tablet,1987,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1987,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1988,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1988,6,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,4,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1989,6,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1989,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1990,1,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,1990,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1990,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,12,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,1991,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1991,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,4,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1991,5,1,15 -40163554,warfarin sodium 5 MG Oral Tablet,1991,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1991,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,8,4,2.75 -40163554,warfarin sodium 5 MG Oral Tablet,1991,10,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1992,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1992,3,1,4 -40163554,warfarin sodium 5 MG Oral Tablet,1992,7,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1992,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1992,9,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1992,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1993,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,6,1,6 -40163554,warfarin sodium 5 MG Oral Tablet,1993,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1993,10,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1994,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1994,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1994,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,12,2,5 -40163554,warfarin sodium 5 MG Oral Tablet,1995,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,7,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,1995,9,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1995,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,12,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1996,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1996,10,3,2.3333333333333335 -40163554,warfarin sodium 5 MG Oral Tablet,1996,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1997,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1997,9,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,2,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,1998,3,2,5 -40163554,warfarin sodium 5 MG Oral Tablet,1998,4,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1998,8,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,1998,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1998,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1999,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,5,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,1999,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,1999,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1999,11,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,1,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,2,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2000,3,5,1.6 -40163554,warfarin sodium 5 MG Oral Tablet,2000,6,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2000,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2000,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2000,11,3,1 -40163554,warfarin sodium 5 MG Oral Tablet,2000,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2001,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,4,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2001,6,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2001,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2001,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2002,1,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,3,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,5,3,4.666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,6,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2002,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2003,1,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,2,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2003,5,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2003,6,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2003,8,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,9,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,1,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2004,2,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2004,3,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2004,5,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,7,3,4.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2004,8,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2004,10,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,2004,11,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,2004,12,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2005,1,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2005,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,3,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2005,4,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2005,6,1,25 -40163554,warfarin sodium 5 MG Oral Tablet,2005,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,9,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2005,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2005,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,1,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2006,2,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,4,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,7,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,9,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2006,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,12,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2007,4,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2007,6,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2007,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2007,10,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2008,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,3,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2008,5,3,2.3333333333333335 -40163554,warfarin sodium 5 MG Oral Tablet,2008,6,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2008,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2008,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2008,10,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2008,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,1,5,1.8 -40163554,warfarin sodium 5 MG Oral Tablet,2009,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,3,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2009,4,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2009,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,6,2,9.5 -40163554,warfarin sodium 5 MG Oral Tablet,2009,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2009,8,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,9,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2009,10,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2009,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2009,12,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2010,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,2,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2010,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,4,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,5,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2010,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,9,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,10,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,1,6,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,4,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,7,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2011,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,9,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2011,10,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2011,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,12,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2012,1,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2012,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,4,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2012,5,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,7,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2012,9,5,1.2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,12,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,3,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,7,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2013,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,10,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2013,11,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,12,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,1,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,2,4,9 -40163554,warfarin sodium 5 MG Oral Tablet,2014,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2014,4,2,19 -40163554,warfarin sodium 5 MG Oral Tablet,2014,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2014,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2014,7,6,2.3333333333333335 -40163554,warfarin sodium 5 MG Oral Tablet,2014,8,6,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2014,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,11,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2014,12,4,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,1,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,2,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,3,6,6.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,5,5,3.8 -40163554,warfarin sodium 5 MG Oral Tablet,2015,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,7,4,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2015,9,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,11,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2015,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2016,1,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2016,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2016,3,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,4,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,5,6,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,6,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2016,7,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2016,8,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2016,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2016,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2016,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,1,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2017,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,3,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2017,4,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,5,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2017,6,5,3 -40163554,warfarin sodium 5 MG Oral Tablet,2017,8,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2017,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2017,11,3,4.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2017,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2018,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2018,3,5,2.2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,4,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2018,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,8,7,4.428571428571429 -40163554,warfarin sodium 5 MG Oral Tablet,2018,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2018,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2018,11,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2018,12,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2019,1,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2019,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2019,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2019,4,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2019,5,4,4.25 -40163554,warfarin sodium 5 MG Oral Tablet,2019,6,3,2.3333333333333335 -40163554,warfarin sodium 5 MG Oral Tablet,2019,7,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2019,8,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2019,9,3,10 -40163554,warfarin sodium 5 MG Oral Tablet,2019,10,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2019,11,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2019,12,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,1,6,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2020,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2020,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2020,5,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2020,6,5,2.8 -40163554,warfarin sodium 5 MG Oral Tablet,2020,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2020,8,7,2.142857142857143 -40163554,warfarin sodium 5 MG Oral Tablet,2020,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2020,11,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2020,12,5,2.6 -40163554,warfarin sodium 5 MG Oral Tablet,2021,1,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,3,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,4,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2021,5,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2021,6,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,2021,7,6,5.833333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2021,8,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2021,9,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2021,10,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,11,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2021,12,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2022,1,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2022,2,8,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,3,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,4,7,1.8571428571428572 -40163554,warfarin sodium 5 MG Oral Tablet,2022,5,7,1.7142857142857142 -40163554,warfarin sodium 5 MG Oral Tablet,2022,6,3,2.3333333333333335 -40163554,warfarin sodium 5 MG Oral Tablet,2022,7,5,3.4 -40163554,warfarin sodium 5 MG Oral Tablet,2022,8,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2022,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,10,6,2 -40163554,warfarin sodium 5 MG Oral Tablet,2022,11,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2023,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2023,2,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2023,3,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2023,4,4,2.75 -40163554,warfarin sodium 5 MG Oral Tablet,2023,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2023,6,2,2 -40171902,verapamil hydrochloride 40 MG,1981,1,2,2 -40171902,verapamil hydrochloride 40 MG,1981,3,2,3 -40171902,verapamil hydrochloride 40 MG,1981,4,1,2 -40171902,verapamil hydrochloride 40 MG,1981,5,2,1.5 -40171902,verapamil hydrochloride 40 MG,1981,6,2,3.5 -40171902,verapamil hydrochloride 40 MG,1981,7,3,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,1981,8,1,2 -40171902,verapamil hydrochloride 40 MG,1981,11,4,1.5 -40171902,verapamil hydrochloride 40 MG,1981,12,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,1982,6,1,11 -40171902,verapamil hydrochloride 40 MG,1982,8,1,2 -40171902,verapamil hydrochloride 40 MG,1982,12,2,2 -40171902,verapamil hydrochloride 40 MG,1983,1,1,2 -40171902,verapamil hydrochloride 40 MG,1983,7,2,1 -40171902,verapamil hydrochloride 40 MG,1983,12,2,15 -40171902,verapamil hydrochloride 40 MG,1984,2,1,1 -40171902,verapamil hydrochloride 40 MG,1984,3,1,1 -40171902,verapamil hydrochloride 40 MG,1984,5,1,1 -40171902,verapamil hydrochloride 40 MG,1984,7,1,2 -40171902,verapamil hydrochloride 40 MG,1984,8,1,1 -40171902,verapamil hydrochloride 40 MG,1984,10,1,1 -40171902,verapamil hydrochloride 40 MG,1984,11,1,3 -40171902,verapamil hydrochloride 40 MG,1984,12,1,17 -40171902,verapamil hydrochloride 40 MG,1985,3,1,2 -40171902,verapamil hydrochloride 40 MG,1985,4,1,2 -40171902,verapamil hydrochloride 40 MG,1985,5,1,3 -40171902,verapamil hydrochloride 40 MG,1985,6,1,2 -40171902,verapamil hydrochloride 40 MG,1986,4,1,2 -40171902,verapamil hydrochloride 40 MG,1986,5,1,1 -40171902,verapamil hydrochloride 40 MG,1986,9,1,1 -40171902,verapamil hydrochloride 40 MG,1986,11,1,1 -40171902,verapamil hydrochloride 40 MG,1987,1,2,3 -40171902,verapamil hydrochloride 40 MG,1987,5,3,3 -40171902,verapamil hydrochloride 40 MG,1987,10,1,2 -40171902,verapamil hydrochloride 40 MG,1987,11,1,1 -40171902,verapamil hydrochloride 40 MG,1988,1,1,2 -40171902,verapamil hydrochloride 40 MG,1988,6,1,1 -40171902,verapamil hydrochloride 40 MG,1989,4,1,1 -40171902,verapamil hydrochloride 40 MG,1989,5,1,2 -40171902,verapamil hydrochloride 40 MG,1989,6,1,3 -40171902,verapamil hydrochloride 40 MG,1989,7,1,1 -40171902,verapamil hydrochloride 40 MG,1989,10,1,1 -40171902,verapamil hydrochloride 40 MG,1990,1,2,3.5 -40171902,verapamil hydrochloride 40 MG,1990,2,1,2 -40171902,verapamil hydrochloride 40 MG,1990,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1990,6,2,2 -40171902,verapamil hydrochloride 40 MG,1990,8,1,2 -40171902,verapamil hydrochloride 40 MG,1990,12,2,4 -40171902,verapamil hydrochloride 40 MG,1991,1,1,1 -40171902,verapamil hydrochloride 40 MG,1991,2,1,2 -40171902,verapamil hydrochloride 40 MG,1991,3,1,2 -40171902,verapamil hydrochloride 40 MG,1991,4,1,1 -40171902,verapamil hydrochloride 40 MG,1991,5,1,15 -40171902,verapamil hydrochloride 40 MG,1991,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,1991,7,1,2 -40171902,verapamil hydrochloride 40 MG,1991,8,4,2.75 -40171902,verapamil hydrochloride 40 MG,1991,10,2,2.5 -40171902,verapamil hydrochloride 40 MG,1992,1,1,2 -40171902,verapamil hydrochloride 40 MG,1992,3,1,4 -40171902,verapamil hydrochloride 40 MG,1992,7,1,3 -40171902,verapamil hydrochloride 40 MG,1992,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,1992,9,2,1 -40171902,verapamil hydrochloride 40 MG,1992,10,1,2 -40171902,verapamil hydrochloride 40 MG,1993,1,1,1 -40171902,verapamil hydrochloride 40 MG,1993,2,2,2 -40171902,verapamil hydrochloride 40 MG,1993,5,1,2 -40171902,verapamil hydrochloride 40 MG,1993,6,1,6 -40171902,verapamil hydrochloride 40 MG,1993,7,1,1 -40171902,verapamil hydrochloride 40 MG,1993,10,2,2 -40171902,verapamil hydrochloride 40 MG,1993,11,1,1 -40171902,verapamil hydrochloride 40 MG,1994,3,1,2 -40171902,verapamil hydrochloride 40 MG,1994,4,1,2 -40171902,verapamil hydrochloride 40 MG,1994,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,1994,8,1,1 -40171902,verapamil hydrochloride 40 MG,1994,9,1,1 -40171902,verapamil hydrochloride 40 MG,1994,12,2,5 -40171902,verapamil hydrochloride 40 MG,1995,3,1,2 -40171902,verapamil hydrochloride 40 MG,1995,6,1,2 -40171902,verapamil hydrochloride 40 MG,1995,7,1,5 -40171902,verapamil hydrochloride 40 MG,1995,9,2,1 -40171902,verapamil hydrochloride 40 MG,1995,11,1,2 -40171902,verapamil hydrochloride 40 MG,1995,12,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1996,3,1,2 -40171902,verapamil hydrochloride 40 MG,1996,6,2,2 -40171902,verapamil hydrochloride 40 MG,1996,7,1,2 -40171902,verapamil hydrochloride 40 MG,1996,8,1,1 -40171902,verapamil hydrochloride 40 MG,1996,10,3,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,1996,12,1,2 -40171902,verapamil hydrochloride 40 MG,1997,1,1,2 -40171902,verapamil hydrochloride 40 MG,1997,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1997,6,2,2 -40171902,verapamil hydrochloride 40 MG,1997,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,1997,9,5,2 -40171902,verapamil hydrochloride 40 MG,1997,10,1,2 -40171902,verapamil hydrochloride 40 MG,1998,2,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,1998,3,2,5 -40171902,verapamil hydrochloride 40 MG,1998,4,2,2 -40171902,verapamil hydrochloride 40 MG,1998,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,1998,8,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,1998,10,1,2 -40171902,verapamil hydrochloride 40 MG,1998,11,1,1 -40171902,verapamil hydrochloride 40 MG,1998,12,1,2 -40171902,verapamil hydrochloride 40 MG,1999,2,1,1 -40171902,verapamil hydrochloride 40 MG,1999,4,1,2 -40171902,verapamil hydrochloride 40 MG,1999,5,2,3.5 -40171902,verapamil hydrochloride 40 MG,1999,6,1,2 -40171902,verapamil hydrochloride 40 MG,1999,7,2,3 -40171902,verapamil hydrochloride 40 MG,1999,9,1,1 -40171902,verapamil hydrochloride 40 MG,1999,11,2,2.5 -40171902,verapamil hydrochloride 40 MG,2000,1,2,1.5 -40171902,verapamil hydrochloride 40 MG,2000,2,4,2.25 -40171902,verapamil hydrochloride 40 MG,2000,3,5,1.6 -40171902,verapamil hydrochloride 40 MG,2000,6,2,1 -40171902,verapamil hydrochloride 40 MG,2000,7,1,2 -40171902,verapamil hydrochloride 40 MG,2000,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2000,10,1,2 -40171902,verapamil hydrochloride 40 MG,2000,11,3,1 -40171902,verapamil hydrochloride 40 MG,2000,12,1,1 -40171902,verapamil hydrochloride 40 MG,2001,2,1,2 -40171902,verapamil hydrochloride 40 MG,2001,4,2,2.5 -40171902,verapamil hydrochloride 40 MG,2001,6,4,1.5 -40171902,verapamil hydrochloride 40 MG,2001,7,2,2 -40171902,verapamil hydrochloride 40 MG,2001,9,1,1 -40171902,verapamil hydrochloride 40 MG,2001,10,1,2 -40171902,verapamil hydrochloride 40 MG,2001,12,1,2 -40171902,verapamil hydrochloride 40 MG,2002,1,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,2,1,1 -40171902,verapamil hydrochloride 40 MG,2002,3,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,5,3,4.666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,6,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,7,1,1 -40171902,verapamil hydrochloride 40 MG,2002,8,1,2 -40171902,verapamil hydrochloride 40 MG,2002,9,1,1 -40171902,verapamil hydrochloride 40 MG,2002,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2003,1,3,2 -40171902,verapamil hydrochloride 40 MG,2003,2,4,1.5 -40171902,verapamil hydrochloride 40 MG,2003,5,4,1.75 -40171902,verapamil hydrochloride 40 MG,2003,6,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2003,8,2,2 -40171902,verapamil hydrochloride 40 MG,2003,9,2,2 -40171902,verapamil hydrochloride 40 MG,2003,10,1,2 -40171902,verapamil hydrochloride 40 MG,2003,11,1,2 -40171902,verapamil hydrochloride 40 MG,2003,12,1,2 -40171902,verapamil hydrochloride 40 MG,2004,1,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2004,2,1,3 -40171902,verapamil hydrochloride 40 MG,2004,3,2,2 -40171902,verapamil hydrochloride 40 MG,2004,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2004,5,2,2 -40171902,verapamil hydrochloride 40 MG,2004,6,1,2 -40171902,verapamil hydrochloride 40 MG,2004,7,3,4.333333333333333 -40171902,verapamil hydrochloride 40 MG,2004,8,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2004,10,2,3.5 -40171902,verapamil hydrochloride 40 MG,2004,11,2,4 -40171902,verapamil hydrochloride 40 MG,2004,12,2,1.5 -40171902,verapamil hydrochloride 40 MG,2005,1,1,3 -40171902,verapamil hydrochloride 40 MG,2005,2,1,2 -40171902,verapamil hydrochloride 40 MG,2005,3,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2005,4,2,2 -40171902,verapamil hydrochloride 40 MG,2005,5,1,1 -40171902,verapamil hydrochloride 40 MG,2005,6,1,25 -40171902,verapamil hydrochloride 40 MG,2005,7,1,2 -40171902,verapamil hydrochloride 40 MG,2005,9,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2005,10,1,1 -40171902,verapamil hydrochloride 40 MG,2005,12,2,2 -40171902,verapamil hydrochloride 40 MG,2006,1,2,1.5 -40171902,verapamil hydrochloride 40 MG,2006,2,2,1 -40171902,verapamil hydrochloride 40 MG,2006,3,1,2 -40171902,verapamil hydrochloride 40 MG,2006,4,4,2 -40171902,verapamil hydrochloride 40 MG,2006,6,1,2 -40171902,verapamil hydrochloride 40 MG,2006,7,2,1 -40171902,verapamil hydrochloride 40 MG,2006,8,1,2 -40171902,verapamil hydrochloride 40 MG,2006,9,3,2 -40171902,verapamil hydrochloride 40 MG,2006,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2006,11,1,1 -40171902,verapamil hydrochloride 40 MG,2006,12,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,3,1,2 -40171902,verapamil hydrochloride 40 MG,2007,4,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2007,6,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2007,9,1,1 -40171902,verapamil hydrochloride 40 MG,2007,10,2,2.5 -40171902,verapamil hydrochloride 40 MG,2007,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2008,1,1,1 -40171902,verapamil hydrochloride 40 MG,2008,2,1,1 -40171902,verapamil hydrochloride 40 MG,2008,3,4,1.25 -40171902,verapamil hydrochloride 40 MG,2008,5,3,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,2008,6,1,1 -40171902,verapamil hydrochloride 40 MG,2008,7,2,2 -40171902,verapamil hydrochloride 40 MG,2008,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2008,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2008,10,2,2 -40171902,verapamil hydrochloride 40 MG,2008,11,1,1 -40171902,verapamil hydrochloride 40 MG,2009,1,5,1.8 -40171902,verapamil hydrochloride 40 MG,2009,2,1,1 -40171902,verapamil hydrochloride 40 MG,2009,3,4,1.75 -40171902,verapamil hydrochloride 40 MG,2009,4,4,1.75 -40171902,verapamil hydrochloride 40 MG,2009,5,1,1 -40171902,verapamil hydrochloride 40 MG,2009,6,2,9.5 -40171902,verapamil hydrochloride 40 MG,2009,7,2,3 -40171902,verapamil hydrochloride 40 MG,2009,8,2,1 -40171902,verapamil hydrochloride 40 MG,2009,9,4,2 -40171902,verapamil hydrochloride 40 MG,2009,10,2,3 -40171902,verapamil hydrochloride 40 MG,2009,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2009,12,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2010,1,1,1 -40171902,verapamil hydrochloride 40 MG,2010,2,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2010,3,1,2 -40171902,verapamil hydrochloride 40 MG,2010,4,2,1 -40171902,verapamil hydrochloride 40 MG,2010,5,4,2 -40171902,verapamil hydrochloride 40 MG,2010,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,2010,7,1,1 -40171902,verapamil hydrochloride 40 MG,2010,9,3,2 -40171902,verapamil hydrochloride 40 MG,2010,10,2,1 -40171902,verapamil hydrochloride 40 MG,2010,11,1,2 -40171902,verapamil hydrochloride 40 MG,2011,1,6,1.5 -40171902,verapamil hydrochloride 40 MG,2011,2,1,1 -40171902,verapamil hydrochloride 40 MG,2011,3,1,2 -40171902,verapamil hydrochloride 40 MG,2011,4,2,1 -40171902,verapamil hydrochloride 40 MG,2011,5,1,2 -40171902,verapamil hydrochloride 40 MG,2011,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,2011,7,4,1.75 -40171902,verapamil hydrochloride 40 MG,2011,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2011,9,4,2.25 -40171902,verapamil hydrochloride 40 MG,2011,10,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2011,11,1,1 -40171902,verapamil hydrochloride 40 MG,2011,12,2,1 -40171902,verapamil hydrochloride 40 MG,2012,1,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2012,2,1,2 -40171902,verapamil hydrochloride 40 MG,2012,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,4,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2012,5,2,2 -40171902,verapamil hydrochloride 40 MG,2012,6,1,2 -40171902,verapamil hydrochloride 40 MG,2012,7,2,2.5 -40171902,verapamil hydrochloride 40 MG,2012,8,1,1 -40171902,verapamil hydrochloride 40 MG,2012,9,5,1.2 -40171902,verapamil hydrochloride 40 MG,2012,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,12,5,2 -40171902,verapamil hydrochloride 40 MG,2013,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,3,3,2 -40171902,verapamil hydrochloride 40 MG,2013,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,7,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,8,1,1 -40171902,verapamil hydrochloride 40 MG,2013,9,1,2 -40171902,verapamil hydrochloride 40 MG,2013,10,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2013,11,2,2 -40171902,verapamil hydrochloride 40 MG,2013,12,3,2 -40171902,verapamil hydrochloride 40 MG,2014,1,2,2 -40171902,verapamil hydrochloride 40 MG,2014,2,4,9 -40171902,verapamil hydrochloride 40 MG,2014,3,1,1 -40171902,verapamil hydrochloride 40 MG,2014,4,2,19 -40171902,verapamil hydrochloride 40 MG,2014,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2014,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,2014,7,6,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,2014,8,6,2 -40171902,verapamil hydrochloride 40 MG,2014,9,1,1 -40171902,verapamil hydrochloride 40 MG,2014,10,1,2 -40171902,verapamil hydrochloride 40 MG,2014,11,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2014,12,4,2.5 -40171902,verapamil hydrochloride 40 MG,2015,1,2,2 -40171902,verapamil hydrochloride 40 MG,2015,2,3,2 -40171902,verapamil hydrochloride 40 MG,2015,3,6,6.5 -40171902,verapamil hydrochloride 40 MG,2015,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2015,5,5,3.8 -40171902,verapamil hydrochloride 40 MG,2015,6,2,2 -40171902,verapamil hydrochloride 40 MG,2015,7,4,2.5 -40171902,verapamil hydrochloride 40 MG,2015,8,1,1 -40171902,verapamil hydrochloride 40 MG,2015,9,5,2 -40171902,verapamil hydrochloride 40 MG,2015,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2015,11,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2015,12,1,1 -40171902,verapamil hydrochloride 40 MG,2016,1,4,2.25 -40171902,verapamil hydrochloride 40 MG,2016,2,2,2 -40171902,verapamil hydrochloride 40 MG,2016,3,1,3 -40171902,verapamil hydrochloride 40 MG,2016,4,2,3 -40171902,verapamil hydrochloride 40 MG,2016,5,6,3 -40171902,verapamil hydrochloride 40 MG,2016,6,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2016,7,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2016,8,4,1.5 -40171902,verapamil hydrochloride 40 MG,2016,9,1,2 -40171902,verapamil hydrochloride 40 MG,2016,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2016,12,1,2 -40171902,verapamil hydrochloride 40 MG,2017,1,2,1 -40171902,verapamil hydrochloride 40 MG,2017,2,1,2 -40171902,verapamil hydrochloride 40 MG,2017,3,4,1.75 -40171902,verapamil hydrochloride 40 MG,2017,4,3,2 -40171902,verapamil hydrochloride 40 MG,2017,5,4,1.25 -40171902,verapamil hydrochloride 40 MG,2017,6,5,3 -40171902,verapamil hydrochloride 40 MG,2017,8,4,2.25 -40171902,verapamil hydrochloride 40 MG,2017,9,1,2 -40171902,verapamil hydrochloride 40 MG,2017,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2017,11,3,4.333333333333333 -40171902,verapamil hydrochloride 40 MG,2017,12,2,2 -40171902,verapamil hydrochloride 40 MG,2018,1,1,1 -40171902,verapamil hydrochloride 40 MG,2018,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2018,3,5,2.2 -40171902,verapamil hydrochloride 40 MG,2018,4,4,1.25 -40171902,verapamil hydrochloride 40 MG,2018,5,1,2 -40171902,verapamil hydrochloride 40 MG,2018,6,2,2 -40171902,verapamil hydrochloride 40 MG,2018,7,2,2 -40171902,verapamil hydrochloride 40 MG,2018,8,7,4.428571428571429 -40171902,verapamil hydrochloride 40 MG,2018,9,1,1 -40171902,verapamil hydrochloride 40 MG,2018,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2018,11,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2018,12,4,1.5 -40171902,verapamil hydrochloride 40 MG,2019,1,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2019,2,2,2 -40171902,verapamil hydrochloride 40 MG,2019,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2019,4,2,3 -40171902,verapamil hydrochloride 40 MG,2019,5,4,4.25 -40171902,verapamil hydrochloride 40 MG,2019,6,3,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,2019,7,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2019,8,4,1.25 -40171902,verapamil hydrochloride 40 MG,2019,9,3,10 -40171902,verapamil hydrochloride 40 MG,2019,10,4,2 -40171902,verapamil hydrochloride 40 MG,2019,11,2,1 -40171902,verapamil hydrochloride 40 MG,2019,12,2,2.5 -40171902,verapamil hydrochloride 40 MG,2020,1,6,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2020,2,1,1 -40171902,verapamil hydrochloride 40 MG,2020,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2020,4,1,2 -40171902,verapamil hydrochloride 40 MG,2020,5,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2020,6,5,2.8 -40171902,verapamil hydrochloride 40 MG,2020,7,2,3 -40171902,verapamil hydrochloride 40 MG,2020,8,7,2.142857142857143 -40171902,verapamil hydrochloride 40 MG,2020,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2020,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2020,11,5,2 -40171902,verapamil hydrochloride 40 MG,2020,12,5,2.6 -40171902,verapamil hydrochloride 40 MG,2021,1,3,2 -40171902,verapamil hydrochloride 40 MG,2021,2,1,2 -40171902,verapamil hydrochloride 40 MG,2021,3,3,2 -40171902,verapamil hydrochloride 40 MG,2021,4,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2021,5,4,1.75 -40171902,verapamil hydrochloride 40 MG,2021,6,1,5 -40171902,verapamil hydrochloride 40 MG,2021,7,6,5.833333333333333 -40171902,verapamil hydrochloride 40 MG,2021,8,2,2.5 -40171902,verapamil hydrochloride 40 MG,2021,9,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2021,10,4,2 -40171902,verapamil hydrochloride 40 MG,2021,11,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2021,12,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2022,1,4,1.25 -40171902,verapamil hydrochloride 40 MG,2022,2,8,2.5 -40171902,verapamil hydrochloride 40 MG,2022,3,4,1.5 -40171902,verapamil hydrochloride 40 MG,2022,4,7,1.8571428571428572 -40171902,verapamil hydrochloride 40 MG,2022,5,7,1.7142857142857142 -40171902,verapamil hydrochloride 40 MG,2022,6,3,2.3333333333333335 -40171902,verapamil hydrochloride 40 MG,2022,7,5,3.4 -40171902,verapamil hydrochloride 40 MG,2022,8,4,2 -40171902,verapamil hydrochloride 40 MG,2022,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2022,10,6,2 -40171902,verapamil hydrochloride 40 MG,2022,11,2,2.5 -40171902,verapamil hydrochloride 40 MG,2022,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2023,1,1,1 -40171902,verapamil hydrochloride 40 MG,2023,2,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2023,3,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2023,4,4,2.75 -40171902,verapamil hydrochloride 40 MG,2023,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2023,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,3,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1945,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1945,12,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1946,1,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1946,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1946,3,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1946,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1946,9,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1947,1,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1947,3,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1947,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,1,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,2,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1948,4,3,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1948,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,3,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,4,3,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1949,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1949,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1950,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1950,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1950,4,3,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1950,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1950,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1951,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,4,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1951,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1951,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1952,2,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1952,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1952,4,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1952,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1952,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1952,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,4,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1953,5,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1953,6,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1953,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,5,3,3.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1954,6,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,9,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1955,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1955,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1955,5,1,6 -40213154,"Influenza, seasonal, injectable, preservative free",1955,6,3,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1955,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1955,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1955,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1956,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1956,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1956,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1956,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1956,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1957,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1957,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1957,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,3,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1958,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,7,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,10,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1958,12,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1959,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1959,4,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1959,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1959,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,9,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1959,10,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1959,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,1,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1960,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1960,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,7,4,3.75 -40213154,"Influenza, seasonal, injectable, preservative free",1960,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,11,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1960,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1961,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1961,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1961,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,7,6,3.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1961,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1961,10,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,11,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1961,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1962,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1962,5,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1962,7,3,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1962,8,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,11,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1962,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1963,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,5,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1963,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1963,7,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1964,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,5,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1964,7,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1964,8,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1965,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1965,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1965,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,5,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1965,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1965,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,8,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1965,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1965,12,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1966,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,2,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1966,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1966,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,8,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1966,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1966,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,2,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,5,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1967,6,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1967,7,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1967,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1967,12,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1968,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1968,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1968,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,5,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1968,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1968,7,3,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1968,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1968,12,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1969,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1969,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1969,4,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1969,7,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,8,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1969,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1969,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1969,12,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1970,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1970,6,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,7,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1970,8,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1970,10,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1970,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,12,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1971,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1971,4,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1971,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1971,7,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,8,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1971,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1971,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1971,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1972,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1972,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1972,3,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1972,4,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1972,5,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1972,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1972,7,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1972,8,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1972,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1972,10,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1972,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1972,12,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1973,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1973,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1973,4,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1973,6,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1973,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1973,8,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1973,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1973,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,2,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1974,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1974,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,5,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1974,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1974,8,6,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1974,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,12,6,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1975,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1975,3,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1975,4,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1975,5,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1975,8,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1975,10,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1975,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,12,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,2,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1976,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,4,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1976,5,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1976,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,8,6,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1976,9,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,12,4,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1977,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,5,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,8,6,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1977,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1977,10,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1977,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,12,5,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",1978,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1978,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,3,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1978,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,5,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1978,8,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,10,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1979,1,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1979,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1979,3,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,8,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1979,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1979,10,5,6.4 -40213154,"Influenza, seasonal, injectable, preservative free",1979,11,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1979,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,2,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1980,3,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,4,5,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1980,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1980,10,6,5.666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1980,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,12,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,1,1,7 -40213154,"Influenza, seasonal, injectable, preservative free",1981,2,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1981,3,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1981,4,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1981,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1981,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1981,10,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,11,4,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1981,12,3,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1982,1,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1982,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1982,3,11,3.727272727272727 -40213154,"Influenza, seasonal, injectable, preservative free",1982,4,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1982,5,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1982,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1982,9,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1982,10,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1982,11,6,5.5 -40213154,"Influenza, seasonal, injectable, preservative free",1982,12,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1983,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1983,3,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1983,4,5,7 -40213154,"Influenza, seasonal, injectable, preservative free",1983,5,2,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1983,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1983,7,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1983,10,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,11,7,4.857142857142857 -40213154,"Influenza, seasonal, injectable, preservative free",1983,12,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1984,1,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1984,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1984,3,11,1.4545454545454546 -40213154,"Influenza, seasonal, injectable, preservative free",1984,4,7,6 -40213154,"Influenza, seasonal, injectable, preservative free",1984,5,1,13 -40213154,"Influenza, seasonal, injectable, preservative free",1984,6,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1984,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1984,8,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1984,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1984,10,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1984,11,9,4.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1984,12,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1985,1,5,2.8 -40213154,"Influenza, seasonal, injectable, preservative free",1985,3,9,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1985,4,13,4.461538461538462 -40213154,"Influenza, seasonal, injectable, preservative free",1985,5,2,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1985,6,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1985,8,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,9,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,10,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1985,11,8,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1985,12,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1986,1,4,3 -40213154,"Influenza, seasonal, injectable, preservative free",1986,3,7,1.4285714285714286 -40213154,"Influenza, seasonal, injectable, preservative free",1986,4,14,4.214285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1986,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1986,6,4,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1986,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1986,8,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1986,9,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1986,10,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1986,11,4,8.5 -40213154,"Influenza, seasonal, injectable, preservative free",1986,12,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,1,5,2.8 -40213154,"Influenza, seasonal, injectable, preservative free",1987,3,9,1.5555555555555556 -40213154,"Influenza, seasonal, injectable, preservative free",1987,4,13,4 -40213154,"Influenza, seasonal, injectable, preservative free",1987,5,5,3.6 -40213154,"Influenza, seasonal, injectable, preservative free",1987,6,6,4.166666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1987,8,6,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1987,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1987,10,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,11,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1987,12,9,4.222222222222222 -40213154,"Influenza, seasonal, injectable, preservative free",1988,1,3,3.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1988,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1988,3,8,1.375 -40213154,"Influenza, seasonal, injectable, preservative free",1988,4,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",1988,5,7,6.428571428571429 -40213154,"Influenza, seasonal, injectable, preservative free",1988,6,3,5.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1988,7,6,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1988,8,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1988,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1988,10,7,1.8571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1988,11,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1988,12,8,4.25 -40213154,"Influenza, seasonal, injectable, preservative free",1989,1,8,2.625 -40213154,"Influenza, seasonal, injectable, preservative free",1989,2,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,3,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1989,4,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",1989,5,12,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1989,6,5,5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,7,5,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1989,8,6,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,10,8,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1989,11,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",1989,12,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,1,12,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1990,2,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1990,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1990,4,9,1.5555555555555556 -40213154,"Influenza, seasonal, injectable, preservative free",1990,5,15,4.133333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",1990,6,6,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1990,7,6,3 -40213154,"Influenza, seasonal, injectable, preservative free",1990,8,7,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1990,9,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,10,10,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,11,12,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1990,12,8,1.375 -40213154,"Influenza, seasonal, injectable, preservative free",1991,1,9,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1991,2,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1991,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1991,4,8,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1991,5,14,5.214285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1991,6,6,3.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1991,7,7,3.5714285714285716 -40213154,"Influenza, seasonal, injectable, preservative free",1991,8,9,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",1991,9,6,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1991,10,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1991,11,8,2 -40213154,"Influenza, seasonal, injectable, preservative free",1991,12,9,5.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1992,1,11,2 -40213154,"Influenza, seasonal, injectable, preservative free",1992,2,6,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,3,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,4,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1992,5,13,3.5384615384615383 -40213154,"Influenza, seasonal, injectable, preservative free",1992,6,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1992,7,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1992,8,8,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1992,9,6,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,10,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1992,11,11,1.9090909090909092 -40213154,"Influenza, seasonal, injectable, preservative free",1992,12,7,6.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1993,1,9,1.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",1993,2,9,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1993,3,5,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1993,4,11,1.7272727272727273 -40213154,"Influenza, seasonal, injectable, preservative free",1993,5,9,3.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",1993,6,11,2.8181818181818183 -40213154,"Influenza, seasonal, injectable, preservative free",1993,7,11,2.3636363636363638 -40213154,"Influenza, seasonal, injectable, preservative free",1993,8,7,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",1993,9,10,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1993,10,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",1993,11,18,1.9444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1993,12,9,5.222222222222222 -40213154,"Influenza, seasonal, injectable, preservative free",1994,1,8,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1994,2,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,3,6,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1994,4,6,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1994,5,10,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,6,10,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1994,7,8,2.375 -40213154,"Influenza, seasonal, injectable, preservative free",1994,8,9,3.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1994,9,9,1.4444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1994,10,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,11,16,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,12,14,3 -40213154,"Influenza, seasonal, injectable, preservative free",1995,1,8,6 -40213154,"Influenza, seasonal, injectable, preservative free",1995,2,13,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",1995,3,10,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1995,4,8,2.125 -40213154,"Influenza, seasonal, injectable, preservative free",1995,5,7,4 -40213154,"Influenza, seasonal, injectable, preservative free",1995,6,13,2.3846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",1995,7,13,1.9230769230769231 -40213154,"Influenza, seasonal, injectable, preservative free",1995,8,11,2.8181818181818183 -40213154,"Influenza, seasonal, injectable, preservative free",1995,9,11,1.3636363636363635 -40213154,"Influenza, seasonal, injectable, preservative free",1995,10,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1995,11,14,1.8571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1995,12,17,1.7647058823529411 -40213154,"Influenza, seasonal, injectable, preservative free",1996,1,14,4.785714285714286 -40213154,"Influenza, seasonal, injectable, preservative free",1996,2,11,2.272727272727273 -40213154,"Influenza, seasonal, injectable, preservative free",1996,3,10,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",1996,4,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1996,5,11,3.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",1996,6,11,2.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",1996,7,14,1.9285714285714286 -40213154,"Influenza, seasonal, injectable, preservative free",1996,8,8,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1996,9,15,1.8666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1996,10,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1996,11,19,2.789473684210526 -40213154,"Influenza, seasonal, injectable, preservative free",1996,12,15,1.8666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1997,1,13,4.846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",1997,2,14,2.2142857142857144 -40213154,"Influenza, seasonal, injectable, preservative free",1997,3,14,2.2142857142857144 -40213154,"Influenza, seasonal, injectable, preservative free",1997,4,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",1997,5,7,1.8571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1997,6,10,3.6 -40213154,"Influenza, seasonal, injectable, preservative free",1997,7,18,2 -40213154,"Influenza, seasonal, injectable, preservative free",1997,8,8,2.625 -40213154,"Influenza, seasonal, injectable, preservative free",1997,9,13,1.8461538461538463 -40213154,"Influenza, seasonal, injectable, preservative free",1997,10,14,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1997,11,12,2.9166666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1997,12,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1998,1,16,4.125 -40213154,"Influenza, seasonal, injectable, preservative free",1998,2,11,2.6363636363636362 -40213154,"Influenza, seasonal, injectable, preservative free",1998,3,18,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1998,4,16,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1998,5,10,2.1 -40213154,"Influenza, seasonal, injectable, preservative free",1998,6,7,3.5714285714285716 -40213154,"Influenza, seasonal, injectable, preservative free",1998,7,17,1.8235294117647058 -40213154,"Influenza, seasonal, injectable, preservative free",1998,8,12,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1998,9,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",1998,10,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1998,11,10,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1998,12,18,1.9444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1999,1,16,4.0625 -40213154,"Influenza, seasonal, injectable, preservative free",1999,2,10,3.3 -40213154,"Influenza, seasonal, injectable, preservative free",1999,3,18,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1999,4,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",1999,5,12,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1999,6,11,3.1818181818181817 -40213154,"Influenza, seasonal, injectable, preservative free",1999,7,13,1.7692307692307692 -40213154,"Influenza, seasonal, injectable, preservative free",1999,8,14,1.8571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1999,9,15,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",1999,10,15,1.5333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",1999,11,10,3.4 -40213154,"Influenza, seasonal, injectable, preservative free",1999,12,17,1.8823529411764706 -40213154,"Influenza, seasonal, injectable, preservative free",2000,1,14,4.428571428571429 -40213154,"Influenza, seasonal, injectable, preservative free",2000,2,11,2.6363636363636362 -40213154,"Influenza, seasonal, injectable, preservative free",2000,3,15,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,4,18,2.0555555555555554 -40213154,"Influenza, seasonal, injectable, preservative free",2000,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,6,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2000,7,13,1.9230769230769231 -40213154,"Influenza, seasonal, injectable, preservative free",2000,8,14,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",2000,9,17,2.1176470588235294 -40213154,"Influenza, seasonal, injectable, preservative free",2000,10,15,1.5333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2000,11,8,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,12,19,2.789473684210526 -40213154,"Influenza, seasonal, injectable, preservative free",2001,1,17,2.588235294117647 -40213154,"Influenza, seasonal, injectable, preservative free",2001,2,15,4.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,3,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2001,4,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2001,5,16,2.0625 -40213154,"Influenza, seasonal, injectable, preservative free",2001,6,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",2001,7,12,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,8,17,1.6470588235294117 -40213154,"Influenza, seasonal, injectable, preservative free",2001,9,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2001,10,20,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2001,11,6,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,12,20,2.7 -40213154,"Influenza, seasonal, injectable, preservative free",2002,1,10,2 -40213154,"Influenza, seasonal, injectable, preservative free",2002,2,14,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2002,3,15,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",2002,4,17,1.8823529411764706 -40213154,"Influenza, seasonal, injectable, preservative free",2002,5,17,1.8823529411764706 -40213154,"Influenza, seasonal, injectable, preservative free",2002,6,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2002,7,10,2.1 -40213154,"Influenza, seasonal, injectable, preservative free",2002,8,19,1.736842105263158 -40213154,"Influenza, seasonal, injectable, preservative free",2002,9,11,1.8181818181818181 -40213154,"Influenza, seasonal, injectable, preservative free",2002,10,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2002,11,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",2002,12,18,2.888888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2003,1,11,1.8181818181818181 -40213154,"Influenza, seasonal, injectable, preservative free",2003,2,16,2.375 -40213154,"Influenza, seasonal, injectable, preservative free",2003,3,12,2.5833333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2003,4,15,1.9333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2003,5,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2003,6,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2003,7,10,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2003,8,19,2 -40213154,"Influenza, seasonal, injectable, preservative free",2003,9,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",2003,10,16,2.0625 -40213154,"Influenza, seasonal, injectable, preservative free",2003,11,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",2003,12,12,3.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2004,1,15,1.9333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2004,2,16,2.4375 -40213154,"Influenza, seasonal, injectable, preservative free",2004,3,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2004,4,15,1.7333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2004,5,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2004,6,18,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",2004,7,9,1.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",2004,8,16,2 -40213154,"Influenza, seasonal, injectable, preservative free",2004,9,12,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2004,10,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",2004,11,18,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2004,12,12,2.0833333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2005,1,14,2.0714285714285716 -40213154,"Influenza, seasonal, injectable, preservative free",2005,2,21,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",2005,3,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2005,4,12,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2005,5,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2005,6,18,1.6111111111111112 -40213154,"Influenza, seasonal, injectable, preservative free",2005,7,12,2.0833333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2005,8,15,2.066666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2005,9,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",2005,10,11,1.6363636363636365 -40213154,"Influenza, seasonal, injectable, preservative free",2005,11,16,1.5625 -40213154,"Influenza, seasonal, injectable, preservative free",2005,12,12,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2006,1,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2006,2,24,2.8333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2006,3,11,1.9090909090909092 -40213154,"Influenza, seasonal, injectable, preservative free",2006,4,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",2006,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2006,6,15,2.1333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2006,7,15,1.9333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2006,8,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2006,9,18,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2006,10,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2006,11,20,1.55 -40213154,"Influenza, seasonal, injectable, preservative free",2006,12,12,1.9166666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2007,1,20,2 -40213154,"Influenza, seasonal, injectable, preservative free",2007,2,21,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2007,3,18,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2007,4,8,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2007,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2007,6,12,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2007,7,17,1.8235294117647058 -40213154,"Influenza, seasonal, injectable, preservative free",2007,8,15,2.466666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2007,9,20,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",2007,10,11,2.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",2007,11,17,1.6470588235294117 -40213154,"Influenza, seasonal, injectable, preservative free",2007,12,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",2008,1,19,1.894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,2,18,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2008,3,16,2.6875 -40213154,"Influenza, seasonal, injectable, preservative free",2008,4,11,2.1818181818181817 -40213154,"Influenza, seasonal, injectable, preservative free",2008,5,15,1.9333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2008,6,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2008,7,19,1.7894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,8,21,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2008,9,20,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",2008,10,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2008,11,19,1.7894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,12,15,2 -40213154,"Influenza, seasonal, injectable, preservative free",2009,1,19,1.9473684210526316 -40213154,"Influenza, seasonal, injectable, preservative free",2009,2,18,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2009,3,19,2.6315789473684212 -40213154,"Influenza, seasonal, injectable, preservative free",2009,4,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2009,5,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",2009,6,12,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",2009,7,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2009,8,17,2.5294117647058822 -40213154,"Influenza, seasonal, injectable, preservative free",2009,9,26,2 -40213154,"Influenza, seasonal, injectable, preservative free",2009,10,15,2.533333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2009,11,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2009,12,21,2.0952380952380953 -40213154,"Influenza, seasonal, injectable, preservative free",2010,1,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2010,2,15,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2010,3,25,2.64 -40213154,"Influenza, seasonal, injectable, preservative free",2010,4,13,1.6153846153846154 -40213154,"Influenza, seasonal, injectable, preservative free",2010,5,17,1.8235294117647058 -40213154,"Influenza, seasonal, injectable, preservative free",2010,6,13,2.3846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",2010,7,19,1.894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2010,8,15,2.2666666666666666 -40213154,"Influenza, seasonal, injectable, preservative free",2010,9,28,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2010,10,18,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",2010,11,17,2.176470588235294 -40213154,"Influenza, seasonal, injectable, preservative free",2010,12,24,2.0416666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2011,1,15,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2011,2,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2011,3,24,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",2011,4,17,1.7058823529411764 -40213154,"Influenza, seasonal, injectable, preservative free",2011,5,20,1.9 -40213154,"Influenza, seasonal, injectable, preservative free",2011,6,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2011,7,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2011,8,13,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",2011,9,30,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",2011,10,24,2.3333333333333335 -40213154,"Influenza, seasonal, injectable, preservative free",2011,11,14,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2011,12,22,1.8636363636363635 -40213154,"Influenza, seasonal, injectable, preservative free",2012,1,18,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2012,2,15,1.7333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2012,3,24,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",2012,4,21,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2012,5,20,1.9 -40213154,"Influenza, seasonal, injectable, preservative free",2012,6,14,1.7857142857142858 -40213154,"Influenza, seasonal, injectable, preservative free",2012,7,19,2.1578947368421053 -40213154,"Influenza, seasonal, injectable, preservative free",2012,8,20,1.95 -40213154,"Influenza, seasonal, injectable, preservative free",2012,9,30,2.2666666666666666 -40213154,"Influenza, seasonal, injectable, preservative free",2012,10,21,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2012,11,21,2.1904761904761907 -40213154,"Influenza, seasonal, injectable, preservative free",2012,12,24,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2013,1,18,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2013,2,19,1.4736842105263157 -40213154,"Influenza, seasonal, injectable, preservative free",2013,3,22,3.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",2013,4,17,1.7058823529411764 -40213154,"Influenza, seasonal, injectable, preservative free",2013,5,23,1.608695652173913 -40213154,"Influenza, seasonal, injectable, preservative free",2013,6,245,2.4326530612244897 -40213154,"Influenza, seasonal, injectable, preservative free",2013,7,612,2.392156862745098 -40213154,"Influenza, seasonal, injectable, preservative free",2013,8,635,2.141732283464567 -40213154,"Influenza, seasonal, injectable, preservative free",2013,9,599,2.350584307178631 -40213154,"Influenza, seasonal, injectable, preservative free",2013,10,656,2.3673780487804876 -40213154,"Influenza, seasonal, injectable, preservative free",2013,11,560,2.330357142857143 -40213154,"Influenza, seasonal, injectable, preservative free",2013,12,630,2.226984126984127 -40213154,"Influenza, seasonal, injectable, preservative free",2014,1,643,2.4339035769828925 -40213154,"Influenza, seasonal, injectable, preservative free",2014,2,598,2.5183946488294313 -40213154,"Influenza, seasonal, injectable, preservative free",2014,3,618,2.5372168284789645 -40213154,"Influenza, seasonal, injectable, preservative free",2014,4,593,2.2124789207419897 -40213154,"Influenza, seasonal, injectable, preservative free",2014,5,612,2.119281045751634 -40213154,"Influenza, seasonal, injectable, preservative free",2014,6,581,2.4733218588640273 -40213154,"Influenza, seasonal, injectable, preservative free",2014,7,615,2.3934959349593496 -40213154,"Influenza, seasonal, injectable, preservative free",2014,8,624,2.2131410256410255 -40213154,"Influenza, seasonal, injectable, preservative free",2014,9,597,2.2562814070351758 -40213154,"Influenza, seasonal, injectable, preservative free",2014,10,635,2.4803149606299213 -40213154,"Influenza, seasonal, injectable, preservative free",2014,11,591,2.3214890016920475 -40213154,"Influenza, seasonal, injectable, preservative free",2014,12,578,2.2975778546712804 -40213154,"Influenza, seasonal, injectable, preservative free",2015,1,661,2.4462934947049924 -40213154,"Influenza, seasonal, injectable, preservative free",2015,2,594,2.4494949494949494 -40213154,"Influenza, seasonal, injectable, preservative free",2015,3,631,2.316957210776545 -40213154,"Influenza, seasonal, injectable, preservative free",2015,4,605,2.4033057851239668 -40213154,"Influenza, seasonal, injectable, preservative free",2015,5,601,2.1663893510815306 -40213154,"Influenza, seasonal, injectable, preservative free",2015,6,612,2.2941176470588234 -40213154,"Influenza, seasonal, injectable, preservative free",2015,7,618,2.4190938511326863 -40213154,"Influenza, seasonal, injectable, preservative free",2015,8,646,2.346749226006192 -40213154,"Influenza, seasonal, injectable, preservative free",2015,9,592,2.206081081081081 -40213154,"Influenza, seasonal, injectable, preservative free",2015,10,658,2.360182370820669 -40213154,"Influenza, seasonal, injectable, preservative free",2015,11,606,2.2293729372937294 -40213154,"Influenza, seasonal, injectable, preservative free",2015,12,602,2.2524916943521593 -40213154,"Influenza, seasonal, injectable, preservative free",2016,1,679,2.43740795287187 -40213154,"Influenza, seasonal, injectable, preservative free",2016,2,593,2.5160202360876895 -40213154,"Influenza, seasonal, injectable, preservative free",2016,3,666,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2016,4,606,2.402640264026403 -40213154,"Influenza, seasonal, injectable, preservative free",2016,5,625,2.3232 -40213154,"Influenza, seasonal, injectable, preservative free",2016,6,616,2.262987012987013 -40213154,"Influenza, seasonal, injectable, preservative free",2016,7,646,2.3544891640866874 -40213154,"Influenza, seasonal, injectable, preservative free",2016,8,643,2.4292379471228616 -40213154,"Influenza, seasonal, injectable, preservative free",2016,9,594,2.1717171717171717 -40213154,"Influenza, seasonal, injectable, preservative free",2016,10,661,2.514372163388805 -40213154,"Influenza, seasonal, injectable, preservative free",2016,11,618,2.2896440129449838 -40213154,"Influenza, seasonal, injectable, preservative free",2016,12,583,2.221269296740995 -40213154,"Influenza, seasonal, injectable, preservative free",2017,1,694,2.537463976945245 -40213154,"Influenza, seasonal, injectable, preservative free",2017,2,566,2.454063604240283 -40213154,"Influenza, seasonal, injectable, preservative free",2017,3,647,2.401854714064915 -40213154,"Influenza, seasonal, injectable, preservative free",2017,4,598,2.4498327759197323 -40213154,"Influenza, seasonal, injectable, preservative free",2017,5,648,2.1527777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",2017,6,628,2.390127388535032 -40213154,"Influenza, seasonal, injectable, preservative free",2017,7,635,2.3070866141732282 -40213154,"Influenza, seasonal, injectable, preservative free",2017,8,675,2.414814814814815 -40213154,"Influenza, seasonal, injectable, preservative free",2017,9,596,2.1426174496644297 -40213154,"Influenza, seasonal, injectable, preservative free",2017,10,645,2.3767441860465115 -40213154,"Influenza, seasonal, injectable, preservative free",2017,11,662,2.308157099697885 -40213154,"Influenza, seasonal, injectable, preservative free",2017,12,577,2.3015597920277298 -40213154,"Influenza, seasonal, injectable, preservative free",2018,1,683,2.288433382137628 -40213154,"Influenza, seasonal, injectable, preservative free",2018,2,602,2.4485049833887045 -40213154,"Influenza, seasonal, injectable, preservative free",2018,3,657,2.415525114155251 -40213154,"Influenza, seasonal, injectable, preservative free",2018,4,596,2.511744966442953 -40213154,"Influenza, seasonal, injectable, preservative free",2018,5,665,2.2330827067669174 -40213154,"Influenza, seasonal, injectable, preservative free",2018,6,627,2.2264752791068583 -40213154,"Influenza, seasonal, injectable, preservative free",2018,7,617,2.340356564019449 -40213154,"Influenza, seasonal, injectable, preservative free",2018,8,678,2.4528023598820057 -40213154,"Influenza, seasonal, injectable, preservative free",2018,9,652,2.3773006134969323 -40213154,"Influenza, seasonal, injectable, preservative free",2018,10,617,2.2901134521880064 -40213154,"Influenza, seasonal, injectable, preservative free",2018,11,665,2.406015037593985 -40213154,"Influenza, seasonal, injectable, preservative free",2018,12,601,2.3410981697171382 -40213154,"Influenza, seasonal, injectable, preservative free",2019,1,680,2.320588235294118 -40213154,"Influenza, seasonal, injectable, preservative free",2019,2,617,2.2771474878444082 -40213154,"Influenza, seasonal, injectable, preservative free",2019,3,673,2.4695393759286777 -40213154,"Influenza, seasonal, injectable, preservative free",2019,4,615,2.538211382113821 -40213154,"Influenza, seasonal, injectable, preservative free",2019,5,659,2.289833080424886 -40213154,"Influenza, seasonal, injectable, preservative free",2019,6,616,2.168831168831169 -40213154,"Influenza, seasonal, injectable, preservative free",2019,7,662,2.3595166163141994 -40213154,"Influenza, seasonal, injectable, preservative free",2019,8,659,2.4764795144157814 -40213154,"Influenza, seasonal, injectable, preservative free",2019,9,666,2.304804804804805 -40213154,"Influenza, seasonal, injectable, preservative free",2019,10,640,2.1453125 -40213154,"Influenza, seasonal, injectable, preservative free",2019,11,656,2.4878048780487805 -40213154,"Influenza, seasonal, injectable, preservative free",2019,12,636,2.279874213836478 -40213154,"Influenza, seasonal, injectable, preservative free",2020,1,650,2.207692307692308 -40213154,"Influenza, seasonal, injectable, preservative free",2020,2,646,2.5619195046439627 -40213154,"Influenza, seasonal, injectable, preservative free",2020,3,679,2.444771723122239 -40213154,"Influenza, seasonal, injectable, preservative free",2020,4,642,2.3068535825545173 -40213154,"Influenza, seasonal, injectable, preservative free",2020,5,640,2.41875 -40213154,"Influenza, seasonal, injectable, preservative free",2020,6,624,2.2868589743589745 -40213154,"Influenza, seasonal, injectable, preservative free",2020,7,656,2.278963414634146 -40213154,"Influenza, seasonal, injectable, preservative free",2020,8,663,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",2020,9,676,2.36094674556213 -40213154,"Influenza, seasonal, injectable, preservative free",2020,10,617,2.1815235008103726 -40213154,"Influenza, seasonal, injectable, preservative free",2020,11,697,2.3873744619799138 -40213154,"Influenza, seasonal, injectable, preservative free",2020,12,636,2.3710691823899372 -40213154,"Influenza, seasonal, injectable, preservative free",2021,1,644,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2021,2,636,2.3710691823899372 -40213154,"Influenza, seasonal, injectable, preservative free",2021,3,688,2.4680232558139537 -40213154,"Influenza, seasonal, injectable, preservative free",2021,4,646,2.331269349845201 -40213154,"Influenza, seasonal, injectable, preservative free",2021,5,641,2.4726989079563184 -40213154,"Influenza, seasonal, injectable, preservative free",2021,6,600,2.295 -40213154,"Influenza, seasonal, injectable, preservative free",2021,7,668,2.2365269461077846 -40213154,"Influenza, seasonal, injectable, preservative free",2021,8,680,2.363235294117647 -40213154,"Influenza, seasonal, injectable, preservative free",2021,9,642,2.4501557632398754 -40213154,"Influenza, seasonal, injectable, preservative free",2021,10,662,2.098187311178248 -40213154,"Influenza, seasonal, injectable, preservative free",2021,11,671,2.5126676602086437 -40213154,"Influenza, seasonal, injectable, preservative free",2021,12,666,2.3063063063063063 -40213154,"Influenza, seasonal, injectable, preservative free",2022,1,652,2.2392638036809815 -40213154,"Influenza, seasonal, injectable, preservative free",2022,2,660,2.3636363636363638 -40213154,"Influenza, seasonal, injectable, preservative free",2022,3,700,2.4514285714285715 -40213154,"Influenza, seasonal, injectable, preservative free",2022,4,651,2.4546850998463903 -40213154,"Influenza, seasonal, injectable, preservative free",2022,5,655,2.4198473282442747 -40213154,"Influenza, seasonal, injectable, preservative free",2022,6,626,2.2044728434504792 -40213154,"Influenza, seasonal, injectable, preservative free",2022,7,672,2.3035714285714284 -40213154,"Influenza, seasonal, injectable, preservative free",2022,8,700,2.38 -40213154,"Influenza, seasonal, injectable, preservative free",2022,9,696,2.57183908045977 -40213154,"Influenza, seasonal, injectable, preservative free",2022,10,664,2.128012048192771 -40213154,"Influenza, seasonal, injectable, preservative free",2022,11,658,2.4574468085106385 -40213154,"Influenza, seasonal, injectable, preservative free",2022,12,695,2.2762589928057553 -40213154,"Influenza, seasonal, injectable, preservative free",2023,1,638,2.324451410658307 -40213154,"Influenza, seasonal, injectable, preservative free",2023,2,665,2.308270676691729 -40213154,"Influenza, seasonal, injectable, preservative free",2023,3,664,2.3795180722891565 -40213154,"Influenza, seasonal, injectable, preservative free",2023,4,691,2.470332850940666 -40213154,"Influenza, seasonal, injectable, preservative free",2023,5,618,2.5064724919093853 -40213154,"Influenza, seasonal, injectable, preservative free",2023,6,324,2.2623456790123457 -40213160,"poliovirus vaccine, inactivated",1955,6,1,2 -40213160,"poliovirus vaccine, inactivated",1955,11,1,1 -40213160,"poliovirus vaccine, inactivated",1959,4,1,3 -40213160,"poliovirus vaccine, inactivated",1959,6,1,3 -40213160,"poliovirus vaccine, inactivated",1959,9,1,3 -40213160,"poliovirus vaccine, inactivated",1963,12,1,3 -40213160,"poliovirus vaccine, inactivated",1965,7,1,1 -40213160,"poliovirus vaccine, inactivated",1965,9,1,1 -40213160,"poliovirus vaccine, inactivated",1965,12,1,1 -40213160,"poliovirus vaccine, inactivated",1970,3,1,1 -40213160,"poliovirus vaccine, inactivated",1973,11,1,2 -40213160,"poliovirus vaccine, inactivated",1981,2,1,1 -40213160,"poliovirus vaccine, inactivated",1985,7,1,1 -40213160,"poliovirus vaccine, inactivated",1985,9,1,1 -40213160,"poliovirus vaccine, inactivated",1985,12,1,1 -40213160,"poliovirus vaccine, inactivated",1990,3,1,1 -40213160,"poliovirus vaccine, inactivated",1994,5,1,2 -40213160,"poliovirus vaccine, inactivated",1994,7,1,2 -40213160,"poliovirus vaccine, inactivated",1994,10,1,2 -40213160,"poliovirus vaccine, inactivated",1995,2,1,2 -40213160,"poliovirus vaccine, inactivated",1996,3,1,2 -40213160,"poliovirus vaccine, inactivated",2001,10,1,1 -40213160,"poliovirus vaccine, inactivated",2001,12,1,1 -40213160,"poliovirus vaccine, inactivated",2002,2,1,1 -40213160,"poliovirus vaccine, inactivated",2002,3,1,1 -40213160,"poliovirus vaccine, inactivated",2002,7,1,1 -40213160,"poliovirus vaccine, inactivated",2002,9,1,1 -40213160,"poliovirus vaccine, inactivated",2002,12,1,1 -40213160,"poliovirus vaccine, inactivated",2007,3,1,1 -40213160,"poliovirus vaccine, inactivated",2010,12,1,1 -40213160,"poliovirus vaccine, inactivated",2011,2,1,1 -40213160,"poliovirus vaccine, inactivated",2011,5,1,1 -40213160,"poliovirus vaccine, inactivated",2013,6,13,2 -40213160,"poliovirus vaccine, inactivated",2013,7,27,2.2962962962962963 -40213160,"poliovirus vaccine, inactivated",2013,8,40,1.975 -40213160,"poliovirus vaccine, inactivated",2013,9,41,2.073170731707317 -40213160,"poliovirus vaccine, inactivated",2013,10,30,2 -40213160,"poliovirus vaccine, inactivated",2013,11,40,2 -40213160,"poliovirus vaccine, inactivated",2013,12,42,2.261904761904762 -40213160,"poliovirus vaccine, inactivated",2014,1,36,1.8611111111111112 -40213160,"poliovirus vaccine, inactivated",2014,2,39,2.6153846153846154 -40213160,"poliovirus vaccine, inactivated",2014,3,28,2.5357142857142856 -40213160,"poliovirus vaccine, inactivated",2014,4,30,2.5 -40213160,"poliovirus vaccine, inactivated",2014,5,34,2.9411764705882355 -40213160,"poliovirus vaccine, inactivated",2014,6,25,2.08 -40213160,"poliovirus vaccine, inactivated",2014,7,36,2.9722222222222223 -40213160,"poliovirus vaccine, inactivated",2014,8,21,3.6666666666666665 -40213160,"poliovirus vaccine, inactivated",2014,9,32,2.5 -40213160,"poliovirus vaccine, inactivated",2014,10,32,3.78125 -40213160,"poliovirus vaccine, inactivated",2014,11,27,2.962962962962963 -40213160,"poliovirus vaccine, inactivated",2014,12,38,2.210526315789474 -40213160,"poliovirus vaccine, inactivated",2015,1,32,3.78125 -40213160,"poliovirus vaccine, inactivated",2015,2,43,2.4186046511627906 -40213160,"poliovirus vaccine, inactivated",2015,3,44,2.2045454545454546 -40213160,"poliovirus vaccine, inactivated",2015,4,35,2.657142857142857 -40213160,"poliovirus vaccine, inactivated",2015,5,40,2.225 -40213160,"poliovirus vaccine, inactivated",2015,6,39,3.076923076923077 -40213160,"poliovirus vaccine, inactivated",2015,7,38,2.6842105263157894 -40213160,"poliovirus vaccine, inactivated",2015,8,44,2.477272727272727 -40213160,"poliovirus vaccine, inactivated",2015,9,42,2.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2015,10,39,2.641025641025641 -40213160,"poliovirus vaccine, inactivated",2015,11,47,2.6382978723404253 -40213160,"poliovirus vaccine, inactivated",2015,12,42,1.9523809523809523 -40213160,"poliovirus vaccine, inactivated",2016,1,38,2.4473684210526314 -40213160,"poliovirus vaccine, inactivated",2016,2,37,1.945945945945946 -40213160,"poliovirus vaccine, inactivated",2016,3,42,2.119047619047619 -40213160,"poliovirus vaccine, inactivated",2016,4,46,2.5 -40213160,"poliovirus vaccine, inactivated",2016,5,38,1.7105263157894737 -40213160,"poliovirus vaccine, inactivated",2016,6,30,2.566666666666667 -40213160,"poliovirus vaccine, inactivated",2016,7,42,2.7142857142857144 -40213160,"poliovirus vaccine, inactivated",2016,8,37,2.864864864864865 -40213160,"poliovirus vaccine, inactivated",2016,9,40,3.025 -40213160,"poliovirus vaccine, inactivated",2016,10,31,2.4838709677419355 -40213160,"poliovirus vaccine, inactivated",2016,11,26,2.1153846153846154 -40213160,"poliovirus vaccine, inactivated",2016,12,34,2.3823529411764706 -40213160,"poliovirus vaccine, inactivated",2017,1,40,3.25 -40213160,"poliovirus vaccine, inactivated",2017,2,36,2.9166666666666665 -40213160,"poliovirus vaccine, inactivated",2017,3,36,2.888888888888889 -40213160,"poliovirus vaccine, inactivated",2017,4,30,1.8 -40213160,"poliovirus vaccine, inactivated",2017,5,45,2.2666666666666666 -40213160,"poliovirus vaccine, inactivated",2017,6,44,2.5 -40213160,"poliovirus vaccine, inactivated",2017,7,48,1.9166666666666667 -40213160,"poliovirus vaccine, inactivated",2017,8,34,2.235294117647059 -40213160,"poliovirus vaccine, inactivated",2017,9,41,3.024390243902439 -40213160,"poliovirus vaccine, inactivated",2017,10,28,2.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2017,11,34,2.588235294117647 -40213160,"poliovirus vaccine, inactivated",2017,12,33,2.1515151515151514 -40213160,"poliovirus vaccine, inactivated",2018,1,30,1.8 -40213160,"poliovirus vaccine, inactivated",2018,2,32,2.46875 -40213160,"poliovirus vaccine, inactivated",2018,3,35,1.8571428571428572 -40213160,"poliovirus vaccine, inactivated",2018,4,31,1.967741935483871 -40213160,"poliovirus vaccine, inactivated",2018,5,46,1.565217391304348 -40213160,"poliovirus vaccine, inactivated",2018,6,38,2.1052631578947367 -40213160,"poliovirus vaccine, inactivated",2018,7,31,1.6774193548387097 -40213160,"poliovirus vaccine, inactivated",2018,8,41,2.024390243902439 -40213160,"poliovirus vaccine, inactivated",2018,9,32,1.875 -40213160,"poliovirus vaccine, inactivated",2018,10,37,1.837837837837838 -40213160,"poliovirus vaccine, inactivated",2018,11,28,2.392857142857143 -40213160,"poliovirus vaccine, inactivated",2018,12,30,1.7333333333333334 -40213160,"poliovirus vaccine, inactivated",2019,1,37,2.72972972972973 -40213160,"poliovirus vaccine, inactivated",2019,2,29,2.0689655172413794 -40213160,"poliovirus vaccine, inactivated",2019,3,36,1.9166666666666667 -40213160,"poliovirus vaccine, inactivated",2019,4,32,3.03125 -40213160,"poliovirus vaccine, inactivated",2019,5,47,2.0638297872340425 -40213160,"poliovirus vaccine, inactivated",2019,6,35,2.1714285714285713 -40213160,"poliovirus vaccine, inactivated",2019,7,34,1.911764705882353 -40213160,"poliovirus vaccine, inactivated",2019,8,34,2.088235294117647 -40213160,"poliovirus vaccine, inactivated",2019,9,38,2.236842105263158 -40213160,"poliovirus vaccine, inactivated",2019,10,40,2 -40213160,"poliovirus vaccine, inactivated",2019,11,36,2.111111111111111 -40213160,"poliovirus vaccine, inactivated",2019,12,32,1.96875 -40213160,"poliovirus vaccine, inactivated",2020,1,32,2.0625 -40213160,"poliovirus vaccine, inactivated",2020,2,39,2.230769230769231 -40213160,"poliovirus vaccine, inactivated",2020,3,27,2.4814814814814814 -40213160,"poliovirus vaccine, inactivated",2020,4,36,2 -40213160,"poliovirus vaccine, inactivated",2020,5,40,2.1 -40213160,"poliovirus vaccine, inactivated",2020,6,36,2.5555555555555554 -40213160,"poliovirus vaccine, inactivated",2020,7,44,2.1136363636363638 -40213160,"poliovirus vaccine, inactivated",2020,8,37,2.72972972972973 -40213160,"poliovirus vaccine, inactivated",2020,9,31,2.096774193548387 -40213160,"poliovirus vaccine, inactivated",2020,10,41,3.048780487804878 -40213160,"poliovirus vaccine, inactivated",2020,11,43,2.0930232558139537 -40213160,"poliovirus vaccine, inactivated",2020,12,42,3.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2021,1,44,2.75 -40213160,"poliovirus vaccine, inactivated",2021,2,28,2.5714285714285716 -40213160,"poliovirus vaccine, inactivated",2021,3,37,2.864864864864865 -40213160,"poliovirus vaccine, inactivated",2021,4,32,2.875 -40213160,"poliovirus vaccine, inactivated",2021,5,35,2.5714285714285716 -40213160,"poliovirus vaccine, inactivated",2021,6,30,2.2333333333333334 -40213160,"poliovirus vaccine, inactivated",2021,7,33,2.212121212121212 -40213160,"poliovirus vaccine, inactivated",2021,8,32,2.28125 -40213160,"poliovirus vaccine, inactivated",2021,9,43,2.5813953488372094 -40213160,"poliovirus vaccine, inactivated",2021,10,44,1.8409090909090908 -40213160,"poliovirus vaccine, inactivated",2021,11,40,2 -40213160,"poliovirus vaccine, inactivated",2021,12,34,2 -40213160,"poliovirus vaccine, inactivated",2022,1,40,1.975 -40213160,"poliovirus vaccine, inactivated",2022,2,37,2.108108108108108 -40213160,"poliovirus vaccine, inactivated",2022,3,32,2.28125 -40213160,"poliovirus vaccine, inactivated",2022,4,34,2.0294117647058822 -40213160,"poliovirus vaccine, inactivated",2022,5,34,2.5588235294117645 -40213160,"poliovirus vaccine, inactivated",2022,6,29,1.7241379310344827 -40213160,"poliovirus vaccine, inactivated",2022,7,35,2.057142857142857 -40213160,"poliovirus vaccine, inactivated",2022,8,33,1.7272727272727273 -40213160,"poliovirus vaccine, inactivated",2022,9,32,1.65625 -40213160,"poliovirus vaccine, inactivated",2022,10,34,2.264705882352941 -40213160,"poliovirus vaccine, inactivated",2022,11,31,1.4838709677419355 -40213160,"poliovirus vaccine, inactivated",2022,12,34,2.0294117647058822 -40213160,"poliovirus vaccine, inactivated",2023,1,33,2.0606060606060606 -40213160,"poliovirus vaccine, inactivated",2023,2,23,2.869565217391304 -40213160,"poliovirus vaccine, inactivated",2023,3,30,2.1666666666666665 -40213160,"poliovirus vaccine, inactivated",2023,4,34,2.3529411764705883 -40213160,"poliovirus vaccine, inactivated",2023,5,28,2.8214285714285716 -40213160,"poliovirus vaccine, inactivated",2023,6,15,1.6666666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,4,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,9,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2006,9,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2008,3,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,8,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2010,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2012,10,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,6,13,1.4615384615384615 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,7,26,2.8461538461538463 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,8,20,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,9,18,2.2222222222222223 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,10,26,2.4615384615384617 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,11,17,3.0588235294117645 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,12,26,2.1538461538461537 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,1,23,2.4782608695652173 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,2,18,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,3,25,1.96 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,4,27,1.8888888888888888 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,5,22,2.090909090909091 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,6,16,2.125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,7,19,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,8,26,1.8846153846153846 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,9,26,2.230769230769231 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,10,25,2.08 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,11,27,2.111111111111111 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,12,21,2.857142857142857 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,1,29,2.310344827586207 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,2,23,1.9565217391304348 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,3,30,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,4,31,2.161290322580645 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,5,24,1.875 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,6,22,1.8181818181818181 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,7,18,2.0555555555555554 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,8,34,2.0294117647058822 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,9,19,2.6315789473684212 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,10,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,11,25,1.96 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,12,30,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,1,38,2.1052631578947367 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,2,19,1.894736842105263 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,3,26,2.1153846153846154 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,4,33,1.878787878787879 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,5,34,2.088235294117647 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,6,24,2.2083333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,7,28,1.8928571428571428 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,8,19,1.9473684210526316 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,9,25,1.64 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,10,22,2.909090909090909 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,11,30,1.7666666666666666 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,12,28,2.142857142857143 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,1,29,3.4482758620689653 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,2,23,3.217391304347826 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,3,20,2.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,4,27,2.3333333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,5,16,2.125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,6,24,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,7,32,2.8125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,8,27,2.2962962962962963 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,9,31,2.129032258064516 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,10,20,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,11,15,2.066666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,12,17,3.3529411764705883 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,1,27,2.074074074074074 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,2,20,2.75 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,3,31,2.3225806451612905 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,4,19,1.894736842105263 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,5,24,2.5 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,6,29,1.9655172413793103 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,7,25,1.76 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,8,17,1.8823529411764706 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,9,21,2.1904761904761907 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,10,28,2.0357142857142856 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,11,27,3.2962962962962963 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,12,21,3.1904761904761907 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,1,30,2.3333333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,2,24,2.0833333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,3,20,3.35 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,4,17,2.764705882352941 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,5,32,1.84375 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,6,22,1.6818181818181819 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,7,25,2.36 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,8,20,2.4 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,9,18,1.9444444444444444 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,10,28,1.5714285714285714 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,11,21,2.3333333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,12,28,2.607142857142857 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,1,26,2.269230769230769 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,2,34,2.1470588235294117 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,3,26,3.1153846153846154 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,4,30,2.2333333333333334 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,5,24,3 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,6,22,2.090909090909091 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,7,24,1.75 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,8,26,1.7307692307692308 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,9,20,2.3 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,10,18,2.3333333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,11,30,1.7666666666666666 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,12,23,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,1,20,2.35 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,2,22,2.6363636363636362 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,3,30,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,4,35,1.9142857142857144 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,5,30,1.9666666666666666 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,6,23,2.0434782608695654 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,7,32,2.59375 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,8,21,2.4285714285714284 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,9,24,2.2083333333333335 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,10,22,2.3181818181818183 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,11,28,2.2857142857142856 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,12,31,2.2903225806451615 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,1,29,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,2,29,1.9655172413793103 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,3,22,1.5454545454545454 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,4,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,5,28,2.0714285714285716 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,6,26,1.7307692307692308 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,7,21,2.5238095238095237 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,8,33,3.303030303030303 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,9,19,2.0526315789473686 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,10,34,2.823529411764706 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,11,22,1.9545454545454546 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,12,26,2.076923076923077 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,1,22,1.8181818181818181 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,2,30,2.3666666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,3,25,2.56 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,4,22,2.909090909090909 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,5,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,6,13,2.076923076923077 -40213183,"measles, mumps and rubella virus vaccine",1971,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",1971,5,1,2 -40213183,"measles, mumps and rubella virus vaccine",1973,11,1,2 -40213183,"measles, mumps and rubella virus vaccine",1981,2,1,1 -40213183,"measles, mumps and rubella virus vaccine",1986,6,1,1 -40213183,"measles, mumps and rubella virus vaccine",1990,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",1995,2,1,2 -40213183,"measles, mumps and rubella virus vaccine",1995,4,1,2 -40213183,"measles, mumps and rubella virus vaccine",1996,3,1,2 -40213183,"measles, mumps and rubella virus vaccine",2002,2,1,1 -40213183,"measles, mumps and rubella virus vaccine",2002,9,1,1 -40213183,"measles, mumps and rubella virus vaccine",2003,6,1,1 -40213183,"measles, mumps and rubella virus vaccine",2007,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",2011,11,1,1 -40213183,"measles, mumps and rubella virus vaccine",2013,6,4,1.75 -40213183,"measles, mumps and rubella virus vaccine",2013,7,12,1.8333333333333333 -40213183,"measles, mumps and rubella virus vaccine",2013,8,20,2 -40213183,"measles, mumps and rubella virus vaccine",2013,9,20,1.7 -40213183,"measles, mumps and rubella virus vaccine",2013,10,21,1.8095238095238095 -40213183,"measles, mumps and rubella virus vaccine",2013,11,16,2.3125 -40213183,"measles, mumps and rubella virus vaccine",2013,12,23,3.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2014,1,17,1.8235294117647058 -40213183,"measles, mumps and rubella virus vaccine",2014,2,24,2.9583333333333335 -40213183,"measles, mumps and rubella virus vaccine",2014,3,17,3.4705882352941178 -40213183,"measles, mumps and rubella virus vaccine",2014,4,12,2.75 -40213183,"measles, mumps and rubella virus vaccine",2014,5,17,2.235294117647059 -40213183,"measles, mumps and rubella virus vaccine",2014,6,22,2.1363636363636362 -40213183,"measles, mumps and rubella virus vaccine",2014,7,14,2.0714285714285716 -40213183,"measles, mumps and rubella virus vaccine",2014,8,17,1.588235294117647 -40213183,"measles, mumps and rubella virus vaccine",2014,9,17,1.8235294117647058 -40213183,"measles, mumps and rubella virus vaccine",2014,10,15,1.6666666666666667 -40213183,"measles, mumps and rubella virus vaccine",2014,11,17,2.3529411764705883 -40213183,"measles, mumps and rubella virus vaccine",2014,12,17,2 -40213183,"measles, mumps and rubella virus vaccine",2015,1,19,2.789473684210526 -40213183,"measles, mumps and rubella virus vaccine",2015,2,16,1.9375 -40213183,"measles, mumps and rubella virus vaccine",2015,3,19,1.9473684210526316 -40213183,"measles, mumps and rubella virus vaccine",2015,4,20,3.75 -40213183,"measles, mumps and rubella virus vaccine",2015,5,13,2.6923076923076925 -40213183,"measles, mumps and rubella virus vaccine",2015,6,15,3.6666666666666665 -40213183,"measles, mumps and rubella virus vaccine",2015,7,17,4.764705882352941 -40213183,"measles, mumps and rubella virus vaccine",2015,8,23,2.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2015,9,14,1.9285714285714286 -40213183,"measles, mumps and rubella virus vaccine",2015,10,25,2.88 -40213183,"measles, mumps and rubella virus vaccine",2015,11,18,2.4444444444444446 -40213183,"measles, mumps and rubella virus vaccine",2015,12,23,2.0869565217391304 -40213183,"measles, mumps and rubella virus vaccine",2016,1,23,2.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2016,2,19,2.1578947368421053 -40213183,"measles, mumps and rubella virus vaccine",2016,3,19,2.210526315789474 -40213183,"measles, mumps and rubella virus vaccine",2016,4,16,1.75 -40213183,"measles, mumps and rubella virus vaccine",2016,5,19,2.4210526315789473 -40213183,"measles, mumps and rubella virus vaccine",2016,6,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2016,7,17,4.117647058823529 -40213183,"measles, mumps and rubella virus vaccine",2016,8,24,2.625 -40213183,"measles, mumps and rubella virus vaccine",2016,9,20,3.1 -40213183,"measles, mumps and rubella virus vaccine",2016,10,20,2.35 -40213183,"measles, mumps and rubella virus vaccine",2016,11,22,1.9545454545454546 -40213183,"measles, mumps and rubella virus vaccine",2016,12,17,2 -40213183,"measles, mumps and rubella virus vaccine",2017,1,21,2.7142857142857144 -40213183,"measles, mumps and rubella virus vaccine",2017,2,22,2.8181818181818183 -40213183,"measles, mumps and rubella virus vaccine",2017,3,20,3.95 -40213183,"measles, mumps and rubella virus vaccine",2017,4,14,1.7142857142857142 -40213183,"measles, mumps and rubella virus vaccine",2017,5,16,2 -40213183,"measles, mumps and rubella virus vaccine",2017,6,20,2 -40213183,"measles, mumps and rubella virus vaccine",2017,7,23,2.6956521739130435 -40213183,"measles, mumps and rubella virus vaccine",2017,8,15,2.2 -40213183,"measles, mumps and rubella virus vaccine",2017,9,18,3.5 -40213183,"measles, mumps and rubella virus vaccine",2017,10,8,2 -40213183,"measles, mumps and rubella virus vaccine",2017,11,22,2.6363636363636362 -40213183,"measles, mumps and rubella virus vaccine",2017,12,25,2.76 -40213183,"measles, mumps and rubella virus vaccine",2018,1,16,1.8125 -40213183,"measles, mumps and rubella virus vaccine",2018,2,19,2 -40213183,"measles, mumps and rubella virus vaccine",2018,3,23,2.0434782608695654 -40213183,"measles, mumps and rubella virus vaccine",2018,4,19,2.210526315789474 -40213183,"measles, mumps and rubella virus vaccine",2018,5,23,2.217391304347826 -40213183,"measles, mumps and rubella virus vaccine",2018,6,19,1.9473684210526316 -40213183,"measles, mumps and rubella virus vaccine",2018,7,13,2.230769230769231 -40213183,"measles, mumps and rubella virus vaccine",2018,8,18,2.9444444444444446 -40213183,"measles, mumps and rubella virus vaccine",2018,9,9,2.2222222222222223 -40213183,"measles, mumps and rubella virus vaccine",2018,10,18,1.8333333333333333 -40213183,"measles, mumps and rubella virus vaccine",2018,11,15,1.7333333333333334 -40213183,"measles, mumps and rubella virus vaccine",2018,12,16,1.9375 -40213183,"measles, mumps and rubella virus vaccine",2019,1,18,3.5 -40213183,"measles, mumps and rubella virus vaccine",2019,2,13,2.076923076923077 -40213183,"measles, mumps and rubella virus vaccine",2019,3,21,2.0952380952380953 -40213183,"measles, mumps and rubella virus vaccine",2019,4,17,3.6470588235294117 -40213183,"measles, mumps and rubella virus vaccine",2019,5,17,2.9411764705882355 -40213183,"measles, mumps and rubella virus vaccine",2019,6,13,2.1538461538461537 -40213183,"measles, mumps and rubella virus vaccine",2019,7,18,2.0555555555555554 -40213183,"measles, mumps and rubella virus vaccine",2019,8,20,2.25 -40213183,"measles, mumps and rubella virus vaccine",2019,9,14,2.142857142857143 -40213183,"measles, mumps and rubella virus vaccine",2019,10,18,2.5 -40213183,"measles, mumps and rubella virus vaccine",2019,11,26,2.1153846153846154 -40213183,"measles, mumps and rubella virus vaccine",2019,12,20,2.05 -40213183,"measles, mumps and rubella virus vaccine",2020,1,13,1.6923076923076923 -40213183,"measles, mumps and rubella virus vaccine",2020,2,21,2.5238095238095237 -40213183,"measles, mumps and rubella virus vaccine",2020,3,25,2.28 -40213183,"measles, mumps and rubella virus vaccine",2020,4,20,2.3 -40213183,"measles, mumps and rubella virus vaccine",2020,5,17,2.235294117647059 -40213183,"measles, mumps and rubella virus vaccine",2020,6,17,2.0588235294117645 -40213183,"measles, mumps and rubella virus vaccine",2020,7,23,2.217391304347826 -40213183,"measles, mumps and rubella virus vaccine",2020,8,16,1.8125 -40213183,"measles, mumps and rubella virus vaccine",2020,9,12,2 -40213183,"measles, mumps and rubella virus vaccine",2020,10,22,1.8636363636363635 -40213183,"measles, mumps and rubella virus vaccine",2020,11,25,2 -40213183,"measles, mumps and rubella virus vaccine",2020,12,17,3.5294117647058822 -40213183,"measles, mumps and rubella virus vaccine",2021,1,22,1.7727272727272727 -40213183,"measles, mumps and rubella virus vaccine",2021,2,8,1.875 -40213183,"measles, mumps and rubella virus vaccine",2021,3,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2021,4,20,3.1 -40213183,"measles, mumps and rubella virus vaccine",2021,5,19,2.473684210526316 -40213183,"measles, mumps and rubella virus vaccine",2021,6,13,1.9230769230769231 -40213183,"measles, mumps and rubella virus vaccine",2021,7,16,3.375 -40213183,"measles, mumps and rubella virus vaccine",2021,8,17,2.764705882352941 -40213183,"measles, mumps and rubella virus vaccine",2021,9,23,3.5217391304347827 -40213183,"measles, mumps and rubella virus vaccine",2021,10,21,1.8571428571428572 -40213183,"measles, mumps and rubella virus vaccine",2021,11,23,2.5217391304347827 -40213183,"measles, mumps and rubella virus vaccine",2021,12,24,2.375 -40213183,"measles, mumps and rubella virus vaccine",2022,1,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2022,2,12,2 -40213183,"measles, mumps and rubella virus vaccine",2022,3,17,2.8823529411764706 -40213183,"measles, mumps and rubella virus vaccine",2022,4,21,2.238095238095238 -40213183,"measles, mumps and rubella virus vaccine",2022,5,15,2.6666666666666665 -40213183,"measles, mumps and rubella virus vaccine",2022,6,11,2.5454545454545454 -40213183,"measles, mumps and rubella virus vaccine",2022,7,16,1.75 -40213183,"measles, mumps and rubella virus vaccine",2022,8,27,1.9259259259259258 -40213183,"measles, mumps and rubella virus vaccine",2022,9,17,1.588235294117647 -40213183,"measles, mumps and rubella virus vaccine",2022,10,14,2.142857142857143 -40213183,"measles, mumps and rubella virus vaccine",2022,11,18,1.7222222222222223 -40213183,"measles, mumps and rubella virus vaccine",2022,12,20,1.9 -40213183,"measles, mumps and rubella virus vaccine",2023,1,20,1.7 -40213183,"measles, mumps and rubella virus vaccine",2023,2,13,2.3846153846153846 -40213183,"measles, mumps and rubella virus vaccine",2023,3,15,2 -40213183,"measles, mumps and rubella virus vaccine",2023,4,24,1.875 -40213183,"measles, mumps and rubella virus vaccine",2023,5,14,1.5714285714285714 -40213183,"measles, mumps and rubella virus vaccine",2023,6,11,1.6363636363636365 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,1,3,2.6666666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,3,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,5,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,6,2,1.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,7,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,9,3,3 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,10,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,11,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,12,2,1.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,2,3,1.6666666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,3,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,5,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,10,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,11,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,3,1,5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,10,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,11,2,4.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,12,2,2.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,1,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,6,18,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,7,41,2.1463414634146343 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,8,51,2.0980392156862746 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,9,49,2.020408163265306 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,10,42,1.8333333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,11,45,1.9777777777777779 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,12,54,2.6481481481481484 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,1,37,1.8918918918918919 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,2,45,2.1555555555555554 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,3,39,1.8205128205128205 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,4,35,2.1142857142857143 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,5,46,2.6956521739130435 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,6,33,2.393939393939394 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,7,41,3.2195121951219514 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,8,37,3.081081081081081 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,9,46,2.152173913043478 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,10,36,3.638888888888889 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,11,30,2.966666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,12,45,2.088888888888889 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,1,38,3.4473684210526314 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,2,42,2.5714285714285716 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,3,45,2.2888888888888888 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,4,48,3 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,5,36,2.4166666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,6,51,2.4705882352941178 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,7,52,2.673076923076923 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,8,51,2.7058823529411766 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,9,44,2.159090909090909 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,10,33,2.515151515151515 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,11,60,2.433333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,12,50,2.94 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,1,52,2.4423076923076925 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,2,50,2.02 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,3,52,2.0576923076923075 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,4,49,2.489795918367347 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,5,56,2.1964285714285716 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,6,41,2.5121951219512195 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,7,50,2.42 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,8,56,2.4642857142857144 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,9,43,2.558139534883721 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,10,49,3.306122448979592 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,11,29,1.7586206896551724 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,12,42,2.357142857142857 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,1,49,2.9183673469387754 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,2,43,2.372093023255814 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,3,51,3.1372549019607843 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,4,45,1.7555555555555555 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,5,48,2.0625 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,6,57,2.7017543859649122 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,7,55,2.5090909090909093 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,8,49,2.3877551020408165 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,9,39,2.230769230769231 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,10,37,2.081081081081081 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,11,40,3.125 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,12,41,2.4146341463414633 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,1,43,2.0697674418604652 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,2,38,2.1315789473684212 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,3,43,1.8837209302325582 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,4,38,1.763157894736842 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,5,48,1.9583333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,6,44,2.8181818181818183 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,7,42,1.9285714285714286 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,8,47,2.297872340425532 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,9,42,2.261904761904762 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,10,47,1.6382978723404256 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,11,43,2.302325581395349 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,12,44,1.7272727272727273 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,1,36,1.7777777777777777 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,2,44,1.7045454545454546 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,3,45,1.8222222222222222 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,4,45,1.8888888888888888 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,5,54,2.537037037037037 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,6,37,1.972972972972973 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,7,50,1.98 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,8,41,2.073170731707317 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,9,38,2.1578947368421053 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,10,39,1.9487179487179487 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,11,48,1.9375 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,12,39,2.1025641025641026 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,1,43,1.9069767441860466 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,2,47,2.1914893617021276 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,3,45,2.6444444444444444 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,4,53,2.3962264150943398 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,5,44,1.8863636363636365 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,6,39,2.4615384615384617 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,7,44,1.8181818181818181 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,8,46,2.652173913043478 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,9,35,1.9714285714285715 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,10,51,2.7450980392156863 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,11,44,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,12,49,2.816326530612245 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,1,55,2.5454545454545454 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,2,32,3.0625 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,3,47,2.7872340425531914 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,4,42,2.0714285714285716 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,5,50,2.44 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,6,42,2.380952380952381 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,7,48,2.7291666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,8,34,1.7647058823529411 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,9,53,2.6792452830188678 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,10,49,1.836734693877551 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,11,49,3.122448979591837 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,12,46,2.282608695652174 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,1,46,2.1739130434782608 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,2,39,2.1794871794871793 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,3,40,2.175 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,4,43,1.9069767441860466 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,5,40,2.05 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,6,42,1.7857142857142858 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,7,46,2.130434782608696 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,8,48,1.9166666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,9,38,1.894736842105263 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,10,45,2.422222222222222 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,11,40,2.4 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,12,38,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,1,40,2.45 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,2,37,2.6486486486486487 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,3,43,1.8604651162790697 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,4,38,2.3157894736842106 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,5,40,2.6 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,6,15,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,10,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,5,4,3.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,10,2,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,1,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,5,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,6,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,9,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,2,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,12,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,1,1,34 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,8,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,12,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,1,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,7,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,4,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,12,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,2,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,7,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,3,2,4.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,9,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,12,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,1,2,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,4,2,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,5,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,8,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,12,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,1,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,7,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,9,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,5,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,9,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,2,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2010,9,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,9,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,11,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,3,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,7,6,1.8333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,8,11,4.7272727272727275 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,9,10,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,10,10,2.1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,11,6,3.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,12,12,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,1,7,2.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,2,8,2.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,3,6,6.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,4,9,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,5,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,6,6,1.8333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,7,9,2.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,8,11,1.9090909090909092 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,9,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,10,7,1.8571428571428572 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,11,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,12,10,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,1,6,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,2,7,3.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,3,9,1.5555555555555556 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,4,9,2.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,5,6,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,6,7,1.8571428571428572 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,7,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,8,8,4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,9,14,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,10,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,12,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,1,10,3.1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,2,4,4.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,3,9,1.8888888888888888 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,4,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,5,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,6,10,2.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,7,16,1.6875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,8,9,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,9,5,1.2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,10,9,2.2222222222222223 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,11,7,1.7142857142857142 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,12,11,6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,1,10,1.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,2,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,3,16,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,4,8,1.75 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,5,11,2.4545454545454546 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,6,9,2.3333333333333335 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,7,7,4.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,8,16,1.75 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,9,8,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,10,8,4.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,11,9,4.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,12,6,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,1,12,2.1666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,2,6,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,3,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,4,11,4.454545454545454 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,5,10,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,6,13,3.1538461538461537 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,7,9,2.2222222222222223 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,8,19,2.526315789473684 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,9,5,1.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,10,10,1.9 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,11,7,3.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,12,5,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,1,8,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,2,7,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,3,5,1.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,4,5,3.2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,5,5,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,6,5,7.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,7,11,1.9090909090909092 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,8,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,9,10,3.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,10,13,1.7692307692307692 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,11,11,1.7272727272727273 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,12,11,2.3636363636363638 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,1,7,1.8571428571428572 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,2,7,2.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,3,4,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,4,12,1.5833333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,5,7,5.428571428571429 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,6,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,7,9,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,8,10,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,9,5,2.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,10,10,2.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,11,8,2.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,12,9,3.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,1,9,1.7777777777777777 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,2,10,2.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,3,13,2.076923076923077 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,4,11,6.363636363636363 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,5,10,1.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,6,9,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,7,6,2.1666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,8,7,1.5714285714285714 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,9,9,1.8888888888888888 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,10,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,11,4,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,12,9,1.5555555555555556 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,1,12,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,2,7,4.428571428571429 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,3,11,2.727272727272727 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,4,9,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,5,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,6,10,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,7,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,8,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,9,10,2.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,10,5,1.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,11,8,2.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,12,12,4.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,1,12,2.3333333333333335 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,2,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,3,7,3.5714285714285716 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,4,6,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,5,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,6,6,1.3333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2006,2,1,1 -40213216,"rotavirus, live, monovalent vaccine",2010,12,1,1 -40213216,"rotavirus, live, monovalent vaccine",2011,2,1,1 -40213216,"rotavirus, live, monovalent vaccine",2013,6,9,1.7777777777777777 -40213216,"rotavirus, live, monovalent vaccine",2013,7,17,2.4705882352941178 -40213216,"rotavirus, live, monovalent vaccine",2013,8,19,2.1578947368421053 -40213216,"rotavirus, live, monovalent vaccine",2013,9,22,2.090909090909091 -40213216,"rotavirus, live, monovalent vaccine",2013,10,17,1.9411764705882353 -40213216,"rotavirus, live, monovalent vaccine",2013,11,20,1.7 -40213216,"rotavirus, live, monovalent vaccine",2013,12,19,2.1052631578947367 -40213216,"rotavirus, live, monovalent vaccine",2014,1,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2014,2,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2014,3,11,1.7272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2014,4,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2014,5,18,3.5555555555555554 -40213216,"rotavirus, live, monovalent vaccine",2014,6,10,2.9 -40213216,"rotavirus, live, monovalent vaccine",2014,7,19,3.789473684210526 -40213216,"rotavirus, live, monovalent vaccine",2014,8,10,5.9 -40213216,"rotavirus, live, monovalent vaccine",2014,9,19,2.736842105263158 -40213216,"rotavirus, live, monovalent vaccine",2014,10,13,4.384615384615385 -40213216,"rotavirus, live, monovalent vaccine",2014,11,16,3.0625 -40213216,"rotavirus, live, monovalent vaccine",2014,12,20,2.15 -40213216,"rotavirus, live, monovalent vaccine",2015,1,15,2.8 -40213216,"rotavirus, live, monovalent vaccine",2015,2,23,2.4347826086956523 -40213216,"rotavirus, live, monovalent vaccine",2015,3,23,2.347826086956522 -40213216,"rotavirus, live, monovalent vaccine",2015,4,22,2.5454545454545454 -40213216,"rotavirus, live, monovalent vaccine",2015,5,18,2.2777777777777777 -40213216,"rotavirus, live, monovalent vaccine",2015,6,22,2.727272727272727 -40213216,"rotavirus, live, monovalent vaccine",2015,7,15,2.1333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2015,8,19,3 -40213216,"rotavirus, live, monovalent vaccine",2015,9,25,2.24 -40213216,"rotavirus, live, monovalent vaccine",2015,10,14,2.642857142857143 -40213216,"rotavirus, live, monovalent vaccine",2015,11,28,2.4642857142857144 -40213216,"rotavirus, live, monovalent vaccine",2015,12,19,1.894736842105263 -40213216,"rotavirus, live, monovalent vaccine",2016,1,23,2.4347826086956523 -40213216,"rotavirus, live, monovalent vaccine",2016,2,16,1.75 -40213216,"rotavirus, live, monovalent vaccine",2016,3,23,2.130434782608696 -40213216,"rotavirus, live, monovalent vaccine",2016,4,21,2.857142857142857 -40213216,"rotavirus, live, monovalent vaccine",2016,5,23,1.9130434782608696 -40213216,"rotavirus, live, monovalent vaccine",2016,6,15,2.933333333333333 -40213216,"rotavirus, live, monovalent vaccine",2016,7,22,2 -40213216,"rotavirus, live, monovalent vaccine",2016,8,13,3.5384615384615383 -40213216,"rotavirus, live, monovalent vaccine",2016,9,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2016,10,16,3.25 -40213216,"rotavirus, live, monovalent vaccine",2016,11,9,2.111111111111111 -40213216,"rotavirus, live, monovalent vaccine",2016,12,17,2.764705882352941 -40213216,"rotavirus, live, monovalent vaccine",2017,1,18,2.8333333333333335 -40213216,"rotavirus, live, monovalent vaccine",2017,2,20,2.65 -40213216,"rotavirus, live, monovalent vaccine",2017,3,23,2.5217391304347827 -40213216,"rotavirus, live, monovalent vaccine",2017,4,22,1.8181818181818181 -40213216,"rotavirus, live, monovalent vaccine",2017,5,22,1.7727272727272727 -40213216,"rotavirus, live, monovalent vaccine",2017,6,22,2.3636363636363638 -40213216,"rotavirus, live, monovalent vaccine",2017,7,23,2.1739130434782608 -40213216,"rotavirus, live, monovalent vaccine",2017,8,14,2.7857142857142856 -40213216,"rotavirus, live, monovalent vaccine",2017,9,18,2.8333333333333335 -40213216,"rotavirus, live, monovalent vaccine",2017,10,12,2.5 -40213216,"rotavirus, live, monovalent vaccine",2017,11,13,2.8461538461538463 -40213216,"rotavirus, live, monovalent vaccine",2017,12,12,2.0833333333333335 -40213216,"rotavirus, live, monovalent vaccine",2018,1,19,1.5263157894736843 -40213216,"rotavirus, live, monovalent vaccine",2018,2,14,1.7142857142857142 -40213216,"rotavirus, live, monovalent vaccine",2018,3,21,1.4761904761904763 -40213216,"rotavirus, live, monovalent vaccine",2018,4,17,1.8235294117647058 -40213216,"rotavirus, live, monovalent vaccine",2018,5,22,1.5 -40213216,"rotavirus, live, monovalent vaccine",2018,6,20,2.45 -40213216,"rotavirus, live, monovalent vaccine",2018,7,17,1.7058823529411764 -40213216,"rotavirus, live, monovalent vaccine",2018,8,20,2.3 -40213216,"rotavirus, live, monovalent vaccine",2018,9,14,1.7857142857142858 -40213216,"rotavirus, live, monovalent vaccine",2018,10,17,1.7058823529411764 -40213216,"rotavirus, live, monovalent vaccine",2018,11,14,2.2857142857142856 -40213216,"rotavirus, live, monovalent vaccine",2018,12,17,1.5294117647058822 -40213216,"rotavirus, live, monovalent vaccine",2019,1,13,2 -40213216,"rotavirus, live, monovalent vaccine",2019,2,22,1.6818181818181819 -40213216,"rotavirus, live, monovalent vaccine",2019,3,20,1.9 -40213216,"rotavirus, live, monovalent vaccine",2019,4,21,2 -40213216,"rotavirus, live, monovalent vaccine",2019,5,23,1.9565217391304348 -40213216,"rotavirus, live, monovalent vaccine",2019,6,19,2.210526315789474 -40213216,"rotavirus, live, monovalent vaccine",2019,7,21,1.8571428571428572 -40213216,"rotavirus, live, monovalent vaccine",2019,8,13,1.7692307692307692 -40213216,"rotavirus, live, monovalent vaccine",2019,9,14,2.0714285714285716 -40213216,"rotavirus, live, monovalent vaccine",2019,10,12,1.5 -40213216,"rotavirus, live, monovalent vaccine",2019,11,20,1.9 -40213216,"rotavirus, live, monovalent vaccine",2019,12,15,1.8 -40213216,"rotavirus, live, monovalent vaccine",2020,1,18,2.3333333333333335 -40213216,"rotavirus, live, monovalent vaccine",2020,2,20,1.8 -40213216,"rotavirus, live, monovalent vaccine",2020,3,12,3 -40213216,"rotavirus, live, monovalent vaccine",2020,4,18,1.8333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2020,5,16,2.0625 -40213216,"rotavirus, live, monovalent vaccine",2020,6,20,2.35 -40213216,"rotavirus, live, monovalent vaccine",2020,7,19,2 -40213216,"rotavirus, live, monovalent vaccine",2020,8,24,3.2916666666666665 -40213216,"rotavirus, live, monovalent vaccine",2020,9,15,2 -40213216,"rotavirus, live, monovalent vaccine",2020,10,21,4 -40213216,"rotavirus, live, monovalent vaccine",2020,11,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2020,12,23,3.5217391304347827 -40213216,"rotavirus, live, monovalent vaccine",2021,1,22,2.4545454545454546 -40213216,"rotavirus, live, monovalent vaccine",2021,2,18,3.111111111111111 -40213216,"rotavirus, live, monovalent vaccine",2021,3,16,2.6875 -40213216,"rotavirus, live, monovalent vaccine",2021,4,13,2.5384615384615383 -40213216,"rotavirus, live, monovalent vaccine",2021,5,17,2.0588235294117645 -40213216,"rotavirus, live, monovalent vaccine",2021,6,13,1.7692307692307692 -40213216,"rotavirus, live, monovalent vaccine",2021,7,22,2.272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2021,8,18,1.6666666666666667 -40213216,"rotavirus, live, monovalent vaccine",2021,9,23,2.260869565217391 -40213216,"rotavirus, live, monovalent vaccine",2021,10,19,1.6842105263157894 -40213216,"rotavirus, live, monovalent vaccine",2021,11,23,2.347826086956522 -40213216,"rotavirus, live, monovalent vaccine",2021,12,14,1.9285714285714286 -40213216,"rotavirus, live, monovalent vaccine",2022,1,19,2.0526315789473686 -40213216,"rotavirus, live, monovalent vaccine",2022,2,12,2.1666666666666665 -40213216,"rotavirus, live, monovalent vaccine",2022,3,16,2 -40213216,"rotavirus, live, monovalent vaccine",2022,4,18,1.6111111111111112 -40213216,"rotavirus, live, monovalent vaccine",2022,5,19,2.1052631578947367 -40213216,"rotavirus, live, monovalent vaccine",2022,6,18,1.5 -40213216,"rotavirus, live, monovalent vaccine",2022,7,20,2.4 -40213216,"rotavirus, live, monovalent vaccine",2022,8,14,1.5 -40213216,"rotavirus, live, monovalent vaccine",2022,9,14,1.7142857142857142 -40213216,"rotavirus, live, monovalent vaccine",2022,10,17,2.7058823529411766 -40213216,"rotavirus, live, monovalent vaccine",2022,11,11,1.7272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2022,12,13,2.230769230769231 -40213216,"rotavirus, live, monovalent vaccine",2023,1,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2023,2,12,3.5833333333333335 -40213216,"rotavirus, live, monovalent vaccine",2023,3,15,1.8 -40213216,"rotavirus, live, monovalent vaccine",2023,4,15,3.2 -40213216,"rotavirus, live, monovalent vaccine",2023,5,17,3.3529411764705883 -40213216,"rotavirus, live, monovalent vaccine",2023,6,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,1,5,1.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,2,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,3,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,4,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,5,4,5.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,6,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,7,4,2.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,8,5,2.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,10,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,12,2,17.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,1,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,6,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,9,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,2,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,5,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,11,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,1,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,3,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,4,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,6,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,7,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,9,2,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,11,4,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,1,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,2,3,3.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,6,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,9,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,11,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,12,5,2.4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,2,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,3,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,4,5,2.4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,7,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,9,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,11,3,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,12,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,1,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,9,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,11,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,3,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,5,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,8,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,1,3,12.666666666666666 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,3,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,6,4,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,9,5,1.6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,10,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,1,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,2,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,4,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,9,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,12,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,5,4,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,6,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,7,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,9,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,11,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,7,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,8,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,1,3,2.3333333333333335 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,3,1,6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,7,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,9,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,10,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,1,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,2,4,3.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,3,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,5,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,6,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,7,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,9,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,10,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,11,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,1,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,3,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,4,3,2.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,8,5,1.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,9,4,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,11,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,1,4,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,2,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,5,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,6,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,8,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,1,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,2,4,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,3,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,7,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,8,3,2.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,12,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,2,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,3,5,4.6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,7,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,9,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,2,2,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,5,4,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,7,6,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,9,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,12,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,1,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,4,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,5,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,7,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,8,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,9,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,10,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,11,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,1,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,2,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,4,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,5,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,8,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,10,4,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,2,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,3,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,6,25,2.12 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,7,84,2.1666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,8,60,1.9666666666666666 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,9,66,2.227272727272727 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,10,53,2.811320754716981 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,11,45,2.1555555555555554 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,12,53,2.018867924528302 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,1,58,2.3275862068965516 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,2,46,1.7608695652173914 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,3,67,2.4776119402985075 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,4,38,2.1578947368421053 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,5,56,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,6,63,2.492063492063492 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,7,51,1.9215686274509804 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,8,52,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,9,62,2.161290322580645 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,10,75,2.1866666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,11,63,2.253968253968254 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,12,58,2.8448275862068964 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,1,65,1.8307692307692307 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,2,61,1.8688524590163935 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,3,84,1.9166666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,4,72,2.5694444444444446 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,5,59,2.6271186440677967 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,6,70,2.585714285714286 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,7,64,2.34375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,8,66,1.9090909090909092 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,9,58,2.6379310344827585 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,10,69,2.0434782608695654 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,11,65,2.0615384615384613 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,12,74,2.027027027027027 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,1,72,2.2222222222222223 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,2,60,2.533333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,3,71,3.323943661971831 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,4,70,2.142857142857143 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,5,63,2.6984126984126986 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,6,65,2.1538461538461537 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,7,76,2.1842105263157894 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,8,71,2.056338028169014 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,9,75,2.2266666666666666 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,10,79,2.759493670886076 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,11,64,1.984375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,12,73,1.821917808219178 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,1,81,2.9012345679012346 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,2,67,3.014925373134328 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,3,75,2.36 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,4,59,1.9491525423728813 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,5,66,1.9696969696969697 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,6,65,3.0153846153846153 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,7,74,2.0135135135135136 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,8,70,2.7285714285714286 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,9,59,1.9661016949152543 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,10,82,2.5853658536585367 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,11,60,2.5833333333333335 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,12,64,2.296875 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,1,79,2.1392405063291138 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,2,68,2.823529411764706 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,3,56,2.107142857142857 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,4,63,2.888888888888889 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,5,67,2.1492537313432836 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,6,66,2.0757575757575757 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,7,53,2.6226415094339623 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,8,78,2.282051282051282 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,9,72,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,10,81,2.3703703703703702 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,11,73,2.671232876712329 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,12,52,3.4038461538461537 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,1,80,2.2125 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,2,76,2.013157894736842 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,3,69,2.1884057971014492 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,4,75,2.44 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,5,74,2.2027027027027026 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,6,65,1.6615384615384616 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,7,74,2.108108108108108 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,8,66,3.015151515151515 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,9,77,2.2987012987012987 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,10,65,1.9384615384615385 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,11,60,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,12,68,2.6029411764705883 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,1,64,2.09375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,2,62,2.5806451612903225 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,3,72,2.2222222222222223 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,4,70,2.357142857142857 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,5,62,1.903225806451613 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,6,70,2.1857142857142855 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,7,74,2.081081081081081 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,8,56,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,9,87,2.2873563218390807 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,10,65,2.276923076923077 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,11,62,2.1129032258064515 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,12,58,2.586206896551724 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,1,58,1.8103448275862069 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,2,58,3.1551724137931036 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,3,58,2.810344827586207 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,4,58,2.1379310344827585 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,5,67,2.4477611940298507 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,6,47,1.9787234042553192 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,7,58,2.586206896551724 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,8,71,2.183098591549296 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,9,66,2.4696969696969697 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,10,57,2.0526315789473686 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,11,63,2.3333333333333335 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,12,66,1.9696969696969697 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,1,60,2.8333333333333335 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,2,68,2.2205882352941178 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,3,78,1.8717948717948718 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,4,63,1.9841269841269842 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,5,72,2.361111111111111 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,6,70,2.3714285714285714 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,7,67,2.0597014925373136 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,8,81,2.45679012345679 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,9,68,2.9411764705882355 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,10,60,1.7833333333333334 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,11,62,2.596774193548387 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,12,72,2.2916666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,1,57,2.3859649122807016 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,2,71,1.8309859154929577 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,3,65,3.3384615384615386 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,4,58,2.8793103448275863 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,5,56,3.0892857142857144 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,6,35,2.3714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,7,1,1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,9,1,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2008,3,1,1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,6,3,1.3333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,7,4,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,8,6,1.8333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,9,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,10,10,2.7 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,11,5,6.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,12,7,2.2857142857142856 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,1,11,2.909090909090909 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,2,2,6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,3,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,4,10,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,5,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,6,5,3.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,7,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,8,7,2.7142857142857144 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,9,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,10,9,2.7777777777777777 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,11,9,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,12,10,3.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,1,10,3.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,2,7,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,3,7,2.7142857142857144 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,4,5,1.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,5,7,1.8571428571428572 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,6,7,2.2857142857142856 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,7,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,8,9,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,9,8,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,10,10,2.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,11,9,2.111111111111111 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,12,5,2.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,1,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,2,9,1.7777777777777777 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,3,14,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,4,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,5,11,1.8181818181818181 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,6,13,1.6923076923076923 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,7,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,8,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,9,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,10,5,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,11,10,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,12,7,1.4285714285714286 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,1,6,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,2,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,3,4,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,4,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,5,5,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,6,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,7,12,3.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,8,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,9,13,2.076923076923077 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,10,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,11,3,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,12,4,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,1,11,1.7272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,2,3,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,3,12,1.9166666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,4,6,2.1666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,5,8,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,6,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,7,11,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,8,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,9,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,10,3,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,11,6,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,12,7,1.8571428571428572 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,1,10,2.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,2,9,1.4444444444444444 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,3,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,4,7,4.428571428571429 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,5,8,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,6,10,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,7,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,8,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,9,6,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,10,11,1.7272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,11,9,2.2222222222222223 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,12,8,2.375 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,1,9,2.3333333333333335 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,2,16,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,3,9,5.555555555555555 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,4,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,5,8,5.875 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,6,6,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,7,11,1.6363636363636365 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,8,7,1.8571428571428572 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,9,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,10,5,2.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,11,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,12,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,1,11,2.3636363636363638 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,2,10,3.3 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,3,11,2.090909090909091 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,4,13,1.8461538461538463 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,5,8,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,6,8,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,7,10,4.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,8,9,3.3333333333333335 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,9,11,2.1818181818181817 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,10,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,11,16,2.5625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,12,11,3.1818181818181817 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,1,10,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,2,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,3,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,4,10,2.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,5,10,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,6,7,1.1428571428571428 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,7,9,2.111111111111111 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,8,10,4.9 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,9,8,1.875 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,10,14,4.285714285714286 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,11,6,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,12,12,2.3333333333333335 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,1,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,2,11,3.272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,3,12,3.4166666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,4,5,6.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,5,6,1.8333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,6,6,1.6666666666666667 -40213251,varicella virus vaccine,1984,3,1,1 -40213251,varicella virus vaccine,1986,6,1,1 -40213251,varicella virus vaccine,1990,3,1,1 -40213251,varicella virus vaccine,1995,2,1,2 -40213251,varicella virus vaccine,1995,4,1,2 -40213251,varicella virus vaccine,1996,3,1,2 -40213251,varicella virus vaccine,2002,2,1,1 -40213251,varicella virus vaccine,2002,9,1,1 -40213251,varicella virus vaccine,2003,6,1,1 -40213251,varicella virus vaccine,2007,3,1,1 -40213251,varicella virus vaccine,2011,11,1,1 -40213251,varicella virus vaccine,2013,6,4,1.75 -40213251,varicella virus vaccine,2013,7,12,1.8333333333333333 -40213251,varicella virus vaccine,2013,8,20,2 -40213251,varicella virus vaccine,2013,9,20,1.7 -40213251,varicella virus vaccine,2013,10,21,1.8095238095238095 -40213251,varicella virus vaccine,2013,11,16,2.3125 -40213251,varicella virus vaccine,2013,12,23,3.347826086956522 -40213251,varicella virus vaccine,2014,1,17,1.8235294117647058 -40213251,varicella virus vaccine,2014,2,24,2.9583333333333335 -40213251,varicella virus vaccine,2014,3,17,3.4705882352941178 -40213251,varicella virus vaccine,2014,4,12,2.75 -40213251,varicella virus vaccine,2014,5,17,2.235294117647059 -40213251,varicella virus vaccine,2014,6,22,2.1363636363636362 -40213251,varicella virus vaccine,2014,7,14,2.0714285714285716 -40213251,varicella virus vaccine,2014,8,17,1.588235294117647 -40213251,varicella virus vaccine,2014,9,17,1.8235294117647058 -40213251,varicella virus vaccine,2014,10,15,1.6666666666666667 -40213251,varicella virus vaccine,2014,11,17,2.3529411764705883 -40213251,varicella virus vaccine,2014,12,17,2 -40213251,varicella virus vaccine,2015,1,19,2.789473684210526 -40213251,varicella virus vaccine,2015,2,16,1.9375 -40213251,varicella virus vaccine,2015,3,19,1.9473684210526316 -40213251,varicella virus vaccine,2015,4,20,3.75 -40213251,varicella virus vaccine,2015,5,13,2.6923076923076925 -40213251,varicella virus vaccine,2015,6,15,3.6666666666666665 -40213251,varicella virus vaccine,2015,7,17,4.764705882352941 -40213251,varicella virus vaccine,2015,8,23,2.347826086956522 -40213251,varicella virus vaccine,2015,9,14,1.9285714285714286 -40213251,varicella virus vaccine,2015,10,25,2.88 -40213251,varicella virus vaccine,2015,11,18,2.4444444444444446 -40213251,varicella virus vaccine,2015,12,23,2.0869565217391304 -40213251,varicella virus vaccine,2016,1,23,2.347826086956522 -40213251,varicella virus vaccine,2016,2,19,2.1578947368421053 -40213251,varicella virus vaccine,2016,3,19,2.210526315789474 -40213251,varicella virus vaccine,2016,4,16,1.75 -40213251,varicella virus vaccine,2016,5,19,2.4210526315789473 -40213251,varicella virus vaccine,2016,6,17,2.176470588235294 -40213251,varicella virus vaccine,2016,7,17,4.117647058823529 -40213251,varicella virus vaccine,2016,8,24,2.625 -40213251,varicella virus vaccine,2016,9,20,3.1 -40213251,varicella virus vaccine,2016,10,20,2.35 -40213251,varicella virus vaccine,2016,11,22,1.9545454545454546 -40213251,varicella virus vaccine,2016,12,17,2 -40213251,varicella virus vaccine,2017,1,21,2.7142857142857144 -40213251,varicella virus vaccine,2017,2,22,2.8181818181818183 -40213251,varicella virus vaccine,2017,3,20,3.95 -40213251,varicella virus vaccine,2017,4,14,1.7142857142857142 -40213251,varicella virus vaccine,2017,5,16,2 -40213251,varicella virus vaccine,2017,6,20,2 -40213251,varicella virus vaccine,2017,7,23,2.6956521739130435 -40213251,varicella virus vaccine,2017,8,15,2.2 -40213251,varicella virus vaccine,2017,9,18,3.5 -40213251,varicella virus vaccine,2017,10,8,2 -40213251,varicella virus vaccine,2017,11,22,2.6363636363636362 -40213251,varicella virus vaccine,2017,12,25,2.76 -40213251,varicella virus vaccine,2018,1,16,1.8125 -40213251,varicella virus vaccine,2018,2,19,2 -40213251,varicella virus vaccine,2018,3,23,2.0434782608695654 -40213251,varicella virus vaccine,2018,4,19,2.210526315789474 -40213251,varicella virus vaccine,2018,5,23,2.217391304347826 -40213251,varicella virus vaccine,2018,6,19,1.9473684210526316 -40213251,varicella virus vaccine,2018,7,13,2.230769230769231 -40213251,varicella virus vaccine,2018,8,18,2.9444444444444446 -40213251,varicella virus vaccine,2018,9,9,2.2222222222222223 -40213251,varicella virus vaccine,2018,10,18,1.8333333333333333 -40213251,varicella virus vaccine,2018,11,15,1.7333333333333334 -40213251,varicella virus vaccine,2018,12,16,1.9375 -40213251,varicella virus vaccine,2019,1,18,3.5 -40213251,varicella virus vaccine,2019,2,13,2.076923076923077 -40213251,varicella virus vaccine,2019,3,21,2.0952380952380953 -40213251,varicella virus vaccine,2019,4,17,3.6470588235294117 -40213251,varicella virus vaccine,2019,5,17,2.9411764705882355 -40213251,varicella virus vaccine,2019,6,13,2.1538461538461537 -40213251,varicella virus vaccine,2019,7,18,2.0555555555555554 -40213251,varicella virus vaccine,2019,8,20,2.25 -40213251,varicella virus vaccine,2019,9,14,2.142857142857143 -40213251,varicella virus vaccine,2019,10,18,2.5 -40213251,varicella virus vaccine,2019,11,26,2.1153846153846154 -40213251,varicella virus vaccine,2019,12,20,2.05 -40213251,varicella virus vaccine,2020,1,13,1.6923076923076923 -40213251,varicella virus vaccine,2020,2,21,2.5238095238095237 -40213251,varicella virus vaccine,2020,3,25,2.28 -40213251,varicella virus vaccine,2020,4,20,2.3 -40213251,varicella virus vaccine,2020,5,17,2.235294117647059 -40213251,varicella virus vaccine,2020,6,17,2.0588235294117645 -40213251,varicella virus vaccine,2020,7,23,2.217391304347826 -40213251,varicella virus vaccine,2020,8,16,1.8125 -40213251,varicella virus vaccine,2020,9,12,2 -40213251,varicella virus vaccine,2020,10,22,1.8636363636363635 -40213251,varicella virus vaccine,2020,11,25,2 -40213251,varicella virus vaccine,2020,12,17,3.5294117647058822 -40213251,varicella virus vaccine,2021,1,22,1.7727272727272727 -40213251,varicella virus vaccine,2021,2,8,1.875 -40213251,varicella virus vaccine,2021,3,17,2.176470588235294 -40213251,varicella virus vaccine,2021,4,20,3.1 -40213251,varicella virus vaccine,2021,5,19,2.473684210526316 -40213251,varicella virus vaccine,2021,6,13,1.9230769230769231 -40213251,varicella virus vaccine,2021,7,16,3.375 -40213251,varicella virus vaccine,2021,8,17,2.764705882352941 -40213251,varicella virus vaccine,2021,9,23,3.5217391304347827 -40213251,varicella virus vaccine,2021,10,21,1.8571428571428572 -40213251,varicella virus vaccine,2021,11,23,2.5217391304347827 -40213251,varicella virus vaccine,2021,12,24,2.375 -40213251,varicella virus vaccine,2022,1,17,2.176470588235294 -40213251,varicella virus vaccine,2022,2,12,2 -40213251,varicella virus vaccine,2022,3,17,2.8823529411764706 -40213251,varicella virus vaccine,2022,4,21,2.238095238095238 -40213251,varicella virus vaccine,2022,5,15,2.6666666666666665 -40213251,varicella virus vaccine,2022,6,11,2.5454545454545454 -40213251,varicella virus vaccine,2022,7,16,1.75 -40213251,varicella virus vaccine,2022,8,27,1.9259259259259258 -40213251,varicella virus vaccine,2022,9,17,1.588235294117647 -40213251,varicella virus vaccine,2022,10,14,2.142857142857143 -40213251,varicella virus vaccine,2022,11,18,1.7222222222222223 -40213251,varicella virus vaccine,2022,12,20,1.9 -40213251,varicella virus vaccine,2023,1,20,1.7 -40213251,varicella virus vaccine,2023,2,13,2.3846153846153846 -40213251,varicella virus vaccine,2023,3,15,2 -40213251,varicella virus vaccine,2023,4,24,1.875 -40213251,varicella virus vaccine,2023,5,14,1.5714285714285714 -40213251,varicella virus vaccine,2023,6,11,1.6363636363636365 -40213260,"zoster vaccine, live",2006,1,1,2 -40213260,"zoster vaccine, live",2006,2,1,4 -40213260,"zoster vaccine, live",2006,4,1,2 -40213260,"zoster vaccine, live",2006,7,1,2 -40213260,"zoster vaccine, live",2006,8,1,3 -40213260,"zoster vaccine, live",2006,10,2,1.5 -40213260,"zoster vaccine, live",2007,1,3,3 -40213260,"zoster vaccine, live",2007,2,1,2 -40213260,"zoster vaccine, live",2007,4,1,2 -40213260,"zoster vaccine, live",2007,7,2,1.5 -40213260,"zoster vaccine, live",2007,10,1,2 -40213260,"zoster vaccine, live",2008,7,1,1 -40213260,"zoster vaccine, live",2009,2,1,1 -40213260,"zoster vaccine, live",2010,2,1,1 -40213260,"zoster vaccine, live",2010,4,1,1 -40213260,"zoster vaccine, live",2010,5,1,2 -40213260,"zoster vaccine, live",2010,7,1,2 -40213260,"zoster vaccine, live",2011,1,1,2 -40213260,"zoster vaccine, live",2011,5,1,2 -40213260,"zoster vaccine, live",2012,1,1,2 -40213260,"zoster vaccine, live",2013,6,5,1.6 -40213260,"zoster vaccine, live",2013,7,21,2.0476190476190474 -40213260,"zoster vaccine, live",2013,8,11,1.9090909090909092 -40213260,"zoster vaccine, live",2013,9,13,2.3846153846153846 -40213260,"zoster vaccine, live",2013,10,18,2 -40213260,"zoster vaccine, live",2013,11,8,2.125 -40213260,"zoster vaccine, live",2013,12,23,2.4782608695652173 -40213260,"zoster vaccine, live",2014,1,22,1.9545454545454546 -40213260,"zoster vaccine, live",2014,2,16,1.6875 -40213260,"zoster vaccine, live",2014,3,17,2.3529411764705883 -40213260,"zoster vaccine, live",2014,4,21,1.5714285714285714 -40213260,"zoster vaccine, live",2014,5,15,2.7333333333333334 -40213260,"zoster vaccine, live",2014,6,21,2.238095238095238 -40213260,"zoster vaccine, live",2014,7,17,1.6470588235294117 -40213260,"zoster vaccine, live",2014,8,14,2.5714285714285716 -40213260,"zoster vaccine, live",2014,9,13,1.9230769230769231 -40213260,"zoster vaccine, live",2014,10,16,2.375 -40213260,"zoster vaccine, live",2014,11,8,1.875 -40213260,"zoster vaccine, live",2014,12,20,2.5 -40213260,"zoster vaccine, live",2015,1,16,1.875 -40213260,"zoster vaccine, live",2015,2,16,3.0625 -40213260,"zoster vaccine, live",2015,3,19,1.4736842105263157 -40213260,"zoster vaccine, live",2015,4,22,2.6363636363636362 -40213260,"zoster vaccine, live",2015,5,15,2.3333333333333335 -40213260,"zoster vaccine, live",2015,6,20,2.05 -40213260,"zoster vaccine, live",2015,7,21,2.142857142857143 -40213260,"zoster vaccine, live",2015,8,21,2.3333333333333335 -40213260,"zoster vaccine, live",2015,9,20,1.8 -40213260,"zoster vaccine, live",2015,10,12,2.75 -40213260,"zoster vaccine, live",2015,11,5,1.6 -40213260,"zoster vaccine, live",2015,12,13,1.4615384615384615 -40213260,"zoster vaccine, live",2016,1,17,1.9411764705882353 -40213260,"zoster vaccine, live",2016,2,15,3.466666666666667 -40213260,"zoster vaccine, live",2016,3,15,2.2666666666666666 -40213260,"zoster vaccine, live",2016,4,10,3.9 -40213260,"zoster vaccine, live",2016,5,14,4.142857142857143 -40213260,"zoster vaccine, live",2016,6,17,2.0588235294117645 -40213260,"zoster vaccine, live",2016,7,20,2.7 -40213260,"zoster vaccine, live",2016,8,16,2.75 -40213260,"zoster vaccine, live",2016,9,23,2.217391304347826 -40213260,"zoster vaccine, live",2016,10,15,2.3333333333333335 -40213260,"zoster vaccine, live",2016,11,10,2 -40213260,"zoster vaccine, live",2016,12,15,1.7333333333333334 -40213260,"zoster vaccine, live",2017,1,25,1.64 -40213260,"zoster vaccine, live",2017,2,19,2.8947368421052633 -40213260,"zoster vaccine, live",2017,3,10,3 -40213260,"zoster vaccine, live",2017,4,13,1.5384615384615385 -40213260,"zoster vaccine, live",2017,5,16,1.8125 -40213260,"zoster vaccine, live",2017,6,16,4 -40213260,"zoster vaccine, live",2017,7,14,1.8571428571428572 -40213260,"zoster vaccine, live",2017,8,23,3.1739130434782608 -40213260,"zoster vaccine, live",2017,9,16,2.625 -40213260,"zoster vaccine, live",2017,10,13,2.8461538461538463 -40213260,"zoster vaccine, live",2017,11,11,1.8181818181818181 -40213260,"zoster vaccine, live",2017,12,14,2.142857142857143 -40213260,"zoster vaccine, live",2018,1,20,1.95 -40213260,"zoster vaccine, live",2018,2,20,2.15 -40213260,"zoster vaccine, live",2018,3,18,2 -40213260,"zoster vaccine, live",2018,4,20,1.9 -40213260,"zoster vaccine, live",2018,5,15,2 -40213260,"zoster vaccine, live",2018,6,22,1.6363636363636365 -40213260,"zoster vaccine, live",2018,7,17,2.235294117647059 -40213260,"zoster vaccine, live",2018,8,27,2.185185185185185 -40213260,"zoster vaccine, live",2018,9,19,3.4210526315789473 -40213260,"zoster vaccine, live",2018,10,10,3.4 -40213260,"zoster vaccine, live",2018,11,14,3.5714285714285716 -40213260,"zoster vaccine, live",2018,12,11,2 -40213260,"zoster vaccine, live",2019,1,11,2.272727272727273 -40213260,"zoster vaccine, live",2019,2,20,1.95 -40213260,"zoster vaccine, live",2019,3,16,1.8125 -40213260,"zoster vaccine, live",2019,4,18,1.9444444444444444 -40213260,"zoster vaccine, live",2019,5,14,2 -40213260,"zoster vaccine, live",2019,6,18,1.7222222222222223 -40213260,"zoster vaccine, live",2019,7,26,2.0384615384615383 -40213260,"zoster vaccine, live",2019,8,20,2.5 -40213260,"zoster vaccine, live",2019,9,19,3.5789473684210527 -40213260,"zoster vaccine, live",2019,10,20,2.3 -40213260,"zoster vaccine, live",2019,11,10,4.5 -40213260,"zoster vaccine, live",2019,12,12,4.25 -40213260,"zoster vaccine, live",2020,1,10,1.8 -40213260,"zoster vaccine, live",2020,2,16,2.125 -40213260,"zoster vaccine, live",2020,3,11,1.7272727272727273 -40213260,"zoster vaccine, live",2020,4,15,1.9333333333333333 -40213260,"zoster vaccine, live",2020,5,12,1.75 -40213260,"zoster vaccine, live",2020,6,14,1.8571428571428572 -40213260,"zoster vaccine, live",2020,7,15,2.066666666666667 -40213260,"zoster vaccine, live",2020,8,19,2.263157894736842 -40213260,"zoster vaccine, live",2020,9,14,3.7142857142857144 -40213260,"zoster vaccine, live",2020,10,22,2 -40213260,"zoster vaccine, live",2020,11,11,4.454545454545454 -40213260,"zoster vaccine, live",2020,12,10,5.2 -40213260,"zoster vaccine, live",2021,1,15,2.4 -40213260,"zoster vaccine, live",2021,2,16,2.125 -40213260,"zoster vaccine, live",2021,3,12,1.75 -40213260,"zoster vaccine, live",2021,4,11,1.7272727272727273 -40213260,"zoster vaccine, live",2021,5,13,2 -40213260,"zoster vaccine, live",2021,6,15,1.6 -40213260,"zoster vaccine, live",2021,7,14,1.6428571428571428 -40213260,"zoster vaccine, live",2021,8,20,1.8 -40213260,"zoster vaccine, live",2021,9,15,4.666666666666667 -40213260,"zoster vaccine, live",2021,10,19,1.7894736842105263 -40213260,"zoster vaccine, live",2021,11,15,3.2 -40213260,"zoster vaccine, live",2021,12,11,2.1818181818181817 -40213260,"zoster vaccine, live",2022,1,15,2.466666666666667 -40213260,"zoster vaccine, live",2022,2,15,2 -40213260,"zoster vaccine, live",2022,3,16,3.3125 -40213260,"zoster vaccine, live",2022,4,14,2.142857142857143 -40213260,"zoster vaccine, live",2022,5,13,1.6923076923076923 -40213260,"zoster vaccine, live",2022,6,14,2.357142857142857 -40213260,"zoster vaccine, live",2022,7,20,1.6 -40213260,"zoster vaccine, live",2022,8,18,2.1666666666666665 -40213260,"zoster vaccine, live",2022,9,20,3.2 -40213260,"zoster vaccine, live",2022,10,16,2.75 -40213260,"zoster vaccine, live",2022,11,12,1.75 -40213260,"zoster vaccine, live",2022,12,9,1.6666666666666667 -40213260,"zoster vaccine, live",2023,1,8,1.875 -40213260,"zoster vaccine, live",2023,2,17,1.7058823529411764 -40213260,"zoster vaccine, live",2023,3,20,2.9 -40213260,"zoster vaccine, live",2023,4,9,2.111111111111111 -40213260,"zoster vaccine, live",2023,5,12,2.25 -40213260,"zoster vaccine, live",2023,6,10,3.9 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,2,2,1.5 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,4,1,2 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,10,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,12,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,3,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,7,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,9,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,12,2,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2003,9,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2007,3,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2010,12,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,5,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2012,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,6,17,1.8823529411764706 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,7,40,2.525 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,8,52,2.7884615384615383 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,9,45,2.022222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,10,37,1.972972972972973 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,11,51,2.0392156862745097 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,12,54,2.1296296296296298 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,1,49,1.7755102040816326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,2,45,2.6 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,3,40,3.1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,4,35,2.4571428571428573 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,5,46,2.652173913043478 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,6,35,2.1714285714285713 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,7,41,2.8048780487804876 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,8,33,3.1818181818181817 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,9,43,2.5348837209302326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,10,40,3.475 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,11,38,2.5526315789473686 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,12,48,2.1041666666666665 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,1,40,3.4 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,2,52,2.4423076923076925 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,3,51,2.1372549019607843 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,4,43,2.558139534883721 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,5,46,2.152173913043478 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,6,45,2.977777777777778 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,7,50,3.12 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,8,48,2.5833333333333335 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,9,49,2.2653061224489797 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,10,46,3.217391304347826 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,11,58,2.706896551724138 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,12,48,1.9583333333333333 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,1,43,2.5348837209302326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,2,49,2.020408163265306 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,3,52,2.173076923076923 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,4,60,2.5166666666666666 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,5,50,1.88 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,6,39,2.5384615384615383 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,7,47,2.6382978723404253 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,8,50,2.88 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,9,50,2.86 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,10,37,2.5945945945945947 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,11,41,2.1707317073170733 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,12,42,2.357142857142857 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,1,54,3.0925925925925926 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,2,45,2.6222222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,3,45,2.7333333333333334 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,4,38,1.894736842105263 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,5,60,2.216666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,6,56,2.6964285714285716 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,7,57,1.8771929824561404 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,8,38,2.1578947368421053 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,9,51,2.8627450980392157 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,10,38,2.736842105263158 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,11,40,2.55 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,12,39,2.076923076923077 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,1,33,1.7878787878787878 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,2,43,2.697674418604651 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,3,47,2.234042553191489 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,4,43,1.930232558139535 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,5,57,1.5789473684210527 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,6,49,2.0408163265306123 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,7,42,1.7380952380952381 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,8,51,2.215686274509804 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,9,42,1.9285714285714286 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,10,43,1.9767441860465116 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,11,36,2.6944444444444446 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,12,34,1.8235294117647058 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,1,44,2.522727272727273 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,2,38,2 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,3,46,1.8695652173913044 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,4,38,2.789473684210526 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,5,58,1.9137931034482758 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,6,47,2.127659574468085 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,7,44,1.8636363636363635 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,8,42,2.2857142857142856 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,9,45,2.1555555555555554 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,10,52,1.9423076923076923 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,11,44,2.0681818181818183 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,12,36,1.9166666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,1,39,2.1538461538461537 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,2,51,2.0784313725490198 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,3,36,2.3055555555555554 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,4,44,1.9090909090909092 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,5,50,2.08 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,6,49,2.489795918367347 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,7,58,2.0689655172413794 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,8,42,2.642857142857143 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,9,38,2.026315789473684 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,10,49,2.816326530612245 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,11,51,2.1176470588235294 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,12,45,3.088888888888889 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,1,57,2.508771929824561 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,2,39,2.3846153846153846 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,3,42,3.0238095238095237 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,4,43,2.558139534883721 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,5,40,2.525 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,6,37,2.2162162162162162 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,7,44,2.159090909090909 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,8,45,2.3333333333333335 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,9,51,2.4901960784313726 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,10,55,2.327272727272727 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,11,46,1.9565217391304348 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,12,45,2.422222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,1,50,1.96 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,2,49,2.4081632653061225 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,3,44,2.4545454545454546 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,4,40,2.125 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,5,37,2.5135135135135136 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,6,37,1.864864864864865 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,7,49,2.061224489795918 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,8,39,1.6666666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,9,40,1.8 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,10,44,2.1818181818181817 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,11,47,1.702127659574468 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,12,42,1.9285714285714286 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,1,41,2.1707317073170733 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,2,29,2.793103448275862 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,3,38,2.0789473684210527 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,4,43,2.2093023255813953 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,5,36,2.6944444444444446 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,6,18,1.7222222222222223 -40213296,"hepatitis A vaccine, adult dosage",1996,4,1,1 -40213296,"hepatitis A vaccine, adult dosage",1996,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",1996,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",1996,9,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,3,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,4,1,1 -40213296,"hepatitis A vaccine, adult dosage",1997,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",1998,3,2,2.5 -40213296,"hepatitis A vaccine, adult dosage",1998,9,1,2 -40213296,"hepatitis A vaccine, adult dosage",2000,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2000,3,1,3 -40213296,"hepatitis A vaccine, adult dosage",2000,12,1,1 -40213296,"hepatitis A vaccine, adult dosage",2001,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2001,11,1,2 -40213296,"hepatitis A vaccine, adult dosage",2002,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",2002,11,1,2 -40213296,"hepatitis A vaccine, adult dosage",2003,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",2003,10,1,2 -40213296,"hepatitis A vaccine, adult dosage",2004,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",2005,10,1,2 -40213296,"hepatitis A vaccine, adult dosage",2007,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2008,3,1,2 -40213296,"hepatitis A vaccine, adult dosage",2009,7,1,3 -40213296,"hepatitis A vaccine, adult dosage",2010,8,1,1 -40213296,"hepatitis A vaccine, adult dosage",2011,2,1,1 -40213296,"hepatitis A vaccine, adult dosage",2012,3,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,2,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,3,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,6,8,2.125 -40213296,"hepatitis A vaccine, adult dosage",2013,7,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2013,8,23,1.6956521739130435 -40213296,"hepatitis A vaccine, adult dosage",2013,9,16,2.625 -40213296,"hepatitis A vaccine, adult dosage",2013,10,20,2.2 -40213296,"hepatitis A vaccine, adult dosage",2013,11,16,2 -40213296,"hepatitis A vaccine, adult dosage",2013,12,16,1.5 -40213296,"hepatitis A vaccine, adult dosage",2014,1,11,2.5454545454545454 -40213296,"hepatitis A vaccine, adult dosage",2014,2,15,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2014,3,24,3.4583333333333335 -40213296,"hepatitis A vaccine, adult dosage",2014,4,9,2 -40213296,"hepatitis A vaccine, adult dosage",2014,5,20,2.45 -40213296,"hepatitis A vaccine, adult dosage",2014,6,19,2.8421052631578947 -40213296,"hepatitis A vaccine, adult dosage",2014,7,15,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2014,8,21,1.9047619047619047 -40213296,"hepatitis A vaccine, adult dosage",2014,9,25,3.04 -40213296,"hepatitis A vaccine, adult dosage",2014,10,11,2 -40213296,"hepatitis A vaccine, adult dosage",2014,11,12,2.9166666666666665 -40213296,"hepatitis A vaccine, adult dosage",2014,12,6,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2015,1,14,3.0714285714285716 -40213296,"hepatitis A vaccine, adult dosage",2015,2,12,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2015,3,17,1.7058823529411764 -40213296,"hepatitis A vaccine, adult dosage",2015,4,16,2.1875 -40213296,"hepatitis A vaccine, adult dosage",2015,5,18,1.3888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2015,6,20,3.35 -40213296,"hepatitis A vaccine, adult dosage",2015,7,12,2.0833333333333335 -40213296,"hepatitis A vaccine, adult dosage",2015,8,20,1.75 -40213296,"hepatitis A vaccine, adult dosage",2015,9,16,1.75 -40213296,"hepatitis A vaccine, adult dosage",2015,10,18,1.8888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2015,11,15,2.1333333333333333 -40213296,"hepatitis A vaccine, adult dosage",2015,12,15,1.7333333333333334 -40213296,"hepatitis A vaccine, adult dosage",2016,1,11,2.3636363636363638 -40213296,"hepatitis A vaccine, adult dosage",2016,2,19,1.7894736842105263 -40213296,"hepatitis A vaccine, adult dosage",2016,3,24,2.5833333333333335 -40213296,"hepatitis A vaccine, adult dosage",2016,4,9,1.7777777777777777 -40213296,"hepatitis A vaccine, adult dosage",2016,5,24,2.0416666666666665 -40213296,"hepatitis A vaccine, adult dosage",2016,6,16,2.8125 -40213296,"hepatitis A vaccine, adult dosage",2016,7,19,1.6842105263157894 -40213296,"hepatitis A vaccine, adult dosage",2016,8,22,1.7727272727272727 -40213296,"hepatitis A vaccine, adult dosage",2016,9,22,2.909090909090909 -40213296,"hepatitis A vaccine, adult dosage",2016,10,15,3.2 -40213296,"hepatitis A vaccine, adult dosage",2016,11,16,1.875 -40213296,"hepatitis A vaccine, adult dosage",2016,12,10,2.2 -40213296,"hepatitis A vaccine, adult dosage",2017,1,20,2.95 -40213296,"hepatitis A vaccine, adult dosage",2017,2,18,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2017,3,21,1.7619047619047619 -40213296,"hepatitis A vaccine, adult dosage",2017,4,21,2.761904761904762 -40213296,"hepatitis A vaccine, adult dosage",2017,5,17,1.4705882352941178 -40213296,"hepatitis A vaccine, adult dosage",2017,6,19,2.526315789473684 -40213296,"hepatitis A vaccine, adult dosage",2017,7,11,1.5454545454545454 -40213296,"hepatitis A vaccine, adult dosage",2017,8,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2017,9,15,2.066666666666667 -40213296,"hepatitis A vaccine, adult dosage",2017,10,16,2.3125 -40213296,"hepatitis A vaccine, adult dosage",2017,11,17,2.9411764705882355 -40213296,"hepatitis A vaccine, adult dosage",2017,12,15,1.8666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2018,1,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2018,2,13,2.3076923076923075 -40213296,"hepatitis A vaccine, adult dosage",2018,3,15,2.2 -40213296,"hepatitis A vaccine, adult dosage",2018,4,14,1.7142857142857142 -40213296,"hepatitis A vaccine, adult dosage",2018,5,23,2.1739130434782608 -40213296,"hepatitis A vaccine, adult dosage",2018,6,14,3.4285714285714284 -40213296,"hepatitis A vaccine, adult dosage",2018,7,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2018,8,19,2.263157894736842 -40213296,"hepatitis A vaccine, adult dosage",2018,9,21,2.4285714285714284 -40213296,"hepatitis A vaccine, adult dosage",2018,10,16,2.4375 -40213296,"hepatitis A vaccine, adult dosage",2018,11,23,2.782608695652174 -40213296,"hepatitis A vaccine, adult dosage",2018,12,18,2.2222222222222223 -40213296,"hepatitis A vaccine, adult dosage",2019,1,14,2.142857142857143 -40213296,"hepatitis A vaccine, adult dosage",2019,2,17,2.1176470588235294 -40213296,"hepatitis A vaccine, adult dosage",2019,3,18,1.8888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2019,4,17,2.2941176470588234 -40213296,"hepatitis A vaccine, adult dosage",2019,5,16,2.0625 -40213296,"hepatitis A vaccine, adult dosage",2019,6,7,2 -40213296,"hepatitis A vaccine, adult dosage",2019,7,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2019,8,13,2 -40213296,"hepatitis A vaccine, adult dosage",2019,9,17,2.2941176470588234 -40213296,"hepatitis A vaccine, adult dosage",2019,10,9,1.7777777777777777 -40213296,"hepatitis A vaccine, adult dosage",2019,11,17,3.2941176470588234 -40213296,"hepatitis A vaccine, adult dosage",2019,12,17,1.8823529411764706 -40213296,"hepatitis A vaccine, adult dosage",2020,1,14,2.2142857142857144 -40213296,"hepatitis A vaccine, adult dosage",2020,2,13,2.5384615384615383 -40213296,"hepatitis A vaccine, adult dosage",2020,3,15,1.9333333333333333 -40213296,"hepatitis A vaccine, adult dosage",2020,4,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2020,5,13,2.769230769230769 -40213296,"hepatitis A vaccine, adult dosage",2020,6,16,2.875 -40213296,"hepatitis A vaccine, adult dosage",2020,7,14,1.6428571428571428 -40213296,"hepatitis A vaccine, adult dosage",2020,8,19,2.6842105263157894 -40213296,"hepatitis A vaccine, adult dosage",2020,9,20,2.3 -40213296,"hepatitis A vaccine, adult dosage",2020,10,16,2.3125 -40213296,"hepatitis A vaccine, adult dosage",2020,11,25,1.8 -40213296,"hepatitis A vaccine, adult dosage",2020,12,13,2 -40213296,"hepatitis A vaccine, adult dosage",2021,1,14,1.9285714285714286 -40213296,"hepatitis A vaccine, adult dosage",2021,2,11,2.4545454545454546 -40213296,"hepatitis A vaccine, adult dosage",2021,3,13,2.1538461538461537 -40213296,"hepatitis A vaccine, adult dosage",2021,4,12,2 -40213296,"hepatitis A vaccine, adult dosage",2021,5,11,4.636363636363637 -40213296,"hepatitis A vaccine, adult dosage",2021,6,13,2.1538461538461537 -40213296,"hepatitis A vaccine, adult dosage",2021,7,13,1.7692307692307692 -40213296,"hepatitis A vaccine, adult dosage",2021,8,15,4.133333333333334 -40213296,"hepatitis A vaccine, adult dosage",2021,9,19,2.1578947368421053 -40213296,"hepatitis A vaccine, adult dosage",2021,10,13,1.9230769230769231 -40213296,"hepatitis A vaccine, adult dosage",2021,11,22,3.409090909090909 -40213296,"hepatitis A vaccine, adult dosage",2021,12,10,2 -40213296,"hepatitis A vaccine, adult dosage",2022,1,14,2.142857142857143 -40213296,"hepatitis A vaccine, adult dosage",2022,2,14,2.2857142857142856 -40213296,"hepatitis A vaccine, adult dosage",2022,3,24,2.5416666666666665 -40213296,"hepatitis A vaccine, adult dosage",2022,4,20,2.6 -40213296,"hepatitis A vaccine, adult dosage",2022,5,10,1.4 -40213296,"hepatitis A vaccine, adult dosage",2022,6,20,1.65 -40213296,"hepatitis A vaccine, adult dosage",2022,7,19,1.8421052631578947 -40213296,"hepatitis A vaccine, adult dosage",2022,8,14,2.2857142857142856 -40213296,"hepatitis A vaccine, adult dosage",2022,9,15,5.133333333333334 -40213296,"hepatitis A vaccine, adult dosage",2022,10,14,2 -40213296,"hepatitis A vaccine, adult dosage",2022,11,21,2.6666666666666665 -40213296,"hepatitis A vaccine, adult dosage",2022,12,12,1.9166666666666667 -40213296,"hepatitis A vaccine, adult dosage",2023,1,16,1.625 -40213296,"hepatitis A vaccine, adult dosage",2023,2,13,2.3076923076923075 -40213296,"hepatitis A vaccine, adult dosage",2023,3,15,2.2 -40213296,"hepatitis A vaccine, adult dosage",2023,4,21,3.0476190476190474 -40213296,"hepatitis A vaccine, adult dosage",2023,5,9,5.777777777777778 -40213296,"hepatitis A vaccine, adult dosage",2023,6,10,4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,2,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,3,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,4,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,3,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,7,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1999,8,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2002,9,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,6,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,12,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2004,8,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2011,11,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,2,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,6,10,1.6 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,7,14,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,8,20,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,9,19,1.8421052631578947 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,10,24,1.5416666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,11,15,2.066666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,12,19,3.473684210526316 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,1,15,4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,2,20,2.45 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,3,24,2.9583333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,4,9,1.6666666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,5,24,2.3333333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,6,19,2.263157894736842 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,7,20,2.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,8,24,3.5416666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,9,14,1.6428571428571428 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,10,15,1.8666666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,11,20,2.35 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,12,19,1.6842105263157894 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,1,22,1.7727272727272727 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,2,11,2.090909090909091 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,3,18,3.7222222222222223 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,4,17,3.823529411764706 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,5,15,2.4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,6,18,2.388888888888889 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,7,12,4.416666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,8,23,2.652173913043478 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,9,18,2.5555555555555554 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,10,13,2.3846153846153846 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,11,22,1.9090909090909092 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,12,20,2.05 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,1,22,2.3181818181818183 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,2,21,2.4761904761904763 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,3,17,2.1176470588235294 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,4,13,2.076923076923077 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,5,18,2.5555555555555554 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,6,16,2.25 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,7,18,4.055555555555555 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,8,19,2.5789473684210527 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,9,15,2.4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,10,22,3.8181818181818183 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,11,19,2.3157894736842106 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,12,16,2.125 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,1,15,2.466666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,2,25,2.16 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,3,22,3.0454545454545454 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,4,22,2.1363636363636362 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,5,16,2.1875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,6,19,2.3157894736842106 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,7,15,3.466666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,8,19,2.736842105263158 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,9,17,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,10,8,2.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,11,26,2.730769230769231 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,12,23,2.782608695652174 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,1,24,2.3333333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,2,18,1.4444444444444444 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,3,22,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,4,19,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,5,24,2.4583333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,6,22,2.8181818181818183 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,7,15,2.1333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,8,14,2.857142857142857 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,9,12,2.4166666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,10,17,3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,11,15,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,12,16,1.6875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,1,11,1.7272727272727273 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,2,20,2.3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,3,26,2.6153846153846154 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,4,20,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,5,19,2.263157894736842 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,6,17,1.7647058823529411 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,7,24,1.8333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,8,19,2.4210526315789473 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,9,15,2.2666666666666666 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,10,8,2.375 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,11,23,2.4782608695652173 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,12,15,1.9333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,1,13,1.4615384615384615 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,2,18,1.8888888888888888 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,3,24,2.0416666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,4,20,1.8 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,5,19,1.5789473684210527 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,6,15,1.9333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,7,19,1.631578947368421 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,8,16,2.6875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,9,12,1.5833333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,10,23,1.7391304347826086 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,11,20,1.85 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,12,9,3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,1,19,2.0526315789473686 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,2,15,1.7333333333333334 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,3,16,1.9375 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,4,19,1.7894736842105263 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,5,23,2.260869565217391 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,6,21,2.1904761904761907 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,7,25,2.96 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,8,11,1.8181818181818181 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,9,18,2.9444444444444446 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,10,18,1.7777777777777777 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,11,20,2.9 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,12,15,2.6 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,1,19,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,2,14,1.9285714285714286 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,3,14,2.9285714285714284 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,4,23,1.9130434782608696 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,5,12,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,6,15,2.2666666666666666 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,7,21,1.9523809523809523 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,8,29,2.2758620689655173 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,9,16,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,10,19,3.5789473684210527 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,11,13,2.230769230769231 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,12,18,2.8333333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,1,20,1.8 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,2,19,2.9473684210526314 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,3,21,2.3333333333333335 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,4,17,2.235294117647059 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,5,12,1.5833333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,6,8,1.5 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,3,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,5,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,12,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,1,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,3,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,10,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,6,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,8,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,3,2,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,4,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,12,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,9,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,10,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2011,5,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,6,10,2.4 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,7,25,1.56 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,8,26,1.8461538461538463 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,9,29,2.206896551724138 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,10,20,2.15 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,11,27,2.111111111111111 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,12,25,2.24 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,1,20,2.1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,2,28,2.9642857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,3,28,3.357142857142857 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,4,19,2.3157894736842106 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,5,25,3.48 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,6,21,4 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,7,26,2.5 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,8,17,2.176470588235294 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,9,26,2.3846153846153846 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,10,37,3.081081081081081 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,11,23,2.869565217391304 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,12,32,2.46875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,1,30,3.3666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,2,23,3 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,3,25,2.08 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,4,29,2.689655172413793 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,5,29,2.413793103448276 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,6,27,2.5925925925925926 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,7,40,2.3 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,8,35,2.4857142857142858 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,9,31,2.3548387096774195 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,10,23,1.826086956521739 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,11,33,2.4545454545454546 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,12,34,2.6470588235294117 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,1,29,2.206896551724138 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,2,34,2.4705882352941178 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,3,25,1.96 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,4,26,2.3461538461538463 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,5,28,2.7142857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,6,23,3.130434782608696 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,7,22,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,8,26,1.9615384615384615 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,9,27,3.4444444444444446 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,10,30,2.6333333333333333 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,11,32,2.40625 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,12,31,1.8387096774193548 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,1,31,2.5161290322580645 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,2,27,1.962962962962963 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,3,25,2.24 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,4,26,2.6153846153846154 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,5,27,3.2962962962962963 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,6,24,3.2916666666666665 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,7,24,1.9166666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,8,25,1.72 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,9,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,10,31,1.7419354838709677 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,11,27,2.074074074074074 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,12,27,1.7777777777777777 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,1,30,1.9 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,2,27,2.5925925925925926 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,3,21,2.4285714285714284 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,4,25,1.92 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,5,30,1.7666666666666666 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,6,25,1.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,7,20,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,8,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,9,28,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,10,31,1.6774193548387097 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,11,24,2.125 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,12,27,1.8888888888888888 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,1,35,1.8857142857142857 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,2,32,2.125 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,3,23,1.8695652173913044 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,4,17,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,5,30,1.7 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,6,24,1.9166666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,7,23,1.7826086956521738 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,8,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,9,37,2.27027027027027 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,10,34,2.2058823529411766 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,11,17,1.8823529411764706 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,12,21,1.8571428571428572 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,1,26,1.9230769230769231 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,2,23,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,3,28,2.2857142857142856 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,4,33,2.8484848484848486 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,5,30,1.8666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,6,22,3.6363636363636362 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,7,27,2.5185185185185186 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,8,27,2.7777777777777777 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,9,28,2.4642857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,10,35,2.6857142857142855 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,11,29,2.793103448275862 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,12,22,2.090909090909091 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,1,22,3.3636363636363638 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,2,25,2.04 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,3,32,2.46875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,4,25,2.08 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,5,33,2.6363636363636362 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,6,34,2.1470588235294117 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,7,29,2.103448275862069 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,8,20,2.05 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,9,22,2.5454545454545454 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,10,30,2.033333333333333 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,11,22,1.5454545454545454 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,12,25,2.16 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,1,27,1.8888888888888888 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,2,35,1.9142857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,3,28,1.6785714285714286 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,4,24,2.3333333333333335 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,5,22,2.4545454545454546 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,6,21,1.6666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,7,22,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,8,25,2.16 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,9,20,1.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,10,24,1.875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,11,25,2.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,12,24,2.6666666666666665 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,1,20,3.35 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,2,17,2.0588235294117645 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,3,32,2.9375 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,4,23,1.9130434782608696 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,5,19,2.210526315789474 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,6,8,1.375 -40213306,"hepatitis B vaccine, adult dosage",1982,3,1,1 -40213306,"hepatitis B vaccine, adult dosage",1986,4,1,24 -40213306,"hepatitis B vaccine, adult dosage",1987,4,1,24 -40213306,"hepatitis B vaccine, adult dosage",1988,5,1,24 -40213306,"hepatitis B vaccine, adult dosage",1990,1,1,4 -40213306,"hepatitis B vaccine, adult dosage",1990,6,1,2 -40213306,"hepatitis B vaccine, adult dosage",1991,2,1,4 -40213306,"hepatitis B vaccine, adult dosage",1991,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1992,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1993,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1994,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1995,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1996,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1996,5,1,2 -40213306,"hepatitis B vaccine, adult dosage",2000,9,1,7 -40213306,"hepatitis B vaccine, adult dosage",2001,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2001,9,1,7 -40213306,"hepatitis B vaccine, adult dosage",2002,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2004,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2004,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2005,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2006,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2006,9,1,2 -40213306,"hepatitis B vaccine, adult dosage",2009,7,1,1 -40213306,"hepatitis B vaccine, adult dosage",2010,7,1,1 -40213306,"hepatitis B vaccine, adult dosage",2011,8,1,1 -40213306,"hepatitis B vaccine, adult dosage",2011,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2012,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2013,6,5,1.6 -40213306,"hepatitis B vaccine, adult dosage",2013,7,11,3 -40213306,"hepatitis B vaccine, adult dosage",2013,8,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2013,9,8,3.125 -40213306,"hepatitis B vaccine, adult dosage",2013,10,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2013,11,8,1.5 -40213306,"hepatitis B vaccine, adult dosage",2013,12,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2014,1,5,1.8 -40213306,"hepatitis B vaccine, adult dosage",2014,2,7,1.5714285714285714 -40213306,"hepatitis B vaccine, adult dosage",2014,3,9,1.4444444444444444 -40213306,"hepatitis B vaccine, adult dosage",2014,4,3,2.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2014,5,6,3.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2014,6,5,1.2 -40213306,"hepatitis B vaccine, adult dosage",2014,7,8,1.875 -40213306,"hepatitis B vaccine, adult dosage",2014,8,6,1.3333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2014,9,10,2.3 -40213306,"hepatitis B vaccine, adult dosage",2014,10,8,2 -40213306,"hepatitis B vaccine, adult dosage",2014,11,9,2 -40213306,"hepatitis B vaccine, adult dosage",2014,12,5,3 -40213306,"hepatitis B vaccine, adult dosage",2015,1,13,1.6923076923076923 -40213306,"hepatitis B vaccine, adult dosage",2015,2,11,2.090909090909091 -40213306,"hepatitis B vaccine, adult dosage",2015,3,14,1.8571428571428572 -40213306,"hepatitis B vaccine, adult dosage",2015,4,13,3 -40213306,"hepatitis B vaccine, adult dosage",2015,5,9,1.4444444444444444 -40213306,"hepatitis B vaccine, adult dosage",2015,6,11,1.7272727272727273 -40213306,"hepatitis B vaccine, adult dosage",2015,7,6,1.8333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2015,8,13,1.5384615384615385 -40213306,"hepatitis B vaccine, adult dosage",2015,9,7,1.8571428571428572 -40213306,"hepatitis B vaccine, adult dosage",2015,10,7,1.8571428571428572 -40213306,"hepatitis B vaccine, adult dosage",2015,11,9,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2015,12,15,2.2666666666666666 -40213306,"hepatitis B vaccine, adult dosage",2016,1,15,2.1333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2016,2,4,2.25 -40213306,"hepatitis B vaccine, adult dosage",2016,3,6,3.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2016,4,14,1.8571428571428572 -40213306,"hepatitis B vaccine, adult dosage",2016,5,8,2.5 -40213306,"hepatitis B vaccine, adult dosage",2016,6,4,2 -40213306,"hepatitis B vaccine, adult dosage",2016,7,9,1.8888888888888888 -40213306,"hepatitis B vaccine, adult dosage",2016,8,9,2 -40213306,"hepatitis B vaccine, adult dosage",2016,9,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2016,10,9,4.222222222222222 -40213306,"hepatitis B vaccine, adult dosage",2016,11,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2016,12,12,2.9166666666666665 -40213306,"hepatitis B vaccine, adult dosage",2017,1,13,5.153846153846154 -40213306,"hepatitis B vaccine, adult dosage",2017,2,10,5.3 -40213306,"hepatitis B vaccine, adult dosage",2017,3,8,4.375 -40213306,"hepatitis B vaccine, adult dosage",2017,4,10,2.4 -40213306,"hepatitis B vaccine, adult dosage",2017,5,4,1.5 -40213306,"hepatitis B vaccine, adult dosage",2017,6,8,2.875 -40213306,"hepatitis B vaccine, adult dosage",2017,7,14,2.2857142857142856 -40213306,"hepatitis B vaccine, adult dosage",2017,8,12,2.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2017,9,14,2 -40213306,"hepatitis B vaccine, adult dosage",2017,10,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2017,11,8,3.875 -40213306,"hepatitis B vaccine, adult dosage",2017,12,6,5.166666666666667 -40213306,"hepatitis B vaccine, adult dosage",2018,1,7,2.7142857142857144 -40213306,"hepatitis B vaccine, adult dosage",2018,2,13,3.5384615384615383 -40213306,"hepatitis B vaccine, adult dosage",2018,3,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2018,4,7,1.8571428571428572 -40213306,"hepatitis B vaccine, adult dosage",2018,5,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2018,6,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2018,7,7,1.7142857142857142 -40213306,"hepatitis B vaccine, adult dosage",2018,8,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2018,9,8,3 -40213306,"hepatitis B vaccine, adult dosage",2018,10,19,2.1052631578947367 -40213306,"hepatitis B vaccine, adult dosage",2018,11,13,4.153846153846154 -40213306,"hepatitis B vaccine, adult dosage",2018,12,10,3 -40213306,"hepatitis B vaccine, adult dosage",2019,1,13,2 -40213306,"hepatitis B vaccine, adult dosage",2019,2,6,2 -40213306,"hepatitis B vaccine, adult dosage",2019,3,10,4.3 -40213306,"hepatitis B vaccine, adult dosage",2019,4,3,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2019,5,12,1.9166666666666667 -40213306,"hepatitis B vaccine, adult dosage",2019,6,7,2 -40213306,"hepatitis B vaccine, adult dosage",2019,7,10,2.3 -40213306,"hepatitis B vaccine, adult dosage",2019,8,11,2.4545454545454546 -40213306,"hepatitis B vaccine, adult dosage",2019,9,5,1.2 -40213306,"hepatitis B vaccine, adult dosage",2019,10,10,1.2 -40213306,"hepatitis B vaccine, adult dosage",2019,11,5,4.6 -40213306,"hepatitis B vaccine, adult dosage",2019,12,11,2.1818181818181817 -40213306,"hepatitis B vaccine, adult dosage",2020,1,8,2.75 -40213306,"hepatitis B vaccine, adult dosage",2020,2,8,2 -40213306,"hepatitis B vaccine, adult dosage",2020,3,10,1.7 -40213306,"hepatitis B vaccine, adult dosage",2020,4,15,2.4 -40213306,"hepatitis B vaccine, adult dosage",2020,5,11,1.7272727272727273 -40213306,"hepatitis B vaccine, adult dosage",2020,6,10,1.8 -40213306,"hepatitis B vaccine, adult dosage",2020,7,7,1.4285714285714286 -40213306,"hepatitis B vaccine, adult dosage",2020,8,10,1.7 -40213306,"hepatitis B vaccine, adult dosage",2020,9,9,2.111111111111111 -40213306,"hepatitis B vaccine, adult dosage",2020,10,5,2.6 -40213306,"hepatitis B vaccine, adult dosage",2020,11,12,1.5833333333333333 -40213306,"hepatitis B vaccine, adult dosage",2020,12,9,2.5555555555555554 -40213306,"hepatitis B vaccine, adult dosage",2021,1,3,2.6666666666666665 -40213306,"hepatitis B vaccine, adult dosage",2021,2,7,2.4285714285714284 -40213306,"hepatitis B vaccine, adult dosage",2021,3,9,1.8888888888888888 -40213306,"hepatitis B vaccine, adult dosage",2021,4,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2021,5,14,1.7857142857142858 -40213306,"hepatitis B vaccine, adult dosage",2021,6,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2021,7,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2021,8,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2021,9,9,2.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2021,10,6,3.8333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2021,11,7,2 -40213306,"hepatitis B vaccine, adult dosage",2021,12,11,1.9090909090909092 -40213306,"hepatitis B vaccine, adult dosage",2022,1,12,2.3333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2022,2,14,2 -40213306,"hepatitis B vaccine, adult dosage",2022,3,7,1.5714285714285714 -40213306,"hepatitis B vaccine, adult dosage",2022,4,6,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2022,5,12,2.0833333333333335 -40213306,"hepatitis B vaccine, adult dosage",2022,6,15,1.9333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2022,7,6,4 -40213306,"hepatitis B vaccine, adult dosage",2022,8,12,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2022,9,4,2 -40213306,"hepatitis B vaccine, adult dosage",2022,10,9,1.3333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2022,11,7,2.2857142857142856 -40213306,"hepatitis B vaccine, adult dosage",2022,12,12,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2023,1,10,2 -40213306,"hepatitis B vaccine, adult dosage",2023,2,9,2 -40213306,"hepatitis B vaccine, adult dosage",2023,3,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2023,4,7,2 -40213306,"hepatitis B vaccine, adult dosage",2023,5,8,2.125 -40213306,"hepatitis B vaccine, adult dosage",2023,6,4,3.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,7,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,9,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1986,6,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,5,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,7,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1995,4,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,10,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,12,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,7,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,9,2,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2003,6,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2010,12,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,2,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,11,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,6,12,1.75 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,7,24,2.2916666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,8,30,2.1666666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,9,33,1.9696969696969697 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,10,30,1.7333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,11,27,1.8888888888888888 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,12,31,3 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,1,21,1.9047619047619047 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,2,28,2.0714285714285716 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,3,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,4,21,2.0952380952380953 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,5,29,3.103448275862069 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,6,22,2.727272727272727 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,7,26,3.3846153846153846 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,8,22,3.5454545454545454 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,9,29,2.3793103448275863 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,10,21,3.4285714285714284 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,11,25,2.88 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,12,27,2.037037037037037 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,1,24,2.5416666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,2,28,2.2857142857142856 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,3,29,2.3448275862068964 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,4,34,3.235294117647059 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,5,21,2.619047619047619 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,6,30,2.6333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,7,22,3.5 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,8,30,3 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,9,31,2.193548387096774 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,10,19,2.789473684210526 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,11,40,2.4 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,12,29,2.0689655172413794 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,1,37,2.4864864864864864 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,2,28,2.0357142857142856 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,3,32,2.21875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,4,26,2.6923076923076925 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,5,36,2.2777777777777777 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,6,25,2.64 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,7,28,2.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,8,28,2.857142857142857 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,9,24,2.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,10,30,2.966666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,11,18,1.7777777777777777 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,12,27,2.5555555555555554 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,1,27,2.6296296296296298 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,2,32,2.40625 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,3,36,2.8055555555555554 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,4,31,1.7741935483870968 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,5,26,1.7307692307692308 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,6,32,2.3125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,7,33,2.787878787878788 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,8,20,2.65 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,9,24,2.5416666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,10,15,2.3333333333333335 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,11,24,3.0833333333333335 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,12,26,2.6538461538461537 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,1,30,1.6666666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,2,23,1.608695652173913 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,3,33,1.606060606060606 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,4,28,1.8571428571428572 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,5,32,1.96875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,6,30,2.3333333333333335 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,7,23,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,8,28,2.7142857142857144 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,9,17,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,10,25,1.6 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,11,23,2.0869565217391304 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,12,27,1.5925925925925926 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,1,19,1.8421052631578947 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,2,33,1.5454545454545454 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,3,32,1.9375 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,4,31,1.903225806451613 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,5,31,2.2580645161290325 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,6,25,2.08 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,7,34,1.8235294117647058 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,8,21,1.8095238095238095 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,9,18,1.9444444444444444 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,10,16,1.75 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,11,35,1.8571428571428572 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,12,24,1.7916666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,1,26,2.076923076923077 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,2,29,1.8620689655172413 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,3,26,2.6153846153846154 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,4,32,1.875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,5,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,6,26,2.230769230769231 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,7,28,1.8571428571428572 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,8,32,3.03125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,9,18,1.8888888888888888 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,10,34,3.1176470588235294 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,11,27,1.8518518518518519 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,12,29,3.5517241379310347 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,1,33,2.212121212121212 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,2,22,2.9545454545454546 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,3,23,2.5217391304347827 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,4,24,2.2916666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,5,30,2.2333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,6,21,1.8571428571428572 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,7,33,2.9393939393939394 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,8,24,1.6666666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,9,34,2.735294117647059 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,10,29,1.7586206896551724 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,11,35,2.6857142857142855 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,12,26,2.3846153846153846 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,1,25,2.2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,2,15,2.1333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,3,24,2.125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,4,31,1.8064516129032258 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,5,26,1.9230769230769231 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,6,26,1.7692307692307692 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,7,30,2.2333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,8,30,1.8333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,9,22,1.6363636363636365 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,10,25,2.68 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,11,17,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,12,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,1,26,1.7692307692307692 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,2,19,3.1052631578947367 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,3,24,1.7083333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,4,26,2.6923076923076925 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,5,25,2.72 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,6,7,1.7142857142857142 -40213320,"human papilloma virus vaccine, quadrivalent",2006,7,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2006,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2007,7,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2007,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2008,3,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2008,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2009,4,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2013,6,6,1.6666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2013,7,27,2.111111111111111 -40213320,"human papilloma virus vaccine, quadrivalent",2013,8,17,1.8823529411764706 -40213320,"human papilloma virus vaccine, quadrivalent",2013,9,19,1.9473684210526316 -40213320,"human papilloma virus vaccine, quadrivalent",2013,10,23,2.347826086956522 -40213320,"human papilloma virus vaccine, quadrivalent",2013,11,23,2.9565217391304346 -40213320,"human papilloma virus vaccine, quadrivalent",2013,12,22,2.1818181818181817 -40213320,"human papilloma virus vaccine, quadrivalent",2014,1,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2014,2,19,2.1578947368421053 -40213320,"human papilloma virus vaccine, quadrivalent",2014,3,29,2.413793103448276 -40213320,"human papilloma virus vaccine, quadrivalent",2014,4,23,2.739130434782609 -40213320,"human papilloma virus vaccine, quadrivalent",2014,5,30,1.8666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2014,6,21,2.1904761904761907 -40213320,"human papilloma virus vaccine, quadrivalent",2014,7,22,2.409090909090909 -40213320,"human papilloma virus vaccine, quadrivalent",2014,8,14,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2014,9,21,2 -40213320,"human papilloma virus vaccine, quadrivalent",2014,10,24,2.5 -40213320,"human papilloma virus vaccine, quadrivalent",2014,11,21,3 -40213320,"human papilloma virus vaccine, quadrivalent",2014,12,23,2.739130434782609 -40213320,"human papilloma virus vaccine, quadrivalent",2015,1,24,2.9583333333333335 -40213320,"human papilloma virus vaccine, quadrivalent",2015,2,18,2.111111111111111 -40213320,"human papilloma virus vaccine, quadrivalent",2015,3,26,2.6538461538461537 -40213320,"human papilloma virus vaccine, quadrivalent",2015,4,24,2.375 -40213320,"human papilloma virus vaccine, quadrivalent",2015,5,21,1.8095238095238095 -40213320,"human papilloma virus vaccine, quadrivalent",2015,6,22,1.9545454545454546 -40213320,"human papilloma virus vaccine, quadrivalent",2015,7,22,2.3181818181818183 -40213320,"human papilloma virus vaccine, quadrivalent",2015,8,16,2.75 -40213320,"human papilloma virus vaccine, quadrivalent",2015,9,23,1.9565217391304348 -40213320,"human papilloma virus vaccine, quadrivalent",2015,10,28,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2015,11,24,3.125 -40213320,"human papilloma virus vaccine, quadrivalent",2015,12,19,2.6842105263157894 -40213320,"human papilloma virus vaccine, quadrivalent",2016,1,24,2.5833333333333335 -40213320,"human papilloma virus vaccine, quadrivalent",2016,2,27,2.4074074074074074 -40213320,"human papilloma virus vaccine, quadrivalent",2016,3,27,2 -40213320,"human papilloma virus vaccine, quadrivalent",2016,4,19,1.8421052631578947 -40213320,"human papilloma virus vaccine, quadrivalent",2016,5,27,1.8148148148148149 -40213320,"human papilloma virus vaccine, quadrivalent",2016,6,27,1.8518518518518519 -40213320,"human papilloma virus vaccine, quadrivalent",2016,7,23,2.217391304347826 -40213320,"human papilloma virus vaccine, quadrivalent",2016,8,17,2.9411764705882355 -40213320,"human papilloma virus vaccine, quadrivalent",2016,9,27,1.8148148148148149 -40213320,"human papilloma virus vaccine, quadrivalent",2016,10,22,2.3636363636363638 -40213320,"human papilloma virus vaccine, quadrivalent",2016,11,25,1.84 -40213320,"human papilloma virus vaccine, quadrivalent",2016,12,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2017,1,21,2.238095238095238 -40213320,"human papilloma virus vaccine, quadrivalent",2017,2,25,1.88 -40213320,"human papilloma virus vaccine, quadrivalent",2017,3,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2017,4,17,2.1176470588235294 -40213320,"human papilloma virus vaccine, quadrivalent",2017,5,26,1.7692307692307692 -40213320,"human papilloma virus vaccine, quadrivalent",2017,6,26,1.7692307692307692 -40213320,"human papilloma virus vaccine, quadrivalent",2017,7,24,2.75 -40213320,"human papilloma virus vaccine, quadrivalent",2017,8,21,2.3333333333333335 -40213320,"human papilloma virus vaccine, quadrivalent",2017,9,26,2.1923076923076925 -40213320,"human papilloma virus vaccine, quadrivalent",2017,10,29,1.8620689655172413 -40213320,"human papilloma virus vaccine, quadrivalent",2017,11,20,2.05 -40213320,"human papilloma virus vaccine, quadrivalent",2017,12,18,1.6666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2018,1,24,1.7916666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2018,2,13,1.6153846153846154 -40213320,"human papilloma virus vaccine, quadrivalent",2018,3,35,2.057142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2018,4,14,1.9285714285714286 -40213320,"human papilloma virus vaccine, quadrivalent",2018,5,29,1.8275862068965518 -40213320,"human papilloma virus vaccine, quadrivalent",2018,6,29,1.8275862068965518 -40213320,"human papilloma virus vaccine, quadrivalent",2018,7,28,2.5714285714285716 -40213320,"human papilloma virus vaccine, quadrivalent",2018,8,17,1.9411764705882353 -40213320,"human papilloma virus vaccine, quadrivalent",2018,9,23,1.9565217391304348 -40213320,"human papilloma virus vaccine, quadrivalent",2018,10,22,1.8181818181818181 -40213320,"human papilloma virus vaccine, quadrivalent",2018,11,18,2 -40213320,"human papilloma virus vaccine, quadrivalent",2018,12,21,1.5714285714285714 -40213320,"human papilloma virus vaccine, quadrivalent",2019,1,25,2.12 -40213320,"human papilloma virus vaccine, quadrivalent",2019,2,17,1.7058823529411764 -40213320,"human papilloma virus vaccine, quadrivalent",2019,3,28,1.75 -40213320,"human papilloma virus vaccine, quadrivalent",2019,4,19,3 -40213320,"human papilloma virus vaccine, quadrivalent",2019,5,19,1.8421052631578947 -40213320,"human papilloma virus vaccine, quadrivalent",2019,6,25,1.72 -40213320,"human papilloma virus vaccine, quadrivalent",2019,7,26,2.730769230769231 -40213320,"human papilloma virus vaccine, quadrivalent",2019,8,16,1.6875 -40213320,"human papilloma virus vaccine, quadrivalent",2019,9,27,2 -40213320,"human papilloma virus vaccine, quadrivalent",2019,10,22,1.7272727272727273 -40213320,"human papilloma virus vaccine, quadrivalent",2019,11,26,2.1538461538461537 -40213320,"human papilloma virus vaccine, quadrivalent",2019,12,17,2.0588235294117645 -40213320,"human papilloma virus vaccine, quadrivalent",2020,1,30,2.2333333333333334 -40213320,"human papilloma virus vaccine, quadrivalent",2020,2,28,1.6428571428571428 -40213320,"human papilloma virus vaccine, quadrivalent",2020,3,30,2.8333333333333335 -40213320,"human papilloma virus vaccine, quadrivalent",2020,4,19,2.6315789473684212 -40213320,"human papilloma virus vaccine, quadrivalent",2020,5,23,3.217391304347826 -40213320,"human papilloma virus vaccine, quadrivalent",2020,6,24,1.9583333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2020,7,32,1.84375 -40213320,"human papilloma virus vaccine, quadrivalent",2020,8,13,1.8461538461538463 -40213320,"human papilloma virus vaccine, quadrivalent",2020,9,23,1.6521739130434783 -40213320,"human papilloma virus vaccine, quadrivalent",2020,10,17,1.7058823529411764 -40213320,"human papilloma virus vaccine, quadrivalent",2020,11,23,1.826086956521739 -40213320,"human papilloma virus vaccine, quadrivalent",2020,12,24,2.1666666666666665 -40213320,"human papilloma virus vaccine, quadrivalent",2021,1,28,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2021,2,32,2.25 -40213320,"human papilloma virus vaccine, quadrivalent",2021,3,31,2.774193548387097 -40213320,"human papilloma virus vaccine, quadrivalent",2021,4,31,2.2903225806451615 -40213320,"human papilloma virus vaccine, quadrivalent",2021,5,23,3.4347826086956523 -40213320,"human papilloma virus vaccine, quadrivalent",2021,6,21,2.142857142857143 -40213320,"human papilloma virus vaccine, quadrivalent",2021,7,30,2.466666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2021,8,22,2.5454545454545454 -40213320,"human papilloma virus vaccine, quadrivalent",2021,9,23,1.8695652173913044 -40213320,"human papilloma virus vaccine, quadrivalent",2021,10,23,1.7826086956521738 -40213320,"human papilloma virus vaccine, quadrivalent",2021,11,28,2.2142857142857144 -40213320,"human papilloma virus vaccine, quadrivalent",2021,12,30,2.533333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2022,1,25,2.04 -40213320,"human papilloma virus vaccine, quadrivalent",2022,2,36,2.388888888888889 -40213320,"human papilloma virus vaccine, quadrivalent",2022,3,30,2.6 -40213320,"human papilloma virus vaccine, quadrivalent",2022,4,35,2.2 -40213320,"human papilloma virus vaccine, quadrivalent",2022,5,28,3.107142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2022,6,18,2.0555555555555554 -40213320,"human papilloma virus vaccine, quadrivalent",2022,7,25,1.84 -40213320,"human papilloma virus vaccine, quadrivalent",2022,8,29,4.0344827586206895 -40213320,"human papilloma virus vaccine, quadrivalent",2022,9,22,2.0454545454545454 -40213320,"human papilloma virus vaccine, quadrivalent",2022,10,29,3.0344827586206895 -40213320,"human papilloma virus vaccine, quadrivalent",2022,11,28,2.1785714285714284 -40213320,"human papilloma virus vaccine, quadrivalent",2022,12,36,2.4166666666666665 -40213320,"human papilloma virus vaccine, quadrivalent",2023,1,21,1.9523809523809523 -40213320,"human papilloma virus vaccine, quadrivalent",2023,2,33,2.4242424242424243 -40213320,"human papilloma virus vaccine, quadrivalent",2023,3,29,3.0689655172413794 -40213320,"human papilloma virus vaccine, quadrivalent",2023,4,32,2.65625 -40213320,"human papilloma virus vaccine, quadrivalent",2023,5,25,1.88 -40213320,"human papilloma virus vaccine, quadrivalent",2023,6,11,1.8181818181818181 -40220960,alteplase 100 MG Injection,1988,5,1,1 -40220960,alteplase 100 MG Injection,1990,11,1,1 -40220960,alteplase 100 MG Injection,1992,3,1,1 -40220960,alteplase 100 MG Injection,1992,6,1,1 -40220960,alteplase 100 MG Injection,1993,1,2,1 -40220960,alteplase 100 MG Injection,1993,9,1,1 -40220960,alteplase 100 MG Injection,1993,12,1,1 -40220960,alteplase 100 MG Injection,1994,4,1,1 -40220960,alteplase 100 MG Injection,1994,12,1,1 -40220960,alteplase 100 MG Injection,1996,6,1,1 -40220960,alteplase 100 MG Injection,1996,7,2,1 -40220960,alteplase 100 MG Injection,1996,8,1,1 -40220960,alteplase 100 MG Injection,1996,10,1,1 -40220960,alteplase 100 MG Injection,1997,7,1,1 -40220960,alteplase 100 MG Injection,1997,9,2,1 -40220960,alteplase 100 MG Injection,1997,11,1,1 -40220960,alteplase 100 MG Injection,1998,1,1,1 -40220960,alteplase 100 MG Injection,1998,9,1,1 -40220960,alteplase 100 MG Injection,1998,10,1,1 -40220960,alteplase 100 MG Injection,1999,1,1,1 -40220960,alteplase 100 MG Injection,1999,5,1,1 -40220960,alteplase 100 MG Injection,1999,6,1,1 -40220960,alteplase 100 MG Injection,1999,8,1,1 -40220960,alteplase 100 MG Injection,1999,10,1,1 -40220960,alteplase 100 MG Injection,2000,5,1,1 -40220960,alteplase 100 MG Injection,2000,12,1,1 -40220960,alteplase 100 MG Injection,2001,4,1,1 -40220960,alteplase 100 MG Injection,2001,9,1,1 -40220960,alteplase 100 MG Injection,2001,12,3,1 -40220960,alteplase 100 MG Injection,2002,3,1,1 -40220960,alteplase 100 MG Injection,2002,5,1,1 -40220960,alteplase 100 MG Injection,2002,7,1,1 -40220960,alteplase 100 MG Injection,2002,10,1,1 -40220960,alteplase 100 MG Injection,2002,11,1,1 -40220960,alteplase 100 MG Injection,2002,12,2,1 -40220960,alteplase 100 MG Injection,2003,1,1,1 -40220960,alteplase 100 MG Injection,2003,2,1,1 -40220960,alteplase 100 MG Injection,2003,7,1,1 -40220960,alteplase 100 MG Injection,2003,10,1,1 -40220960,alteplase 100 MG Injection,2004,1,2,1 -40220960,alteplase 100 MG Injection,2004,7,2,1 -40220960,alteplase 100 MG Injection,2005,10,2,1 -40220960,alteplase 100 MG Injection,2006,1,1,1 -40220960,alteplase 100 MG Injection,2006,5,2,1 -40220960,alteplase 100 MG Injection,2006,6,2,1 -40220960,alteplase 100 MG Injection,2006,11,1,1 -40220960,alteplase 100 MG Injection,2006,12,2,1 -40220960,alteplase 100 MG Injection,2007,1,1,1 -40220960,alteplase 100 MG Injection,2007,4,1,1 -40220960,alteplase 100 MG Injection,2007,5,1,1 -40220960,alteplase 100 MG Injection,2007,9,1,1 -40220960,alteplase 100 MG Injection,2008,3,1,1 -40220960,alteplase 100 MG Injection,2008,4,1,1 -40220960,alteplase 100 MG Injection,2008,5,1,1 -40220960,alteplase 100 MG Injection,2008,6,1,1 -40220960,alteplase 100 MG Injection,2008,7,1,1 -40220960,alteplase 100 MG Injection,2008,8,2,1 -40220960,alteplase 100 MG Injection,2008,10,1,1 -40220960,alteplase 100 MG Injection,2008,11,4,1 -40220960,alteplase 100 MG Injection,2009,4,1,1 -40220960,alteplase 100 MG Injection,2009,5,1,1 -40220960,alteplase 100 MG Injection,2009,6,1,1 -40220960,alteplase 100 MG Injection,2009,7,1,1 -40220960,alteplase 100 MG Injection,2009,9,1,1 -40220960,alteplase 100 MG Injection,2009,12,2,1 -40220960,alteplase 100 MG Injection,2010,2,1,1 -40220960,alteplase 100 MG Injection,2010,3,1,1 -40220960,alteplase 100 MG Injection,2010,6,1,1 -40220960,alteplase 100 MG Injection,2010,8,1,1 -40220960,alteplase 100 MG Injection,2010,9,2,1 -40220960,alteplase 100 MG Injection,2011,1,2,1 -40220960,alteplase 100 MG Injection,2011,2,1,1 -40220960,alteplase 100 MG Injection,2011,5,2,1 -40220960,alteplase 100 MG Injection,2012,3,1,1 -40220960,alteplase 100 MG Injection,2012,6,2,1 -40220960,alteplase 100 MG Injection,2012,7,2,1 -40220960,alteplase 100 MG Injection,2012,12,1,1 -40220960,alteplase 100 MG Injection,2013,1,1,1 -40220960,alteplase 100 MG Injection,2013,3,1,1 -40220960,alteplase 100 MG Injection,2013,4,1,1 -40220960,alteplase 100 MG Injection,2013,6,2,1 -40220960,alteplase 100 MG Injection,2013,7,3,1 -40220960,alteplase 100 MG Injection,2013,8,4,1 -40220960,alteplase 100 MG Injection,2013,9,1,1 -40220960,alteplase 100 MG Injection,2013,10,1,1 -40220960,alteplase 100 MG Injection,2013,11,1,1 -40220960,alteplase 100 MG Injection,2013,12,4,1 -40220960,alteplase 100 MG Injection,2014,1,3,1 -40220960,alteplase 100 MG Injection,2014,2,1,1 -40220960,alteplase 100 MG Injection,2014,3,2,1 -40220960,alteplase 100 MG Injection,2014,4,3,1 -40220960,alteplase 100 MG Injection,2014,5,3,1 -40220960,alteplase 100 MG Injection,2014,6,1,1 -40220960,alteplase 100 MG Injection,2014,7,3,1 -40220960,alteplase 100 MG Injection,2014,8,2,1 -40220960,alteplase 100 MG Injection,2014,9,4,1 -40220960,alteplase 100 MG Injection,2014,10,3,1 -40220960,alteplase 100 MG Injection,2014,11,4,1 -40220960,alteplase 100 MG Injection,2014,12,2,6 -40220960,alteplase 100 MG Injection,2015,1,5,1 -40220960,alteplase 100 MG Injection,2015,2,3,1 -40220960,alteplase 100 MG Injection,2015,3,5,1 -40220960,alteplase 100 MG Injection,2015,4,3,1 -40220960,alteplase 100 MG Injection,2015,5,6,1 -40220960,alteplase 100 MG Injection,2015,6,5,1 -40220960,alteplase 100 MG Injection,2015,7,7,1 -40220960,alteplase 100 MG Injection,2015,8,3,1 -40220960,alteplase 100 MG Injection,2015,9,2,1 -40220960,alteplase 100 MG Injection,2015,10,7,1 -40220960,alteplase 100 MG Injection,2015,11,4,1 -40220960,alteplase 100 MG Injection,2015,12,4,1 -40220960,alteplase 100 MG Injection,2016,1,4,1 -40220960,alteplase 100 MG Injection,2016,2,6,1 -40220960,alteplase 100 MG Injection,2016,3,3,1 -40220960,alteplase 100 MG Injection,2016,4,5,1 -40220960,alteplase 100 MG Injection,2016,5,4,1 -40220960,alteplase 100 MG Injection,2016,6,1,1 -40220960,alteplase 100 MG Injection,2016,7,2,1 -40220960,alteplase 100 MG Injection,2016,8,3,1 -40220960,alteplase 100 MG Injection,2016,9,4,1 -40220960,alteplase 100 MG Injection,2016,10,4,1 -40220960,alteplase 100 MG Injection,2016,11,4,1 -40220960,alteplase 100 MG Injection,2016,12,4,1 -40220960,alteplase 100 MG Injection,2017,1,7,1 -40220960,alteplase 100 MG Injection,2017,2,1,1 -40220960,alteplase 100 MG Injection,2017,3,5,1 -40220960,alteplase 100 MG Injection,2017,4,9,1 -40220960,alteplase 100 MG Injection,2017,5,3,1 -40220960,alteplase 100 MG Injection,2017,6,6,1 -40220960,alteplase 100 MG Injection,2017,7,5,1 -40220960,alteplase 100 MG Injection,2017,8,4,1 -40220960,alteplase 100 MG Injection,2017,9,6,1 -40220960,alteplase 100 MG Injection,2017,10,2,1 -40220960,alteplase 100 MG Injection,2017,11,5,1 -40220960,alteplase 100 MG Injection,2017,12,4,1 -40220960,alteplase 100 MG Injection,2018,1,5,1 -40220960,alteplase 100 MG Injection,2018,2,1,1 -40220960,alteplase 100 MG Injection,2018,3,3,1 -40220960,alteplase 100 MG Injection,2018,4,7,1 -40220960,alteplase 100 MG Injection,2018,5,7,1 -40220960,alteplase 100 MG Injection,2018,6,4,1 -40220960,alteplase 100 MG Injection,2018,7,3,1 -40220960,alteplase 100 MG Injection,2018,8,2,1 -40220960,alteplase 100 MG Injection,2018,9,6,1 -40220960,alteplase 100 MG Injection,2018,10,2,1 -40220960,alteplase 100 MG Injection,2018,11,4,1 -40220960,alteplase 100 MG Injection,2018,12,6,1 -40220960,alteplase 100 MG Injection,2019,1,6,1 -40220960,alteplase 100 MG Injection,2019,2,7,1 -40220960,alteplase 100 MG Injection,2019,3,4,1.25 -40220960,alteplase 100 MG Injection,2019,4,4,1 -40220960,alteplase 100 MG Injection,2019,5,6,1.1666666666666667 -40220960,alteplase 100 MG Injection,2019,6,2,1 -40220960,alteplase 100 MG Injection,2019,7,10,1 -40220960,alteplase 100 MG Injection,2019,8,6,1 -40220960,alteplase 100 MG Injection,2019,9,2,1 -40220960,alteplase 100 MG Injection,2019,10,6,1 -40220960,alteplase 100 MG Injection,2019,11,2,1 -40220960,alteplase 100 MG Injection,2019,12,7,1 -40220960,alteplase 100 MG Injection,2020,1,4,1 -40220960,alteplase 100 MG Injection,2020,2,7,1 -40220960,alteplase 100 MG Injection,2020,3,1,1 -40220960,alteplase 100 MG Injection,2020,4,4,1 -40220960,alteplase 100 MG Injection,2020,5,4,1 -40220960,alteplase 100 MG Injection,2020,6,2,1 -40220960,alteplase 100 MG Injection,2020,7,3,1 -40220960,alteplase 100 MG Injection,2020,8,6,1.1666666666666667 -40220960,alteplase 100 MG Injection,2020,9,3,1 -40220960,alteplase 100 MG Injection,2020,10,2,1 -40220960,alteplase 100 MG Injection,2020,11,6,1 -40220960,alteplase 100 MG Injection,2020,12,2,1 -40220960,alteplase 100 MG Injection,2021,1,3,1 -40220960,alteplase 100 MG Injection,2021,2,4,1 -40220960,alteplase 100 MG Injection,2021,3,7,1 -40220960,alteplase 100 MG Injection,2021,4,1,1 -40220960,alteplase 100 MG Injection,2021,5,7,1 -40220960,alteplase 100 MG Injection,2021,6,4,1 -40220960,alteplase 100 MG Injection,2021,7,5,1 -40220960,alteplase 100 MG Injection,2021,8,7,1 -40220960,alteplase 100 MG Injection,2021,9,3,1 -40220960,alteplase 100 MG Injection,2021,10,2,1 -40220960,alteplase 100 MG Injection,2021,11,2,1 -40220960,alteplase 100 MG Injection,2021,12,5,1 -40220960,alteplase 100 MG Injection,2022,1,1,1 -40220960,alteplase 100 MG Injection,2022,2,6,1 -40220960,alteplase 100 MG Injection,2022,3,8,1 -40220960,alteplase 100 MG Injection,2022,4,6,1 -40220960,alteplase 100 MG Injection,2022,5,7,1 -40220960,alteplase 100 MG Injection,2022,6,4,1 -40220960,alteplase 100 MG Injection,2022,7,7,1 -40220960,alteplase 100 MG Injection,2022,8,8,1 -40220960,alteplase 100 MG Injection,2022,9,2,1 -40220960,alteplase 100 MG Injection,2022,10,8,1 -40220960,alteplase 100 MG Injection,2022,11,6,1 -40220960,alteplase 100 MG Injection,2022,12,6,1 -40220960,alteplase 100 MG Injection,2023,1,6,1 -40220960,alteplase 100 MG Injection,2023,3,4,1 -40220960,alteplase 100 MG Injection,2023,4,10,1 -40220960,alteplase 100 MG Injection,2023,5,4,1 -40220960,alteplase 100 MG Injection,2023,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1960,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1962,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1963,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1967,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1973,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1979,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1984,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1986,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1995,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1999,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,9,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,8,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,9,1,3 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,10,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,12,2,1.5 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,5,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,6,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,3,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,5,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,8,2,1.5 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,7,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,12,4,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,3,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,9,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,11,1,2 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,7,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,11,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,2,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,5,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,6,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,7,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,10,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1960,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1962,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1963,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1967,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1973,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1979,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1984,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1986,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1995,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1999,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,9,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,8,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,9,1,3 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,10,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,12,2,1.5 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,5,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,6,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,3,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,5,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,8,2,1.5 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,7,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,12,4,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,3,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,9,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,11,1,2 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,7,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,11,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,2,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,5,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,6,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,7,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,10,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 45766147,Appearance,2022,6,1,1 -45767945,Coronary artery stent,1941,6,1,1 -45767945,Coronary artery stent,1942,12,1,1 -45767945,Coronary artery stent,1943,8,1,1 -45767945,Coronary artery stent,1947,7,1,1 -45767945,Coronary artery stent,1948,7,1,1 -45767945,Coronary artery stent,1950,12,1,1 -45767945,Coronary artery stent,1951,5,1,1 -45767945,Coronary artery stent,1951,10,1,1 -45767945,Coronary artery stent,1952,9,1,1 -45767945,Coronary artery stent,1953,10,1,1 -45767945,Coronary artery stent,1955,6,1,1 -45767945,Coronary artery stent,1955,8,1,1 -45767945,Coronary artery stent,1956,1,1,1 -45767945,Coronary artery stent,1958,1,1,1 -45767945,Coronary artery stent,1958,4,1,1 -45767945,Coronary artery stent,1958,12,1,1 -45767945,Coronary artery stent,1960,7,1,1 -45767945,Coronary artery stent,1963,5,2,1 -45767945,Coronary artery stent,1963,6,1,1 -45767945,Coronary artery stent,1963,10,1,1 -45767945,Coronary artery stent,1965,7,2,1 -45767945,Coronary artery stent,1966,12,1,1 -45767945,Coronary artery stent,1967,1,1,1 -45767945,Coronary artery stent,1967,6,1,1 -45767945,Coronary artery stent,1967,8,1,1 -45767945,Coronary artery stent,1967,11,1,1 -45767945,Coronary artery stent,1968,4,1,1 -45767945,Coronary artery stent,1968,6,2,1 -45767945,Coronary artery stent,1969,6,1,1 -45767945,Coronary artery stent,1969,7,1,1 -45767945,Coronary artery stent,1969,11,1,1 -45767945,Coronary artery stent,1970,5,1,1 -45767945,Coronary artery stent,1970,9,1,2 -45767945,Coronary artery stent,1972,4,1,1 -45767945,Coronary artery stent,1974,5,1,1 -45767945,Coronary artery stent,1974,7,1,1 -45767945,Coronary artery stent,1975,3,1,1 -45767945,Coronary artery stent,1975,9,1,1 -45767945,Coronary artery stent,1975,11,2,1 -45767945,Coronary artery stent,1976,1,1,1 -45767945,Coronary artery stent,1976,3,1,1 -45767945,Coronary artery stent,1976,6,1,1 -45767945,Coronary artery stent,1976,10,2,1 -45767945,Coronary artery stent,1977,5,1,1 -45767945,Coronary artery stent,1977,10,1,1 -45767945,Coronary artery stent,1978,11,1,1 -45767945,Coronary artery stent,1979,1,1,1 -45767945,Coronary artery stent,1979,5,1,1 -45767945,Coronary artery stent,1980,2,2,1 -45767945,Coronary artery stent,1980,4,1,1 -45767945,Coronary artery stent,1980,6,1,1 -45767945,Coronary artery stent,1980,7,1,1 -45767945,Coronary artery stent,1980,8,1,1 -45767945,Coronary artery stent,1980,11,1,1 -45767945,Coronary artery stent,1981,1,1,1 -45767945,Coronary artery stent,1982,1,2,1 -45767945,Coronary artery stent,1982,4,1,1 -45767945,Coronary artery stent,1982,10,1,1 -45767945,Coronary artery stent,1983,4,1,1 -45767945,Coronary artery stent,1983,5,1,1 -45767945,Coronary artery stent,1983,9,1,1 -45767945,Coronary artery stent,1984,11,1,1 -45767945,Coronary artery stent,1985,3,2,1 -45767945,Coronary artery stent,1985,7,2,1 -45767945,Coronary artery stent,1986,4,1,1 -45767945,Coronary artery stent,1986,5,1,1 -45767945,Coronary artery stent,1986,12,1,1 -45767945,Coronary artery stent,1987,1,1,1 -45767945,Coronary artery stent,1987,3,1,1 -45767945,Coronary artery stent,1987,4,1,1 -45767945,Coronary artery stent,1987,5,1,1 -45767945,Coronary artery stent,1988,2,2,1 -45767945,Coronary artery stent,1988,7,1,1 -45767945,Coronary artery stent,1989,3,2,1 -45767945,Coronary artery stent,1989,8,1,1 -45767945,Coronary artery stent,1989,11,2,1 -45767945,Coronary artery stent,1990,1,1,1 -45767945,Coronary artery stent,1990,6,1,1 -45767945,Coronary artery stent,1990,8,1,1 -45767945,Coronary artery stent,1990,10,1,1 -45767945,Coronary artery stent,1990,12,2,1 -45767945,Coronary artery stent,1991,2,1,1 -45767945,Coronary artery stent,1991,9,2,1 -45767945,Coronary artery stent,1991,10,1,1 -45767945,Coronary artery stent,1991,11,2,1 -45767945,Coronary artery stent,1991,12,2,1 -45767945,Coronary artery stent,1993,4,1,1 -45767945,Coronary artery stent,1993,7,3,1 -45767945,Coronary artery stent,1993,8,1,2 -45767945,Coronary artery stent,1993,9,1,1 -45767945,Coronary artery stent,1993,10,2,1 -45767945,Coronary artery stent,1993,11,1,1 -45767945,Coronary artery stent,1994,4,1,1 -45767945,Coronary artery stent,1994,6,1,1 -45767945,Coronary artery stent,1994,7,1,1 -45767945,Coronary artery stent,1994,8,1,1 -45767945,Coronary artery stent,1994,9,2,1 -45767945,Coronary artery stent,1994,10,1,1 -45767945,Coronary artery stent,1994,12,3,1 -45767945,Coronary artery stent,1995,5,1,1 -45767945,Coronary artery stent,1996,4,1,1 -45767945,Coronary artery stent,1996,7,1,1 -45767945,Coronary artery stent,1996,8,3,1 -45767945,Coronary artery stent,1996,9,1,1 -45767945,Coronary artery stent,1996,10,1,1 -45767945,Coronary artery stent,1996,11,1,1 -45767945,Coronary artery stent,1996,12,2,1 -45767945,Coronary artery stent,1997,2,3,1.3333333333333333 -45767945,Coronary artery stent,1997,5,2,1 -45767945,Coronary artery stent,1997,7,1,1 -45767945,Coronary artery stent,1997,9,2,1 -45767945,Coronary artery stent,1997,10,1,1 -45767945,Coronary artery stent,1998,1,2,1 -45767945,Coronary artery stent,1998,3,2,1 -45767945,Coronary artery stent,1998,4,1,1 -45767945,Coronary artery stent,1998,5,1,1 -45767945,Coronary artery stent,1998,7,1,1 -45767945,Coronary artery stent,1998,9,2,1 -45767945,Coronary artery stent,1998,11,1,1 -45767945,Coronary artery stent,1999,1,2,1 -45767945,Coronary artery stent,1999,5,1,1 -45767945,Coronary artery stent,1999,6,1,1 -45767945,Coronary artery stent,1999,8,1,1 -45767945,Coronary artery stent,1999,12,3,1 -45767945,Coronary artery stent,2000,3,1,1 -45767945,Coronary artery stent,2000,4,1,1 -45767945,Coronary artery stent,2000,6,1,1 -45767945,Coronary artery stent,2000,7,1,1 -45767945,Coronary artery stent,2000,10,1,1 -45767945,Coronary artery stent,2000,11,2,1 -45767945,Coronary artery stent,2001,1,1,1 -45767945,Coronary artery stent,2001,2,1,1 -45767945,Coronary artery stent,2001,4,2,1 -45767945,Coronary artery stent,2001,5,3,1 -45767945,Coronary artery stent,2001,7,1,1 -45767945,Coronary artery stent,2001,8,1,1 -45767945,Coronary artery stent,2001,9,1,1 -45767945,Coronary artery stent,2001,10,1,1 -45767945,Coronary artery stent,2001,11,1,1 -45767945,Coronary artery stent,2002,1,2,1 -45767945,Coronary artery stent,2002,3,1,1 -45767945,Coronary artery stent,2002,4,1,1 -45767945,Coronary artery stent,2002,5,1,1 -45767945,Coronary artery stent,2002,7,4,1 -45767945,Coronary artery stent,2002,8,1,1 -45767945,Coronary artery stent,2002,10,2,1 -45767945,Coronary artery stent,2003,2,2,1 -45767945,Coronary artery stent,2003,3,1,1 -45767945,Coronary artery stent,2003,5,1,1 -45767945,Coronary artery stent,2003,6,1,1 -45767945,Coronary artery stent,2003,7,1,1 -45767945,Coronary artery stent,2003,9,1,1 -45767945,Coronary artery stent,2003,10,2,1 -45767945,Coronary artery stent,2003,11,1,1 -45767945,Coronary artery stent,2003,12,1,1 -45767945,Coronary artery stent,2004,1,2,1 -45767945,Coronary artery stent,2004,2,3,1 -45767945,Coronary artery stent,2004,3,2,1 -45767945,Coronary artery stent,2004,4,1,1 -45767945,Coronary artery stent,2004,5,1,1 -45767945,Coronary artery stent,2004,6,1,1 -45767945,Coronary artery stent,2004,7,2,1 -45767945,Coronary artery stent,2004,8,2,1 -45767945,Coronary artery stent,2004,10,2,1 -45767945,Coronary artery stent,2004,12,1,1 -45767945,Coronary artery stent,2005,2,1,1 -45767945,Coronary artery stent,2005,3,1,1 -45767945,Coronary artery stent,2005,4,4,1 -45767945,Coronary artery stent,2005,6,2,1 -45767945,Coronary artery stent,2005,8,2,1 -45767945,Coronary artery stent,2005,9,1,1 -45767945,Coronary artery stent,2005,10,1,1 -45767945,Coronary artery stent,2005,11,2,1 -45767945,Coronary artery stent,2006,2,2,1 -45767945,Coronary artery stent,2006,4,1,1 -45767945,Coronary artery stent,2006,5,1,1 -45767945,Coronary artery stent,2006,6,2,1 -45767945,Coronary artery stent,2006,8,2,1 -45767945,Coronary artery stent,2006,10,5,1 -45767945,Coronary artery stent,2007,1,3,1 -45767945,Coronary artery stent,2007,2,2,1 -45767945,Coronary artery stent,2007,3,2,1 -45767945,Coronary artery stent,2007,5,1,1 -45767945,Coronary artery stent,2007,6,2,1 -45767945,Coronary artery stent,2007,7,4,1 -45767945,Coronary artery stent,2007,9,1,1 -45767945,Coronary artery stent,2007,11,1,1 -45767945,Coronary artery stent,2007,12,1,1 -45767945,Coronary artery stent,2008,1,1,1 -45767945,Coronary artery stent,2008,2,2,1 -45767945,Coronary artery stent,2008,6,2,1 -45767945,Coronary artery stent,2008,8,1,1 -45767945,Coronary artery stent,2008,9,1,1 -45767945,Coronary artery stent,2008,10,2,1 -45767945,Coronary artery stent,2009,3,1,1 -45767945,Coronary artery stent,2009,4,1,1 -45767945,Coronary artery stent,2009,5,1,1 -45767945,Coronary artery stent,2009,6,1,1 -45767945,Coronary artery stent,2009,7,1,1 -45767945,Coronary artery stent,2009,8,1,1 -45767945,Coronary artery stent,2009,9,1,1 -45767945,Coronary artery stent,2009,10,1,1 -45767945,Coronary artery stent,2010,3,2,1 -45767945,Coronary artery stent,2010,6,1,1 -45767945,Coronary artery stent,2010,7,1,1 -45767945,Coronary artery stent,2010,8,2,1 -45767945,Coronary artery stent,2010,9,2,1 -45767945,Coronary artery stent,2010,10,1,1 -45767945,Coronary artery stent,2010,12,2,1 -45767945,Coronary artery stent,2011,5,3,1 -45767945,Coronary artery stent,2011,6,1,1 -45767945,Coronary artery stent,2011,7,1,1 -45767945,Coronary artery stent,2011,8,1,1 -45767945,Coronary artery stent,2011,9,2,1 -45767945,Coronary artery stent,2011,10,1,1 -45767945,Coronary artery stent,2011,12,1,1 -45767945,Coronary artery stent,2012,1,1,1 -45767945,Coronary artery stent,2012,3,1,1 -45767945,Coronary artery stent,2012,5,1,1 -45767945,Coronary artery stent,2012,6,1,1 -45767945,Coronary artery stent,2012,7,1,1 -45767945,Coronary artery stent,2012,9,2,1 -45767945,Coronary artery stent,2012,10,2,1 -45767945,Coronary artery stent,2013,3,1,1 -45767945,Coronary artery stent,2013,4,1,1 -45767945,Coronary artery stent,2013,6,2,1 -45767945,Coronary artery stent,2013,7,2,1 -45767945,Coronary artery stent,2013,9,1,1 -45767945,Coronary artery stent,2013,10,1,1 -45767945,Coronary artery stent,2013,11,1,1 -45767945,Coronary artery stent,2014,1,1,1 -45767945,Coronary artery stent,2014,2,1,1 -45767945,Coronary artery stent,2014,4,2,1 -45767945,Coronary artery stent,2014,5,2,1 -45767945,Coronary artery stent,2014,12,1,1 -45767945,Coronary artery stent,2015,1,2,1 -45767945,Coronary artery stent,2015,2,1,1 -45767945,Coronary artery stent,2015,4,1,1 -45767945,Coronary artery stent,2015,5,2,1 -45767945,Coronary artery stent,2015,6,1,1 -45767945,Coronary artery stent,2015,8,3,1 -45767945,Coronary artery stent,2015,9,1,1 -45767945,Coronary artery stent,2016,4,2,1 -45767945,Coronary artery stent,2016,5,4,1 -45767945,Coronary artery stent,2016,7,1,1 -45767945,Coronary artery stent,2016,8,3,1 -45767945,Coronary artery stent,2016,9,2,1 -45767945,Coronary artery stent,2016,10,3,1 -45767945,Coronary artery stent,2016,11,1,1 -45767945,Coronary artery stent,2016,12,4,1 -45767945,Coronary artery stent,2017,1,1,1 -45767945,Coronary artery stent,2017,2,1,1 -45767945,Coronary artery stent,2017,5,1,1 -45767945,Coronary artery stent,2017,8,4,1 -45767945,Coronary artery stent,2017,9,3,1 -45767945,Coronary artery stent,2017,10,1,1 -45767945,Coronary artery stent,2017,12,4,1 -45767945,Coronary artery stent,2018,2,1,1 -45767945,Coronary artery stent,2018,3,3,1 -45767945,Coronary artery stent,2018,4,1,1 -45767945,Coronary artery stent,2018,5,1,2 -45767945,Coronary artery stent,2018,6,3,1 -45767945,Coronary artery stent,2018,7,3,1.3333333333333333 -45767945,Coronary artery stent,2018,8,2,1 -45767945,Coronary artery stent,2018,9,1,2 -45767945,Coronary artery stent,2018,11,2,1 -45767945,Coronary artery stent,2018,12,1,1 -45767945,Coronary artery stent,2019,1,1,1 -45767945,Coronary artery stent,2019,3,1,1 -45767945,Coronary artery stent,2019,4,1,1 -45767945,Coronary artery stent,2019,5,2,1 -45767945,Coronary artery stent,2019,6,2,1 -45767945,Coronary artery stent,2019,7,2,1 -45767945,Coronary artery stent,2019,8,2,1 -45767945,Coronary artery stent,2019,9,1,1 -45767945,Coronary artery stent,2019,10,3,1 -45767945,Coronary artery stent,2019,11,1,1 -45767945,Coronary artery stent,2019,12,3,1 -45767945,Coronary artery stent,2020,1,3,1.3333333333333333 -45767945,Coronary artery stent,2020,3,1,1 -45767945,Coronary artery stent,2020,4,3,1 -45767945,Coronary artery stent,2020,7,3,1 -45767945,Coronary artery stent,2020,8,2,1 -45767945,Coronary artery stent,2020,9,1,1 -45767945,Coronary artery stent,2020,11,2,1 -45767945,Coronary artery stent,2020,12,2,1 -45767945,Coronary artery stent,2021,1,2,1 -45767945,Coronary artery stent,2021,4,2,1 -45767945,Coronary artery stent,2021,6,2,1 -45767945,Coronary artery stent,2021,7,2,1 -45767945,Coronary artery stent,2021,8,3,1 -45767945,Coronary artery stent,2021,9,3,1 -45767945,Coronary artery stent,2021,10,2,1 -45767945,Coronary artery stent,2021,11,4,1 -45767945,Coronary artery stent,2021,12,1,1 -45767945,Coronary artery stent,2022,2,1,1 -45767945,Coronary artery stent,2022,4,3,1 -45767945,Coronary artery stent,2022,5,1,1 -45767945,Coronary artery stent,2022,6,1,1 -45767945,Coronary artery stent,2022,7,2,1 -45767945,Coronary artery stent,2022,8,2,1 -45767945,Coronary artery stent,2022,9,1,1 -45767945,Coronary artery stent,2022,10,2,1 -45767945,Coronary artery stent,2022,11,1,1 -45767945,Coronary artery stent,2022,12,2,1 -45767945,Coronary artery stent,2023,1,3,1 -45767945,Coronary artery stent,2023,2,2,1 -45767945,Coronary artery stent,2023,4,2,1 -45767945,Coronary artery stent,2023,5,1,1 -45772840,Implantable cardiac pacemaker,1977,6,1,2 -45772840,Implantable cardiac pacemaker,1983,12,1,1 -45772840,Implantable cardiac pacemaker,1991,7,1,2 -45772840,Implantable cardiac pacemaker,1994,2,1,2 -45772840,Implantable cardiac pacemaker,1994,4,1,2 -45772840,Implantable cardiac pacemaker,1994,9,1,2 -45772840,Implantable cardiac pacemaker,1997,4,1,2 -45772840,Implantable cardiac pacemaker,1997,9,2,2 -45772840,Implantable cardiac pacemaker,1997,11,1,2 -45772840,Implantable cardiac pacemaker,1999,2,1,6 -45772840,Implantable cardiac pacemaker,2000,2,1,4 -45772840,Implantable cardiac pacemaker,2001,2,1,2 -45772840,Implantable cardiac pacemaker,2001,4,1,1 -45772840,Implantable cardiac pacemaker,2003,8,1,2 -45772840,Implantable cardiac pacemaker,2003,10,1,1 -45772840,Implantable cardiac pacemaker,2004,8,1,2 -45772840,Implantable cardiac pacemaker,2004,10,1,1 -45772840,Implantable cardiac pacemaker,2007,12,1,2 -45772840,Implantable cardiac pacemaker,2009,9,1,1 -45772840,Implantable cardiac pacemaker,2011,10,1,2 -45772840,Implantable cardiac pacemaker,2012,4,1,2 -45772840,Implantable cardiac pacemaker,2012,9,1,2 -45772840,Implantable cardiac pacemaker,2013,7,1,10 -45772840,Implantable cardiac pacemaker,2013,8,1,2 -45772840,Implantable cardiac pacemaker,2013,10,1,2 -45772840,Implantable cardiac pacemaker,2013,11,1,2 -45772840,Implantable cardiac pacemaker,2013,12,1,2 -45772840,Implantable cardiac pacemaker,2014,2,1,1 -45772840,Implantable cardiac pacemaker,2014,3,1,2 -45772840,Implantable cardiac pacemaker,2014,4,1,1 -45772840,Implantable cardiac pacemaker,2014,5,1,2 -45772840,Implantable cardiac pacemaker,2014,6,3,2 -45772840,Implantable cardiac pacemaker,2014,11,1,2 -45772840,Implantable cardiac pacemaker,2015,1,2,3.5 -45772840,Implantable cardiac pacemaker,2015,4,1,2 -45772840,Implantable cardiac pacemaker,2015,5,1,2 -45772840,Implantable cardiac pacemaker,2015,6,1,2 -45772840,Implantable cardiac pacemaker,2015,7,1,1 -45772840,Implantable cardiac pacemaker,2015,8,2,2 -45772840,Implantable cardiac pacemaker,2015,10,2,2.5 -45772840,Implantable cardiac pacemaker,2016,1,1,1 -45772840,Implantable cardiac pacemaker,2016,3,1,2 -45772840,Implantable cardiac pacemaker,2016,4,1,2 -45772840,Implantable cardiac pacemaker,2016,5,3,1.6666666666666667 -45772840,Implantable cardiac pacemaker,2016,7,1,2 -45772840,Implantable cardiac pacemaker,2016,9,2,1.5 -45772840,Implantable cardiac pacemaker,2016,10,1,2 -45772840,Implantable cardiac pacemaker,2016,11,3,1.6666666666666667 -45772840,Implantable cardiac pacemaker,2017,2,1,1 -45772840,Implantable cardiac pacemaker,2017,3,3,1.3333333333333333 -45772840,Implantable cardiac pacemaker,2017,4,2,2 -45772840,Implantable cardiac pacemaker,2017,6,2,2 -45772840,Implantable cardiac pacemaker,2017,8,2,13 -45772840,Implantable cardiac pacemaker,2017,9,1,2 -45772840,Implantable cardiac pacemaker,2017,10,1,1 -45772840,Implantable cardiac pacemaker,2018,1,1,1 -45772840,Implantable cardiac pacemaker,2018,3,2,2 -45772840,Implantable cardiac pacemaker,2018,4,2,1.5 -45772840,Implantable cardiac pacemaker,2018,5,1,2 -45772840,Implantable cardiac pacemaker,2018,8,2,1.5 -45772840,Implantable cardiac pacemaker,2018,12,2,1.5 -45772840,Implantable cardiac pacemaker,2019,1,1,1 -45772840,Implantable cardiac pacemaker,2019,6,1,1 -45772840,Implantable cardiac pacemaker,2019,7,3,2 -45772840,Implantable cardiac pacemaker,2019,8,1,2 -45772840,Implantable cardiac pacemaker,2019,10,1,2 -45772840,Implantable cardiac pacemaker,2020,1,2,2.5 -45772840,Implantable cardiac pacemaker,2020,3,2,1.5 -45772840,Implantable cardiac pacemaker,2020,4,2,1.5 -45772840,Implantable cardiac pacemaker,2020,7,1,2 -45772840,Implantable cardiac pacemaker,2020,8,1,6 -45772840,Implantable cardiac pacemaker,2020,10,1,1 -45772840,Implantable cardiac pacemaker,2020,12,3,2.3333333333333335 -45772840,Implantable cardiac pacemaker,2021,3,4,1.75 -45772840,Implantable cardiac pacemaker,2021,6,1,1 -45772840,Implantable cardiac pacemaker,2021,7,4,1.5 -45772840,Implantable cardiac pacemaker,2021,8,1,2 -45772840,Implantable cardiac pacemaker,2021,9,1,2 -45772840,Implantable cardiac pacemaker,2021,10,1,2 -45772840,Implantable cardiac pacemaker,2021,11,3,2.6666666666666665 -45772840,Implantable cardiac pacemaker,2021,12,1,6 -45772840,Implantable cardiac pacemaker,2022,3,1,3 -45772840,Implantable cardiac pacemaker,2022,4,2,2 -45772840,Implantable cardiac pacemaker,2022,5,2,2 -45772840,Implantable cardiac pacemaker,2022,7,1,2 -45772840,Implantable cardiac pacemaker,2022,10,1,1 -45772840,Implantable cardiac pacemaker,2022,12,2,1.5 -45772840,Implantable cardiac pacemaker,2023,1,2,6 -45772840,Implantable cardiac pacemaker,2023,4,1,2 -46275916,1 ML epinephrine 1 MG/ML Injection,1955,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1955,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1960,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1962,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1963,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1967,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1973,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1979,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1984,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1986,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1988,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1988,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1990,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1990,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1992,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1992,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1994,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1994,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1995,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1996,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1996,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1997,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1997,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1998,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1998,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1999,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2001,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2001,9,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,8,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2007,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2007,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2008,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2008,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,9,1,3 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,10,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,12,2,1.5 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,5,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,6,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,3,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,5,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,8,2,1.5 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,7,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,12,4,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,3,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,9,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,11,1,2 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,7,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,11,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,2,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,5,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,6,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,7,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,10,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2023,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2023,4,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index f5d3e2f..9bab031 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,20 +1,17 @@ concept_id,concept_name,summary_attribute,value_as_number,value_as_string -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present +4248525,Lying systolic blood pressure,mean,132.8,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666667,NA 4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628395,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4108450,Inspiration/expiration time ratio,sd,0,NA 4128111,T - Tumor stage,frequency,1,NA +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4128111,T - Tumor stage,frequency,1,NA -4216746,Positive end expiratory pressure setting,mean,8,NA -4216746,Positive end expiratory pressure setting,sd,0,NA -4248525,Lying systolic blood pressure,mean,132.8,NA -4248525,Lying systolic blood pressure,sd,21.25323504786977,NA -4257036,Antenatal hepatitis B blood screening test status,frequency,3,Hepatitis B screening offered +4353717,Ventilator delivered minute volume,mean,12.799999999999999,NA 4353713,Positive end expiratory pressure,mean,5.666666666666667,NA 4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA -4353717,Ventilator delivered minute volume,mean,12.799999999999999,NA 4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA -4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA -4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA -4354252,Non-invasive systolic arterial pressure,mean,123.66666666666667,NA -4354252,Non-invasive systolic arterial pressure,sd,9.993331109628395,NA 45766147,Appearance,frequency,1,Well nourished diff --git a/tests/testthat/_snaps/utils_get_data/concepts_table.csv b/tests/testthat/_snaps/utils_get_data/concepts_table.csv index f15a72e..c4f9a3b 100644 --- a/tests/testthat/_snaps/utils_get_data/concepts_table.csv +++ b/tests/testthat/_snaps/utils_get_data/concepts_table.csv @@ -1,58 +1,10 @@ concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code -313217,Atrial fibrillation,SNOMED,Condition,Clinical Finding,S,49436004 -317576,Coronary arteriosclerosis,SNOMED,Condition,Clinical Finding,S,53741008 -321042,Cardiac arrest,SNOMED,Condition,Clinical Finding,S,410429000 -381316,Cerebrovascular accident,SNOMED,Condition,Clinical Finding,S,230690007 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,RxNorm,Drug,Quant Clinical Drug,S,834357 -1332419,amlodipine 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197361 -1539411,simvastatin 20 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,312961 -1545959,atorvastatin 80 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,259255 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 -4057420,Catheter ablation of tissue of heart,SNOMED,Procedure,Procedure,S,18286008 -4078793,Direct current cardioversion,SNOMED,Procedure,Procedure,S,180325003 4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 -4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,SNOMED,Procedure,Procedure,S,433112001 -4216130,Percutaneous coronary intervention,SNOMED,Procedure,Procedure,S,415070008 -4216746,Positive end expiratory pressure setting,SNOMED,Observation,Observable Entity,S,416595007 -4217646,Implantable defibrillator,SNOMED,Device,Physical Object,S,72506001 -4230911,Echocardiography,SNOMED,Procedure,Procedure,S,40701008 -4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 -4257036,Antenatal hepatitis B blood screening test status,SNOMED,Observation,Clinical Finding,S,408823004 -4329847,Myocardial infarction,SNOMED,Condition,Clinical Finding,S,22298006 -4336464,Coronary artery bypass graft,SNOMED,Procedure,Procedure,S,232717009 4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 -4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 -19018935,digoxin 0.125 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,197604 -19075601,clopidogrel 75 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,309362 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,RxNorm,Drug,Clinical Drug,S,705129 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,833036 -40163554,warfarin sodium 5 MG Oral Tablet,RxNorm,Drug,Clinical Drug,S,855332 -40171902,verapamil hydrochloride 40 MG,RxNorm,Drug,Clinical Drug Comp,S,897718 -40213154,"Influenza, seasonal, injectable, preservative free",CVX,Drug,CVX,S,140 -40213160,"poliovirus vaccine, inactivated",CVX,Drug,CVX,S,10 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",CVX,Drug,CVX,S,114 -40213183,"measles, mumps and rubella virus vaccine",CVX,Drug,CVX,S,03 -40213198,"pneumococcal conjugate vaccine, 13 valent",CVX,Drug,CVX,S,133 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",CVX,Drug,CVX,S,33 -40213216,"rotavirus, live, monovalent vaccine",CVX,Drug,CVX,S,119 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",CVX,Drug,CVX,S,113 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",CVX,Drug,CVX,S,115 -40213251,varicella virus vaccine,CVX,Drug,CVX,S,21 -40213260,"zoster vaccine, live",CVX,Drug,CVX,S,121 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",CVX,Drug,CVX,S,20 -40213296,"hepatitis A vaccine, adult dosage",CVX,Drug,CVX,S,52 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",CVX,Drug,CVX,S,83 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",CVX,Drug,CVX,S,08 -40213306,"hepatitis B vaccine, adult dosage",CVX,Drug,CVX,S,43 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",CVX,Drug,CVX,S,49 -40213320,"human papilloma virus vaccine, quadrivalent",CVX,Drug,CVX,S,62 -40220960,alteplase 100 MG Injection,RxNorm,Drug,Clinical Drug,S,1804799 -40243436,1 ML atropine sulfate 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1190795 -40492359,Insertion of biventricular implantable cardioverter defibrillator,SNOMED,Procedure,Procedure,S,447365002 +4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 -45767945,Coronary artery stent,SNOMED,Device,Physical Object,S,705643001 -45772840,Implantable cardiac pacemaker,SNOMED,Device,Physical Object,S,706004007 -46275916,1 ML epinephrine 1 MG/ML Injection,RxNorm,Drug,Quant Clinical Drug,S,1660014 diff --git a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv index 5d2a623..b760489 100644 --- a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv +++ b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv @@ -1,12049 +1,23 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person -313217,Atrial fibrillation,1970,3,1,1 -313217,Atrial fibrillation,1970,9,1,1 -313217,Atrial fibrillation,1971,9,1,1 -313217,Atrial fibrillation,1974,10,1,1 -313217,Atrial fibrillation,1975,7,1,1 -313217,Atrial fibrillation,1975,12,2,1 -313217,Atrial fibrillation,1977,5,2,1 -313217,Atrial fibrillation,1977,6,1,1 -313217,Atrial fibrillation,1977,7,1,1 -313217,Atrial fibrillation,1978,12,1,1 -313217,Atrial fibrillation,1979,4,2,1 -313217,Atrial fibrillation,1979,11,1,1 -313217,Atrial fibrillation,1980,3,1,1 -313217,Atrial fibrillation,1980,11,1,1 -313217,Atrial fibrillation,1981,3,1,1 -313217,Atrial fibrillation,1981,4,1,1 -313217,Atrial fibrillation,1981,7,1,1 -313217,Atrial fibrillation,1981,12,1,1 -313217,Atrial fibrillation,1982,6,1,1 -313217,Atrial fibrillation,1982,8,1,1 -313217,Atrial fibrillation,1982,12,2,1 -313217,Atrial fibrillation,1983,1,1,1 -313217,Atrial fibrillation,1983,7,2,1 -313217,Atrial fibrillation,1983,12,2,1 -313217,Atrial fibrillation,1984,2,1,1 -313217,Atrial fibrillation,1984,3,1,1 -313217,Atrial fibrillation,1984,5,1,1 -313217,Atrial fibrillation,1984,7,1,1 -313217,Atrial fibrillation,1984,8,1,1 -313217,Atrial fibrillation,1984,10,1,1 -313217,Atrial fibrillation,1984,11,1,1 -313217,Atrial fibrillation,1984,12,1,1 -313217,Atrial fibrillation,1985,3,1,1 -313217,Atrial fibrillation,1985,4,1,1 -313217,Atrial fibrillation,1985,5,1,1 -313217,Atrial fibrillation,1985,6,1,1 -313217,Atrial fibrillation,1986,4,1,1 -313217,Atrial fibrillation,1986,5,1,1 -313217,Atrial fibrillation,1986,9,1,1 -313217,Atrial fibrillation,1986,11,1,1 -313217,Atrial fibrillation,1987,1,2,1 -313217,Atrial fibrillation,1987,5,3,1 -313217,Atrial fibrillation,1987,10,1,1 -313217,Atrial fibrillation,1987,11,1,1 -313217,Atrial fibrillation,1988,1,1,1 -313217,Atrial fibrillation,1988,6,1,1 -313217,Atrial fibrillation,1989,4,1,1 -313217,Atrial fibrillation,1989,5,1,1 -313217,Atrial fibrillation,1989,6,1,1 -313217,Atrial fibrillation,1989,7,1,1 -313217,Atrial fibrillation,1989,10,1,1 -313217,Atrial fibrillation,1990,1,2,1 -313217,Atrial fibrillation,1990,2,1,1 -313217,Atrial fibrillation,1990,5,3,1 -313217,Atrial fibrillation,1990,6,2,1 -313217,Atrial fibrillation,1990,8,1,1 -313217,Atrial fibrillation,1990,12,2,1 -313217,Atrial fibrillation,1991,1,1,1 -313217,Atrial fibrillation,1991,2,1,1 -313217,Atrial fibrillation,1991,3,1,1 -313217,Atrial fibrillation,1991,4,1,1 -313217,Atrial fibrillation,1991,5,1,1 -313217,Atrial fibrillation,1991,6,2,1 -313217,Atrial fibrillation,1991,7,1,1 -313217,Atrial fibrillation,1991,8,4,1 -313217,Atrial fibrillation,1991,10,2,1 -313217,Atrial fibrillation,1992,1,1,1 -313217,Atrial fibrillation,1992,3,1,1 -313217,Atrial fibrillation,1992,7,1,1 -313217,Atrial fibrillation,1992,8,2,1 -313217,Atrial fibrillation,1992,9,2,1 -313217,Atrial fibrillation,1992,10,1,1 -313217,Atrial fibrillation,1993,1,1,1 -313217,Atrial fibrillation,1993,2,2,1 -313217,Atrial fibrillation,1993,5,1,1 -313217,Atrial fibrillation,1993,6,1,1 -313217,Atrial fibrillation,1993,7,1,1 -313217,Atrial fibrillation,1993,10,2,1 -313217,Atrial fibrillation,1993,11,1,1 -313217,Atrial fibrillation,1994,3,1,1 -313217,Atrial fibrillation,1994,4,1,1 -313217,Atrial fibrillation,1994,6,2,1 -313217,Atrial fibrillation,1994,8,1,1 -313217,Atrial fibrillation,1994,9,1,1 -313217,Atrial fibrillation,1994,12,2,1 -313217,Atrial fibrillation,1995,3,1,1 -313217,Atrial fibrillation,1995,6,1,1 -313217,Atrial fibrillation,1995,7,1,1 -313217,Atrial fibrillation,1995,9,2,1 -313217,Atrial fibrillation,1995,11,1,1 -313217,Atrial fibrillation,1995,12,3,1 -313217,Atrial fibrillation,1996,3,1,1 -313217,Atrial fibrillation,1996,6,2,1 -313217,Atrial fibrillation,1996,7,1,1 -313217,Atrial fibrillation,1996,8,1,1 -313217,Atrial fibrillation,1996,10,3,1 -313217,Atrial fibrillation,1996,12,1,1 -313217,Atrial fibrillation,1997,1,1,1 -313217,Atrial fibrillation,1997,5,3,1 -313217,Atrial fibrillation,1997,6,2,1 -313217,Atrial fibrillation,1997,8,2,1 -313217,Atrial fibrillation,1997,9,5,1 -313217,Atrial fibrillation,1997,10,1,1 -313217,Atrial fibrillation,1998,2,3,1 -313217,Atrial fibrillation,1998,3,2,1 -313217,Atrial fibrillation,1998,4,2,1 -313217,Atrial fibrillation,1998,6,2,1 -313217,Atrial fibrillation,1998,8,3,1 -313217,Atrial fibrillation,1998,10,1,1 -313217,Atrial fibrillation,1998,11,1,1 -313217,Atrial fibrillation,1998,12,1,1 -313217,Atrial fibrillation,1999,2,1,1 -313217,Atrial fibrillation,1999,4,1,1 -313217,Atrial fibrillation,1999,5,2,1 -313217,Atrial fibrillation,1999,6,1,1 -313217,Atrial fibrillation,1999,7,2,1 -313217,Atrial fibrillation,1999,9,1,1 -313217,Atrial fibrillation,1999,11,2,1 -313217,Atrial fibrillation,2000,1,2,1 -313217,Atrial fibrillation,2000,2,4,1 -313217,Atrial fibrillation,2000,3,5,1 -313217,Atrial fibrillation,2000,6,2,1 -313217,Atrial fibrillation,2000,7,1,1 -313217,Atrial fibrillation,2000,8,2,1 -313217,Atrial fibrillation,2000,10,1,1 -313217,Atrial fibrillation,2000,11,3,1 -313217,Atrial fibrillation,2000,12,1,1 -313217,Atrial fibrillation,2001,2,1,1 -313217,Atrial fibrillation,2001,4,2,1 -313217,Atrial fibrillation,2001,6,4,1 -313217,Atrial fibrillation,2001,7,2,1 -313217,Atrial fibrillation,2001,9,1,1 -313217,Atrial fibrillation,2001,10,1,1 -313217,Atrial fibrillation,2001,12,1,1 -313217,Atrial fibrillation,2002,1,3,1 -313217,Atrial fibrillation,2002,2,1,1 -313217,Atrial fibrillation,2002,3,3,1 -313217,Atrial fibrillation,2002,5,3,1 -313217,Atrial fibrillation,2002,6,3,1 -313217,Atrial fibrillation,2002,7,1,1 -313217,Atrial fibrillation,2002,8,1,1 -313217,Atrial fibrillation,2002,9,1,1 -313217,Atrial fibrillation,2002,12,4,1 -313217,Atrial fibrillation,2003,1,3,1 -313217,Atrial fibrillation,2003,2,4,1 -313217,Atrial fibrillation,2003,5,4,1 -313217,Atrial fibrillation,2003,6,3,1 -313217,Atrial fibrillation,2003,8,2,1 -313217,Atrial fibrillation,2003,9,2,1 -313217,Atrial fibrillation,2003,10,1,1 -313217,Atrial fibrillation,2003,11,1,1 -313217,Atrial fibrillation,2003,12,1,1 -313217,Atrial fibrillation,2004,1,3,1 -313217,Atrial fibrillation,2004,2,1,1 -313217,Atrial fibrillation,2004,3,2,1 -313217,Atrial fibrillation,2004,4,2,1 -313217,Atrial fibrillation,2004,5,2,1 -313217,Atrial fibrillation,2004,6,1,1 -313217,Atrial fibrillation,2004,7,3,1 -313217,Atrial fibrillation,2004,8,3,1 -313217,Atrial fibrillation,2004,10,2,1 -313217,Atrial fibrillation,2004,11,2,1 -313217,Atrial fibrillation,2004,12,2,1 -313217,Atrial fibrillation,2005,1,1,1 -313217,Atrial fibrillation,2005,2,1,1 -313217,Atrial fibrillation,2005,3,3,1 -313217,Atrial fibrillation,2005,4,2,1 -313217,Atrial fibrillation,2005,5,1,1 -313217,Atrial fibrillation,2005,6,1,1 -313217,Atrial fibrillation,2005,7,1,1 -313217,Atrial fibrillation,2005,9,3,1 -313217,Atrial fibrillation,2005,10,1,1 -313217,Atrial fibrillation,2005,12,2,1 -313217,Atrial fibrillation,2006,1,2,1 -313217,Atrial fibrillation,2006,2,2,1 -313217,Atrial fibrillation,2006,3,1,1 -313217,Atrial fibrillation,2006,4,4,1 -313217,Atrial fibrillation,2006,6,1,1 -313217,Atrial fibrillation,2006,7,2,1 -313217,Atrial fibrillation,2006,8,1,1 -313217,Atrial fibrillation,2006,9,3,1 -313217,Atrial fibrillation,2006,10,2,1 -313217,Atrial fibrillation,2006,11,1,1 -313217,Atrial fibrillation,2006,12,2,1 -313217,Atrial fibrillation,2007,2,2,1 -313217,Atrial fibrillation,2007,3,1,1 -313217,Atrial fibrillation,2007,4,3,1 -313217,Atrial fibrillation,2007,6,3,1 -313217,Atrial fibrillation,2007,9,1,1 -313217,Atrial fibrillation,2007,10,2,1 -313217,Atrial fibrillation,2007,11,2,1 -313217,Atrial fibrillation,2007,12,4,1 -313217,Atrial fibrillation,2008,1,1,1 -313217,Atrial fibrillation,2008,2,1,1 -313217,Atrial fibrillation,2008,3,4,1 -313217,Atrial fibrillation,2008,5,3,1 -313217,Atrial fibrillation,2008,6,1,1 -313217,Atrial fibrillation,2008,7,2,1 -313217,Atrial fibrillation,2008,8,2,1 -313217,Atrial fibrillation,2008,9,2,1 -313217,Atrial fibrillation,2008,10,2,1 -313217,Atrial fibrillation,2008,11,1,1 -313217,Atrial fibrillation,2009,1,5,1 -313217,Atrial fibrillation,2009,2,1,1 -313217,Atrial fibrillation,2009,3,4,1 -313217,Atrial fibrillation,2009,4,4,1 -313217,Atrial fibrillation,2009,5,1,1 -313217,Atrial fibrillation,2009,6,2,1 -313217,Atrial fibrillation,2009,7,2,1 -313217,Atrial fibrillation,2009,8,2,1 -313217,Atrial fibrillation,2009,9,4,1 -313217,Atrial fibrillation,2009,10,2,1 -313217,Atrial fibrillation,2009,11,2,1 -313217,Atrial fibrillation,2009,12,3,1 -313217,Atrial fibrillation,2010,1,1,1 -313217,Atrial fibrillation,2010,2,3,1 -313217,Atrial fibrillation,2010,3,1,1 -313217,Atrial fibrillation,2010,4,2,1 -313217,Atrial fibrillation,2010,5,4,1 -313217,Atrial fibrillation,2010,6,2,1 -313217,Atrial fibrillation,2010,7,1,1 -313217,Atrial fibrillation,2010,9,3,1 -313217,Atrial fibrillation,2010,10,2,1 -313217,Atrial fibrillation,2010,11,1,1 -313217,Atrial fibrillation,2011,1,6,1 -313217,Atrial fibrillation,2011,2,1,1 -313217,Atrial fibrillation,2011,3,1,1 -313217,Atrial fibrillation,2011,4,2,1 -313217,Atrial fibrillation,2011,5,1,1 -313217,Atrial fibrillation,2011,6,2,1 -313217,Atrial fibrillation,2011,7,4,1 -313217,Atrial fibrillation,2011,8,2,1 -313217,Atrial fibrillation,2011,9,4,1 -313217,Atrial fibrillation,2011,10,3,1 -313217,Atrial fibrillation,2011,11,1,1 -313217,Atrial fibrillation,2011,12,2,1 -313217,Atrial fibrillation,2012,1,3,1 -313217,Atrial fibrillation,2012,2,1,1 -313217,Atrial fibrillation,2012,3,2,1 -313217,Atrial fibrillation,2012,4,3,1 -313217,Atrial fibrillation,2012,5,2,1 -313217,Atrial fibrillation,2012,6,1,1 -313217,Atrial fibrillation,2012,7,2,1 -313217,Atrial fibrillation,2012,8,1,1 -313217,Atrial fibrillation,2012,9,5,1 -313217,Atrial fibrillation,2012,10,2,1 -313217,Atrial fibrillation,2012,11,2,1 -313217,Atrial fibrillation,2012,12,5,1 -313217,Atrial fibrillation,2013,2,2,1 -313217,Atrial fibrillation,2013,3,3,1 -313217,Atrial fibrillation,2013,4,2,1 -313217,Atrial fibrillation,2013,6,2,1 -313217,Atrial fibrillation,2013,7,2,1 -313217,Atrial fibrillation,2013,8,1,1 -313217,Atrial fibrillation,2013,9,1,1 -313217,Atrial fibrillation,2013,10,3,1 -313217,Atrial fibrillation,2013,11,2,1 -313217,Atrial fibrillation,2013,12,3,1 -313217,Atrial fibrillation,2014,1,2,1 -313217,Atrial fibrillation,2014,2,4,1 -313217,Atrial fibrillation,2014,3,1,1 -313217,Atrial fibrillation,2014,4,2,1 -313217,Atrial fibrillation,2014,5,3,1 -313217,Atrial fibrillation,2014,6,2,1 -313217,Atrial fibrillation,2014,7,6,1 -313217,Atrial fibrillation,2014,8,6,1 -313217,Atrial fibrillation,2014,9,1,1 -313217,Atrial fibrillation,2014,10,1,1 -313217,Atrial fibrillation,2014,11,3,1 -313217,Atrial fibrillation,2014,12,4,1 -313217,Atrial fibrillation,2015,1,2,1 -313217,Atrial fibrillation,2015,2,3,1 -313217,Atrial fibrillation,2015,3,6,1 -313217,Atrial fibrillation,2015,4,2,1 -313217,Atrial fibrillation,2015,5,5,1 -313217,Atrial fibrillation,2015,6,2,1 -313217,Atrial fibrillation,2015,7,4,1 -313217,Atrial fibrillation,2015,8,1,1 -313217,Atrial fibrillation,2015,9,5,1 -313217,Atrial fibrillation,2015,10,2,1 -313217,Atrial fibrillation,2015,11,3,1 -313217,Atrial fibrillation,2015,12,1,1 -313217,Atrial fibrillation,2016,1,4,1 -313217,Atrial fibrillation,2016,2,2,1 -313217,Atrial fibrillation,2016,3,1,1 -313217,Atrial fibrillation,2016,4,2,1 -313217,Atrial fibrillation,2016,5,6,1 -313217,Atrial fibrillation,2016,6,3,1 -313217,Atrial fibrillation,2016,7,3,1 -313217,Atrial fibrillation,2016,8,4,1 -313217,Atrial fibrillation,2016,9,1,1 -313217,Atrial fibrillation,2016,10,2,1 -313217,Atrial fibrillation,2016,12,1,1 -313217,Atrial fibrillation,2017,1,2,1 -313217,Atrial fibrillation,2017,2,1,1 -313217,Atrial fibrillation,2017,3,4,1 -313217,Atrial fibrillation,2017,4,3,1 -313217,Atrial fibrillation,2017,5,4,1 -313217,Atrial fibrillation,2017,6,5,1 -313217,Atrial fibrillation,2017,8,4,1 -313217,Atrial fibrillation,2017,9,1,1 -313217,Atrial fibrillation,2017,10,4,1 -313217,Atrial fibrillation,2017,11,3,1 -313217,Atrial fibrillation,2017,12,2,1 -313217,Atrial fibrillation,2018,1,1,1 -313217,Atrial fibrillation,2018,2,2,1 -313217,Atrial fibrillation,2018,3,5,1 -313217,Atrial fibrillation,2018,4,4,1 -313217,Atrial fibrillation,2018,5,1,1 -313217,Atrial fibrillation,2018,6,2,1 -313217,Atrial fibrillation,2018,7,2,1 -313217,Atrial fibrillation,2018,8,7,1 -313217,Atrial fibrillation,2018,9,1,1 -313217,Atrial fibrillation,2018,10,4,1 -313217,Atrial fibrillation,2018,11,3,1 -313217,Atrial fibrillation,2018,12,4,1 -313217,Atrial fibrillation,2019,1,3,1 -313217,Atrial fibrillation,2019,2,2,1 -313217,Atrial fibrillation,2019,3,2,1 -313217,Atrial fibrillation,2019,4,2,1 -313217,Atrial fibrillation,2019,5,4,1 -313217,Atrial fibrillation,2019,6,3,1 -313217,Atrial fibrillation,2019,7,3,1 -313217,Atrial fibrillation,2019,8,4,1 -313217,Atrial fibrillation,2019,9,3,1 -313217,Atrial fibrillation,2019,10,4,1 -313217,Atrial fibrillation,2019,11,2,1 -313217,Atrial fibrillation,2019,12,2,1 -313217,Atrial fibrillation,2020,1,6,1 -313217,Atrial fibrillation,2020,2,1,1 -313217,Atrial fibrillation,2020,3,2,1 -313217,Atrial fibrillation,2020,4,1,1 -313217,Atrial fibrillation,2020,5,3,1 -313217,Atrial fibrillation,2020,6,5,1 -313217,Atrial fibrillation,2020,7,2,1 -313217,Atrial fibrillation,2020,8,7,1 -313217,Atrial fibrillation,2020,9,2,1 -313217,Atrial fibrillation,2020,10,4,1 -313217,Atrial fibrillation,2020,11,5,1 -313217,Atrial fibrillation,2020,12,5,1 -313217,Atrial fibrillation,2021,1,3,1 -313217,Atrial fibrillation,2021,2,1,1 -313217,Atrial fibrillation,2021,3,3,1 -313217,Atrial fibrillation,2021,4,3,1 -313217,Atrial fibrillation,2021,5,4,1 -313217,Atrial fibrillation,2021,6,1,1 -313217,Atrial fibrillation,2021,7,6,1 -313217,Atrial fibrillation,2021,8,2,1 -313217,Atrial fibrillation,2021,9,3,1 -313217,Atrial fibrillation,2021,10,4,1 -313217,Atrial fibrillation,2021,11,3,1 -313217,Atrial fibrillation,2021,12,3,1 -313217,Atrial fibrillation,2022,1,4,1 -313217,Atrial fibrillation,2022,2,8,1 -313217,Atrial fibrillation,2022,3,4,1 -313217,Atrial fibrillation,2022,4,7,1 -313217,Atrial fibrillation,2022,5,7,1 -313217,Atrial fibrillation,2022,6,3,1 -313217,Atrial fibrillation,2022,7,5,1 -313217,Atrial fibrillation,2022,8,4,1 -313217,Atrial fibrillation,2022,9,2,1 -313217,Atrial fibrillation,2022,10,6,1 -313217,Atrial fibrillation,2022,11,2,1 -313217,Atrial fibrillation,2022,12,4,1 -313217,Atrial fibrillation,2023,1,1,1 -313217,Atrial fibrillation,2023,2,3,1 -313217,Atrial fibrillation,2023,3,3,1 -313217,Atrial fibrillation,2023,4,4,1 -313217,Atrial fibrillation,2023,5,3,1 -313217,Atrial fibrillation,2023,6,2,1 -317576,Coronary arteriosclerosis,1933,3,1,1 -317576,Coronary arteriosclerosis,1933,6,1,1 -317576,Coronary arteriosclerosis,1934,6,1,1 -317576,Coronary arteriosclerosis,1934,12,1,1 -317576,Coronary arteriosclerosis,1935,10,1,1 -317576,Coronary arteriosclerosis,1935,11,1,1 -317576,Coronary arteriosclerosis,1936,4,1,1 -317576,Coronary arteriosclerosis,1939,3,1,1 -317576,Coronary arteriosclerosis,1939,10,1,1 -317576,Coronary arteriosclerosis,1940,8,1,1 -317576,Coronary arteriosclerosis,1941,3,1,1 -317576,Coronary arteriosclerosis,1941,4,1,1 -317576,Coronary arteriosclerosis,1942,6,1,1 -317576,Coronary arteriosclerosis,1943,3,1,1 -317576,Coronary arteriosclerosis,1943,4,1,1 -317576,Coronary arteriosclerosis,1943,8,1,1 -317576,Coronary arteriosclerosis,1943,10,1,1 -317576,Coronary arteriosclerosis,1944,8,1,1 -317576,Coronary arteriosclerosis,1945,10,1,1 -317576,Coronary arteriosclerosis,1946,11,1,1 -317576,Coronary arteriosclerosis,1947,3,1,1 -317576,Coronary arteriosclerosis,1948,2,1,1 -317576,Coronary arteriosclerosis,1948,10,1,1 -317576,Coronary arteriosclerosis,1950,3,1,1 -317576,Coronary arteriosclerosis,1950,7,1,1 -317576,Coronary arteriosclerosis,1951,3,1,1 -317576,Coronary arteriosclerosis,1951,10,3,1 -317576,Coronary arteriosclerosis,1952,2,2,1 -317576,Coronary arteriosclerosis,1952,3,1,1 -317576,Coronary arteriosclerosis,1952,12,1,1 -317576,Coronary arteriosclerosis,1953,3,2,1 -317576,Coronary arteriosclerosis,1954,5,1,1 -317576,Coronary arteriosclerosis,1954,6,1,1 -317576,Coronary arteriosclerosis,1954,9,1,1 -317576,Coronary arteriosclerosis,1954,10,1,1 -317576,Coronary arteriosclerosis,1954,12,1,1 -317576,Coronary arteriosclerosis,1955,3,1,1 -317576,Coronary arteriosclerosis,1955,4,1,1 -317576,Coronary arteriosclerosis,1955,6,1,1 -317576,Coronary arteriosclerosis,1955,9,1,1 -317576,Coronary arteriosclerosis,1957,11,2,1 -317576,Coronary arteriosclerosis,1958,3,1,1 -317576,Coronary arteriosclerosis,1958,6,1,1 -317576,Coronary arteriosclerosis,1959,5,1,1 -317576,Coronary arteriosclerosis,1959,6,2,1 -317576,Coronary arteriosclerosis,1960,9,1,1 -317576,Coronary arteriosclerosis,1960,11,1,1 -317576,Coronary arteriosclerosis,1960,12,2,1 -317576,Coronary arteriosclerosis,1961,2,2,1 -317576,Coronary arteriosclerosis,1961,8,1,1 -317576,Coronary arteriosclerosis,1962,3,1,1 -317576,Coronary arteriosclerosis,1962,4,1,1 -317576,Coronary arteriosclerosis,1962,11,1,1 -317576,Coronary arteriosclerosis,1963,3,1,1 -317576,Coronary arteriosclerosis,1963,6,1,1 -317576,Coronary arteriosclerosis,1963,7,1,1 -317576,Coronary arteriosclerosis,1964,5,1,1 -317576,Coronary arteriosclerosis,1964,6,2,1 -317576,Coronary arteriosclerosis,1964,7,1,1 -317576,Coronary arteriosclerosis,1964,10,3,1 -317576,Coronary arteriosclerosis,1964,11,1,1 -317576,Coronary arteriosclerosis,1965,7,1,1 -317576,Coronary arteriosclerosis,1965,8,1,1 -317576,Coronary arteriosclerosis,1965,9,2,1 -317576,Coronary arteriosclerosis,1966,7,1,1 -317576,Coronary arteriosclerosis,1966,12,1,1 -317576,Coronary arteriosclerosis,1967,3,2,1 -317576,Coronary arteriosclerosis,1967,5,1,1 -317576,Coronary arteriosclerosis,1967,7,1,1 -317576,Coronary arteriosclerosis,1967,9,1,1 -317576,Coronary arteriosclerosis,1967,11,1,1 -317576,Coronary arteriosclerosis,1968,2,1,1 -317576,Coronary arteriosclerosis,1968,3,1,1 -317576,Coronary arteriosclerosis,1968,8,1,1 -317576,Coronary arteriosclerosis,1968,12,1,1 -317576,Coronary arteriosclerosis,1969,1,1,1 -317576,Coronary arteriosclerosis,1969,3,1,1 -317576,Coronary arteriosclerosis,1969,5,1,1 -317576,Coronary arteriosclerosis,1969,6,1,1 -317576,Coronary arteriosclerosis,1969,8,2,1 -317576,Coronary arteriosclerosis,1969,10,2,1 -317576,Coronary arteriosclerosis,1970,1,1,1 -317576,Coronary arteriosclerosis,1970,5,2,1 -317576,Coronary arteriosclerosis,1970,7,1,1 -317576,Coronary arteriosclerosis,1970,10,1,1 -317576,Coronary arteriosclerosis,1970,12,1,1 -317576,Coronary arteriosclerosis,1971,3,1,1 -317576,Coronary arteriosclerosis,1971,4,1,1 -317576,Coronary arteriosclerosis,1971,5,1,1 -317576,Coronary arteriosclerosis,1971,9,3,1 -317576,Coronary arteriosclerosis,1971,11,1,1 -317576,Coronary arteriosclerosis,1972,4,1,1 -317576,Coronary arteriosclerosis,1972,9,1,1 -317576,Coronary arteriosclerosis,1972,10,1,1 -317576,Coronary arteriosclerosis,1973,6,1,1 -317576,Coronary arteriosclerosis,1973,7,1,1 -317576,Coronary arteriosclerosis,1973,8,2,1 -317576,Coronary arteriosclerosis,1973,9,1,1 -317576,Coronary arteriosclerosis,1974,1,2,1 -317576,Coronary arteriosclerosis,1974,3,2,1 -317576,Coronary arteriosclerosis,1974,9,1,1 -317576,Coronary arteriosclerosis,1974,10,2,1 -317576,Coronary arteriosclerosis,1975,2,1,1 -317576,Coronary arteriosclerosis,1975,12,1,1 -317576,Coronary arteriosclerosis,1976,2,1,1 -317576,Coronary arteriosclerosis,1976,4,1,1 -317576,Coronary arteriosclerosis,1976,5,1,1 -317576,Coronary arteriosclerosis,1976,8,1,1 -317576,Coronary arteriosclerosis,1977,1,2,1 -317576,Coronary arteriosclerosis,1977,3,1,1 -317576,Coronary arteriosclerosis,1978,6,2,1 -317576,Coronary arteriosclerosis,1978,10,1,1 -317576,Coronary arteriosclerosis,1978,11,1,1 -317576,Coronary arteriosclerosis,1979,8,1,1 -317576,Coronary arteriosclerosis,1979,12,1,1 -317576,Coronary arteriosclerosis,1980,2,2,1 -317576,Coronary arteriosclerosis,1980,4,1,1 -317576,Coronary arteriosclerosis,1980,5,2,1 -317576,Coronary arteriosclerosis,1980,6,2,1 -317576,Coronary arteriosclerosis,1980,7,1,1 -317576,Coronary arteriosclerosis,1981,3,1,1 -317576,Coronary arteriosclerosis,1981,4,1,1 -317576,Coronary arteriosclerosis,1981,6,1,1 -317576,Coronary arteriosclerosis,1981,8,1,1 -317576,Coronary arteriosclerosis,1981,10,1,1 -317576,Coronary arteriosclerosis,1981,11,1,1 -317576,Coronary arteriosclerosis,1982,4,2,1 -317576,Coronary arteriosclerosis,1982,6,1,1 -317576,Coronary arteriosclerosis,1982,7,1,1 -317576,Coronary arteriosclerosis,1982,9,1,1 -317576,Coronary arteriosclerosis,1982,10,2,1 -317576,Coronary arteriosclerosis,1982,12,3,1 -317576,Coronary arteriosclerosis,1983,1,2,1 -317576,Coronary arteriosclerosis,1983,3,4,1 -317576,Coronary arteriosclerosis,1983,4,1,1 -317576,Coronary arteriosclerosis,1983,5,1,1 -317576,Coronary arteriosclerosis,1983,6,2,1 -317576,Coronary arteriosclerosis,1983,7,2,1 -317576,Coronary arteriosclerosis,1983,8,2,1 -317576,Coronary arteriosclerosis,1983,9,1,1 -317576,Coronary arteriosclerosis,1983,11,1,1 -317576,Coronary arteriosclerosis,1984,1,1,1 -317576,Coronary arteriosclerosis,1984,3,1,1 -317576,Coronary arteriosclerosis,1984,4,1,1 -317576,Coronary arteriosclerosis,1984,5,1,1 -317576,Coronary arteriosclerosis,1984,6,1,1 -317576,Coronary arteriosclerosis,1984,8,1,1 -317576,Coronary arteriosclerosis,1984,9,1,1 -317576,Coronary arteriosclerosis,1984,10,1,1 -317576,Coronary arteriosclerosis,1985,4,3,1 -317576,Coronary arteriosclerosis,1985,7,1,1 -317576,Coronary arteriosclerosis,1985,8,1,1 -317576,Coronary arteriosclerosis,1985,9,1,1 -317576,Coronary arteriosclerosis,1985,10,1,1 -317576,Coronary arteriosclerosis,1985,12,1,1 -317576,Coronary arteriosclerosis,1986,1,1,1 -317576,Coronary arteriosclerosis,1986,3,1,1 -317576,Coronary arteriosclerosis,1986,5,1,1 -317576,Coronary arteriosclerosis,1986,7,2,1 -317576,Coronary arteriosclerosis,1986,8,1,1 -317576,Coronary arteriosclerosis,1986,9,1,1 -317576,Coronary arteriosclerosis,1986,11,1,1 -317576,Coronary arteriosclerosis,1986,12,3,1 -317576,Coronary arteriosclerosis,1987,1,2,1 -317576,Coronary arteriosclerosis,1987,2,1,1 -317576,Coronary arteriosclerosis,1987,4,2,1 -317576,Coronary arteriosclerosis,1987,5,2,1 -317576,Coronary arteriosclerosis,1987,6,2,1 -317576,Coronary arteriosclerosis,1987,7,2,1 -317576,Coronary arteriosclerosis,1987,8,1,1 -317576,Coronary arteriosclerosis,1987,9,1,1 -317576,Coronary arteriosclerosis,1987,10,2,1 -317576,Coronary arteriosclerosis,1988,2,1,1 -317576,Coronary arteriosclerosis,1988,3,3,1 -317576,Coronary arteriosclerosis,1988,4,1,1 -317576,Coronary arteriosclerosis,1988,5,2,1 -317576,Coronary arteriosclerosis,1988,8,2,1 -317576,Coronary arteriosclerosis,1988,10,1,1 -317576,Coronary arteriosclerosis,1988,11,2,1 -317576,Coronary arteriosclerosis,1988,12,1,1 -317576,Coronary arteriosclerosis,1989,3,3,1 -317576,Coronary arteriosclerosis,1989,4,2,1 -317576,Coronary arteriosclerosis,1989,5,2,1 -317576,Coronary arteriosclerosis,1989,7,1,1 -317576,Coronary arteriosclerosis,1989,8,1,1 -317576,Coronary arteriosclerosis,1989,9,2,1 -317576,Coronary arteriosclerosis,1989,10,3,1 -317576,Coronary arteriosclerosis,1989,11,2,1 -317576,Coronary arteriosclerosis,1989,12,1,1 -317576,Coronary arteriosclerosis,1990,1,1,1 -317576,Coronary arteriosclerosis,1990,2,1,1 -317576,Coronary arteriosclerosis,1990,3,2,1 -317576,Coronary arteriosclerosis,1990,5,2,1 -317576,Coronary arteriosclerosis,1990,6,4,1 -317576,Coronary arteriosclerosis,1990,7,1,1 -317576,Coronary arteriosclerosis,1990,8,2,1 -317576,Coronary arteriosclerosis,1990,9,1,1 -317576,Coronary arteriosclerosis,1990,11,1,1 -317576,Coronary arteriosclerosis,1990,12,1,1 -317576,Coronary arteriosclerosis,1991,3,1,1 -317576,Coronary arteriosclerosis,1991,5,1,1 -317576,Coronary arteriosclerosis,1991,6,3,1 -317576,Coronary arteriosclerosis,1991,7,5,1 -317576,Coronary arteriosclerosis,1991,8,4,1 -317576,Coronary arteriosclerosis,1991,9,1,1 -317576,Coronary arteriosclerosis,1991,10,3,1 -317576,Coronary arteriosclerosis,1991,11,1,1 -317576,Coronary arteriosclerosis,1991,12,3,1 -317576,Coronary arteriosclerosis,1992,1,2,1 -317576,Coronary arteriosclerosis,1992,3,3,1 -317576,Coronary arteriosclerosis,1992,4,1,1 -317576,Coronary arteriosclerosis,1992,5,1,1 -317576,Coronary arteriosclerosis,1992,6,4,1 -317576,Coronary arteriosclerosis,1992,7,1,1 -317576,Coronary arteriosclerosis,1992,8,1,1 -317576,Coronary arteriosclerosis,1992,9,2,1 -317576,Coronary arteriosclerosis,1992,10,1,1 -317576,Coronary arteriosclerosis,1992,11,1,1 -317576,Coronary arteriosclerosis,1992,12,1,1 -317576,Coronary arteriosclerosis,1993,1,2,1 -317576,Coronary arteriosclerosis,1993,2,1,1 -317576,Coronary arteriosclerosis,1993,3,2,1 -317576,Coronary arteriosclerosis,1993,4,1,1 -317576,Coronary arteriosclerosis,1993,5,2,1 -317576,Coronary arteriosclerosis,1993,6,2,1 -317576,Coronary arteriosclerosis,1993,7,1,1 -317576,Coronary arteriosclerosis,1993,8,1,1 -317576,Coronary arteriosclerosis,1993,9,2,1 -317576,Coronary arteriosclerosis,1993,11,1,1 -317576,Coronary arteriosclerosis,1994,1,1,1 -317576,Coronary arteriosclerosis,1994,2,3,1 -317576,Coronary arteriosclerosis,1994,4,2,1 -317576,Coronary arteriosclerosis,1994,7,1,1 -317576,Coronary arteriosclerosis,1994,8,1,1 -317576,Coronary arteriosclerosis,1994,9,4,1 -317576,Coronary arteriosclerosis,1994,10,2,1 -317576,Coronary arteriosclerosis,1994,11,5,1 -317576,Coronary arteriosclerosis,1994,12,1,1 -317576,Coronary arteriosclerosis,1995,1,3,1 -317576,Coronary arteriosclerosis,1995,2,1,1 -317576,Coronary arteriosclerosis,1995,4,4,1 -317576,Coronary arteriosclerosis,1995,5,1,1 -317576,Coronary arteriosclerosis,1995,6,4,1 -317576,Coronary arteriosclerosis,1995,8,1,1 -317576,Coronary arteriosclerosis,1995,9,1,1 -317576,Coronary arteriosclerosis,1995,10,1,1 -317576,Coronary arteriosclerosis,1995,11,3,1 -317576,Coronary arteriosclerosis,1995,12,3,1 -317576,Coronary arteriosclerosis,1996,1,3,1 -317576,Coronary arteriosclerosis,1996,2,2,1 -317576,Coronary arteriosclerosis,1996,4,3,1 -317576,Coronary arteriosclerosis,1996,5,1,1 -317576,Coronary arteriosclerosis,1996,6,4,1 -317576,Coronary arteriosclerosis,1996,7,2,1 -317576,Coronary arteriosclerosis,1996,8,1,1 -317576,Coronary arteriosclerosis,1996,9,3,1 -317576,Coronary arteriosclerosis,1996,10,2,1 -317576,Coronary arteriosclerosis,1996,11,4,1 -317576,Coronary arteriosclerosis,1997,1,4,1 -317576,Coronary arteriosclerosis,1997,2,1,1 -317576,Coronary arteriosclerosis,1997,3,1,1 -317576,Coronary arteriosclerosis,1997,4,1,1 -317576,Coronary arteriosclerosis,1997,5,1,1 -317576,Coronary arteriosclerosis,1997,6,2,1 -317576,Coronary arteriosclerosis,1997,7,4,1 -317576,Coronary arteriosclerosis,1997,9,2,1 -317576,Coronary arteriosclerosis,1997,11,1,1 -317576,Coronary arteriosclerosis,1997,12,1,1 -317576,Coronary arteriosclerosis,1998,1,2,1 -317576,Coronary arteriosclerosis,1998,2,2,1 -317576,Coronary arteriosclerosis,1998,3,3,1 -317576,Coronary arteriosclerosis,1998,6,2,1 -317576,Coronary arteriosclerosis,1998,7,1,1 -317576,Coronary arteriosclerosis,1998,8,5,1 -317576,Coronary arteriosclerosis,1998,9,2,1 -317576,Coronary arteriosclerosis,1998,10,1,1 -317576,Coronary arteriosclerosis,1998,11,1,1 -317576,Coronary arteriosclerosis,1998,12,3,1 -317576,Coronary arteriosclerosis,1999,1,4,1 -317576,Coronary arteriosclerosis,1999,2,2,1 -317576,Coronary arteriosclerosis,1999,3,2,1 -317576,Coronary arteriosclerosis,1999,4,1,1 -317576,Coronary arteriosclerosis,1999,5,3,1 -317576,Coronary arteriosclerosis,1999,6,2,1 -317576,Coronary arteriosclerosis,1999,7,1,1 -317576,Coronary arteriosclerosis,1999,8,3,1 -317576,Coronary arteriosclerosis,1999,9,2,1 -317576,Coronary arteriosclerosis,1999,10,3,1 -317576,Coronary arteriosclerosis,1999,11,3,1 -317576,Coronary arteriosclerosis,1999,12,3,1 -317576,Coronary arteriosclerosis,2000,1,4,1 -317576,Coronary arteriosclerosis,2000,3,2,1 -317576,Coronary arteriosclerosis,2000,4,1,1 -317576,Coronary arteriosclerosis,2000,5,1,1 -317576,Coronary arteriosclerosis,2000,6,4,1 -317576,Coronary arteriosclerosis,2000,7,1,1 -317576,Coronary arteriosclerosis,2000,8,2,1 -317576,Coronary arteriosclerosis,2000,9,1,1 -317576,Coronary arteriosclerosis,2000,10,3,1 -317576,Coronary arteriosclerosis,2000,11,2,1 -317576,Coronary arteriosclerosis,2000,12,4,1 -317576,Coronary arteriosclerosis,2001,1,3,1 -317576,Coronary arteriosclerosis,2001,2,3,1 -317576,Coronary arteriosclerosis,2001,3,2,1 -317576,Coronary arteriosclerosis,2001,4,3,1 -317576,Coronary arteriosclerosis,2001,5,2,1 -317576,Coronary arteriosclerosis,2001,6,3,1 -317576,Coronary arteriosclerosis,2001,7,5,1 -317576,Coronary arteriosclerosis,2001,8,3,1 -317576,Coronary arteriosclerosis,2001,9,2,1 -317576,Coronary arteriosclerosis,2001,10,2,1 -317576,Coronary arteriosclerosis,2001,11,1,1 -317576,Coronary arteriosclerosis,2001,12,5,1 -317576,Coronary arteriosclerosis,2002,3,3,1 -317576,Coronary arteriosclerosis,2002,4,3,1 -317576,Coronary arteriosclerosis,2002,5,5,1 -317576,Coronary arteriosclerosis,2002,6,1,1 -317576,Coronary arteriosclerosis,2002,7,6,1 -317576,Coronary arteriosclerosis,2002,8,2,1 -317576,Coronary arteriosclerosis,2002,9,1,1 -317576,Coronary arteriosclerosis,2002,10,1,1 -317576,Coronary arteriosclerosis,2002,11,3,1 -317576,Coronary arteriosclerosis,2002,12,2,1 -317576,Coronary arteriosclerosis,2003,1,3,1 -317576,Coronary arteriosclerosis,2003,2,1,1 -317576,Coronary arteriosclerosis,2003,3,3,1 -317576,Coronary arteriosclerosis,2003,4,2,1 -317576,Coronary arteriosclerosis,2003,5,2,1 -317576,Coronary arteriosclerosis,2003,6,1,1 -317576,Coronary arteriosclerosis,2003,7,3,1 -317576,Coronary arteriosclerosis,2003,8,1,1 -317576,Coronary arteriosclerosis,2003,9,5,1 -317576,Coronary arteriosclerosis,2003,10,4,1 -317576,Coronary arteriosclerosis,2003,11,4,1 -317576,Coronary arteriosclerosis,2003,12,3,1 -317576,Coronary arteriosclerosis,2004,1,1,1 -317576,Coronary arteriosclerosis,2004,2,2,1 -317576,Coronary arteriosclerosis,2004,3,4,1 -317576,Coronary arteriosclerosis,2004,5,3,1 -317576,Coronary arteriosclerosis,2004,6,4,1 -317576,Coronary arteriosclerosis,2004,7,4,1 -317576,Coronary arteriosclerosis,2004,8,1,1 -317576,Coronary arteriosclerosis,2004,9,2,1 -317576,Coronary arteriosclerosis,2004,11,2,1 -317576,Coronary arteriosclerosis,2004,12,3,1 -317576,Coronary arteriosclerosis,2005,2,8,1 -317576,Coronary arteriosclerosis,2005,3,2,1 -317576,Coronary arteriosclerosis,2005,4,3,1 -317576,Coronary arteriosclerosis,2005,5,2,1 -317576,Coronary arteriosclerosis,2005,6,4,1 -317576,Coronary arteriosclerosis,2005,8,3,1 -317576,Coronary arteriosclerosis,2005,9,4,1 -317576,Coronary arteriosclerosis,2005,10,2,1 -317576,Coronary arteriosclerosis,2005,11,6,1 -317576,Coronary arteriosclerosis,2006,1,5,1 -317576,Coronary arteriosclerosis,2006,2,3,1 -317576,Coronary arteriosclerosis,2006,3,2,1 -317576,Coronary arteriosclerosis,2006,5,4,1 -317576,Coronary arteriosclerosis,2006,6,4,1 -317576,Coronary arteriosclerosis,2006,7,3,1 -317576,Coronary arteriosclerosis,2006,8,2,1 -317576,Coronary arteriosclerosis,2006,9,1,1 -317576,Coronary arteriosclerosis,2006,11,1,1 -317576,Coronary arteriosclerosis,2006,12,4,1 -317576,Coronary arteriosclerosis,2007,1,3,1 -317576,Coronary arteriosclerosis,2007,2,1,1 -317576,Coronary arteriosclerosis,2007,3,4,1 -317576,Coronary arteriosclerosis,2007,4,5,1 -317576,Coronary arteriosclerosis,2007,5,4,1 -317576,Coronary arteriosclerosis,2007,6,1,1 -317576,Coronary arteriosclerosis,2007,7,2,1 -317576,Coronary arteriosclerosis,2007,8,5,1 -317576,Coronary arteriosclerosis,2007,9,3,1 -317576,Coronary arteriosclerosis,2007,11,3,1 -317576,Coronary arteriosclerosis,2007,12,2,1 -317576,Coronary arteriosclerosis,2008,1,2,1 -317576,Coronary arteriosclerosis,2008,2,1,1 -317576,Coronary arteriosclerosis,2008,3,3,1 -317576,Coronary arteriosclerosis,2008,4,4,1 -317576,Coronary arteriosclerosis,2008,5,3,1 -317576,Coronary arteriosclerosis,2008,6,1,1 -317576,Coronary arteriosclerosis,2008,7,4,1 -317576,Coronary arteriosclerosis,2008,9,3,1 -317576,Coronary arteriosclerosis,2008,10,6,1 -317576,Coronary arteriosclerosis,2008,11,2,1 -317576,Coronary arteriosclerosis,2008,12,1,1 -317576,Coronary arteriosclerosis,2009,1,2,1 -317576,Coronary arteriosclerosis,2009,2,2,1 -317576,Coronary arteriosclerosis,2009,3,2,1 -317576,Coronary arteriosclerosis,2009,4,2,1 -317576,Coronary arteriosclerosis,2009,6,3,1 -317576,Coronary arteriosclerosis,2009,7,2,1 -317576,Coronary arteriosclerosis,2009,8,2,1 -317576,Coronary arteriosclerosis,2009,9,3,1 -317576,Coronary arteriosclerosis,2009,10,2,1 -317576,Coronary arteriosclerosis,2009,11,2,1 -317576,Coronary arteriosclerosis,2009,12,1,1 -317576,Coronary arteriosclerosis,2010,2,3,1 -317576,Coronary arteriosclerosis,2010,3,2,1 -317576,Coronary arteriosclerosis,2010,4,1,1 -317576,Coronary arteriosclerosis,2010,5,2,1 -317576,Coronary arteriosclerosis,2010,6,4,1 -317576,Coronary arteriosclerosis,2010,7,3,1 -317576,Coronary arteriosclerosis,2010,8,4,1 -317576,Coronary arteriosclerosis,2010,9,3,1 -317576,Coronary arteriosclerosis,2010,10,4,1 -317576,Coronary arteriosclerosis,2010,11,4,1 -317576,Coronary arteriosclerosis,2010,12,4,1 -317576,Coronary arteriosclerosis,2011,1,5,1 -317576,Coronary arteriosclerosis,2011,3,3,1 -317576,Coronary arteriosclerosis,2011,5,2,1 -317576,Coronary arteriosclerosis,2011,6,2,1 -317576,Coronary arteriosclerosis,2011,7,3,1 -317576,Coronary arteriosclerosis,2011,8,3,1 -317576,Coronary arteriosclerosis,2011,9,6,1 -317576,Coronary arteriosclerosis,2011,10,2,1 -317576,Coronary arteriosclerosis,2011,11,1,1 -317576,Coronary arteriosclerosis,2011,12,5,1 -317576,Coronary arteriosclerosis,2012,1,3,1 -317576,Coronary arteriosclerosis,2012,2,2,1 -317576,Coronary arteriosclerosis,2012,3,4,1 -317576,Coronary arteriosclerosis,2012,4,5,1 -317576,Coronary arteriosclerosis,2012,5,4,1 -317576,Coronary arteriosclerosis,2012,6,1,1 -317576,Coronary arteriosclerosis,2012,7,6,1 -317576,Coronary arteriosclerosis,2012,8,6,1 -317576,Coronary arteriosclerosis,2012,9,3,1 -317576,Coronary arteriosclerosis,2012,10,4,1 -317576,Coronary arteriosclerosis,2012,11,4,1 -317576,Coronary arteriosclerosis,2012,12,2,1 -317576,Coronary arteriosclerosis,2013,1,3,1 -317576,Coronary arteriosclerosis,2013,2,1,1 -317576,Coronary arteriosclerosis,2013,3,6,1 -317576,Coronary arteriosclerosis,2013,4,4,1 -317576,Coronary arteriosclerosis,2013,5,4,1 -317576,Coronary arteriosclerosis,2013,6,4,1 -317576,Coronary arteriosclerosis,2013,7,2,1 -317576,Coronary arteriosclerosis,2013,8,2,1 -317576,Coronary arteriosclerosis,2013,9,2,1 -317576,Coronary arteriosclerosis,2013,10,4,1 -317576,Coronary arteriosclerosis,2013,11,2,1 -317576,Coronary arteriosclerosis,2013,12,1,1 -317576,Coronary arteriosclerosis,2014,1,6,1 -317576,Coronary arteriosclerosis,2014,3,2,1 -317576,Coronary arteriosclerosis,2014,4,4,1 -317576,Coronary arteriosclerosis,2014,5,5,1 -317576,Coronary arteriosclerosis,2014,6,4,1 -317576,Coronary arteriosclerosis,2014,8,2,1 -317576,Coronary arteriosclerosis,2014,9,4,1 -317576,Coronary arteriosclerosis,2014,10,5,1 -317576,Coronary arteriosclerosis,2014,11,4,1 -317576,Coronary arteriosclerosis,2014,12,2,1 -317576,Coronary arteriosclerosis,2015,1,3,1 -317576,Coronary arteriosclerosis,2015,2,2,1 -317576,Coronary arteriosclerosis,2015,3,7,1 -317576,Coronary arteriosclerosis,2015,4,8,1 -317576,Coronary arteriosclerosis,2015,5,4,1 -317576,Coronary arteriosclerosis,2015,6,2,1 -317576,Coronary arteriosclerosis,2015,7,4,1 -317576,Coronary arteriosclerosis,2015,8,4,1 -317576,Coronary arteriosclerosis,2015,11,4,1 -317576,Coronary arteriosclerosis,2015,12,1,1 -317576,Coronary arteriosclerosis,2016,1,2,1 -317576,Coronary arteriosclerosis,2016,2,3,1 -317576,Coronary arteriosclerosis,2016,3,2,1 -317576,Coronary arteriosclerosis,2016,4,2,1 -317576,Coronary arteriosclerosis,2016,5,3,1 -317576,Coronary arteriosclerosis,2016,6,4,1 -317576,Coronary arteriosclerosis,2016,7,2,1 -317576,Coronary arteriosclerosis,2016,8,3,1 -317576,Coronary arteriosclerosis,2016,9,2,1 -317576,Coronary arteriosclerosis,2016,10,3,1 -317576,Coronary arteriosclerosis,2016,11,3,1 -317576,Coronary arteriosclerosis,2016,12,2,1 -317576,Coronary arteriosclerosis,2017,1,1,1 -317576,Coronary arteriosclerosis,2017,2,2,1 -317576,Coronary arteriosclerosis,2017,3,2,1 -317576,Coronary arteriosclerosis,2017,5,2,1 -317576,Coronary arteriosclerosis,2017,6,3,1 -317576,Coronary arteriosclerosis,2017,7,3,1 -317576,Coronary arteriosclerosis,2017,8,3,1 -317576,Coronary arteriosclerosis,2017,9,2,1 -317576,Coronary arteriosclerosis,2017,10,3,1 -317576,Coronary arteriosclerosis,2017,11,4,1 -317576,Coronary arteriosclerosis,2017,12,3,1 -317576,Coronary arteriosclerosis,2018,1,6,1 -317576,Coronary arteriosclerosis,2018,2,5,1 -317576,Coronary arteriosclerosis,2018,3,3,1 -317576,Coronary arteriosclerosis,2018,4,3,1 -317576,Coronary arteriosclerosis,2018,5,3,1 -317576,Coronary arteriosclerosis,2018,6,4,1 -317576,Coronary arteriosclerosis,2018,7,2,1 -317576,Coronary arteriosclerosis,2018,8,2,1 -317576,Coronary arteriosclerosis,2018,9,9,1 -317576,Coronary arteriosclerosis,2018,10,5,1 -317576,Coronary arteriosclerosis,2018,11,7,1 -317576,Coronary arteriosclerosis,2018,12,6,1 -317576,Coronary arteriosclerosis,2019,1,3,1 -317576,Coronary arteriosclerosis,2019,2,5,1 -317576,Coronary arteriosclerosis,2019,3,5,1 -317576,Coronary arteriosclerosis,2019,4,4,1 -317576,Coronary arteriosclerosis,2019,5,3,1 -317576,Coronary arteriosclerosis,2019,6,1,1 -317576,Coronary arteriosclerosis,2019,7,4,1 -317576,Coronary arteriosclerosis,2019,8,2,1 -317576,Coronary arteriosclerosis,2019,9,3,1 -317576,Coronary arteriosclerosis,2019,10,5,1 -317576,Coronary arteriosclerosis,2019,12,4,1 -317576,Coronary arteriosclerosis,2020,1,2,1 -317576,Coronary arteriosclerosis,2020,2,2,1 -317576,Coronary arteriosclerosis,2020,3,5,1 -317576,Coronary arteriosclerosis,2020,4,3,1 -317576,Coronary arteriosclerosis,2020,5,4,1 -317576,Coronary arteriosclerosis,2020,6,5,1 -317576,Coronary arteriosclerosis,2020,7,6,1 -317576,Coronary arteriosclerosis,2020,8,5,1 -317576,Coronary arteriosclerosis,2020,9,8,1 -317576,Coronary arteriosclerosis,2020,10,3,1 -317576,Coronary arteriosclerosis,2020,11,3,1 -317576,Coronary arteriosclerosis,2020,12,2,1 -317576,Coronary arteriosclerosis,2021,1,5,1 -317576,Coronary arteriosclerosis,2021,2,3,1 -317576,Coronary arteriosclerosis,2021,3,4,1 -317576,Coronary arteriosclerosis,2021,4,2,1 -317576,Coronary arteriosclerosis,2021,5,5,1 -317576,Coronary arteriosclerosis,2021,6,4,1 -317576,Coronary arteriosclerosis,2021,8,4,1 -317576,Coronary arteriosclerosis,2021,9,1,1 -317576,Coronary arteriosclerosis,2021,10,2,1 -317576,Coronary arteriosclerosis,2021,11,2,1 -317576,Coronary arteriosclerosis,2021,12,4,1 -317576,Coronary arteriosclerosis,2022,2,5,1 -317576,Coronary arteriosclerosis,2022,3,5,1 -317576,Coronary arteriosclerosis,2022,4,4,1 -317576,Coronary arteriosclerosis,2022,5,4,1 -317576,Coronary arteriosclerosis,2022,6,6,1 -317576,Coronary arteriosclerosis,2022,7,1,1 -317576,Coronary arteriosclerosis,2022,8,3,1 -317576,Coronary arteriosclerosis,2022,9,3,1 -317576,Coronary arteriosclerosis,2022,10,1,1 -317576,Coronary arteriosclerosis,2022,11,2,1 -317576,Coronary arteriosclerosis,2022,12,2,1 -317576,Coronary arteriosclerosis,2023,1,6,1 -317576,Coronary arteriosclerosis,2023,2,3,1 -317576,Coronary arteriosclerosis,2023,3,2,1 -317576,Coronary arteriosclerosis,2023,4,4,1 -317576,Coronary arteriosclerosis,2023,5,6,1 -321042,Cardiac arrest,1926,8,1,1 -321042,Cardiac arrest,1929,12,1,1 -321042,Cardiac arrest,1931,3,1,1 -321042,Cardiac arrest,1931,12,1,1 -321042,Cardiac arrest,1933,11,1,1 -321042,Cardiac arrest,1934,6,1,1 -321042,Cardiac arrest,1936,2,1,1 -321042,Cardiac arrest,1936,3,1,1 -321042,Cardiac arrest,1936,5,1,1 -321042,Cardiac arrest,1937,10,1,1 -321042,Cardiac arrest,1938,4,1,1 -321042,Cardiac arrest,1938,12,1,1 -321042,Cardiac arrest,1939,3,1,1 -321042,Cardiac arrest,1940,1,1,1 -321042,Cardiac arrest,1940,7,1,1 -321042,Cardiac arrest,1941,4,1,1 -321042,Cardiac arrest,1941,5,1,1 -321042,Cardiac arrest,1942,1,1,1 -321042,Cardiac arrest,1942,5,1,1 -321042,Cardiac arrest,1942,11,1,1 -321042,Cardiac arrest,1943,10,1,1 -321042,Cardiac arrest,1944,3,1,1 -321042,Cardiac arrest,1944,4,1,1 -321042,Cardiac arrest,1944,5,1,1 -321042,Cardiac arrest,1944,11,1,1 -321042,Cardiac arrest,1944,12,1,1 -321042,Cardiac arrest,1945,5,1,1 -321042,Cardiac arrest,1945,7,1,1 -321042,Cardiac arrest,1945,9,1,1 -321042,Cardiac arrest,1946,7,1,1 -321042,Cardiac arrest,1946,9,1,1 -321042,Cardiac arrest,1947,1,2,1 -321042,Cardiac arrest,1947,6,1,1 -321042,Cardiac arrest,1947,8,1,1 -321042,Cardiac arrest,1947,10,1,1 -321042,Cardiac arrest,1948,1,1,1 -321042,Cardiac arrest,1948,10,1,1 -321042,Cardiac arrest,1949,2,1,1 -321042,Cardiac arrest,1949,3,1,1 -321042,Cardiac arrest,1949,4,1,1 -321042,Cardiac arrest,1949,8,1,1 -321042,Cardiac arrest,1949,11,1,1 -321042,Cardiac arrest,1950,8,1,1 -321042,Cardiac arrest,1951,4,1,1 -321042,Cardiac arrest,1951,6,2,1 -321042,Cardiac arrest,1951,8,1,1 -321042,Cardiac arrest,1951,9,2,1 -321042,Cardiac arrest,1951,12,1,1 -321042,Cardiac arrest,1952,4,2,1 -321042,Cardiac arrest,1952,6,1,1 -321042,Cardiac arrest,1952,7,1,1 -321042,Cardiac arrest,1953,4,1,1 -321042,Cardiac arrest,1953,6,2,1 -321042,Cardiac arrest,1953,7,1,1 -321042,Cardiac arrest,1953,8,1,1 -321042,Cardiac arrest,1954,5,1,1 -321042,Cardiac arrest,1955,3,1,1 -321042,Cardiac arrest,1955,4,2,1 -321042,Cardiac arrest,1955,6,1,1 -321042,Cardiac arrest,1955,11,1,1 -321042,Cardiac arrest,1955,12,1,1 -321042,Cardiac arrest,1956,2,1,1 -321042,Cardiac arrest,1956,5,1,1 -321042,Cardiac arrest,1956,7,1,1 -321042,Cardiac arrest,1956,8,1,1 -321042,Cardiac arrest,1957,8,1,1 -321042,Cardiac arrest,1957,12,1,1 -321042,Cardiac arrest,1958,5,1,1 -321042,Cardiac arrest,1958,7,1,1 -321042,Cardiac arrest,1958,9,2,1 -321042,Cardiac arrest,1958,11,1,1 -321042,Cardiac arrest,1958,12,1,1 -321042,Cardiac arrest,1959,2,1,1 -321042,Cardiac arrest,1959,4,1,1 -321042,Cardiac arrest,1959,5,1,1 -321042,Cardiac arrest,1960,4,1,1 -321042,Cardiac arrest,1960,5,1,1 -321042,Cardiac arrest,1960,7,1,1 -321042,Cardiac arrest,1960,10,2,1 -321042,Cardiac arrest,1960,11,1,1 -321042,Cardiac arrest,1961,9,1,1 -321042,Cardiac arrest,1961,11,3,1 -321042,Cardiac arrest,1962,1,1,1 -321042,Cardiac arrest,1962,3,1,1 -321042,Cardiac arrest,1962,7,1,1 -321042,Cardiac arrest,1962,8,1,1 -321042,Cardiac arrest,1962,10,1,1 -321042,Cardiac arrest,1963,6,2,1 -321042,Cardiac arrest,1963,12,2,1 -321042,Cardiac arrest,1964,2,1,1 -321042,Cardiac arrest,1964,12,1,1 -321042,Cardiac arrest,1965,1,1,1 -321042,Cardiac arrest,1965,5,1,1 -321042,Cardiac arrest,1965,11,1,1 -321042,Cardiac arrest,1966,5,1,1 -321042,Cardiac arrest,1966,10,2,1 -321042,Cardiac arrest,1966,11,1,1 -321042,Cardiac arrest,1967,1,1,1 -321042,Cardiac arrest,1967,2,1,1 -321042,Cardiac arrest,1967,4,1,1 -321042,Cardiac arrest,1967,5,1,1 -321042,Cardiac arrest,1967,7,2,1 -321042,Cardiac arrest,1967,9,1,1 -321042,Cardiac arrest,1967,12,2,1 -321042,Cardiac arrest,1968,4,1,1 -321042,Cardiac arrest,1969,2,1,1 -321042,Cardiac arrest,1969,3,1,1 -321042,Cardiac arrest,1969,6,1,1 -321042,Cardiac arrest,1969,11,1,1 -321042,Cardiac arrest,1970,1,1,1 -321042,Cardiac arrest,1970,6,1,1 -321042,Cardiac arrest,1970,8,1,1 -321042,Cardiac arrest,1970,9,1,1 -321042,Cardiac arrest,1970,11,2,1 -321042,Cardiac arrest,1971,1,1,1 -321042,Cardiac arrest,1971,2,1,1 -321042,Cardiac arrest,1971,7,1,1 -321042,Cardiac arrest,1971,8,1,1 -321042,Cardiac arrest,1971,10,1,1 -321042,Cardiac arrest,1972,2,1,1 -321042,Cardiac arrest,1972,10,1,1 -321042,Cardiac arrest,1973,6,1,1 -321042,Cardiac arrest,1974,2,2,1 -321042,Cardiac arrest,1974,3,1,1 -321042,Cardiac arrest,1974,6,1,1 -321042,Cardiac arrest,1975,3,1,1 -321042,Cardiac arrest,1975,9,1,1 -321042,Cardiac arrest,1975,11,1,1 -321042,Cardiac arrest,1976,6,1,1 -321042,Cardiac arrest,1976,7,1,1 -321042,Cardiac arrest,1976,10,1,1 -321042,Cardiac arrest,1977,3,1,1 -321042,Cardiac arrest,1977,7,1,1 -321042,Cardiac arrest,1977,11,1,1 -321042,Cardiac arrest,1978,3,2,1 -321042,Cardiac arrest,1978,8,1,1 -321042,Cardiac arrest,1978,9,1,1 -321042,Cardiac arrest,1978,10,1,1 -321042,Cardiac arrest,1979,2,1,1 -321042,Cardiac arrest,1979,8,2,1 -321042,Cardiac arrest,1979,10,1,1 -321042,Cardiac arrest,1979,12,2,1 -321042,Cardiac arrest,1980,1,1,1 -321042,Cardiac arrest,1980,2,1,1 -321042,Cardiac arrest,1980,4,2,1 -321042,Cardiac arrest,1980,5,1,1 -321042,Cardiac arrest,1980,7,2,1 -321042,Cardiac arrest,1980,12,1,1 -321042,Cardiac arrest,1981,1,1,1 -321042,Cardiac arrest,1981,4,1,1 -321042,Cardiac arrest,1981,6,1,1 -321042,Cardiac arrest,1981,8,1,1 -321042,Cardiac arrest,1982,1,1,1 -321042,Cardiac arrest,1982,3,1,1 -321042,Cardiac arrest,1982,7,1,1 -321042,Cardiac arrest,1982,9,1,1 -321042,Cardiac arrest,1982,10,1,1 -321042,Cardiac arrest,1983,2,1,1 -321042,Cardiac arrest,1983,4,2,1 -321042,Cardiac arrest,1983,7,1,1 -321042,Cardiac arrest,1983,10,1,1 -321042,Cardiac arrest,1983,11,1,1 -321042,Cardiac arrest,1984,6,1,1 -321042,Cardiac arrest,1984,8,1,1 -321042,Cardiac arrest,1984,10,3,1 -321042,Cardiac arrest,1984,11,2,1 -321042,Cardiac arrest,1985,6,1,1 -321042,Cardiac arrest,1985,8,1,1 -321042,Cardiac arrest,1985,11,1,1 -321042,Cardiac arrest,1985,12,1,1 -321042,Cardiac arrest,1986,6,2,1 -321042,Cardiac arrest,1986,9,2,1 -321042,Cardiac arrest,1987,5,1,1 -321042,Cardiac arrest,1987,6,2,1 -321042,Cardiac arrest,1987,7,1,1 -321042,Cardiac arrest,1987,10,1,1 -321042,Cardiac arrest,1987,11,1,1 -321042,Cardiac arrest,1988,5,1,1 -321042,Cardiac arrest,1988,8,1,1 -321042,Cardiac arrest,1988,12,1,1 -321042,Cardiac arrest,1989,2,1,1 -321042,Cardiac arrest,1989,3,1,1 -321042,Cardiac arrest,1989,4,2,1 -321042,Cardiac arrest,1989,6,1,1 -321042,Cardiac arrest,1989,7,1,1 -321042,Cardiac arrest,1989,9,1,1 -321042,Cardiac arrest,1989,11,1,1 -321042,Cardiac arrest,1989,12,1,1 -321042,Cardiac arrest,1990,2,1,1 -321042,Cardiac arrest,1990,5,1,1 -321042,Cardiac arrest,1990,6,3,1 -321042,Cardiac arrest,1990,7,1,1 -321042,Cardiac arrest,1990,9,1,1 -321042,Cardiac arrest,1990,12,1,1 -321042,Cardiac arrest,1991,1,1,1 -321042,Cardiac arrest,1991,3,1,1 -321042,Cardiac arrest,1991,8,2,1 -321042,Cardiac arrest,1991,10,1,1 -321042,Cardiac arrest,1991,11,1,1 -321042,Cardiac arrest,1991,12,2,1 -321042,Cardiac arrest,1992,1,1,1 -321042,Cardiac arrest,1992,2,1,1 -321042,Cardiac arrest,1992,3,1,1 -321042,Cardiac arrest,1992,4,2,1 -321042,Cardiac arrest,1992,5,1,1 -321042,Cardiac arrest,1992,8,1,1 -321042,Cardiac arrest,1992,11,1,1 -321042,Cardiac arrest,1993,6,1,1 -321042,Cardiac arrest,1993,12,1,1 -321042,Cardiac arrest,1994,3,1,1 -321042,Cardiac arrest,1994,6,1,1 -321042,Cardiac arrest,1994,7,1,1 -321042,Cardiac arrest,1994,9,2,1 -321042,Cardiac arrest,1994,10,1,1 -321042,Cardiac arrest,1995,3,2,1 -321042,Cardiac arrest,1995,5,1,1 -321042,Cardiac arrest,1995,7,1,1 -321042,Cardiac arrest,1995,9,2,1 -321042,Cardiac arrest,1995,10,1,1 -321042,Cardiac arrest,1995,11,2,1 -321042,Cardiac arrest,1996,1,1,1 -321042,Cardiac arrest,1996,3,3,1 -321042,Cardiac arrest,1996,6,1,1 -321042,Cardiac arrest,1996,10,1,1 -321042,Cardiac arrest,1997,1,1,1 -321042,Cardiac arrest,1997,2,1,1 -321042,Cardiac arrest,1997,4,1,1 -321042,Cardiac arrest,1997,5,1,1 -321042,Cardiac arrest,1997,6,1,1 -321042,Cardiac arrest,1997,8,4,1 -321042,Cardiac arrest,1998,2,1,1 -321042,Cardiac arrest,1998,3,1,1 -321042,Cardiac arrest,1998,4,1,1 -321042,Cardiac arrest,1998,6,1,1 -321042,Cardiac arrest,1998,7,2,1 -321042,Cardiac arrest,1998,8,1,1 -321042,Cardiac arrest,1998,11,1,1 -321042,Cardiac arrest,1998,12,2,1 -321042,Cardiac arrest,1999,3,1,1 -321042,Cardiac arrest,1999,5,1,1 -321042,Cardiac arrest,1999,6,1,1 -321042,Cardiac arrest,1999,7,1,1 -321042,Cardiac arrest,1999,8,3,1 -321042,Cardiac arrest,1999,11,1,1 -321042,Cardiac arrest,1999,12,1,1 -321042,Cardiac arrest,2000,1,1,1 -321042,Cardiac arrest,2000,4,3,1 -321042,Cardiac arrest,2000,6,1,1 -321042,Cardiac arrest,2000,7,1,1 -321042,Cardiac arrest,2000,8,1,1 -321042,Cardiac arrest,2000,9,1,1 -321042,Cardiac arrest,2000,10,1,1 -321042,Cardiac arrest,2000,12,1,1 -321042,Cardiac arrest,2001,3,1,1 -321042,Cardiac arrest,2001,5,1,1 -321042,Cardiac arrest,2001,6,1,1 -321042,Cardiac arrest,2001,9,2,1 -321042,Cardiac arrest,2001,10,1,1 -321042,Cardiac arrest,2002,1,3,1 -321042,Cardiac arrest,2002,2,1,1 -321042,Cardiac arrest,2002,3,2,1 -321042,Cardiac arrest,2002,10,1,1 -321042,Cardiac arrest,2002,11,1,1 -321042,Cardiac arrest,2003,1,1,1 -321042,Cardiac arrest,2003,2,2,1 -321042,Cardiac arrest,2003,3,1,1 -321042,Cardiac arrest,2003,5,1,1 -321042,Cardiac arrest,2003,8,2,1 -321042,Cardiac arrest,2003,9,4,1 -321042,Cardiac arrest,2003,10,2,1 -321042,Cardiac arrest,2004,1,1,1 -321042,Cardiac arrest,2004,5,3,1 -321042,Cardiac arrest,2004,6,2,1 -321042,Cardiac arrest,2004,9,1,1 -321042,Cardiac arrest,2004,10,1,1 -321042,Cardiac arrest,2004,11,1,1 -321042,Cardiac arrest,2005,2,1,1 -321042,Cardiac arrest,2005,3,2,1 -321042,Cardiac arrest,2005,5,1,1 -321042,Cardiac arrest,2005,8,2,1 -321042,Cardiac arrest,2005,9,1,1 -321042,Cardiac arrest,2005,10,1,1 -321042,Cardiac arrest,2005,11,2,1 -321042,Cardiac arrest,2005,12,1,1 -321042,Cardiac arrest,2006,1,1,1 -321042,Cardiac arrest,2006,2,1,1 -321042,Cardiac arrest,2006,3,1,1 -321042,Cardiac arrest,2006,5,1,1 -321042,Cardiac arrest,2006,9,2,1 -321042,Cardiac arrest,2006,10,1,1 -321042,Cardiac arrest,2007,1,2,1 -321042,Cardiac arrest,2007,2,2,1 -321042,Cardiac arrest,2007,3,1,1 -321042,Cardiac arrest,2007,5,1,1 -321042,Cardiac arrest,2007,6,1,1 -321042,Cardiac arrest,2007,9,2,1 -321042,Cardiac arrest,2007,12,1,1 -321042,Cardiac arrest,2008,1,1,1 -321042,Cardiac arrest,2008,2,1,1 -321042,Cardiac arrest,2008,3,1,1 -321042,Cardiac arrest,2008,10,1,1 -321042,Cardiac arrest,2008,11,1,1 -321042,Cardiac arrest,2008,12,2,1 -321042,Cardiac arrest,2009,1,1,1 -321042,Cardiac arrest,2009,2,2,1 -321042,Cardiac arrest,2009,3,1,1 -321042,Cardiac arrest,2009,4,2,1 -321042,Cardiac arrest,2009,7,2,1 -321042,Cardiac arrest,2009,8,1,1 -321042,Cardiac arrest,2009,10,2,1 -321042,Cardiac arrest,2009,11,3,1 -321042,Cardiac arrest,2010,1,1,1 -321042,Cardiac arrest,2010,2,1,1 -321042,Cardiac arrest,2010,4,2,1 -321042,Cardiac arrest,2010,5,1,1 -321042,Cardiac arrest,2010,9,2,1 -321042,Cardiac arrest,2010,11,2,1 -321042,Cardiac arrest,2011,1,2,1 -321042,Cardiac arrest,2011,3,2,1 -321042,Cardiac arrest,2011,6,1,1 -321042,Cardiac arrest,2011,8,1,1 -321042,Cardiac arrest,2011,12,1,1 -321042,Cardiac arrest,2012,1,2,1 -321042,Cardiac arrest,2012,7,1,1 -321042,Cardiac arrest,2012,8,3,1 -321042,Cardiac arrest,2012,11,2,1 -321042,Cardiac arrest,2012,12,1,1 -321042,Cardiac arrest,2013,1,2,1 -321042,Cardiac arrest,2013,2,1,1 -321042,Cardiac arrest,2013,4,2,1 -321042,Cardiac arrest,2013,5,1,1 -321042,Cardiac arrest,2013,6,1,1 -321042,Cardiac arrest,2013,7,1,1 -321042,Cardiac arrest,2013,10,2,1 -321042,Cardiac arrest,2013,11,1,1 -321042,Cardiac arrest,2013,12,2,1 -321042,Cardiac arrest,2014,1,1,1 -321042,Cardiac arrest,2014,4,1,1 -321042,Cardiac arrest,2014,5,2,1 -321042,Cardiac arrest,2014,6,2,1 -321042,Cardiac arrest,2014,7,1,1 -321042,Cardiac arrest,2014,10,1,1 -321042,Cardiac arrest,2014,12,2,1 -321042,Cardiac arrest,2015,1,2,1 -321042,Cardiac arrest,2015,4,1,1 -321042,Cardiac arrest,2015,5,1,1 -321042,Cardiac arrest,2015,8,1,1 -321042,Cardiac arrest,2015,9,1,1 -321042,Cardiac arrest,2015,10,1,1 -321042,Cardiac arrest,2015,12,2,1 -321042,Cardiac arrest,2016,2,1,1 -321042,Cardiac arrest,2016,3,3,1 -321042,Cardiac arrest,2016,5,1,1 -321042,Cardiac arrest,2016,6,1,1 -321042,Cardiac arrest,2016,7,1,1 -321042,Cardiac arrest,2016,8,2,1 -321042,Cardiac arrest,2016,10,1,1 -321042,Cardiac arrest,2016,11,1,1 -321042,Cardiac arrest,2016,12,1,1 -321042,Cardiac arrest,2017,1,2,1 -321042,Cardiac arrest,2017,5,1,1 -321042,Cardiac arrest,2017,6,1,1 -321042,Cardiac arrest,2017,7,2,1 -321042,Cardiac arrest,2017,8,1,1 -321042,Cardiac arrest,2017,12,4,1 -321042,Cardiac arrest,2018,3,1,1 -321042,Cardiac arrest,2018,4,1,1 -321042,Cardiac arrest,2018,6,1,1 -321042,Cardiac arrest,2018,8,1,1 -321042,Cardiac arrest,2018,9,2,1 -321042,Cardiac arrest,2018,10,1,1 -321042,Cardiac arrest,2018,11,1,1 -321042,Cardiac arrest,2018,12,1,1 -321042,Cardiac arrest,2019,2,1,1 -321042,Cardiac arrest,2019,3,1,1 -321042,Cardiac arrest,2019,4,2,1 -321042,Cardiac arrest,2019,7,1,1 -321042,Cardiac arrest,2019,9,1,1 -321042,Cardiac arrest,2019,10,1,1 -321042,Cardiac arrest,2020,1,1,1 -321042,Cardiac arrest,2020,2,1,1 -321042,Cardiac arrest,2020,3,1,1 -321042,Cardiac arrest,2020,6,1,1 -321042,Cardiac arrest,2020,7,3,1 -321042,Cardiac arrest,2020,8,1,1 -321042,Cardiac arrest,2020,9,1,1 -321042,Cardiac arrest,2020,11,2,1 -321042,Cardiac arrest,2020,12,2,1 -321042,Cardiac arrest,2021,1,2,1 -321042,Cardiac arrest,2021,2,2,1 -321042,Cardiac arrest,2021,5,3,1 -321042,Cardiac arrest,2021,6,2,1 -321042,Cardiac arrest,2021,7,3,1 -321042,Cardiac arrest,2021,9,1,1 -321042,Cardiac arrest,2021,10,1,1 -321042,Cardiac arrest,2021,11,1,1 -321042,Cardiac arrest,2021,12,2,1 -321042,Cardiac arrest,2022,2,1,1 -321042,Cardiac arrest,2022,3,1,1 -321042,Cardiac arrest,2022,5,1,1 -321042,Cardiac arrest,2022,10,1,1 -321042,Cardiac arrest,2022,12,1,1 -321042,Cardiac arrest,2023,2,1,1 -321042,Cardiac arrest,2023,4,1,1 -381316,Cerebrovascular accident,1947,2,1,1 -381316,Cerebrovascular accident,1948,2,1,1 -381316,Cerebrovascular accident,1949,10,1,1 -381316,Cerebrovascular accident,1950,10,1,1 -381316,Cerebrovascular accident,1953,2,1,1 -381316,Cerebrovascular accident,1955,5,1,1 -381316,Cerebrovascular accident,1958,6,1,1 -381316,Cerebrovascular accident,1959,2,1,1 -381316,Cerebrovascular accident,1960,5,1,1 -381316,Cerebrovascular accident,1960,10,2,1 -381316,Cerebrovascular accident,1960,12,2,1 -381316,Cerebrovascular accident,1962,10,1,1 -381316,Cerebrovascular accident,1962,11,1,1 -381316,Cerebrovascular accident,1964,12,1,1 -381316,Cerebrovascular accident,1965,12,1,1 -381316,Cerebrovascular accident,1966,7,1,1 -381316,Cerebrovascular accident,1966,10,1,1 -381316,Cerebrovascular accident,1968,8,1,1 -381316,Cerebrovascular accident,1969,3,1,1 -381316,Cerebrovascular accident,1969,8,1,1 -381316,Cerebrovascular accident,1970,4,1,1 -381316,Cerebrovascular accident,1970,7,1,1 -381316,Cerebrovascular accident,1970,8,1,1 -381316,Cerebrovascular accident,1970,12,1,1 -381316,Cerebrovascular accident,1971,4,1,1 -381316,Cerebrovascular accident,1971,6,1,1 -381316,Cerebrovascular accident,1971,7,2,1 -381316,Cerebrovascular accident,1971,12,1,1 -381316,Cerebrovascular accident,1972,1,2,1 -381316,Cerebrovascular accident,1973,3,1,1 -381316,Cerebrovascular accident,1973,8,2,1 -381316,Cerebrovascular accident,1974,3,1,1 -381316,Cerebrovascular accident,1974,4,1,1 -381316,Cerebrovascular accident,1974,5,1,1 -381316,Cerebrovascular accident,1974,8,1,1 -381316,Cerebrovascular accident,1974,9,1,1 -381316,Cerebrovascular accident,1974,12,1,1 -381316,Cerebrovascular accident,1975,1,1,1 -381316,Cerebrovascular accident,1975,2,2,1 -381316,Cerebrovascular accident,1975,4,1,1 -381316,Cerebrovascular accident,1975,6,1,1 -381316,Cerebrovascular accident,1975,8,1,1 -381316,Cerebrovascular accident,1975,11,1,1 -381316,Cerebrovascular accident,1975,12,1,1 -381316,Cerebrovascular accident,1976,7,2,1 -381316,Cerebrovascular accident,1977,1,1,1 -381316,Cerebrovascular accident,1977,2,1,1 -381316,Cerebrovascular accident,1977,4,1,1 -381316,Cerebrovascular accident,1977,7,1,1 -381316,Cerebrovascular accident,1977,8,1,1 -381316,Cerebrovascular accident,1977,10,1,1 -381316,Cerebrovascular accident,1978,7,1,1 -381316,Cerebrovascular accident,1978,11,1,1 -381316,Cerebrovascular accident,1979,1,1,1 -381316,Cerebrovascular accident,1979,3,1,1 -381316,Cerebrovascular accident,1979,6,1,1 -381316,Cerebrovascular accident,1980,9,1,1 -381316,Cerebrovascular accident,1981,1,1,1 -381316,Cerebrovascular accident,1981,2,1,1 -381316,Cerebrovascular accident,1981,7,1,1 -381316,Cerebrovascular accident,1981,8,1,1 -381316,Cerebrovascular accident,1982,1,2,1 -381316,Cerebrovascular accident,1982,2,1,1 -381316,Cerebrovascular accident,1982,3,1,1 -381316,Cerebrovascular accident,1982,5,1,1 -381316,Cerebrovascular accident,1982,6,1,1 -381316,Cerebrovascular accident,1982,7,1,1 -381316,Cerebrovascular accident,1982,8,1,1 -381316,Cerebrovascular accident,1982,10,2,1 -381316,Cerebrovascular accident,1982,11,1,1 -381316,Cerebrovascular accident,1983,2,1,1 -381316,Cerebrovascular accident,1983,3,1,1 -381316,Cerebrovascular accident,1983,7,1,1 -381316,Cerebrovascular accident,1983,9,2,1 -381316,Cerebrovascular accident,1983,10,1,1 -381316,Cerebrovascular accident,1984,2,1,1 -381316,Cerebrovascular accident,1984,5,1,1 -381316,Cerebrovascular accident,1984,6,1,1 -381316,Cerebrovascular accident,1984,8,1,1 -381316,Cerebrovascular accident,1984,11,1,1 -381316,Cerebrovascular accident,1985,1,1,1 -381316,Cerebrovascular accident,1985,3,4,1 -381316,Cerebrovascular accident,1985,4,1,1 -381316,Cerebrovascular accident,1985,5,1,1 -381316,Cerebrovascular accident,1985,7,1,1 -381316,Cerebrovascular accident,1985,8,1,1 -381316,Cerebrovascular accident,1985,9,1,1 -381316,Cerebrovascular accident,1985,10,2,1 -381316,Cerebrovascular accident,1986,7,1,1 -381316,Cerebrovascular accident,1986,8,3,1 -381316,Cerebrovascular accident,1986,9,2,1 -381316,Cerebrovascular accident,1986,10,1,1 -381316,Cerebrovascular accident,1986,11,1,1 -381316,Cerebrovascular accident,1987,1,1,1 -381316,Cerebrovascular accident,1987,8,1,1 -381316,Cerebrovascular accident,1988,3,1,1 -381316,Cerebrovascular accident,1988,5,2,1 -381316,Cerebrovascular accident,1988,8,1,1 -381316,Cerebrovascular accident,1988,9,2,1 -381316,Cerebrovascular accident,1989,6,1,1 -381316,Cerebrovascular accident,1989,7,2,1 -381316,Cerebrovascular accident,1989,10,1,1 -381316,Cerebrovascular accident,1989,12,1,1 -381316,Cerebrovascular accident,1990,4,1,1 -381316,Cerebrovascular accident,1990,5,2,1 -381316,Cerebrovascular accident,1990,6,1,1 -381316,Cerebrovascular accident,1990,8,1,1 -381316,Cerebrovascular accident,1990,9,1,1 -381316,Cerebrovascular accident,1990,11,1,1 -381316,Cerebrovascular accident,1991,1,1,1 -381316,Cerebrovascular accident,1991,4,2,1 -381316,Cerebrovascular accident,1991,5,2,1 -381316,Cerebrovascular accident,1991,6,1,1 -381316,Cerebrovascular accident,1991,7,1,1 -381316,Cerebrovascular accident,1991,8,1,1 -381316,Cerebrovascular accident,1992,1,1,1 -381316,Cerebrovascular accident,1992,2,1,1 -381316,Cerebrovascular accident,1992,3,1,1 -381316,Cerebrovascular accident,1992,5,1,1 -381316,Cerebrovascular accident,1992,6,2,1 -381316,Cerebrovascular accident,1992,8,1,1 -381316,Cerebrovascular accident,1992,9,1,1 -381316,Cerebrovascular accident,1992,12,1,1 -381316,Cerebrovascular accident,1993,1,4,1 -381316,Cerebrovascular accident,1993,3,1,1 -381316,Cerebrovascular accident,1993,4,1,1 -381316,Cerebrovascular accident,1993,5,2,1 -381316,Cerebrovascular accident,1993,6,1,1 -381316,Cerebrovascular accident,1993,9,2,1 -381316,Cerebrovascular accident,1993,10,1,1 -381316,Cerebrovascular accident,1993,11,1,1 -381316,Cerebrovascular accident,1993,12,1,1 -381316,Cerebrovascular accident,1994,1,1,1 -381316,Cerebrovascular accident,1994,3,1,1 -381316,Cerebrovascular accident,1994,6,1,1 -381316,Cerebrovascular accident,1994,7,1,1 -381316,Cerebrovascular accident,1994,8,1,1 -381316,Cerebrovascular accident,1994,9,1,1 -381316,Cerebrovascular accident,1994,10,1,1 -381316,Cerebrovascular accident,1994,12,2,1 -381316,Cerebrovascular accident,1995,2,1,1 -381316,Cerebrovascular accident,1995,3,3,1 -381316,Cerebrovascular accident,1995,4,3,1 -381316,Cerebrovascular accident,1995,5,3,1 -381316,Cerebrovascular accident,1995,6,1,1 -381316,Cerebrovascular accident,1995,9,1,1 -381316,Cerebrovascular accident,1995,12,2,1 -381316,Cerebrovascular accident,1996,3,1,1 -381316,Cerebrovascular accident,1996,4,1,1 -381316,Cerebrovascular accident,1996,5,2,1 -381316,Cerebrovascular accident,1996,6,2,1 -381316,Cerebrovascular accident,1996,7,3,1 -381316,Cerebrovascular accident,1996,8,1,1 -381316,Cerebrovascular accident,1996,9,1,1 -381316,Cerebrovascular accident,1996,10,2,1 -381316,Cerebrovascular accident,1997,1,1,1 -381316,Cerebrovascular accident,1997,4,1,1 -381316,Cerebrovascular accident,1997,7,1,1 -381316,Cerebrovascular accident,1997,8,3,1 -381316,Cerebrovascular accident,1997,9,3,1 -381316,Cerebrovascular accident,1997,11,1,1 -381316,Cerebrovascular accident,1997,12,1,1 -381316,Cerebrovascular accident,1998,1,1,1 -381316,Cerebrovascular accident,1998,5,2,1 -381316,Cerebrovascular accident,1998,6,2,1 -381316,Cerebrovascular accident,1998,7,1,1 -381316,Cerebrovascular accident,1998,8,3,1 -381316,Cerebrovascular accident,1998,9,2,1 -381316,Cerebrovascular accident,1998,10,1,1 -381316,Cerebrovascular accident,1998,11,1,1 -381316,Cerebrovascular accident,1998,12,2,1 -381316,Cerebrovascular accident,1999,1,3,1 -381316,Cerebrovascular accident,1999,3,1,1 -381316,Cerebrovascular accident,1999,4,2,1 -381316,Cerebrovascular accident,1999,5,1,1 -381316,Cerebrovascular accident,1999,6,4,1 -381316,Cerebrovascular accident,1999,8,2,1 -381316,Cerebrovascular accident,1999,9,1,1 -381316,Cerebrovascular accident,1999,10,2,1 -381316,Cerebrovascular accident,1999,11,1,1 -381316,Cerebrovascular accident,1999,12,1,1 -381316,Cerebrovascular accident,2000,4,2,1 -381316,Cerebrovascular accident,2000,5,2,1 -381316,Cerebrovascular accident,2000,6,1,1 -381316,Cerebrovascular accident,2000,7,1,1 -381316,Cerebrovascular accident,2000,8,1,1 -381316,Cerebrovascular accident,2000,9,1,1 -381316,Cerebrovascular accident,2000,11,2,1 -381316,Cerebrovascular accident,2000,12,3,1 -381316,Cerebrovascular accident,2001,1,1,1 -381316,Cerebrovascular accident,2001,2,1,1 -381316,Cerebrovascular accident,2001,4,1,1 -381316,Cerebrovascular accident,2001,5,2,1 -381316,Cerebrovascular accident,2001,7,2,1 -381316,Cerebrovascular accident,2001,8,1,1 -381316,Cerebrovascular accident,2001,9,4,1 -381316,Cerebrovascular accident,2001,10,1,1 -381316,Cerebrovascular accident,2001,11,1,1 -381316,Cerebrovascular accident,2001,12,4,1 -381316,Cerebrovascular accident,2002,2,1,1 -381316,Cerebrovascular accident,2002,3,1,1 -381316,Cerebrovascular accident,2002,4,2,1 -381316,Cerebrovascular accident,2002,5,2,1 -381316,Cerebrovascular accident,2002,7,3,1 -381316,Cerebrovascular accident,2002,8,1,1 -381316,Cerebrovascular accident,2002,9,3,1 -381316,Cerebrovascular accident,2002,10,2,1 -381316,Cerebrovascular accident,2002,11,2,1 -381316,Cerebrovascular accident,2002,12,2,1 -381316,Cerebrovascular accident,2003,1,2,1 -381316,Cerebrovascular accident,2003,2,2,1 -381316,Cerebrovascular accident,2003,4,1,1 -381316,Cerebrovascular accident,2003,5,3,1 -381316,Cerebrovascular accident,2003,6,1,1 -381316,Cerebrovascular accident,2003,7,2,1 -381316,Cerebrovascular accident,2003,8,3,1 -381316,Cerebrovascular accident,2003,9,1,1 -381316,Cerebrovascular accident,2003,10,6,1 -381316,Cerebrovascular accident,2003,11,2,1 -381316,Cerebrovascular accident,2004,1,2,1 -381316,Cerebrovascular accident,2004,2,3,1 -381316,Cerebrovascular accident,2004,3,1,1 -381316,Cerebrovascular accident,2004,4,4,1 -381316,Cerebrovascular accident,2004,5,1,1 -381316,Cerebrovascular accident,2004,6,3,1 -381316,Cerebrovascular accident,2004,7,3,1 -381316,Cerebrovascular accident,2004,10,1,1 -381316,Cerebrovascular accident,2004,12,1,1 -381316,Cerebrovascular accident,2005,1,2,1 -381316,Cerebrovascular accident,2005,2,1,1 -381316,Cerebrovascular accident,2005,3,2,1 -381316,Cerebrovascular accident,2005,4,2,1 -381316,Cerebrovascular accident,2005,5,1,1 -381316,Cerebrovascular accident,2005,6,2,1 -381316,Cerebrovascular accident,2005,8,1,1 -381316,Cerebrovascular accident,2005,9,1,1 -381316,Cerebrovascular accident,2005,10,3,1 -381316,Cerebrovascular accident,2005,12,2,1 -381316,Cerebrovascular accident,2006,1,2,1 -381316,Cerebrovascular accident,2006,3,3,1 -381316,Cerebrovascular accident,2006,4,1,1 -381316,Cerebrovascular accident,2006,5,2,1 -381316,Cerebrovascular accident,2006,6,3,1 -381316,Cerebrovascular accident,2006,7,2,1 -381316,Cerebrovascular accident,2006,8,5,1 -381316,Cerebrovascular accident,2006,9,3,1 -381316,Cerebrovascular accident,2006,10,1,1 -381316,Cerebrovascular accident,2006,11,4,1 -381316,Cerebrovascular accident,2006,12,2,1 -381316,Cerebrovascular accident,2007,1,1,1 -381316,Cerebrovascular accident,2007,3,1,1 -381316,Cerebrovascular accident,2007,4,1,1 -381316,Cerebrovascular accident,2007,5,2,1 -381316,Cerebrovascular accident,2007,6,3,1 -381316,Cerebrovascular accident,2007,7,2,1 -381316,Cerebrovascular accident,2007,9,2,1 -381316,Cerebrovascular accident,2007,10,3,1 -381316,Cerebrovascular accident,2007,11,1,1 -381316,Cerebrovascular accident,2007,12,2,1 -381316,Cerebrovascular accident,2008,1,1,1 -381316,Cerebrovascular accident,2008,3,1,1 -381316,Cerebrovascular accident,2008,4,1,1 -381316,Cerebrovascular accident,2008,5,1,1 -381316,Cerebrovascular accident,2008,6,3,1 -381316,Cerebrovascular accident,2008,7,1,1 -381316,Cerebrovascular accident,2008,8,3,1 -381316,Cerebrovascular accident,2008,9,1,1 -381316,Cerebrovascular accident,2008,10,4,1 -381316,Cerebrovascular accident,2008,11,5,1 -381316,Cerebrovascular accident,2009,1,1,1 -381316,Cerebrovascular accident,2009,2,4,1 -381316,Cerebrovascular accident,2009,3,2,1 -381316,Cerebrovascular accident,2009,4,2,1 -381316,Cerebrovascular accident,2009,5,4,1 -381316,Cerebrovascular accident,2009,6,2,1 -381316,Cerebrovascular accident,2009,7,1,1 -381316,Cerebrovascular accident,2009,8,3,1 -381316,Cerebrovascular accident,2009,9,1,1 -381316,Cerebrovascular accident,2009,10,1,1 -381316,Cerebrovascular accident,2009,12,4,1 -381316,Cerebrovascular accident,2010,1,1,1 -381316,Cerebrovascular accident,2010,2,5,1 -381316,Cerebrovascular accident,2010,3,6,1 -381316,Cerebrovascular accident,2010,4,1,1 -381316,Cerebrovascular accident,2010,6,3,1 -381316,Cerebrovascular accident,2010,7,2,1 -381316,Cerebrovascular accident,2010,8,3,1 -381316,Cerebrovascular accident,2010,9,4,1 -381316,Cerebrovascular accident,2010,11,1,1 -381316,Cerebrovascular accident,2010,12,5,1 -381316,Cerebrovascular accident,2011,1,3,1 -381316,Cerebrovascular accident,2011,2,2,1 -381316,Cerebrovascular accident,2011,3,4,1 -381316,Cerebrovascular accident,2011,4,1,1 -381316,Cerebrovascular accident,2011,5,3,1 -381316,Cerebrovascular accident,2011,6,1,1 -381316,Cerebrovascular accident,2011,7,4,1 -381316,Cerebrovascular accident,2011,8,3,1 -381316,Cerebrovascular accident,2011,9,1,1 -381316,Cerebrovascular accident,2011,10,3,1 -381316,Cerebrovascular accident,2011,11,3,1 -381316,Cerebrovascular accident,2011,12,3,1 -381316,Cerebrovascular accident,2012,1,2,1 -381316,Cerebrovascular accident,2012,2,2,1 -381316,Cerebrovascular accident,2012,3,2,1 -381316,Cerebrovascular accident,2012,4,1,1 -381316,Cerebrovascular accident,2012,5,2,1 -381316,Cerebrovascular accident,2012,6,4,1 -381316,Cerebrovascular accident,2012,7,3,1 -381316,Cerebrovascular accident,2012,8,2,1 -381316,Cerebrovascular accident,2012,9,1,1 -381316,Cerebrovascular accident,2012,10,3,1 -381316,Cerebrovascular accident,2012,11,2,1 -381316,Cerebrovascular accident,2012,12,1,1 -381316,Cerebrovascular accident,2013,1,2,1 -381316,Cerebrovascular accident,2013,2,1,1 -381316,Cerebrovascular accident,2013,3,2,1 -381316,Cerebrovascular accident,2013,4,1,1 -381316,Cerebrovascular accident,2013,5,1,1 -381316,Cerebrovascular accident,2013,6,3,1 -381316,Cerebrovascular accident,2013,7,3,1 -381316,Cerebrovascular accident,2013,8,4,1 -381316,Cerebrovascular accident,2013,9,1,1 -381316,Cerebrovascular accident,2013,10,1,1 -381316,Cerebrovascular accident,2013,11,1,1 -381316,Cerebrovascular accident,2013,12,2,1 -381316,Cerebrovascular accident,2014,1,3,1 -381316,Cerebrovascular accident,2014,2,1,1 -381316,Cerebrovascular accident,2014,3,1,1 -381316,Cerebrovascular accident,2014,4,3,1 -381316,Cerebrovascular accident,2014,5,3,1 -381316,Cerebrovascular accident,2014,6,1,1 -381316,Cerebrovascular accident,2014,7,2,1 -381316,Cerebrovascular accident,2014,8,1,1 -381316,Cerebrovascular accident,2014,9,4,1 -381316,Cerebrovascular accident,2014,10,3,1 -381316,Cerebrovascular accident,2014,11,3,1 -381316,Cerebrovascular accident,2014,12,2,1 -381316,Cerebrovascular accident,2015,1,5,1 -381316,Cerebrovascular accident,2015,2,3,1 -381316,Cerebrovascular accident,2015,3,5,1 -381316,Cerebrovascular accident,2015,4,2,1 -381316,Cerebrovascular accident,2015,5,6,1 -381316,Cerebrovascular accident,2015,6,5,1 -381316,Cerebrovascular accident,2015,7,6,1 -381316,Cerebrovascular accident,2015,8,2,1 -381316,Cerebrovascular accident,2015,9,2,1 -381316,Cerebrovascular accident,2015,10,6,1 -381316,Cerebrovascular accident,2015,11,4,1 -381316,Cerebrovascular accident,2015,12,4,1 -381316,Cerebrovascular accident,2016,1,3,1 -381316,Cerebrovascular accident,2016,2,5,1 -381316,Cerebrovascular accident,2016,3,3,1 -381316,Cerebrovascular accident,2016,4,4,1 -381316,Cerebrovascular accident,2016,5,3,1 -381316,Cerebrovascular accident,2016,6,1,1 -381316,Cerebrovascular accident,2016,7,2,1 -381316,Cerebrovascular accident,2016,8,2,1 -381316,Cerebrovascular accident,2016,9,3,1 -381316,Cerebrovascular accident,2016,10,3,1 -381316,Cerebrovascular accident,2016,11,4,1 -381316,Cerebrovascular accident,2016,12,2,1 -381316,Cerebrovascular accident,2017,1,6,1 -381316,Cerebrovascular accident,2017,2,1,1 -381316,Cerebrovascular accident,2017,3,5,1 -381316,Cerebrovascular accident,2017,4,8,1 -381316,Cerebrovascular accident,2017,5,2,1 -381316,Cerebrovascular accident,2017,6,5,1 -381316,Cerebrovascular accident,2017,7,4,1 -381316,Cerebrovascular accident,2017,8,2,1 -381316,Cerebrovascular accident,2017,9,6,1 -381316,Cerebrovascular accident,2017,10,2,1 -381316,Cerebrovascular accident,2017,11,5,1 -381316,Cerebrovascular accident,2017,12,3,1 -381316,Cerebrovascular accident,2018,1,4,1 -381316,Cerebrovascular accident,2018,2,1,1 -381316,Cerebrovascular accident,2018,3,3,1 -381316,Cerebrovascular accident,2018,4,6,1 -381316,Cerebrovascular accident,2018,5,7,1 -381316,Cerebrovascular accident,2018,6,3,1 -381316,Cerebrovascular accident,2018,7,2,1 -381316,Cerebrovascular accident,2018,8,2,1 -381316,Cerebrovascular accident,2018,9,5,1 -381316,Cerebrovascular accident,2018,10,2,1 -381316,Cerebrovascular accident,2018,11,3,1 -381316,Cerebrovascular accident,2018,12,3,1 -381316,Cerebrovascular accident,2019,1,6,1 -381316,Cerebrovascular accident,2019,2,5,1 -381316,Cerebrovascular accident,2019,3,3,1 -381316,Cerebrovascular accident,2019,4,4,1 -381316,Cerebrovascular accident,2019,5,6,1 -381316,Cerebrovascular accident,2019,6,2,1 -381316,Cerebrovascular accident,2019,7,10,1 -381316,Cerebrovascular accident,2019,8,5,1 -381316,Cerebrovascular accident,2019,9,2,1 -381316,Cerebrovascular accident,2019,10,5,1 -381316,Cerebrovascular accident,2019,11,2,1 -381316,Cerebrovascular accident,2019,12,6,1 -381316,Cerebrovascular accident,2020,1,4,1 -381316,Cerebrovascular accident,2020,2,6,1 -381316,Cerebrovascular accident,2020,3,1,1 -381316,Cerebrovascular accident,2020,4,3,1 -381316,Cerebrovascular accident,2020,5,2,1 -381316,Cerebrovascular accident,2020,6,2,1 -381316,Cerebrovascular accident,2020,7,3,1 -381316,Cerebrovascular accident,2020,8,5,1 -381316,Cerebrovascular accident,2020,9,3,1 -381316,Cerebrovascular accident,2020,10,1,1 -381316,Cerebrovascular accident,2020,11,5,1 -381316,Cerebrovascular accident,2020,12,1,1 -381316,Cerebrovascular accident,2021,1,3,1 -381316,Cerebrovascular accident,2021,3,6,1 -381316,Cerebrovascular accident,2021,4,1,1 -381316,Cerebrovascular accident,2021,5,6,1 -381316,Cerebrovascular accident,2021,6,4,1 -381316,Cerebrovascular accident,2021,7,3,1 -381316,Cerebrovascular accident,2021,8,5,1 -381316,Cerebrovascular accident,2021,9,2,1 -381316,Cerebrovascular accident,2021,10,1,1 -381316,Cerebrovascular accident,2021,11,2,1 -381316,Cerebrovascular accident,2021,12,4,1 -381316,Cerebrovascular accident,2022,1,1,1 -381316,Cerebrovascular accident,2022,2,5,1 -381316,Cerebrovascular accident,2022,3,7,1 -381316,Cerebrovascular accident,2022,4,5,1 -381316,Cerebrovascular accident,2022,5,6,1 -381316,Cerebrovascular accident,2022,6,3,1 -381316,Cerebrovascular accident,2022,7,6,1 -381316,Cerebrovascular accident,2022,8,8,1 -381316,Cerebrovascular accident,2022,9,2,1 -381316,Cerebrovascular accident,2022,10,6,1 -381316,Cerebrovascular accident,2022,11,6,1 -381316,Cerebrovascular accident,2022,12,6,1 -381316,Cerebrovascular accident,2023,1,4,1 -381316,Cerebrovascular accident,2023,3,2,1 -381316,Cerebrovascular accident,2023,4,4,1 -381316,Cerebrovascular accident,2023,5,4,1 -381316,Cerebrovascular accident,2023,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1962,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1963,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1967,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1973,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1979,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1984,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1986,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1988,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1990,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1991,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1992,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1994,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1995,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1996,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1997,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1998,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,1999,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2000,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2001,9,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2002,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2003,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2004,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,8,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2005,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2006,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2007,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2008,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2009,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,4,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2010,9,1,3 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2011,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2012,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,10,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2013,12,2,1.5 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,5,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,6,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2014,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2015,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,3,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,5,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,8,2,1.5 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2016,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,7,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2017,12,4,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,3,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,4,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,9,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,11,1,2 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2018,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,4,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,7,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2019,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,1,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,6,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,7,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,8,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,11,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2020,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,1,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,2,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,5,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,6,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,7,3,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,9,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,10,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,11,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2021,12,2,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,3,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,5,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,10,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2022,12,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,2,1,1 -1310034,3 ML amiodarone hydrochloride 50 MG/ML Prefilled Syringe,2023,4,1,1 -1332419,amlodipine 5 MG Oral Tablet,1994,1,12,2 -1332419,amlodipine 5 MG Oral Tablet,1994,2,22,1.9545454545454544 -1332419,amlodipine 5 MG Oral Tablet,1994,3,12,2 -1332419,amlodipine 5 MG Oral Tablet,1994,4,20,2.1 -1332419,amlodipine 5 MG Oral Tablet,1994,5,12,1.9166666666666667 -1332419,amlodipine 5 MG Oral Tablet,1994,6,22,2.272727272727273 -1332419,amlodipine 5 MG Oral Tablet,1994,7,23,2.217391304347826 -1332419,amlodipine 5 MG Oral Tablet,1994,8,16,2.5625 -1332419,amlodipine 5 MG Oral Tablet,1994,9,32,1.71875 -1332419,amlodipine 5 MG Oral Tablet,1994,10,18,2.611111111111111 -1332419,amlodipine 5 MG Oral Tablet,1994,11,21,2.2857142857142856 -1332419,amlodipine 5 MG Oral Tablet,1994,12,17,2.117647058823529 -1332419,amlodipine 5 MG Oral Tablet,1995,1,7,3.2857142857142856 -1332419,amlodipine 5 MG Oral Tablet,1995,2,1,3 -1332419,amlodipine 5 MG Oral Tablet,1995,4,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,1995,5,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,6,4,4.5 -1332419,amlodipine 5 MG Oral Tablet,1995,8,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,9,1,2 -1332419,amlodipine 5 MG Oral Tablet,1995,10,1,1 -1332419,amlodipine 5 MG Oral Tablet,1995,11,3,1 -1332419,amlodipine 5 MG Oral Tablet,1995,12,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1996,1,3,2 -1332419,amlodipine 5 MG Oral Tablet,1996,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1996,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,1996,5,1,2 -1332419,amlodipine 5 MG Oral Tablet,1996,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,1996,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1996,8,1,2 -1332419,amlodipine 5 MG Oral Tablet,1996,9,3,3 -1332419,amlodipine 5 MG Oral Tablet,1996,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,1996,11,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,1997,1,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,1997,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,1997,3,1,3 -1332419,amlodipine 5 MG Oral Tablet,1997,4,1,4 -1332419,amlodipine 5 MG Oral Tablet,1997,5,1,1 -1332419,amlodipine 5 MG Oral Tablet,1997,6,2,2 -1332419,amlodipine 5 MG Oral Tablet,1997,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,1997,9,2,1 -1332419,amlodipine 5 MG Oral Tablet,1997,11,1,3 -1332419,amlodipine 5 MG Oral Tablet,1997,12,1,1 -1332419,amlodipine 5 MG Oral Tablet,1998,1,2,1 -1332419,amlodipine 5 MG Oral Tablet,1998,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1998,3,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1998,6,2,3 -1332419,amlodipine 5 MG Oral Tablet,1998,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,8,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,1998,9,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,1998,10,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,11,1,2 -1332419,amlodipine 5 MG Oral Tablet,1998,12,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1999,1,4,9.75 -1332419,amlodipine 5 MG Oral Tablet,1999,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,1999,3,2,2 -1332419,amlodipine 5 MG Oral Tablet,1999,4,1,7 -1332419,amlodipine 5 MG Oral Tablet,1999,5,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,1999,6,2,8 -1332419,amlodipine 5 MG Oral Tablet,1999,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,1999,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,1999,9,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,1999,10,3,11.666666666666666 -1332419,amlodipine 5 MG Oral Tablet,1999,11,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,1999,12,3,2 -1332419,amlodipine 5 MG Oral Tablet,2000,1,4,3.25 -1332419,amlodipine 5 MG Oral Tablet,2000,3,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2000,4,1,1 -1332419,amlodipine 5 MG Oral Tablet,2000,5,1,4 -1332419,amlodipine 5 MG Oral Tablet,2000,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2000,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,2000,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2000,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2000,10,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2000,11,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2000,12,4,6.5 -1332419,amlodipine 5 MG Oral Tablet,2001,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,3,2,1 -1332419,amlodipine 5 MG Oral Tablet,2001,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,5,2,4.5 -1332419,amlodipine 5 MG Oral Tablet,2001,6,3,3.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2001,7,5,2.6 -1332419,amlodipine 5 MG Oral Tablet,2001,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2001,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2001,10,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2001,11,1,25 -1332419,amlodipine 5 MG Oral Tablet,2001,12,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2002,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2002,4,3,2 -1332419,amlodipine 5 MG Oral Tablet,2002,5,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,2002,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2002,7,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2002,8,2,1 -1332419,amlodipine 5 MG Oral Tablet,2002,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2002,10,1,1 -1332419,amlodipine 5 MG Oral Tablet,2002,11,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2002,12,2,2 -1332419,amlodipine 5 MG Oral Tablet,2003,1,3,3 -1332419,amlodipine 5 MG Oral Tablet,2003,2,1,1 -1332419,amlodipine 5 MG Oral Tablet,2003,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2003,4,2,4 -1332419,amlodipine 5 MG Oral Tablet,2003,5,2,2 -1332419,amlodipine 5 MG Oral Tablet,2003,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2003,7,3,4.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2003,8,1,5 -1332419,amlodipine 5 MG Oral Tablet,2003,9,5,1.4 -1332419,amlodipine 5 MG Oral Tablet,2003,10,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2003,11,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2003,12,3,2 -1332419,amlodipine 5 MG Oral Tablet,2004,1,1,2 -1332419,amlodipine 5 MG Oral Tablet,2004,2,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2004,3,4,2 -1332419,amlodipine 5 MG Oral Tablet,2004,5,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2004,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2004,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,2004,8,1,1 -1332419,amlodipine 5 MG Oral Tablet,2004,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2004,11,2,4 -1332419,amlodipine 5 MG Oral Tablet,2004,12,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2005,2,8,2 -1332419,amlodipine 5 MG Oral Tablet,2005,3,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2005,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2005,5,2,2 -1332419,amlodipine 5 MG Oral Tablet,2005,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2005,8,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2005,9,4,2.75 -1332419,amlodipine 5 MG Oral Tablet,2005,10,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2005,11,6,2.1666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2006,1,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2006,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2006,3,2,2 -1332419,amlodipine 5 MG Oral Tablet,2006,5,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2006,6,4,8.5 -1332419,amlodipine 5 MG Oral Tablet,2006,7,3,2 -1332419,amlodipine 5 MG Oral Tablet,2006,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2006,9,1,2 -1332419,amlodipine 5 MG Oral Tablet,2006,11,1,3 -1332419,amlodipine 5 MG Oral Tablet,2006,12,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2007,1,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2007,2,1,1 -1332419,amlodipine 5 MG Oral Tablet,2007,3,4,3.75 -1332419,amlodipine 5 MG Oral Tablet,2007,4,5,3 -1332419,amlodipine 5 MG Oral Tablet,2007,5,4,2 -1332419,amlodipine 5 MG Oral Tablet,2007,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2007,7,2,2 -1332419,amlodipine 5 MG Oral Tablet,2007,8,5,2.8 -1332419,amlodipine 5 MG Oral Tablet,2007,9,3,6.666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2007,11,3,6.666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2007,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2008,1,2,1 -1332419,amlodipine 5 MG Oral Tablet,2008,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,2008,3,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2008,4,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2008,5,3,2 -1332419,amlodipine 5 MG Oral Tablet,2008,6,1,3 -1332419,amlodipine 5 MG Oral Tablet,2008,7,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2008,9,3,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2008,10,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2008,11,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2008,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2009,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2009,2,2,3 -1332419,amlodipine 5 MG Oral Tablet,2009,3,2,1 -1332419,amlodipine 5 MG Oral Tablet,2009,4,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2009,6,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2009,7,2,2 -1332419,amlodipine 5 MG Oral Tablet,2009,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2009,9,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2009,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,2009,11,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2009,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2010,2,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2010,3,2,3 -1332419,amlodipine 5 MG Oral Tablet,2010,4,1,2 -1332419,amlodipine 5 MG Oral Tablet,2010,5,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2010,6,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2010,7,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2010,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2010,9,3,2 -1332419,amlodipine 5 MG Oral Tablet,2010,10,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2010,11,4,3 -1332419,amlodipine 5 MG Oral Tablet,2010,12,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,1,5,1.2 -1332419,amlodipine 5 MG Oral Tablet,2011,3,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2011,5,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,6,2,1 -1332419,amlodipine 5 MG Oral Tablet,2011,7,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2011,8,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2011,9,6,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,10,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2011,11,1,2 -1332419,amlodipine 5 MG Oral Tablet,2011,12,5,1.6 -1332419,amlodipine 5 MG Oral Tablet,2012,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,2,2,6 -1332419,amlodipine 5 MG Oral Tablet,2012,3,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2012,4,5,1.2 -1332419,amlodipine 5 MG Oral Tablet,2012,5,4,2 -1332419,amlodipine 5 MG Oral Tablet,2012,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2012,7,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,8,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2012,9,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2012,10,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2012,11,4,7 -1332419,amlodipine 5 MG Oral Tablet,2012,12,2,2 -1332419,amlodipine 5 MG Oral Tablet,2013,1,3,2 -1332419,amlodipine 5 MG Oral Tablet,2013,2,1,2 -1332419,amlodipine 5 MG Oral Tablet,2013,3,6,2.6666666666666665 -1332419,amlodipine 5 MG Oral Tablet,2013,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2013,5,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2013,6,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,8,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2013,9,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,10,4,3 -1332419,amlodipine 5 MG Oral Tablet,2013,11,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2013,12,1,2 -1332419,amlodipine 5 MG Oral Tablet,2014,1,6,1.5 -1332419,amlodipine 5 MG Oral Tablet,2014,3,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2014,4,4,2 -1332419,amlodipine 5 MG Oral Tablet,2014,5,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2014,6,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2014,8,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2014,9,4,2 -1332419,amlodipine 5 MG Oral Tablet,2014,10,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2014,11,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2014,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2015,1,3,3.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2015,2,2,2 -1332419,amlodipine 5 MG Oral Tablet,2015,3,7,2 -1332419,amlodipine 5 MG Oral Tablet,2015,4,8,6 -1332419,amlodipine 5 MG Oral Tablet,2015,5,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2015,6,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2015,7,4,2 -1332419,amlodipine 5 MG Oral Tablet,2015,8,4,2 -1332419,amlodipine 5 MG Oral Tablet,2015,11,4,4.25 -1332419,amlodipine 5 MG Oral Tablet,2015,12,1,1 -1332419,amlodipine 5 MG Oral Tablet,2016,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2016,2,3,2 -1332419,amlodipine 5 MG Oral Tablet,2016,3,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2016,4,2,2 -1332419,amlodipine 5 MG Oral Tablet,2016,5,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2016,6,4,3.25 -1332419,amlodipine 5 MG Oral Tablet,2016,7,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2016,8,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2016,9,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2016,10,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2016,11,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2016,12,2,2.5 -1332419,amlodipine 5 MG Oral Tablet,2017,1,1,11 -1332419,amlodipine 5 MG Oral Tablet,2017,2,2,2 -1332419,amlodipine 5 MG Oral Tablet,2017,3,2,6.5 -1332419,amlodipine 5 MG Oral Tablet,2017,5,2,1 -1332419,amlodipine 5 MG Oral Tablet,2017,6,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2017,7,3,3 -1332419,amlodipine 5 MG Oral Tablet,2017,8,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2017,9,2,1 -1332419,amlodipine 5 MG Oral Tablet,2017,10,3,2 -1332419,amlodipine 5 MG Oral Tablet,2017,11,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2017,12,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2018,1,6,2.5 -1332419,amlodipine 5 MG Oral Tablet,2018,2,5,1.8 -1332419,amlodipine 5 MG Oral Tablet,2018,3,3,2 -1332419,amlodipine 5 MG Oral Tablet,2018,4,3,6 -1332419,amlodipine 5 MG Oral Tablet,2018,5,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2018,6,4,1.5 -1332419,amlodipine 5 MG Oral Tablet,2018,7,2,1 -1332419,amlodipine 5 MG Oral Tablet,2018,8,2,2 -1332419,amlodipine 5 MG Oral Tablet,2018,9,9,2 -1332419,amlodipine 5 MG Oral Tablet,2018,10,5,1.4 -1332419,amlodipine 5 MG Oral Tablet,2018,11,7,1.8571428571428568 -1332419,amlodipine 5 MG Oral Tablet,2018,12,6,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2019,1,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2019,2,5,2.4 -1332419,amlodipine 5 MG Oral Tablet,2019,3,5,4.4 -1332419,amlodipine 5 MG Oral Tablet,2019,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2019,5,3,6 -1332419,amlodipine 5 MG Oral Tablet,2019,6,1,2 -1332419,amlodipine 5 MG Oral Tablet,2019,7,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2019,8,2,3.5 -1332419,amlodipine 5 MG Oral Tablet,2019,9,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2019,10,5,2.2 -1332419,amlodipine 5 MG Oral Tablet,2019,12,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2020,1,2,2 -1332419,amlodipine 5 MG Oral Tablet,2020,2,2,1 -1332419,amlodipine 5 MG Oral Tablet,2020,3,5,3 -1332419,amlodipine 5 MG Oral Tablet,2020,4,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2020,5,4,2.5 -1332419,amlodipine 5 MG Oral Tablet,2020,6,5,3 -1332419,amlodipine 5 MG Oral Tablet,2020,7,6,2 -1332419,amlodipine 5 MG Oral Tablet,2020,8,5,2 -1332419,amlodipine 5 MG Oral Tablet,2020,9,8,1.625 -1332419,amlodipine 5 MG Oral Tablet,2020,10,3,1.3333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2020,11,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2020,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2021,1,5,2 -1332419,amlodipine 5 MG Oral Tablet,2021,2,3,2 -1332419,amlodipine 5 MG Oral Tablet,2021,3,4,5 -1332419,amlodipine 5 MG Oral Tablet,2021,4,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2021,5,5,1.6 -1332419,amlodipine 5 MG Oral Tablet,2021,6,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2021,8,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2021,9,1,1 -1332419,amlodipine 5 MG Oral Tablet,2021,10,2,1 -1332419,amlodipine 5 MG Oral Tablet,2021,11,2,4 -1332419,amlodipine 5 MG Oral Tablet,2021,12,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2022,2,5,2.4 -1332419,amlodipine 5 MG Oral Tablet,2022,3,5,3.4 -1332419,amlodipine 5 MG Oral Tablet,2022,4,4,1.75 -1332419,amlodipine 5 MG Oral Tablet,2022,5,4,1.25 -1332419,amlodipine 5 MG Oral Tablet,2022,6,6,1.8333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2022,7,1,2 -1332419,amlodipine 5 MG Oral Tablet,2022,8,3,2.333333333333333 -1332419,amlodipine 5 MG Oral Tablet,2022,9,3,2 -1332419,amlodipine 5 MG Oral Tablet,2022,10,1,2 -1332419,amlodipine 5 MG Oral Tablet,2022,11,2,4.5 -1332419,amlodipine 5 MG Oral Tablet,2022,12,2,1.5 -1332419,amlodipine 5 MG Oral Tablet,2023,1,6,3 -1332419,amlodipine 5 MG Oral Tablet,2023,2,3,1.6666666666666667 -1332419,amlodipine 5 MG Oral Tablet,2023,3,2,5.5 -1332419,amlodipine 5 MG Oral Tablet,2023,4,4,2.25 -1332419,amlodipine 5 MG Oral Tablet,2023,5,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1991,1,10,2 -1539411,simvastatin 20 MG Oral Tablet,1991,2,14,2.071428571428572 -1539411,simvastatin 20 MG Oral Tablet,1991,3,15,1.8666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1991,4,11,2 -1539411,simvastatin 20 MG Oral Tablet,1991,5,19,3.473684210526316 -1539411,simvastatin 20 MG Oral Tablet,1991,6,16,2.6875 -1539411,simvastatin 20 MG Oral Tablet,1991,7,17,2.823529411764706 -1539411,simvastatin 20 MG Oral Tablet,1991,8,23,1.9565217391304348 -1539411,simvastatin 20 MG Oral Tablet,1991,9,19,1.7894736842105263 -1539411,simvastatin 20 MG Oral Tablet,1991,10,17,2.7058823529411766 -1539411,simvastatin 20 MG Oral Tablet,1991,11,11,1.818181818181818 -1539411,simvastatin 20 MG Oral Tablet,1991,12,19,2.210526315789474 -1539411,simvastatin 20 MG Oral Tablet,1992,1,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1992,3,3,2 -1539411,simvastatin 20 MG Oral Tablet,1992,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,1992,5,1,5 -1539411,simvastatin 20 MG Oral Tablet,1992,6,4,2.75 -1539411,simvastatin 20 MG Oral Tablet,1992,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1992,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,1992,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1992,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,1992,11,1,4 -1539411,simvastatin 20 MG Oral Tablet,1992,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,1993,1,2,3 -1539411,simvastatin 20 MG Oral Tablet,1993,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,3,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,1993,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,1993,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,1993,6,2,2 -1539411,simvastatin 20 MG Oral Tablet,1993,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,1993,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,1993,11,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,1,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,2,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,1994,4,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1994,7,1,1 -1539411,simvastatin 20 MG Oral Tablet,1994,8,1,3 -1539411,simvastatin 20 MG Oral Tablet,1994,9,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1994,10,2,3 -1539411,simvastatin 20 MG Oral Tablet,1994,11,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,1994,12,1,6 -1539411,simvastatin 20 MG Oral Tablet,1995,1,3,3.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1995,2,1,3 -1539411,simvastatin 20 MG Oral Tablet,1995,4,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,1995,5,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,6,4,4.5 -1539411,simvastatin 20 MG Oral Tablet,1995,8,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,9,1,2 -1539411,simvastatin 20 MG Oral Tablet,1995,10,1,1 -1539411,simvastatin 20 MG Oral Tablet,1995,11,3,1 -1539411,simvastatin 20 MG Oral Tablet,1995,12,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1996,1,3,2 -1539411,simvastatin 20 MG Oral Tablet,1996,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1996,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1996,5,1,2 -1539411,simvastatin 20 MG Oral Tablet,1996,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,1996,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1996,8,1,2 -1539411,simvastatin 20 MG Oral Tablet,1996,9,3,3 -1539411,simvastatin 20 MG Oral Tablet,1996,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,1996,11,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,1997,1,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,1997,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,1997,3,1,3 -1539411,simvastatin 20 MG Oral Tablet,1997,4,1,4 -1539411,simvastatin 20 MG Oral Tablet,1997,5,1,1 -1539411,simvastatin 20 MG Oral Tablet,1997,6,2,2 -1539411,simvastatin 20 MG Oral Tablet,1997,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,1997,9,2,1 -1539411,simvastatin 20 MG Oral Tablet,1997,11,1,3 -1539411,simvastatin 20 MG Oral Tablet,1997,12,1,1 -1539411,simvastatin 20 MG Oral Tablet,1998,1,2,1 -1539411,simvastatin 20 MG Oral Tablet,1998,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1998,3,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1998,6,2,3 -1539411,simvastatin 20 MG Oral Tablet,1998,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,8,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,1998,9,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,1998,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,11,1,2 -1539411,simvastatin 20 MG Oral Tablet,1998,12,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1999,1,4,9.75 -1539411,simvastatin 20 MG Oral Tablet,1999,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,1999,3,2,2 -1539411,simvastatin 20 MG Oral Tablet,1999,4,1,7 -1539411,simvastatin 20 MG Oral Tablet,1999,5,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,1999,6,2,8 -1539411,simvastatin 20 MG Oral Tablet,1999,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,1999,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,1999,9,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,1999,10,3,11.666666666666666 -1539411,simvastatin 20 MG Oral Tablet,1999,11,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,1999,12,3,2 -1539411,simvastatin 20 MG Oral Tablet,2000,1,4,3.25 -1539411,simvastatin 20 MG Oral Tablet,2000,3,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2000,4,1,1 -1539411,simvastatin 20 MG Oral Tablet,2000,5,1,4 -1539411,simvastatin 20 MG Oral Tablet,2000,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2000,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,2000,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2000,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2000,10,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2000,11,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2000,12,4,6.5 -1539411,simvastatin 20 MG Oral Tablet,2001,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,3,2,1 -1539411,simvastatin 20 MG Oral Tablet,2001,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,5,2,4.5 -1539411,simvastatin 20 MG Oral Tablet,2001,6,3,3.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2001,7,5,2.6 -1539411,simvastatin 20 MG Oral Tablet,2001,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2001,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2001,10,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2001,11,1,25 -1539411,simvastatin 20 MG Oral Tablet,2001,12,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2002,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2002,4,3,2 -1539411,simvastatin 20 MG Oral Tablet,2002,5,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,2002,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2002,7,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2002,8,2,1 -1539411,simvastatin 20 MG Oral Tablet,2002,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2002,10,1,1 -1539411,simvastatin 20 MG Oral Tablet,2002,11,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2002,12,2,2 -1539411,simvastatin 20 MG Oral Tablet,2003,1,3,3 -1539411,simvastatin 20 MG Oral Tablet,2003,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,2003,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2003,4,2,4 -1539411,simvastatin 20 MG Oral Tablet,2003,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,2003,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2003,7,3,4.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2003,8,1,5 -1539411,simvastatin 20 MG Oral Tablet,2003,9,5,1.4 -1539411,simvastatin 20 MG Oral Tablet,2003,10,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2003,11,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2003,12,3,2 -1539411,simvastatin 20 MG Oral Tablet,2004,1,1,2 -1539411,simvastatin 20 MG Oral Tablet,2004,2,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2004,3,4,2 -1539411,simvastatin 20 MG Oral Tablet,2004,5,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2004,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2004,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,2004,8,1,1 -1539411,simvastatin 20 MG Oral Tablet,2004,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2004,11,2,4 -1539411,simvastatin 20 MG Oral Tablet,2004,12,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2005,2,8,2 -1539411,simvastatin 20 MG Oral Tablet,2005,3,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2005,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2005,5,2,2 -1539411,simvastatin 20 MG Oral Tablet,2005,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2005,8,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2005,9,4,2.75 -1539411,simvastatin 20 MG Oral Tablet,2005,10,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2005,11,6,2.1666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2006,1,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2006,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2006,3,2,2 -1539411,simvastatin 20 MG Oral Tablet,2006,5,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2006,6,4,8.5 -1539411,simvastatin 20 MG Oral Tablet,2006,7,3,2 -1539411,simvastatin 20 MG Oral Tablet,2006,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2006,9,1,2 -1539411,simvastatin 20 MG Oral Tablet,2006,11,1,3 -1539411,simvastatin 20 MG Oral Tablet,2006,12,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2007,1,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2007,2,1,1 -1539411,simvastatin 20 MG Oral Tablet,2007,3,4,3.75 -1539411,simvastatin 20 MG Oral Tablet,2007,4,5,3 -1539411,simvastatin 20 MG Oral Tablet,2007,5,4,2 -1539411,simvastatin 20 MG Oral Tablet,2007,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2007,7,2,2 -1539411,simvastatin 20 MG Oral Tablet,2007,8,5,2.8 -1539411,simvastatin 20 MG Oral Tablet,2007,9,3,6.666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2007,11,3,6.666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2007,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2008,1,2,1 -1539411,simvastatin 20 MG Oral Tablet,2008,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,2008,3,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2008,4,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2008,5,3,2 -1539411,simvastatin 20 MG Oral Tablet,2008,6,1,3 -1539411,simvastatin 20 MG Oral Tablet,2008,7,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2008,9,3,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2008,10,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2008,11,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2008,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2009,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2009,2,2,3 -1539411,simvastatin 20 MG Oral Tablet,2009,3,2,1 -1539411,simvastatin 20 MG Oral Tablet,2009,4,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2009,6,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2009,7,2,2 -1539411,simvastatin 20 MG Oral Tablet,2009,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2009,9,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2009,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,2009,11,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2009,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2010,2,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2010,3,2,3 -1539411,simvastatin 20 MG Oral Tablet,2010,4,1,2 -1539411,simvastatin 20 MG Oral Tablet,2010,5,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2010,6,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2010,7,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2010,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2010,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,2010,10,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2010,11,4,3 -1539411,simvastatin 20 MG Oral Tablet,2010,12,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,1,5,1.2 -1539411,simvastatin 20 MG Oral Tablet,2011,3,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2011,5,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,6,2,1 -1539411,simvastatin 20 MG Oral Tablet,2011,7,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2011,8,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2011,9,6,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,10,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2011,11,1,2 -1539411,simvastatin 20 MG Oral Tablet,2011,12,5,1.6 -1539411,simvastatin 20 MG Oral Tablet,2012,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,2,2,6 -1539411,simvastatin 20 MG Oral Tablet,2012,3,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2012,4,5,1.2 -1539411,simvastatin 20 MG Oral Tablet,2012,5,4,2 -1539411,simvastatin 20 MG Oral Tablet,2012,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2012,7,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,8,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2012,9,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2012,10,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2012,11,4,7 -1539411,simvastatin 20 MG Oral Tablet,2012,12,2,2 -1539411,simvastatin 20 MG Oral Tablet,2013,1,3,2 -1539411,simvastatin 20 MG Oral Tablet,2013,2,1,2 -1539411,simvastatin 20 MG Oral Tablet,2013,3,6,2.6666666666666665 -1539411,simvastatin 20 MG Oral Tablet,2013,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2013,5,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2013,6,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,8,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2013,9,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,10,4,3 -1539411,simvastatin 20 MG Oral Tablet,2013,11,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2013,12,1,2 -1539411,simvastatin 20 MG Oral Tablet,2014,1,6,1.5 -1539411,simvastatin 20 MG Oral Tablet,2014,3,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2014,4,4,2 -1539411,simvastatin 20 MG Oral Tablet,2014,5,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2014,6,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2014,8,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2014,9,4,2 -1539411,simvastatin 20 MG Oral Tablet,2014,10,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2014,11,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2014,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2015,1,3,3.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2015,2,2,2 -1539411,simvastatin 20 MG Oral Tablet,2015,3,7,2 -1539411,simvastatin 20 MG Oral Tablet,2015,4,8,6 -1539411,simvastatin 20 MG Oral Tablet,2015,5,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2015,6,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2015,7,4,2 -1539411,simvastatin 20 MG Oral Tablet,2015,8,4,2 -1539411,simvastatin 20 MG Oral Tablet,2015,11,4,4.25 -1539411,simvastatin 20 MG Oral Tablet,2015,12,1,1 -1539411,simvastatin 20 MG Oral Tablet,2016,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2016,2,3,2 -1539411,simvastatin 20 MG Oral Tablet,2016,3,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2016,4,2,2 -1539411,simvastatin 20 MG Oral Tablet,2016,5,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2016,6,4,3.25 -1539411,simvastatin 20 MG Oral Tablet,2016,7,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2016,8,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2016,9,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2016,10,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2016,11,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2016,12,2,2.5 -1539411,simvastatin 20 MG Oral Tablet,2017,1,1,11 -1539411,simvastatin 20 MG Oral Tablet,2017,2,2,2 -1539411,simvastatin 20 MG Oral Tablet,2017,3,2,6.5 -1539411,simvastatin 20 MG Oral Tablet,2017,5,2,1 -1539411,simvastatin 20 MG Oral Tablet,2017,6,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2017,7,3,3 -1539411,simvastatin 20 MG Oral Tablet,2017,8,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2017,9,2,1 -1539411,simvastatin 20 MG Oral Tablet,2017,10,3,2 -1539411,simvastatin 20 MG Oral Tablet,2017,11,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2017,12,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2018,1,6,2.5 -1539411,simvastatin 20 MG Oral Tablet,2018,2,5,1.8 -1539411,simvastatin 20 MG Oral Tablet,2018,3,3,2 -1539411,simvastatin 20 MG Oral Tablet,2018,4,3,6 -1539411,simvastatin 20 MG Oral Tablet,2018,5,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2018,6,4,1.5 -1539411,simvastatin 20 MG Oral Tablet,2018,7,2,1 -1539411,simvastatin 20 MG Oral Tablet,2018,8,2,2 -1539411,simvastatin 20 MG Oral Tablet,2018,9,9,2 -1539411,simvastatin 20 MG Oral Tablet,2018,10,5,1.4 -1539411,simvastatin 20 MG Oral Tablet,2018,11,7,1.8571428571428568 -1539411,simvastatin 20 MG Oral Tablet,2018,12,6,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2019,1,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2019,2,5,2.4 -1539411,simvastatin 20 MG Oral Tablet,2019,3,5,4.4 -1539411,simvastatin 20 MG Oral Tablet,2019,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2019,5,3,6 -1539411,simvastatin 20 MG Oral Tablet,2019,6,1,2 -1539411,simvastatin 20 MG Oral Tablet,2019,7,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2019,8,2,3.5 -1539411,simvastatin 20 MG Oral Tablet,2019,9,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2019,10,5,2.2 -1539411,simvastatin 20 MG Oral Tablet,2019,12,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2020,1,2,2 -1539411,simvastatin 20 MG Oral Tablet,2020,2,2,1 -1539411,simvastatin 20 MG Oral Tablet,2020,3,5,3 -1539411,simvastatin 20 MG Oral Tablet,2020,4,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2020,5,4,2.5 -1539411,simvastatin 20 MG Oral Tablet,2020,6,5,3 -1539411,simvastatin 20 MG Oral Tablet,2020,7,6,2 -1539411,simvastatin 20 MG Oral Tablet,2020,8,5,2 -1539411,simvastatin 20 MG Oral Tablet,2020,9,8,1.625 -1539411,simvastatin 20 MG Oral Tablet,2020,10,3,1.3333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2020,11,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2020,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2021,1,5,2 -1539411,simvastatin 20 MG Oral Tablet,2021,2,3,2 -1539411,simvastatin 20 MG Oral Tablet,2021,3,4,5 -1539411,simvastatin 20 MG Oral Tablet,2021,4,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2021,5,5,1.6 -1539411,simvastatin 20 MG Oral Tablet,2021,6,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2021,8,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2021,9,1,1 -1539411,simvastatin 20 MG Oral Tablet,2021,10,2,1 -1539411,simvastatin 20 MG Oral Tablet,2021,11,2,4 -1539411,simvastatin 20 MG Oral Tablet,2021,12,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2022,2,5,2.4 -1539411,simvastatin 20 MG Oral Tablet,2022,3,5,3.4 -1539411,simvastatin 20 MG Oral Tablet,2022,4,4,1.75 -1539411,simvastatin 20 MG Oral Tablet,2022,5,4,1.25 -1539411,simvastatin 20 MG Oral Tablet,2022,6,6,1.8333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2022,7,1,2 -1539411,simvastatin 20 MG Oral Tablet,2022,8,3,2.333333333333333 -1539411,simvastatin 20 MG Oral Tablet,2022,9,3,2 -1539411,simvastatin 20 MG Oral Tablet,2022,10,1,2 -1539411,simvastatin 20 MG Oral Tablet,2022,11,2,4.5 -1539411,simvastatin 20 MG Oral Tablet,2022,12,2,1.5 -1539411,simvastatin 20 MG Oral Tablet,2023,1,6,3 -1539411,simvastatin 20 MG Oral Tablet,2023,2,3,1.6666666666666667 -1539411,simvastatin 20 MG Oral Tablet,2023,3,2,5.5 -1539411,simvastatin 20 MG Oral Tablet,2023,4,4,2.25 -1539411,simvastatin 20 MG Oral Tablet,2023,5,6,1.8333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,1996,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1996,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,2,3,1.3333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,1997,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1997,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1998,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,1999,12,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2000,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2001,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,7,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2002,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2003,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,2,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2004,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,4,5,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2005,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2006,10,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,1,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2007,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2008,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2009,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2010,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,8,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2011,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,7,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2012,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2013,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2014,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2015,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,5,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,9,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,10,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2016,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,8,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,10,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2017,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,2,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,3,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,5,1,2 -1545959,atorvastatin 80 MG Oral Tablet,2018,6,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,7,4,1.25 -1545959,atorvastatin 80 MG Oral Tablet,2018,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,9,1,2 -1545959,atorvastatin 80 MG Oral Tablet,2018,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2018,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,1,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,3,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,4,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,5,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,10,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2019,12,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,1,3,1.3333333333333333 -1545959,atorvastatin 80 MG Oral Tablet,2020,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,4,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,7,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,11,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2020,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,1,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,6,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,8,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,9,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,11,4,1 -1545959,atorvastatin 80 MG Oral Tablet,2021,12,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,3,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,4,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,5,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,6,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,7,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,8,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,9,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,10,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,11,1,1 -1545959,atorvastatin 80 MG Oral Tablet,2022,12,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,1,3,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,2,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,4,2,1 -1545959,atorvastatin 80 MG Oral Tablet,2023,5,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2018,3,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 -4057420,Catheter ablation of tissue of heart,1955,4,2,1 -4057420,Catheter ablation of tissue of heart,1955,11,1,1 -4057420,Catheter ablation of tissue of heart,1960,4,1,1 -4057420,Catheter ablation of tissue of heart,1962,1,1,1 -4057420,Catheter ablation of tissue of heart,1963,6,1,1 -4057420,Catheter ablation of tissue of heart,1967,4,1,1 -4057420,Catheter ablation of tissue of heart,1973,6,1,1 -4057420,Catheter ablation of tissue of heart,1979,6,1,2 -4057420,Catheter ablation of tissue of heart,1979,12,1,1 -4057420,Catheter ablation of tissue of heart,1984,11,1,1 -4057420,Catheter ablation of tissue of heart,1985,4,1,5 -4057420,Catheter ablation of tissue of heart,1986,4,1,5 -4057420,Catheter ablation of tissue of heart,1986,6,1,1 -4057420,Catheter ablation of tissue of heart,1988,5,1,1 -4057420,Catheter ablation of tissue of heart,1988,6,1,1 -4057420,Catheter ablation of tissue of heart,1989,5,1,5 -4057420,Catheter ablation of tissue of heart,1990,5,1,5 -4057420,Catheter ablation of tissue of heart,1990,6,1,1 -4057420,Catheter ablation of tissue of heart,1990,9,1,1 -4057420,Catheter ablation of tissue of heart,1991,1,1,1 -4057420,Catheter ablation of tissue of heart,1991,3,1,1 -4057420,Catheter ablation of tissue of heart,1991,8,1,1 -4057420,Catheter ablation of tissue of heart,1991,9,1,1 -4057420,Catheter ablation of tissue of heart,1991,10,1,2 -4057420,Catheter ablation of tissue of heart,1992,5,2,3 -4057420,Catheter ablation of tissue of heart,1992,11,2,1.5 -4057420,Catheter ablation of tissue of heart,1993,2,1,2 -4057420,Catheter ablation of tissue of heart,1993,6,1,5 -4057420,Catheter ablation of tissue of heart,1994,2,1,2 -4057420,Catheter ablation of tissue of heart,1994,5,1,15 -4057420,Catheter ablation of tissue of heart,1994,6,1,1 -4057420,Catheter ablation of tissue of heart,1994,8,1,6 -4057420,Catheter ablation of tissue of heart,1994,9,1,1 -4057420,Catheter ablation of tissue of heart,1994,10,1,2 -4057420,Catheter ablation of tissue of heart,1995,6,2,2 -4057420,Catheter ablation of tissue of heart,1995,7,1,1 -4057420,Catheter ablation of tissue of heart,1995,9,1,1 -4057420,Catheter ablation of tissue of heart,1996,6,2,1.5 -4057420,Catheter ablation of tissue of heart,1996,10,1,1 -4057420,Catheter ablation of tissue of heart,1996,11,2,2 -4057420,Catheter ablation of tissue of heart,1997,2,1,1 -4057420,Catheter ablation of tissue of heart,1997,6,2,2 -4057420,Catheter ablation of tissue of heart,1997,8,1,1 -4057420,Catheter ablation of tissue of heart,1997,11,1,2 -4057420,Catheter ablation of tissue of heart,1998,2,1,2 -4057420,Catheter ablation of tissue of heart,1998,7,1,1 -4057420,Catheter ablation of tissue of heart,1998,8,1,5 -4057420,Catheter ablation of tissue of heart,1998,9,1,1 -4057420,Catheter ablation of tissue of heart,1998,10,1,1 -4057420,Catheter ablation of tissue of heart,1999,2,2,4 -4057420,Catheter ablation of tissue of heart,1999,6,1,2 -4057420,Catheter ablation of tissue of heart,1999,8,1,1 -4057420,Catheter ablation of tissue of heart,1999,12,1,2 -4057420,Catheter ablation of tissue of heart,2000,2,1,6 -4057420,Catheter ablation of tissue of heart,2000,4,1,1 -4057420,Catheter ablation of tissue of heart,2000,6,2,1.5 -4057420,Catheter ablation of tissue of heart,2000,10,1,1 -4057420,Catheter ablation of tissue of heart,2000,12,2,1.5 -4057420,Catheter ablation of tissue of heart,2001,4,1,2 -4057420,Catheter ablation of tissue of heart,2001,6,2,1.5 -4057420,Catheter ablation of tissue of heart,2001,9,2,1 -4057420,Catheter ablation of tissue of heart,2002,1,1,1 -4057420,Catheter ablation of tissue of heart,2002,2,1,1 -4057420,Catheter ablation of tissue of heart,2002,3,1,1 -4057420,Catheter ablation of tissue of heart,2002,4,1,1 -4057420,Catheter ablation of tissue of heart,2002,8,1,2 -4057420,Catheter ablation of tissue of heart,2003,2,1,1 -4057420,Catheter ablation of tissue of heart,2003,4,2,1 -4057420,Catheter ablation of tissue of heart,2003,8,2,2 -4057420,Catheter ablation of tissue of heart,2003,9,1,1 -4057420,Catheter ablation of tissue of heart,2003,10,1,1 -4057420,Catheter ablation of tissue of heart,2004,4,1,1 -4057420,Catheter ablation of tissue of heart,2004,5,1,1 -4057420,Catheter ablation of tissue of heart,2004,6,1,2 -4057420,Catheter ablation of tissue of heart,2004,8,1,2 -4057420,Catheter ablation of tissue of heart,2004,10,1,1 -4057420,Catheter ablation of tissue of heart,2004,11,2,1 -4057420,Catheter ablation of tissue of heart,2005,3,1,1 -4057420,Catheter ablation of tissue of heart,2005,4,2,1.5 -4057420,Catheter ablation of tissue of heart,2005,8,3,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2005,10,1,2 -4057420,Catheter ablation of tissue of heart,2005,11,1,1 -4057420,Catheter ablation of tissue of heart,2006,1,3,1 -4057420,Catheter ablation of tissue of heart,2006,3,2,1 -4057420,Catheter ablation of tissue of heart,2006,4,2,1 -4057420,Catheter ablation of tissue of heart,2006,5,2,1.5 -4057420,Catheter ablation of tissue of heart,2006,10,1,1 -4057420,Catheter ablation of tissue of heart,2006,12,1,2 -4057420,Catheter ablation of tissue of heart,2007,1,1,1 -4057420,Catheter ablation of tissue of heart,2007,2,1,1 -4057420,Catheter ablation of tissue of heart,2007,4,1,1 -4057420,Catheter ablation of tissue of heart,2007,6,1,2 -4057420,Catheter ablation of tissue of heart,2007,8,2,1.5 -4057420,Catheter ablation of tissue of heart,2007,11,1,2 -4057420,Catheter ablation of tissue of heart,2007,12,1,1 -4057420,Catheter ablation of tissue of heart,2008,2,1,1 -4057420,Catheter ablation of tissue of heart,2008,3,1,1 -4057420,Catheter ablation of tissue of heart,2008,4,1,1 -4057420,Catheter ablation of tissue of heart,2008,8,1,2 -4057420,Catheter ablation of tissue of heart,2008,9,1,2 -4057420,Catheter ablation of tissue of heart,2008,12,2,1 -4057420,Catheter ablation of tissue of heart,2009,5,1,1 -4057420,Catheter ablation of tissue of heart,2009,7,1,1 -4057420,Catheter ablation of tissue of heart,2009,10,1,1 -4057420,Catheter ablation of tissue of heart,2009,11,1,1 -4057420,Catheter ablation of tissue of heart,2010,4,3,1 -4057420,Catheter ablation of tissue of heart,2010,5,2,1 -4057420,Catheter ablation of tissue of heart,2010,7,1,2 -4057420,Catheter ablation of tissue of heart,2010,9,2,2.5 -4057420,Catheter ablation of tissue of heart,2010,12,2,1.5 -4057420,Catheter ablation of tissue of heart,2011,1,1,1 -4057420,Catheter ablation of tissue of heart,2011,2,1,1 -4057420,Catheter ablation of tissue of heart,2011,3,1,1 -4057420,Catheter ablation of tissue of heart,2011,6,2,2 -4057420,Catheter ablation of tissue of heart,2011,7,1,2 -4057420,Catheter ablation of tissue of heart,2011,9,2,2 -4057420,Catheter ablation of tissue of heart,2011,10,1,2 -4057420,Catheter ablation of tissue of heart,2011,12,1,1 -4057420,Catheter ablation of tissue of heart,2012,1,1,1 -4057420,Catheter ablation of tissue of heart,2012,3,1,4 -4057420,Catheter ablation of tissue of heart,2012,4,1,2 -4057420,Catheter ablation of tissue of heart,2012,5,1,1 -4057420,Catheter ablation of tissue of heart,2012,7,1,1 -4057420,Catheter ablation of tissue of heart,2012,8,1,1 -4057420,Catheter ablation of tissue of heart,2012,9,4,1.75 -4057420,Catheter ablation of tissue of heart,2012,11,1,1 -4057420,Catheter ablation of tissue of heart,2012,12,4,1.25 -4057420,Catheter ablation of tissue of heart,2013,1,2,1 -4057420,Catheter ablation of tissue of heart,2013,2,2,1 -4057420,Catheter ablation of tissue of heart,2013,3,2,3 -4057420,Catheter ablation of tissue of heart,2013,4,2,1.5 -4057420,Catheter ablation of tissue of heart,2013,7,7,3 -4057420,Catheter ablation of tissue of heart,2013,8,4,2.25 -4057420,Catheter ablation of tissue of heart,2013,9,10,1.5 -4057420,Catheter ablation of tissue of heart,2013,10,11,2.090909090909091 -4057420,Catheter ablation of tissue of heart,2013,11,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2013,12,10,2.3 -4057420,Catheter ablation of tissue of heart,2014,1,9,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2014,2,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2014,3,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2014,4,11,1.3636363636363635 -4057420,Catheter ablation of tissue of heart,2014,5,15,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2014,6,9,2.111111111111111 -4057420,Catheter ablation of tissue of heart,2014,7,4,1.25 -4057420,Catheter ablation of tissue of heart,2014,8,7,2.142857142857143 -4057420,Catheter ablation of tissue of heart,2014,9,9,2.555555555555556 -4057420,Catheter ablation of tissue of heart,2014,10,8,2.625 -4057420,Catheter ablation of tissue of heart,2014,11,7,1.8571428571428568 -4057420,Catheter ablation of tissue of heart,2014,12,8,1.375 -4057420,Catheter ablation of tissue of heart,2015,1,15,2 -4057420,Catheter ablation of tissue of heart,2015,2,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2015,3,6,1.8333333333333333 -4057420,Catheter ablation of tissue of heart,2015,4,6,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2015,5,9,5.555555555555555 -4057420,Catheter ablation of tissue of heart,2015,6,9,6.444444444444445 -4057420,Catheter ablation of tissue of heart,2015,7,7,1.7142857142857142 -4057420,Catheter ablation of tissue of heart,2015,8,6,1.5 -4057420,Catheter ablation of tissue of heart,2015,9,4,1 -4057420,Catheter ablation of tissue of heart,2015,10,10,1.8 -4057420,Catheter ablation of tissue of heart,2015,11,9,1.5555555555555556 -4057420,Catheter ablation of tissue of heart,2015,12,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2016,1,6,1.3333333333333333 -4057420,Catheter ablation of tissue of heart,2016,2,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2016,3,13,1.4615384615384617 -4057420,Catheter ablation of tissue of heart,2016,4,9,1.5555555555555556 -4057420,Catheter ablation of tissue of heart,2016,5,13,1.9230769230769231 -4057420,Catheter ablation of tissue of heart,2016,6,13,2.230769230769231 -4057420,Catheter ablation of tissue of heart,2016,7,8,1.5 -4057420,Catheter ablation of tissue of heart,2016,8,6,2 -4057420,Catheter ablation of tissue of heart,2016,9,8,2.5 -4057420,Catheter ablation of tissue of heart,2016,10,9,2.111111111111111 -4057420,Catheter ablation of tissue of heart,2016,11,13,1.4615384615384617 -4057420,Catheter ablation of tissue of heart,2016,12,10,3.3 -4057420,Catheter ablation of tissue of heart,2017,1,14,1.8571428571428568 -4057420,Catheter ablation of tissue of heart,2017,2,7,5.857142857142857 -4057420,Catheter ablation of tissue of heart,2017,3,12,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2017,4,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2017,5,9,6.777777777777778 -4057420,Catheter ablation of tissue of heart,2017,6,9,3.111111111111111 -4057420,Catheter ablation of tissue of heart,2017,7,8,1.875 -4057420,Catheter ablation of tissue of heart,2017,8,13,4.153846153846154 -4057420,Catheter ablation of tissue of heart,2017,9,10,2 -4057420,Catheter ablation of tissue of heart,2017,10,12,2.833333333333333 -4057420,Catheter ablation of tissue of heart,2017,11,14,2.2857142857142856 -4057420,Catheter ablation of tissue of heart,2017,12,10,1.7 -4057420,Catheter ablation of tissue of heart,2018,1,7,1.1428571428571428 -4057420,Catheter ablation of tissue of heart,2018,2,1,2 -4057420,Catheter ablation of tissue of heart,2018,3,9,1.4444444444444444 -4057420,Catheter ablation of tissue of heart,2018,4,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2018,5,12,1.5833333333333333 -4057420,Catheter ablation of tissue of heart,2018,6,9,1.4444444444444444 -4057420,Catheter ablation of tissue of heart,2018,7,8,2.125 -4057420,Catheter ablation of tissue of heart,2018,8,14,2.2142857142857144 -4057420,Catheter ablation of tissue of heart,2018,9,6,5.333333333333333 -4057420,Catheter ablation of tissue of heart,2018,10,5,1 -4057420,Catheter ablation of tissue of heart,2018,11,8,2.125 -4057420,Catheter ablation of tissue of heart,2018,12,8,2 -4057420,Catheter ablation of tissue of heart,2019,1,12,2 -4057420,Catheter ablation of tissue of heart,2019,2,8,1.375 -4057420,Catheter ablation of tissue of heart,2019,3,6,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2019,4,7,1.4285714285714286 -4057420,Catheter ablation of tissue of heart,2019,5,12,4.833333333333333 -4057420,Catheter ablation of tissue of heart,2019,6,10,2.8 -4057420,Catheter ablation of tissue of heart,2019,7,13,4.230769230769231 -4057420,Catheter ablation of tissue of heart,2019,8,13,3.1538461538461537 -4057420,Catheter ablation of tissue of heart,2019,9,11,4.2727272727272725 -4057420,Catheter ablation of tissue of heart,2019,10,10,2.8 -4057420,Catheter ablation of tissue of heart,2019,11,11,2.4545454545454546 -4057420,Catheter ablation of tissue of heart,2019,12,11,2 -4057420,Catheter ablation of tissue of heart,2020,1,20,2.5 -4057420,Catheter ablation of tissue of heart,2020,2,5,1.8 -4057420,Catheter ablation of tissue of heart,2020,3,12,1.6666666666666667 -4057420,Catheter ablation of tissue of heart,2020,4,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2020,5,6,2.333333333333333 -4057420,Catheter ablation of tissue of heart,2020,6,10,1.4 -4057420,Catheter ablation of tissue of heart,2020,7,16,2.9375 -4057420,Catheter ablation of tissue of heart,2020,8,14,2.7142857142857144 -4057420,Catheter ablation of tissue of heart,2020,9,9,4.222222222222222 -4057420,Catheter ablation of tissue of heart,2020,10,9,1.7777777777777777 -4057420,Catheter ablation of tissue of heart,2020,11,12,2 -4057420,Catheter ablation of tissue of heart,2020,12,15,1.6 -4057420,Catheter ablation of tissue of heart,2021,1,10,1.7 -4057420,Catheter ablation of tissue of heart,2021,2,11,1.818181818181818 -4057420,Catheter ablation of tissue of heart,2021,3,14,1.8571428571428568 -4057420,Catheter ablation of tissue of heart,2021,4,10,1.6 -4057420,Catheter ablation of tissue of heart,2021,5,9,2.4444444444444446 -4057420,Catheter ablation of tissue of heart,2021,6,10,2.9 -4057420,Catheter ablation of tissue of heart,2021,7,20,1.65 -4057420,Catheter ablation of tissue of heart,2021,8,10,3.4 -4057420,Catheter ablation of tissue of heart,2021,9,11,1.7272727272727273 -4057420,Catheter ablation of tissue of heart,2021,10,14,1.5714285714285714 -4057420,Catheter ablation of tissue of heart,2021,11,14,2.2857142857142856 -4057420,Catheter ablation of tissue of heart,2021,12,15,2.1333333333333333 -4057420,Catheter ablation of tissue of heart,2022,1,8,1.625 -4057420,Catheter ablation of tissue of heart,2022,2,6,1.5 -4057420,Catheter ablation of tissue of heart,2022,3,13,1.9230769230769231 -4057420,Catheter ablation of tissue of heart,2022,4,12,1.8333333333333333 -4057420,Catheter ablation of tissue of heart,2022,5,10,1.5 -4057420,Catheter ablation of tissue of heart,2022,6,8,2.5 -4057420,Catheter ablation of tissue of heart,2022,7,13,4.076923076923077 -4057420,Catheter ablation of tissue of heart,2022,8,9,2.333333333333333 -4057420,Catheter ablation of tissue of heart,2022,9,12,4.333333333333333 -4057420,Catheter ablation of tissue of heart,2022,10,10,1.6 -4057420,Catheter ablation of tissue of heart,2022,11,12,2.1666666666666665 -4057420,Catheter ablation of tissue of heart,2022,12,16,2 -4057420,Catheter ablation of tissue of heart,2023,1,6,3.333333333333333 -4057420,Catheter ablation of tissue of heart,2023,2,14,1.7857142857142858 -4057420,Catheter ablation of tissue of heart,2023,3,15,1.9333333333333331 -4057420,Catheter ablation of tissue of heart,2023,4,8,1.5 -4057420,Catheter ablation of tissue of heart,2023,5,12,1.75 -4057420,Catheter ablation of tissue of heart,2023,6,4,1.75 -4078793,Direct current cardioversion,1977,5,1,2 -4078793,Direct current cardioversion,1978,6,1,2 -4078793,Direct current cardioversion,1980,6,1,2 -4078793,Direct current cardioversion,1984,4,1,5 -4078793,Direct current cardioversion,1987,5,1,5 -4078793,Direct current cardioversion,1988,5,1,5 -4078793,Direct current cardioversion,1988,6,1,1 -4078793,Direct current cardioversion,1989,6,1,1 -4078793,Direct current cardioversion,1990,6,1,1 -4078793,Direct current cardioversion,1990,10,1,2 -4078793,Direct current cardioversion,1991,5,2,10 -4078793,Direct current cardioversion,1991,6,1,1 -4078793,Direct current cardioversion,1991,10,2,2 -4078793,Direct current cardioversion,1992,5,1,15 -4078793,Direct current cardioversion,1992,6,1,1 -4078793,Direct current cardioversion,1992,10,2,2 -4078793,Direct current cardioversion,1993,1,1,2 -4078793,Direct current cardioversion,1993,5,1,15 -4078793,Direct current cardioversion,1993,7,1,1 -4078793,Direct current cardioversion,1993,9,1,1 -4078793,Direct current cardioversion,1993,10,1,2 -4078793,Direct current cardioversion,1993,11,2,2 -4078793,Direct current cardioversion,1994,1,1,2 -4078793,Direct current cardioversion,1994,5,1,2 -4078793,Direct current cardioversion,1994,7,1,1 -4078793,Direct current cardioversion,1994,9,1,1 -4078793,Direct current cardioversion,1994,11,2,2 -4078793,Direct current cardioversion,1995,1,1,2 -4078793,Direct current cardioversion,1995,2,1,2 -4078793,Direct current cardioversion,1995,5,2,8.5 -4078793,Direct current cardioversion,1995,7,1,1 -4078793,Direct current cardioversion,1995,8,1,6 -4078793,Direct current cardioversion,1995,10,1,2 -4078793,Direct current cardioversion,1995,11,2,2 -4078793,Direct current cardioversion,1996,1,2,4 -4078793,Direct current cardioversion,1996,2,1,2 -4078793,Direct current cardioversion,1996,5,2,8.5 -4078793,Direct current cardioversion,1996,6,2,2 -4078793,Direct current cardioversion,1996,7,2,1.5 -4078793,Direct current cardioversion,1996,8,1,1 -4078793,Direct current cardioversion,1996,9,2,3.5 -4078793,Direct current cardioversion,1996,11,1,2 -4078793,Direct current cardioversion,1997,1,2,4 -4078793,Direct current cardioversion,1997,2,1,2 -4078793,Direct current cardioversion,1997,3,1,2 -4078793,Direct current cardioversion,1997,5,1,2 -4078793,Direct current cardioversion,1997,6,2,8.5 -4078793,Direct current cardioversion,1997,7,1,2 -4078793,Direct current cardioversion,1997,9,3,2.6666666666666665 -4078793,Direct current cardioversion,1997,10,1,2 -4078793,Direct current cardioversion,1997,11,1,2 -4078793,Direct current cardioversion,1997,12,1,2 -4078793,Direct current cardioversion,1998,2,1,6 -4078793,Direct current cardioversion,1998,3,2,2 -4078793,Direct current cardioversion,1998,5,1,2 -4078793,Direct current cardioversion,1998,6,2,8.5 -4078793,Direct current cardioversion,1998,7,1,2 -4078793,Direct current cardioversion,1998,8,1,2 -4078793,Direct current cardioversion,1998,9,2,3.5 -4078793,Direct current cardioversion,1998,10,1,2 -4078793,Direct current cardioversion,1998,11,1,2 -4078793,Direct current cardioversion,1998,12,3,2 -4078793,Direct current cardioversion,1999,3,2,2 -4078793,Direct current cardioversion,1999,6,2,8.5 -4078793,Direct current cardioversion,1999,7,1,2 -4078793,Direct current cardioversion,1999,8,2,3.5 -4078793,Direct current cardioversion,1999,9,2,3.5 -4078793,Direct current cardioversion,1999,10,2,1.5 -4078793,Direct current cardioversion,1999,11,1,2 -4078793,Direct current cardioversion,1999,12,2,2 -4078793,Direct current cardioversion,2000,2,1,2 -4078793,Direct current cardioversion,2000,3,2,2 -4078793,Direct current cardioversion,2000,4,1,2 -4078793,Direct current cardioversion,2000,7,4,2 -4078793,Direct current cardioversion,2000,8,1,2 -4078793,Direct current cardioversion,2000,9,2,3.5 -4078793,Direct current cardioversion,2000,10,2,1.5 -4078793,Direct current cardioversion,2000,12,1,2 -4078793,Direct current cardioversion,2001,2,2,4 -4078793,Direct current cardioversion,2001,3,1,2 -4078793,Direct current cardioversion,2001,7,3,2 -4078793,Direct current cardioversion,2001,8,3,2 -4078793,Direct current cardioversion,2001,9,1,1 -4078793,Direct current cardioversion,2001,10,3,2.6666666666666665 -4078793,Direct current cardioversion,2001,11,1,2 -4078793,Direct current cardioversion,2002,2,1,2 -4078793,Direct current cardioversion,2002,3,1,6 -4078793,Direct current cardioversion,2002,4,2,2 -4078793,Direct current cardioversion,2002,6,2,2 -4078793,Direct current cardioversion,2002,7,2,2 -4078793,Direct current cardioversion,2002,8,3,2 -4078793,Direct current cardioversion,2002,10,3,2.6666666666666665 -4078793,Direct current cardioversion,2002,11,2,1.5 -4078793,Direct current cardioversion,2003,1,1,1 -4078793,Direct current cardioversion,2003,3,1,6 -4078793,Direct current cardioversion,2003,4,2,2 -4078793,Direct current cardioversion,2003,5,1,1 -4078793,Direct current cardioversion,2003,6,2,2 -4078793,Direct current cardioversion,2003,7,2,2 -4078793,Direct current cardioversion,2003,8,3,2 -4078793,Direct current cardioversion,2003,10,2,4 -4078793,Direct current cardioversion,2003,11,3,1.6666666666666667 -4078793,Direct current cardioversion,2004,1,2,1 -4078793,Direct current cardioversion,2004,3,1,6 -4078793,Direct current cardioversion,2004,4,4,1.75 -4078793,Direct current cardioversion,2004,5,1,1 -4078793,Direct current cardioversion,2004,7,1,2 -4078793,Direct current cardioversion,2004,8,3,2 -4078793,Direct current cardioversion,2004,9,1,2 -4078793,Direct current cardioversion,2004,10,2,1.5 -4078793,Direct current cardioversion,2004,11,2,2 -4078793,Direct current cardioversion,2005,1,3,1.6666666666666667 -4078793,Direct current cardioversion,2005,2,1,2 -4078793,Direct current cardioversion,2005,3,1,6 -4078793,Direct current cardioversion,2005,4,2,1.5 -4078793,Direct current cardioversion,2005,5,1,2 -4078793,Direct current cardioversion,2005,6,1,1 -4078793,Direct current cardioversion,2005,7,1,2 -4078793,Direct current cardioversion,2005,8,3,2 -4078793,Direct current cardioversion,2005,9,1,2 -4078793,Direct current cardioversion,2005,11,3,1.6666666666666667 -4078793,Direct current cardioversion,2006,1,1,1 -4078793,Direct current cardioversion,2006,2,1,3 -4078793,Direct current cardioversion,2006,3,1,2 -4078793,Direct current cardioversion,2006,4,2,2 -4078793,Direct current cardioversion,2006,6,1,1 -4078793,Direct current cardioversion,2006,7,1,2 -4078793,Direct current cardioversion,2006,8,5,1.8 -4078793,Direct current cardioversion,2006,9,1,2 -4078793,Direct current cardioversion,2006,11,4,1.75 -4078793,Direct current cardioversion,2006,12,1,1 -4078793,Direct current cardioversion,2007,1,2,1 -4078793,Direct current cardioversion,2007,3,3,1.3333333333333333 -4078793,Direct current cardioversion,2007,5,2,1.5 -4078793,Direct current cardioversion,2007,7,1,2 -4078793,Direct current cardioversion,2007,8,1,2 -4078793,Direct current cardioversion,2007,9,2,2 -4078793,Direct current cardioversion,2007,11,1,2 -4078793,Direct current cardioversion,2007,12,2,1.5 -4078793,Direct current cardioversion,2008,1,1,1 -4078793,Direct current cardioversion,2008,2,1,1 -4078793,Direct current cardioversion,2008,3,1,1 -4078793,Direct current cardioversion,2008,5,1,1 -4078793,Direct current cardioversion,2008,6,1,2 -4078793,Direct current cardioversion,2008,7,1,2 -4078793,Direct current cardioversion,2008,8,1,1 -4078793,Direct current cardioversion,2008,9,3,2 -4078793,Direct current cardioversion,2008,11,1,2 -4078793,Direct current cardioversion,2008,12,3,1.6666666666666667 -4078793,Direct current cardioversion,2009,1,1,1 -4078793,Direct current cardioversion,2009,2,2,2.5 -4078793,Direct current cardioversion,2009,3,1,1 -4078793,Direct current cardioversion,2009,4,2,1 -4078793,Direct current cardioversion,2009,5,1,3 -4078793,Direct current cardioversion,2009,6,1,2 -4078793,Direct current cardioversion,2009,7,1,2 -4078793,Direct current cardioversion,2009,8,2,1.5 -4078793,Direct current cardioversion,2009,9,2,2 -4078793,Direct current cardioversion,2009,10,1,2 -4078793,Direct current cardioversion,2009,11,2,1.5 -4078793,Direct current cardioversion,2009,12,4,1.5 -4078793,Direct current cardioversion,2010,1,1,1 -4078793,Direct current cardioversion,2010,2,2,2.5 -4078793,Direct current cardioversion,2010,3,1,2 -4078793,Direct current cardioversion,2010,4,1,1 -4078793,Direct current cardioversion,2010,5,1,1 -4078793,Direct current cardioversion,2010,6,1,3 -4078793,Direct current cardioversion,2010,7,1,1 -4078793,Direct current cardioversion,2010,8,1,1 -4078793,Direct current cardioversion,2010,9,2,2 -4078793,Direct current cardioversion,2010,10,3,1.3333333333333333 -4078793,Direct current cardioversion,2010,11,2,1.5 -4078793,Direct current cardioversion,2010,12,2,1.5 -4078793,Direct current cardioversion,2011,1,2,1 -4078793,Direct current cardioversion,2011,2,1,1 -4078793,Direct current cardioversion,2011,3,2,3 -4078793,Direct current cardioversion,2011,4,2,1 -4078793,Direct current cardioversion,2011,5,2,1 -4078793,Direct current cardioversion,2011,7,2,1.5 -4078793,Direct current cardioversion,2011,9,2,1.5 -4078793,Direct current cardioversion,2011,10,3,2.333333333333333 -4078793,Direct current cardioversion,2011,11,2,1 -4078793,Direct current cardioversion,2011,12,2,2 -4078793,Direct current cardioversion,2012,1,5,1.2 -4078793,Direct current cardioversion,2012,2,3,1 -4078793,Direct current cardioversion,2012,4,5,1.4 -4078793,Direct current cardioversion,2012,5,1,1 -4078793,Direct current cardioversion,2012,6,2,2.5 -4078793,Direct current cardioversion,2012,7,1,2 -4078793,Direct current cardioversion,2012,8,2,1.5 -4078793,Direct current cardioversion,2012,10,5,2 -4078793,Direct current cardioversion,2012,11,3,1.3333333333333333 -4078793,Direct current cardioversion,2012,12,1,1 -4078793,Direct current cardioversion,2013,1,2,1.5 -4078793,Direct current cardioversion,2013,2,4,1 -4078793,Direct current cardioversion,2013,4,5,1.4 -4078793,Direct current cardioversion,2013,5,2,1 -4078793,Direct current cardioversion,2013,6,10,2 -4078793,Direct current cardioversion,2013,7,29,2.6206896551724137 -4078793,Direct current cardioversion,2013,8,28,2.5357142857142856 -4078793,Direct current cardioversion,2013,9,22,2.227272727272727 -4078793,Direct current cardioversion,2013,10,39,2.282051282051282 -4078793,Direct current cardioversion,2013,11,25,1.72 -4078793,Direct current cardioversion,2013,12,27,2.2222222222222223 -4078793,Direct current cardioversion,2014,1,27,1.962962962962963 -4078793,Direct current cardioversion,2014,2,35,2.4285714285714284 -4078793,Direct current cardioversion,2014,3,24,1.9166666666666667 -4078793,Direct current cardioversion,2014,4,21,3.2857142857142856 -4078793,Direct current cardioversion,2014,5,33,1.696969696969697 -4078793,Direct current cardioversion,2014,6,32,3.46875 -4078793,Direct current cardioversion,2014,7,39,2.717948717948718 -4078793,Direct current cardioversion,2014,8,26,2.769230769230769 -4078793,Direct current cardioversion,2014,9,27,1.5925925925925926 -4078793,Direct current cardioversion,2014,10,35,2.1714285714285717 -4078793,Direct current cardioversion,2014,11,38,1.8157894736842104 -4078793,Direct current cardioversion,2014,12,29,2.2413793103448274 -4078793,Direct current cardioversion,2015,1,21,1.9523809523809523 -4078793,Direct current cardioversion,2015,2,38,2.4473684210526314 -4078793,Direct current cardioversion,2015,3,37,2.5945945945945947 -4078793,Direct current cardioversion,2015,4,25,1.56 -4078793,Direct current cardioversion,2015,5,37,2.081081081081081 -4078793,Direct current cardioversion,2015,6,38,2.0526315789473686 -4078793,Direct current cardioversion,2015,7,25,2.84 -4078793,Direct current cardioversion,2015,8,43,2.7906976744186047 -4078793,Direct current cardioversion,2015,9,33,1.818181818181818 -4078793,Direct current cardioversion,2015,10,38,2.3684210526315788 -4078793,Direct current cardioversion,2015,11,39,2 -4078793,Direct current cardioversion,2015,12,31,2.129032258064516 -4078793,Direct current cardioversion,2016,1,28,2.2142857142857144 -4078793,Direct current cardioversion,2016,2,34,2.676470588235294 -4078793,Direct current cardioversion,2016,3,36,2.5277777777777777 -4078793,Direct current cardioversion,2016,4,24,1.9583333333333333 -4078793,Direct current cardioversion,2016,5,38,2.973684210526316 -4078793,Direct current cardioversion,2016,6,39,3 -4078793,Direct current cardioversion,2016,7,30,2.6666666666666665 -4078793,Direct current cardioversion,2016,8,46,2.5869565217391304 -4078793,Direct current cardioversion,2016,9,29,1.6206896551724137 -4078793,Direct current cardioversion,2016,10,35,2.1142857142857143 -4078793,Direct current cardioversion,2016,11,40,2.15 -4078793,Direct current cardioversion,2016,12,25,1.88 -4078793,Direct current cardioversion,2017,1,31,1.8387096774193548 -4078793,Direct current cardioversion,2017,2,32,1.90625 -4078793,Direct current cardioversion,2017,3,33,2.5454545454545454 -4078793,Direct current cardioversion,2017,4,30,1.9333333333333331 -4078793,Direct current cardioversion,2017,5,42,1.7142857142857142 -4078793,Direct current cardioversion,2017,6,47,2.8085106382978724 -4078793,Direct current cardioversion,2017,7,34,1.9705882352941175 -4078793,Direct current cardioversion,2017,8,40,2.525 -4078793,Direct current cardioversion,2017,9,26,1.5769230769230769 -4078793,Direct current cardioversion,2017,10,36,1.8888888888888888 -4078793,Direct current cardioversion,2017,11,43,2.1627906976744184 -4078793,Direct current cardioversion,2017,12,28,2.107142857142857 -4078793,Direct current cardioversion,2018,1,39,2.1794871794871797 -4078793,Direct current cardioversion,2018,2,36,2.6944444444444446 -4078793,Direct current cardioversion,2018,3,46,2.3260869565217392 -4078793,Direct current cardioversion,2018,4,36,1.9166666666666667 -4078793,Direct current cardioversion,2018,5,39,2.58974358974359 -4078793,Direct current cardioversion,2018,6,50,2.92 -4078793,Direct current cardioversion,2018,7,36,2.4166666666666665 -4078793,Direct current cardioversion,2018,8,46,2.891304347826087 -4078793,Direct current cardioversion,2018,9,38,1.736842105263158 -4078793,Direct current cardioversion,2018,10,42,2.023809523809524 -4078793,Direct current cardioversion,2018,11,50,2.38 -4078793,Direct current cardioversion,2018,12,33,1.7272727272727273 -4078793,Direct current cardioversion,2019,1,37,2.1621621621621623 -4078793,Direct current cardioversion,2019,2,30,2.066666666666667 -4078793,Direct current cardioversion,2019,3,52,2.8076923076923075 -4078793,Direct current cardioversion,2019,4,40,1.875 -4078793,Direct current cardioversion,2019,5,37,1.837837837837838 -4078793,Direct current cardioversion,2019,6,49,1.9795918367346936 -4078793,Direct current cardioversion,2019,7,38,2.473684210526316 -4078793,Direct current cardioversion,2019,8,47,2.5106382978723403 -4078793,Direct current cardioversion,2019,9,34,2.5588235294117645 -4078793,Direct current cardioversion,2019,10,39,1.564102564102564 -4078793,Direct current cardioversion,2019,11,44,2.1818181818181817 -4078793,Direct current cardioversion,2019,12,41,1.975609756097561 -4078793,Direct current cardioversion,2020,1,35,2.085714285714286 -4078793,Direct current cardioversion,2020,2,33,1.878787878787879 -4078793,Direct current cardioversion,2020,3,48,3 -4078793,Direct current cardioversion,2020,4,40,1.85 -4078793,Direct current cardioversion,2020,5,39,2.5641025641025643 -4078793,Direct current cardioversion,2020,6,58,2.4655172413793105 -4078793,Direct current cardioversion,2020,7,42,2.6666666666666665 -4078793,Direct current cardioversion,2020,8,42,2.8095238095238093 -4078793,Direct current cardioversion,2020,9,48,2.3541666666666665 -4078793,Direct current cardioversion,2020,10,40,1.8 -4078793,Direct current cardioversion,2020,11,54,2.1296296296296298 -4078793,Direct current cardioversion,2020,12,45,2.2 -4078793,Direct current cardioversion,2021,1,43,2.046511627906977 -4078793,Direct current cardioversion,2021,2,29,2.3793103448275863 -4078793,Direct current cardioversion,2021,3,49,2.3877551020408165 -4078793,Direct current cardioversion,2021,4,43,2.4651162790697674 -4078793,Direct current cardioversion,2021,5,41,1.6341463414634143 -4078793,Direct current cardioversion,2021,6,51,3 -4078793,Direct current cardioversion,2021,7,57,3.263157894736842 -4078793,Direct current cardioversion,2021,8,36,2.4444444444444446 -4078793,Direct current cardioversion,2021,9,56,3 -4078793,Direct current cardioversion,2021,10,38,1.868421052631579 -4078793,Direct current cardioversion,2021,11,48,1.9375 -4078793,Direct current cardioversion,2021,12,51,2.019607843137255 -4078793,Direct current cardioversion,2022,1,44,2.1818181818181817 -4078793,Direct current cardioversion,2022,2,45,2.2888888888888888 -4078793,Direct current cardioversion,2022,3,49,2.4693877551020407 -4078793,Direct current cardioversion,2022,4,42,2.452380952380953 -4078793,Direct current cardioversion,2022,5,49,1.8775510204081636 -4078793,Direct current cardioversion,2022,6,54,2.925925925925926 -4078793,Direct current cardioversion,2022,7,59,2.9322033898305087 -4078793,Direct current cardioversion,2022,8,42,2.2857142857142856 -4078793,Direct current cardioversion,2022,9,60,2.7 -4078793,Direct current cardioversion,2022,10,43,1.7906976744186047 -4078793,Direct current cardioversion,2022,11,52,2.0961538461538463 -4078793,Direct current cardioversion,2022,12,56,2.071428571428572 -4078793,Direct current cardioversion,2023,1,40,1.975 -4078793,Direct current cardioversion,2023,2,43,2.302325581395349 -4078793,Direct current cardioversion,2023,3,42,2.4761904761904763 -4078793,Direct current cardioversion,2023,4,53,2.39622641509434 -4078793,Direct current cardioversion,2023,5,51,1.862745098039216 -4078793,Direct current cardioversion,2023,6,22,1.7727272727272727 -4108450,Inspiration/expiration time ratio,2001,6,1,1 -4108450,Inspiration/expiration time ratio,2019,9,1,1 -4128111,T - Tumor stage,2020,11,1,1 -4128111,T - Tumor stage,2020,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1964,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1969,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1973,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1974,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1975,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1977,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1978,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1979,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1980,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1982,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1983,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1984,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1985,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1988,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1990,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1992,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1993,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1994,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1996,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1997,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1998,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,1999,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2000,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2001,12,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2002,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2003,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2004,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2005,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,5,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2006,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2007,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2008,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,5,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,7,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2009,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,8,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2010,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,1,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2011,5,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2012,12,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,8,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,9,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,10,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,11,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2013,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,1,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,3,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,4,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,5,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,9,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,10,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2014,12,2,6 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,1,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,2,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,3,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,4,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,5,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,6,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,7,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,8,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,10,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2015,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,1,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,2,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,3,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,4,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,6,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,7,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,8,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,9,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,10,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2016,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,1,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,3,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,4,9,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,5,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,6,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,7,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,8,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,9,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,11,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2017,12,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,1,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,2,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,3,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,4,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,8,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,9,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,11,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2018,12,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,1,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,2,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,3,4,1.25 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,4,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,5,6,1.1666666666666667 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,7,10,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,8,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,10,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,11,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2019,12,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,1,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,2,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,3,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,4,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,6,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,7,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,8,6,1.1666666666666667 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,9,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,11,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2020,12,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,1,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,2,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,3,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,4,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,7,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,8,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,9,3,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,10,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,11,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2021,12,5,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,1,1,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,2,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,3,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,4,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,5,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,6,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,7,7,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,8,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,9,2,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,10,8,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,11,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2022,12,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,1,6,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,3,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,4,10,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,5,4,1 -4202451,Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance,2023,6,1,1 -4216130,Percutaneous coronary intervention,1942,12,1,1 -4216130,Percutaneous coronary intervention,1943,8,1,1 -4216130,Percutaneous coronary intervention,1947,7,1,1 -4216130,Percutaneous coronary intervention,1948,7,1,1 -4216130,Percutaneous coronary intervention,1950,12,1,1 -4216130,Percutaneous coronary intervention,1951,5,1,1 -4216130,Percutaneous coronary intervention,1951,10,1,1 -4216130,Percutaneous coronary intervention,1952,9,1,1 -4216130,Percutaneous coronary intervention,1953,10,1,1 -4216130,Percutaneous coronary intervention,1955,6,1,1 -4216130,Percutaneous coronary intervention,1955,8,1,1 -4216130,Percutaneous coronary intervention,1956,1,1,1 -4216130,Percutaneous coronary intervention,1958,1,1,1 -4216130,Percutaneous coronary intervention,1958,4,1,1 -4216130,Percutaneous coronary intervention,1958,12,1,1 -4216130,Percutaneous coronary intervention,1960,7,1,1 -4216130,Percutaneous coronary intervention,1963,5,2,1 -4216130,Percutaneous coronary intervention,1963,6,1,1 -4216130,Percutaneous coronary intervention,1963,10,1,1 -4216130,Percutaneous coronary intervention,1965,7,2,1 -4216130,Percutaneous coronary intervention,1966,12,1,1 -4216130,Percutaneous coronary intervention,1967,1,1,1 -4216130,Percutaneous coronary intervention,1967,8,1,1 -4216130,Percutaneous coronary intervention,1967,11,1,1 -4216130,Percutaneous coronary intervention,1968,4,1,1 -4216130,Percutaneous coronary intervention,1968,6,2,1 -4216130,Percutaneous coronary intervention,1969,6,1,1 -4216130,Percutaneous coronary intervention,1969,7,1,1 -4216130,Percutaneous coronary intervention,1969,11,1,1 -4216130,Percutaneous coronary intervention,1970,5,1,1 -4216130,Percutaneous coronary intervention,1970,9,1,2 -4216130,Percutaneous coronary intervention,1972,4,1,1 -4216130,Percutaneous coronary intervention,1974,5,1,1 -4216130,Percutaneous coronary intervention,1974,7,1,1 -4216130,Percutaneous coronary intervention,1975,3,1,1 -4216130,Percutaneous coronary intervention,1975,9,1,1 -4216130,Percutaneous coronary intervention,1975,11,2,1 -4216130,Percutaneous coronary intervention,1976,1,1,1 -4216130,Percutaneous coronary intervention,1976,3,1,1 -4216130,Percutaneous coronary intervention,1976,6,1,1 -4216130,Percutaneous coronary intervention,1976,7,1,1 -4216130,Percutaneous coronary intervention,1976,10,3,1 -4216130,Percutaneous coronary intervention,1977,5,1,1 -4216130,Percutaneous coronary intervention,1977,10,1,1 -4216130,Percutaneous coronary intervention,1978,11,1,1 -4216130,Percutaneous coronary intervention,1979,11,1,1 -4216130,Percutaneous coronary intervention,1980,2,1,1 -4216130,Percutaneous coronary intervention,1980,4,1,1 -4216130,Percutaneous coronary intervention,1980,7,1,1 -4216130,Percutaneous coronary intervention,1980,8,1,1 -4216130,Percutaneous coronary intervention,1980,11,1,1 -4216130,Percutaneous coronary intervention,1981,1,1,1 -4216130,Percutaneous coronary intervention,1982,1,2,1 -4216130,Percutaneous coronary intervention,1982,4,1,1 -4216130,Percutaneous coronary intervention,1982,10,1,1 -4216130,Percutaneous coronary intervention,1983,9,1,1 -4216130,Percutaneous coronary intervention,1984,11,1,1 -4216130,Percutaneous coronary intervention,1985,3,2,1 -4216130,Percutaneous coronary intervention,1985,7,2,1 -4216130,Percutaneous coronary intervention,1986,4,1,1 -4216130,Percutaneous coronary intervention,1986,5,1,1 -4216130,Percutaneous coronary intervention,1987,1,1,1 -4216130,Percutaneous coronary intervention,1987,3,1,1 -4216130,Percutaneous coronary intervention,1987,4,1,1 -4216130,Percutaneous coronary intervention,1987,5,1,1 -4216130,Percutaneous coronary intervention,1988,2,1,1 -4216130,Percutaneous coronary intervention,1988,7,1,1 -4216130,Percutaneous coronary intervention,1989,3,2,1 -4216130,Percutaneous coronary intervention,1989,8,1,1 -4216130,Percutaneous coronary intervention,1989,11,2,1 -4216130,Percutaneous coronary intervention,1990,1,1,1 -4216130,Percutaneous coronary intervention,1990,6,1,1 -4216130,Percutaneous coronary intervention,1990,8,1,1 -4216130,Percutaneous coronary intervention,1990,10,1,1 -4216130,Percutaneous coronary intervention,1990,12,2,1 -4216130,Percutaneous coronary intervention,1991,2,1,1 -4216130,Percutaneous coronary intervention,1991,9,1,1 -4216130,Percutaneous coronary intervention,1991,10,1,1 -4216130,Percutaneous coronary intervention,1991,11,1,1 -4216130,Percutaneous coronary intervention,1991,12,2,1 -4216130,Percutaneous coronary intervention,1992,7,1,1 -4216130,Percutaneous coronary intervention,1993,4,1,1 -4216130,Percutaneous coronary intervention,1993,7,3,1 -4216130,Percutaneous coronary intervention,1993,8,1,2 -4216130,Percutaneous coronary intervention,1993,9,1,1 -4216130,Percutaneous coronary intervention,1993,10,1,1 -4216130,Percutaneous coronary intervention,1993,11,1,1 -4216130,Percutaneous coronary intervention,1994,4,1,1 -4216130,Percutaneous coronary intervention,1994,6,1,1 -4216130,Percutaneous coronary intervention,1994,7,1,1 -4216130,Percutaneous coronary intervention,1994,8,1,1 -4216130,Percutaneous coronary intervention,1994,9,1,1 -4216130,Percutaneous coronary intervention,1994,10,1,1 -4216130,Percutaneous coronary intervention,1994,12,3,1 -4216130,Percutaneous coronary intervention,1995,5,1,1 -4216130,Percutaneous coronary intervention,1996,7,1,1 -4216130,Percutaneous coronary intervention,1996,8,3,1 -4216130,Percutaneous coronary intervention,1996,9,1,1 -4216130,Percutaneous coronary intervention,1996,10,1,1 -4216130,Percutaneous coronary intervention,1996,12,2,1 -4216130,Percutaneous coronary intervention,1997,2,3,1.3333333333333333 -4216130,Percutaneous coronary intervention,1997,5,2,1 -4216130,Percutaneous coronary intervention,1997,7,1,1 -4216130,Percutaneous coronary intervention,1997,9,2,1 -4216130,Percutaneous coronary intervention,1998,1,1,1 -4216130,Percutaneous coronary intervention,1998,3,2,1 -4216130,Percutaneous coronary intervention,1998,4,1,1 -4216130,Percutaneous coronary intervention,1998,5,1,1 -4216130,Percutaneous coronary intervention,1998,7,1,1 -4216130,Percutaneous coronary intervention,1998,9,2,1 -4216130,Percutaneous coronary intervention,1998,10,1,1 -4216130,Percutaneous coronary intervention,1998,11,1,1 -4216130,Percutaneous coronary intervention,1999,1,2,1 -4216130,Percutaneous coronary intervention,1999,5,2,1 -4216130,Percutaneous coronary intervention,1999,6,1,1 -4216130,Percutaneous coronary intervention,1999,8,1,1 -4216130,Percutaneous coronary intervention,1999,12,3,1 -4216130,Percutaneous coronary intervention,2000,4,1,1 -4216130,Percutaneous coronary intervention,2000,6,1,1 -4216130,Percutaneous coronary intervention,2000,7,1,1 -4216130,Percutaneous coronary intervention,2000,10,1,1 -4216130,Percutaneous coronary intervention,2000,11,2,1 -4216130,Percutaneous coronary intervention,2001,1,1,1 -4216130,Percutaneous coronary intervention,2001,2,1,1 -4216130,Percutaneous coronary intervention,2001,4,2,1 -4216130,Percutaneous coronary intervention,2001,5,2,1 -4216130,Percutaneous coronary intervention,2001,7,1,1 -4216130,Percutaneous coronary intervention,2001,8,1,1 -4216130,Percutaneous coronary intervention,2001,9,1,1 -4216130,Percutaneous coronary intervention,2001,10,1,1 -4216130,Percutaneous coronary intervention,2002,1,1,1 -4216130,Percutaneous coronary intervention,2002,3,1,1 -4216130,Percutaneous coronary intervention,2002,4,1,1 -4216130,Percutaneous coronary intervention,2002,5,1,1 -4216130,Percutaneous coronary intervention,2002,7,4,1 -4216130,Percutaneous coronary intervention,2002,8,1,1 -4216130,Percutaneous coronary intervention,2002,10,2,1 -4216130,Percutaneous coronary intervention,2002,12,1,1 -4216130,Percutaneous coronary intervention,2003,2,2,1 -4216130,Percutaneous coronary intervention,2003,3,1,1 -4216130,Percutaneous coronary intervention,2003,5,1,1 -4216130,Percutaneous coronary intervention,2003,6,1,1 -4216130,Percutaneous coronary intervention,2003,7,1,1 -4216130,Percutaneous coronary intervention,2003,9,1,1 -4216130,Percutaneous coronary intervention,2003,10,2,1 -4216130,Percutaneous coronary intervention,2003,11,1,1 -4216130,Percutaneous coronary intervention,2003,12,1,1 -4216130,Percutaneous coronary intervention,2004,1,2,1 -4216130,Percutaneous coronary intervention,2004,2,3,1 -4216130,Percutaneous coronary intervention,2004,3,2,1 -4216130,Percutaneous coronary intervention,2004,4,1,1 -4216130,Percutaneous coronary intervention,2004,5,1,1 -4216130,Percutaneous coronary intervention,2004,6,1,1 -4216130,Percutaneous coronary intervention,2004,7,1,1 -4216130,Percutaneous coronary intervention,2004,8,2,1 -4216130,Percutaneous coronary intervention,2004,10,2,1 -4216130,Percutaneous coronary intervention,2004,12,1,1 -4216130,Percutaneous coronary intervention,2005,2,1,1 -4216130,Percutaneous coronary intervention,2005,3,1,1 -4216130,Percutaneous coronary intervention,2005,4,5,1 -4216130,Percutaneous coronary intervention,2005,6,2,1 -4216130,Percutaneous coronary intervention,2005,8,2,1 -4216130,Percutaneous coronary intervention,2005,9,1,1 -4216130,Percutaneous coronary intervention,2005,10,1,1 -4216130,Percutaneous coronary intervention,2005,11,2,1 -4216130,Percutaneous coronary intervention,2006,1,1,1 -4216130,Percutaneous coronary intervention,2006,2,2,1 -4216130,Percutaneous coronary intervention,2006,4,1,1 -4216130,Percutaneous coronary intervention,2006,5,1,1 -4216130,Percutaneous coronary intervention,2006,6,2,1 -4216130,Percutaneous coronary intervention,2006,8,2,1 -4216130,Percutaneous coronary intervention,2006,10,4,1 -4216130,Percutaneous coronary intervention,2007,1,3,1 -4216130,Percutaneous coronary intervention,2007,2,2,1 -4216130,Percutaneous coronary intervention,2007,3,1,1 -4216130,Percutaneous coronary intervention,2007,5,1,1 -4216130,Percutaneous coronary intervention,2007,6,2,1 -4216130,Percutaneous coronary intervention,2007,7,2,1 -4216130,Percutaneous coronary intervention,2007,11,2,1 -4216130,Percutaneous coronary intervention,2007,12,1,1 -4216130,Percutaneous coronary intervention,2008,1,1,1 -4216130,Percutaneous coronary intervention,2008,2,2,1 -4216130,Percutaneous coronary intervention,2008,3,1,1 -4216130,Percutaneous coronary intervention,2008,6,2,1 -4216130,Percutaneous coronary intervention,2008,8,2,1 -4216130,Percutaneous coronary intervention,2008,9,1,1 -4216130,Percutaneous coronary intervention,2008,10,2,1 -4216130,Percutaneous coronary intervention,2009,3,1,1 -4216130,Percutaneous coronary intervention,2009,4,1,1 -4216130,Percutaneous coronary intervention,2009,5,1,1 -4216130,Percutaneous coronary intervention,2009,6,1,1 -4216130,Percutaneous coronary intervention,2009,7,1,1 -4216130,Percutaneous coronary intervention,2009,8,1,1 -4216130,Percutaneous coronary intervention,2009,9,2,1 -4216130,Percutaneous coronary intervention,2009,10,1,1 -4216130,Percutaneous coronary intervention,2010,3,2,1 -4216130,Percutaneous coronary intervention,2010,6,2,1 -4216130,Percutaneous coronary intervention,2010,8,2,1 -4216130,Percutaneous coronary intervention,2010,9,2,1 -4216130,Percutaneous coronary intervention,2010,10,1,1 -4216130,Percutaneous coronary intervention,2010,12,2,1 -4216130,Percutaneous coronary intervention,2011,5,2,1 -4216130,Percutaneous coronary intervention,2011,6,1,1 -4216130,Percutaneous coronary intervention,2011,7,1,1 -4216130,Percutaneous coronary intervention,2011,8,1,1 -4216130,Percutaneous coronary intervention,2011,9,2,1 -4216130,Percutaneous coronary intervention,2011,12,1,1 -4216130,Percutaneous coronary intervention,2012,1,2,1 -4216130,Percutaneous coronary intervention,2012,3,1,1 -4216130,Percutaneous coronary intervention,2012,5,1,1 -4216130,Percutaneous coronary intervention,2012,6,1,1 -4216130,Percutaneous coronary intervention,2012,7,1,1 -4216130,Percutaneous coronary intervention,2012,9,3,1 -4216130,Percutaneous coronary intervention,2012,10,2,1 -4216130,Percutaneous coronary intervention,2013,4,1,1 -4216130,Percutaneous coronary intervention,2013,6,2,1 -4216130,Percutaneous coronary intervention,2013,7,2,1 -4216130,Percutaneous coronary intervention,2013,9,2,1 -4216130,Percutaneous coronary intervention,2013,10,1,1 -4216130,Percutaneous coronary intervention,2013,11,1,1 -4216130,Percutaneous coronary intervention,2014,1,1,1 -4216130,Percutaneous coronary intervention,2014,2,2,1 -4216130,Percutaneous coronary intervention,2014,4,2,1 -4216130,Percutaneous coronary intervention,2014,5,2,1 -4216130,Percutaneous coronary intervention,2014,10,1,1 -4216130,Percutaneous coronary intervention,2014,12,1,1 -4216130,Percutaneous coronary intervention,2015,1,2,1 -4216130,Percutaneous coronary intervention,2015,2,1,1 -4216130,Percutaneous coronary intervention,2015,4,1,1 -4216130,Percutaneous coronary intervention,2015,5,2,1 -4216130,Percutaneous coronary intervention,2015,6,1,1 -4216130,Percutaneous coronary intervention,2015,8,3,1 -4216130,Percutaneous coronary intervention,2015,9,1,1 -4216130,Percutaneous coronary intervention,2016,4,2,1 -4216130,Percutaneous coronary intervention,2016,5,4,1 -4216130,Percutaneous coronary intervention,2016,7,2,1 -4216130,Percutaneous coronary intervention,2016,8,3,1 -4216130,Percutaneous coronary intervention,2016,9,2,1 -4216130,Percutaneous coronary intervention,2016,10,3,1 -4216130,Percutaneous coronary intervention,2016,11,1,1 -4216130,Percutaneous coronary intervention,2016,12,4,1 -4216130,Percutaneous coronary intervention,2017,1,1,1 -4216130,Percutaneous coronary intervention,2017,2,1,1 -4216130,Percutaneous coronary intervention,2017,5,1,1 -4216130,Percutaneous coronary intervention,2017,8,4,1 -4216130,Percutaneous coronary intervention,2017,9,3,1 -4216130,Percutaneous coronary intervention,2017,10,1,1 -4216130,Percutaneous coronary intervention,2017,12,4,1 -4216130,Percutaneous coronary intervention,2018,2,1,1 -4216130,Percutaneous coronary intervention,2018,3,3,1 -4216130,Percutaneous coronary intervention,2018,4,1,1 -4216130,Percutaneous coronary intervention,2018,5,1,2 -4216130,Percutaneous coronary intervention,2018,6,3,1 -4216130,Percutaneous coronary intervention,2018,7,4,1.25 -4216130,Percutaneous coronary intervention,2018,8,2,1 -4216130,Percutaneous coronary intervention,2018,9,1,2 -4216130,Percutaneous coronary intervention,2018,11,2,1 -4216130,Percutaneous coronary intervention,2018,12,1,1 -4216130,Percutaneous coronary intervention,2019,1,1,1 -4216130,Percutaneous coronary intervention,2019,3,2,1 -4216130,Percutaneous coronary intervention,2019,4,1,1 -4216130,Percutaneous coronary intervention,2019,5,2,1 -4216130,Percutaneous coronary intervention,2019,6,2,1 -4216130,Percutaneous coronary intervention,2019,7,2,1 -4216130,Percutaneous coronary intervention,2019,8,2,1 -4216130,Percutaneous coronary intervention,2019,9,1,1 -4216130,Percutaneous coronary intervention,2019,10,3,1 -4216130,Percutaneous coronary intervention,2019,11,1,1 -4216130,Percutaneous coronary intervention,2019,12,4,1 -4216130,Percutaneous coronary intervention,2020,1,3,1.3333333333333333 -4216130,Percutaneous coronary intervention,2020,3,1,1 -4216130,Percutaneous coronary intervention,2020,4,3,1 -4216130,Percutaneous coronary intervention,2020,7,3,1 -4216130,Percutaneous coronary intervention,2020,8,2,1 -4216130,Percutaneous coronary intervention,2020,9,1,1 -4216130,Percutaneous coronary intervention,2020,11,2,1 -4216130,Percutaneous coronary intervention,2020,12,2,1 -4216130,Percutaneous coronary intervention,2021,1,2,1 -4216130,Percutaneous coronary intervention,2021,4,2,1 -4216130,Percutaneous coronary intervention,2021,6,2,1 -4216130,Percutaneous coronary intervention,2021,7,2,1 -4216130,Percutaneous coronary intervention,2021,8,3,1 -4216130,Percutaneous coronary intervention,2021,9,3,1 -4216130,Percutaneous coronary intervention,2021,10,2,1 -4216130,Percutaneous coronary intervention,2021,11,4,1 -4216130,Percutaneous coronary intervention,2021,12,1,1 -4216130,Percutaneous coronary intervention,2022,2,2,1 -4216130,Percutaneous coronary intervention,2022,3,1,1 -4216130,Percutaneous coronary intervention,2022,4,3,1 -4216130,Percutaneous coronary intervention,2022,5,1,1 -4216130,Percutaneous coronary intervention,2022,6,1,1 -4216130,Percutaneous coronary intervention,2022,7,2,1 -4216130,Percutaneous coronary intervention,2022,8,2,1 -4216130,Percutaneous coronary intervention,2022,9,1,1 -4216130,Percutaneous coronary intervention,2022,10,2,1 -4216130,Percutaneous coronary intervention,2022,11,1,1 -4216130,Percutaneous coronary intervention,2022,12,2,1 -4216130,Percutaneous coronary intervention,2023,1,3,1 -4216130,Percutaneous coronary intervention,2023,2,2,1 -4216130,Percutaneous coronary intervention,2023,4,2,1 -4216130,Percutaneous coronary intervention,2023,5,1,1 -4216746,Positive end expiratory pressure setting,2008,9,1,1 -4216746,Positive end expiratory pressure setting,2011,3,1,1 -4217646,Implantable defibrillator,1926,8,1,1 -4217646,Implantable defibrillator,1929,12,1,1 -4217646,Implantable defibrillator,1931,3,1,1 -4217646,Implantable defibrillator,1931,12,1,1 -4217646,Implantable defibrillator,1933,11,1,1 -4217646,Implantable defibrillator,1934,6,1,1 -4217646,Implantable defibrillator,1936,2,1,1 -4217646,Implantable defibrillator,1936,3,1,1 -4217646,Implantable defibrillator,1936,5,1,1 -4217646,Implantable defibrillator,1937,10,1,1 -4217646,Implantable defibrillator,1938,4,1,1 -4217646,Implantable defibrillator,1938,12,1,1 -4217646,Implantable defibrillator,1939,3,1,1 -4217646,Implantable defibrillator,1940,1,1,1 -4217646,Implantable defibrillator,1940,7,1,1 -4217646,Implantable defibrillator,1941,4,1,1 -4217646,Implantable defibrillator,1941,5,1,1 -4217646,Implantable defibrillator,1942,1,1,1 -4217646,Implantable defibrillator,1942,5,1,1 -4217646,Implantable defibrillator,1942,11,1,1 -4217646,Implantable defibrillator,1943,10,1,1 -4217646,Implantable defibrillator,1944,3,1,1 -4217646,Implantable defibrillator,1944,4,1,1 -4217646,Implantable defibrillator,1944,5,1,1 -4217646,Implantable defibrillator,1944,11,1,1 -4217646,Implantable defibrillator,1944,12,1,1 -4217646,Implantable defibrillator,1945,5,1,1 -4217646,Implantable defibrillator,1945,7,1,1 -4217646,Implantable defibrillator,1945,9,1,1 -4217646,Implantable defibrillator,1946,7,1,1 -4217646,Implantable defibrillator,1946,9,1,1 -4217646,Implantable defibrillator,1947,1,2,1 -4217646,Implantable defibrillator,1947,6,1,1 -4217646,Implantable defibrillator,1947,8,1,1 -4217646,Implantable defibrillator,1947,10,1,1 -4217646,Implantable defibrillator,1948,1,1,1 -4217646,Implantable defibrillator,1948,10,1,1 -4217646,Implantable defibrillator,1949,2,1,1 -4217646,Implantable defibrillator,1949,3,1,1 -4217646,Implantable defibrillator,1949,4,1,1 -4217646,Implantable defibrillator,1949,8,1,1 -4217646,Implantable defibrillator,1949,11,1,1 -4217646,Implantable defibrillator,1950,8,1,1 -4217646,Implantable defibrillator,1951,4,1,1 -4217646,Implantable defibrillator,1951,6,2,1 -4217646,Implantable defibrillator,1951,8,1,1 -4217646,Implantable defibrillator,1951,9,2,1 -4217646,Implantable defibrillator,1951,12,1,1 -4217646,Implantable defibrillator,1952,4,2,1 -4217646,Implantable defibrillator,1952,6,1,1 -4217646,Implantable defibrillator,1952,7,1,1 -4217646,Implantable defibrillator,1953,4,1,1 -4217646,Implantable defibrillator,1953,6,2,1 -4217646,Implantable defibrillator,1953,7,1,1 -4217646,Implantable defibrillator,1953,8,1,1 -4217646,Implantable defibrillator,1954,5,1,1 -4217646,Implantable defibrillator,1955,3,1,1 -4217646,Implantable defibrillator,1955,4,2,1 -4217646,Implantable defibrillator,1955,6,1,1 -4217646,Implantable defibrillator,1955,11,1,1 -4217646,Implantable defibrillator,1955,12,1,1 -4217646,Implantable defibrillator,1956,2,1,1 -4217646,Implantable defibrillator,1956,5,1,1 -4217646,Implantable defibrillator,1956,7,1,1 -4217646,Implantable defibrillator,1956,8,1,1 -4217646,Implantable defibrillator,1957,8,1,1 -4217646,Implantable defibrillator,1957,12,1,1 -4217646,Implantable defibrillator,1958,5,1,1 -4217646,Implantable defibrillator,1958,7,1,1 -4217646,Implantable defibrillator,1958,9,2,1 -4217646,Implantable defibrillator,1958,11,1,1 -4217646,Implantable defibrillator,1958,12,1,1 -4217646,Implantable defibrillator,1959,2,1,1 -4217646,Implantable defibrillator,1959,4,1,1 -4217646,Implantable defibrillator,1959,5,1,1 -4217646,Implantable defibrillator,1960,4,1,1 -4217646,Implantable defibrillator,1960,5,1,1 -4217646,Implantable defibrillator,1960,7,1,1 -4217646,Implantable defibrillator,1960,10,2,1 -4217646,Implantable defibrillator,1960,11,1,1 -4217646,Implantable defibrillator,1961,9,1,1 -4217646,Implantable defibrillator,1961,11,3,1 -4217646,Implantable defibrillator,1962,1,1,1 -4217646,Implantable defibrillator,1962,3,1,1 -4217646,Implantable defibrillator,1962,7,1,1 -4217646,Implantable defibrillator,1962,8,1,1 -4217646,Implantable defibrillator,1962,10,1,1 -4217646,Implantable defibrillator,1963,6,2,1 -4217646,Implantable defibrillator,1963,12,2,1 -4217646,Implantable defibrillator,1964,2,1,1 -4217646,Implantable defibrillator,1964,12,1,1 -4217646,Implantable defibrillator,1965,1,1,1 -4217646,Implantable defibrillator,1965,5,1,1 -4217646,Implantable defibrillator,1965,11,1,1 -4217646,Implantable defibrillator,1966,5,1,1 -4217646,Implantable defibrillator,1966,10,2,1 -4217646,Implantable defibrillator,1966,11,1,1 -4217646,Implantable defibrillator,1967,1,1,1 -4217646,Implantable defibrillator,1967,2,1,1 -4217646,Implantable defibrillator,1967,4,1,1 -4217646,Implantable defibrillator,1967,5,1,1 -4217646,Implantable defibrillator,1967,7,2,1 -4217646,Implantable defibrillator,1967,9,1,1 -4217646,Implantable defibrillator,1967,12,2,1 -4217646,Implantable defibrillator,1968,4,1,1 -4217646,Implantable defibrillator,1969,2,1,1 -4217646,Implantable defibrillator,1969,3,1,1 -4217646,Implantable defibrillator,1969,6,1,1 -4217646,Implantable defibrillator,1969,11,1,1 -4217646,Implantable defibrillator,1970,1,1,1 -4217646,Implantable defibrillator,1970,6,1,1 -4217646,Implantable defibrillator,1970,8,1,1 -4217646,Implantable defibrillator,1970,9,1,1 -4217646,Implantable defibrillator,1970,11,2,1 -4217646,Implantable defibrillator,1971,1,1,1 -4217646,Implantable defibrillator,1971,2,1,1 -4217646,Implantable defibrillator,1971,7,1,1 -4217646,Implantable defibrillator,1971,8,1,1 -4217646,Implantable defibrillator,1971,10,1,1 -4217646,Implantable defibrillator,1972,2,1,1 -4217646,Implantable defibrillator,1972,10,1,1 -4217646,Implantable defibrillator,1973,6,1,1 -4217646,Implantable defibrillator,1974,2,2,1 -4217646,Implantable defibrillator,1974,3,1,1 -4217646,Implantable defibrillator,1974,6,1,1 -4217646,Implantable defibrillator,1975,3,1,1 -4217646,Implantable defibrillator,1975,9,1,1 -4217646,Implantable defibrillator,1975,11,1,1 -4217646,Implantable defibrillator,1976,6,1,1 -4217646,Implantable defibrillator,1976,7,1,1 -4217646,Implantable defibrillator,1976,10,1,1 -4217646,Implantable defibrillator,1977,3,1,1 -4217646,Implantable defibrillator,1977,7,1,1 -4217646,Implantable defibrillator,1977,11,1,1 -4217646,Implantable defibrillator,1978,3,2,1 -4217646,Implantable defibrillator,1978,8,1,1 -4217646,Implantable defibrillator,1978,9,1,1 -4217646,Implantable defibrillator,1978,10,1,1 -4217646,Implantable defibrillator,1979,2,1,1 -4217646,Implantable defibrillator,1979,8,2,1 -4217646,Implantable defibrillator,1979,10,1,1 -4217646,Implantable defibrillator,1979,12,2,1 -4217646,Implantable defibrillator,1980,1,1,1 -4217646,Implantable defibrillator,1980,2,1,1 -4217646,Implantable defibrillator,1980,4,2,1 -4217646,Implantable defibrillator,1980,5,1,1 -4217646,Implantable defibrillator,1980,7,2,1 -4217646,Implantable defibrillator,1980,12,1,1 -4217646,Implantable defibrillator,1981,1,1,1 -4217646,Implantable defibrillator,1981,4,1,1 -4217646,Implantable defibrillator,1981,6,1,1 -4217646,Implantable defibrillator,1981,8,1,1 -4217646,Implantable defibrillator,1982,1,1,1 -4217646,Implantable defibrillator,1982,3,1,2 -4217646,Implantable defibrillator,1982,7,1,1 -4217646,Implantable defibrillator,1982,9,1,1 -4217646,Implantable defibrillator,1982,10,1,1 -4217646,Implantable defibrillator,1983,2,1,1 -4217646,Implantable defibrillator,1983,4,2,1 -4217646,Implantable defibrillator,1983,7,1,1 -4217646,Implantable defibrillator,1983,10,1,1 -4217646,Implantable defibrillator,1983,11,1,1 -4217646,Implantable defibrillator,1984,6,1,1 -4217646,Implantable defibrillator,1984,8,1,1 -4217646,Implantable defibrillator,1984,10,3,1 -4217646,Implantable defibrillator,1984,11,2,1 -4217646,Implantable defibrillator,1985,6,1,1 -4217646,Implantable defibrillator,1985,8,1,1 -4217646,Implantable defibrillator,1985,11,1,1 -4217646,Implantable defibrillator,1985,12,1,1 -4217646,Implantable defibrillator,1986,6,2,1 -4217646,Implantable defibrillator,1986,9,2,1 -4217646,Implantable defibrillator,1987,5,1,1 -4217646,Implantable defibrillator,1987,6,2,1 -4217646,Implantable defibrillator,1987,7,1,1 -4217646,Implantable defibrillator,1987,10,1,1 -4217646,Implantable defibrillator,1987,11,1,1 -4217646,Implantable defibrillator,1988,5,1,1 -4217646,Implantable defibrillator,1988,8,1,1 -4217646,Implantable defibrillator,1988,12,1,1 -4217646,Implantable defibrillator,1989,2,1,1 -4217646,Implantable defibrillator,1989,3,1,1 -4217646,Implantable defibrillator,1989,4,2,1 -4217646,Implantable defibrillator,1989,6,1,1 -4217646,Implantable defibrillator,1989,7,1,1 -4217646,Implantable defibrillator,1989,9,1,1 -4217646,Implantable defibrillator,1989,11,1,1 -4217646,Implantable defibrillator,1989,12,1,1 -4217646,Implantable defibrillator,1990,2,1,1 -4217646,Implantable defibrillator,1990,5,1,1 -4217646,Implantable defibrillator,1990,6,3,1 -4217646,Implantable defibrillator,1990,7,1,1 -4217646,Implantable defibrillator,1990,9,1,1 -4217646,Implantable defibrillator,1990,12,1,1 -4217646,Implantable defibrillator,1991,1,1,1 -4217646,Implantable defibrillator,1991,3,1,1 -4217646,Implantable defibrillator,1991,8,2,1 -4217646,Implantable defibrillator,1991,10,1,1 -4217646,Implantable defibrillator,1991,11,1,1 -4217646,Implantable defibrillator,1991,12,2,1 -4217646,Implantable defibrillator,1992,1,1,1 -4217646,Implantable defibrillator,1992,2,1,1 -4217646,Implantable defibrillator,1992,3,1,1 -4217646,Implantable defibrillator,1992,4,2,1 -4217646,Implantable defibrillator,1992,5,1,1 -4217646,Implantable defibrillator,1992,8,1,1 -4217646,Implantable defibrillator,1992,11,1,1 -4217646,Implantable defibrillator,1993,6,1,1 -4217646,Implantable defibrillator,1993,12,1,1 -4217646,Implantable defibrillator,1994,3,1,1 -4217646,Implantable defibrillator,1994,6,1,1 -4217646,Implantable defibrillator,1994,7,1,1 -4217646,Implantable defibrillator,1994,9,2,1 -4217646,Implantable defibrillator,1994,10,1,1 -4217646,Implantable defibrillator,1995,3,2,1 -4217646,Implantable defibrillator,1995,5,1,1 -4217646,Implantable defibrillator,1995,7,1,1 -4217646,Implantable defibrillator,1995,9,2,1 -4217646,Implantable defibrillator,1995,10,1,1 -4217646,Implantable defibrillator,1995,11,2,1 -4217646,Implantable defibrillator,1996,1,1,1 -4217646,Implantable defibrillator,1996,3,3,1 -4217646,Implantable defibrillator,1996,6,1,1 -4217646,Implantable defibrillator,1996,10,1,1 -4217646,Implantable defibrillator,1997,1,1,1 -4217646,Implantable defibrillator,1997,2,1,1 -4217646,Implantable defibrillator,1997,4,1,1 -4217646,Implantable defibrillator,1997,5,1,1 -4217646,Implantable defibrillator,1997,6,1,1 -4217646,Implantable defibrillator,1997,8,4,1 -4217646,Implantable defibrillator,1998,2,1,1 -4217646,Implantable defibrillator,1998,3,1,1 -4217646,Implantable defibrillator,1998,4,1,1 -4217646,Implantable defibrillator,1998,6,1,1 -4217646,Implantable defibrillator,1998,7,2,1 -4217646,Implantable defibrillator,1998,8,1,1 -4217646,Implantable defibrillator,1998,11,1,1 -4217646,Implantable defibrillator,1998,12,2,1 -4217646,Implantable defibrillator,1999,3,1,1 -4217646,Implantable defibrillator,1999,5,1,1 -4217646,Implantable defibrillator,1999,6,1,1 -4217646,Implantable defibrillator,1999,7,1,1 -4217646,Implantable defibrillator,1999,8,3,1 -4217646,Implantable defibrillator,1999,11,1,1 -4217646,Implantable defibrillator,1999,12,1,1 -4217646,Implantable defibrillator,2000,1,1,1 -4217646,Implantable defibrillator,2000,4,3,1 -4217646,Implantable defibrillator,2000,6,1,1 -4217646,Implantable defibrillator,2000,7,1,1 -4217646,Implantable defibrillator,2000,8,2,1 -4217646,Implantable defibrillator,2000,10,1,1 -4217646,Implantable defibrillator,2000,12,1,1 -4217646,Implantable defibrillator,2001,3,1,1 -4217646,Implantable defibrillator,2001,5,1,1 -4217646,Implantable defibrillator,2001,6,1,1 -4217646,Implantable defibrillator,2001,9,2,1 -4217646,Implantable defibrillator,2001,10,1,1 -4217646,Implantable defibrillator,2002,1,3,1 -4217646,Implantable defibrillator,2002,2,1,1 -4217646,Implantable defibrillator,2002,3,2,1 -4217646,Implantable defibrillator,2002,10,1,1 -4217646,Implantable defibrillator,2002,11,1,1 -4217646,Implantable defibrillator,2003,1,1,1 -4217646,Implantable defibrillator,2003,2,2,1 -4217646,Implantable defibrillator,2003,3,1,1 -4217646,Implantable defibrillator,2003,5,1,1 -4217646,Implantable defibrillator,2003,8,2,1 -4217646,Implantable defibrillator,2003,9,4,1 -4217646,Implantable defibrillator,2003,10,2,1 -4217646,Implantable defibrillator,2004,1,1,1 -4217646,Implantable defibrillator,2004,5,3,1 -4217646,Implantable defibrillator,2004,6,2,1 -4217646,Implantable defibrillator,2004,9,1,1 -4217646,Implantable defibrillator,2004,10,1,1 -4217646,Implantable defibrillator,2004,11,1,1 -4217646,Implantable defibrillator,2005,2,1,1 -4217646,Implantable defibrillator,2005,3,2,1 -4217646,Implantable defibrillator,2005,5,1,1 -4217646,Implantable defibrillator,2005,8,2,1 -4217646,Implantable defibrillator,2005,9,1,1 -4217646,Implantable defibrillator,2005,10,1,1 -4217646,Implantable defibrillator,2005,11,2,1 -4217646,Implantable defibrillator,2005,12,1,1 -4217646,Implantable defibrillator,2006,1,1,1 -4217646,Implantable defibrillator,2006,2,1,1 -4217646,Implantable defibrillator,2006,3,1,1 -4217646,Implantable defibrillator,2006,5,1,1 -4217646,Implantable defibrillator,2006,9,2,1 -4217646,Implantable defibrillator,2006,10,1,1 -4217646,Implantable defibrillator,2007,1,2,1 -4217646,Implantable defibrillator,2007,2,2,1 -4217646,Implantable defibrillator,2007,3,1,1 -4217646,Implantable defibrillator,2007,5,1,1 -4217646,Implantable defibrillator,2007,6,1,1 -4217646,Implantable defibrillator,2007,9,2,1 -4217646,Implantable defibrillator,2007,12,1,1 -4217646,Implantable defibrillator,2008,1,1,1 -4217646,Implantable defibrillator,2008,2,1,1 -4217646,Implantable defibrillator,2008,3,1,2 -4217646,Implantable defibrillator,2008,10,1,1 -4217646,Implantable defibrillator,2008,11,1,1 -4217646,Implantable defibrillator,2008,12,2,1 -4217646,Implantable defibrillator,2009,1,1,1 -4217646,Implantable defibrillator,2009,2,2,1 -4217646,Implantable defibrillator,2009,3,1,1 -4217646,Implantable defibrillator,2009,4,2,1 -4217646,Implantable defibrillator,2009,7,2,1 -4217646,Implantable defibrillator,2009,8,1,1 -4217646,Implantable defibrillator,2009,10,2,1 -4217646,Implantable defibrillator,2009,11,3,1 -4217646,Implantable defibrillator,2010,1,1,1 -4217646,Implantable defibrillator,2010,2,1,1 -4217646,Implantable defibrillator,2010,4,2,1 -4217646,Implantable defibrillator,2010,5,1,1 -4217646,Implantable defibrillator,2010,9,2,2 -4217646,Implantable defibrillator,2010,11,2,1 -4217646,Implantable defibrillator,2011,1,2,1 -4217646,Implantable defibrillator,2011,3,2,1 -4217646,Implantable defibrillator,2011,6,1,1 -4217646,Implantable defibrillator,2011,8,1,1 -4217646,Implantable defibrillator,2011,12,1,1 -4217646,Implantable defibrillator,2012,1,2,1 -4217646,Implantable defibrillator,2012,7,1,1 -4217646,Implantable defibrillator,2012,8,3,1 -4217646,Implantable defibrillator,2012,11,2,1 -4217646,Implantable defibrillator,2012,12,1,1 -4217646,Implantable defibrillator,2013,1,2,1 -4217646,Implantable defibrillator,2013,2,1,1 -4217646,Implantable defibrillator,2013,4,2,1 -4217646,Implantable defibrillator,2013,5,1,1 -4217646,Implantable defibrillator,2013,6,1,1 -4217646,Implantable defibrillator,2013,7,1,1 -4217646,Implantable defibrillator,2013,10,2,1 -4217646,Implantable defibrillator,2013,11,1,1 -4217646,Implantable defibrillator,2013,12,2,1.5 -4217646,Implantable defibrillator,2014,1,1,1 -4217646,Implantable defibrillator,2014,4,1,1 -4217646,Implantable defibrillator,2014,5,2,1 -4217646,Implantable defibrillator,2014,6,2,1 -4217646,Implantable defibrillator,2014,7,1,1 -4217646,Implantable defibrillator,2014,10,1,1 -4217646,Implantable defibrillator,2014,12,2,1 -4217646,Implantable defibrillator,2015,1,2,1 -4217646,Implantable defibrillator,2015,4,1,1 -4217646,Implantable defibrillator,2015,5,1,1 -4217646,Implantable defibrillator,2015,8,1,1 -4217646,Implantable defibrillator,2015,9,1,1 -4217646,Implantable defibrillator,2015,10,1,1 -4217646,Implantable defibrillator,2015,12,2,1 -4217646,Implantable defibrillator,2016,2,1,1 -4217646,Implantable defibrillator,2016,3,3,1 -4217646,Implantable defibrillator,2016,5,1,1 -4217646,Implantable defibrillator,2016,6,1,1 -4217646,Implantable defibrillator,2016,7,1,1 -4217646,Implantable defibrillator,2016,8,2,1.5 -4217646,Implantable defibrillator,2016,10,1,1 -4217646,Implantable defibrillator,2016,11,1,1 -4217646,Implantable defibrillator,2016,12,1,1 -4217646,Implantable defibrillator,2017,1,2,1 -4217646,Implantable defibrillator,2017,5,1,1 -4217646,Implantable defibrillator,2017,6,1,1 -4217646,Implantable defibrillator,2017,7,2,1 -4217646,Implantable defibrillator,2017,8,1,1 -4217646,Implantable defibrillator,2017,12,4,1 -4217646,Implantable defibrillator,2018,3,1,1 -4217646,Implantable defibrillator,2018,4,1,1 -4217646,Implantable defibrillator,2018,6,1,1 -4217646,Implantable defibrillator,2018,8,1,1 -4217646,Implantable defibrillator,2018,9,2,1 -4217646,Implantable defibrillator,2018,10,1,1 -4217646,Implantable defibrillator,2018,11,1,2 -4217646,Implantable defibrillator,2018,12,1,1 -4217646,Implantable defibrillator,2019,2,1,1 -4217646,Implantable defibrillator,2019,3,1,1 -4217646,Implantable defibrillator,2019,4,2,1 -4217646,Implantable defibrillator,2019,7,1,1 -4217646,Implantable defibrillator,2019,9,1,1 -4217646,Implantable defibrillator,2019,10,1,1 -4217646,Implantable defibrillator,2020,1,1,1 -4217646,Implantable defibrillator,2020,2,1,1 -4217646,Implantable defibrillator,2020,3,1,1 -4217646,Implantable defibrillator,2020,6,1,1 -4217646,Implantable defibrillator,2020,7,3,1 -4217646,Implantable defibrillator,2020,8,1,1 -4217646,Implantable defibrillator,2020,9,1,1 -4217646,Implantable defibrillator,2020,11,2,1 -4217646,Implantable defibrillator,2020,12,2,1 -4217646,Implantable defibrillator,2021,1,2,1 -4217646,Implantable defibrillator,2021,2,2,1 -4217646,Implantable defibrillator,2021,5,3,1 -4217646,Implantable defibrillator,2021,6,2,1 -4217646,Implantable defibrillator,2021,7,3,1 -4217646,Implantable defibrillator,2021,9,1,1 -4217646,Implantable defibrillator,2021,10,1,1 -4217646,Implantable defibrillator,2021,11,1,1 -4217646,Implantable defibrillator,2021,12,2,1 -4217646,Implantable defibrillator,2022,2,1,1 -4217646,Implantable defibrillator,2022,3,1,1 -4217646,Implantable defibrillator,2022,5,1,1 -4217646,Implantable defibrillator,2022,10,1,1 -4217646,Implantable defibrillator,2022,12,1,1 -4217646,Implantable defibrillator,2023,2,1,1 -4217646,Implantable defibrillator,2023,4,1,1 -4230911,Echocardiography,1942,12,1,1 -4230911,Echocardiography,1943,8,1,1 -4230911,Echocardiography,1947,7,1,1 -4230911,Echocardiography,1948,7,1,1 -4230911,Echocardiography,1950,12,1,1 -4230911,Echocardiography,1951,5,1,1 -4230911,Echocardiography,1951,10,1,1 -4230911,Echocardiography,1952,9,1,1 -4230911,Echocardiography,1953,10,1,1 -4230911,Echocardiography,1955,4,2,1 -4230911,Echocardiography,1955,6,1,1 -4230911,Echocardiography,1955,8,1,1 -4230911,Echocardiography,1955,11,1,1 -4230911,Echocardiography,1956,1,1,1 -4230911,Echocardiography,1958,1,1,1 -4230911,Echocardiography,1958,4,1,1 -4230911,Echocardiography,1958,12,1,1 -4230911,Echocardiography,1960,4,1,1 -4230911,Echocardiography,1960,7,1,1 -4230911,Echocardiography,1962,1,1,1 -4230911,Echocardiography,1963,5,2,1 -4230911,Echocardiography,1963,6,2,1 -4230911,Echocardiography,1963,10,1,1 -4230911,Echocardiography,1964,12,1,1 -4230911,Echocardiography,1965,7,2,1 -4230911,Echocardiography,1966,12,1,1 -4230911,Echocardiography,1967,1,1,1 -4230911,Echocardiography,1967,4,1,1 -4230911,Echocardiography,1967,8,1,1 -4230911,Echocardiography,1967,11,1,1 -4230911,Echocardiography,1968,4,1,1 -4230911,Echocardiography,1968,6,2,1 -4230911,Echocardiography,1969,3,1,1 -4230911,Echocardiography,1969,6,1,1 -4230911,Echocardiography,1969,7,1,1 -4230911,Echocardiography,1969,11,1,1 -4230911,Echocardiography,1970,5,1,1 -4230911,Echocardiography,1970,9,1,2 -4230911,Echocardiography,1972,4,1,1 -4230911,Echocardiography,1973,6,1,1 -4230911,Echocardiography,1973,8,1,1 -4230911,Echocardiography,1974,3,1,1 -4230911,Echocardiography,1974,5,1,1 -4230911,Echocardiography,1974,7,1,1 -4230911,Echocardiography,1974,12,1,1 -4230911,Echocardiography,1975,3,1,1 -4230911,Echocardiography,1975,8,1,1 -4230911,Echocardiography,1975,9,1,1 -4230911,Echocardiography,1975,11,3,1 -4230911,Echocardiography,1976,1,1,1 -4230911,Echocardiography,1976,3,1,1 -4230911,Echocardiography,1976,6,1,1 -4230911,Echocardiography,1976,7,1,1 -4230911,Echocardiography,1976,10,3,1 -4230911,Echocardiography,1977,1,1,1 -4230911,Echocardiography,1977,5,1,1 -4230911,Echocardiography,1977,8,1,1 -4230911,Echocardiography,1977,10,1,1 -4230911,Echocardiography,1978,7,1,1 -4230911,Echocardiography,1978,11,1,1 -4230911,Echocardiography,1979,6,1,1 -4230911,Echocardiography,1979,11,1,1 -4230911,Echocardiography,1979,12,1,1 -4230911,Echocardiography,1980,2,1,1 -4230911,Echocardiography,1980,4,1,1 -4230911,Echocardiography,1980,7,1,1 -4230911,Echocardiography,1980,8,1,1 -4230911,Echocardiography,1980,9,1,1 -4230911,Echocardiography,1980,11,1,1 -4230911,Echocardiography,1981,1,1,1 -4230911,Echocardiography,1982,1,3,1 -4230911,Echocardiography,1982,2,1,1 -4230911,Echocardiography,1982,4,1,1 -4230911,Echocardiography,1982,10,1,1 -4230911,Echocardiography,1983,2,1,1 -4230911,Echocardiography,1983,3,1,1 -4230911,Echocardiography,1983,9,1,1 -4230911,Echocardiography,1984,11,3,1 -4230911,Echocardiography,1985,3,2,1 -4230911,Echocardiography,1985,7,3,1 -4230911,Echocardiography,1986,4,1,1 -4230911,Echocardiography,1986,5,1,1 -4230911,Echocardiography,1986,6,1,1 -4230911,Echocardiography,1987,1,1,1 -4230911,Echocardiography,1987,3,1,1 -4230911,Echocardiography,1987,4,1,1 -4230911,Echocardiography,1987,5,1,1 -4230911,Echocardiography,1988,2,1,1 -4230911,Echocardiography,1988,5,2,1 -4230911,Echocardiography,1988,6,1,1 -4230911,Echocardiography,1988,7,1,1 -4230911,Echocardiography,1989,3,2,1 -4230911,Echocardiography,1989,8,1,1 -4230911,Echocardiography,1989,11,2,1 -4230911,Echocardiography,1990,1,1,1 -4230911,Echocardiography,1990,6,2,1 -4230911,Echocardiography,1990,8,1,1 -4230911,Echocardiography,1990,9,1,1 -4230911,Echocardiography,1990,10,1,1 -4230911,Echocardiography,1990,11,1,1 -4230911,Echocardiography,1990,12,2,1 -4230911,Echocardiography,1991,1,1,1 -4230911,Echocardiography,1991,2,1,1 -4230911,Echocardiography,1991,3,1,1 -4230911,Echocardiography,1991,8,1,1 -4230911,Echocardiography,1991,9,2,1 -4230911,Echocardiography,1991,10,1,1 -4230911,Echocardiography,1991,11,1,1 -4230911,Echocardiography,1991,12,2,1 -4230911,Echocardiography,1992,3,1,1 -4230911,Echocardiography,1992,5,1,1 -4230911,Echocardiography,1992,6,1,1 -4230911,Echocardiography,1992,7,1,1 -4230911,Echocardiography,1992,11,1,1 -4230911,Echocardiography,1993,1,2,1 -4230911,Echocardiography,1993,4,1,1 -4230911,Echocardiography,1993,7,3,1 -4230911,Echocardiography,1993,8,1,2 -4230911,Echocardiography,1993,9,2,1 -4230911,Echocardiography,1993,10,1,1 -4230911,Echocardiography,1993,11,1,1 -4230911,Echocardiography,1993,12,1,1 -4230911,Echocardiography,1994,4,2,1 -4230911,Echocardiography,1994,6,2,1 -4230911,Echocardiography,1994,7,1,1 -4230911,Echocardiography,1994,8,1,1 -4230911,Echocardiography,1994,9,2,1 -4230911,Echocardiography,1994,10,1,1 -4230911,Echocardiography,1994,12,4,1 -4230911,Echocardiography,1995,5,1,1 -4230911,Echocardiography,1995,7,1,1 -4230911,Echocardiography,1996,6,2,1 -4230911,Echocardiography,1996,7,3,1 -4230911,Echocardiography,1996,8,4,1 -4230911,Echocardiography,1996,9,1,1 -4230911,Echocardiography,1996,10,3,1 -4230911,Echocardiography,1996,12,2,1 -4230911,Echocardiography,1997,2,4,1.25 -4230911,Echocardiography,1997,5,2,1 -4230911,Echocardiography,1997,7,2,1 -4230911,Echocardiography,1997,8,1,1 -4230911,Echocardiography,1997,9,4,1 -4230911,Echocardiography,1997,11,1,1 -4230911,Echocardiography,1998,1,2,1 -4230911,Echocardiography,1998,3,2,1 -4230911,Echocardiography,1998,4,1,1 -4230911,Echocardiography,1998,5,1,1 -4230911,Echocardiography,1998,7,2,1 -4230911,Echocardiography,1998,9,4,1 -4230911,Echocardiography,1998,10,2,1 -4230911,Echocardiography,1998,11,1,1 -4230911,Echocardiography,1999,1,3,1 -4230911,Echocardiography,1999,5,3,1 -4230911,Echocardiography,1999,6,2,1 -4230911,Echocardiography,1999,8,3,1 -4230911,Echocardiography,1999,10,1,1 -4230911,Echocardiography,1999,12,3,1 -4230911,Echocardiography,2000,4,2,1 -4230911,Echocardiography,2000,5,1,1 -4230911,Echocardiography,2000,6,2,1 -4230911,Echocardiography,2000,7,1,1 -4230911,Echocardiography,2000,10,2,1 -4230911,Echocardiography,2000,11,2,1 -4230911,Echocardiography,2000,12,2,1 -4230911,Echocardiography,2001,1,1,1 -4230911,Echocardiography,2001,2,1,1 -4230911,Echocardiography,2001,4,3,1 -4230911,Echocardiography,2001,5,2,1 -4230911,Echocardiography,2001,6,1,1 -4230911,Echocardiography,2001,7,1,1 -4230911,Echocardiography,2001,8,1,1 -4230911,Echocardiography,2001,9,4,1 -4230911,Echocardiography,2001,10,1,1 -4230911,Echocardiography,2001,12,3,1 -4230911,Echocardiography,2002,1,2,1 -4230911,Echocardiography,2002,2,1,1 -4230911,Echocardiography,2002,3,3,1 -4230911,Echocardiography,2002,4,1,1 -4230911,Echocardiography,2002,5,2,1 -4230911,Echocardiography,2002,7,5,1 -4230911,Echocardiography,2002,8,1,1 -4230911,Echocardiography,2002,10,3,1 -4230911,Echocardiography,2002,11,1,1 -4230911,Echocardiography,2002,12,3,1 -4230911,Echocardiography,2003,1,1,1 -4230911,Echocardiography,2003,2,4,1 -4230911,Echocardiography,2003,3,1,1 -4230911,Echocardiography,2003,4,1,1 -4230911,Echocardiography,2003,5,1,1 -4230911,Echocardiography,2003,6,1,1 -4230911,Echocardiography,2003,7,2,1 -4230911,Echocardiography,2003,9,2,1 -4230911,Echocardiography,2003,10,3,1 -4230911,Echocardiography,2003,11,1,1 -4230911,Echocardiography,2003,12,1,1 -4230911,Echocardiography,2004,1,4,1 -4230911,Echocardiography,2004,2,3,1 -4230911,Echocardiography,2004,3,2,1 -4230911,Echocardiography,2004,4,2,1 -4230911,Echocardiography,2004,5,2,1 -4230911,Echocardiography,2004,6,1,1 -4230911,Echocardiography,2004,7,3,1 -4230911,Echocardiography,2004,8,2,1 -4230911,Echocardiography,2004,10,3,1 -4230911,Echocardiography,2004,11,1,1 -4230911,Echocardiography,2004,12,1,1 -4230911,Echocardiography,2005,2,1,1 -4230911,Echocardiography,2005,3,2,1 -4230911,Echocardiography,2005,4,5,1 -4230911,Echocardiography,2005,6,2,1 -4230911,Echocardiography,2005,8,4,1 -4230911,Echocardiography,2005,9,1,1 -4230911,Echocardiography,2005,10,3,1 -4230911,Echocardiography,2005,11,3,1 -4230911,Echocardiography,2006,1,3,1 -4230911,Echocardiography,2006,2,2,1 -4230911,Echocardiography,2006,3,1,1 -4230911,Echocardiography,2006,4,1,1 -4230911,Echocardiography,2006,5,4,1 -4230911,Echocardiography,2006,6,4,1 -4230911,Echocardiography,2006,8,2,1 -4230911,Echocardiography,2006,10,5,1 -4230911,Echocardiography,2006,11,1,1 -4230911,Echocardiography,2006,12,2,1 -4230911,Echocardiography,2007,1,5,1 -4230911,Echocardiography,2007,2,3,1 -4230911,Echocardiography,2007,3,1,1 -4230911,Echocardiography,2007,4,1,1 -4230911,Echocardiography,2007,5,2,1 -4230911,Echocardiography,2007,6,2,1 -4230911,Echocardiography,2007,7,2,1 -4230911,Echocardiography,2007,9,1,1 -4230911,Echocardiography,2007,11,2,1 -4230911,Echocardiography,2007,12,1,1 -4230911,Echocardiography,2008,1,1,1 -4230911,Echocardiography,2008,2,3,1 -4230911,Echocardiography,2008,3,2,1 -4230911,Echocardiography,2008,4,1,1 -4230911,Echocardiography,2008,5,1,1 -4230911,Echocardiography,2008,6,3,1 -4230911,Echocardiography,2008,7,1,1 -4230911,Echocardiography,2008,8,4,1 -4230911,Echocardiography,2008,9,1,1 -4230911,Echocardiography,2008,10,3,1 -4230911,Echocardiography,2008,11,4,1 -4230911,Echocardiography,2008,12,1,1 -4230911,Echocardiography,2009,3,1,1 -4230911,Echocardiography,2009,4,2,1 -4230911,Echocardiography,2009,5,2,1 -4230911,Echocardiography,2009,6,2,1 -4230911,Echocardiography,2009,7,3,1 -4230911,Echocardiography,2009,8,1,1 -4230911,Echocardiography,2009,9,3,1 -4230911,Echocardiography,2009,10,2,1 -4230911,Echocardiography,2009,11,1,1 -4230911,Echocardiography,2009,12,2,1 -4230911,Echocardiography,2010,2,1,1 -4230911,Echocardiography,2010,3,3,1 -4230911,Echocardiography,2010,4,2,1 -4230911,Echocardiography,2010,5,1,1 -4230911,Echocardiography,2010,6,3,1 -4230911,Echocardiography,2010,8,3,1 -4230911,Echocardiography,2010,9,5,1.4 -4230911,Echocardiography,2010,10,1,1 -4230911,Echocardiography,2010,12,2,1 -4230911,Echocardiography,2011,1,3,1 -4230911,Echocardiography,2011,2,1,1 -4230911,Echocardiography,2011,3,1,1 -4230911,Echocardiography,2011,5,4,1 -4230911,Echocardiography,2011,6,2,1 -4230911,Echocardiography,2011,7,1,1 -4230911,Echocardiography,2011,8,1,1 -4230911,Echocardiography,2011,9,2,1 -4230911,Echocardiography,2011,12,1,1 -4230911,Echocardiography,2012,1,3,1 -4230911,Echocardiography,2012,3,2,1 -4230911,Echocardiography,2012,5,1,1 -4230911,Echocardiography,2012,6,3,1 -4230911,Echocardiography,2012,7,4,1 -4230911,Echocardiography,2012,9,3,1 -4230911,Echocardiography,2012,10,2,1 -4230911,Echocardiography,2012,11,1,1 -4230911,Echocardiography,2012,12,3,1 -4230911,Echocardiography,2013,1,2,1 -4230911,Echocardiography,2013,2,1,1 -4230911,Echocardiography,2013,3,1,1 -4230911,Echocardiography,2013,4,3,1 -4230911,Echocardiography,2013,6,4,1 -4230911,Echocardiography,2013,7,6,1 -4230911,Echocardiography,2013,8,4,1 -4230911,Echocardiography,2013,9,3,1 -4230911,Echocardiography,2013,10,4,1 -4230911,Echocardiography,2013,11,3,1 -4230911,Echocardiography,2013,12,6,1.1666666666666667 -4230911,Echocardiography,2014,1,5,1 -4230911,Echocardiography,2014,2,3,1 -4230911,Echocardiography,2014,3,2,1 -4230911,Echocardiography,2014,4,6,1 -4230911,Echocardiography,2014,5,7,1 -4230911,Echocardiography,2014,6,3,1 -4230911,Echocardiography,2014,7,4,1 -4230911,Echocardiography,2014,8,2,1 -4230911,Echocardiography,2014,9,4,1 -4230911,Echocardiography,2014,10,5,1 -4230911,Echocardiography,2014,11,4,1 -4230911,Echocardiography,2014,12,5,3 -4230911,Echocardiography,2015,1,9,1 -4230911,Echocardiography,2015,2,4,1 -4230911,Echocardiography,2015,3,5,1 -4230911,Echocardiography,2015,4,5,1 -4230911,Echocardiography,2015,5,9,1 -4230911,Echocardiography,2015,6,6,1 -4230911,Echocardiography,2015,7,7,1 -4230911,Echocardiography,2015,8,7,1 -4230911,Echocardiography,2015,9,4,1 -4230911,Echocardiography,2015,10,8,1 -4230911,Echocardiography,2015,11,4,1 -4230911,Echocardiography,2015,12,6,1 -4230911,Echocardiography,2016,1,4,1 -4230911,Echocardiography,2016,2,7,1 -4230911,Echocardiography,2016,3,6,1 -4230911,Echocardiography,2016,4,7,1 -4230911,Echocardiography,2016,5,10,1 -4230911,Echocardiography,2016,6,2,1 -4230911,Echocardiography,2016,7,5,1 -4230911,Echocardiography,2016,8,8,1.125 -4230911,Echocardiography,2016,9,6,1 -4230911,Echocardiography,2016,10,8,1 -4230911,Echocardiography,2016,11,6,1 -4230911,Echocardiography,2016,12,9,1 -4230911,Echocardiography,2017,1,10,1 -4230911,Echocardiography,2017,2,2,1 -4230911,Echocardiography,2017,3,5,1 -4230911,Echocardiography,2017,4,9,1 -4230911,Echocardiography,2017,5,5,1 -4230911,Echocardiography,2017,6,7,1 -4230911,Echocardiography,2017,7,7,1 -4230911,Echocardiography,2017,8,9,1 -4230911,Echocardiography,2017,9,9,1 -4230911,Echocardiography,2017,10,3,1 -4230911,Echocardiography,2017,11,5,1 -4230911,Echocardiography,2017,12,12,1 -4230911,Echocardiography,2018,1,5,1 -4230911,Echocardiography,2018,2,2,1 -4230911,Echocardiography,2018,3,8,1 -4230911,Echocardiography,2018,4,9,1 -4230911,Echocardiography,2018,5,8,1.125 -4230911,Echocardiography,2018,6,8,1 -4230911,Echocardiography,2018,7,7,1.1428571428571428 -4230911,Echocardiography,2018,8,5,1 -4230911,Echocardiography,2018,9,9,1.1111111111111112 -4230911,Echocardiography,2018,10,3,1 -4230911,Echocardiography,2018,11,7,1.1428571428571428 -4230911,Echocardiography,2018,12,8,1 -4230911,Echocardiography,2019,1,7,1 -4230911,Echocardiography,2019,2,8,1 -4230911,Echocardiography,2019,3,7,1.1428571428571428 -4230911,Echocardiography,2019,4,7,1 -4230911,Echocardiography,2019,5,8,1.125 -4230911,Echocardiography,2019,6,4,1 -4230911,Echocardiography,2019,7,13,1 -4230911,Echocardiography,2019,8,8,1 -4230911,Echocardiography,2019,9,4,1 -4230911,Echocardiography,2019,10,10,1 -4230911,Echocardiography,2019,11,3,1 -4230911,Echocardiography,2019,12,11,1 -4230911,Echocardiography,2020,1,8,1.125 -4230911,Echocardiography,2020,2,8,1 -4230911,Echocardiography,2020,3,3,1 -4230911,Echocardiography,2020,4,7,1 -4230911,Echocardiography,2020,5,4,1 -4230911,Echocardiography,2020,6,3,1 -4230911,Echocardiography,2020,7,9,1 -4230911,Echocardiography,2020,8,9,1.1111111111111112 -4230911,Echocardiography,2020,9,5,1 -4230911,Echocardiography,2020,10,3,1 -4230911,Echocardiography,2020,11,10,1 -4230911,Echocardiography,2020,12,6,1 -4230911,Echocardiography,2021,1,7,1 -4230911,Echocardiography,2021,2,6,1 -4230911,Echocardiography,2021,3,7,1 -4230911,Echocardiography,2021,4,3,1 -4230911,Echocardiography,2021,5,10,1 -4230911,Echocardiography,2021,6,8,1 -4230911,Echocardiography,2021,7,10,1 -4230911,Echocardiography,2021,8,10,1 -4230911,Echocardiography,2021,9,7,1 -4230911,Echocardiography,2021,10,6,1 -4230911,Echocardiography,2021,11,7,1 -4230911,Echocardiography,2021,12,8,1 -4230911,Echocardiography,2022,1,1,1 -4230911,Echocardiography,2022,2,9,1 -4230911,Echocardiography,2022,3,10,1 -4230911,Echocardiography,2022,4,9,1 -4230911,Echocardiography,2022,5,9,1 -4230911,Echocardiography,2022,6,5,1 -4230911,Echocardiography,2022,7,9,1 -4230911,Echocardiography,2022,8,10,1 -4230911,Echocardiography,2022,9,3,1 -4230911,Echocardiography,2022,10,11,1 -4230911,Echocardiography,2022,11,7,1 -4230911,Echocardiography,2022,12,9,1 -4230911,Echocardiography,2023,1,9,1 -4230911,Echocardiography,2023,2,3,1 -4230911,Echocardiography,2023,3,4,1 -4230911,Echocardiography,2023,4,13,1 -4230911,Echocardiography,2023,5,5,1 -4230911,Echocardiography,2023,6,1,1 -4248525,Lying systolic blood pressure,2015,4,1,1 -4248525,Lying systolic blood pressure,2019,5,1,1 4248525,Lying systolic blood pressure,2019,10,1,1 4248525,Lying systolic blood pressure,2020,6,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4248525,Lying systolic blood pressure,2021,10,1,1 -4257036,Antenatal hepatitis B blood screening test status,2014,11,1,1 -4257036,Antenatal hepatitis B blood screening test status,2017,2,1,1 -4257036,Antenatal hepatitis B blood screening test status,2018,9,1,1 -4329847,Myocardial infarction,1941,6,1,1 -4329847,Myocardial infarction,1942,12,1,1 -4329847,Myocardial infarction,1943,8,1,1 -4329847,Myocardial infarction,1947,7,1,1 -4329847,Myocardial infarction,1948,7,1,1 -4329847,Myocardial infarction,1950,12,1,1 -4329847,Myocardial infarction,1951,5,1,1 -4329847,Myocardial infarction,1951,10,1,1 -4329847,Myocardial infarction,1952,9,1,1 -4329847,Myocardial infarction,1953,10,1,1 -4329847,Myocardial infarction,1955,6,1,1 -4329847,Myocardial infarction,1955,8,1,1 -4329847,Myocardial infarction,1956,1,1,1 -4329847,Myocardial infarction,1958,1,1,1 -4329847,Myocardial infarction,1958,4,1,1 -4329847,Myocardial infarction,1958,12,1,1 -4329847,Myocardial infarction,1960,7,1,1 -4329847,Myocardial infarction,1963,5,2,1 -4329847,Myocardial infarction,1963,6,1,1 -4329847,Myocardial infarction,1963,10,1,1 -4329847,Myocardial infarction,1965,7,2,1 -4329847,Myocardial infarction,1966,12,1,1 -4329847,Myocardial infarction,1967,1,1,1 -4329847,Myocardial infarction,1967,6,1,1 -4329847,Myocardial infarction,1967,8,1,1 -4329847,Myocardial infarction,1967,11,1,1 -4329847,Myocardial infarction,1968,4,1,1 -4329847,Myocardial infarction,1968,6,2,1 -4329847,Myocardial infarction,1969,6,1,1 -4329847,Myocardial infarction,1969,7,1,1 -4329847,Myocardial infarction,1969,11,1,1 -4329847,Myocardial infarction,1970,5,1,1 -4329847,Myocardial infarction,1970,9,1,1 -4329847,Myocardial infarction,1972,4,1,1 -4329847,Myocardial infarction,1974,5,1,1 -4329847,Myocardial infarction,1974,7,1,1 -4329847,Myocardial infarction,1975,3,1,1 -4329847,Myocardial infarction,1975,9,1,1 -4329847,Myocardial infarction,1975,11,2,1 -4329847,Myocardial infarction,1976,1,1,1 -4329847,Myocardial infarction,1976,3,1,1 -4329847,Myocardial infarction,1976,6,1,1 -4329847,Myocardial infarction,1976,10,2,1 -4329847,Myocardial infarction,1977,5,1,1 -4329847,Myocardial infarction,1977,10,1,1 -4329847,Myocardial infarction,1978,11,1,1 -4329847,Myocardial infarction,1979,1,1,1 -4329847,Myocardial infarction,1979,5,1,1 -4329847,Myocardial infarction,1980,2,2,1 -4329847,Myocardial infarction,1980,4,1,1 -4329847,Myocardial infarction,1980,6,1,1 -4329847,Myocardial infarction,1980,7,1,1 -4329847,Myocardial infarction,1980,8,1,1 -4329847,Myocardial infarction,1980,11,1,1 -4329847,Myocardial infarction,1981,1,1,1 -4329847,Myocardial infarction,1982,1,2,1 -4329847,Myocardial infarction,1982,4,1,1 -4329847,Myocardial infarction,1982,10,1,1 -4329847,Myocardial infarction,1983,4,1,1 -4329847,Myocardial infarction,1983,5,1,1 -4329847,Myocardial infarction,1983,9,1,1 -4329847,Myocardial infarction,1984,11,1,1 -4329847,Myocardial infarction,1985,3,2,1 -4329847,Myocardial infarction,1985,7,2,1 -4329847,Myocardial infarction,1986,4,1,1 -4329847,Myocardial infarction,1986,5,1,1 -4329847,Myocardial infarction,1986,12,1,1 -4329847,Myocardial infarction,1987,1,1,1 -4329847,Myocardial infarction,1987,3,1,1 -4329847,Myocardial infarction,1987,4,1,1 -4329847,Myocardial infarction,1987,5,1,1 -4329847,Myocardial infarction,1988,2,2,1 -4329847,Myocardial infarction,1988,7,1,1 -4329847,Myocardial infarction,1989,3,2,1 -4329847,Myocardial infarction,1989,8,1,1 -4329847,Myocardial infarction,1989,11,2,1 -4329847,Myocardial infarction,1990,1,1,1 -4329847,Myocardial infarction,1990,6,1,1 -4329847,Myocardial infarction,1990,8,1,1 -4329847,Myocardial infarction,1990,10,1,1 -4329847,Myocardial infarction,1990,12,2,1 -4329847,Myocardial infarction,1991,2,1,1 -4329847,Myocardial infarction,1991,9,2,1 -4329847,Myocardial infarction,1991,10,1,1 -4329847,Myocardial infarction,1991,11,2,1 -4329847,Myocardial infarction,1991,12,2,1 -4329847,Myocardial infarction,1993,4,1,1 -4329847,Myocardial infarction,1993,7,3,1 -4329847,Myocardial infarction,1993,8,1,1 -4329847,Myocardial infarction,1993,9,1,1 -4329847,Myocardial infarction,1993,10,2,1 -4329847,Myocardial infarction,1993,11,1,1 -4329847,Myocardial infarction,1994,4,1,1 -4329847,Myocardial infarction,1994,6,1,1 -4329847,Myocardial infarction,1994,7,1,1 -4329847,Myocardial infarction,1994,8,1,1 -4329847,Myocardial infarction,1994,9,2,1 -4329847,Myocardial infarction,1994,10,1,1 -4329847,Myocardial infarction,1994,12,3,1 -4329847,Myocardial infarction,1995,5,1,1 -4329847,Myocardial infarction,1996,4,1,1 -4329847,Myocardial infarction,1996,7,1,1 -4329847,Myocardial infarction,1996,8,3,1 -4329847,Myocardial infarction,1996,9,1,1 -4329847,Myocardial infarction,1996,10,1,1 -4329847,Myocardial infarction,1996,11,1,1 -4329847,Myocardial infarction,1996,12,2,1 -4329847,Myocardial infarction,1997,2,3,1 -4329847,Myocardial infarction,1997,5,2,1 -4329847,Myocardial infarction,1997,7,1,1 -4329847,Myocardial infarction,1997,9,2,1 -4329847,Myocardial infarction,1997,10,1,1 -4329847,Myocardial infarction,1998,1,2,1 -4329847,Myocardial infarction,1998,3,2,1 -4329847,Myocardial infarction,1998,4,1,1 -4329847,Myocardial infarction,1998,5,1,1 -4329847,Myocardial infarction,1998,7,1,1 -4329847,Myocardial infarction,1998,9,2,1 -4329847,Myocardial infarction,1998,11,1,1 -4329847,Myocardial infarction,1999,1,2,1 -4329847,Myocardial infarction,1999,5,1,1 -4329847,Myocardial infarction,1999,6,1,1 -4329847,Myocardial infarction,1999,8,1,1 -4329847,Myocardial infarction,1999,12,3,1 -4329847,Myocardial infarction,2000,3,1,1 -4329847,Myocardial infarction,2000,4,1,1 -4329847,Myocardial infarction,2000,6,1,1 -4329847,Myocardial infarction,2000,7,1,1 -4329847,Myocardial infarction,2000,10,1,1 -4329847,Myocardial infarction,2000,11,2,1 -4329847,Myocardial infarction,2001,1,1,1 -4329847,Myocardial infarction,2001,2,1,1 -4329847,Myocardial infarction,2001,4,2,1 -4329847,Myocardial infarction,2001,5,3,1 -4329847,Myocardial infarction,2001,7,1,1 -4329847,Myocardial infarction,2001,8,1,1 -4329847,Myocardial infarction,2001,9,1,1 -4329847,Myocardial infarction,2001,10,1,1 -4329847,Myocardial infarction,2001,11,1,1 -4329847,Myocardial infarction,2002,1,2,1 -4329847,Myocardial infarction,2002,3,1,1 -4329847,Myocardial infarction,2002,4,1,1 -4329847,Myocardial infarction,2002,5,1,1 -4329847,Myocardial infarction,2002,7,4,1 -4329847,Myocardial infarction,2002,8,1,1 -4329847,Myocardial infarction,2002,10,2,1 -4329847,Myocardial infarction,2003,2,2,1 -4329847,Myocardial infarction,2003,3,1,1 -4329847,Myocardial infarction,2003,5,1,1 -4329847,Myocardial infarction,2003,6,1,1 -4329847,Myocardial infarction,2003,7,1,1 -4329847,Myocardial infarction,2003,9,1,1 -4329847,Myocardial infarction,2003,10,2,1 -4329847,Myocardial infarction,2003,11,1,1 -4329847,Myocardial infarction,2003,12,1,1 -4329847,Myocardial infarction,2004,1,2,1 -4329847,Myocardial infarction,2004,2,3,1 -4329847,Myocardial infarction,2004,3,2,1 -4329847,Myocardial infarction,2004,4,1,1 -4329847,Myocardial infarction,2004,5,1,1 -4329847,Myocardial infarction,2004,6,1,1 -4329847,Myocardial infarction,2004,7,2,1 -4329847,Myocardial infarction,2004,8,2,1 -4329847,Myocardial infarction,2004,10,2,1 -4329847,Myocardial infarction,2004,12,1,1 -4329847,Myocardial infarction,2005,2,1,1 -4329847,Myocardial infarction,2005,3,1,1 -4329847,Myocardial infarction,2005,4,4,1 -4329847,Myocardial infarction,2005,6,2,1 -4329847,Myocardial infarction,2005,8,2,1 -4329847,Myocardial infarction,2005,9,1,1 -4329847,Myocardial infarction,2005,10,1,1 -4329847,Myocardial infarction,2005,11,2,1 -4329847,Myocardial infarction,2006,2,2,1 -4329847,Myocardial infarction,2006,4,1,1 -4329847,Myocardial infarction,2006,5,1,1 -4329847,Myocardial infarction,2006,6,2,1 -4329847,Myocardial infarction,2006,8,2,1 -4329847,Myocardial infarction,2006,10,5,1 -4329847,Myocardial infarction,2007,1,3,1 -4329847,Myocardial infarction,2007,2,2,1 -4329847,Myocardial infarction,2007,3,2,1 -4329847,Myocardial infarction,2007,5,1,1 -4329847,Myocardial infarction,2007,6,2,1 -4329847,Myocardial infarction,2007,7,4,1 -4329847,Myocardial infarction,2007,9,1,1 -4329847,Myocardial infarction,2007,11,1,1 -4329847,Myocardial infarction,2007,12,1,1 -4329847,Myocardial infarction,2008,1,1,1 -4329847,Myocardial infarction,2008,2,2,1 -4329847,Myocardial infarction,2008,6,2,1 -4329847,Myocardial infarction,2008,8,1,1 -4329847,Myocardial infarction,2008,9,1,1 -4329847,Myocardial infarction,2008,10,2,1 -4329847,Myocardial infarction,2009,3,1,1 -4329847,Myocardial infarction,2009,4,1,1 -4329847,Myocardial infarction,2009,5,1,1 -4329847,Myocardial infarction,2009,6,1,1 -4329847,Myocardial infarction,2009,7,1,1 -4329847,Myocardial infarction,2009,8,1,1 -4329847,Myocardial infarction,2009,9,1,1 -4329847,Myocardial infarction,2009,10,1,1 -4329847,Myocardial infarction,2010,3,2,1 -4329847,Myocardial infarction,2010,6,1,1 -4329847,Myocardial infarction,2010,7,1,1 -4329847,Myocardial infarction,2010,8,2,1 -4329847,Myocardial infarction,2010,9,2,1 -4329847,Myocardial infarction,2010,10,1,1 -4329847,Myocardial infarction,2010,12,2,1 -4329847,Myocardial infarction,2011,5,3,1 -4329847,Myocardial infarction,2011,6,1,1 -4329847,Myocardial infarction,2011,7,1,1 -4329847,Myocardial infarction,2011,8,1,1 -4329847,Myocardial infarction,2011,9,2,1 -4329847,Myocardial infarction,2011,10,1,1 -4329847,Myocardial infarction,2011,12,1,1 -4329847,Myocardial infarction,2012,1,1,1 -4329847,Myocardial infarction,2012,3,1,1 -4329847,Myocardial infarction,2012,5,1,1 -4329847,Myocardial infarction,2012,6,1,1 -4329847,Myocardial infarction,2012,7,1,1 -4329847,Myocardial infarction,2012,9,2,1 -4329847,Myocardial infarction,2012,10,2,1 -4329847,Myocardial infarction,2013,3,1,1 -4329847,Myocardial infarction,2013,4,1,1 -4329847,Myocardial infarction,2013,6,2,1 -4329847,Myocardial infarction,2013,7,2,1 -4329847,Myocardial infarction,2013,9,1,1 -4329847,Myocardial infarction,2013,10,1,1 -4329847,Myocardial infarction,2013,11,1,1 -4329847,Myocardial infarction,2014,1,1,1 -4329847,Myocardial infarction,2014,2,1,1 -4329847,Myocardial infarction,2014,4,2,1 -4329847,Myocardial infarction,2014,5,2,1 -4329847,Myocardial infarction,2014,12,1,1 -4329847,Myocardial infarction,2015,1,2,1 -4329847,Myocardial infarction,2015,2,1,1 -4329847,Myocardial infarction,2015,4,1,1 -4329847,Myocardial infarction,2015,5,2,1 -4329847,Myocardial infarction,2015,6,1,1 -4329847,Myocardial infarction,2015,8,3,1 -4329847,Myocardial infarction,2015,9,1,1 -4329847,Myocardial infarction,2016,4,2,1 -4329847,Myocardial infarction,2016,5,4,1 -4329847,Myocardial infarction,2016,7,1,1 -4329847,Myocardial infarction,2016,8,3,1 -4329847,Myocardial infarction,2016,9,2,1 -4329847,Myocardial infarction,2016,10,3,1 -4329847,Myocardial infarction,2016,11,1,1 -4329847,Myocardial infarction,2016,12,4,1 -4329847,Myocardial infarction,2017,1,1,1 -4329847,Myocardial infarction,2017,2,1,1 -4329847,Myocardial infarction,2017,5,1,1 -4329847,Myocardial infarction,2017,8,4,1 -4329847,Myocardial infarction,2017,9,3,1 -4329847,Myocardial infarction,2017,10,1,1 -4329847,Myocardial infarction,2017,12,4,1 -4329847,Myocardial infarction,2018,2,1,1 -4329847,Myocardial infarction,2018,3,3,1 -4329847,Myocardial infarction,2018,4,1,1 -4329847,Myocardial infarction,2018,5,1,1 -4329847,Myocardial infarction,2018,6,3,1 -4329847,Myocardial infarction,2018,7,3,1 -4329847,Myocardial infarction,2018,8,2,1 -4329847,Myocardial infarction,2018,9,1,1 -4329847,Myocardial infarction,2018,11,2,1 -4329847,Myocardial infarction,2018,12,1,1 -4329847,Myocardial infarction,2019,1,1,1 -4329847,Myocardial infarction,2019,3,1,1 -4329847,Myocardial infarction,2019,4,1,1 -4329847,Myocardial infarction,2019,5,2,1 -4329847,Myocardial infarction,2019,6,2,1 -4329847,Myocardial infarction,2019,7,2,1 -4329847,Myocardial infarction,2019,8,2,1 -4329847,Myocardial infarction,2019,9,1,1 -4329847,Myocardial infarction,2019,10,3,1 -4329847,Myocardial infarction,2019,11,1,1 -4329847,Myocardial infarction,2019,12,3,1 -4329847,Myocardial infarction,2020,1,3,1 -4329847,Myocardial infarction,2020,3,1,1 -4329847,Myocardial infarction,2020,4,3,1 -4329847,Myocardial infarction,2020,7,3,1 -4329847,Myocardial infarction,2020,8,2,1 -4329847,Myocardial infarction,2020,9,1,1 -4329847,Myocardial infarction,2020,11,2,1 -4329847,Myocardial infarction,2020,12,2,1 -4329847,Myocardial infarction,2021,1,2,1 -4329847,Myocardial infarction,2021,4,2,1 -4329847,Myocardial infarction,2021,6,2,1 -4329847,Myocardial infarction,2021,7,2,1 -4329847,Myocardial infarction,2021,8,3,1 -4329847,Myocardial infarction,2021,9,3,1 -4329847,Myocardial infarction,2021,10,2,1 -4329847,Myocardial infarction,2021,11,4,1 -4329847,Myocardial infarction,2021,12,1,1 -4329847,Myocardial infarction,2022,2,1,1 -4329847,Myocardial infarction,2022,4,3,1 -4329847,Myocardial infarction,2022,5,1,1 -4329847,Myocardial infarction,2022,6,1,1 -4329847,Myocardial infarction,2022,7,2,1 -4329847,Myocardial infarction,2022,8,2,1 -4329847,Myocardial infarction,2022,9,1,1 -4329847,Myocardial infarction,2022,10,2,1 -4329847,Myocardial infarction,2022,11,1,1 -4329847,Myocardial infarction,2022,12,2,1 -4329847,Myocardial infarction,2023,1,3,1 -4329847,Myocardial infarction,2023,2,2,1 -4329847,Myocardial infarction,2023,4,2,1 -4329847,Myocardial infarction,2023,5,1,1 -4336464,Coronary artery bypass graft,1942,12,1,1 -4336464,Coronary artery bypass graft,1943,8,1,1 -4336464,Coronary artery bypass graft,1947,7,1,1 -4336464,Coronary artery bypass graft,1948,7,1,1 -4336464,Coronary artery bypass graft,1950,12,1,1 -4336464,Coronary artery bypass graft,1951,5,1,1 -4336464,Coronary artery bypass graft,1951,10,1,1 -4336464,Coronary artery bypass graft,1952,9,1,1 -4336464,Coronary artery bypass graft,1953,10,1,1 -4336464,Coronary artery bypass graft,1955,6,1,1 -4336464,Coronary artery bypass graft,1955,8,1,1 -4336464,Coronary artery bypass graft,1956,1,1,1 -4336464,Coronary artery bypass graft,1958,1,1,1 -4336464,Coronary artery bypass graft,1958,4,1,1 -4336464,Coronary artery bypass graft,1958,12,1,1 -4336464,Coronary artery bypass graft,1960,7,1,1 -4336464,Coronary artery bypass graft,1963,5,2,1 -4336464,Coronary artery bypass graft,1963,6,1,1 -4336464,Coronary artery bypass graft,1963,10,1,1 -4336464,Coronary artery bypass graft,1965,7,2,1 -4336464,Coronary artery bypass graft,1966,12,1,1 -4336464,Coronary artery bypass graft,1967,1,1,1 -4336464,Coronary artery bypass graft,1967,8,1,1 -4336464,Coronary artery bypass graft,1967,11,1,1 -4336464,Coronary artery bypass graft,1968,4,1,1 -4336464,Coronary artery bypass graft,1968,6,2,1 -4336464,Coronary artery bypass graft,1969,6,1,1 -4336464,Coronary artery bypass graft,1969,7,1,1 -4336464,Coronary artery bypass graft,1969,11,1,1 -4336464,Coronary artery bypass graft,1970,5,1,1 -4336464,Coronary artery bypass graft,1970,9,1,2 -4336464,Coronary artery bypass graft,1972,4,1,1 -4336464,Coronary artery bypass graft,1974,5,1,1 -4336464,Coronary artery bypass graft,1974,7,1,1 -4336464,Coronary artery bypass graft,1975,3,1,1 -4336464,Coronary artery bypass graft,1975,9,1,1 -4336464,Coronary artery bypass graft,1975,11,2,1 -4336464,Coronary artery bypass graft,1976,1,1,1 -4336464,Coronary artery bypass graft,1976,3,1,1 -4336464,Coronary artery bypass graft,1976,6,1,1 -4336464,Coronary artery bypass graft,1976,7,1,1 -4336464,Coronary artery bypass graft,1976,10,3,1 -4336464,Coronary artery bypass graft,1977,5,1,1 -4336464,Coronary artery bypass graft,1977,10,1,1 -4336464,Coronary artery bypass graft,1978,11,1,1 -4336464,Coronary artery bypass graft,1979,11,1,1 -4336464,Coronary artery bypass graft,1980,2,1,1 -4336464,Coronary artery bypass graft,1980,4,1,1 -4336464,Coronary artery bypass graft,1980,7,1,1 -4336464,Coronary artery bypass graft,1980,8,1,1 -4336464,Coronary artery bypass graft,1980,11,1,1 -4336464,Coronary artery bypass graft,1981,1,1,1 -4336464,Coronary artery bypass graft,1982,1,2,1 -4336464,Coronary artery bypass graft,1982,4,1,1 -4336464,Coronary artery bypass graft,1982,10,1,1 -4336464,Coronary artery bypass graft,1983,9,1,1 -4336464,Coronary artery bypass graft,1984,11,1,1 -4336464,Coronary artery bypass graft,1985,3,2,1 -4336464,Coronary artery bypass graft,1985,7,2,1 -4336464,Coronary artery bypass graft,1986,4,1,1 -4336464,Coronary artery bypass graft,1986,5,1,1 -4336464,Coronary artery bypass graft,1987,1,1,1 -4336464,Coronary artery bypass graft,1987,3,1,1 -4336464,Coronary artery bypass graft,1987,4,1,1 -4336464,Coronary artery bypass graft,1987,5,1,1 -4336464,Coronary artery bypass graft,1988,2,1,1 -4336464,Coronary artery bypass graft,1988,7,1,1 -4336464,Coronary artery bypass graft,1989,3,2,1 -4336464,Coronary artery bypass graft,1989,8,1,1 -4336464,Coronary artery bypass graft,1989,11,2,1 -4336464,Coronary artery bypass graft,1990,1,1,1 -4336464,Coronary artery bypass graft,1990,6,1,1 -4336464,Coronary artery bypass graft,1990,8,1,1 -4336464,Coronary artery bypass graft,1990,10,1,1 -4336464,Coronary artery bypass graft,1990,12,2,1 -4336464,Coronary artery bypass graft,1991,2,1,1 -4336464,Coronary artery bypass graft,1991,9,1,1 -4336464,Coronary artery bypass graft,1991,10,1,1 -4336464,Coronary artery bypass graft,1991,11,1,1 -4336464,Coronary artery bypass graft,1991,12,2,1 -4336464,Coronary artery bypass graft,1992,7,1,1 -4336464,Coronary artery bypass graft,1993,4,1,1 -4336464,Coronary artery bypass graft,1993,7,3,1 -4336464,Coronary artery bypass graft,1993,8,1,2 -4336464,Coronary artery bypass graft,1993,9,1,1 -4336464,Coronary artery bypass graft,1993,10,1,1 -4336464,Coronary artery bypass graft,1993,11,1,1 -4336464,Coronary artery bypass graft,1994,4,1,1 -4336464,Coronary artery bypass graft,1994,6,1,1 -4336464,Coronary artery bypass graft,1994,7,1,1 -4336464,Coronary artery bypass graft,1994,8,1,1 -4336464,Coronary artery bypass graft,1994,9,1,1 -4336464,Coronary artery bypass graft,1994,10,1,1 -4336464,Coronary artery bypass graft,1994,12,3,1 -4336464,Coronary artery bypass graft,1995,5,1,1 -4336464,Coronary artery bypass graft,1996,7,1,1 -4336464,Coronary artery bypass graft,1996,8,3,1 -4336464,Coronary artery bypass graft,1996,9,1,1 -4336464,Coronary artery bypass graft,1996,10,1,1 -4336464,Coronary artery bypass graft,1996,12,2,1 -4336464,Coronary artery bypass graft,1997,2,3,1.3333333333333333 -4336464,Coronary artery bypass graft,1997,5,2,1 -4336464,Coronary artery bypass graft,1997,7,1,1 -4336464,Coronary artery bypass graft,1997,9,2,1 -4336464,Coronary artery bypass graft,1998,1,1,1 -4336464,Coronary artery bypass graft,1998,3,2,1 -4336464,Coronary artery bypass graft,1998,4,1,1 -4336464,Coronary artery bypass graft,1998,5,1,1 -4336464,Coronary artery bypass graft,1998,7,1,1 -4336464,Coronary artery bypass graft,1998,9,2,1 -4336464,Coronary artery bypass graft,1998,10,1,1 -4336464,Coronary artery bypass graft,1998,11,1,1 -4336464,Coronary artery bypass graft,1999,1,2,1 -4336464,Coronary artery bypass graft,1999,5,2,1 -4336464,Coronary artery bypass graft,1999,6,1,1 -4336464,Coronary artery bypass graft,1999,8,1,1 -4336464,Coronary artery bypass graft,1999,12,3,1 -4336464,Coronary artery bypass graft,2000,4,1,1 -4336464,Coronary artery bypass graft,2000,6,1,1 -4336464,Coronary artery bypass graft,2000,7,1,1 -4336464,Coronary artery bypass graft,2000,10,1,1 -4336464,Coronary artery bypass graft,2000,11,2,1 -4336464,Coronary artery bypass graft,2001,1,1,1 -4336464,Coronary artery bypass graft,2001,2,1,1 -4336464,Coronary artery bypass graft,2001,4,2,1 -4336464,Coronary artery bypass graft,2001,5,2,1 -4336464,Coronary artery bypass graft,2001,7,1,1 -4336464,Coronary artery bypass graft,2001,8,1,1 -4336464,Coronary artery bypass graft,2001,9,1,1 -4336464,Coronary artery bypass graft,2001,10,1,1 -4336464,Coronary artery bypass graft,2002,1,1,1 -4336464,Coronary artery bypass graft,2002,3,1,1 -4336464,Coronary artery bypass graft,2002,4,1,1 -4336464,Coronary artery bypass graft,2002,5,1,1 -4336464,Coronary artery bypass graft,2002,7,4,1 -4336464,Coronary artery bypass graft,2002,8,1,1 -4336464,Coronary artery bypass graft,2002,10,2,1 -4336464,Coronary artery bypass graft,2002,12,1,1 -4336464,Coronary artery bypass graft,2003,2,2,1 -4336464,Coronary artery bypass graft,2003,3,1,1 -4336464,Coronary artery bypass graft,2003,5,1,1 -4336464,Coronary artery bypass graft,2003,6,1,1 -4336464,Coronary artery bypass graft,2003,7,1,1 -4336464,Coronary artery bypass graft,2003,9,1,1 -4336464,Coronary artery bypass graft,2003,10,2,1 -4336464,Coronary artery bypass graft,2003,11,1,1 -4336464,Coronary artery bypass graft,2003,12,1,1 -4336464,Coronary artery bypass graft,2004,1,2,1 -4336464,Coronary artery bypass graft,2004,2,3,1 -4336464,Coronary artery bypass graft,2004,3,2,1 -4336464,Coronary artery bypass graft,2004,4,1,1 -4336464,Coronary artery bypass graft,2004,5,1,1 -4336464,Coronary artery bypass graft,2004,6,1,1 -4336464,Coronary artery bypass graft,2004,7,1,1 -4336464,Coronary artery bypass graft,2004,8,2,1 -4336464,Coronary artery bypass graft,2004,10,2,1 -4336464,Coronary artery bypass graft,2004,12,1,1 -4336464,Coronary artery bypass graft,2005,2,1,1 -4336464,Coronary artery bypass graft,2005,3,1,1 -4336464,Coronary artery bypass graft,2005,4,5,1 -4336464,Coronary artery bypass graft,2005,6,2,1 -4336464,Coronary artery bypass graft,2005,8,2,1 -4336464,Coronary artery bypass graft,2005,9,1,1 -4336464,Coronary artery bypass graft,2005,10,1,1 -4336464,Coronary artery bypass graft,2005,11,2,1 -4336464,Coronary artery bypass graft,2006,1,1,1 -4336464,Coronary artery bypass graft,2006,2,2,1 -4336464,Coronary artery bypass graft,2006,4,1,1 -4336464,Coronary artery bypass graft,2006,5,1,1 -4336464,Coronary artery bypass graft,2006,6,2,1 -4336464,Coronary artery bypass graft,2006,8,2,1 -4336464,Coronary artery bypass graft,2006,10,4,1 -4336464,Coronary artery bypass graft,2007,1,3,1 -4336464,Coronary artery bypass graft,2007,2,2,1 -4336464,Coronary artery bypass graft,2007,3,1,1 -4336464,Coronary artery bypass graft,2007,5,1,1 -4336464,Coronary artery bypass graft,2007,6,2,1 -4336464,Coronary artery bypass graft,2007,7,2,1 -4336464,Coronary artery bypass graft,2007,11,2,1 -4336464,Coronary artery bypass graft,2007,12,1,1 -4336464,Coronary artery bypass graft,2008,1,1,1 -4336464,Coronary artery bypass graft,2008,2,2,1 -4336464,Coronary artery bypass graft,2008,3,1,1 -4336464,Coronary artery bypass graft,2008,6,2,1 -4336464,Coronary artery bypass graft,2008,8,2,1 -4336464,Coronary artery bypass graft,2008,9,1,1 -4336464,Coronary artery bypass graft,2008,10,2,1 -4336464,Coronary artery bypass graft,2009,3,1,1 -4336464,Coronary artery bypass graft,2009,4,1,1 -4336464,Coronary artery bypass graft,2009,5,1,1 -4336464,Coronary artery bypass graft,2009,6,1,1 -4336464,Coronary artery bypass graft,2009,7,1,1 -4336464,Coronary artery bypass graft,2009,8,1,1 -4336464,Coronary artery bypass graft,2009,9,2,1 -4336464,Coronary artery bypass graft,2009,10,1,1 -4336464,Coronary artery bypass graft,2010,3,2,1 -4336464,Coronary artery bypass graft,2010,6,2,1 -4336464,Coronary artery bypass graft,2010,8,2,1 -4336464,Coronary artery bypass graft,2010,9,2,1 -4336464,Coronary artery bypass graft,2010,10,1,1 -4336464,Coronary artery bypass graft,2010,12,2,1 -4336464,Coronary artery bypass graft,2011,5,2,1 -4336464,Coronary artery bypass graft,2011,6,1,1 -4336464,Coronary artery bypass graft,2011,7,1,1 -4336464,Coronary artery bypass graft,2011,8,1,1 -4336464,Coronary artery bypass graft,2011,9,2,1 -4336464,Coronary artery bypass graft,2011,12,1,1 -4336464,Coronary artery bypass graft,2012,1,2,1 -4336464,Coronary artery bypass graft,2012,3,1,1 -4336464,Coronary artery bypass graft,2012,5,1,1 -4336464,Coronary artery bypass graft,2012,6,1,1 -4336464,Coronary artery bypass graft,2012,7,1,1 -4336464,Coronary artery bypass graft,2012,9,3,1 -4336464,Coronary artery bypass graft,2012,10,2,1 -4336464,Coronary artery bypass graft,2013,4,1,1 -4336464,Coronary artery bypass graft,2013,6,2,1 -4336464,Coronary artery bypass graft,2013,7,2,1 -4336464,Coronary artery bypass graft,2013,9,2,1 -4336464,Coronary artery bypass graft,2013,10,1,1 -4336464,Coronary artery bypass graft,2013,11,1,1 -4336464,Coronary artery bypass graft,2014,1,1,1 -4336464,Coronary artery bypass graft,2014,2,2,1 -4336464,Coronary artery bypass graft,2014,4,2,1 -4336464,Coronary artery bypass graft,2014,5,2,1 -4336464,Coronary artery bypass graft,2014,10,1,1 -4336464,Coronary artery bypass graft,2014,12,1,1 -4336464,Coronary artery bypass graft,2015,1,2,1 -4336464,Coronary artery bypass graft,2015,2,1,1 -4336464,Coronary artery bypass graft,2015,4,1,1 -4336464,Coronary artery bypass graft,2015,5,2,1 -4336464,Coronary artery bypass graft,2015,6,1,1 -4336464,Coronary artery bypass graft,2015,8,3,1 -4336464,Coronary artery bypass graft,2015,9,1,1 -4336464,Coronary artery bypass graft,2016,4,2,1 -4336464,Coronary artery bypass graft,2016,5,4,1 -4336464,Coronary artery bypass graft,2016,7,2,1 -4336464,Coronary artery bypass graft,2016,8,3,1 -4336464,Coronary artery bypass graft,2016,9,2,1 -4336464,Coronary artery bypass graft,2016,10,3,1 -4336464,Coronary artery bypass graft,2016,11,1,1 -4336464,Coronary artery bypass graft,2016,12,4,1 -4336464,Coronary artery bypass graft,2017,1,1,1 -4336464,Coronary artery bypass graft,2017,2,1,1 -4336464,Coronary artery bypass graft,2017,5,1,1 -4336464,Coronary artery bypass graft,2017,8,4,1 -4336464,Coronary artery bypass graft,2017,9,3,1 -4336464,Coronary artery bypass graft,2017,10,1,1 -4336464,Coronary artery bypass graft,2017,12,4,1 -4336464,Coronary artery bypass graft,2018,2,1,1 -4336464,Coronary artery bypass graft,2018,3,3,1 -4336464,Coronary artery bypass graft,2018,4,1,1 -4336464,Coronary artery bypass graft,2018,5,1,2 -4336464,Coronary artery bypass graft,2018,6,3,1 -4336464,Coronary artery bypass graft,2018,7,4,1.25 -4336464,Coronary artery bypass graft,2018,8,2,1 -4336464,Coronary artery bypass graft,2018,9,1,2 -4336464,Coronary artery bypass graft,2018,11,2,1 -4336464,Coronary artery bypass graft,2018,12,1,1 -4336464,Coronary artery bypass graft,2019,1,1,1 -4336464,Coronary artery bypass graft,2019,3,2,1 -4336464,Coronary artery bypass graft,2019,4,1,1 -4336464,Coronary artery bypass graft,2019,5,2,1 -4336464,Coronary artery bypass graft,2019,6,2,1 -4336464,Coronary artery bypass graft,2019,7,2,1 -4336464,Coronary artery bypass graft,2019,8,2,1 -4336464,Coronary artery bypass graft,2019,9,1,1 -4336464,Coronary artery bypass graft,2019,10,3,1 -4336464,Coronary artery bypass graft,2019,11,1,1 -4336464,Coronary artery bypass graft,2019,12,4,1 -4336464,Coronary artery bypass graft,2020,1,3,1.3333333333333333 -4336464,Coronary artery bypass graft,2020,3,1,1 -4336464,Coronary artery bypass graft,2020,4,3,1 -4336464,Coronary artery bypass graft,2020,7,3,1 -4336464,Coronary artery bypass graft,2020,8,2,1 -4336464,Coronary artery bypass graft,2020,9,1,1 -4336464,Coronary artery bypass graft,2020,11,2,1 -4336464,Coronary artery bypass graft,2020,12,2,1 -4336464,Coronary artery bypass graft,2021,1,2,1 -4336464,Coronary artery bypass graft,2021,4,2,1 -4336464,Coronary artery bypass graft,2021,6,2,1 -4336464,Coronary artery bypass graft,2021,7,2,1 -4336464,Coronary artery bypass graft,2021,8,3,1 -4336464,Coronary artery bypass graft,2021,9,3,1 -4336464,Coronary artery bypass graft,2021,10,2,1 -4336464,Coronary artery bypass graft,2021,11,4,1 -4336464,Coronary artery bypass graft,2021,12,1,1 -4336464,Coronary artery bypass graft,2022,2,2,1 -4336464,Coronary artery bypass graft,2022,3,1,1 -4336464,Coronary artery bypass graft,2022,4,3,1 -4336464,Coronary artery bypass graft,2022,5,1,1 -4336464,Coronary artery bypass graft,2022,6,1,1 -4336464,Coronary artery bypass graft,2022,7,2,1 -4336464,Coronary artery bypass graft,2022,8,2,1 -4336464,Coronary artery bypass graft,2022,9,1,1 -4336464,Coronary artery bypass graft,2022,10,2,1 -4336464,Coronary artery bypass graft,2022,11,1,1 -4336464,Coronary artery bypass graft,2022,12,2,1 -4336464,Coronary artery bypass graft,2023,1,3,1 -4336464,Coronary artery bypass graft,2023,2,2,1 -4336464,Coronary artery bypass graft,2023,4,2,1 -4336464,Coronary artery bypass graft,2023,5,1,1 -4353713,Positive end expiratory pressure,2018,1,1,1 -4353713,Positive end expiratory pressure,2019,2,1,1 -4353713,Positive end expiratory pressure,2021,7,1,1 -4353717,Ventilator delivered minute volume,2016,10,1,1 -4353717,Ventilator delivered minute volume,2021,5,1,1 -4353717,Ventilator delivered minute volume,2022,12,1,1 -4353843,Invasive systolic arterial pressure,2002,3,1,1 -4353843,Invasive systolic arterial pressure,2015,9,1,1 -4353843,Invasive systolic arterial pressure,2021,9,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4128111,T - Tumor stage,2020,11,1,1 4353843,Invasive systolic arterial pressure,2021,10,1,1 +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 4353843,Invasive systolic arterial pressure,2021,12,1,1 -4353843,Invasive systolic arterial pressure,2023,4,1,1 -4354252,Non-invasive systolic arterial pressure,2018,1,1,1 -4354252,Non-invasive systolic arterial pressure,2019,8,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 4354252,Non-invasive systolic arterial pressure,2020,8,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 +4128111,T - Tumor stage,2020,12,1,1 4354252,Non-invasive systolic arterial pressure,2021,2,1,1 -4354252,Non-invasive systolic arterial pressure,2021,6,1,1 -4354252,Non-invasive systolic arterial pressure,2021,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1970,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1970,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1971,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1974,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1975,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1975,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1977,5,2,4 -19018935,digoxin 0.125 MG Oral Tablet,1977,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1977,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1978,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1979,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1979,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1980,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1980,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1981,3,1,5 -19018935,digoxin 0.125 MG Oral Tablet,1981,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1981,7,1,4 -19018935,digoxin 0.125 MG Oral Tablet,1981,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1982,6,1,11 -19018935,digoxin 0.125 MG Oral Tablet,1982,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1982,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1983,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1983,7,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1983,12,2,15 -19018935,digoxin 0.125 MG Oral Tablet,1984,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1984,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1984,11,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1984,12,1,17 -19018935,digoxin 0.125 MG Oral Tablet,1985,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1985,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1985,5,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1985,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1986,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1986,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1986,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1986,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1987,1,2,3 -19018935,digoxin 0.125 MG Oral Tablet,1987,5,3,3 -19018935,digoxin 0.125 MG Oral Tablet,1987,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1987,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1988,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1988,6,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,4,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1989,6,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1989,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1989,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1990,1,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,1990,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1990,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1990,12,2,4 -19018935,digoxin 0.125 MG Oral Tablet,1991,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1991,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,4,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1991,5,1,15 -19018935,digoxin 0.125 MG Oral Tablet,1991,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1991,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1991,8,4,2.75 -19018935,digoxin 0.125 MG Oral Tablet,1991,10,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1992,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1992,3,1,4 -19018935,digoxin 0.125 MG Oral Tablet,1992,7,1,3 -19018935,digoxin 0.125 MG Oral Tablet,1992,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1992,9,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1992,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1993,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,6,1,6 -19018935,digoxin 0.125 MG Oral Tablet,1993,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1993,10,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1993,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1994,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1994,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1994,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1994,12,2,5 -19018935,digoxin 0.125 MG Oral Tablet,1995,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,7,1,5 -19018935,digoxin 0.125 MG Oral Tablet,1995,9,2,1 -19018935,digoxin 0.125 MG Oral Tablet,1995,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1995,12,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1996,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1996,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1996,10,3,2.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,1996,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,1,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,1997,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,1997,9,5,2 -19018935,digoxin 0.125 MG Oral Tablet,1997,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,2,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,1998,3,2,5 -19018935,digoxin 0.125 MG Oral Tablet,1998,4,2,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,1998,8,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,1998,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1998,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1998,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1999,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,5,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,1999,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,1999,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,1999,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,1999,11,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,1,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,2,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2000,3,5,1.6 -19018935,digoxin 0.125 MG Oral Tablet,2000,6,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2000,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2000,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2000,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2000,11,3,1 -19018935,digoxin 0.125 MG Oral Tablet,2000,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2001,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,4,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2001,6,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2001,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2001,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2001,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2002,1,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,3,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,5,3,4.666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,6,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2002,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2002,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2002,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2003,1,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,2,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2003,5,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2003,6,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2003,8,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,9,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2003,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,1,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2004,2,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2004,3,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2004,5,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2004,7,3,4.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2004,8,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2004,10,2,3.5 -19018935,digoxin 0.125 MG Oral Tablet,2004,11,2,4 -19018935,digoxin 0.125 MG Oral Tablet,2004,12,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2005,1,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2005,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,3,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2005,4,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2005,6,1,25 -19018935,digoxin 0.125 MG Oral Tablet,2005,7,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2005,9,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2005,10,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2005,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,1,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2006,2,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,4,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,7,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,8,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,9,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2006,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2006,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2006,12,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2007,4,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2007,6,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2007,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2007,10,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2007,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2008,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,3,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2008,5,3,2.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2008,6,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2008,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2008,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2008,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2008,10,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2008,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,1,5,1.8 -19018935,digoxin 0.125 MG Oral Tablet,2009,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,3,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2009,4,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2009,5,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,6,2,9.5 -19018935,digoxin 0.125 MG Oral Tablet,2009,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2009,8,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2009,9,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2009,10,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2009,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2009,12,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2010,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,2,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2010,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,4,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,5,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2010,7,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,9,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2010,10,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2010,11,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,1,6,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,3,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,4,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2011,6,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,7,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2011,8,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2011,9,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2011,10,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2011,11,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2011,12,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2012,1,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2012,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,4,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2012,5,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,6,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2012,7,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2012,9,5,1.2 -19018935,digoxin 0.125 MG Oral Tablet,2012,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,11,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2012,12,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,3,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,7,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2013,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2013,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,10,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2013,11,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2013,12,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,1,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,2,4,9 -19018935,digoxin 0.125 MG Oral Tablet,2014,3,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2014,4,2,19 -19018935,digoxin 0.125 MG Oral Tablet,2014,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2014,6,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2014,7,6,2.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2014,8,6,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2014,10,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2014,11,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2014,12,4,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,1,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,2,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,3,6,6.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,4,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,5,5,3.8 -19018935,digoxin 0.125 MG Oral Tablet,2015,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,7,4,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,8,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2015,9,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2015,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2015,11,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2015,12,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2016,1,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2016,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2016,3,1,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,4,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,5,6,3 -19018935,digoxin 0.125 MG Oral Tablet,2016,6,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2016,7,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2016,8,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2016,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2016,10,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2016,12,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,1,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2017,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,3,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2017,4,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,5,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2017,6,5,3 -19018935,digoxin 0.125 MG Oral Tablet,2017,8,4,2.25 -19018935,digoxin 0.125 MG Oral Tablet,2017,9,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2017,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2017,11,3,4.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2017,12,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2018,2,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2018,3,5,2.2 -19018935,digoxin 0.125 MG Oral Tablet,2018,4,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2018,5,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,6,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,7,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2018,8,7,4.428571428571429 -19018935,digoxin 0.125 MG Oral Tablet,2018,9,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2018,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2018,11,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2018,12,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2019,1,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2019,2,2,2 -19018935,digoxin 0.125 MG Oral Tablet,2019,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2019,4,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2019,5,4,4.25 -19018935,digoxin 0.125 MG Oral Tablet,2019,6,3,2.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2019,7,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2019,8,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2019,9,3,10 -19018935,digoxin 0.125 MG Oral Tablet,2019,10,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2019,11,2,1 -19018935,digoxin 0.125 MG Oral Tablet,2019,12,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,1,6,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2020,2,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2020,3,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,4,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2020,5,3,3.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2020,6,5,2.8 -19018935,digoxin 0.125 MG Oral Tablet,2020,7,2,3 -19018935,digoxin 0.125 MG Oral Tablet,2020,8,7,2.142857142857143 -19018935,digoxin 0.125 MG Oral Tablet,2020,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2020,10,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2020,11,5,2 -19018935,digoxin 0.125 MG Oral Tablet,2020,12,5,2.6 -19018935,digoxin 0.125 MG Oral Tablet,2021,1,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,2,1,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,3,3,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,4,3,2.6666666666666665 -19018935,digoxin 0.125 MG Oral Tablet,2021,5,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2021,6,1,5 -19018935,digoxin 0.125 MG Oral Tablet,2021,7,6,5.833333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2021,8,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2021,9,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2021,10,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2021,11,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2021,12,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2022,1,4,1.25 -19018935,digoxin 0.125 MG Oral Tablet,2022,2,8,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,3,4,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,4,7,1.8571428571428568 -19018935,digoxin 0.125 MG Oral Tablet,2022,5,7,1.7142857142857142 -19018935,digoxin 0.125 MG Oral Tablet,2022,6,3,2.333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2022,7,5,3.4 -19018935,digoxin 0.125 MG Oral Tablet,2022,8,4,2 -19018935,digoxin 0.125 MG Oral Tablet,2022,9,2,1.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,10,6,2 -19018935,digoxin 0.125 MG Oral Tablet,2022,11,2,2.5 -19018935,digoxin 0.125 MG Oral Tablet,2022,12,4,1.75 -19018935,digoxin 0.125 MG Oral Tablet,2023,1,1,1 -19018935,digoxin 0.125 MG Oral Tablet,2023,2,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2023,3,3,1.3333333333333333 -19018935,digoxin 0.125 MG Oral Tablet,2023,4,4,2.75 -19018935,digoxin 0.125 MG Oral Tablet,2023,5,3,1.6666666666666667 -19018935,digoxin 0.125 MG Oral Tablet,2023,6,2,2 -19075601,clopidogrel 75 MG Oral Tablet,1997,1,22,2.227272727272727 -19075601,clopidogrel 75 MG Oral Tablet,1997,2,21,2.238095238095238 -19075601,clopidogrel 75 MG Oral Tablet,1997,3,17,1.8823529411764703 -19075601,clopidogrel 75 MG Oral Tablet,1997,4,24,2.1666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,1997,5,19,1.736842105263158 -19075601,clopidogrel 75 MG Oral Tablet,1997,6,20,1.95 -19075601,clopidogrel 75 MG Oral Tablet,1997,7,31,2.4838709677419355 -19075601,clopidogrel 75 MG Oral Tablet,1997,8,18,2 -19075601,clopidogrel 75 MG Oral Tablet,1997,9,30,1.8666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1997,10,27,1.5925925925925926 -19075601,clopidogrel 75 MG Oral Tablet,1997,11,25,2.16 -19075601,clopidogrel 75 MG Oral Tablet,1997,12,18,2 -19075601,clopidogrel 75 MG Oral Tablet,1998,1,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,1998,2,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1998,3,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,1998,4,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1998,5,2,1 -19075601,clopidogrel 75 MG Oral Tablet,1998,6,3,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1998,7,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1998,8,5,2.2 -19075601,clopidogrel 75 MG Oral Tablet,1998,9,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,1998,10,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,1998,11,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1998,12,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,1999,1,7,6 -19075601,clopidogrel 75 MG Oral Tablet,1999,2,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1999,3,3,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1999,4,2,4 -19075601,clopidogrel 75 MG Oral Tablet,1999,5,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,1999,6,7,3 -19075601,clopidogrel 75 MG Oral Tablet,1999,7,1,2 -19075601,clopidogrel 75 MG Oral Tablet,1999,8,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,1999,9,3,2.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,1999,10,4,9 -19075601,clopidogrel 75 MG Oral Tablet,1999,11,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,1999,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2000,1,4,3.25 -19075601,clopidogrel 75 MG Oral Tablet,2000,3,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2000,4,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2000,5,3,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2000,6,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2000,7,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2000,8,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2000,9,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2000,10,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2000,11,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2000,12,6,4.666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2001,1,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2001,2,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2001,3,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2001,4,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2001,5,6,2.1666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2001,6,3,3.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2001,7,7,2.142857142857143 -19075601,clopidogrel 75 MG Oral Tablet,2001,8,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2001,9,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2001,10,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2001,11,4,7.25 -19075601,clopidogrel 75 MG Oral Tablet,2001,12,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2002,1,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,3,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2002,4,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2002,5,7,1.8571428571428568 -19075601,clopidogrel 75 MG Oral Tablet,2002,6,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2002,7,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2002,8,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,9,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,10,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2002,11,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2002,12,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2003,1,4,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,2,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2003,3,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,4,3,3.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2003,5,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2003,6,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2003,7,6,2.6666666666666665 -19075601,clopidogrel 75 MG Oral Tablet,2003,8,2,3 -19075601,clopidogrel 75 MG Oral Tablet,2003,9,7,1.2857142857142858 -19075601,clopidogrel 75 MG Oral Tablet,2003,10,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2003,11,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2003,12,6,2 -19075601,clopidogrel 75 MG Oral Tablet,2004,1,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2004,2,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2004,3,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2004,4,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2004,5,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2004,6,7,2.2857142857142856 -19075601,clopidogrel 75 MG Oral Tablet,2004,7,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2004,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2004,9,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2004,10,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2004,11,3,3.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2004,12,4,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,2,10,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2005,3,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2005,4,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,5,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2005,6,9,2 -19075601,clopidogrel 75 MG Oral Tablet,2005,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2005,9,5,2.4 -19075601,clopidogrel 75 MG Oral Tablet,2005,10,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2005,11,8,1.875 -19075601,clopidogrel 75 MG Oral Tablet,2005,12,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2006,1,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2006,2,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2006,3,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,4,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2006,5,7,1.7142857142857142 -19075601,clopidogrel 75 MG Oral Tablet,2006,6,8,4.75 -19075601,clopidogrel 75 MG Oral Tablet,2006,7,3,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,8,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2006,9,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,10,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2006,11,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2006,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2007,1,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2007,2,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2007,3,8,2.625 -19075601,clopidogrel 75 MG Oral Tablet,2007,4,8,2.875 -19075601,clopidogrel 75 MG Oral Tablet,2007,5,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2007,6,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2007,7,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2007,8,5,2.8 -19075601,clopidogrel 75 MG Oral Tablet,2007,9,7,4.142857142857143 -19075601,clopidogrel 75 MG Oral Tablet,2007,10,1,2 -19075601,clopidogrel 75 MG Oral Tablet,2007,11,5,4.4 -19075601,clopidogrel 75 MG Oral Tablet,2007,12,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2008,1,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2008,2,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2008,3,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2008,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2008,5,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2008,6,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2008,7,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2008,8,6,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2008,9,6,2 -19075601,clopidogrel 75 MG Oral Tablet,2008,10,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2008,11,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2008,12,1,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,1,3,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2009,2,4,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,3,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2009,4,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2009,5,3,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2009,6,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2009,7,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2009,8,4,2 -19075601,clopidogrel 75 MG Oral Tablet,2009,9,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2009,10,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2009,11,2,3.5 -19075601,clopidogrel 75 MG Oral Tablet,2009,12,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2010,2,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2010,3,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2010,4,2,2 -19075601,clopidogrel 75 MG Oral Tablet,2010,5,2,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2010,6,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2010,7,5,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2010,8,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2010,9,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2010,10,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2010,11,5,2.6 -19075601,clopidogrel 75 MG Oral Tablet,2010,12,9,1.2222222222222223 -19075601,clopidogrel 75 MG Oral Tablet,2011,1,9,1.1111111111111112 -19075601,clopidogrel 75 MG Oral Tablet,2011,2,2,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,3,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2011,4,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,5,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2011,6,3,1 -19075601,clopidogrel 75 MG Oral Tablet,2011,7,11,1.7272727272727273 -19075601,clopidogrel 75 MG Oral Tablet,2011,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2011,9,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2011,10,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2011,11,3,3 -19075601,clopidogrel 75 MG Oral Tablet,2011,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2012,1,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,2,2,6 -19075601,clopidogrel 75 MG Oral Tablet,2012,3,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2012,5,5,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2012,6,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2012,7,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2012,8,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2012,9,8,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2012,10,7,1.2857142857142858 -19075601,clopidogrel 75 MG Oral Tablet,2012,11,5,5.8 -19075601,clopidogrel 75 MG Oral Tablet,2012,12,6,1.8333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2013,1,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2013,2,2,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2013,3,10,2 -19075601,clopidogrel 75 MG Oral Tablet,2013,4,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2013,5,4,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2013,6,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2013,7,7,1.1428571428571428 -19075601,clopidogrel 75 MG Oral Tablet,2013,8,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2013,9,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2013,10,6,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2013,11,6,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2013,12,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2014,1,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2014,2,4,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2014,3,4,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2014,4,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2014,5,10,1.4 -19075601,clopidogrel 75 MG Oral Tablet,2014,6,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2014,7,4,1 -19075601,clopidogrel 75 MG Oral Tablet,2014,8,4,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2014,9,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2014,10,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2014,11,10,2.1 -19075601,clopidogrel 75 MG Oral Tablet,2014,12,5,3.2 -19075601,clopidogrel 75 MG Oral Tablet,2015,1,10,1.7 -19075601,clopidogrel 75 MG Oral Tablet,2015,2,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,3,12,1.5833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,4,12,4.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2015,5,12,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2015,6,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2015,7,11,1.3636363636363635 -19075601,clopidogrel 75 MG Oral Tablet,2015,8,13,1.6153846153846154 -19075601,clopidogrel 75 MG Oral Tablet,2015,9,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2015,10,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2015,11,10,2.4 -19075601,clopidogrel 75 MG Oral Tablet,2015,12,5,1 -19075601,clopidogrel 75 MG Oral Tablet,2016,1,6,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2016,2,10,1.3 -19075601,clopidogrel 75 MG Oral Tablet,2016,3,5,2 -19075601,clopidogrel 75 MG Oral Tablet,2016,4,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2016,5,11,1.2727272727272727 -19075601,clopidogrel 75 MG Oral Tablet,2016,6,6,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2016,7,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2016,8,9,1.4444444444444444 -19075601,clopidogrel 75 MG Oral Tablet,2016,9,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2016,10,11,1.181818181818182 -19075601,clopidogrel 75 MG Oral Tablet,2016,11,8,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2016,12,10,1.3 -19075601,clopidogrel 75 MG Oral Tablet,2017,1,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,2017,2,5,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2017,3,7,2.571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2017,4,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2017,5,6,1 -19075601,clopidogrel 75 MG Oral Tablet,2017,6,9,1.2222222222222223 -19075601,clopidogrel 75 MG Oral Tablet,2017,7,9,1.6666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2017,8,13,1.4615384615384617 -19075601,clopidogrel 75 MG Oral Tablet,2017,9,12,1.0833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2017,10,7,1.8571428571428568 -19075601,clopidogrel 75 MG Oral Tablet,2017,11,11,1.6363636363636365 -19075601,clopidogrel 75 MG Oral Tablet,2017,12,13,1.3076923076923077 -19075601,clopidogrel 75 MG Oral Tablet,2018,1,13,1.8461538461538465 -19075601,clopidogrel 75 MG Oral Tablet,2018,2,9,2.111111111111111 -19075601,clopidogrel 75 MG Oral Tablet,2018,3,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2018,4,11,2.363636363636364 -19075601,clopidogrel 75 MG Oral Tablet,2018,5,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2018,6,11,1.181818181818182 -19075601,clopidogrel 75 MG Oral Tablet,2018,7,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2018,8,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2018,9,16,1.625 -19075601,clopidogrel 75 MG Oral Tablet,2018,10,8,1.375 -19075601,clopidogrel 75 MG Oral Tablet,2018,11,13,1.4615384615384617 -19075601,clopidogrel 75 MG Oral Tablet,2018,12,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2019,1,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2019,2,12,1.5833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2019,3,12,2.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,4,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2019,5,12,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2019,6,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2019,7,19,1.263157894736842 -19075601,clopidogrel 75 MG Oral Tablet,2019,8,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,9,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2019,10,17,1.411764705882353 -19075601,clopidogrel 75 MG Oral Tablet,2019,11,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2019,12,17,1.4705882352941178 -19075601,clopidogrel 75 MG Oral Tablet,2020,1,9,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2020,2,11,2 -19075601,clopidogrel 75 MG Oral Tablet,2020,3,8,2.25 -19075601,clopidogrel 75 MG Oral Tablet,2020,4,10,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2020,5,8,1.75 -19075601,clopidogrel 75 MG Oral Tablet,2020,6,8,3 -19075601,clopidogrel 75 MG Oral Tablet,2020,7,12,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2020,8,13,1.4615384615384617 -19075601,clopidogrel 75 MG Oral Tablet,2020,9,12,1.4166666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2020,10,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2020,11,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2020,12,7,1.8571428571428568 -19075601,clopidogrel 75 MG Oral Tablet,2021,1,11,1.5454545454545454 -19075601,clopidogrel 75 MG Oral Tablet,2021,2,7,1.4285714285714286 -19075601,clopidogrel 75 MG Oral Tablet,2021,3,12,2.333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2021,4,5,1.2 -19075601,clopidogrel 75 MG Oral Tablet,2021,5,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2021,6,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2021,7,7,1 -19075601,clopidogrel 75 MG Oral Tablet,2021,8,14,1.0714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2021,9,7,1 -19075601,clopidogrel 75 MG Oral Tablet,2021,10,8,1.25 -19075601,clopidogrel 75 MG Oral Tablet,2021,11,10,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2021,12,10,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2022,1,1,1 -19075601,clopidogrel 75 MG Oral Tablet,2022,2,15,1.6 -19075601,clopidogrel 75 MG Oral Tablet,2022,3,15,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2022,4,13,1.2307692307692308 -19075601,clopidogrel 75 MG Oral Tablet,2022,5,12,1.0833333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2022,6,13,1.5384615384615383 -19075601,clopidogrel 75 MG Oral Tablet,2022,7,10,1.1 -19075601,clopidogrel 75 MG Oral Tablet,2022,8,14,1.3571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2022,9,7,1.5714285714285714 -19075601,clopidogrel 75 MG Oral Tablet,2022,10,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2022,11,11,1.818181818181818 -19075601,clopidogrel 75 MG Oral Tablet,2022,12,12,1.1666666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2023,1,15,1.8 -19075601,clopidogrel 75 MG Oral Tablet,2023,2,6,1.5 -19075601,clopidogrel 75 MG Oral Tablet,2023,3,7,2.571428571428572 -19075601,clopidogrel 75 MG Oral Tablet,2023,4,18,1.3333333333333333 -19075601,clopidogrel 75 MG Oral Tablet,2023,5,12,1.4166666666666667 -19075601,clopidogrel 75 MG Oral Tablet,2023,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1933,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1934,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1935,11,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1939,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1940,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1941,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1942,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,3,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,4,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1943,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1944,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1945,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1946,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1947,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1948,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1950,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1951,10,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1952,12,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1953,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,9,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1954,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1955,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1956,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1957,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,6,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1958,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1959,6,2,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1960,12,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1961,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1962,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,5,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,7,1,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1963,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1964,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1965,9,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1966,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1967,11,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,8,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1968,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,6,3,3.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,8,2,14 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1969,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,5,3,2.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1970,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,4,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,9,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1971,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1972,10,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1973,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,9,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1974,10,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,2,1,24 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1975,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1976,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,3,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1977,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,6,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1978,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,8,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1979,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,2,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,4,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,5,2,8.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1980,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,1,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,3,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1981,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,4,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,10,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1982,12,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,1,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,3,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,6,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1983,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1984,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,2,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,4,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,7,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1985,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,1,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,7,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1986,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,4,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,5,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,6,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1987,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,3,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,5,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,11,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1988,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,3,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,4,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,7,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,8,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,10,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,11,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1989,12,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,1,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,3,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,5,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,6,5,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,7,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,8,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1990,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,3,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,6,3,3.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,7,5,2.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,9,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,10,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1991,12,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,1,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,3,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,5,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,6,4,2.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,7,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,8,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,11,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1992,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,1,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,2,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,3,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,4,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,5,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,6,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,7,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1993,11,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,1,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,2,3,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,4,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,6,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,8,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,9,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,10,3,2.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,11,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1994,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,1,3,3.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,2,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,4,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,6,4,4.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,7,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,8,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,11,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1995,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,4,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,5,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,9,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,10,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,11,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1996,12,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,1,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,2,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,3,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,4,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,5,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,6,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,7,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,9,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,10,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1997,12,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,1,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,3,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,4,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,5,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,6,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,8,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,10,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,11,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1998,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,1,6,6.833333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,2,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,4,1,7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,5,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,6,3,5.666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,7,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,9,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,10,3,11.666666666666666 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,1999,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,1,4,3.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,3,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,4,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,5,1,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,6,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,7,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,9,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,10,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,11,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2000,12,4,6.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,1,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,2,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,3,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,4,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,5,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,6,3,3.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,7,6,2.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,9,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,10,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,11,3,9.333333333333334 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2001,12,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,1,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,3,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,4,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,5,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,6,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,7,10,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,8,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,9,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2002,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,1,3,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,2,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,3,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,4,2,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,5,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,7,4,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,8,1,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,9,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,10,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,11,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2003,12,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,1,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,2,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,3,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,5,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,6,7,2.142857142857143 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,7,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,8,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,9,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,10,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,11,3,3.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2004,12,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,2,9,1.8888888888888888 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,3,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,4,8,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,5,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,6,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,8,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,9,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2005,11,8,1.875 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,1,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,2,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,3,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,4,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,5,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,6,6,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,7,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,9,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,10,5,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,11,1,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2006,12,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,1,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,2,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,3,6,2.833333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,4,7,3.142857142857143 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,5,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,6,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,7,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,8,5,2.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,9,4,5.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,10,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,11,5,4.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2007,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,1,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,2,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,3,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,4,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,5,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,6,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,7,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,8,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,9,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,10,8,1.625 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,11,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2008,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,2,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,3,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,4,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,6,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,7,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,8,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,9,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,10,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,11,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2009,12,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,2,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,3,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,5,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,6,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,7,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,8,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,9,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,10,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,11,4,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2010,12,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,1,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,3,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,5,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,6,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,7,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,8,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,9,9,1.4444444444444444 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,11,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2011,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,1,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,2,2,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,3,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,4,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,5,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,6,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,7,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,8,6,1.8333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,9,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,10,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,11,4,7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2012,12,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,1,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,2,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,3,7,2.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,4,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,5,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,6,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,7,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,8,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,9,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,10,5,2.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,11,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2013,12,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,1,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,2,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,3,2,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,4,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,5,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,6,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,8,2,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,9,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,10,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,11,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2014,12,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,1,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,3,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,4,9,5.444444444444445 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,5,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,6,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,7,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,8,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,9,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,10,2,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,11,4,4.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2015,12,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,1,2,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,2,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,3,2,3.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,4,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,5,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,6,4,3.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,7,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,8,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,9,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,10,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,11,4,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2016,12,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,1,2,6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,2,3,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,3,2,6.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,4,1,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,5,3,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,6,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,7,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,8,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,9,5,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,10,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,11,4,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2017,12,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,1,7,2.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,2,6,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,3,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,4,4,4.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,5,3,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,6,7,1.2857142857142858 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,7,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,8,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,9,10,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,10,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,11,9,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2018,12,7,1.5714285714285714 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,1,4,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,2,5,2.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,3,7,3.4285714285714284 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,4,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,5,5,4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,6,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,7,6,1.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,8,4,2.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,9,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,10,10,1.7 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,11,1,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2019,12,8,1.75 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,1,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,2,3,4.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,3,6,2.6666666666666665 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,4,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,5,4,2.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,6,5,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,7,9,1.6666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,8,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,9,9,1.5555555555555556 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,11,6,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2020,12,5,2.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,1,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,2,3,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,3,4,5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,4,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,5,5,1.6 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,6,6,1.1666666666666667 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,7,2,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,8,7,1.1428571428571428 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,9,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,10,4,1 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,11,6,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2021,12,5,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,2,7,2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,3,7,2.7142857142857144 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,4,7,1.4285714285714286 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,5,5,1.2 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,6,7,1.8571428571428568 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,7,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,8,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,9,5,1.8 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,10,3,1.3333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,11,4,3 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2022,12,4,1.25 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,1,9,2.333333333333333 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,2,5,1.4 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,3,2,5.5 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,4,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,5,7,1.7142857142857142 -19126352,nitroglycerin 0.4 MG/ACTUAT Mucosal Spray,2023,6,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1981,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1982,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1983,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1984,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1985,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1986,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1987,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1988,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1989,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1990,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1991,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1992,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,7,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,8,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1993,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1994,12,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1995,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1996,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,2,3,1.3333333333333333 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1997,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1998,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,1999,12,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2000,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2001,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,7,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2002,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2003,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,2,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2004,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,4,5,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2005,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2006,10,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,1,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2007,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2008,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2009,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2010,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,8,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2011,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,7,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2012,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2013,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2014,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2015,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,5,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,9,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,10,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2016,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,8,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,10,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2017,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,2,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,3,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,5,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,6,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,7,4,1.25 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,9,1,2 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2018,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,1,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,3,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,4,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,5,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,10,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2019,12,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,1,3,1.3333333333333333 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,4,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,7,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,11,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2020,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,1,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,6,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,8,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,9,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,11,4,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2021,12,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,3,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,4,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,5,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,6,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,7,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,8,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,9,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,10,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,11,1,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2022,12,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,1,3,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,2,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,4,2,1 -19133768,acetaminophen 750 MG / hydrocodone bitartrate 7.5 MG Oral Tablet,2023,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1970,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1970,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1971,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1974,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1975,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1975,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1977,5,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,1977,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1977,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1978,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1979,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1979,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1980,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1980,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1981,3,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,1981,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1981,7,1,4 -40163554,warfarin sodium 5 MG Oral Tablet,1981,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1982,6,1,11 -40163554,warfarin sodium 5 MG Oral Tablet,1982,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1982,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1983,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1983,7,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1983,12,2,15 -40163554,warfarin sodium 5 MG Oral Tablet,1984,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1984,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1984,11,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1984,12,1,17 -40163554,warfarin sodium 5 MG Oral Tablet,1985,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1985,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1985,5,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1985,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1986,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1986,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1986,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1986,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1987,1,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,1987,5,3,3 -40163554,warfarin sodium 5 MG Oral Tablet,1987,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1987,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1988,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1988,6,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,4,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1989,6,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1989,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1989,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1990,1,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,1990,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1990,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1990,12,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,1991,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1991,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,4,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1991,5,1,15 -40163554,warfarin sodium 5 MG Oral Tablet,1991,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1991,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1991,8,4,2.75 -40163554,warfarin sodium 5 MG Oral Tablet,1991,10,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1992,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1992,3,1,4 -40163554,warfarin sodium 5 MG Oral Tablet,1992,7,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,1992,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1992,9,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1992,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1993,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,6,1,6 -40163554,warfarin sodium 5 MG Oral Tablet,1993,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1993,10,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1993,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1994,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1994,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1994,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1994,12,2,5 -40163554,warfarin sodium 5 MG Oral Tablet,1995,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,7,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,1995,9,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,1995,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1995,12,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1996,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1996,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1996,10,3,2.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,1996,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,1,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,1997,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,1997,9,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,1997,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,2,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,1998,3,2,5 -40163554,warfarin sodium 5 MG Oral Tablet,1998,4,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,1998,8,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,1998,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1998,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1998,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1999,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,5,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,1999,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,1999,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,1999,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,1999,11,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,1,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,2,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2000,3,5,1.6 -40163554,warfarin sodium 5 MG Oral Tablet,2000,6,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2000,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2000,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2000,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2000,11,3,1 -40163554,warfarin sodium 5 MG Oral Tablet,2000,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2001,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,4,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2001,6,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2001,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2001,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2001,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2002,1,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,3,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,5,3,4.666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,6,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2002,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2002,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2002,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2003,1,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,2,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2003,5,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2003,6,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2003,8,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,9,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2003,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,1,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2004,2,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2004,3,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2004,5,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2004,7,3,4.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2004,8,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2004,10,2,3.5 -40163554,warfarin sodium 5 MG Oral Tablet,2004,11,2,4 -40163554,warfarin sodium 5 MG Oral Tablet,2004,12,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2005,1,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2005,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,3,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2005,4,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2005,6,1,25 -40163554,warfarin sodium 5 MG Oral Tablet,2005,7,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2005,9,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2005,10,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2005,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,1,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2006,2,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,4,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,7,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,8,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,9,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2006,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2006,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2006,12,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2007,4,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2007,6,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2007,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2007,10,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2007,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2008,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,3,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2008,5,3,2.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2008,6,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2008,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2008,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2008,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2008,10,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2008,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,1,5,1.8 -40163554,warfarin sodium 5 MG Oral Tablet,2009,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,3,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2009,4,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2009,5,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,6,2,9.5 -40163554,warfarin sodium 5 MG Oral Tablet,2009,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2009,8,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2009,9,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2009,10,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2009,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2009,12,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2010,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,2,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2010,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,4,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,5,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2010,7,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,9,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2010,10,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2010,11,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,1,6,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,3,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,4,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2011,6,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,7,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2011,8,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2011,9,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2011,10,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2011,11,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2011,12,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2012,1,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2012,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,4,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2012,5,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,6,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,7,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2012,9,5,1.2 -40163554,warfarin sodium 5 MG Oral Tablet,2012,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,11,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2012,12,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,3,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,7,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2013,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2013,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,10,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2013,11,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2013,12,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,1,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,2,4,9 -40163554,warfarin sodium 5 MG Oral Tablet,2014,3,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2014,4,2,19 -40163554,warfarin sodium 5 MG Oral Tablet,2014,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2014,6,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2014,7,6,2.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2014,8,6,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2014,10,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2014,11,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2014,12,4,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,1,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,2,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,3,6,6.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,4,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,5,5,3.8 -40163554,warfarin sodium 5 MG Oral Tablet,2015,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,7,4,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,8,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2015,9,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2015,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2015,11,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2015,12,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2016,1,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2016,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2016,3,1,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,4,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,5,6,3 -40163554,warfarin sodium 5 MG Oral Tablet,2016,6,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2016,7,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2016,8,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2016,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2016,10,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2016,12,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,1,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2017,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,3,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2017,4,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,5,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2017,6,5,3 -40163554,warfarin sodium 5 MG Oral Tablet,2017,8,4,2.25 -40163554,warfarin sodium 5 MG Oral Tablet,2017,9,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2017,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2017,11,3,4.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2017,12,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2018,2,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2018,3,5,2.2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,4,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2018,5,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,6,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,7,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2018,8,7,4.428571428571429 -40163554,warfarin sodium 5 MG Oral Tablet,2018,9,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2018,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2018,11,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2018,12,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2019,1,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2019,2,2,2 -40163554,warfarin sodium 5 MG Oral Tablet,2019,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2019,4,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2019,5,4,4.25 -40163554,warfarin sodium 5 MG Oral Tablet,2019,6,3,2.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2019,7,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2019,8,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2019,9,3,10 -40163554,warfarin sodium 5 MG Oral Tablet,2019,10,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2019,11,2,1 -40163554,warfarin sodium 5 MG Oral Tablet,2019,12,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,1,6,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2020,2,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2020,3,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,4,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2020,5,3,3.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2020,6,5,2.8 -40163554,warfarin sodium 5 MG Oral Tablet,2020,7,2,3 -40163554,warfarin sodium 5 MG Oral Tablet,2020,8,7,2.142857142857143 -40163554,warfarin sodium 5 MG Oral Tablet,2020,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2020,10,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2020,11,5,2 -40163554,warfarin sodium 5 MG Oral Tablet,2020,12,5,2.6 -40163554,warfarin sodium 5 MG Oral Tablet,2021,1,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,2,1,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,3,3,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,4,3,2.6666666666666665 -40163554,warfarin sodium 5 MG Oral Tablet,2021,5,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2021,6,1,5 -40163554,warfarin sodium 5 MG Oral Tablet,2021,7,6,5.833333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2021,8,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2021,9,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2021,10,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2021,11,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2021,12,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2022,1,4,1.25 -40163554,warfarin sodium 5 MG Oral Tablet,2022,2,8,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,3,4,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,4,7,1.8571428571428568 -40163554,warfarin sodium 5 MG Oral Tablet,2022,5,7,1.7142857142857142 -40163554,warfarin sodium 5 MG Oral Tablet,2022,6,3,2.333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2022,7,5,3.4 -40163554,warfarin sodium 5 MG Oral Tablet,2022,8,4,2 -40163554,warfarin sodium 5 MG Oral Tablet,2022,9,2,1.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,10,6,2 -40163554,warfarin sodium 5 MG Oral Tablet,2022,11,2,2.5 -40163554,warfarin sodium 5 MG Oral Tablet,2022,12,4,1.75 -40163554,warfarin sodium 5 MG Oral Tablet,2023,1,1,1 -40163554,warfarin sodium 5 MG Oral Tablet,2023,2,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2023,3,3,1.3333333333333333 -40163554,warfarin sodium 5 MG Oral Tablet,2023,4,4,2.75 -40163554,warfarin sodium 5 MG Oral Tablet,2023,5,3,1.6666666666666667 -40163554,warfarin sodium 5 MG Oral Tablet,2023,6,2,2 -40171902,verapamil hydrochloride 40 MG,1981,1,2,2 -40171902,verapamil hydrochloride 40 MG,1981,3,2,3 -40171902,verapamil hydrochloride 40 MG,1981,4,1,2 -40171902,verapamil hydrochloride 40 MG,1981,5,2,1.5 -40171902,verapamil hydrochloride 40 MG,1981,6,2,3.5 -40171902,verapamil hydrochloride 40 MG,1981,7,3,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,1981,8,1,2 -40171902,verapamil hydrochloride 40 MG,1981,11,4,1.5 -40171902,verapamil hydrochloride 40 MG,1981,12,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,1982,6,1,11 -40171902,verapamil hydrochloride 40 MG,1982,8,1,2 -40171902,verapamil hydrochloride 40 MG,1982,12,2,2 -40171902,verapamil hydrochloride 40 MG,1983,1,1,2 -40171902,verapamil hydrochloride 40 MG,1983,7,2,1 -40171902,verapamil hydrochloride 40 MG,1983,12,2,15 -40171902,verapamil hydrochloride 40 MG,1984,2,1,1 -40171902,verapamil hydrochloride 40 MG,1984,3,1,1 -40171902,verapamil hydrochloride 40 MG,1984,5,1,1 -40171902,verapamil hydrochloride 40 MG,1984,7,1,2 -40171902,verapamil hydrochloride 40 MG,1984,8,1,1 -40171902,verapamil hydrochloride 40 MG,1984,10,1,1 -40171902,verapamil hydrochloride 40 MG,1984,11,1,3 -40171902,verapamil hydrochloride 40 MG,1984,12,1,17 -40171902,verapamil hydrochloride 40 MG,1985,3,1,2 -40171902,verapamil hydrochloride 40 MG,1985,4,1,2 -40171902,verapamil hydrochloride 40 MG,1985,5,1,3 -40171902,verapamil hydrochloride 40 MG,1985,6,1,2 -40171902,verapamil hydrochloride 40 MG,1986,4,1,2 -40171902,verapamil hydrochloride 40 MG,1986,5,1,1 -40171902,verapamil hydrochloride 40 MG,1986,9,1,1 -40171902,verapamil hydrochloride 40 MG,1986,11,1,1 -40171902,verapamil hydrochloride 40 MG,1987,1,2,3 -40171902,verapamil hydrochloride 40 MG,1987,5,3,3 -40171902,verapamil hydrochloride 40 MG,1987,10,1,2 -40171902,verapamil hydrochloride 40 MG,1987,11,1,1 -40171902,verapamil hydrochloride 40 MG,1988,1,1,2 -40171902,verapamil hydrochloride 40 MG,1988,6,1,1 -40171902,verapamil hydrochloride 40 MG,1989,4,1,1 -40171902,verapamil hydrochloride 40 MG,1989,5,1,2 -40171902,verapamil hydrochloride 40 MG,1989,6,1,3 -40171902,verapamil hydrochloride 40 MG,1989,7,1,1 -40171902,verapamil hydrochloride 40 MG,1989,10,1,1 -40171902,verapamil hydrochloride 40 MG,1990,1,2,3.5 -40171902,verapamil hydrochloride 40 MG,1990,2,1,2 -40171902,verapamil hydrochloride 40 MG,1990,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1990,6,2,2 -40171902,verapamil hydrochloride 40 MG,1990,8,1,2 -40171902,verapamil hydrochloride 40 MG,1990,12,2,4 -40171902,verapamil hydrochloride 40 MG,1991,1,1,1 -40171902,verapamil hydrochloride 40 MG,1991,2,1,2 -40171902,verapamil hydrochloride 40 MG,1991,3,1,2 -40171902,verapamil hydrochloride 40 MG,1991,4,1,1 -40171902,verapamil hydrochloride 40 MG,1991,5,1,15 -40171902,verapamil hydrochloride 40 MG,1991,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,1991,7,1,2 -40171902,verapamil hydrochloride 40 MG,1991,8,4,2.75 -40171902,verapamil hydrochloride 40 MG,1991,10,2,2.5 -40171902,verapamil hydrochloride 40 MG,1992,1,1,2 -40171902,verapamil hydrochloride 40 MG,1992,3,1,4 -40171902,verapamil hydrochloride 40 MG,1992,7,1,3 -40171902,verapamil hydrochloride 40 MG,1992,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,1992,9,2,1 -40171902,verapamil hydrochloride 40 MG,1992,10,1,2 -40171902,verapamil hydrochloride 40 MG,1993,1,1,1 -40171902,verapamil hydrochloride 40 MG,1993,2,2,2 -40171902,verapamil hydrochloride 40 MG,1993,5,1,2 -40171902,verapamil hydrochloride 40 MG,1993,6,1,6 -40171902,verapamil hydrochloride 40 MG,1993,7,1,1 -40171902,verapamil hydrochloride 40 MG,1993,10,2,2 -40171902,verapamil hydrochloride 40 MG,1993,11,1,1 -40171902,verapamil hydrochloride 40 MG,1994,3,1,2 -40171902,verapamil hydrochloride 40 MG,1994,4,1,2 -40171902,verapamil hydrochloride 40 MG,1994,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,1994,8,1,1 -40171902,verapamil hydrochloride 40 MG,1994,9,1,1 -40171902,verapamil hydrochloride 40 MG,1994,12,2,5 -40171902,verapamil hydrochloride 40 MG,1995,3,1,2 -40171902,verapamil hydrochloride 40 MG,1995,6,1,2 -40171902,verapamil hydrochloride 40 MG,1995,7,1,5 -40171902,verapamil hydrochloride 40 MG,1995,9,2,1 -40171902,verapamil hydrochloride 40 MG,1995,11,1,2 -40171902,verapamil hydrochloride 40 MG,1995,12,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1996,3,1,2 -40171902,verapamil hydrochloride 40 MG,1996,6,2,2 -40171902,verapamil hydrochloride 40 MG,1996,7,1,2 -40171902,verapamil hydrochloride 40 MG,1996,8,1,1 -40171902,verapamil hydrochloride 40 MG,1996,10,3,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,1996,12,1,2 -40171902,verapamil hydrochloride 40 MG,1997,1,1,2 -40171902,verapamil hydrochloride 40 MG,1997,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,1997,6,2,2 -40171902,verapamil hydrochloride 40 MG,1997,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,1997,9,5,2 -40171902,verapamil hydrochloride 40 MG,1997,10,1,2 -40171902,verapamil hydrochloride 40 MG,1998,2,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,1998,3,2,5 -40171902,verapamil hydrochloride 40 MG,1998,4,2,2 -40171902,verapamil hydrochloride 40 MG,1998,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,1998,8,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,1998,10,1,2 -40171902,verapamil hydrochloride 40 MG,1998,11,1,1 -40171902,verapamil hydrochloride 40 MG,1998,12,1,2 -40171902,verapamil hydrochloride 40 MG,1999,2,1,1 -40171902,verapamil hydrochloride 40 MG,1999,4,1,2 -40171902,verapamil hydrochloride 40 MG,1999,5,2,3.5 -40171902,verapamil hydrochloride 40 MG,1999,6,1,2 -40171902,verapamil hydrochloride 40 MG,1999,7,2,3 -40171902,verapamil hydrochloride 40 MG,1999,9,1,1 -40171902,verapamil hydrochloride 40 MG,1999,11,2,2.5 -40171902,verapamil hydrochloride 40 MG,2000,1,2,1.5 -40171902,verapamil hydrochloride 40 MG,2000,2,4,2.25 -40171902,verapamil hydrochloride 40 MG,2000,3,5,1.6 -40171902,verapamil hydrochloride 40 MG,2000,6,2,1 -40171902,verapamil hydrochloride 40 MG,2000,7,1,2 -40171902,verapamil hydrochloride 40 MG,2000,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2000,10,1,2 -40171902,verapamil hydrochloride 40 MG,2000,11,3,1 -40171902,verapamil hydrochloride 40 MG,2000,12,1,1 -40171902,verapamil hydrochloride 40 MG,2001,2,1,2 -40171902,verapamil hydrochloride 40 MG,2001,4,2,2.5 -40171902,verapamil hydrochloride 40 MG,2001,6,4,1.5 -40171902,verapamil hydrochloride 40 MG,2001,7,2,2 -40171902,verapamil hydrochloride 40 MG,2001,9,1,1 -40171902,verapamil hydrochloride 40 MG,2001,10,1,2 -40171902,verapamil hydrochloride 40 MG,2001,12,1,2 -40171902,verapamil hydrochloride 40 MG,2002,1,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,2,1,1 -40171902,verapamil hydrochloride 40 MG,2002,3,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,5,3,4.666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,6,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2002,7,1,1 -40171902,verapamil hydrochloride 40 MG,2002,8,1,2 -40171902,verapamil hydrochloride 40 MG,2002,9,1,1 -40171902,verapamil hydrochloride 40 MG,2002,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2003,1,3,2 -40171902,verapamil hydrochloride 40 MG,2003,2,4,1.5 -40171902,verapamil hydrochloride 40 MG,2003,5,4,1.75 -40171902,verapamil hydrochloride 40 MG,2003,6,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2003,8,2,2 -40171902,verapamil hydrochloride 40 MG,2003,9,2,2 -40171902,verapamil hydrochloride 40 MG,2003,10,1,2 -40171902,verapamil hydrochloride 40 MG,2003,11,1,2 -40171902,verapamil hydrochloride 40 MG,2003,12,1,2 -40171902,verapamil hydrochloride 40 MG,2004,1,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2004,2,1,3 -40171902,verapamil hydrochloride 40 MG,2004,3,2,2 -40171902,verapamil hydrochloride 40 MG,2004,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2004,5,2,2 -40171902,verapamil hydrochloride 40 MG,2004,6,1,2 -40171902,verapamil hydrochloride 40 MG,2004,7,3,4.333333333333333 -40171902,verapamil hydrochloride 40 MG,2004,8,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2004,10,2,3.5 -40171902,verapamil hydrochloride 40 MG,2004,11,2,4 -40171902,verapamil hydrochloride 40 MG,2004,12,2,1.5 -40171902,verapamil hydrochloride 40 MG,2005,1,1,3 -40171902,verapamil hydrochloride 40 MG,2005,2,1,2 -40171902,verapamil hydrochloride 40 MG,2005,3,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2005,4,2,2 -40171902,verapamil hydrochloride 40 MG,2005,5,1,1 -40171902,verapamil hydrochloride 40 MG,2005,6,1,25 -40171902,verapamil hydrochloride 40 MG,2005,7,1,2 -40171902,verapamil hydrochloride 40 MG,2005,9,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2005,10,1,1 -40171902,verapamil hydrochloride 40 MG,2005,12,2,2 -40171902,verapamil hydrochloride 40 MG,2006,1,2,1.5 -40171902,verapamil hydrochloride 40 MG,2006,2,2,1 -40171902,verapamil hydrochloride 40 MG,2006,3,1,2 -40171902,verapamil hydrochloride 40 MG,2006,4,4,2 -40171902,verapamil hydrochloride 40 MG,2006,6,1,2 -40171902,verapamil hydrochloride 40 MG,2006,7,2,1 -40171902,verapamil hydrochloride 40 MG,2006,8,1,2 -40171902,verapamil hydrochloride 40 MG,2006,9,3,2 -40171902,verapamil hydrochloride 40 MG,2006,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2006,11,1,1 -40171902,verapamil hydrochloride 40 MG,2006,12,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,3,1,2 -40171902,verapamil hydrochloride 40 MG,2007,4,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2007,6,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2007,9,1,1 -40171902,verapamil hydrochloride 40 MG,2007,10,2,2.5 -40171902,verapamil hydrochloride 40 MG,2007,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2007,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2008,1,1,1 -40171902,verapamil hydrochloride 40 MG,2008,2,1,1 -40171902,verapamil hydrochloride 40 MG,2008,3,4,1.25 -40171902,verapamil hydrochloride 40 MG,2008,5,3,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,2008,6,1,1 -40171902,verapamil hydrochloride 40 MG,2008,7,2,2 -40171902,verapamil hydrochloride 40 MG,2008,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2008,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2008,10,2,2 -40171902,verapamil hydrochloride 40 MG,2008,11,1,1 -40171902,verapamil hydrochloride 40 MG,2009,1,5,1.8 -40171902,verapamil hydrochloride 40 MG,2009,2,1,1 -40171902,verapamil hydrochloride 40 MG,2009,3,4,1.75 -40171902,verapamil hydrochloride 40 MG,2009,4,4,1.75 -40171902,verapamil hydrochloride 40 MG,2009,5,1,1 -40171902,verapamil hydrochloride 40 MG,2009,6,2,9.5 -40171902,verapamil hydrochloride 40 MG,2009,7,2,3 -40171902,verapamil hydrochloride 40 MG,2009,8,2,1 -40171902,verapamil hydrochloride 40 MG,2009,9,4,2 -40171902,verapamil hydrochloride 40 MG,2009,10,2,3 -40171902,verapamil hydrochloride 40 MG,2009,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2009,12,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2010,1,1,1 -40171902,verapamil hydrochloride 40 MG,2010,2,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2010,3,1,2 -40171902,verapamil hydrochloride 40 MG,2010,4,2,1 -40171902,verapamil hydrochloride 40 MG,2010,5,4,2 -40171902,verapamil hydrochloride 40 MG,2010,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,2010,7,1,1 -40171902,verapamil hydrochloride 40 MG,2010,9,3,2 -40171902,verapamil hydrochloride 40 MG,2010,10,2,1 -40171902,verapamil hydrochloride 40 MG,2010,11,1,2 -40171902,verapamil hydrochloride 40 MG,2011,1,6,1.5 -40171902,verapamil hydrochloride 40 MG,2011,2,1,1 -40171902,verapamil hydrochloride 40 MG,2011,3,1,2 -40171902,verapamil hydrochloride 40 MG,2011,4,2,1 -40171902,verapamil hydrochloride 40 MG,2011,5,1,2 -40171902,verapamil hydrochloride 40 MG,2011,6,2,2.5 -40171902,verapamil hydrochloride 40 MG,2011,7,4,1.75 -40171902,verapamil hydrochloride 40 MG,2011,8,2,1.5 -40171902,verapamil hydrochloride 40 MG,2011,9,4,2.25 -40171902,verapamil hydrochloride 40 MG,2011,10,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2011,11,1,1 -40171902,verapamil hydrochloride 40 MG,2011,12,2,1 -40171902,verapamil hydrochloride 40 MG,2012,1,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2012,2,1,2 -40171902,verapamil hydrochloride 40 MG,2012,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,4,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2012,5,2,2 -40171902,verapamil hydrochloride 40 MG,2012,6,1,2 -40171902,verapamil hydrochloride 40 MG,2012,7,2,2.5 -40171902,verapamil hydrochloride 40 MG,2012,8,1,1 -40171902,verapamil hydrochloride 40 MG,2012,9,5,1.2 -40171902,verapamil hydrochloride 40 MG,2012,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,11,2,1.5 -40171902,verapamil hydrochloride 40 MG,2012,12,5,2 -40171902,verapamil hydrochloride 40 MG,2013,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,3,3,2 -40171902,verapamil hydrochloride 40 MG,2013,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,7,2,1.5 -40171902,verapamil hydrochloride 40 MG,2013,8,1,1 -40171902,verapamil hydrochloride 40 MG,2013,9,1,2 -40171902,verapamil hydrochloride 40 MG,2013,10,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2013,11,2,2 -40171902,verapamil hydrochloride 40 MG,2013,12,3,2 -40171902,verapamil hydrochloride 40 MG,2014,1,2,2 -40171902,verapamil hydrochloride 40 MG,2014,2,4,9 -40171902,verapamil hydrochloride 40 MG,2014,3,1,1 -40171902,verapamil hydrochloride 40 MG,2014,4,2,19 -40171902,verapamil hydrochloride 40 MG,2014,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2014,6,2,1.5 -40171902,verapamil hydrochloride 40 MG,2014,7,6,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,2014,8,6,2 -40171902,verapamil hydrochloride 40 MG,2014,9,1,1 -40171902,verapamil hydrochloride 40 MG,2014,10,1,2 -40171902,verapamil hydrochloride 40 MG,2014,11,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2014,12,4,2.5 -40171902,verapamil hydrochloride 40 MG,2015,1,2,2 -40171902,verapamil hydrochloride 40 MG,2015,2,3,2 -40171902,verapamil hydrochloride 40 MG,2015,3,6,6.5 -40171902,verapamil hydrochloride 40 MG,2015,4,2,1.5 -40171902,verapamil hydrochloride 40 MG,2015,5,5,3.8 -40171902,verapamil hydrochloride 40 MG,2015,6,2,2 -40171902,verapamil hydrochloride 40 MG,2015,7,4,2.5 -40171902,verapamil hydrochloride 40 MG,2015,8,1,1 -40171902,verapamil hydrochloride 40 MG,2015,9,5,2 -40171902,verapamil hydrochloride 40 MG,2015,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2015,11,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2015,12,1,1 -40171902,verapamil hydrochloride 40 MG,2016,1,4,2.25 -40171902,verapamil hydrochloride 40 MG,2016,2,2,2 -40171902,verapamil hydrochloride 40 MG,2016,3,1,3 -40171902,verapamil hydrochloride 40 MG,2016,4,2,3 -40171902,verapamil hydrochloride 40 MG,2016,5,6,3 -40171902,verapamil hydrochloride 40 MG,2016,6,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2016,7,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2016,8,4,1.5 -40171902,verapamil hydrochloride 40 MG,2016,9,1,2 -40171902,verapamil hydrochloride 40 MG,2016,10,2,1.5 -40171902,verapamil hydrochloride 40 MG,2016,12,1,2 -40171902,verapamil hydrochloride 40 MG,2017,1,2,1 -40171902,verapamil hydrochloride 40 MG,2017,2,1,2 -40171902,verapamil hydrochloride 40 MG,2017,3,4,1.75 -40171902,verapamil hydrochloride 40 MG,2017,4,3,2 -40171902,verapamil hydrochloride 40 MG,2017,5,4,1.25 -40171902,verapamil hydrochloride 40 MG,2017,6,5,3 -40171902,verapamil hydrochloride 40 MG,2017,8,4,2.25 -40171902,verapamil hydrochloride 40 MG,2017,9,1,2 -40171902,verapamil hydrochloride 40 MG,2017,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2017,11,3,4.333333333333333 -40171902,verapamil hydrochloride 40 MG,2017,12,2,2 -40171902,verapamil hydrochloride 40 MG,2018,1,1,1 -40171902,verapamil hydrochloride 40 MG,2018,2,2,1.5 -40171902,verapamil hydrochloride 40 MG,2018,3,5,2.2 -40171902,verapamil hydrochloride 40 MG,2018,4,4,1.25 -40171902,verapamil hydrochloride 40 MG,2018,5,1,2 -40171902,verapamil hydrochloride 40 MG,2018,6,2,2 -40171902,verapamil hydrochloride 40 MG,2018,7,2,2 -40171902,verapamil hydrochloride 40 MG,2018,8,7,4.428571428571429 -40171902,verapamil hydrochloride 40 MG,2018,9,1,1 -40171902,verapamil hydrochloride 40 MG,2018,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2018,11,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2018,12,4,1.5 -40171902,verapamil hydrochloride 40 MG,2019,1,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2019,2,2,2 -40171902,verapamil hydrochloride 40 MG,2019,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2019,4,2,3 -40171902,verapamil hydrochloride 40 MG,2019,5,4,4.25 -40171902,verapamil hydrochloride 40 MG,2019,6,3,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,2019,7,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2019,8,4,1.25 -40171902,verapamil hydrochloride 40 MG,2019,9,3,10 -40171902,verapamil hydrochloride 40 MG,2019,10,4,2 -40171902,verapamil hydrochloride 40 MG,2019,11,2,1 -40171902,verapamil hydrochloride 40 MG,2019,12,2,2.5 -40171902,verapamil hydrochloride 40 MG,2020,1,6,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2020,2,1,1 -40171902,verapamil hydrochloride 40 MG,2020,3,2,1.5 -40171902,verapamil hydrochloride 40 MG,2020,4,1,2 -40171902,verapamil hydrochloride 40 MG,2020,5,3,3.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2020,6,5,2.8 -40171902,verapamil hydrochloride 40 MG,2020,7,2,3 -40171902,verapamil hydrochloride 40 MG,2020,8,7,2.142857142857143 -40171902,verapamil hydrochloride 40 MG,2020,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2020,10,4,1.75 -40171902,verapamil hydrochloride 40 MG,2020,11,5,2 -40171902,verapamil hydrochloride 40 MG,2020,12,5,2.6 -40171902,verapamil hydrochloride 40 MG,2021,1,3,2 -40171902,verapamil hydrochloride 40 MG,2021,2,1,2 -40171902,verapamil hydrochloride 40 MG,2021,3,3,2 -40171902,verapamil hydrochloride 40 MG,2021,4,3,2.6666666666666665 -40171902,verapamil hydrochloride 40 MG,2021,5,4,1.75 -40171902,verapamil hydrochloride 40 MG,2021,6,1,5 -40171902,verapamil hydrochloride 40 MG,2021,7,6,5.833333333333333 -40171902,verapamil hydrochloride 40 MG,2021,8,2,2.5 -40171902,verapamil hydrochloride 40 MG,2021,9,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2021,10,4,2 -40171902,verapamil hydrochloride 40 MG,2021,11,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2021,12,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2022,1,4,1.25 -40171902,verapamil hydrochloride 40 MG,2022,2,8,2.5 -40171902,verapamil hydrochloride 40 MG,2022,3,4,1.5 -40171902,verapamil hydrochloride 40 MG,2022,4,7,1.8571428571428568 -40171902,verapamil hydrochloride 40 MG,2022,5,7,1.7142857142857142 -40171902,verapamil hydrochloride 40 MG,2022,6,3,2.333333333333333 -40171902,verapamil hydrochloride 40 MG,2022,7,5,3.4 -40171902,verapamil hydrochloride 40 MG,2022,8,4,2 -40171902,verapamil hydrochloride 40 MG,2022,9,2,1.5 -40171902,verapamil hydrochloride 40 MG,2022,10,6,2 -40171902,verapamil hydrochloride 40 MG,2022,11,2,2.5 -40171902,verapamil hydrochloride 40 MG,2022,12,4,1.75 -40171902,verapamil hydrochloride 40 MG,2023,1,1,1 -40171902,verapamil hydrochloride 40 MG,2023,2,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2023,3,3,1.3333333333333333 -40171902,verapamil hydrochloride 40 MG,2023,4,4,2.75 -40171902,verapamil hydrochloride 40 MG,2023,5,3,1.6666666666666667 -40171902,verapamil hydrochloride 40 MG,2023,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,3,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1945,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1945,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1945,12,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1946,1,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1946,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1946,3,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1946,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1946,9,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1947,1,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1947,3,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1947,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,1,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,2,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1948,4,3,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1948,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1948,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,3,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,4,3,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1949,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1949,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1949,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1950,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1950,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1950,4,3,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1950,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1950,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1951,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,4,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1951,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1951,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1951,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1952,2,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1952,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1952,4,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1952,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1952,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1952,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,4,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1953,5,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1953,6,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1953,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1953,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,3,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,5,3,3.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1954,6,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,9,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1954,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1954,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1955,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1955,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1955,5,1,6 -40213154,"Influenza, seasonal, injectable, preservative free",1955,6,3,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1955,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1955,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1955,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1956,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1956,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1956,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1956,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1956,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1956,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1957,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1957,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1957,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1957,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1957,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,3,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1958,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1958,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,7,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,10,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1958,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1958,12,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1959,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1959,4,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1959,5,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1959,6,2,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,9,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1959,10,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1959,11,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1959,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,1,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1960,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1960,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,7,4,3.75 -40213154,"Influenza, seasonal, injectable, preservative free",1960,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1960,11,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1960,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1961,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1961,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1961,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,7,6,3.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1961,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1961,10,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1961,11,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1961,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1962,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1962,5,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1962,7,3,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1962,8,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1962,11,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1962,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1963,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,5,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1963,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1963,7,2,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1963,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1963,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1964,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,5,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1964,7,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1964,8,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1964,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1964,12,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1965,1,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1965,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1965,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,5,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1965,6,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1965,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,8,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1965,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1965,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1965,12,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1966,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,2,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1966,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1966,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,6,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,7,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,8,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1966,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1966,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1966,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1966,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,2,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1967,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,5,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1967,6,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1967,7,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1967,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1967,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1967,12,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1968,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1968,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1968,3,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,5,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1968,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1968,7,3,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1968,8,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1968,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1968,12,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1969,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1969,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1969,4,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1969,7,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1969,8,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1969,10,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1969,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1969,12,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1970,4,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1970,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1970,6,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,7,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1970,8,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1970,10,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1970,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1970,12,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1971,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1971,4,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1971,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1971,7,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,8,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1971,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1971,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1971,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1971,12,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1972,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1972,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1972,3,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1972,4,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1972,5,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1972,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1972,7,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1972,8,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1972,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1972,10,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1972,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1972,12,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1973,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1973,2,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1973,4,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1973,6,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1973,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1973,8,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1973,10,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1973,11,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1973,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,2,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1974,3,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1974,4,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,5,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1974,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1974,8,6,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1974,10,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1974,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1974,12,6,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1975,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1975,3,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1975,4,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1975,5,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1975,8,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1975,10,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1975,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1975,12,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,1,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,2,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1976,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,4,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1976,5,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1976,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,7,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,8,6,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1976,9,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,10,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1976,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1976,12,4,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,1,2,1 -40213154,"Influenza, seasonal, injectable, preservative free",1977,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,3,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,5,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1977,6,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,8,6,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1977,9,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1977,10,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1977,11,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1977,12,5,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",1978,1,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1978,2,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,3,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1978,4,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,5,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1978,8,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1978,10,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,11,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1978,12,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1979,1,2,4 -40213154,"Influenza, seasonal, injectable, preservative free",1979,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1979,3,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,4,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1979,8,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1979,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1979,10,5,6.4 -40213154,"Influenza, seasonal, injectable, preservative free",1979,11,3,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1979,12,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,2,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1980,3,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,4,5,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1980,6,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,9,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1980,10,6,5.666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1980,11,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1980,12,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,1,1,7 -40213154,"Influenza, seasonal, injectable, preservative free",1981,2,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1981,3,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1981,4,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1981,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,6,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1981,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1981,10,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1981,11,4,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1981,12,3,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1982,1,1,4 -40213154,"Influenza, seasonal, injectable, preservative free",1982,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1982,3,11,3.727272727272727 -40213154,"Influenza, seasonal, injectable, preservative free",1982,4,5,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1982,5,1,5 -40213154,"Influenza, seasonal, injectable, preservative free",1982,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1982,9,3,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1982,10,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1982,11,6,5.5 -40213154,"Influenza, seasonal, injectable, preservative free",1982,12,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1983,1,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,2,3,1 -40213154,"Influenza, seasonal, injectable, preservative free",1983,3,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1983,4,5,7 -40213154,"Influenza, seasonal, injectable, preservative free",1983,5,2,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1983,6,1,3 -40213154,"Influenza, seasonal, injectable, preservative free",1983,7,3,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,8,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1983,10,5,2 -40213154,"Influenza, seasonal, injectable, preservative free",1983,11,7,4.857142857142857 -40213154,"Influenza, seasonal, injectable, preservative free",1983,12,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1984,1,2,3 -40213154,"Influenza, seasonal, injectable, preservative free",1984,2,1,1 -40213154,"Influenza, seasonal, injectable, preservative free",1984,3,11,1.4545454545454546 -40213154,"Influenza, seasonal, injectable, preservative free",1984,4,7,6 -40213154,"Influenza, seasonal, injectable, preservative free",1984,5,1,13 -40213154,"Influenza, seasonal, injectable, preservative free",1984,6,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1984,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1984,8,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1984,9,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1984,10,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1984,11,9,4.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1984,12,3,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1985,1,5,2.8 -40213154,"Influenza, seasonal, injectable, preservative free",1985,3,9,1.3333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1985,4,13,4.461538461538462 -40213154,"Influenza, seasonal, injectable, preservative free",1985,5,2,7.5 -40213154,"Influenza, seasonal, injectable, preservative free",1985,6,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1985,8,2,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,9,6,2 -40213154,"Influenza, seasonal, injectable, preservative free",1985,10,5,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1985,11,8,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1985,12,4,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1986,1,4,3 -40213154,"Influenza, seasonal, injectable, preservative free",1986,3,7,1.4285714285714286 -40213154,"Influenza, seasonal, injectable, preservative free",1986,4,14,4.214285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1986,5,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1986,6,4,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1986,7,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1986,8,4,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1986,9,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1986,10,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1986,11,4,8.5 -40213154,"Influenza, seasonal, injectable, preservative free",1986,12,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,1,5,2.8 -40213154,"Influenza, seasonal, injectable, preservative free",1987,3,9,1.5555555555555556 -40213154,"Influenza, seasonal, injectable, preservative free",1987,4,13,4 -40213154,"Influenza, seasonal, injectable, preservative free",1987,5,5,3.6 -40213154,"Influenza, seasonal, injectable, preservative free",1987,6,6,4.166666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,7,1,2 -40213154,"Influenza, seasonal, injectable, preservative free",1987,8,6,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1987,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1987,10,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1987,11,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1987,12,9,4.222222222222222 -40213154,"Influenza, seasonal, injectable, preservative free",1988,1,3,3.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1988,2,2,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1988,3,8,1.375 -40213154,"Influenza, seasonal, injectable, preservative free",1988,4,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",1988,5,7,6.428571428571429 -40213154,"Influenza, seasonal, injectable, preservative free",1988,6,3,5.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1988,7,6,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1988,8,5,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1988,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1988,10,7,1.8571428571428568 -40213154,"Influenza, seasonal, injectable, preservative free",1988,11,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1988,12,8,4.25 -40213154,"Influenza, seasonal, injectable, preservative free",1989,1,8,2.625 -40213154,"Influenza, seasonal, injectable, preservative free",1989,2,2,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,3,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1989,4,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",1989,5,12,4.75 -40213154,"Influenza, seasonal, injectable, preservative free",1989,6,5,5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,7,5,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1989,8,6,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,9,4,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1989,10,8,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1989,11,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",1989,12,5,1.2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,1,12,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1990,2,3,3 -40213154,"Influenza, seasonal, injectable, preservative free",1990,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1990,4,9,1.5555555555555556 -40213154,"Influenza, seasonal, injectable, preservative free",1990,5,15,4.133333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",1990,6,6,4.5 -40213154,"Influenza, seasonal, injectable, preservative free",1990,7,6,3 -40213154,"Influenza, seasonal, injectable, preservative free",1990,8,7,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1990,9,4,2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,10,10,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",1990,11,12,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1990,12,8,1.375 -40213154,"Influenza, seasonal, injectable, preservative free",1991,1,9,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1991,2,4,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",1991,3,4,1.25 -40213154,"Influenza, seasonal, injectable, preservative free",1991,4,8,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",1991,5,14,5.214285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1991,6,6,3.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1991,7,7,3.571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1991,8,9,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",1991,9,6,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1991,10,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1991,11,8,2 -40213154,"Influenza, seasonal, injectable, preservative free",1991,12,9,5.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1992,1,11,2 -40213154,"Influenza, seasonal, injectable, preservative free",1992,2,6,3.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,3,4,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,4,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1992,5,13,3.5384615384615383 -40213154,"Influenza, seasonal, injectable, preservative free",1992,6,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1992,7,7,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1992,8,8,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1992,9,6,1.5 -40213154,"Influenza, seasonal, injectable, preservative free",1992,10,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1992,11,11,1.9090909090909087 -40213154,"Influenza, seasonal, injectable, preservative free",1992,12,7,6.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",1993,1,9,1.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",1993,2,9,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1993,3,5,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1993,4,11,1.7272727272727273 -40213154,"Influenza, seasonal, injectable, preservative free",1993,5,9,3.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",1993,6,11,2.8181818181818183 -40213154,"Influenza, seasonal, injectable, preservative free",1993,7,11,2.363636363636364 -40213154,"Influenza, seasonal, injectable, preservative free",1993,8,7,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",1993,9,10,1.4 -40213154,"Influenza, seasonal, injectable, preservative free",1993,10,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",1993,11,18,1.9444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1993,12,9,5.222222222222222 -40213154,"Influenza, seasonal, injectable, preservative free",1994,1,8,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1994,2,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,3,6,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1994,4,6,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1994,5,10,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,6,10,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",1994,7,8,2.375 -40213154,"Influenza, seasonal, injectable, preservative free",1994,8,9,3.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1994,9,9,1.4444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1994,10,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,11,16,2 -40213154,"Influenza, seasonal, injectable, preservative free",1994,12,14,3 -40213154,"Influenza, seasonal, injectable, preservative free",1995,1,8,6 -40213154,"Influenza, seasonal, injectable, preservative free",1995,2,13,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",1995,3,10,2.4 -40213154,"Influenza, seasonal, injectable, preservative free",1995,4,8,2.125 -40213154,"Influenza, seasonal, injectable, preservative free",1995,5,7,4 -40213154,"Influenza, seasonal, injectable, preservative free",1995,6,13,2.3846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",1995,7,13,1.9230769230769231 -40213154,"Influenza, seasonal, injectable, preservative free",1995,8,11,2.8181818181818183 -40213154,"Influenza, seasonal, injectable, preservative free",1995,9,11,1.3636363636363635 -40213154,"Influenza, seasonal, injectable, preservative free",1995,10,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1995,11,14,1.8571428571428568 -40213154,"Influenza, seasonal, injectable, preservative free",1995,12,17,1.7647058823529411 -40213154,"Influenza, seasonal, injectable, preservative free",1996,1,14,4.785714285714286 -40213154,"Influenza, seasonal, injectable, preservative free",1996,2,11,2.272727272727273 -40213154,"Influenza, seasonal, injectable, preservative free",1996,3,10,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",1996,4,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",1996,5,11,3.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",1996,6,11,2.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",1996,7,14,1.9285714285714288 -40213154,"Influenza, seasonal, injectable, preservative free",1996,8,8,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",1996,9,15,1.8666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1996,10,7,1.7142857142857142 -40213154,"Influenza, seasonal, injectable, preservative free",1996,11,19,2.789473684210526 -40213154,"Influenza, seasonal, injectable, preservative free",1996,12,15,1.8666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1997,1,13,4.846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",1997,2,14,2.2142857142857144 -40213154,"Influenza, seasonal, injectable, preservative free",1997,3,14,2.2142857142857144 -40213154,"Influenza, seasonal, injectable, preservative free",1997,4,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",1997,5,7,1.8571428571428568 -40213154,"Influenza, seasonal, injectable, preservative free",1997,6,10,3.6 -40213154,"Influenza, seasonal, injectable, preservative free",1997,7,18,2 -40213154,"Influenza, seasonal, injectable, preservative free",1997,8,8,2.625 -40213154,"Influenza, seasonal, injectable, preservative free",1997,9,13,1.8461538461538465 -40213154,"Influenza, seasonal, injectable, preservative free",1997,10,14,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",1997,11,12,2.9166666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",1997,12,14,2 -40213154,"Influenza, seasonal, injectable, preservative free",1998,1,16,4.125 -40213154,"Influenza, seasonal, injectable, preservative free",1998,2,11,2.636363636363636 -40213154,"Influenza, seasonal, injectable, preservative free",1998,3,18,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1998,4,16,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1998,5,10,2.1 -40213154,"Influenza, seasonal, injectable, preservative free",1998,6,7,3.571428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",1998,7,17,1.8235294117647056 -40213154,"Influenza, seasonal, injectable, preservative free",1998,8,12,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1998,9,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",1998,10,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",1998,11,10,3.2 -40213154,"Influenza, seasonal, injectable, preservative free",1998,12,18,1.9444444444444444 -40213154,"Influenza, seasonal, injectable, preservative free",1999,1,16,4.0625 -40213154,"Influenza, seasonal, injectable, preservative free",1999,2,10,3.3 -40213154,"Influenza, seasonal, injectable, preservative free",1999,3,18,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",1999,4,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",1999,5,12,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",1999,6,11,3.1818181818181817 -40213154,"Influenza, seasonal, injectable, preservative free",1999,7,13,1.7692307692307692 -40213154,"Influenza, seasonal, injectable, preservative free",1999,8,14,1.8571428571428568 -40213154,"Influenza, seasonal, injectable, preservative free",1999,9,15,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",1999,10,15,1.5333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",1999,11,10,3.4 -40213154,"Influenza, seasonal, injectable, preservative free",1999,12,17,1.8823529411764703 -40213154,"Influenza, seasonal, injectable, preservative free",2000,1,14,4.428571428571429 -40213154,"Influenza, seasonal, injectable, preservative free",2000,2,11,2.636363636363636 -40213154,"Influenza, seasonal, injectable, preservative free",2000,3,15,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,4,18,2.055555555555556 -40213154,"Influenza, seasonal, injectable, preservative free",2000,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,6,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2000,7,13,1.9230769230769231 -40213154,"Influenza, seasonal, injectable, preservative free",2000,8,14,1.5714285714285714 -40213154,"Influenza, seasonal, injectable, preservative free",2000,9,17,2.117647058823529 -40213154,"Influenza, seasonal, injectable, preservative free",2000,10,15,1.5333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2000,11,8,2 -40213154,"Influenza, seasonal, injectable, preservative free",2000,12,19,2.789473684210526 -40213154,"Influenza, seasonal, injectable, preservative free",2001,1,17,2.588235294117647 -40213154,"Influenza, seasonal, injectable, preservative free",2001,2,15,4.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,3,9,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2001,4,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2001,5,16,2.0625 -40213154,"Influenza, seasonal, injectable, preservative free",2001,6,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",2001,7,12,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,8,17,1.6470588235294117 -40213154,"Influenza, seasonal, injectable, preservative free",2001,9,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2001,10,20,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2001,11,6,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2001,12,20,2.7 -40213154,"Influenza, seasonal, injectable, preservative free",2002,1,10,2 -40213154,"Influenza, seasonal, injectable, preservative free",2002,2,14,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2002,3,15,2.6 -40213154,"Influenza, seasonal, injectable, preservative free",2002,4,17,1.8823529411764703 -40213154,"Influenza, seasonal, injectable, preservative free",2002,5,17,1.8823529411764703 -40213154,"Influenza, seasonal, injectable, preservative free",2002,6,13,2.076923076923077 -40213154,"Influenza, seasonal, injectable, preservative free",2002,7,10,2.1 -40213154,"Influenza, seasonal, injectable, preservative free",2002,8,19,1.736842105263158 -40213154,"Influenza, seasonal, injectable, preservative free",2002,9,11,1.818181818181818 -40213154,"Influenza, seasonal, injectable, preservative free",2002,10,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2002,11,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",2002,12,18,2.888888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2003,1,11,1.818181818181818 -40213154,"Influenza, seasonal, injectable, preservative free",2003,2,16,2.375 -40213154,"Influenza, seasonal, injectable, preservative free",2003,3,12,2.583333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2003,4,15,1.9333333333333331 -40213154,"Influenza, seasonal, injectable, preservative free",2003,5,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2003,6,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2003,7,10,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2003,8,19,2 -40213154,"Influenza, seasonal, injectable, preservative free",2003,9,11,1.5454545454545454 -40213154,"Influenza, seasonal, injectable, preservative free",2003,10,16,2.0625 -40213154,"Influenza, seasonal, injectable, preservative free",2003,11,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",2003,12,12,3.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2004,1,15,1.9333333333333331 -40213154,"Influenza, seasonal, injectable, preservative free",2004,2,16,2.4375 -40213154,"Influenza, seasonal, injectable, preservative free",2004,3,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2004,4,15,1.7333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2004,5,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2004,6,18,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",2004,7,9,1.7777777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",2004,8,16,2 -40213154,"Influenza, seasonal, injectable, preservative free",2004,9,12,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2004,10,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",2004,11,18,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2004,12,12,2.083333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2005,1,14,2.071428571428572 -40213154,"Influenza, seasonal, injectable, preservative free",2005,2,21,2.142857142857143 -40213154,"Influenza, seasonal, injectable, preservative free",2005,3,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2005,4,12,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2005,5,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2005,6,18,1.6111111111111112 -40213154,"Influenza, seasonal, injectable, preservative free",2005,7,12,2.083333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2005,8,15,2.066666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2005,9,15,1.6 -40213154,"Influenza, seasonal, injectable, preservative free",2005,10,11,1.6363636363636365 -40213154,"Influenza, seasonal, injectable, preservative free",2005,11,16,1.5625 -40213154,"Influenza, seasonal, injectable, preservative free",2005,12,12,1.75 -40213154,"Influenza, seasonal, injectable, preservative free",2006,1,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2006,2,24,2.833333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2006,3,11,1.9090909090909087 -40213154,"Influenza, seasonal, injectable, preservative free",2006,4,9,2 -40213154,"Influenza, seasonal, injectable, preservative free",2006,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2006,6,15,2.1333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2006,7,15,1.9333333333333331 -40213154,"Influenza, seasonal, injectable, preservative free",2006,8,16,1.9375 -40213154,"Influenza, seasonal, injectable, preservative free",2006,9,18,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2006,10,9,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2006,11,20,1.55 -40213154,"Influenza, seasonal, injectable, preservative free",2006,12,12,1.9166666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2007,1,20,2 -40213154,"Influenza, seasonal, injectable, preservative free",2007,2,21,2.6666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2007,3,18,2.2222222222222223 -40213154,"Influenza, seasonal, injectable, preservative free",2007,4,8,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2007,5,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2007,6,12,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2007,7,17,1.8235294117647056 -40213154,"Influenza, seasonal, injectable, preservative free",2007,8,15,2.466666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2007,9,20,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",2007,10,11,2.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",2007,11,17,1.6470588235294117 -40213154,"Influenza, seasonal, injectable, preservative free",2007,12,13,1.6923076923076923 -40213154,"Influenza, seasonal, injectable, preservative free",2008,1,19,1.894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,2,18,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2008,3,16,2.6875 -40213154,"Influenza, seasonal, injectable, preservative free",2008,4,11,2.1818181818181817 -40213154,"Influenza, seasonal, injectable, preservative free",2008,5,15,1.9333333333333331 -40213154,"Influenza, seasonal, injectable, preservative free",2008,6,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2008,7,19,1.7894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,8,21,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2008,9,20,2.2 -40213154,"Influenza, seasonal, injectable, preservative free",2008,10,10,2.5 -40213154,"Influenza, seasonal, injectable, preservative free",2008,11,19,1.7894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2008,12,15,2 -40213154,"Influenza, seasonal, injectable, preservative free",2009,1,19,1.947368421052632 -40213154,"Influenza, seasonal, injectable, preservative free",2009,2,18,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2009,3,19,2.631578947368421 -40213154,"Influenza, seasonal, injectable, preservative free",2009,4,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2009,5,13,2.1538461538461537 -40213154,"Influenza, seasonal, injectable, preservative free",2009,6,12,2.25 -40213154,"Influenza, seasonal, injectable, preservative free",2009,7,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2009,8,17,2.5294117647058822 -40213154,"Influenza, seasonal, injectable, preservative free",2009,9,26,2 -40213154,"Influenza, seasonal, injectable, preservative free",2009,10,15,2.533333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2009,11,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2009,12,21,2.095238095238096 -40213154,"Influenza, seasonal, injectable, preservative free",2010,1,16,1.875 -40213154,"Influenza, seasonal, injectable, preservative free",2010,2,15,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2010,3,25,2.64 -40213154,"Influenza, seasonal, injectable, preservative free",2010,4,13,1.6153846153846154 -40213154,"Influenza, seasonal, injectable, preservative free",2010,5,17,1.8235294117647056 -40213154,"Influenza, seasonal, injectable, preservative free",2010,6,13,2.3846153846153846 -40213154,"Influenza, seasonal, injectable, preservative free",2010,7,19,1.894736842105263 -40213154,"Influenza, seasonal, injectable, preservative free",2010,8,15,2.2666666666666666 -40213154,"Influenza, seasonal, injectable, preservative free",2010,9,28,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2010,10,18,2.111111111111111 -40213154,"Influenza, seasonal, injectable, preservative free",2010,11,17,2.176470588235294 -40213154,"Influenza, seasonal, injectable, preservative free",2010,12,24,2.0416666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2011,1,15,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2011,2,15,1.8 -40213154,"Influenza, seasonal, injectable, preservative free",2011,3,24,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",2011,4,17,1.7058823529411764 -40213154,"Influenza, seasonal, injectable, preservative free",2011,5,20,1.9 -40213154,"Influenza, seasonal, injectable, preservative free",2011,6,13,2 -40213154,"Influenza, seasonal, injectable, preservative free",2011,7,19,1.8421052631578947 -40213154,"Influenza, seasonal, injectable, preservative free",2011,8,13,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",2011,9,30,2.3 -40213154,"Influenza, seasonal, injectable, preservative free",2011,10,24,2.333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2011,11,14,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2011,12,22,1.8636363636363635 -40213154,"Influenza, seasonal, injectable, preservative free",2012,1,18,1.8333333333333333 -40213154,"Influenza, seasonal, injectable, preservative free",2012,2,15,1.7333333333333334 -40213154,"Influenza, seasonal, injectable, preservative free",2012,3,24,2.75 -40213154,"Influenza, seasonal, injectable, preservative free",2012,4,21,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2012,5,20,1.9 -40213154,"Influenza, seasonal, injectable, preservative free",2012,6,14,1.7857142857142858 -40213154,"Influenza, seasonal, injectable, preservative free",2012,7,19,2.1578947368421053 -40213154,"Influenza, seasonal, injectable, preservative free",2012,8,20,1.95 -40213154,"Influenza, seasonal, injectable, preservative free",2012,9,30,2.2666666666666666 -40213154,"Influenza, seasonal, injectable, preservative free",2012,10,21,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2012,11,21,2.1904761904761907 -40213154,"Influenza, seasonal, injectable, preservative free",2012,12,24,1.6666666666666667 -40213154,"Influenza, seasonal, injectable, preservative free",2013,1,18,2.1666666666666665 -40213154,"Influenza, seasonal, injectable, preservative free",2013,2,19,1.4736842105263157 -40213154,"Influenza, seasonal, injectable, preservative free",2013,3,22,3.090909090909091 -40213154,"Influenza, seasonal, injectable, preservative free",2013,4,17,1.7058823529411764 -40213154,"Influenza, seasonal, injectable, preservative free",2013,5,23,1.608695652173913 -40213154,"Influenza, seasonal, injectable, preservative free",2013,6,245,2.4326530612244897 -40213154,"Influenza, seasonal, injectable, preservative free",2013,7,612,2.392156862745098 -40213154,"Influenza, seasonal, injectable, preservative free",2013,8,635,2.141732283464567 -40213154,"Influenza, seasonal, injectable, preservative free",2013,9,599,2.350584307178631 -40213154,"Influenza, seasonal, injectable, preservative free",2013,10,656,2.367378048780488 -40213154,"Influenza, seasonal, injectable, preservative free",2013,11,560,2.330357142857143 -40213154,"Influenza, seasonal, injectable, preservative free",2013,12,630,2.226984126984127 -40213154,"Influenza, seasonal, injectable, preservative free",2014,1,643,2.4339035769828925 -40213154,"Influenza, seasonal, injectable, preservative free",2014,2,598,2.5183946488294318 -40213154,"Influenza, seasonal, injectable, preservative free",2014,3,618,2.5372168284789645 -40213154,"Influenza, seasonal, injectable, preservative free",2014,4,593,2.2124789207419897 -40213154,"Influenza, seasonal, injectable, preservative free",2014,5,612,2.119281045751634 -40213154,"Influenza, seasonal, injectable, preservative free",2014,6,581,2.4733218588640278 -40213154,"Influenza, seasonal, injectable, preservative free",2014,7,615,2.3934959349593496 -40213154,"Influenza, seasonal, injectable, preservative free",2014,8,624,2.213141025641025 -40213154,"Influenza, seasonal, injectable, preservative free",2014,9,597,2.256281407035176 -40213154,"Influenza, seasonal, injectable, preservative free",2014,10,635,2.4803149606299213 -40213154,"Influenza, seasonal, injectable, preservative free",2014,11,591,2.3214890016920475 -40213154,"Influenza, seasonal, injectable, preservative free",2014,12,578,2.2975778546712804 -40213154,"Influenza, seasonal, injectable, preservative free",2015,1,661,2.4462934947049924 -40213154,"Influenza, seasonal, injectable, preservative free",2015,2,594,2.4494949494949494 -40213154,"Influenza, seasonal, injectable, preservative free",2015,3,631,2.316957210776545 -40213154,"Influenza, seasonal, injectable, preservative free",2015,4,605,2.4033057851239668 -40213154,"Influenza, seasonal, injectable, preservative free",2015,5,601,2.16638935108153 -40213154,"Influenza, seasonal, injectable, preservative free",2015,6,612,2.294117647058824 -40213154,"Influenza, seasonal, injectable, preservative free",2015,7,618,2.4190938511326863 -40213154,"Influenza, seasonal, injectable, preservative free",2015,8,646,2.346749226006192 -40213154,"Influenza, seasonal, injectable, preservative free",2015,9,592,2.206081081081081 -40213154,"Influenza, seasonal, injectable, preservative free",2015,10,658,2.360182370820669 -40213154,"Influenza, seasonal, injectable, preservative free",2015,11,606,2.229372937293729 -40213154,"Influenza, seasonal, injectable, preservative free",2015,12,602,2.25249169435216 -40213154,"Influenza, seasonal, injectable, preservative free",2016,1,679,2.43740795287187 -40213154,"Influenza, seasonal, injectable, preservative free",2016,2,593,2.516020236087689 -40213154,"Influenza, seasonal, injectable, preservative free",2016,3,666,2.388888888888889 -40213154,"Influenza, seasonal, injectable, preservative free",2016,4,606,2.402640264026403 -40213154,"Influenza, seasonal, injectable, preservative free",2016,5,625,2.3232 -40213154,"Influenza, seasonal, injectable, preservative free",2016,6,616,2.262987012987013 -40213154,"Influenza, seasonal, injectable, preservative free",2016,7,646,2.3544891640866874 -40213154,"Influenza, seasonal, injectable, preservative free",2016,8,643,2.4292379471228616 -40213154,"Influenza, seasonal, injectable, preservative free",2016,9,594,2.171717171717172 -40213154,"Influenza, seasonal, injectable, preservative free",2016,10,661,2.514372163388805 -40213154,"Influenza, seasonal, injectable, preservative free",2016,11,618,2.289644012944984 -40213154,"Influenza, seasonal, injectable, preservative free",2016,12,583,2.221269296740995 -40213154,"Influenza, seasonal, injectable, preservative free",2017,1,694,2.537463976945245 -40213154,"Influenza, seasonal, injectable, preservative free",2017,2,566,2.454063604240283 -40213154,"Influenza, seasonal, injectable, preservative free",2017,3,647,2.401854714064915 -40213154,"Influenza, seasonal, injectable, preservative free",2017,4,598,2.4498327759197323 -40213154,"Influenza, seasonal, injectable, preservative free",2017,5,648,2.1527777777777777 -40213154,"Influenza, seasonal, injectable, preservative free",2017,6,628,2.390127388535032 -40213154,"Influenza, seasonal, injectable, preservative free",2017,7,635,2.307086614173228 -40213154,"Influenza, seasonal, injectable, preservative free",2017,8,675,2.414814814814815 -40213154,"Influenza, seasonal, injectable, preservative free",2017,9,596,2.1426174496644297 -40213154,"Influenza, seasonal, injectable, preservative free",2017,10,645,2.3767441860465115 -40213154,"Influenza, seasonal, injectable, preservative free",2017,11,662,2.308157099697885 -40213154,"Influenza, seasonal, injectable, preservative free",2017,12,577,2.3015597920277298 -40213154,"Influenza, seasonal, injectable, preservative free",2018,1,683,2.288433382137628 -40213154,"Influenza, seasonal, injectable, preservative free",2018,2,602,2.4485049833887045 -40213154,"Influenza, seasonal, injectable, preservative free",2018,3,657,2.415525114155251 -40213154,"Influenza, seasonal, injectable, preservative free",2018,4,596,2.511744966442953 -40213154,"Influenza, seasonal, injectable, preservative free",2018,5,665,2.233082706766917 -40213154,"Influenza, seasonal, injectable, preservative free",2018,6,627,2.2264752791068583 -40213154,"Influenza, seasonal, injectable, preservative free",2018,7,617,2.340356564019449 -40213154,"Influenza, seasonal, injectable, preservative free",2018,8,678,2.4528023598820057 -40213154,"Influenza, seasonal, injectable, preservative free",2018,9,652,2.3773006134969323 -40213154,"Influenza, seasonal, injectable, preservative free",2018,10,617,2.2901134521880064 -40213154,"Influenza, seasonal, injectable, preservative free",2018,11,665,2.406015037593985 -40213154,"Influenza, seasonal, injectable, preservative free",2018,12,601,2.3410981697171382 -40213154,"Influenza, seasonal, injectable, preservative free",2019,1,680,2.320588235294118 -40213154,"Influenza, seasonal, injectable, preservative free",2019,2,617,2.277147487844408 -40213154,"Influenza, seasonal, injectable, preservative free",2019,3,673,2.4695393759286777 -40213154,"Influenza, seasonal, injectable, preservative free",2019,4,615,2.538211382113821 -40213154,"Influenza, seasonal, injectable, preservative free",2019,5,659,2.289833080424886 -40213154,"Influenza, seasonal, injectable, preservative free",2019,6,616,2.168831168831169 -40213154,"Influenza, seasonal, injectable, preservative free",2019,7,662,2.3595166163141994 -40213154,"Influenza, seasonal, injectable, preservative free",2019,8,659,2.4764795144157814 -40213154,"Influenza, seasonal, injectable, preservative free",2019,9,666,2.304804804804805 -40213154,"Influenza, seasonal, injectable, preservative free",2019,10,640,2.1453125 -40213154,"Influenza, seasonal, injectable, preservative free",2019,11,656,2.4878048780487805 -40213154,"Influenza, seasonal, injectable, preservative free",2019,12,636,2.279874213836478 -40213154,"Influenza, seasonal, injectable, preservative free",2020,1,650,2.207692307692308 -40213154,"Influenza, seasonal, injectable, preservative free",2020,2,646,2.5619195046439627 -40213154,"Influenza, seasonal, injectable, preservative free",2020,3,679,2.444771723122239 -40213154,"Influenza, seasonal, injectable, preservative free",2020,4,642,2.3068535825545173 -40213154,"Influenza, seasonal, injectable, preservative free",2020,5,640,2.41875 -40213154,"Influenza, seasonal, injectable, preservative free",2020,6,624,2.2868589743589745 -40213154,"Influenza, seasonal, injectable, preservative free",2020,7,656,2.278963414634146 -40213154,"Influenza, seasonal, injectable, preservative free",2020,8,663,2.4615384615384617 -40213154,"Influenza, seasonal, injectable, preservative free",2020,9,676,2.36094674556213 -40213154,"Influenza, seasonal, injectable, preservative free",2020,10,617,2.1815235008103726 -40213154,"Influenza, seasonal, injectable, preservative free",2020,11,697,2.3873744619799138 -40213154,"Influenza, seasonal, injectable, preservative free",2020,12,636,2.371069182389937 -40213154,"Influenza, seasonal, injectable, preservative free",2021,1,644,2.2857142857142856 -40213154,"Influenza, seasonal, injectable, preservative free",2021,2,636,2.371069182389937 -40213154,"Influenza, seasonal, injectable, preservative free",2021,3,688,2.4680232558139537 -40213154,"Influenza, seasonal, injectable, preservative free",2021,4,646,2.331269349845201 -40213154,"Influenza, seasonal, injectable, preservative free",2021,5,641,2.4726989079563184 -40213154,"Influenza, seasonal, injectable, preservative free",2021,6,600,2.295 -40213154,"Influenza, seasonal, injectable, preservative free",2021,7,668,2.236526946107785 -40213154,"Influenza, seasonal, injectable, preservative free",2021,8,680,2.363235294117647 -40213154,"Influenza, seasonal, injectable, preservative free",2021,9,642,2.4501557632398754 -40213154,"Influenza, seasonal, injectable, preservative free",2021,10,662,2.098187311178248 -40213154,"Influenza, seasonal, injectable, preservative free",2021,11,671,2.512667660208644 -40213154,"Influenza, seasonal, injectable, preservative free",2021,12,666,2.3063063063063063 -40213154,"Influenza, seasonal, injectable, preservative free",2022,1,652,2.239263803680981 -40213154,"Influenza, seasonal, injectable, preservative free",2022,2,660,2.363636363636364 -40213154,"Influenza, seasonal, injectable, preservative free",2022,3,700,2.4514285714285715 -40213154,"Influenza, seasonal, injectable, preservative free",2022,4,651,2.4546850998463903 -40213154,"Influenza, seasonal, injectable, preservative free",2022,5,655,2.4198473282442747 -40213154,"Influenza, seasonal, injectable, preservative free",2022,6,626,2.2044728434504792 -40213154,"Influenza, seasonal, injectable, preservative free",2022,7,672,2.3035714285714284 -40213154,"Influenza, seasonal, injectable, preservative free",2022,8,700,2.38 -40213154,"Influenza, seasonal, injectable, preservative free",2022,9,696,2.57183908045977 -40213154,"Influenza, seasonal, injectable, preservative free",2022,10,664,2.128012048192771 -40213154,"Influenza, seasonal, injectable, preservative free",2022,11,658,2.4574468085106385 -40213154,"Influenza, seasonal, injectable, preservative free",2022,12,695,2.2762589928057557 -40213154,"Influenza, seasonal, injectable, preservative free",2023,1,638,2.324451410658307 -40213154,"Influenza, seasonal, injectable, preservative free",2023,2,665,2.308270676691729 -40213154,"Influenza, seasonal, injectable, preservative free",2023,3,664,2.3795180722891565 -40213154,"Influenza, seasonal, injectable, preservative free",2023,4,691,2.470332850940666 -40213154,"Influenza, seasonal, injectable, preservative free",2023,5,618,2.5064724919093853 -40213154,"Influenza, seasonal, injectable, preservative free",2023,6,324,2.2623456790123457 -40213160,"poliovirus vaccine, inactivated",1955,6,1,2 -40213160,"poliovirus vaccine, inactivated",1955,11,1,1 -40213160,"poliovirus vaccine, inactivated",1959,4,1,3 -40213160,"poliovirus vaccine, inactivated",1959,6,1,3 -40213160,"poliovirus vaccine, inactivated",1959,9,1,3 -40213160,"poliovirus vaccine, inactivated",1963,12,1,3 -40213160,"poliovirus vaccine, inactivated",1965,7,1,1 -40213160,"poliovirus vaccine, inactivated",1965,9,1,1 -40213160,"poliovirus vaccine, inactivated",1965,12,1,1 -40213160,"poliovirus vaccine, inactivated",1970,3,1,1 -40213160,"poliovirus vaccine, inactivated",1973,11,1,2 -40213160,"poliovirus vaccine, inactivated",1981,2,1,1 -40213160,"poliovirus vaccine, inactivated",1985,7,1,1 -40213160,"poliovirus vaccine, inactivated",1985,9,1,1 -40213160,"poliovirus vaccine, inactivated",1985,12,1,1 -40213160,"poliovirus vaccine, inactivated",1990,3,1,1 -40213160,"poliovirus vaccine, inactivated",1994,5,1,2 -40213160,"poliovirus vaccine, inactivated",1994,7,1,2 -40213160,"poliovirus vaccine, inactivated",1994,10,1,2 -40213160,"poliovirus vaccine, inactivated",1995,2,1,2 -40213160,"poliovirus vaccine, inactivated",1996,3,1,2 -40213160,"poliovirus vaccine, inactivated",2001,10,1,1 -40213160,"poliovirus vaccine, inactivated",2001,12,1,1 -40213160,"poliovirus vaccine, inactivated",2002,2,1,1 -40213160,"poliovirus vaccine, inactivated",2002,3,1,1 -40213160,"poliovirus vaccine, inactivated",2002,7,1,1 -40213160,"poliovirus vaccine, inactivated",2002,9,1,1 -40213160,"poliovirus vaccine, inactivated",2002,12,1,1 -40213160,"poliovirus vaccine, inactivated",2007,3,1,1 -40213160,"poliovirus vaccine, inactivated",2010,12,1,1 -40213160,"poliovirus vaccine, inactivated",2011,2,1,1 -40213160,"poliovirus vaccine, inactivated",2011,5,1,1 -40213160,"poliovirus vaccine, inactivated",2013,6,13,2 -40213160,"poliovirus vaccine, inactivated",2013,7,27,2.2962962962962963 -40213160,"poliovirus vaccine, inactivated",2013,8,40,1.975 -40213160,"poliovirus vaccine, inactivated",2013,9,41,2.073170731707317 -40213160,"poliovirus vaccine, inactivated",2013,10,30,2 -40213160,"poliovirus vaccine, inactivated",2013,11,40,2 -40213160,"poliovirus vaccine, inactivated",2013,12,42,2.261904761904762 -40213160,"poliovirus vaccine, inactivated",2014,1,36,1.8611111111111112 -40213160,"poliovirus vaccine, inactivated",2014,2,39,2.6153846153846154 -40213160,"poliovirus vaccine, inactivated",2014,3,28,2.5357142857142856 -40213160,"poliovirus vaccine, inactivated",2014,4,30,2.5 -40213160,"poliovirus vaccine, inactivated",2014,5,34,2.9411764705882355 -40213160,"poliovirus vaccine, inactivated",2014,6,25,2.08 -40213160,"poliovirus vaccine, inactivated",2014,7,36,2.9722222222222223 -40213160,"poliovirus vaccine, inactivated",2014,8,21,3.6666666666666665 -40213160,"poliovirus vaccine, inactivated",2014,9,32,2.5 -40213160,"poliovirus vaccine, inactivated",2014,10,32,3.78125 -40213160,"poliovirus vaccine, inactivated",2014,11,27,2.962962962962963 -40213160,"poliovirus vaccine, inactivated",2014,12,38,2.210526315789474 -40213160,"poliovirus vaccine, inactivated",2015,1,32,3.78125 -40213160,"poliovirus vaccine, inactivated",2015,2,43,2.4186046511627906 -40213160,"poliovirus vaccine, inactivated",2015,3,44,2.2045454545454546 -40213160,"poliovirus vaccine, inactivated",2015,4,35,2.657142857142857 -40213160,"poliovirus vaccine, inactivated",2015,5,40,2.225 -40213160,"poliovirus vaccine, inactivated",2015,6,39,3.076923076923077 -40213160,"poliovirus vaccine, inactivated",2015,7,38,2.6842105263157894 -40213160,"poliovirus vaccine, inactivated",2015,8,44,2.477272727272727 -40213160,"poliovirus vaccine, inactivated",2015,9,42,2.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2015,10,39,2.641025641025641 -40213160,"poliovirus vaccine, inactivated",2015,11,47,2.6382978723404253 -40213160,"poliovirus vaccine, inactivated",2015,12,42,1.9523809523809523 -40213160,"poliovirus vaccine, inactivated",2016,1,38,2.4473684210526314 -40213160,"poliovirus vaccine, inactivated",2016,2,37,1.945945945945946 -40213160,"poliovirus vaccine, inactivated",2016,3,42,2.119047619047619 -40213160,"poliovirus vaccine, inactivated",2016,4,46,2.5 -40213160,"poliovirus vaccine, inactivated",2016,5,38,1.7105263157894737 -40213160,"poliovirus vaccine, inactivated",2016,6,30,2.566666666666667 -40213160,"poliovirus vaccine, inactivated",2016,7,42,2.7142857142857144 -40213160,"poliovirus vaccine, inactivated",2016,8,37,2.864864864864865 -40213160,"poliovirus vaccine, inactivated",2016,9,40,3.025 -40213160,"poliovirus vaccine, inactivated",2016,10,31,2.4838709677419355 -40213160,"poliovirus vaccine, inactivated",2016,11,26,2.1153846153846154 -40213160,"poliovirus vaccine, inactivated",2016,12,34,2.3823529411764706 -40213160,"poliovirus vaccine, inactivated",2017,1,40,3.25 -40213160,"poliovirus vaccine, inactivated",2017,2,36,2.9166666666666665 -40213160,"poliovirus vaccine, inactivated",2017,3,36,2.888888888888889 -40213160,"poliovirus vaccine, inactivated",2017,4,30,1.8 -40213160,"poliovirus vaccine, inactivated",2017,5,45,2.2666666666666666 -40213160,"poliovirus vaccine, inactivated",2017,6,44,2.5 -40213160,"poliovirus vaccine, inactivated",2017,7,48,1.9166666666666667 -40213160,"poliovirus vaccine, inactivated",2017,8,34,2.235294117647059 -40213160,"poliovirus vaccine, inactivated",2017,9,41,3.024390243902439 -40213160,"poliovirus vaccine, inactivated",2017,10,28,2.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2017,11,34,2.588235294117647 -40213160,"poliovirus vaccine, inactivated",2017,12,33,2.1515151515151514 -40213160,"poliovirus vaccine, inactivated",2018,1,30,1.8 -40213160,"poliovirus vaccine, inactivated",2018,2,32,2.46875 -40213160,"poliovirus vaccine, inactivated",2018,3,35,1.8571428571428568 -40213160,"poliovirus vaccine, inactivated",2018,4,31,1.967741935483871 -40213160,"poliovirus vaccine, inactivated",2018,5,46,1.565217391304348 -40213160,"poliovirus vaccine, inactivated",2018,6,38,2.1052631578947367 -40213160,"poliovirus vaccine, inactivated",2018,7,31,1.6774193548387095 -40213160,"poliovirus vaccine, inactivated",2018,8,41,2.024390243902439 -40213160,"poliovirus vaccine, inactivated",2018,9,32,1.875 -40213160,"poliovirus vaccine, inactivated",2018,10,37,1.837837837837838 -40213160,"poliovirus vaccine, inactivated",2018,11,28,2.392857142857143 -40213160,"poliovirus vaccine, inactivated",2018,12,30,1.7333333333333334 -40213160,"poliovirus vaccine, inactivated",2019,1,37,2.72972972972973 -40213160,"poliovirus vaccine, inactivated",2019,2,29,2.0689655172413794 -40213160,"poliovirus vaccine, inactivated",2019,3,36,1.9166666666666667 -40213160,"poliovirus vaccine, inactivated",2019,4,32,3.03125 -40213160,"poliovirus vaccine, inactivated",2019,5,47,2.0638297872340425 -40213160,"poliovirus vaccine, inactivated",2019,6,35,2.1714285714285717 -40213160,"poliovirus vaccine, inactivated",2019,7,34,1.911764705882353 -40213160,"poliovirus vaccine, inactivated",2019,8,34,2.088235294117647 -40213160,"poliovirus vaccine, inactivated",2019,9,38,2.236842105263158 -40213160,"poliovirus vaccine, inactivated",2019,10,40,2 -40213160,"poliovirus vaccine, inactivated",2019,11,36,2.111111111111111 -40213160,"poliovirus vaccine, inactivated",2019,12,32,1.96875 -40213160,"poliovirus vaccine, inactivated",2020,1,32,2.0625 -40213160,"poliovirus vaccine, inactivated",2020,2,39,2.230769230769231 -40213160,"poliovirus vaccine, inactivated",2020,3,27,2.4814814814814814 -40213160,"poliovirus vaccine, inactivated",2020,4,36,2 -40213160,"poliovirus vaccine, inactivated",2020,5,40,2.1 -40213160,"poliovirus vaccine, inactivated",2020,6,36,2.555555555555556 -40213160,"poliovirus vaccine, inactivated",2020,7,44,2.113636363636364 -40213160,"poliovirus vaccine, inactivated",2020,8,37,2.72972972972973 -40213160,"poliovirus vaccine, inactivated",2020,9,31,2.096774193548387 -40213160,"poliovirus vaccine, inactivated",2020,10,41,3.048780487804878 -40213160,"poliovirus vaccine, inactivated",2020,11,43,2.0930232558139537 -40213160,"poliovirus vaccine, inactivated",2020,12,42,3.2142857142857144 -40213160,"poliovirus vaccine, inactivated",2021,1,44,2.75 -40213160,"poliovirus vaccine, inactivated",2021,2,28,2.571428571428572 -40213160,"poliovirus vaccine, inactivated",2021,3,37,2.864864864864865 -40213160,"poliovirus vaccine, inactivated",2021,4,32,2.875 -40213160,"poliovirus vaccine, inactivated",2021,5,35,2.571428571428572 -40213160,"poliovirus vaccine, inactivated",2021,6,30,2.2333333333333334 -40213160,"poliovirus vaccine, inactivated",2021,7,33,2.212121212121212 -40213160,"poliovirus vaccine, inactivated",2021,8,32,2.28125 -40213160,"poliovirus vaccine, inactivated",2021,9,43,2.581395348837209 -40213160,"poliovirus vaccine, inactivated",2021,10,44,1.8409090909090908 -40213160,"poliovirus vaccine, inactivated",2021,11,40,2 -40213160,"poliovirus vaccine, inactivated",2021,12,34,2 -40213160,"poliovirus vaccine, inactivated",2022,1,40,1.975 -40213160,"poliovirus vaccine, inactivated",2022,2,37,2.108108108108108 -40213160,"poliovirus vaccine, inactivated",2022,3,32,2.28125 -40213160,"poliovirus vaccine, inactivated",2022,4,34,2.0294117647058822 -40213160,"poliovirus vaccine, inactivated",2022,5,34,2.5588235294117645 -40213160,"poliovirus vaccine, inactivated",2022,6,29,1.7241379310344829 -40213160,"poliovirus vaccine, inactivated",2022,7,35,2.057142857142857 -40213160,"poliovirus vaccine, inactivated",2022,8,33,1.7272727272727273 -40213160,"poliovirus vaccine, inactivated",2022,9,32,1.65625 -40213160,"poliovirus vaccine, inactivated",2022,10,34,2.264705882352941 -40213160,"poliovirus vaccine, inactivated",2022,11,31,1.4838709677419355 -40213160,"poliovirus vaccine, inactivated",2022,12,34,2.0294117647058822 -40213160,"poliovirus vaccine, inactivated",2023,1,33,2.060606060606061 -40213160,"poliovirus vaccine, inactivated",2023,2,23,2.869565217391304 -40213160,"poliovirus vaccine, inactivated",2023,3,30,2.1666666666666665 -40213160,"poliovirus vaccine, inactivated",2023,4,34,2.3529411764705883 -40213160,"poliovirus vaccine, inactivated",2023,5,28,2.821428571428572 -40213160,"poliovirus vaccine, inactivated",2023,6,15,1.6666666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,4,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2005,9,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2006,9,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2008,3,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2009,8,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2010,7,1,1 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2012,10,1,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,6,13,1.4615384615384617 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,7,26,2.8461538461538463 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,8,20,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,9,18,2.2222222222222223 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,10,26,2.4615384615384617 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,11,17,3.0588235294117645 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2013,12,26,2.1538461538461537 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,1,23,2.4782608695652173 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,2,18,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,3,25,1.96 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,4,27,1.8888888888888888 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,5,22,2.090909090909091 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,6,16,2.125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,7,19,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,8,26,1.8846153846153848 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,9,26,2.230769230769231 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,10,25,2.08 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,11,27,2.111111111111111 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2014,12,21,2.857142857142857 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,1,29,2.310344827586207 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,2,23,1.9565217391304348 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,3,30,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,4,31,2.161290322580645 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,5,24,1.875 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,6,22,1.818181818181818 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,7,18,2.055555555555556 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,8,34,2.0294117647058822 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,9,19,2.631578947368421 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,10,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,11,25,1.96 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2015,12,30,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,1,38,2.1052631578947367 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,2,19,1.894736842105263 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,3,26,2.1153846153846154 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,4,33,1.878787878787879 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,5,34,2.088235294117647 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,6,24,2.208333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,7,28,1.8928571428571428 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,8,19,1.947368421052632 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,9,25,1.64 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,10,22,2.909090909090909 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,11,30,1.7666666666666666 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2016,12,28,2.142857142857143 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,1,29,3.4482758620689653 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,2,23,3.217391304347826 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,3,20,2.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,4,27,2.333333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,5,16,2.125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,6,24,2.1666666666666665 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,7,32,2.8125 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,8,27,2.2962962962962963 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,9,31,2.129032258064516 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,10,20,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,11,15,2.066666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2017,12,17,3.3529411764705883 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,1,27,2.074074074074074 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,2,20,2.75 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,3,31,2.3225806451612905 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,4,19,1.894736842105263 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,5,24,2.5 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,6,29,1.9655172413793105 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,7,25,1.76 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,8,17,1.8823529411764703 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,9,21,2.1904761904761907 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,10,28,2.0357142857142856 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,11,27,3.2962962962962963 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2018,12,21,3.1904761904761907 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,1,30,2.333333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,2,24,2.083333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,3,20,3.35 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,4,17,2.764705882352941 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,5,32,1.84375 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,6,22,1.681818181818182 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,7,25,2.36 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,8,20,2.4 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,9,18,1.9444444444444444 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,10,28,1.5714285714285714 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,11,21,2.333333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2019,12,28,2.607142857142857 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,1,26,2.269230769230769 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,2,34,2.147058823529412 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,3,26,3.1153846153846154 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,4,30,2.2333333333333334 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,5,24,3 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,6,22,2.090909090909091 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,7,24,1.75 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,8,26,1.7307692307692308 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,9,20,2.3 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,10,18,2.333333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,11,30,1.7666666666666666 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2020,12,23,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,1,20,2.35 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,2,22,2.636363636363636 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,3,30,1.9 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,4,35,1.9142857142857144 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,5,30,1.9666666666666663 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,6,23,2.0434782608695654 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,7,32,2.59375 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,8,21,2.4285714285714284 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,9,24,2.208333333333333 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,10,22,2.3181818181818183 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,11,28,2.2857142857142856 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2021,12,31,2.290322580645161 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,1,29,2 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,2,29,1.9655172413793105 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,3,22,1.5454545454545454 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,4,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,5,28,2.071428571428572 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,6,26,1.7307692307692308 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,7,21,2.523809523809524 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,8,33,3.303030303030303 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,9,19,2.0526315789473686 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,10,34,2.823529411764706 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,11,22,1.9545454545454544 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2022,12,26,2.076923076923077 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,1,22,1.818181818181818 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,2,30,2.3666666666666667 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,3,25,2.56 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,4,22,2.909090909090909 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,5,20,2.05 -40213180,"meningococcal polysaccharide (groups A, C, Y and W-135) diphtheria toxoid conjugate vaccine (MCV4P)",2023,6,13,2.076923076923077 -40213183,"measles, mumps and rubella virus vaccine",1971,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",1971,5,1,2 -40213183,"measles, mumps and rubella virus vaccine",1973,11,1,2 -40213183,"measles, mumps and rubella virus vaccine",1981,2,1,1 -40213183,"measles, mumps and rubella virus vaccine",1986,6,1,1 -40213183,"measles, mumps and rubella virus vaccine",1990,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",1995,2,1,2 -40213183,"measles, mumps and rubella virus vaccine",1995,4,1,2 -40213183,"measles, mumps and rubella virus vaccine",1996,3,1,2 -40213183,"measles, mumps and rubella virus vaccine",2002,2,1,1 -40213183,"measles, mumps and rubella virus vaccine",2002,9,1,1 -40213183,"measles, mumps and rubella virus vaccine",2003,6,1,1 -40213183,"measles, mumps and rubella virus vaccine",2007,3,1,1 -40213183,"measles, mumps and rubella virus vaccine",2011,11,1,1 -40213183,"measles, mumps and rubella virus vaccine",2013,6,4,1.75 -40213183,"measles, mumps and rubella virus vaccine",2013,7,12,1.8333333333333333 -40213183,"measles, mumps and rubella virus vaccine",2013,8,20,2 -40213183,"measles, mumps and rubella virus vaccine",2013,9,20,1.7 -40213183,"measles, mumps and rubella virus vaccine",2013,10,21,1.809523809523809 -40213183,"measles, mumps and rubella virus vaccine",2013,11,16,2.3125 -40213183,"measles, mumps and rubella virus vaccine",2013,12,23,3.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2014,1,17,1.8235294117647056 -40213183,"measles, mumps and rubella virus vaccine",2014,2,24,2.958333333333333 -40213183,"measles, mumps and rubella virus vaccine",2014,3,17,3.4705882352941178 -40213183,"measles, mumps and rubella virus vaccine",2014,4,12,2.75 -40213183,"measles, mumps and rubella virus vaccine",2014,5,17,2.235294117647059 -40213183,"measles, mumps and rubella virus vaccine",2014,6,22,2.136363636363636 -40213183,"measles, mumps and rubella virus vaccine",2014,7,14,2.071428571428572 -40213183,"measles, mumps and rubella virus vaccine",2014,8,17,1.588235294117647 -40213183,"measles, mumps and rubella virus vaccine",2014,9,17,1.8235294117647056 -40213183,"measles, mumps and rubella virus vaccine",2014,10,15,1.6666666666666667 -40213183,"measles, mumps and rubella virus vaccine",2014,11,17,2.3529411764705883 -40213183,"measles, mumps and rubella virus vaccine",2014,12,17,2 -40213183,"measles, mumps and rubella virus vaccine",2015,1,19,2.789473684210526 -40213183,"measles, mumps and rubella virus vaccine",2015,2,16,1.9375 -40213183,"measles, mumps and rubella virus vaccine",2015,3,19,1.947368421052632 -40213183,"measles, mumps and rubella virus vaccine",2015,4,20,3.75 -40213183,"measles, mumps and rubella virus vaccine",2015,5,13,2.6923076923076925 -40213183,"measles, mumps and rubella virus vaccine",2015,6,15,3.6666666666666665 -40213183,"measles, mumps and rubella virus vaccine",2015,7,17,4.764705882352941 -40213183,"measles, mumps and rubella virus vaccine",2015,8,23,2.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2015,9,14,1.9285714285714288 -40213183,"measles, mumps and rubella virus vaccine",2015,10,25,2.88 -40213183,"measles, mumps and rubella virus vaccine",2015,11,18,2.4444444444444446 -40213183,"measles, mumps and rubella virus vaccine",2015,12,23,2.0869565217391304 -40213183,"measles, mumps and rubella virus vaccine",2016,1,23,2.347826086956522 -40213183,"measles, mumps and rubella virus vaccine",2016,2,19,2.1578947368421053 -40213183,"measles, mumps and rubella virus vaccine",2016,3,19,2.210526315789474 -40213183,"measles, mumps and rubella virus vaccine",2016,4,16,1.75 -40213183,"measles, mumps and rubella virus vaccine",2016,5,19,2.421052631578948 -40213183,"measles, mumps and rubella virus vaccine",2016,6,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2016,7,17,4.117647058823529 -40213183,"measles, mumps and rubella virus vaccine",2016,8,24,2.625 -40213183,"measles, mumps and rubella virus vaccine",2016,9,20,3.1 -40213183,"measles, mumps and rubella virus vaccine",2016,10,20,2.35 -40213183,"measles, mumps and rubella virus vaccine",2016,11,22,1.9545454545454544 -40213183,"measles, mumps and rubella virus vaccine",2016,12,17,2 -40213183,"measles, mumps and rubella virus vaccine",2017,1,21,2.7142857142857144 -40213183,"measles, mumps and rubella virus vaccine",2017,2,22,2.8181818181818183 -40213183,"measles, mumps and rubella virus vaccine",2017,3,20,3.95 -40213183,"measles, mumps and rubella virus vaccine",2017,4,14,1.7142857142857142 -40213183,"measles, mumps and rubella virus vaccine",2017,5,16,2 -40213183,"measles, mumps and rubella virus vaccine",2017,6,20,2 -40213183,"measles, mumps and rubella virus vaccine",2017,7,23,2.6956521739130435 -40213183,"measles, mumps and rubella virus vaccine",2017,8,15,2.2 -40213183,"measles, mumps and rubella virus vaccine",2017,9,18,3.5 -40213183,"measles, mumps and rubella virus vaccine",2017,10,8,2 -40213183,"measles, mumps and rubella virus vaccine",2017,11,22,2.636363636363636 -40213183,"measles, mumps and rubella virus vaccine",2017,12,25,2.76 -40213183,"measles, mumps and rubella virus vaccine",2018,1,16,1.8125 -40213183,"measles, mumps and rubella virus vaccine",2018,2,19,2 -40213183,"measles, mumps and rubella virus vaccine",2018,3,23,2.0434782608695654 -40213183,"measles, mumps and rubella virus vaccine",2018,4,19,2.210526315789474 -40213183,"measles, mumps and rubella virus vaccine",2018,5,23,2.217391304347826 -40213183,"measles, mumps and rubella virus vaccine",2018,6,19,1.947368421052632 -40213183,"measles, mumps and rubella virus vaccine",2018,7,13,2.230769230769231 -40213183,"measles, mumps and rubella virus vaccine",2018,8,18,2.9444444444444446 -40213183,"measles, mumps and rubella virus vaccine",2018,9,9,2.2222222222222223 -40213183,"measles, mumps and rubella virus vaccine",2018,10,18,1.8333333333333333 -40213183,"measles, mumps and rubella virus vaccine",2018,11,15,1.7333333333333334 -40213183,"measles, mumps and rubella virus vaccine",2018,12,16,1.9375 -40213183,"measles, mumps and rubella virus vaccine",2019,1,18,3.5 -40213183,"measles, mumps and rubella virus vaccine",2019,2,13,2.076923076923077 -40213183,"measles, mumps and rubella virus vaccine",2019,3,21,2.095238095238096 -40213183,"measles, mumps and rubella virus vaccine",2019,4,17,3.647058823529412 -40213183,"measles, mumps and rubella virus vaccine",2019,5,17,2.9411764705882355 -40213183,"measles, mumps and rubella virus vaccine",2019,6,13,2.1538461538461537 -40213183,"measles, mumps and rubella virus vaccine",2019,7,18,2.055555555555556 -40213183,"measles, mumps and rubella virus vaccine",2019,8,20,2.25 -40213183,"measles, mumps and rubella virus vaccine",2019,9,14,2.142857142857143 -40213183,"measles, mumps and rubella virus vaccine",2019,10,18,2.5 -40213183,"measles, mumps and rubella virus vaccine",2019,11,26,2.1153846153846154 -40213183,"measles, mumps and rubella virus vaccine",2019,12,20,2.05 -40213183,"measles, mumps and rubella virus vaccine",2020,1,13,1.6923076923076923 -40213183,"measles, mumps and rubella virus vaccine",2020,2,21,2.523809523809524 -40213183,"measles, mumps and rubella virus vaccine",2020,3,25,2.28 -40213183,"measles, mumps and rubella virus vaccine",2020,4,20,2.3 -40213183,"measles, mumps and rubella virus vaccine",2020,5,17,2.235294117647059 -40213183,"measles, mumps and rubella virus vaccine",2020,6,17,2.0588235294117645 -40213183,"measles, mumps and rubella virus vaccine",2020,7,23,2.217391304347826 -40213183,"measles, mumps and rubella virus vaccine",2020,8,16,1.8125 -40213183,"measles, mumps and rubella virus vaccine",2020,9,12,2 -40213183,"measles, mumps and rubella virus vaccine",2020,10,22,1.8636363636363635 -40213183,"measles, mumps and rubella virus vaccine",2020,11,25,2 -40213183,"measles, mumps and rubella virus vaccine",2020,12,17,3.5294117647058822 -40213183,"measles, mumps and rubella virus vaccine",2021,1,22,1.7727272727272727 -40213183,"measles, mumps and rubella virus vaccine",2021,2,8,1.875 -40213183,"measles, mumps and rubella virus vaccine",2021,3,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2021,4,20,3.1 -40213183,"measles, mumps and rubella virus vaccine",2021,5,19,2.473684210526316 -40213183,"measles, mumps and rubella virus vaccine",2021,6,13,1.9230769230769231 -40213183,"measles, mumps and rubella virus vaccine",2021,7,16,3.375 -40213183,"measles, mumps and rubella virus vaccine",2021,8,17,2.764705882352941 -40213183,"measles, mumps and rubella virus vaccine",2021,9,23,3.5217391304347827 -40213183,"measles, mumps and rubella virus vaccine",2021,10,21,1.8571428571428568 -40213183,"measles, mumps and rubella virus vaccine",2021,11,23,2.5217391304347827 -40213183,"measles, mumps and rubella virus vaccine",2021,12,24,2.375 -40213183,"measles, mumps and rubella virus vaccine",2022,1,17,2.176470588235294 -40213183,"measles, mumps and rubella virus vaccine",2022,2,12,2 -40213183,"measles, mumps and rubella virus vaccine",2022,3,17,2.8823529411764706 -40213183,"measles, mumps and rubella virus vaccine",2022,4,21,2.238095238095238 -40213183,"measles, mumps and rubella virus vaccine",2022,5,15,2.6666666666666665 -40213183,"measles, mumps and rubella virus vaccine",2022,6,11,2.5454545454545454 -40213183,"measles, mumps and rubella virus vaccine",2022,7,16,1.75 -40213183,"measles, mumps and rubella virus vaccine",2022,8,27,1.9259259259259256 -40213183,"measles, mumps and rubella virus vaccine",2022,9,17,1.588235294117647 -40213183,"measles, mumps and rubella virus vaccine",2022,10,14,2.142857142857143 -40213183,"measles, mumps and rubella virus vaccine",2022,11,18,1.7222222222222223 -40213183,"measles, mumps and rubella virus vaccine",2022,12,20,1.9 -40213183,"measles, mumps and rubella virus vaccine",2023,1,20,1.7 -40213183,"measles, mumps and rubella virus vaccine",2023,2,13,2.3846153846153846 -40213183,"measles, mumps and rubella virus vaccine",2023,3,15,2 -40213183,"measles, mumps and rubella virus vaccine",2023,4,24,1.875 -40213183,"measles, mumps and rubella virus vaccine",2023,5,14,1.5714285714285714 -40213183,"measles, mumps and rubella virus vaccine",2023,6,11,1.6363636363636365 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,1,3,2.6666666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,3,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,5,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,6,2,1.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,7,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,9,3,3 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,10,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,11,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2010,12,2,1.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,2,3,1.6666666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,3,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,5,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,10,1,1 -40213198,"pneumococcal conjugate vaccine, 13 valent",2011,11,2,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,3,1,5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,10,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,11,2,4.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2012,12,2,2.5 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,1,1,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,6,18,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,7,41,2.1463414634146343 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,8,51,2.0980392156862746 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,9,49,2.020408163265306 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,10,42,1.8333333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,11,45,1.9777777777777776 -40213198,"pneumococcal conjugate vaccine, 13 valent",2013,12,54,2.6481481481481484 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,1,37,1.891891891891892 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,2,45,2.1555555555555554 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,3,39,1.8205128205128205 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,4,35,2.1142857142857143 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,5,46,2.6956521739130435 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,6,33,2.393939393939394 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,7,41,3.2195121951219514 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,8,37,3.081081081081081 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,9,46,2.152173913043478 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,10,36,3.638888888888889 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,11,30,2.966666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2014,12,45,2.088888888888889 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,1,38,3.4473684210526314 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,2,42,2.571428571428572 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,3,45,2.2888888888888888 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,4,48,3 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,5,36,2.4166666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,6,51,2.4705882352941178 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,7,52,2.673076923076923 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,8,51,2.7058823529411766 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,9,44,2.159090909090909 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,10,33,2.515151515151515 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,11,60,2.433333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2015,12,50,2.94 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,1,52,2.4423076923076925 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,2,50,2.02 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,3,52,2.0576923076923075 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,4,49,2.489795918367347 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,5,56,2.196428571428572 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,6,41,2.5121951219512195 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,7,50,2.42 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,8,56,2.4642857142857144 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,9,43,2.558139534883721 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,10,49,3.306122448979592 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,11,29,1.7586206896551724 -40213198,"pneumococcal conjugate vaccine, 13 valent",2016,12,42,2.357142857142857 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,1,49,2.9183673469387754 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,2,43,2.372093023255814 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,3,51,3.1372549019607843 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,4,45,1.7555555555555555 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,5,48,2.0625 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,6,57,2.701754385964912 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,7,55,2.5090909090909093 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,8,49,2.3877551020408165 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,9,39,2.230769230769231 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,10,37,2.081081081081081 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,11,40,3.125 -40213198,"pneumococcal conjugate vaccine, 13 valent",2017,12,41,2.414634146341464 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,1,43,2.069767441860465 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,2,38,2.131578947368421 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,3,43,1.8837209302325584 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,4,38,1.763157894736842 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,5,48,1.9583333333333333 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,6,44,2.8181818181818183 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,7,42,1.9285714285714288 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,8,47,2.297872340425532 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,9,42,2.261904761904762 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,10,47,1.6382978723404256 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,11,43,2.302325581395349 -40213198,"pneumococcal conjugate vaccine, 13 valent",2018,12,44,1.7272727272727273 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,1,36,1.7777777777777777 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,2,44,1.7045454545454546 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,3,45,1.8222222222222224 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,4,45,1.8888888888888888 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,5,54,2.537037037037037 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,6,37,1.972972972972973 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,7,50,1.98 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,8,41,2.073170731707317 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,9,38,2.1578947368421053 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,10,39,1.948717948717949 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,11,48,1.9375 -40213198,"pneumococcal conjugate vaccine, 13 valent",2019,12,39,2.102564102564102 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,1,43,1.9069767441860463 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,2,47,2.191489361702128 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,3,45,2.6444444444444444 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,4,53,2.39622641509434 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,5,44,1.8863636363636365 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,6,39,2.4615384615384617 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,7,44,1.818181818181818 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,8,46,2.652173913043478 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,9,35,1.9714285714285715 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,10,51,2.7450980392156863 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,11,44,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2020,12,49,2.816326530612245 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,1,55,2.5454545454545454 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,2,32,3.0625 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,3,47,2.7872340425531914 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,4,42,2.071428571428572 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,5,50,2.44 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,6,42,2.380952380952381 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,7,48,2.7291666666666665 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,8,34,1.7647058823529411 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,9,53,2.679245283018868 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,10,49,1.836734693877551 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,11,49,3.122448979591837 -40213198,"pneumococcal conjugate vaccine, 13 valent",2021,12,46,2.282608695652174 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,1,46,2.1739130434782608 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,2,39,2.1794871794871797 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,3,40,2.175 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,4,43,1.9069767441860463 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,5,40,2.05 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,6,42,1.7857142857142858 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,7,46,2.130434782608696 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,8,48,1.9166666666666667 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,9,38,1.894736842105263 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,10,45,2.422222222222222 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,11,40,2.4 -40213198,"pneumococcal conjugate vaccine, 13 valent",2022,12,38,2 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,1,40,2.45 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,2,37,2.6486486486486487 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,3,43,1.8604651162790695 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,4,38,2.3157894736842106 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,5,40,2.6 -40213198,"pneumococcal conjugate vaccine, 13 valent",2023,6,15,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,10,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1989,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1990,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,5,4,3.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,10,2,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1991,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,1,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,5,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1992,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,6,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,9,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1993,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,2,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1994,12,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,1,1,34 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,8,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1995,12,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,1,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1996,7,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,4,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1997,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1998,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",1999,12,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,2,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,7,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2000,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,3,2,4.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,9,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2001,12,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,1,2,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,4,2,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,5,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2002,12,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2003,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,2,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2004,8,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,4,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,8,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2005,12,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,5,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2006,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,1,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,7,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2007,9,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,5,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,8,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2008,9,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,2,2,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,7,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2009,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2010,9,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,1,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,9,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,10,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2011,11,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,2,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,3,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,6,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,10,1,1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2012,11,1,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,3,1,5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,6,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,7,6,1.8333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,8,11,4.727272727272728 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,9,10,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,10,10,2.1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,11,6,3.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2013,12,12,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,1,7,2.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,2,8,2.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,3,6,6.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,4,9,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,5,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,6,6,1.8333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,7,9,2.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,8,11,1.9090909090909087 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,9,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,10,7,1.8571428571428568 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,11,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2014,12,10,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,1,6,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,2,7,3.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,3,9,1.5555555555555556 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,4,9,2.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,5,6,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,6,7,1.8571428571428568 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,7,2,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,8,8,4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,9,14,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,10,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,11,1,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2015,12,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,1,10,3.1 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,2,4,4.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,3,9,1.8888888888888888 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,4,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,5,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,6,10,2.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,7,16,1.6875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,8,9,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,9,5,1.2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,10,9,2.2222222222222223 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,11,7,1.7142857142857142 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2016,12,11,6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,1,10,1.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,2,3,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,3,16,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,4,8,1.75 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,5,11,2.4545454545454546 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,6,9,2.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,7,7,4.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,8,16,1.75 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,9,8,2.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,10,8,4.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,11,9,4.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2017,12,6,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,1,12,2.1666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,2,6,2.6666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,3,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,4,11,4.454545454545454 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,5,10,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,6,13,3.1538461538461537 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,7,9,2.2222222222222223 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,8,19,2.526315789473684 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,9,5,1.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,10,10,1.9 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,11,7,3.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2018,12,5,1.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,1,8,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,2,7,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,3,5,1.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,4,5,3.2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,5,5,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,6,5,7.6 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,7,11,1.9090909090909087 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,8,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,9,10,3.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,10,13,1.7692307692307692 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,11,11,1.7272727272727273 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2019,12,11,2.363636363636364 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,1,7,1.8571428571428568 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,2,7,2.2857142857142856 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,3,4,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,4,12,1.5833333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,5,7,5.428571428571429 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,6,3,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,7,9,3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,8,10,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,9,5,2.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,10,10,2.3 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,11,8,2.25 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2020,12,9,3.111111111111111 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,1,9,1.7777777777777777 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,2,10,2.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,3,13,2.076923076923077 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,4,11,6.363636363636363 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,5,10,1.4 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,6,9,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,7,6,2.1666666666666665 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,8,7,1.5714285714285714 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,9,9,1.8888888888888888 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,10,8,2.125 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,11,4,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2021,12,9,1.5555555555555556 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,1,12,1.5 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,2,7,4.428571428571429 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,3,11,2.727272727272727 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,4,9,1.3333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,5,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,6,10,2.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,7,8,2 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,8,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,9,10,2.7 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,10,5,1.8 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,11,8,2.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2022,12,12,4.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,1,12,2.333333333333333 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,2,8,1.875 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,3,7,3.571428571428572 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,4,6,1.6666666666666667 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,5,7,2.142857142857143 -40213201,"pneumococcal polysaccharide vaccine, 23 valent",2023,6,6,1.3333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2006,2,1,1 -40213216,"rotavirus, live, monovalent vaccine",2010,12,1,1 -40213216,"rotavirus, live, monovalent vaccine",2011,2,1,1 -40213216,"rotavirus, live, monovalent vaccine",2013,6,9,1.7777777777777777 -40213216,"rotavirus, live, monovalent vaccine",2013,7,17,2.4705882352941178 -40213216,"rotavirus, live, monovalent vaccine",2013,8,19,2.1578947368421053 -40213216,"rotavirus, live, monovalent vaccine",2013,9,22,2.090909090909091 -40213216,"rotavirus, live, monovalent vaccine",2013,10,17,1.9411764705882355 -40213216,"rotavirus, live, monovalent vaccine",2013,11,20,1.7 -40213216,"rotavirus, live, monovalent vaccine",2013,12,19,2.1052631578947367 -40213216,"rotavirus, live, monovalent vaccine",2014,1,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2014,2,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2014,3,11,1.7272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2014,4,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2014,5,18,3.555555555555556 -40213216,"rotavirus, live, monovalent vaccine",2014,6,10,2.9 -40213216,"rotavirus, live, monovalent vaccine",2014,7,19,3.789473684210526 -40213216,"rotavirus, live, monovalent vaccine",2014,8,10,5.9 -40213216,"rotavirus, live, monovalent vaccine",2014,9,19,2.736842105263158 -40213216,"rotavirus, live, monovalent vaccine",2014,10,13,4.384615384615385 -40213216,"rotavirus, live, monovalent vaccine",2014,11,16,3.0625 -40213216,"rotavirus, live, monovalent vaccine",2014,12,20,2.15 -40213216,"rotavirus, live, monovalent vaccine",2015,1,15,2.8 -40213216,"rotavirus, live, monovalent vaccine",2015,2,23,2.4347826086956523 -40213216,"rotavirus, live, monovalent vaccine",2015,3,23,2.347826086956522 -40213216,"rotavirus, live, monovalent vaccine",2015,4,22,2.5454545454545454 -40213216,"rotavirus, live, monovalent vaccine",2015,5,18,2.2777777777777777 -40213216,"rotavirus, live, monovalent vaccine",2015,6,22,2.727272727272727 -40213216,"rotavirus, live, monovalent vaccine",2015,7,15,2.1333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2015,8,19,3 -40213216,"rotavirus, live, monovalent vaccine",2015,9,25,2.24 -40213216,"rotavirus, live, monovalent vaccine",2015,10,14,2.642857142857143 -40213216,"rotavirus, live, monovalent vaccine",2015,11,28,2.4642857142857144 -40213216,"rotavirus, live, monovalent vaccine",2015,12,19,1.894736842105263 -40213216,"rotavirus, live, monovalent vaccine",2016,1,23,2.4347826086956523 -40213216,"rotavirus, live, monovalent vaccine",2016,2,16,1.75 -40213216,"rotavirus, live, monovalent vaccine",2016,3,23,2.130434782608696 -40213216,"rotavirus, live, monovalent vaccine",2016,4,21,2.857142857142857 -40213216,"rotavirus, live, monovalent vaccine",2016,5,23,1.9130434782608696 -40213216,"rotavirus, live, monovalent vaccine",2016,6,15,2.933333333333333 -40213216,"rotavirus, live, monovalent vaccine",2016,7,22,2 -40213216,"rotavirus, live, monovalent vaccine",2016,8,13,3.5384615384615383 -40213216,"rotavirus, live, monovalent vaccine",2016,9,16,2.25 -40213216,"rotavirus, live, monovalent vaccine",2016,10,16,3.25 -40213216,"rotavirus, live, monovalent vaccine",2016,11,9,2.111111111111111 -40213216,"rotavirus, live, monovalent vaccine",2016,12,17,2.764705882352941 -40213216,"rotavirus, live, monovalent vaccine",2017,1,18,2.833333333333333 -40213216,"rotavirus, live, monovalent vaccine",2017,2,20,2.65 -40213216,"rotavirus, live, monovalent vaccine",2017,3,23,2.5217391304347827 -40213216,"rotavirus, live, monovalent vaccine",2017,4,22,1.818181818181818 -40213216,"rotavirus, live, monovalent vaccine",2017,5,22,1.7727272727272727 -40213216,"rotavirus, live, monovalent vaccine",2017,6,22,2.363636363636364 -40213216,"rotavirus, live, monovalent vaccine",2017,7,23,2.1739130434782608 -40213216,"rotavirus, live, monovalent vaccine",2017,8,14,2.7857142857142856 -40213216,"rotavirus, live, monovalent vaccine",2017,9,18,2.833333333333333 -40213216,"rotavirus, live, monovalent vaccine",2017,10,12,2.5 -40213216,"rotavirus, live, monovalent vaccine",2017,11,13,2.8461538461538463 -40213216,"rotavirus, live, monovalent vaccine",2017,12,12,2.083333333333333 -40213216,"rotavirus, live, monovalent vaccine",2018,1,19,1.5263157894736843 -40213216,"rotavirus, live, monovalent vaccine",2018,2,14,1.7142857142857142 -40213216,"rotavirus, live, monovalent vaccine",2018,3,21,1.4761904761904765 -40213216,"rotavirus, live, monovalent vaccine",2018,4,17,1.8235294117647056 -40213216,"rotavirus, live, monovalent vaccine",2018,5,22,1.5 -40213216,"rotavirus, live, monovalent vaccine",2018,6,20,2.45 -40213216,"rotavirus, live, monovalent vaccine",2018,7,17,1.7058823529411764 -40213216,"rotavirus, live, monovalent vaccine",2018,8,20,2.3 -40213216,"rotavirus, live, monovalent vaccine",2018,9,14,1.7857142857142858 -40213216,"rotavirus, live, monovalent vaccine",2018,10,17,1.7058823529411764 -40213216,"rotavirus, live, monovalent vaccine",2018,11,14,2.2857142857142856 -40213216,"rotavirus, live, monovalent vaccine",2018,12,17,1.5294117647058822 -40213216,"rotavirus, live, monovalent vaccine",2019,1,13,2 -40213216,"rotavirus, live, monovalent vaccine",2019,2,22,1.681818181818182 -40213216,"rotavirus, live, monovalent vaccine",2019,3,20,1.9 -40213216,"rotavirus, live, monovalent vaccine",2019,4,21,2 -40213216,"rotavirus, live, monovalent vaccine",2019,5,23,1.9565217391304348 -40213216,"rotavirus, live, monovalent vaccine",2019,6,19,2.210526315789474 -40213216,"rotavirus, live, monovalent vaccine",2019,7,21,1.8571428571428568 -40213216,"rotavirus, live, monovalent vaccine",2019,8,13,1.7692307692307692 -40213216,"rotavirus, live, monovalent vaccine",2019,9,14,2.071428571428572 -40213216,"rotavirus, live, monovalent vaccine",2019,10,12,1.5 -40213216,"rotavirus, live, monovalent vaccine",2019,11,20,1.9 -40213216,"rotavirus, live, monovalent vaccine",2019,12,15,1.8 -40213216,"rotavirus, live, monovalent vaccine",2020,1,18,2.333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2020,2,20,1.8 -40213216,"rotavirus, live, monovalent vaccine",2020,3,12,3 -40213216,"rotavirus, live, monovalent vaccine",2020,4,18,1.8333333333333333 -40213216,"rotavirus, live, monovalent vaccine",2020,5,16,2.0625 -40213216,"rotavirus, live, monovalent vaccine",2020,6,20,2.35 -40213216,"rotavirus, live, monovalent vaccine",2020,7,19,2 -40213216,"rotavirus, live, monovalent vaccine",2020,8,24,3.2916666666666665 -40213216,"rotavirus, live, monovalent vaccine",2020,9,15,2 -40213216,"rotavirus, live, monovalent vaccine",2020,10,21,4 -40213216,"rotavirus, live, monovalent vaccine",2020,11,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2020,12,23,3.5217391304347827 -40213216,"rotavirus, live, monovalent vaccine",2021,1,22,2.4545454545454546 -40213216,"rotavirus, live, monovalent vaccine",2021,2,18,3.111111111111111 -40213216,"rotavirus, live, monovalent vaccine",2021,3,16,2.6875 -40213216,"rotavirus, live, monovalent vaccine",2021,4,13,2.5384615384615383 -40213216,"rotavirus, live, monovalent vaccine",2021,5,17,2.0588235294117645 -40213216,"rotavirus, live, monovalent vaccine",2021,6,13,1.7692307692307692 -40213216,"rotavirus, live, monovalent vaccine",2021,7,22,2.272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2021,8,18,1.6666666666666667 -40213216,"rotavirus, live, monovalent vaccine",2021,9,23,2.260869565217391 -40213216,"rotavirus, live, monovalent vaccine",2021,10,19,1.6842105263157894 -40213216,"rotavirus, live, monovalent vaccine",2021,11,23,2.347826086956522 -40213216,"rotavirus, live, monovalent vaccine",2021,12,14,1.9285714285714288 -40213216,"rotavirus, live, monovalent vaccine",2022,1,19,2.0526315789473686 -40213216,"rotavirus, live, monovalent vaccine",2022,2,12,2.1666666666666665 -40213216,"rotavirus, live, monovalent vaccine",2022,3,16,2 -40213216,"rotavirus, live, monovalent vaccine",2022,4,18,1.6111111111111112 -40213216,"rotavirus, live, monovalent vaccine",2022,5,19,2.1052631578947367 -40213216,"rotavirus, live, monovalent vaccine",2022,6,18,1.5 -40213216,"rotavirus, live, monovalent vaccine",2022,7,20,2.4 -40213216,"rotavirus, live, monovalent vaccine",2022,8,14,1.5 -40213216,"rotavirus, live, monovalent vaccine",2022,9,14,1.7142857142857142 -40213216,"rotavirus, live, monovalent vaccine",2022,10,17,2.7058823529411766 -40213216,"rotavirus, live, monovalent vaccine",2022,11,11,1.7272727272727273 -40213216,"rotavirus, live, monovalent vaccine",2022,12,13,2.230769230769231 -40213216,"rotavirus, live, monovalent vaccine",2023,1,16,1.8125 -40213216,"rotavirus, live, monovalent vaccine",2023,2,12,3.583333333333333 -40213216,"rotavirus, live, monovalent vaccine",2023,3,15,1.8 -40213216,"rotavirus, live, monovalent vaccine",2023,4,15,3.2 -40213216,"rotavirus, live, monovalent vaccine",2023,5,17,3.3529411764705883 -40213216,"rotavirus, live, monovalent vaccine",2023,6,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,1,5,1.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,2,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,3,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,4,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,5,4,5.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,6,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,7,4,2.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,8,5,2.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,10,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1992,12,2,17.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,1,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,6,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,9,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1993,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,2,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,5,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,11,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1994,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,1,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,3,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,4,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,6,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,7,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,9,2,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1995,11,4,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,1,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,2,3,3.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,6,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,9,2,3.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,11,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1996,12,5,2.4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,2,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,3,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,4,5,2.4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,7,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,9,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,11,3,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1997,12,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,1,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,9,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1998,11,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,3,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,5,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,7,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,8,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",1999,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,1,3,12.666666666666666 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,3,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,6,4,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,9,5,1.6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,10,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2000,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,1,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,2,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,4,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,9,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,10,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2001,12,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,5,4,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,6,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,7,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,9,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2002,11,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,7,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,8,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2003,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,1,3,2.333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,3,1,6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,7,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,9,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,10,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2004,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,1,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,2,4,3.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,3,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,5,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,6,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,7,1,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,8,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,9,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,10,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,11,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2005,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,1,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,3,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,4,3,2.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,8,5,1.8 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,9,4,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,11,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2006,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,1,4,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,2,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,5,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,6,2,4 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,8,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2007,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,1,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,2,4,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,3,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,7,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,8,3,2.6666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2008,12,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,2,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,3,5,4.6 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,5,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,6,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,7,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,9,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,10,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2009,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,2,2,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,4,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,5,4,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,7,6,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,8,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,9,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,11,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2010,12,3,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,1,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,3,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,4,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,5,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,6,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,7,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,8,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,9,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,10,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,11,1,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2011,12,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,1,4,1.75 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,2,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,3,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,4,3,1.6666666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,5,2,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,7,2,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,8,1,7 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,9,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,10,4,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,11,2,1.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2012,12,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,1,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,2,3,1.3333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,3,2,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,4,1,2 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,5,1,1 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,6,25,2.12 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,7,84,2.1666666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,8,60,1.9666666666666663 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,9,66,2.227272727272727 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,10,53,2.811320754716981 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,11,45,2.1555555555555554 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2013,12,53,2.018867924528302 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,1,58,2.327586206896552 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,2,46,1.7608695652173914 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,3,67,2.4776119402985075 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,4,38,2.1578947368421053 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,5,56,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,6,63,2.492063492063492 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,7,51,1.9215686274509804 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,8,52,2.5 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,9,62,2.161290322580645 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,10,75,2.1866666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,11,63,2.253968253968254 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2014,12,58,2.8448275862068964 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,1,65,1.8307692307692307 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,2,61,1.8688524590163933 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,3,84,1.9166666666666667 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,4,72,2.5694444444444446 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,5,59,2.6271186440677967 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,6,70,2.585714285714286 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,7,64,2.34375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,8,66,1.9090909090909087 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,9,58,2.6379310344827585 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,10,69,2.0434782608695654 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,11,65,2.0615384615384613 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2015,12,74,2.027027027027027 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,1,72,2.2222222222222223 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,2,60,2.533333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,3,71,3.323943661971831 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,4,70,2.142857142857143 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,5,63,2.6984126984126986 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,6,65,2.1538461538461537 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,7,76,2.1842105263157894 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,8,71,2.056338028169014 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,9,75,2.2266666666666666 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,10,79,2.759493670886076 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,11,64,1.984375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2016,12,73,1.821917808219178 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,1,81,2.9012345679012346 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,2,67,3.014925373134328 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,3,75,2.36 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,4,59,1.9491525423728813 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,5,66,1.9696969696969695 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,6,65,3.0153846153846158 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,7,74,2.0135135135135136 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,8,70,2.7285714285714286 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,9,59,1.9661016949152543 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,10,82,2.5853658536585367 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,11,60,2.583333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2017,12,64,2.296875 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,1,79,2.1392405063291138 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,2,68,2.823529411764706 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,3,56,2.107142857142857 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,4,63,2.888888888888889 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,5,67,2.149253731343284 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,6,66,2.075757575757576 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,7,53,2.6226415094339623 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,8,78,2.282051282051282 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,9,72,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,10,81,2.3703703703703702 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,11,73,2.671232876712329 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2018,12,52,3.4038461538461537 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,1,80,2.2125 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,2,76,2.013157894736842 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,3,69,2.188405797101449 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,4,75,2.44 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,5,74,2.202702702702702 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,6,65,1.6615384615384616 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,7,74,2.108108108108108 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,8,66,3.015151515151515 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,9,77,2.2987012987012987 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,10,65,1.9384615384615385 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,11,60,3 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2019,12,68,2.6029411764705883 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,1,64,2.09375 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,2,62,2.5806451612903225 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,3,72,2.2222222222222223 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,4,70,2.357142857142857 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,5,62,1.903225806451613 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,6,70,2.185714285714285 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,7,74,2.081081081081081 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,8,56,2.25 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,9,87,2.2873563218390807 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,10,65,2.276923076923077 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,11,62,2.1129032258064515 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2020,12,58,2.586206896551724 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,1,58,1.8103448275862069 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,2,58,3.155172413793104 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,3,58,2.810344827586207 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,4,58,2.1379310344827585 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,5,67,2.4477611940298507 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,6,47,1.9787234042553192 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,7,58,2.586206896551724 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,8,71,2.183098591549296 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,9,66,2.4696969696969697 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,10,57,2.0526315789473686 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,11,63,2.333333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2021,12,66,1.9696969696969695 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,1,60,2.833333333333333 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,2,68,2.2205882352941178 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,3,78,1.871794871794872 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,4,63,1.984126984126984 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,5,72,2.361111111111111 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,6,70,2.3714285714285714 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,7,67,2.0597014925373136 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,8,81,2.45679012345679 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,9,68,2.9411764705882355 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,10,60,1.7833333333333334 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,11,62,2.596774193548387 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2022,12,72,2.2916666666666665 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,1,57,2.3859649122807016 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,2,71,1.8309859154929575 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,3,65,3.3384615384615386 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,4,58,2.8793103448275863 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,5,56,3.0892857142857144 -40213227,"tetanus and diphtheria toxoids, adsorbed, preservative free, for adult use (5 Lf of tetanus toxoid and 2 Lf of diphtheria toxoid)",2023,6,35,2.3714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,7,1,1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2005,9,1,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2008,3,1,1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,6,3,1.3333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,7,4,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,8,6,1.8333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,9,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,10,10,2.7 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,11,5,6.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2013,12,7,2.2857142857142856 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,1,11,2.909090909090909 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,2,2,6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,3,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,4,10,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,5,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,6,5,3.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,7,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,8,7,2.7142857142857144 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,9,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,10,9,2.7777777777777777 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,11,9,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2014,12,10,3.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,1,10,3.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,2,7,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,3,7,2.7142857142857144 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,4,5,1.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,5,7,1.8571428571428568 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,6,7,2.2857142857142856 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,7,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,8,9,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,9,8,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,10,10,2.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,11,9,2.111111111111111 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2015,12,5,2.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,1,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,2,9,1.7777777777777777 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,3,14,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,4,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,5,11,1.818181818181818 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,6,13,1.6923076923076923 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,7,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,8,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,9,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,10,5,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,11,10,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2016,12,7,1.4285714285714286 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,1,6,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,2,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,3,4,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,4,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,5,5,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,6,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,7,12,3.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,8,6,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,9,13,2.076923076923077 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,10,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,11,3,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2017,12,4,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,1,11,1.7272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,2,3,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,3,12,1.9166666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,4,6,2.1666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,5,8,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,6,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,7,11,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,8,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,9,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,10,3,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,11,6,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2018,12,7,1.8571428571428568 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,1,10,2.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,2,9,1.4444444444444444 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,3,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,4,7,4.428571428571429 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,5,8,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,6,10,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,7,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,8,4,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,9,6,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,10,11,1.7272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,11,9,2.2222222222222223 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2019,12,8,2.375 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,1,9,2.333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,2,16,1.625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,3,9,5.555555555555555 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,4,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,5,8,5.875 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,6,6,2.6666666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,7,11,1.6363636363636365 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,8,7,1.8571428571428568 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,9,5,1.6 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,10,5,2.2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,11,7,1.5714285714285714 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2020,12,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,1,11,2.363636363636364 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,2,10,3.3 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,3,11,2.090909090909091 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,4,13,1.8461538461538465 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,5,8,2.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,6,8,2.25 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,7,10,4.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,8,9,3.333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,9,11,2.1818181818181817 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,10,8,1.75 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,11,16,2.5625 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2021,12,11,3.1818181818181817 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,1,10,2 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,2,9,1.8888888888888888 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,3,8,1.5 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,4,10,2.1 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,5,10,1.8 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,6,7,1.1428571428571428 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,7,9,2.111111111111111 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,8,10,4.9 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,9,8,1.875 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,10,14,4.285714285714286 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,11,6,1.6666666666666667 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2022,12,12,2.333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,1,7,1.7142857142857142 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,2,11,3.272727272727273 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,3,12,3.4166666666666665 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,4,5,6.4 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,5,6,1.8333333333333333 -40213230,"tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis vaccine, adsorbed",2023,6,6,1.6666666666666667 -40213251,varicella virus vaccine,1984,3,1,1 -40213251,varicella virus vaccine,1986,6,1,1 -40213251,varicella virus vaccine,1990,3,1,1 -40213251,varicella virus vaccine,1995,2,1,2 -40213251,varicella virus vaccine,1995,4,1,2 -40213251,varicella virus vaccine,1996,3,1,2 -40213251,varicella virus vaccine,2002,2,1,1 -40213251,varicella virus vaccine,2002,9,1,1 -40213251,varicella virus vaccine,2003,6,1,1 -40213251,varicella virus vaccine,2007,3,1,1 -40213251,varicella virus vaccine,2011,11,1,1 -40213251,varicella virus vaccine,2013,6,4,1.75 -40213251,varicella virus vaccine,2013,7,12,1.8333333333333333 -40213251,varicella virus vaccine,2013,8,20,2 -40213251,varicella virus vaccine,2013,9,20,1.7 -40213251,varicella virus vaccine,2013,10,21,1.809523809523809 -40213251,varicella virus vaccine,2013,11,16,2.3125 -40213251,varicella virus vaccine,2013,12,23,3.347826086956522 -40213251,varicella virus vaccine,2014,1,17,1.8235294117647056 -40213251,varicella virus vaccine,2014,2,24,2.958333333333333 -40213251,varicella virus vaccine,2014,3,17,3.4705882352941178 -40213251,varicella virus vaccine,2014,4,12,2.75 -40213251,varicella virus vaccine,2014,5,17,2.235294117647059 -40213251,varicella virus vaccine,2014,6,22,2.136363636363636 -40213251,varicella virus vaccine,2014,7,14,2.071428571428572 -40213251,varicella virus vaccine,2014,8,17,1.588235294117647 -40213251,varicella virus vaccine,2014,9,17,1.8235294117647056 -40213251,varicella virus vaccine,2014,10,15,1.6666666666666667 -40213251,varicella virus vaccine,2014,11,17,2.3529411764705883 -40213251,varicella virus vaccine,2014,12,17,2 -40213251,varicella virus vaccine,2015,1,19,2.789473684210526 -40213251,varicella virus vaccine,2015,2,16,1.9375 -40213251,varicella virus vaccine,2015,3,19,1.947368421052632 -40213251,varicella virus vaccine,2015,4,20,3.75 -40213251,varicella virus vaccine,2015,5,13,2.6923076923076925 -40213251,varicella virus vaccine,2015,6,15,3.6666666666666665 -40213251,varicella virus vaccine,2015,7,17,4.764705882352941 -40213251,varicella virus vaccine,2015,8,23,2.347826086956522 -40213251,varicella virus vaccine,2015,9,14,1.9285714285714288 -40213251,varicella virus vaccine,2015,10,25,2.88 -40213251,varicella virus vaccine,2015,11,18,2.4444444444444446 -40213251,varicella virus vaccine,2015,12,23,2.0869565217391304 -40213251,varicella virus vaccine,2016,1,23,2.347826086956522 -40213251,varicella virus vaccine,2016,2,19,2.1578947368421053 -40213251,varicella virus vaccine,2016,3,19,2.210526315789474 -40213251,varicella virus vaccine,2016,4,16,1.75 -40213251,varicella virus vaccine,2016,5,19,2.421052631578948 -40213251,varicella virus vaccine,2016,6,17,2.176470588235294 -40213251,varicella virus vaccine,2016,7,17,4.117647058823529 -40213251,varicella virus vaccine,2016,8,24,2.625 -40213251,varicella virus vaccine,2016,9,20,3.1 -40213251,varicella virus vaccine,2016,10,20,2.35 -40213251,varicella virus vaccine,2016,11,22,1.9545454545454544 -40213251,varicella virus vaccine,2016,12,17,2 -40213251,varicella virus vaccine,2017,1,21,2.7142857142857144 -40213251,varicella virus vaccine,2017,2,22,2.8181818181818183 -40213251,varicella virus vaccine,2017,3,20,3.95 -40213251,varicella virus vaccine,2017,4,14,1.7142857142857142 -40213251,varicella virus vaccine,2017,5,16,2 -40213251,varicella virus vaccine,2017,6,20,2 -40213251,varicella virus vaccine,2017,7,23,2.6956521739130435 -40213251,varicella virus vaccine,2017,8,15,2.2 -40213251,varicella virus vaccine,2017,9,18,3.5 -40213251,varicella virus vaccine,2017,10,8,2 -40213251,varicella virus vaccine,2017,11,22,2.636363636363636 -40213251,varicella virus vaccine,2017,12,25,2.76 -40213251,varicella virus vaccine,2018,1,16,1.8125 -40213251,varicella virus vaccine,2018,2,19,2 -40213251,varicella virus vaccine,2018,3,23,2.0434782608695654 -40213251,varicella virus vaccine,2018,4,19,2.210526315789474 -40213251,varicella virus vaccine,2018,5,23,2.217391304347826 -40213251,varicella virus vaccine,2018,6,19,1.947368421052632 -40213251,varicella virus vaccine,2018,7,13,2.230769230769231 -40213251,varicella virus vaccine,2018,8,18,2.9444444444444446 -40213251,varicella virus vaccine,2018,9,9,2.2222222222222223 -40213251,varicella virus vaccine,2018,10,18,1.8333333333333333 -40213251,varicella virus vaccine,2018,11,15,1.7333333333333334 -40213251,varicella virus vaccine,2018,12,16,1.9375 -40213251,varicella virus vaccine,2019,1,18,3.5 -40213251,varicella virus vaccine,2019,2,13,2.076923076923077 -40213251,varicella virus vaccine,2019,3,21,2.095238095238096 -40213251,varicella virus vaccine,2019,4,17,3.647058823529412 -40213251,varicella virus vaccine,2019,5,17,2.9411764705882355 -40213251,varicella virus vaccine,2019,6,13,2.1538461538461537 -40213251,varicella virus vaccine,2019,7,18,2.055555555555556 -40213251,varicella virus vaccine,2019,8,20,2.25 -40213251,varicella virus vaccine,2019,9,14,2.142857142857143 -40213251,varicella virus vaccine,2019,10,18,2.5 -40213251,varicella virus vaccine,2019,11,26,2.1153846153846154 -40213251,varicella virus vaccine,2019,12,20,2.05 -40213251,varicella virus vaccine,2020,1,13,1.6923076923076923 -40213251,varicella virus vaccine,2020,2,21,2.523809523809524 -40213251,varicella virus vaccine,2020,3,25,2.28 -40213251,varicella virus vaccine,2020,4,20,2.3 -40213251,varicella virus vaccine,2020,5,17,2.235294117647059 -40213251,varicella virus vaccine,2020,6,17,2.0588235294117645 -40213251,varicella virus vaccine,2020,7,23,2.217391304347826 -40213251,varicella virus vaccine,2020,8,16,1.8125 -40213251,varicella virus vaccine,2020,9,12,2 -40213251,varicella virus vaccine,2020,10,22,1.8636363636363635 -40213251,varicella virus vaccine,2020,11,25,2 -40213251,varicella virus vaccine,2020,12,17,3.5294117647058822 -40213251,varicella virus vaccine,2021,1,22,1.7727272727272727 -40213251,varicella virus vaccine,2021,2,8,1.875 -40213251,varicella virus vaccine,2021,3,17,2.176470588235294 -40213251,varicella virus vaccine,2021,4,20,3.1 -40213251,varicella virus vaccine,2021,5,19,2.473684210526316 -40213251,varicella virus vaccine,2021,6,13,1.9230769230769231 -40213251,varicella virus vaccine,2021,7,16,3.375 -40213251,varicella virus vaccine,2021,8,17,2.764705882352941 -40213251,varicella virus vaccine,2021,9,23,3.5217391304347827 -40213251,varicella virus vaccine,2021,10,21,1.8571428571428568 -40213251,varicella virus vaccine,2021,11,23,2.5217391304347827 -40213251,varicella virus vaccine,2021,12,24,2.375 -40213251,varicella virus vaccine,2022,1,17,2.176470588235294 -40213251,varicella virus vaccine,2022,2,12,2 -40213251,varicella virus vaccine,2022,3,17,2.8823529411764706 -40213251,varicella virus vaccine,2022,4,21,2.238095238095238 -40213251,varicella virus vaccine,2022,5,15,2.6666666666666665 -40213251,varicella virus vaccine,2022,6,11,2.5454545454545454 -40213251,varicella virus vaccine,2022,7,16,1.75 -40213251,varicella virus vaccine,2022,8,27,1.9259259259259256 -40213251,varicella virus vaccine,2022,9,17,1.588235294117647 -40213251,varicella virus vaccine,2022,10,14,2.142857142857143 -40213251,varicella virus vaccine,2022,11,18,1.7222222222222223 -40213251,varicella virus vaccine,2022,12,20,1.9 -40213251,varicella virus vaccine,2023,1,20,1.7 -40213251,varicella virus vaccine,2023,2,13,2.3846153846153846 -40213251,varicella virus vaccine,2023,3,15,2 -40213251,varicella virus vaccine,2023,4,24,1.875 -40213251,varicella virus vaccine,2023,5,14,1.5714285714285714 -40213251,varicella virus vaccine,2023,6,11,1.6363636363636365 -40213260,"zoster vaccine, live",2006,1,1,2 -40213260,"zoster vaccine, live",2006,2,1,4 -40213260,"zoster vaccine, live",2006,4,1,2 -40213260,"zoster vaccine, live",2006,7,1,2 -40213260,"zoster vaccine, live",2006,8,1,3 -40213260,"zoster vaccine, live",2006,10,2,1.5 -40213260,"zoster vaccine, live",2007,1,3,3 -40213260,"zoster vaccine, live",2007,2,1,2 -40213260,"zoster vaccine, live",2007,4,1,2 -40213260,"zoster vaccine, live",2007,7,2,1.5 -40213260,"zoster vaccine, live",2007,10,1,2 -40213260,"zoster vaccine, live",2008,7,1,1 -40213260,"zoster vaccine, live",2009,2,1,1 -40213260,"zoster vaccine, live",2010,2,1,1 -40213260,"zoster vaccine, live",2010,4,1,1 -40213260,"zoster vaccine, live",2010,5,1,2 -40213260,"zoster vaccine, live",2010,7,1,2 -40213260,"zoster vaccine, live",2011,1,1,2 -40213260,"zoster vaccine, live",2011,5,1,2 -40213260,"zoster vaccine, live",2012,1,1,2 -40213260,"zoster vaccine, live",2013,6,5,1.6 -40213260,"zoster vaccine, live",2013,7,21,2.0476190476190474 -40213260,"zoster vaccine, live",2013,8,11,1.9090909090909087 -40213260,"zoster vaccine, live",2013,9,13,2.3846153846153846 -40213260,"zoster vaccine, live",2013,10,18,2 -40213260,"zoster vaccine, live",2013,11,8,2.125 -40213260,"zoster vaccine, live",2013,12,23,2.4782608695652173 -40213260,"zoster vaccine, live",2014,1,22,1.9545454545454544 -40213260,"zoster vaccine, live",2014,2,16,1.6875 -40213260,"zoster vaccine, live",2014,3,17,2.3529411764705883 -40213260,"zoster vaccine, live",2014,4,21,1.5714285714285714 -40213260,"zoster vaccine, live",2014,5,15,2.7333333333333334 -40213260,"zoster vaccine, live",2014,6,21,2.238095238095238 -40213260,"zoster vaccine, live",2014,7,17,1.6470588235294117 -40213260,"zoster vaccine, live",2014,8,14,2.571428571428572 -40213260,"zoster vaccine, live",2014,9,13,1.9230769230769231 -40213260,"zoster vaccine, live",2014,10,16,2.375 -40213260,"zoster vaccine, live",2014,11,8,1.875 -40213260,"zoster vaccine, live",2014,12,20,2.5 -40213260,"zoster vaccine, live",2015,1,16,1.875 -40213260,"zoster vaccine, live",2015,2,16,3.0625 -40213260,"zoster vaccine, live",2015,3,19,1.4736842105263157 -40213260,"zoster vaccine, live",2015,4,22,2.636363636363636 -40213260,"zoster vaccine, live",2015,5,15,2.333333333333333 -40213260,"zoster vaccine, live",2015,6,20,2.05 -40213260,"zoster vaccine, live",2015,7,21,2.142857142857143 -40213260,"zoster vaccine, live",2015,8,21,2.333333333333333 -40213260,"zoster vaccine, live",2015,9,20,1.8 -40213260,"zoster vaccine, live",2015,10,12,2.75 -40213260,"zoster vaccine, live",2015,11,5,1.6 -40213260,"zoster vaccine, live",2015,12,13,1.4615384615384617 -40213260,"zoster vaccine, live",2016,1,17,1.9411764705882355 -40213260,"zoster vaccine, live",2016,2,15,3.466666666666667 -40213260,"zoster vaccine, live",2016,3,15,2.2666666666666666 -40213260,"zoster vaccine, live",2016,4,10,3.9 -40213260,"zoster vaccine, live",2016,5,14,4.142857142857143 -40213260,"zoster vaccine, live",2016,6,17,2.0588235294117645 -40213260,"zoster vaccine, live",2016,7,20,2.7 -40213260,"zoster vaccine, live",2016,8,16,2.75 -40213260,"zoster vaccine, live",2016,9,23,2.217391304347826 -40213260,"zoster vaccine, live",2016,10,15,2.333333333333333 -40213260,"zoster vaccine, live",2016,11,10,2 -40213260,"zoster vaccine, live",2016,12,15,1.7333333333333334 -40213260,"zoster vaccine, live",2017,1,25,1.64 -40213260,"zoster vaccine, live",2017,2,19,2.8947368421052637 -40213260,"zoster vaccine, live",2017,3,10,3 -40213260,"zoster vaccine, live",2017,4,13,1.5384615384615383 -40213260,"zoster vaccine, live",2017,5,16,1.8125 -40213260,"zoster vaccine, live",2017,6,16,4 -40213260,"zoster vaccine, live",2017,7,14,1.8571428571428568 -40213260,"zoster vaccine, live",2017,8,23,3.1739130434782608 -40213260,"zoster vaccine, live",2017,9,16,2.625 -40213260,"zoster vaccine, live",2017,10,13,2.8461538461538463 -40213260,"zoster vaccine, live",2017,11,11,1.818181818181818 -40213260,"zoster vaccine, live",2017,12,14,2.142857142857143 -40213260,"zoster vaccine, live",2018,1,20,1.95 -40213260,"zoster vaccine, live",2018,2,20,2.15 -40213260,"zoster vaccine, live",2018,3,18,2 -40213260,"zoster vaccine, live",2018,4,20,1.9 -40213260,"zoster vaccine, live",2018,5,15,2 -40213260,"zoster vaccine, live",2018,6,22,1.6363636363636365 -40213260,"zoster vaccine, live",2018,7,17,2.235294117647059 -40213260,"zoster vaccine, live",2018,8,27,2.185185185185185 -40213260,"zoster vaccine, live",2018,9,19,3.421052631578948 -40213260,"zoster vaccine, live",2018,10,10,3.4 -40213260,"zoster vaccine, live",2018,11,14,3.571428571428572 -40213260,"zoster vaccine, live",2018,12,11,2 -40213260,"zoster vaccine, live",2019,1,11,2.272727272727273 -40213260,"zoster vaccine, live",2019,2,20,1.95 -40213260,"zoster vaccine, live",2019,3,16,1.8125 -40213260,"zoster vaccine, live",2019,4,18,1.9444444444444444 -40213260,"zoster vaccine, live",2019,5,14,2 -40213260,"zoster vaccine, live",2019,6,18,1.7222222222222223 -40213260,"zoster vaccine, live",2019,7,26,2.0384615384615383 -40213260,"zoster vaccine, live",2019,8,20,2.5 -40213260,"zoster vaccine, live",2019,9,19,3.5789473684210527 -40213260,"zoster vaccine, live",2019,10,20,2.3 -40213260,"zoster vaccine, live",2019,11,10,4.5 -40213260,"zoster vaccine, live",2019,12,12,4.25 -40213260,"zoster vaccine, live",2020,1,10,1.8 -40213260,"zoster vaccine, live",2020,2,16,2.125 -40213260,"zoster vaccine, live",2020,3,11,1.7272727272727273 -40213260,"zoster vaccine, live",2020,4,15,1.9333333333333331 -40213260,"zoster vaccine, live",2020,5,12,1.75 -40213260,"zoster vaccine, live",2020,6,14,1.8571428571428568 -40213260,"zoster vaccine, live",2020,7,15,2.066666666666667 -40213260,"zoster vaccine, live",2020,8,19,2.263157894736842 -40213260,"zoster vaccine, live",2020,9,14,3.7142857142857135 -40213260,"zoster vaccine, live",2020,10,22,2 -40213260,"zoster vaccine, live",2020,11,11,4.454545454545454 -40213260,"zoster vaccine, live",2020,12,10,5.2 -40213260,"zoster vaccine, live",2021,1,15,2.4 -40213260,"zoster vaccine, live",2021,2,16,2.125 -40213260,"zoster vaccine, live",2021,3,12,1.75 -40213260,"zoster vaccine, live",2021,4,11,1.7272727272727273 -40213260,"zoster vaccine, live",2021,5,13,2 -40213260,"zoster vaccine, live",2021,6,15,1.6 -40213260,"zoster vaccine, live",2021,7,14,1.6428571428571428 -40213260,"zoster vaccine, live",2021,8,20,1.8 -40213260,"zoster vaccine, live",2021,9,15,4.666666666666667 -40213260,"zoster vaccine, live",2021,10,19,1.7894736842105263 -40213260,"zoster vaccine, live",2021,11,15,3.2 -40213260,"zoster vaccine, live",2021,12,11,2.1818181818181817 -40213260,"zoster vaccine, live",2022,1,15,2.466666666666667 -40213260,"zoster vaccine, live",2022,2,15,2 -40213260,"zoster vaccine, live",2022,3,16,3.3125 -40213260,"zoster vaccine, live",2022,4,14,2.142857142857143 -40213260,"zoster vaccine, live",2022,5,13,1.6923076923076923 -40213260,"zoster vaccine, live",2022,6,14,2.357142857142857 -40213260,"zoster vaccine, live",2022,7,20,1.6 -40213260,"zoster vaccine, live",2022,8,18,2.1666666666666665 -40213260,"zoster vaccine, live",2022,9,20,3.2 -40213260,"zoster vaccine, live",2022,10,16,2.75 -40213260,"zoster vaccine, live",2022,11,12,1.75 -40213260,"zoster vaccine, live",2022,12,9,1.6666666666666667 -40213260,"zoster vaccine, live",2023,1,8,1.875 -40213260,"zoster vaccine, live",2023,2,17,1.7058823529411764 -40213260,"zoster vaccine, live",2023,3,20,2.9 -40213260,"zoster vaccine, live",2023,4,9,2.111111111111111 -40213260,"zoster vaccine, live",2023,5,12,2.25 -40213260,"zoster vaccine, live",2023,6,10,3.9 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,2,2,1.5 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",1997,4,1,2 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,10,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2001,12,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,3,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,7,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,9,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2002,12,2,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2003,9,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2007,3,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2010,12,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2011,5,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2012,2,1,1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,6,17,1.8823529411764703 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,7,40,2.525 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,8,52,2.7884615384615383 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,9,45,2.022222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,10,37,1.972972972972973 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,11,51,2.0392156862745097 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2013,12,54,2.1296296296296298 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,1,49,1.7755102040816326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,2,45,2.6 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,3,40,3.1 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,4,35,2.4571428571428573 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,5,46,2.652173913043478 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,6,35,2.1714285714285717 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,7,41,2.804878048780488 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,8,33,3.1818181818181817 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,9,43,2.5348837209302326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,10,40,3.475 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,11,38,2.5526315789473686 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2014,12,48,2.1041666666666665 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,1,40,3.4 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,2,52,2.4423076923076925 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,3,51,2.1372549019607843 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,4,43,2.558139534883721 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,5,46,2.152173913043478 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,6,45,2.977777777777778 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,7,50,3.12 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,8,48,2.583333333333333 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,9,49,2.26530612244898 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,10,46,3.217391304347826 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,11,58,2.706896551724138 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2015,12,48,1.9583333333333333 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,1,43,2.5348837209302326 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,2,49,2.020408163265306 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,3,52,2.173076923076923 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,4,60,2.5166666666666666 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,5,50,1.88 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,6,39,2.5384615384615383 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,7,47,2.6382978723404253 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,8,50,2.88 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,9,50,2.86 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,10,37,2.5945945945945947 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,11,41,2.1707317073170733 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2016,12,42,2.357142857142857 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,1,54,3.092592592592593 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,2,45,2.6222222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,3,45,2.7333333333333334 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,4,38,1.894736842105263 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,5,60,2.216666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,6,56,2.696428571428572 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,7,57,1.8771929824561404 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,8,38,2.1578947368421053 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,9,51,2.862745098039216 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,10,38,2.736842105263158 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,11,40,2.55 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2017,12,39,2.076923076923077 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,1,33,1.7878787878787878 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,2,43,2.697674418604651 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,3,47,2.234042553191489 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,4,43,1.930232558139535 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,5,57,1.5789473684210529 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,6,49,2.0408163265306123 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,7,42,1.738095238095238 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,8,51,2.215686274509804 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,9,42,1.9285714285714288 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,10,43,1.976744186046512 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,11,36,2.6944444444444446 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2018,12,34,1.8235294117647056 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,1,44,2.522727272727273 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,2,38,2 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,3,46,1.8695652173913044 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,4,38,2.789473684210526 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,5,58,1.913793103448276 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,6,47,2.127659574468085 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,7,44,1.8636363636363635 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,8,42,2.2857142857142856 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,9,45,2.1555555555555554 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,10,52,1.9423076923076923 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,11,44,2.0681818181818183 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2019,12,36,1.9166666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,1,39,2.1538461538461537 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,2,51,2.07843137254902 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,3,36,2.305555555555556 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,4,44,1.9090909090909087 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,5,50,2.08 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,6,49,2.489795918367347 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,7,58,2.0689655172413794 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,8,42,2.642857142857143 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,9,38,2.026315789473684 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,10,49,2.816326530612245 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,11,51,2.117647058823529 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2020,12,45,3.088888888888889 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,1,57,2.508771929824561 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,2,39,2.3846153846153846 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,3,42,3.023809523809524 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,4,43,2.558139534883721 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,5,40,2.525 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,6,37,2.216216216216216 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,7,44,2.159090909090909 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,8,45,2.333333333333333 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,9,51,2.4901960784313726 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,10,55,2.327272727272727 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,11,46,1.9565217391304348 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2021,12,45,2.422222222222222 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,1,50,1.96 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,2,49,2.4081632653061225 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,3,44,2.4545454545454546 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,4,40,2.125 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,5,37,2.5135135135135136 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,6,37,1.864864864864865 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,7,49,2.061224489795918 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,8,39,1.6666666666666667 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,9,40,1.8 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,10,44,2.1818181818181817 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,11,47,1.702127659574468 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2022,12,42,1.9285714285714288 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,1,41,2.1707317073170733 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,2,29,2.793103448275862 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,3,38,2.0789473684210527 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,4,43,2.2093023255813957 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,5,36,2.6944444444444446 -40213281,"diphtheria, tetanus toxoids and acellular pertussis vaccine",2023,6,18,1.7222222222222223 -40213296,"hepatitis A vaccine, adult dosage",1996,4,1,1 -40213296,"hepatitis A vaccine, adult dosage",1996,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",1996,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",1996,9,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,3,1,2 -40213296,"hepatitis A vaccine, adult dosage",1997,4,1,1 -40213296,"hepatitis A vaccine, adult dosage",1997,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",1998,3,2,2.5 -40213296,"hepatitis A vaccine, adult dosage",1998,9,1,2 -40213296,"hepatitis A vaccine, adult dosage",2000,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2000,3,1,3 -40213296,"hepatitis A vaccine, adult dosage",2000,12,1,1 -40213296,"hepatitis A vaccine, adult dosage",2001,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2001,11,1,2 -40213296,"hepatitis A vaccine, adult dosage",2002,7,1,2 -40213296,"hepatitis A vaccine, adult dosage",2002,11,1,2 -40213296,"hepatitis A vaccine, adult dosage",2003,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",2003,10,1,2 -40213296,"hepatitis A vaccine, adult dosage",2004,6,1,1 -40213296,"hepatitis A vaccine, adult dosage",2005,10,1,2 -40213296,"hepatitis A vaccine, adult dosage",2007,2,1,2 -40213296,"hepatitis A vaccine, adult dosage",2008,3,1,2 -40213296,"hepatitis A vaccine, adult dosage",2009,7,1,3 -40213296,"hepatitis A vaccine, adult dosage",2010,8,1,1 -40213296,"hepatitis A vaccine, adult dosage",2011,2,1,1 -40213296,"hepatitis A vaccine, adult dosage",2012,3,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,2,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,3,1,1 -40213296,"hepatitis A vaccine, adult dosage",2013,6,8,2.125 -40213296,"hepatitis A vaccine, adult dosage",2013,7,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2013,8,23,1.6956521739130437 -40213296,"hepatitis A vaccine, adult dosage",2013,9,16,2.625 -40213296,"hepatitis A vaccine, adult dosage",2013,10,20,2.2 -40213296,"hepatitis A vaccine, adult dosage",2013,11,16,2 -40213296,"hepatitis A vaccine, adult dosage",2013,12,16,1.5 -40213296,"hepatitis A vaccine, adult dosage",2014,1,11,2.5454545454545454 -40213296,"hepatitis A vaccine, adult dosage",2014,2,15,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2014,3,24,3.458333333333333 -40213296,"hepatitis A vaccine, adult dosage",2014,4,9,2 -40213296,"hepatitis A vaccine, adult dosage",2014,5,20,2.45 -40213296,"hepatitis A vaccine, adult dosage",2014,6,19,2.8421052631578947 -40213296,"hepatitis A vaccine, adult dosage",2014,7,15,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2014,8,21,1.9047619047619049 -40213296,"hepatitis A vaccine, adult dosage",2014,9,25,3.04 -40213296,"hepatitis A vaccine, adult dosage",2014,10,11,2 -40213296,"hepatitis A vaccine, adult dosage",2014,11,12,2.9166666666666665 -40213296,"hepatitis A vaccine, adult dosage",2014,12,6,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2015,1,14,3.071428571428572 -40213296,"hepatitis A vaccine, adult dosage",2015,2,12,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2015,3,17,1.7058823529411764 -40213296,"hepatitis A vaccine, adult dosage",2015,4,16,2.1875 -40213296,"hepatitis A vaccine, adult dosage",2015,5,18,1.3888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2015,6,20,3.35 -40213296,"hepatitis A vaccine, adult dosage",2015,7,12,2.083333333333333 -40213296,"hepatitis A vaccine, adult dosage",2015,8,20,1.75 -40213296,"hepatitis A vaccine, adult dosage",2015,9,16,1.75 -40213296,"hepatitis A vaccine, adult dosage",2015,10,18,1.8888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2015,11,15,2.1333333333333333 -40213296,"hepatitis A vaccine, adult dosage",2015,12,15,1.7333333333333334 -40213296,"hepatitis A vaccine, adult dosage",2016,1,11,2.363636363636364 -40213296,"hepatitis A vaccine, adult dosage",2016,2,19,1.7894736842105263 -40213296,"hepatitis A vaccine, adult dosage",2016,3,24,2.583333333333333 -40213296,"hepatitis A vaccine, adult dosage",2016,4,9,1.7777777777777777 -40213296,"hepatitis A vaccine, adult dosage",2016,5,24,2.0416666666666665 -40213296,"hepatitis A vaccine, adult dosage",2016,6,16,2.8125 -40213296,"hepatitis A vaccine, adult dosage",2016,7,19,1.6842105263157894 -40213296,"hepatitis A vaccine, adult dosage",2016,8,22,1.7727272727272727 -40213296,"hepatitis A vaccine, adult dosage",2016,9,22,2.909090909090909 -40213296,"hepatitis A vaccine, adult dosage",2016,10,15,3.2 -40213296,"hepatitis A vaccine, adult dosage",2016,11,16,1.875 -40213296,"hepatitis A vaccine, adult dosage",2016,12,10,2.2 -40213296,"hepatitis A vaccine, adult dosage",2017,1,20,2.95 -40213296,"hepatitis A vaccine, adult dosage",2017,2,18,1.6666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2017,3,21,1.761904761904762 -40213296,"hepatitis A vaccine, adult dosage",2017,4,21,2.761904761904762 -40213296,"hepatitis A vaccine, adult dosage",2017,5,17,1.4705882352941178 -40213296,"hepatitis A vaccine, adult dosage",2017,6,19,2.526315789473684 -40213296,"hepatitis A vaccine, adult dosage",2017,7,11,1.5454545454545454 -40213296,"hepatitis A vaccine, adult dosage",2017,8,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2017,9,15,2.066666666666667 -40213296,"hepatitis A vaccine, adult dosage",2017,10,16,2.3125 -40213296,"hepatitis A vaccine, adult dosage",2017,11,17,2.9411764705882355 -40213296,"hepatitis A vaccine, adult dosage",2017,12,15,1.8666666666666667 -40213296,"hepatitis A vaccine, adult dosage",2018,1,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2018,2,13,2.3076923076923075 -40213296,"hepatitis A vaccine, adult dosage",2018,3,15,2.2 -40213296,"hepatitis A vaccine, adult dosage",2018,4,14,1.7142857142857142 -40213296,"hepatitis A vaccine, adult dosage",2018,5,23,2.1739130434782608 -40213296,"hepatitis A vaccine, adult dosage",2018,6,14,3.4285714285714284 -40213296,"hepatitis A vaccine, adult dosage",2018,7,15,1.8 -40213296,"hepatitis A vaccine, adult dosage",2018,8,19,2.263157894736842 -40213296,"hepatitis A vaccine, adult dosage",2018,9,21,2.4285714285714284 -40213296,"hepatitis A vaccine, adult dosage",2018,10,16,2.4375 -40213296,"hepatitis A vaccine, adult dosage",2018,11,23,2.782608695652174 -40213296,"hepatitis A vaccine, adult dosage",2018,12,18,2.2222222222222223 -40213296,"hepatitis A vaccine, adult dosage",2019,1,14,2.142857142857143 -40213296,"hepatitis A vaccine, adult dosage",2019,2,17,2.117647058823529 -40213296,"hepatitis A vaccine, adult dosage",2019,3,18,1.8888888888888888 -40213296,"hepatitis A vaccine, adult dosage",2019,4,17,2.294117647058824 -40213296,"hepatitis A vaccine, adult dosage",2019,5,16,2.0625 -40213296,"hepatitis A vaccine, adult dosage",2019,6,7,2 -40213296,"hepatitis A vaccine, adult dosage",2019,7,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2019,8,13,2 -40213296,"hepatitis A vaccine, adult dosage",2019,9,17,2.294117647058824 -40213296,"hepatitis A vaccine, adult dosage",2019,10,9,1.7777777777777777 -40213296,"hepatitis A vaccine, adult dosage",2019,11,17,3.294117647058824 -40213296,"hepatitis A vaccine, adult dosage",2019,12,17,1.8823529411764703 -40213296,"hepatitis A vaccine, adult dosage",2020,1,14,2.2142857142857144 -40213296,"hepatitis A vaccine, adult dosage",2020,2,13,2.5384615384615383 -40213296,"hepatitis A vaccine, adult dosage",2020,3,15,1.9333333333333331 -40213296,"hepatitis A vaccine, adult dosage",2020,4,16,1.9375 -40213296,"hepatitis A vaccine, adult dosage",2020,5,13,2.769230769230769 -40213296,"hepatitis A vaccine, adult dosage",2020,6,16,2.875 -40213296,"hepatitis A vaccine, adult dosage",2020,7,14,1.6428571428571428 -40213296,"hepatitis A vaccine, adult dosage",2020,8,19,2.6842105263157894 -40213296,"hepatitis A vaccine, adult dosage",2020,9,20,2.3 -40213296,"hepatitis A vaccine, adult dosage",2020,10,16,2.3125 -40213296,"hepatitis A vaccine, adult dosage",2020,11,25,1.8 -40213296,"hepatitis A vaccine, adult dosage",2020,12,13,2 -40213296,"hepatitis A vaccine, adult dosage",2021,1,14,1.9285714285714288 -40213296,"hepatitis A vaccine, adult dosage",2021,2,11,2.4545454545454546 -40213296,"hepatitis A vaccine, adult dosage",2021,3,13,2.1538461538461537 -40213296,"hepatitis A vaccine, adult dosage",2021,4,12,2 -40213296,"hepatitis A vaccine, adult dosage",2021,5,11,4.636363636363637 -40213296,"hepatitis A vaccine, adult dosage",2021,6,13,2.1538461538461537 -40213296,"hepatitis A vaccine, adult dosage",2021,7,13,1.7692307692307692 -40213296,"hepatitis A vaccine, adult dosage",2021,8,15,4.133333333333334 -40213296,"hepatitis A vaccine, adult dosage",2021,9,19,2.1578947368421053 -40213296,"hepatitis A vaccine, adult dosage",2021,10,13,1.9230769230769231 -40213296,"hepatitis A vaccine, adult dosage",2021,11,22,3.409090909090909 -40213296,"hepatitis A vaccine, adult dosage",2021,12,10,2 -40213296,"hepatitis A vaccine, adult dosage",2022,1,14,2.142857142857143 -40213296,"hepatitis A vaccine, adult dosage",2022,2,14,2.2857142857142856 -40213296,"hepatitis A vaccine, adult dosage",2022,3,24,2.5416666666666665 -40213296,"hepatitis A vaccine, adult dosage",2022,4,20,2.6 -40213296,"hepatitis A vaccine, adult dosage",2022,5,10,1.4 -40213296,"hepatitis A vaccine, adult dosage",2022,6,20,1.65 -40213296,"hepatitis A vaccine, adult dosage",2022,7,19,1.8421052631578947 -40213296,"hepatitis A vaccine, adult dosage",2022,8,14,2.2857142857142856 -40213296,"hepatitis A vaccine, adult dosage",2022,9,15,5.133333333333334 -40213296,"hepatitis A vaccine, adult dosage",2022,10,14,2 -40213296,"hepatitis A vaccine, adult dosage",2022,11,21,2.6666666666666665 -40213296,"hepatitis A vaccine, adult dosage",2022,12,12,1.9166666666666667 -40213296,"hepatitis A vaccine, adult dosage",2023,1,16,1.625 -40213296,"hepatitis A vaccine, adult dosage",2023,2,13,2.3076923076923075 -40213296,"hepatitis A vaccine, adult dosage",2023,3,15,2.2 -40213296,"hepatitis A vaccine, adult dosage",2023,4,21,3.0476190476190474 -40213296,"hepatitis A vaccine, adult dosage",2023,5,9,5.777777777777778 -40213296,"hepatitis A vaccine, adult dosage",2023,6,10,4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,2,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,3,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1995,4,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,3,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1996,7,1,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",1999,8,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2002,9,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,6,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2003,12,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2004,8,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2011,11,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,2,1,1 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,6,10,1.6 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,7,14,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,8,20,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,9,19,1.8421052631578947 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,10,24,1.5416666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,11,15,2.066666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2013,12,19,3.473684210526316 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,1,15,4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,2,20,2.45 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,3,24,2.958333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,4,9,1.6666666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,5,24,2.333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,6,19,2.263157894736842 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,7,20,2.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,8,24,3.5416666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,9,14,1.6428571428571428 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,10,15,1.8666666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,11,20,2.35 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2014,12,19,1.6842105263157894 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,1,22,1.7727272727272727 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,2,11,2.090909090909091 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,3,18,3.7222222222222223 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,4,17,3.823529411764706 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,5,15,2.4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,6,18,2.388888888888889 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,7,12,4.416666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,8,23,2.652173913043478 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,9,18,2.555555555555556 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,10,13,2.3846153846153846 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,11,22,1.9090909090909087 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2015,12,20,2.05 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,1,22,2.3181818181818183 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,2,21,2.4761904761904763 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,3,17,2.117647058823529 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,4,13,2.076923076923077 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,5,18,2.555555555555556 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,6,16,2.25 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,7,18,4.055555555555555 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,8,19,2.5789473684210527 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,9,15,2.4 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,10,22,3.8181818181818175 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,11,19,2.3157894736842106 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2016,12,16,2.125 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,1,15,2.466666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,2,25,2.16 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,3,22,3.0454545454545454 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,4,22,2.136363636363636 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,5,16,2.1875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,6,19,2.3157894736842106 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,7,15,3.466666666666667 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,8,19,2.736842105263158 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,9,17,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,10,8,2.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,11,26,2.730769230769231 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2017,12,23,2.782608695652174 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,1,24,2.333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,2,18,1.4444444444444444 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,3,22,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,4,19,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,5,24,2.458333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,6,22,2.8181818181818183 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,7,15,2.1333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,8,14,2.857142857142857 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,9,12,2.4166666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,10,17,3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,11,15,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2018,12,16,1.6875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,1,11,1.7272727272727273 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,2,20,2.3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,3,26,2.6153846153846154 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,4,20,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,5,19,2.263157894736842 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,6,17,1.7647058823529411 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,7,24,1.8333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,8,19,2.421052631578948 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,9,15,2.2666666666666666 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,10,8,2.375 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,11,23,2.4782608695652173 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2019,12,15,1.9333333333333331 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,1,13,1.4615384615384617 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,2,18,1.8888888888888888 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,3,24,2.0416666666666665 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,4,20,1.8 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,5,19,1.5789473684210529 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,6,15,1.9333333333333331 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,7,19,1.631578947368421 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,8,16,2.6875 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,9,12,1.5833333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,10,23,1.7391304347826086 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,11,20,1.85 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2020,12,9,3 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,1,19,2.0526315789473686 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,2,15,1.7333333333333334 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,3,16,1.9375 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,4,19,1.7894736842105263 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,5,23,2.260869565217391 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,6,21,2.1904761904761907 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,7,25,2.96 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,8,11,1.818181818181818 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,9,18,2.9444444444444446 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,10,18,1.7777777777777777 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,11,20,2.9 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2021,12,15,2.6 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,1,19,2 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,2,14,1.9285714285714288 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,3,14,2.9285714285714284 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,4,23,1.9130434782608696 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,5,12,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,6,15,2.2666666666666666 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,7,21,1.9523809523809523 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,8,29,2.2758620689655173 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,9,16,1.75 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,10,19,3.5789473684210527 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,11,13,2.230769230769231 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2022,12,18,2.833333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,1,20,1.8 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,2,19,2.9473684210526314 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,3,21,2.333333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,4,17,2.235294117647059 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,5,12,1.5833333333333333 -40213299,"hepatitis A vaccine, pediatric/adolescent dosage, 2 dose schedule",2023,6,8,1.5 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,3,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,5,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1985,12,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,1,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,3,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",1994,10,1,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,6,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2001,8,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,3,2,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,4,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2002,12,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,9,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2010,10,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2011,5,1,1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,6,10,2.4 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,7,25,1.56 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,8,26,1.8461538461538465 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,9,29,2.206896551724138 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,10,20,2.15 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,11,27,2.111111111111111 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2013,12,25,2.24 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,1,20,2.1 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,2,28,2.9642857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,3,28,3.357142857142857 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,4,19,2.3157894736842106 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,5,25,3.48 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,6,21,4 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,7,26,2.5 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,8,17,2.176470588235294 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,9,26,2.3846153846153846 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,10,37,3.081081081081081 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,11,23,2.869565217391304 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2014,12,32,2.46875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,1,30,3.3666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,2,23,3 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,3,25,2.08 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,4,29,2.689655172413793 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,5,29,2.413793103448276 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,6,27,2.592592592592593 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,7,40,2.3 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,8,35,2.4857142857142858 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,9,31,2.3548387096774195 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,10,23,1.826086956521739 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,11,33,2.4545454545454546 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2015,12,34,2.647058823529412 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,1,29,2.206896551724138 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,2,34,2.4705882352941178 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,3,25,1.96 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,4,26,2.3461538461538463 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,5,28,2.7142857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,6,23,3.130434782608696 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,7,22,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,8,26,1.9615384615384612 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,9,27,3.4444444444444446 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,10,30,2.6333333333333333 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,11,32,2.40625 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2016,12,31,1.8387096774193548 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,1,31,2.5161290322580645 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,2,27,1.962962962962963 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,3,25,2.24 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,4,26,2.6153846153846154 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,5,27,3.2962962962962963 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,6,24,3.2916666666666665 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,7,24,1.9166666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,8,25,1.72 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,9,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,10,31,1.7419354838709675 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,11,27,2.074074074074074 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2017,12,27,1.7777777777777777 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,1,30,1.9 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,2,27,2.592592592592593 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,3,21,2.4285714285714284 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,4,25,1.92 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,5,30,1.7666666666666666 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,6,25,1.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,7,20,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,8,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,9,28,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,10,31,1.6774193548387095 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,11,24,2.125 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2018,12,27,1.8888888888888888 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,1,35,1.8857142857142857 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,2,32,2.125 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,3,23,1.8695652173913044 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,4,17,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,5,30,1.7 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,6,24,1.9166666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,7,23,1.7826086956521738 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,8,24,1.75 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,9,37,2.27027027027027 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,10,34,2.2058823529411766 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,11,17,1.8823529411764703 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2019,12,21,1.8571428571428568 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,1,26,1.9230769230769231 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,2,23,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,3,28,2.2857142857142856 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,4,33,2.8484848484848486 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,5,30,1.8666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,6,22,3.636363636363636 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,7,27,2.5185185185185186 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,8,27,2.7777777777777777 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,9,28,2.4642857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,10,35,2.685714285714285 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,11,29,2.793103448275862 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2020,12,22,2.090909090909091 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,1,22,3.363636363636364 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,2,25,2.04 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,3,32,2.46875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,4,25,2.08 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,5,33,2.636363636363636 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,6,34,2.147058823529412 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,7,29,2.103448275862069 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,8,20,2.05 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,9,22,2.5454545454545454 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,10,30,2.033333333333333 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,11,22,1.5454545454545454 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2021,12,25,2.16 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,1,27,1.8888888888888888 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,2,35,1.9142857142857144 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,3,28,1.6785714285714286 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,4,24,2.333333333333333 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,5,22,2.4545454545454546 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,6,21,1.6666666666666667 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,7,22,2 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,8,25,2.16 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,9,20,1.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,10,24,1.875 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,11,25,2.6 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2022,12,24,2.6666666666666665 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,1,20,3.35 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,2,17,2.0588235294117645 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,3,32,2.9375 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,4,23,1.9130434782608696 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,5,19,2.210526315789474 -40213304,"hepatitis B vaccine, pediatric or pediatric/adolescent dosage",2023,6,8,1.375 -40213306,"hepatitis B vaccine, adult dosage",1982,3,1,1 -40213306,"hepatitis B vaccine, adult dosage",1986,4,1,24 -40213306,"hepatitis B vaccine, adult dosage",1987,4,1,24 -40213306,"hepatitis B vaccine, adult dosage",1988,5,1,24 -40213306,"hepatitis B vaccine, adult dosage",1990,1,1,4 -40213306,"hepatitis B vaccine, adult dosage",1990,6,1,2 -40213306,"hepatitis B vaccine, adult dosage",1991,2,1,4 -40213306,"hepatitis B vaccine, adult dosage",1991,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1992,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1993,5,1,5 -40213306,"hepatitis B vaccine, adult dosage",1994,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1995,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1996,4,1,2 -40213306,"hepatitis B vaccine, adult dosage",1996,5,1,2 -40213306,"hepatitis B vaccine, adult dosage",2000,9,1,7 -40213306,"hepatitis B vaccine, adult dosage",2001,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2001,9,1,7 -40213306,"hepatitis B vaccine, adult dosage",2002,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2004,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2004,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2005,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2006,4,1,1 -40213306,"hepatitis B vaccine, adult dosage",2006,9,1,2 -40213306,"hepatitis B vaccine, adult dosage",2009,7,1,1 -40213306,"hepatitis B vaccine, adult dosage",2010,7,1,1 -40213306,"hepatitis B vaccine, adult dosage",2011,8,1,1 -40213306,"hepatitis B vaccine, adult dosage",2011,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2012,10,1,2 -40213306,"hepatitis B vaccine, adult dosage",2013,6,5,1.6 -40213306,"hepatitis B vaccine, adult dosage",2013,7,11,3 -40213306,"hepatitis B vaccine, adult dosage",2013,8,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2013,9,8,3.125 -40213306,"hepatitis B vaccine, adult dosage",2013,10,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2013,11,8,1.5 -40213306,"hepatitis B vaccine, adult dosage",2013,12,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2014,1,5,1.8 -40213306,"hepatitis B vaccine, adult dosage",2014,2,7,1.5714285714285714 -40213306,"hepatitis B vaccine, adult dosage",2014,3,9,1.4444444444444444 -40213306,"hepatitis B vaccine, adult dosage",2014,4,3,2.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2014,5,6,3.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2014,6,5,1.2 -40213306,"hepatitis B vaccine, adult dosage",2014,7,8,1.875 -40213306,"hepatitis B vaccine, adult dosage",2014,8,6,1.3333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2014,9,10,2.3 -40213306,"hepatitis B vaccine, adult dosage",2014,10,8,2 -40213306,"hepatitis B vaccine, adult dosage",2014,11,9,2 -40213306,"hepatitis B vaccine, adult dosage",2014,12,5,3 -40213306,"hepatitis B vaccine, adult dosage",2015,1,13,1.6923076923076923 -40213306,"hepatitis B vaccine, adult dosage",2015,2,11,2.090909090909091 -40213306,"hepatitis B vaccine, adult dosage",2015,3,14,1.8571428571428568 -40213306,"hepatitis B vaccine, adult dosage",2015,4,13,3 -40213306,"hepatitis B vaccine, adult dosage",2015,5,9,1.4444444444444444 -40213306,"hepatitis B vaccine, adult dosage",2015,6,11,1.7272727272727273 -40213306,"hepatitis B vaccine, adult dosage",2015,7,6,1.8333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2015,8,13,1.5384615384615383 -40213306,"hepatitis B vaccine, adult dosage",2015,9,7,1.8571428571428568 -40213306,"hepatitis B vaccine, adult dosage",2015,10,7,1.8571428571428568 -40213306,"hepatitis B vaccine, adult dosage",2015,11,9,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2015,12,15,2.2666666666666666 -40213306,"hepatitis B vaccine, adult dosage",2016,1,15,2.1333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2016,2,4,2.25 -40213306,"hepatitis B vaccine, adult dosage",2016,3,6,3.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2016,4,14,1.8571428571428568 -40213306,"hepatitis B vaccine, adult dosage",2016,5,8,2.5 -40213306,"hepatitis B vaccine, adult dosage",2016,6,4,2 -40213306,"hepatitis B vaccine, adult dosage",2016,7,9,1.8888888888888888 -40213306,"hepatitis B vaccine, adult dosage",2016,8,9,2 -40213306,"hepatitis B vaccine, adult dosage",2016,9,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2016,10,9,4.222222222222222 -40213306,"hepatitis B vaccine, adult dosage",2016,11,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2016,12,12,2.9166666666666665 -40213306,"hepatitis B vaccine, adult dosage",2017,1,13,5.153846153846154 -40213306,"hepatitis B vaccine, adult dosage",2017,2,10,5.3 -40213306,"hepatitis B vaccine, adult dosage",2017,3,8,4.375 -40213306,"hepatitis B vaccine, adult dosage",2017,4,10,2.4 -40213306,"hepatitis B vaccine, adult dosage",2017,5,4,1.5 -40213306,"hepatitis B vaccine, adult dosage",2017,6,8,2.875 -40213306,"hepatitis B vaccine, adult dosage",2017,7,14,2.2857142857142856 -40213306,"hepatitis B vaccine, adult dosage",2017,8,12,2.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2017,9,14,2 -40213306,"hepatitis B vaccine, adult dosage",2017,10,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2017,11,8,3.875 -40213306,"hepatitis B vaccine, adult dosage",2017,12,6,5.166666666666667 -40213306,"hepatitis B vaccine, adult dosage",2018,1,7,2.7142857142857144 -40213306,"hepatitis B vaccine, adult dosage",2018,2,13,3.5384615384615383 -40213306,"hepatitis B vaccine, adult dosage",2018,3,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2018,4,7,1.8571428571428568 -40213306,"hepatitis B vaccine, adult dosage",2018,5,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2018,6,10,2.1 -40213306,"hepatitis B vaccine, adult dosage",2018,7,7,1.7142857142857142 -40213306,"hepatitis B vaccine, adult dosage",2018,8,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2018,9,8,3 -40213306,"hepatitis B vaccine, adult dosage",2018,10,19,2.1052631578947367 -40213306,"hepatitis B vaccine, adult dosage",2018,11,13,4.153846153846154 -40213306,"hepatitis B vaccine, adult dosage",2018,12,10,3 -40213306,"hepatitis B vaccine, adult dosage",2019,1,13,2 -40213306,"hepatitis B vaccine, adult dosage",2019,2,6,2 -40213306,"hepatitis B vaccine, adult dosage",2019,3,10,4.3 -40213306,"hepatitis B vaccine, adult dosage",2019,4,3,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2019,5,12,1.9166666666666667 -40213306,"hepatitis B vaccine, adult dosage",2019,6,7,2 -40213306,"hepatitis B vaccine, adult dosage",2019,7,10,2.3 -40213306,"hepatitis B vaccine, adult dosage",2019,8,11,2.4545454545454546 -40213306,"hepatitis B vaccine, adult dosage",2019,9,5,1.2 -40213306,"hepatitis B vaccine, adult dosage",2019,10,10,1.2 -40213306,"hepatitis B vaccine, adult dosage",2019,11,5,4.6 -40213306,"hepatitis B vaccine, adult dosage",2019,12,11,2.1818181818181817 -40213306,"hepatitis B vaccine, adult dosage",2020,1,8,2.75 -40213306,"hepatitis B vaccine, adult dosage",2020,2,8,2 -40213306,"hepatitis B vaccine, adult dosage",2020,3,10,1.7 -40213306,"hepatitis B vaccine, adult dosage",2020,4,15,2.4 -40213306,"hepatitis B vaccine, adult dosage",2020,5,11,1.7272727272727273 -40213306,"hepatitis B vaccine, adult dosage",2020,6,10,1.8 -40213306,"hepatitis B vaccine, adult dosage",2020,7,7,1.4285714285714286 -40213306,"hepatitis B vaccine, adult dosage",2020,8,10,1.7 -40213306,"hepatitis B vaccine, adult dosage",2020,9,9,2.111111111111111 -40213306,"hepatitis B vaccine, adult dosage",2020,10,5,2.6 -40213306,"hepatitis B vaccine, adult dosage",2020,11,12,1.5833333333333333 -40213306,"hepatitis B vaccine, adult dosage",2020,12,9,2.555555555555556 -40213306,"hepatitis B vaccine, adult dosage",2021,1,3,2.6666666666666665 -40213306,"hepatitis B vaccine, adult dosage",2021,2,7,2.4285714285714284 -40213306,"hepatitis B vaccine, adult dosage",2021,3,9,1.8888888888888888 -40213306,"hepatitis B vaccine, adult dosage",2021,4,9,1.7777777777777777 -40213306,"hepatitis B vaccine, adult dosage",2021,5,14,1.7857142857142858 -40213306,"hepatitis B vaccine, adult dosage",2021,6,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2021,7,8,1.75 -40213306,"hepatitis B vaccine, adult dosage",2021,8,5,2.2 -40213306,"hepatitis B vaccine, adult dosage",2021,9,9,2.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2021,10,6,3.8333333333333335 -40213306,"hepatitis B vaccine, adult dosage",2021,11,7,2 -40213306,"hepatitis B vaccine, adult dosage",2021,12,11,1.9090909090909087 -40213306,"hepatitis B vaccine, adult dosage",2022,1,12,2.333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2022,2,14,2 -40213306,"hepatitis B vaccine, adult dosage",2022,3,7,1.5714285714285714 -40213306,"hepatitis B vaccine, adult dosage",2022,4,6,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2022,5,12,2.083333333333333 -40213306,"hepatitis B vaccine, adult dosage",2022,6,15,1.9333333333333331 -40213306,"hepatitis B vaccine, adult dosage",2022,7,6,4 -40213306,"hepatitis B vaccine, adult dosage",2022,8,12,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2022,9,4,2 -40213306,"hepatitis B vaccine, adult dosage",2022,10,9,1.3333333333333333 -40213306,"hepatitis B vaccine, adult dosage",2022,11,7,2.2857142857142856 -40213306,"hepatitis B vaccine, adult dosage",2022,12,12,1.6666666666666667 -40213306,"hepatitis B vaccine, adult dosage",2023,1,10,2 -40213306,"hepatitis B vaccine, adult dosage",2023,2,9,2 -40213306,"hepatitis B vaccine, adult dosage",2023,3,8,1.625 -40213306,"hepatitis B vaccine, adult dosage",2023,4,7,2 -40213306,"hepatitis B vaccine, adult dosage",2023,5,8,2.125 -40213306,"hepatitis B vaccine, adult dosage",2023,6,4,3.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,7,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1985,9,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1986,6,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,5,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1994,7,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",1995,4,1,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,10,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2001,12,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,7,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2002,9,2,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2003,6,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2010,12,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,2,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2011,11,1,1 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,6,12,1.75 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,7,24,2.2916666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,8,30,2.1666666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,9,33,1.9696969696969695 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,10,30,1.7333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,11,27,1.8888888888888888 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2013,12,31,3 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,1,21,1.9047619047619049 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,2,28,2.071428571428572 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,3,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,4,21,2.095238095238096 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,5,29,3.103448275862069 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,6,22,2.727272727272727 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,7,26,3.3846153846153846 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,8,22,3.5454545454545454 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,9,29,2.3793103448275863 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,10,21,3.4285714285714284 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,11,25,2.88 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2014,12,27,2.037037037037037 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,1,24,2.5416666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,2,28,2.2857142857142856 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,3,29,2.3448275862068964 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,4,34,3.235294117647059 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,5,21,2.619047619047619 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,6,30,2.6333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,7,22,3.5 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,8,30,3 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,9,31,2.193548387096774 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,10,19,2.789473684210526 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,11,40,2.4 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2015,12,29,2.0689655172413794 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,1,37,2.4864864864864864 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,2,28,2.0357142857142856 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,3,32,2.21875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,4,26,2.6923076923076925 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,5,36,2.2777777777777777 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,6,25,2.64 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,7,28,2.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,8,28,2.857142857142857 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,9,24,2.25 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,10,30,2.966666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,11,18,1.7777777777777777 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2016,12,27,2.555555555555556 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,1,27,2.6296296296296298 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,2,32,2.40625 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,3,36,2.805555555555556 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,4,31,1.7741935483870968 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,5,26,1.7307692307692308 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,6,32,2.3125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,7,33,2.787878787878788 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,8,20,2.65 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,9,24,2.5416666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,10,15,2.333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,11,24,3.083333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2017,12,26,2.6538461538461537 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,1,30,1.6666666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,2,23,1.608695652173913 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,3,33,1.606060606060606 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,4,28,1.8571428571428568 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,5,32,1.96875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,6,30,2.333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,7,23,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,8,28,2.7142857142857144 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,9,17,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,10,25,1.6 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,11,23,2.0869565217391304 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2018,12,27,1.5925925925925926 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,1,19,1.8421052631578947 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,2,33,1.5454545454545454 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,3,32,1.9375 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,4,31,1.903225806451613 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,5,31,2.2580645161290325 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,6,25,2.08 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,7,34,1.8235294117647056 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,8,21,1.809523809523809 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,9,18,1.9444444444444444 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,10,16,1.75 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,11,35,1.8571428571428568 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2019,12,24,1.7916666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,1,26,2.076923076923077 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,2,29,1.862068965517241 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,3,26,2.6153846153846154 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,4,32,1.875 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,5,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,6,26,2.230769230769231 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,7,28,1.8571428571428568 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,8,32,3.03125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,9,18,1.8888888888888888 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,10,34,3.117647058823529 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,11,27,1.851851851851852 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2020,12,29,3.5517241379310347 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,1,33,2.212121212121212 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,2,22,2.9545454545454546 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,3,23,2.5217391304347827 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,4,24,2.2916666666666665 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,5,30,2.2333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,6,21,1.8571428571428568 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,7,33,2.9393939393939394 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,8,24,1.6666666666666667 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,9,34,2.735294117647059 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,10,29,1.7586206896551724 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,11,35,2.685714285714285 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2021,12,26,2.3846153846153846 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,1,25,2.2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,2,15,2.1333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,3,24,2.125 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,4,31,1.8064516129032255 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,5,26,1.9230769230769231 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,6,26,1.7692307692307692 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,7,30,2.2333333333333334 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,8,30,1.8333333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,9,22,1.6363636363636365 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,10,25,2.68 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,11,17,2 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2022,12,21,2.0476190476190474 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,1,26,1.7692307692307692 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,2,19,3.1052631578947367 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,3,24,1.7083333333333333 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,4,26,2.6923076923076925 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,5,25,2.72 -40213314,"Haemophilus influenzae type b vaccine, PRP-OMP conjugate",2023,6,7,1.7142857142857142 -40213320,"human papilloma virus vaccine, quadrivalent",2006,7,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2006,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2007,7,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2007,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2008,3,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2008,9,1,2 -40213320,"human papilloma virus vaccine, quadrivalent",2009,4,1,1 -40213320,"human papilloma virus vaccine, quadrivalent",2013,6,6,1.6666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2013,7,27,2.111111111111111 -40213320,"human papilloma virus vaccine, quadrivalent",2013,8,17,1.8823529411764703 -40213320,"human papilloma virus vaccine, quadrivalent",2013,9,19,1.947368421052632 -40213320,"human papilloma virus vaccine, quadrivalent",2013,10,23,2.347826086956522 -40213320,"human papilloma virus vaccine, quadrivalent",2013,11,23,2.9565217391304346 -40213320,"human papilloma virus vaccine, quadrivalent",2013,12,22,2.1818181818181817 -40213320,"human papilloma virus vaccine, quadrivalent",2014,1,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2014,2,19,2.1578947368421053 -40213320,"human papilloma virus vaccine, quadrivalent",2014,3,29,2.413793103448276 -40213320,"human papilloma virus vaccine, quadrivalent",2014,4,23,2.739130434782609 -40213320,"human papilloma virus vaccine, quadrivalent",2014,5,30,1.8666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2014,6,21,2.1904761904761907 -40213320,"human papilloma virus vaccine, quadrivalent",2014,7,22,2.409090909090909 -40213320,"human papilloma virus vaccine, quadrivalent",2014,8,14,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2014,9,21,2 -40213320,"human papilloma virus vaccine, quadrivalent",2014,10,24,2.5 -40213320,"human papilloma virus vaccine, quadrivalent",2014,11,21,3 -40213320,"human papilloma virus vaccine, quadrivalent",2014,12,23,2.739130434782609 -40213320,"human papilloma virus vaccine, quadrivalent",2015,1,24,2.958333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2015,2,18,2.111111111111111 -40213320,"human papilloma virus vaccine, quadrivalent",2015,3,26,2.6538461538461537 -40213320,"human papilloma virus vaccine, quadrivalent",2015,4,24,2.375 -40213320,"human papilloma virus vaccine, quadrivalent",2015,5,21,1.809523809523809 -40213320,"human papilloma virus vaccine, quadrivalent",2015,6,22,1.9545454545454544 -40213320,"human papilloma virus vaccine, quadrivalent",2015,7,22,2.3181818181818183 -40213320,"human papilloma virus vaccine, quadrivalent",2015,8,16,2.75 -40213320,"human papilloma virus vaccine, quadrivalent",2015,9,23,1.9565217391304348 -40213320,"human papilloma virus vaccine, quadrivalent",2015,10,28,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2015,11,24,3.125 -40213320,"human papilloma virus vaccine, quadrivalent",2015,12,19,2.6842105263157894 -40213320,"human papilloma virus vaccine, quadrivalent",2016,1,24,2.583333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2016,2,27,2.4074074074074074 -40213320,"human papilloma virus vaccine, quadrivalent",2016,3,27,2 -40213320,"human papilloma virus vaccine, quadrivalent",2016,4,19,1.8421052631578947 -40213320,"human papilloma virus vaccine, quadrivalent",2016,5,27,1.8148148148148149 -40213320,"human papilloma virus vaccine, quadrivalent",2016,6,27,1.851851851851852 -40213320,"human papilloma virus vaccine, quadrivalent",2016,7,23,2.217391304347826 -40213320,"human papilloma virus vaccine, quadrivalent",2016,8,17,2.9411764705882355 -40213320,"human papilloma virus vaccine, quadrivalent",2016,9,27,1.8148148148148149 -40213320,"human papilloma virus vaccine, quadrivalent",2016,10,22,2.363636363636364 -40213320,"human papilloma virus vaccine, quadrivalent",2016,11,25,1.84 -40213320,"human papilloma virus vaccine, quadrivalent",2016,12,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2017,1,21,2.238095238095238 -40213320,"human papilloma virus vaccine, quadrivalent",2017,2,25,1.88 -40213320,"human papilloma virus vaccine, quadrivalent",2017,3,25,2.28 -40213320,"human papilloma virus vaccine, quadrivalent",2017,4,17,2.117647058823529 -40213320,"human papilloma virus vaccine, quadrivalent",2017,5,26,1.7692307692307692 -40213320,"human papilloma virus vaccine, quadrivalent",2017,6,26,1.7692307692307692 -40213320,"human papilloma virus vaccine, quadrivalent",2017,7,24,2.75 -40213320,"human papilloma virus vaccine, quadrivalent",2017,8,21,2.333333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2017,9,26,2.1923076923076925 -40213320,"human papilloma virus vaccine, quadrivalent",2017,10,29,1.862068965517241 -40213320,"human papilloma virus vaccine, quadrivalent",2017,11,20,2.05 -40213320,"human papilloma virus vaccine, quadrivalent",2017,12,18,1.6666666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2018,1,24,1.7916666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2018,2,13,1.6153846153846154 -40213320,"human papilloma virus vaccine, quadrivalent",2018,3,35,2.057142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2018,4,14,1.9285714285714288 -40213320,"human papilloma virus vaccine, quadrivalent",2018,5,29,1.827586206896552 -40213320,"human papilloma virus vaccine, quadrivalent",2018,6,29,1.827586206896552 -40213320,"human papilloma virus vaccine, quadrivalent",2018,7,28,2.571428571428572 -40213320,"human papilloma virus vaccine, quadrivalent",2018,8,17,1.9411764705882355 -40213320,"human papilloma virus vaccine, quadrivalent",2018,9,23,1.9565217391304348 -40213320,"human papilloma virus vaccine, quadrivalent",2018,10,22,1.818181818181818 -40213320,"human papilloma virus vaccine, quadrivalent",2018,11,18,2 -40213320,"human papilloma virus vaccine, quadrivalent",2018,12,21,1.5714285714285714 -40213320,"human papilloma virus vaccine, quadrivalent",2019,1,25,2.12 -40213320,"human papilloma virus vaccine, quadrivalent",2019,2,17,1.7058823529411764 -40213320,"human papilloma virus vaccine, quadrivalent",2019,3,28,1.75 -40213320,"human papilloma virus vaccine, quadrivalent",2019,4,19,3 -40213320,"human papilloma virus vaccine, quadrivalent",2019,5,19,1.8421052631578947 -40213320,"human papilloma virus vaccine, quadrivalent",2019,6,25,1.72 -40213320,"human papilloma virus vaccine, quadrivalent",2019,7,26,2.730769230769231 -40213320,"human papilloma virus vaccine, quadrivalent",2019,8,16,1.6875 -40213320,"human papilloma virus vaccine, quadrivalent",2019,9,27,2 -40213320,"human papilloma virus vaccine, quadrivalent",2019,10,22,1.7272727272727273 -40213320,"human papilloma virus vaccine, quadrivalent",2019,11,26,2.1538461538461537 -40213320,"human papilloma virus vaccine, quadrivalent",2019,12,17,2.0588235294117645 -40213320,"human papilloma virus vaccine, quadrivalent",2020,1,30,2.2333333333333334 -40213320,"human papilloma virus vaccine, quadrivalent",2020,2,28,1.6428571428571428 -40213320,"human papilloma virus vaccine, quadrivalent",2020,3,30,2.833333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2020,4,19,2.631578947368421 -40213320,"human papilloma virus vaccine, quadrivalent",2020,5,23,3.217391304347826 -40213320,"human papilloma virus vaccine, quadrivalent",2020,6,24,1.9583333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2020,7,32,1.84375 -40213320,"human papilloma virus vaccine, quadrivalent",2020,8,13,1.8461538461538465 -40213320,"human papilloma virus vaccine, quadrivalent",2020,9,23,1.6521739130434785 -40213320,"human papilloma virus vaccine, quadrivalent",2020,10,17,1.7058823529411764 -40213320,"human papilloma virus vaccine, quadrivalent",2020,11,23,1.826086956521739 -40213320,"human papilloma virus vaccine, quadrivalent",2020,12,24,2.1666666666666665 -40213320,"human papilloma virus vaccine, quadrivalent",2021,1,28,2.357142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2021,2,32,2.25 -40213320,"human papilloma virus vaccine, quadrivalent",2021,3,31,2.774193548387097 -40213320,"human papilloma virus vaccine, quadrivalent",2021,4,31,2.290322580645161 -40213320,"human papilloma virus vaccine, quadrivalent",2021,5,23,3.4347826086956523 -40213320,"human papilloma virus vaccine, quadrivalent",2021,6,21,2.142857142857143 -40213320,"human papilloma virus vaccine, quadrivalent",2021,7,30,2.466666666666667 -40213320,"human papilloma virus vaccine, quadrivalent",2021,8,22,2.5454545454545454 -40213320,"human papilloma virus vaccine, quadrivalent",2021,9,23,1.8695652173913044 -40213320,"human papilloma virus vaccine, quadrivalent",2021,10,23,1.7826086956521738 -40213320,"human papilloma virus vaccine, quadrivalent",2021,11,28,2.2142857142857144 -40213320,"human papilloma virus vaccine, quadrivalent",2021,12,30,2.533333333333333 -40213320,"human papilloma virus vaccine, quadrivalent",2022,1,25,2.04 -40213320,"human papilloma virus vaccine, quadrivalent",2022,2,36,2.388888888888889 -40213320,"human papilloma virus vaccine, quadrivalent",2022,3,30,2.6 -40213320,"human papilloma virus vaccine, quadrivalent",2022,4,35,2.2 -40213320,"human papilloma virus vaccine, quadrivalent",2022,5,28,3.107142857142857 -40213320,"human papilloma virus vaccine, quadrivalent",2022,6,18,2.055555555555556 -40213320,"human papilloma virus vaccine, quadrivalent",2022,7,25,1.84 -40213320,"human papilloma virus vaccine, quadrivalent",2022,8,29,4.0344827586206895 -40213320,"human papilloma virus vaccine, quadrivalent",2022,9,22,2.0454545454545454 -40213320,"human papilloma virus vaccine, quadrivalent",2022,10,29,3.034482758620689 -40213320,"human papilloma virus vaccine, quadrivalent",2022,11,28,2.1785714285714284 -40213320,"human papilloma virus vaccine, quadrivalent",2022,12,36,2.4166666666666665 -40213320,"human papilloma virus vaccine, quadrivalent",2023,1,21,1.9523809523809523 -40213320,"human papilloma virus vaccine, quadrivalent",2023,2,33,2.4242424242424243 -40213320,"human papilloma virus vaccine, quadrivalent",2023,3,29,3.0689655172413794 -40213320,"human papilloma virus vaccine, quadrivalent",2023,4,32,2.65625 -40213320,"human papilloma virus vaccine, quadrivalent",2023,5,25,1.88 -40213320,"human papilloma virus vaccine, quadrivalent",2023,6,11,1.818181818181818 -40220960,alteplase 100 MG Injection,1988,5,1,1 -40220960,alteplase 100 MG Injection,1990,11,1,1 -40220960,alteplase 100 MG Injection,1992,3,1,1 -40220960,alteplase 100 MG Injection,1992,6,1,1 -40220960,alteplase 100 MG Injection,1993,1,2,1 -40220960,alteplase 100 MG Injection,1993,9,1,1 -40220960,alteplase 100 MG Injection,1993,12,1,1 -40220960,alteplase 100 MG Injection,1994,4,1,1 -40220960,alteplase 100 MG Injection,1994,12,1,1 -40220960,alteplase 100 MG Injection,1996,6,1,1 -40220960,alteplase 100 MG Injection,1996,7,2,1 -40220960,alteplase 100 MG Injection,1996,8,1,1 -40220960,alteplase 100 MG Injection,1996,10,1,1 -40220960,alteplase 100 MG Injection,1997,7,1,1 -40220960,alteplase 100 MG Injection,1997,9,2,1 -40220960,alteplase 100 MG Injection,1997,11,1,1 -40220960,alteplase 100 MG Injection,1998,1,1,1 -40220960,alteplase 100 MG Injection,1998,9,1,1 -40220960,alteplase 100 MG Injection,1998,10,1,1 -40220960,alteplase 100 MG Injection,1999,1,1,1 -40220960,alteplase 100 MG Injection,1999,5,1,1 -40220960,alteplase 100 MG Injection,1999,6,1,1 -40220960,alteplase 100 MG Injection,1999,8,1,1 -40220960,alteplase 100 MG Injection,1999,10,1,1 -40220960,alteplase 100 MG Injection,2000,5,1,1 -40220960,alteplase 100 MG Injection,2000,12,1,1 -40220960,alteplase 100 MG Injection,2001,4,1,1 -40220960,alteplase 100 MG Injection,2001,9,1,1 -40220960,alteplase 100 MG Injection,2001,12,3,1 -40220960,alteplase 100 MG Injection,2002,3,1,1 -40220960,alteplase 100 MG Injection,2002,5,1,1 -40220960,alteplase 100 MG Injection,2002,7,1,1 -40220960,alteplase 100 MG Injection,2002,10,1,1 -40220960,alteplase 100 MG Injection,2002,11,1,1 -40220960,alteplase 100 MG Injection,2002,12,2,1 -40220960,alteplase 100 MG Injection,2003,1,1,1 -40220960,alteplase 100 MG Injection,2003,2,1,1 -40220960,alteplase 100 MG Injection,2003,7,1,1 -40220960,alteplase 100 MG Injection,2003,10,1,1 -40220960,alteplase 100 MG Injection,2004,1,2,1 -40220960,alteplase 100 MG Injection,2004,7,2,1 -40220960,alteplase 100 MG Injection,2005,10,2,1 -40220960,alteplase 100 MG Injection,2006,1,1,1 -40220960,alteplase 100 MG Injection,2006,5,2,1 -40220960,alteplase 100 MG Injection,2006,6,2,1 -40220960,alteplase 100 MG Injection,2006,11,1,1 -40220960,alteplase 100 MG Injection,2006,12,2,1 -40220960,alteplase 100 MG Injection,2007,1,1,1 -40220960,alteplase 100 MG Injection,2007,4,1,1 -40220960,alteplase 100 MG Injection,2007,5,1,1 -40220960,alteplase 100 MG Injection,2007,9,1,1 -40220960,alteplase 100 MG Injection,2008,3,1,1 -40220960,alteplase 100 MG Injection,2008,4,1,1 -40220960,alteplase 100 MG Injection,2008,5,1,1 -40220960,alteplase 100 MG Injection,2008,6,1,1 -40220960,alteplase 100 MG Injection,2008,7,1,1 -40220960,alteplase 100 MG Injection,2008,8,2,1 -40220960,alteplase 100 MG Injection,2008,10,1,1 -40220960,alteplase 100 MG Injection,2008,11,4,1 -40220960,alteplase 100 MG Injection,2009,4,1,1 -40220960,alteplase 100 MG Injection,2009,5,1,1 -40220960,alteplase 100 MG Injection,2009,6,1,1 -40220960,alteplase 100 MG Injection,2009,7,1,1 -40220960,alteplase 100 MG Injection,2009,9,1,1 -40220960,alteplase 100 MG Injection,2009,12,2,1 -40220960,alteplase 100 MG Injection,2010,2,1,1 -40220960,alteplase 100 MG Injection,2010,3,1,1 -40220960,alteplase 100 MG Injection,2010,6,1,1 -40220960,alteplase 100 MG Injection,2010,8,1,1 -40220960,alteplase 100 MG Injection,2010,9,2,1 -40220960,alteplase 100 MG Injection,2011,1,2,1 -40220960,alteplase 100 MG Injection,2011,2,1,1 -40220960,alteplase 100 MG Injection,2011,5,2,1 -40220960,alteplase 100 MG Injection,2012,3,1,1 -40220960,alteplase 100 MG Injection,2012,6,2,1 -40220960,alteplase 100 MG Injection,2012,7,2,1 -40220960,alteplase 100 MG Injection,2012,12,1,1 -40220960,alteplase 100 MG Injection,2013,1,1,1 -40220960,alteplase 100 MG Injection,2013,3,1,1 -40220960,alteplase 100 MG Injection,2013,4,1,1 -40220960,alteplase 100 MG Injection,2013,6,2,1 -40220960,alteplase 100 MG Injection,2013,7,3,1 -40220960,alteplase 100 MG Injection,2013,8,4,1 -40220960,alteplase 100 MG Injection,2013,9,1,1 -40220960,alteplase 100 MG Injection,2013,10,1,1 -40220960,alteplase 100 MG Injection,2013,11,1,1 -40220960,alteplase 100 MG Injection,2013,12,4,1 -40220960,alteplase 100 MG Injection,2014,1,3,1 -40220960,alteplase 100 MG Injection,2014,2,1,1 -40220960,alteplase 100 MG Injection,2014,3,2,1 -40220960,alteplase 100 MG Injection,2014,4,3,1 -40220960,alteplase 100 MG Injection,2014,5,3,1 -40220960,alteplase 100 MG Injection,2014,6,1,1 -40220960,alteplase 100 MG Injection,2014,7,3,1 -40220960,alteplase 100 MG Injection,2014,8,2,1 -40220960,alteplase 100 MG Injection,2014,9,4,1 -40220960,alteplase 100 MG Injection,2014,10,3,1 -40220960,alteplase 100 MG Injection,2014,11,4,1 -40220960,alteplase 100 MG Injection,2014,12,2,6 -40220960,alteplase 100 MG Injection,2015,1,5,1 -40220960,alteplase 100 MG Injection,2015,2,3,1 -40220960,alteplase 100 MG Injection,2015,3,5,1 -40220960,alteplase 100 MG Injection,2015,4,3,1 -40220960,alteplase 100 MG Injection,2015,5,6,1 -40220960,alteplase 100 MG Injection,2015,6,5,1 -40220960,alteplase 100 MG Injection,2015,7,7,1 -40220960,alteplase 100 MG Injection,2015,8,3,1 -40220960,alteplase 100 MG Injection,2015,9,2,1 -40220960,alteplase 100 MG Injection,2015,10,7,1 -40220960,alteplase 100 MG Injection,2015,11,4,1 -40220960,alteplase 100 MG Injection,2015,12,4,1 -40220960,alteplase 100 MG Injection,2016,1,4,1 -40220960,alteplase 100 MG Injection,2016,2,6,1 -40220960,alteplase 100 MG Injection,2016,3,3,1 -40220960,alteplase 100 MG Injection,2016,4,5,1 -40220960,alteplase 100 MG Injection,2016,5,4,1 -40220960,alteplase 100 MG Injection,2016,6,1,1 -40220960,alteplase 100 MG Injection,2016,7,2,1 -40220960,alteplase 100 MG Injection,2016,8,3,1 -40220960,alteplase 100 MG Injection,2016,9,4,1 -40220960,alteplase 100 MG Injection,2016,10,4,1 -40220960,alteplase 100 MG Injection,2016,11,4,1 -40220960,alteplase 100 MG Injection,2016,12,4,1 -40220960,alteplase 100 MG Injection,2017,1,7,1 -40220960,alteplase 100 MG Injection,2017,2,1,1 -40220960,alteplase 100 MG Injection,2017,3,5,1 -40220960,alteplase 100 MG Injection,2017,4,9,1 -40220960,alteplase 100 MG Injection,2017,5,3,1 -40220960,alteplase 100 MG Injection,2017,6,6,1 -40220960,alteplase 100 MG Injection,2017,7,5,1 -40220960,alteplase 100 MG Injection,2017,8,4,1 -40220960,alteplase 100 MG Injection,2017,9,6,1 -40220960,alteplase 100 MG Injection,2017,10,2,1 -40220960,alteplase 100 MG Injection,2017,11,5,1 -40220960,alteplase 100 MG Injection,2017,12,4,1 -40220960,alteplase 100 MG Injection,2018,1,5,1 -40220960,alteplase 100 MG Injection,2018,2,1,1 -40220960,alteplase 100 MG Injection,2018,3,3,1 -40220960,alteplase 100 MG Injection,2018,4,7,1 -40220960,alteplase 100 MG Injection,2018,5,7,1 -40220960,alteplase 100 MG Injection,2018,6,4,1 -40220960,alteplase 100 MG Injection,2018,7,3,1 -40220960,alteplase 100 MG Injection,2018,8,2,1 -40220960,alteplase 100 MG Injection,2018,9,6,1 -40220960,alteplase 100 MG Injection,2018,10,2,1 -40220960,alteplase 100 MG Injection,2018,11,4,1 -40220960,alteplase 100 MG Injection,2018,12,6,1 -40220960,alteplase 100 MG Injection,2019,1,6,1 -40220960,alteplase 100 MG Injection,2019,2,7,1 -40220960,alteplase 100 MG Injection,2019,3,4,1.25 -40220960,alteplase 100 MG Injection,2019,4,4,1 -40220960,alteplase 100 MG Injection,2019,5,6,1.1666666666666667 -40220960,alteplase 100 MG Injection,2019,6,2,1 -40220960,alteplase 100 MG Injection,2019,7,10,1 -40220960,alteplase 100 MG Injection,2019,8,6,1 -40220960,alteplase 100 MG Injection,2019,9,2,1 -40220960,alteplase 100 MG Injection,2019,10,6,1 -40220960,alteplase 100 MG Injection,2019,11,2,1 -40220960,alteplase 100 MG Injection,2019,12,7,1 -40220960,alteplase 100 MG Injection,2020,1,4,1 -40220960,alteplase 100 MG Injection,2020,2,7,1 -40220960,alteplase 100 MG Injection,2020,3,1,1 -40220960,alteplase 100 MG Injection,2020,4,4,1 -40220960,alteplase 100 MG Injection,2020,5,4,1 -40220960,alteplase 100 MG Injection,2020,6,2,1 -40220960,alteplase 100 MG Injection,2020,7,3,1 -40220960,alteplase 100 MG Injection,2020,8,6,1.1666666666666667 -40220960,alteplase 100 MG Injection,2020,9,3,1 -40220960,alteplase 100 MG Injection,2020,10,2,1 -40220960,alteplase 100 MG Injection,2020,11,6,1 -40220960,alteplase 100 MG Injection,2020,12,2,1 -40220960,alteplase 100 MG Injection,2021,1,3,1 -40220960,alteplase 100 MG Injection,2021,2,4,1 -40220960,alteplase 100 MG Injection,2021,3,7,1 -40220960,alteplase 100 MG Injection,2021,4,1,1 -40220960,alteplase 100 MG Injection,2021,5,7,1 -40220960,alteplase 100 MG Injection,2021,6,4,1 -40220960,alteplase 100 MG Injection,2021,7,5,1 -40220960,alteplase 100 MG Injection,2021,8,7,1 -40220960,alteplase 100 MG Injection,2021,9,3,1 -40220960,alteplase 100 MG Injection,2021,10,2,1 -40220960,alteplase 100 MG Injection,2021,11,2,1 -40220960,alteplase 100 MG Injection,2021,12,5,1 -40220960,alteplase 100 MG Injection,2022,1,1,1 -40220960,alteplase 100 MG Injection,2022,2,6,1 -40220960,alteplase 100 MG Injection,2022,3,8,1 -40220960,alteplase 100 MG Injection,2022,4,6,1 -40220960,alteplase 100 MG Injection,2022,5,7,1 -40220960,alteplase 100 MG Injection,2022,6,4,1 -40220960,alteplase 100 MG Injection,2022,7,7,1 -40220960,alteplase 100 MG Injection,2022,8,8,1 -40220960,alteplase 100 MG Injection,2022,9,2,1 -40220960,alteplase 100 MG Injection,2022,10,8,1 -40220960,alteplase 100 MG Injection,2022,11,6,1 -40220960,alteplase 100 MG Injection,2022,12,6,1 -40220960,alteplase 100 MG Injection,2023,1,6,1 -40220960,alteplase 100 MG Injection,2023,3,4,1 -40220960,alteplase 100 MG Injection,2023,4,10,1 -40220960,alteplase 100 MG Injection,2023,5,4,1 -40220960,alteplase 100 MG Injection,2023,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1955,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1960,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1962,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1963,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1967,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1973,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1979,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1984,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1986,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1988,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1990,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1991,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1992,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1994,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1995,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1996,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1997,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1998,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,1999,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2000,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2001,9,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2002,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2003,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2004,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,8,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2005,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2006,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2007,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2008,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2009,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2010,9,1,3 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2011,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2012,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,10,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2013,12,2,1.5 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,5,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,6,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2014,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2015,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,3,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,5,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,8,2,1.5 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2016,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,7,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2017,12,4,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,3,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,4,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,9,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,11,1,2 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2018,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,4,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,7,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2019,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,1,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,6,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,7,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,8,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,11,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2020,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,1,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,2,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,5,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,6,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,7,3,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,9,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,10,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,11,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2021,12,2,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,3,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,5,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,10,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2022,12,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,2,1,1 -40243436,1 ML atropine sulfate 1 MG/ML Injection,2023,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1955,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1960,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1962,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1963,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1967,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1973,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1979,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1984,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1986,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1988,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1990,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1991,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1992,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1994,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1995,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1996,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1997,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1998,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,1999,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2000,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2001,9,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2002,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2003,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2004,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,8,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2005,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2006,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2007,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2008,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2009,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2010,9,1,3 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2011,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2012,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,10,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2013,12,2,1.5 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,5,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,6,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2014,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2015,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,3,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,5,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,8,2,1.5 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2016,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,7,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2017,12,4,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,3,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,4,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,9,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,11,1,2 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2018,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,4,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,7,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2019,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,1,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,6,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,7,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,8,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,11,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2020,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,1,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,2,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,5,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,6,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,7,3,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,9,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,10,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,11,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2021,12,2,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,3,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,5,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,10,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2022,12,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,2,1,1 -40492359,Insertion of biventricular implantable cardioverter defibrillator,2023,4,1,1 45766147,Appearance,2022,6,1,1 -45767945,Coronary artery stent,1941,6,1,1 -45767945,Coronary artery stent,1942,12,1,1 -45767945,Coronary artery stent,1943,8,1,1 -45767945,Coronary artery stent,1947,7,1,1 -45767945,Coronary artery stent,1948,7,1,1 -45767945,Coronary artery stent,1950,12,1,1 -45767945,Coronary artery stent,1951,5,1,1 -45767945,Coronary artery stent,1951,10,1,1 -45767945,Coronary artery stent,1952,9,1,1 -45767945,Coronary artery stent,1953,10,1,1 -45767945,Coronary artery stent,1955,6,1,1 -45767945,Coronary artery stent,1955,8,1,1 -45767945,Coronary artery stent,1956,1,1,1 -45767945,Coronary artery stent,1958,1,1,1 -45767945,Coronary artery stent,1958,4,1,1 -45767945,Coronary artery stent,1958,12,1,1 -45767945,Coronary artery stent,1960,7,1,1 -45767945,Coronary artery stent,1963,5,2,1 -45767945,Coronary artery stent,1963,6,1,1 -45767945,Coronary artery stent,1963,10,1,1 -45767945,Coronary artery stent,1965,7,2,1 -45767945,Coronary artery stent,1966,12,1,1 -45767945,Coronary artery stent,1967,1,1,1 -45767945,Coronary artery stent,1967,6,1,1 -45767945,Coronary artery stent,1967,8,1,1 -45767945,Coronary artery stent,1967,11,1,1 -45767945,Coronary artery stent,1968,4,1,1 -45767945,Coronary artery stent,1968,6,2,1 -45767945,Coronary artery stent,1969,6,1,1 -45767945,Coronary artery stent,1969,7,1,1 -45767945,Coronary artery stent,1969,11,1,1 -45767945,Coronary artery stent,1970,5,1,1 -45767945,Coronary artery stent,1970,9,1,2 -45767945,Coronary artery stent,1972,4,1,1 -45767945,Coronary artery stent,1974,5,1,1 -45767945,Coronary artery stent,1974,7,1,1 -45767945,Coronary artery stent,1975,3,1,1 -45767945,Coronary artery stent,1975,9,1,1 -45767945,Coronary artery stent,1975,11,2,1 -45767945,Coronary artery stent,1976,1,1,1 -45767945,Coronary artery stent,1976,3,1,1 -45767945,Coronary artery stent,1976,6,1,1 -45767945,Coronary artery stent,1976,10,2,1 -45767945,Coronary artery stent,1977,5,1,1 -45767945,Coronary artery stent,1977,10,1,1 -45767945,Coronary artery stent,1978,11,1,1 -45767945,Coronary artery stent,1979,1,1,1 -45767945,Coronary artery stent,1979,5,1,1 -45767945,Coronary artery stent,1980,2,2,1 -45767945,Coronary artery stent,1980,4,1,1 -45767945,Coronary artery stent,1980,6,1,1 -45767945,Coronary artery stent,1980,7,1,1 -45767945,Coronary artery stent,1980,8,1,1 -45767945,Coronary artery stent,1980,11,1,1 -45767945,Coronary artery stent,1981,1,1,1 -45767945,Coronary artery stent,1982,1,2,1 -45767945,Coronary artery stent,1982,4,1,1 -45767945,Coronary artery stent,1982,10,1,1 -45767945,Coronary artery stent,1983,4,1,1 -45767945,Coronary artery stent,1983,5,1,1 -45767945,Coronary artery stent,1983,9,1,1 -45767945,Coronary artery stent,1984,11,1,1 -45767945,Coronary artery stent,1985,3,2,1 -45767945,Coronary artery stent,1985,7,2,1 -45767945,Coronary artery stent,1986,4,1,1 -45767945,Coronary artery stent,1986,5,1,1 -45767945,Coronary artery stent,1986,12,1,1 -45767945,Coronary artery stent,1987,1,1,1 -45767945,Coronary artery stent,1987,3,1,1 -45767945,Coronary artery stent,1987,4,1,1 -45767945,Coronary artery stent,1987,5,1,1 -45767945,Coronary artery stent,1988,2,2,1 -45767945,Coronary artery stent,1988,7,1,1 -45767945,Coronary artery stent,1989,3,2,1 -45767945,Coronary artery stent,1989,8,1,1 -45767945,Coronary artery stent,1989,11,2,1 -45767945,Coronary artery stent,1990,1,1,1 -45767945,Coronary artery stent,1990,6,1,1 -45767945,Coronary artery stent,1990,8,1,1 -45767945,Coronary artery stent,1990,10,1,1 -45767945,Coronary artery stent,1990,12,2,1 -45767945,Coronary artery stent,1991,2,1,1 -45767945,Coronary artery stent,1991,9,2,1 -45767945,Coronary artery stent,1991,10,1,1 -45767945,Coronary artery stent,1991,11,2,1 -45767945,Coronary artery stent,1991,12,2,1 -45767945,Coronary artery stent,1993,4,1,1 -45767945,Coronary artery stent,1993,7,3,1 -45767945,Coronary artery stent,1993,8,1,2 -45767945,Coronary artery stent,1993,9,1,1 -45767945,Coronary artery stent,1993,10,2,1 -45767945,Coronary artery stent,1993,11,1,1 -45767945,Coronary artery stent,1994,4,1,1 -45767945,Coronary artery stent,1994,6,1,1 -45767945,Coronary artery stent,1994,7,1,1 -45767945,Coronary artery stent,1994,8,1,1 -45767945,Coronary artery stent,1994,9,2,1 -45767945,Coronary artery stent,1994,10,1,1 -45767945,Coronary artery stent,1994,12,3,1 -45767945,Coronary artery stent,1995,5,1,1 -45767945,Coronary artery stent,1996,4,1,1 -45767945,Coronary artery stent,1996,7,1,1 -45767945,Coronary artery stent,1996,8,3,1 -45767945,Coronary artery stent,1996,9,1,1 -45767945,Coronary artery stent,1996,10,1,1 -45767945,Coronary artery stent,1996,11,1,1 -45767945,Coronary artery stent,1996,12,2,1 -45767945,Coronary artery stent,1997,2,3,1.3333333333333333 -45767945,Coronary artery stent,1997,5,2,1 -45767945,Coronary artery stent,1997,7,1,1 -45767945,Coronary artery stent,1997,9,2,1 -45767945,Coronary artery stent,1997,10,1,1 -45767945,Coronary artery stent,1998,1,2,1 -45767945,Coronary artery stent,1998,3,2,1 -45767945,Coronary artery stent,1998,4,1,1 -45767945,Coronary artery stent,1998,5,1,1 -45767945,Coronary artery stent,1998,7,1,1 -45767945,Coronary artery stent,1998,9,2,1 -45767945,Coronary artery stent,1998,11,1,1 -45767945,Coronary artery stent,1999,1,2,1 -45767945,Coronary artery stent,1999,5,1,1 -45767945,Coronary artery stent,1999,6,1,1 -45767945,Coronary artery stent,1999,8,1,1 -45767945,Coronary artery stent,1999,12,3,1 -45767945,Coronary artery stent,2000,3,1,1 -45767945,Coronary artery stent,2000,4,1,1 -45767945,Coronary artery stent,2000,6,1,1 -45767945,Coronary artery stent,2000,7,1,1 -45767945,Coronary artery stent,2000,10,1,1 -45767945,Coronary artery stent,2000,11,2,1 -45767945,Coronary artery stent,2001,1,1,1 -45767945,Coronary artery stent,2001,2,1,1 -45767945,Coronary artery stent,2001,4,2,1 -45767945,Coronary artery stent,2001,5,3,1 -45767945,Coronary artery stent,2001,7,1,1 -45767945,Coronary artery stent,2001,8,1,1 -45767945,Coronary artery stent,2001,9,1,1 -45767945,Coronary artery stent,2001,10,1,1 -45767945,Coronary artery stent,2001,11,1,1 -45767945,Coronary artery stent,2002,1,2,1 -45767945,Coronary artery stent,2002,3,1,1 -45767945,Coronary artery stent,2002,4,1,1 -45767945,Coronary artery stent,2002,5,1,1 -45767945,Coronary artery stent,2002,7,4,1 -45767945,Coronary artery stent,2002,8,1,1 -45767945,Coronary artery stent,2002,10,2,1 -45767945,Coronary artery stent,2003,2,2,1 -45767945,Coronary artery stent,2003,3,1,1 -45767945,Coronary artery stent,2003,5,1,1 -45767945,Coronary artery stent,2003,6,1,1 -45767945,Coronary artery stent,2003,7,1,1 -45767945,Coronary artery stent,2003,9,1,1 -45767945,Coronary artery stent,2003,10,2,1 -45767945,Coronary artery stent,2003,11,1,1 -45767945,Coronary artery stent,2003,12,1,1 -45767945,Coronary artery stent,2004,1,2,1 -45767945,Coronary artery stent,2004,2,3,1 -45767945,Coronary artery stent,2004,3,2,1 -45767945,Coronary artery stent,2004,4,1,1 -45767945,Coronary artery stent,2004,5,1,1 -45767945,Coronary artery stent,2004,6,1,1 -45767945,Coronary artery stent,2004,7,2,1 -45767945,Coronary artery stent,2004,8,2,1 -45767945,Coronary artery stent,2004,10,2,1 -45767945,Coronary artery stent,2004,12,1,1 -45767945,Coronary artery stent,2005,2,1,1 -45767945,Coronary artery stent,2005,3,1,1 -45767945,Coronary artery stent,2005,4,4,1 -45767945,Coronary artery stent,2005,6,2,1 -45767945,Coronary artery stent,2005,8,2,1 -45767945,Coronary artery stent,2005,9,1,1 -45767945,Coronary artery stent,2005,10,1,1 -45767945,Coronary artery stent,2005,11,2,1 -45767945,Coronary artery stent,2006,2,2,1 -45767945,Coronary artery stent,2006,4,1,1 -45767945,Coronary artery stent,2006,5,1,1 -45767945,Coronary artery stent,2006,6,2,1 -45767945,Coronary artery stent,2006,8,2,1 -45767945,Coronary artery stent,2006,10,5,1 -45767945,Coronary artery stent,2007,1,3,1 -45767945,Coronary artery stent,2007,2,2,1 -45767945,Coronary artery stent,2007,3,2,1 -45767945,Coronary artery stent,2007,5,1,1 -45767945,Coronary artery stent,2007,6,2,1 -45767945,Coronary artery stent,2007,7,4,1 -45767945,Coronary artery stent,2007,9,1,1 -45767945,Coronary artery stent,2007,11,1,1 -45767945,Coronary artery stent,2007,12,1,1 -45767945,Coronary artery stent,2008,1,1,1 -45767945,Coronary artery stent,2008,2,2,1 -45767945,Coronary artery stent,2008,6,2,1 -45767945,Coronary artery stent,2008,8,1,1 -45767945,Coronary artery stent,2008,9,1,1 -45767945,Coronary artery stent,2008,10,2,1 -45767945,Coronary artery stent,2009,3,1,1 -45767945,Coronary artery stent,2009,4,1,1 -45767945,Coronary artery stent,2009,5,1,1 -45767945,Coronary artery stent,2009,6,1,1 -45767945,Coronary artery stent,2009,7,1,1 -45767945,Coronary artery stent,2009,8,1,1 -45767945,Coronary artery stent,2009,9,1,1 -45767945,Coronary artery stent,2009,10,1,1 -45767945,Coronary artery stent,2010,3,2,1 -45767945,Coronary artery stent,2010,6,1,1 -45767945,Coronary artery stent,2010,7,1,1 -45767945,Coronary artery stent,2010,8,2,1 -45767945,Coronary artery stent,2010,9,2,1 -45767945,Coronary artery stent,2010,10,1,1 -45767945,Coronary artery stent,2010,12,2,1 -45767945,Coronary artery stent,2011,5,3,1 -45767945,Coronary artery stent,2011,6,1,1 -45767945,Coronary artery stent,2011,7,1,1 -45767945,Coronary artery stent,2011,8,1,1 -45767945,Coronary artery stent,2011,9,2,1 -45767945,Coronary artery stent,2011,10,1,1 -45767945,Coronary artery stent,2011,12,1,1 -45767945,Coronary artery stent,2012,1,1,1 -45767945,Coronary artery stent,2012,3,1,1 -45767945,Coronary artery stent,2012,5,1,1 -45767945,Coronary artery stent,2012,6,1,1 -45767945,Coronary artery stent,2012,7,1,1 -45767945,Coronary artery stent,2012,9,2,1 -45767945,Coronary artery stent,2012,10,2,1 -45767945,Coronary artery stent,2013,3,1,1 -45767945,Coronary artery stent,2013,4,1,1 -45767945,Coronary artery stent,2013,6,2,1 -45767945,Coronary artery stent,2013,7,2,1 -45767945,Coronary artery stent,2013,9,1,1 -45767945,Coronary artery stent,2013,10,1,1 -45767945,Coronary artery stent,2013,11,1,1 -45767945,Coronary artery stent,2014,1,1,1 -45767945,Coronary artery stent,2014,2,1,1 -45767945,Coronary artery stent,2014,4,2,1 -45767945,Coronary artery stent,2014,5,2,1 -45767945,Coronary artery stent,2014,12,1,1 -45767945,Coronary artery stent,2015,1,2,1 -45767945,Coronary artery stent,2015,2,1,1 -45767945,Coronary artery stent,2015,4,1,1 -45767945,Coronary artery stent,2015,5,2,1 -45767945,Coronary artery stent,2015,6,1,1 -45767945,Coronary artery stent,2015,8,3,1 -45767945,Coronary artery stent,2015,9,1,1 -45767945,Coronary artery stent,2016,4,2,1 -45767945,Coronary artery stent,2016,5,4,1 -45767945,Coronary artery stent,2016,7,1,1 -45767945,Coronary artery stent,2016,8,3,1 -45767945,Coronary artery stent,2016,9,2,1 -45767945,Coronary artery stent,2016,10,3,1 -45767945,Coronary artery stent,2016,11,1,1 -45767945,Coronary artery stent,2016,12,4,1 -45767945,Coronary artery stent,2017,1,1,1 -45767945,Coronary artery stent,2017,2,1,1 -45767945,Coronary artery stent,2017,5,1,1 -45767945,Coronary artery stent,2017,8,4,1 -45767945,Coronary artery stent,2017,9,3,1 -45767945,Coronary artery stent,2017,10,1,1 -45767945,Coronary artery stent,2017,12,4,1 -45767945,Coronary artery stent,2018,2,1,1 -45767945,Coronary artery stent,2018,3,3,1 -45767945,Coronary artery stent,2018,4,1,1 -45767945,Coronary artery stent,2018,5,1,2 -45767945,Coronary artery stent,2018,6,3,1 -45767945,Coronary artery stent,2018,7,3,1.3333333333333333 -45767945,Coronary artery stent,2018,8,2,1 -45767945,Coronary artery stent,2018,9,1,2 -45767945,Coronary artery stent,2018,11,2,1 -45767945,Coronary artery stent,2018,12,1,1 -45767945,Coronary artery stent,2019,1,1,1 -45767945,Coronary artery stent,2019,3,1,1 -45767945,Coronary artery stent,2019,4,1,1 -45767945,Coronary artery stent,2019,5,2,1 -45767945,Coronary artery stent,2019,6,2,1 -45767945,Coronary artery stent,2019,7,2,1 -45767945,Coronary artery stent,2019,8,2,1 -45767945,Coronary artery stent,2019,9,1,1 -45767945,Coronary artery stent,2019,10,3,1 -45767945,Coronary artery stent,2019,11,1,1 -45767945,Coronary artery stent,2019,12,3,1 -45767945,Coronary artery stent,2020,1,3,1.3333333333333333 -45767945,Coronary artery stent,2020,3,1,1 -45767945,Coronary artery stent,2020,4,3,1 -45767945,Coronary artery stent,2020,7,3,1 -45767945,Coronary artery stent,2020,8,2,1 -45767945,Coronary artery stent,2020,9,1,1 -45767945,Coronary artery stent,2020,11,2,1 -45767945,Coronary artery stent,2020,12,2,1 -45767945,Coronary artery stent,2021,1,2,1 -45767945,Coronary artery stent,2021,4,2,1 -45767945,Coronary artery stent,2021,6,2,1 -45767945,Coronary artery stent,2021,7,2,1 -45767945,Coronary artery stent,2021,8,3,1 -45767945,Coronary artery stent,2021,9,3,1 -45767945,Coronary artery stent,2021,10,2,1 -45767945,Coronary artery stent,2021,11,4,1 -45767945,Coronary artery stent,2021,12,1,1 -45767945,Coronary artery stent,2022,2,1,1 -45767945,Coronary artery stent,2022,4,3,1 -45767945,Coronary artery stent,2022,5,1,1 -45767945,Coronary artery stent,2022,6,1,1 -45767945,Coronary artery stent,2022,7,2,1 -45767945,Coronary artery stent,2022,8,2,1 -45767945,Coronary artery stent,2022,9,1,1 -45767945,Coronary artery stent,2022,10,2,1 -45767945,Coronary artery stent,2022,11,1,1 -45767945,Coronary artery stent,2022,12,2,1 -45767945,Coronary artery stent,2023,1,3,1 -45767945,Coronary artery stent,2023,2,2,1 -45767945,Coronary artery stent,2023,4,2,1 -45767945,Coronary artery stent,2023,5,1,1 -45772840,Implantable cardiac pacemaker,1977,6,1,2 -45772840,Implantable cardiac pacemaker,1983,12,1,1 -45772840,Implantable cardiac pacemaker,1991,7,1,2 -45772840,Implantable cardiac pacemaker,1994,2,1,2 -45772840,Implantable cardiac pacemaker,1994,4,1,2 -45772840,Implantable cardiac pacemaker,1994,9,1,2 -45772840,Implantable cardiac pacemaker,1997,4,1,2 -45772840,Implantable cardiac pacemaker,1997,9,2,2 -45772840,Implantable cardiac pacemaker,1997,11,1,2 -45772840,Implantable cardiac pacemaker,1999,2,1,6 -45772840,Implantable cardiac pacemaker,2000,2,1,4 -45772840,Implantable cardiac pacemaker,2001,2,1,2 -45772840,Implantable cardiac pacemaker,2001,4,1,1 -45772840,Implantable cardiac pacemaker,2003,8,1,2 -45772840,Implantable cardiac pacemaker,2003,10,1,1 -45772840,Implantable cardiac pacemaker,2004,8,1,2 -45772840,Implantable cardiac pacemaker,2004,10,1,1 -45772840,Implantable cardiac pacemaker,2007,12,1,2 -45772840,Implantable cardiac pacemaker,2009,9,1,1 -45772840,Implantable cardiac pacemaker,2011,10,1,2 -45772840,Implantable cardiac pacemaker,2012,4,1,2 -45772840,Implantable cardiac pacemaker,2012,9,1,2 -45772840,Implantable cardiac pacemaker,2013,7,1,10 -45772840,Implantable cardiac pacemaker,2013,8,1,2 -45772840,Implantable cardiac pacemaker,2013,10,1,2 -45772840,Implantable cardiac pacemaker,2013,11,1,2 -45772840,Implantable cardiac pacemaker,2013,12,1,2 -45772840,Implantable cardiac pacemaker,2014,2,1,1 -45772840,Implantable cardiac pacemaker,2014,3,1,2 -45772840,Implantable cardiac pacemaker,2014,4,1,1 -45772840,Implantable cardiac pacemaker,2014,5,1,2 -45772840,Implantable cardiac pacemaker,2014,6,3,2 -45772840,Implantable cardiac pacemaker,2014,11,1,2 -45772840,Implantable cardiac pacemaker,2015,1,2,3.5 -45772840,Implantable cardiac pacemaker,2015,4,1,2 -45772840,Implantable cardiac pacemaker,2015,5,1,2 -45772840,Implantable cardiac pacemaker,2015,6,1,2 -45772840,Implantable cardiac pacemaker,2015,7,1,1 -45772840,Implantable cardiac pacemaker,2015,8,2,2 -45772840,Implantable cardiac pacemaker,2015,10,2,2.5 -45772840,Implantable cardiac pacemaker,2016,1,1,1 -45772840,Implantable cardiac pacemaker,2016,3,1,2 -45772840,Implantable cardiac pacemaker,2016,4,1,2 -45772840,Implantable cardiac pacemaker,2016,5,3,1.6666666666666667 -45772840,Implantable cardiac pacemaker,2016,7,1,2 -45772840,Implantable cardiac pacemaker,2016,9,2,1.5 -45772840,Implantable cardiac pacemaker,2016,10,1,2 -45772840,Implantable cardiac pacemaker,2016,11,3,1.6666666666666667 -45772840,Implantable cardiac pacemaker,2017,2,1,1 -45772840,Implantable cardiac pacemaker,2017,3,3,1.3333333333333333 -45772840,Implantable cardiac pacemaker,2017,4,2,2 -45772840,Implantable cardiac pacemaker,2017,6,2,2 -45772840,Implantable cardiac pacemaker,2017,8,2,13 -45772840,Implantable cardiac pacemaker,2017,9,1,2 -45772840,Implantable cardiac pacemaker,2017,10,1,1 -45772840,Implantable cardiac pacemaker,2018,1,1,1 -45772840,Implantable cardiac pacemaker,2018,3,2,2 -45772840,Implantable cardiac pacemaker,2018,4,2,1.5 -45772840,Implantable cardiac pacemaker,2018,5,1,2 -45772840,Implantable cardiac pacemaker,2018,8,2,1.5 -45772840,Implantable cardiac pacemaker,2018,12,2,1.5 -45772840,Implantable cardiac pacemaker,2019,1,1,1 -45772840,Implantable cardiac pacemaker,2019,6,1,1 -45772840,Implantable cardiac pacemaker,2019,7,3,2 -45772840,Implantable cardiac pacemaker,2019,8,1,2 -45772840,Implantable cardiac pacemaker,2019,10,1,2 -45772840,Implantable cardiac pacemaker,2020,1,2,2.5 -45772840,Implantable cardiac pacemaker,2020,3,2,1.5 -45772840,Implantable cardiac pacemaker,2020,4,2,1.5 -45772840,Implantable cardiac pacemaker,2020,7,1,2 -45772840,Implantable cardiac pacemaker,2020,8,1,6 -45772840,Implantable cardiac pacemaker,2020,10,1,1 -45772840,Implantable cardiac pacemaker,2020,12,3,2.333333333333333 -45772840,Implantable cardiac pacemaker,2021,3,4,1.75 -45772840,Implantable cardiac pacemaker,2021,6,1,1 -45772840,Implantable cardiac pacemaker,2021,7,4,1.5 -45772840,Implantable cardiac pacemaker,2021,8,1,2 -45772840,Implantable cardiac pacemaker,2021,9,1,2 -45772840,Implantable cardiac pacemaker,2021,10,1,2 -45772840,Implantable cardiac pacemaker,2021,11,3,2.6666666666666665 -45772840,Implantable cardiac pacemaker,2021,12,1,6 -45772840,Implantable cardiac pacemaker,2022,3,1,3 -45772840,Implantable cardiac pacemaker,2022,4,2,2 -45772840,Implantable cardiac pacemaker,2022,5,2,2 -45772840,Implantable cardiac pacemaker,2022,7,1,2 -45772840,Implantable cardiac pacemaker,2022,10,1,1 -45772840,Implantable cardiac pacemaker,2022,12,2,1.5 -45772840,Implantable cardiac pacemaker,2023,1,2,6 -45772840,Implantable cardiac pacemaker,2023,4,1,2 -46275916,1 ML epinephrine 1 MG/ML Injection,1955,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1955,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1960,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1962,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1963,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1967,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1973,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1979,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1984,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1986,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1988,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1988,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1990,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1990,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1991,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1992,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1992,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1994,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1994,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1995,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1996,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1996,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1997,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1997,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1998,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1998,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,1999,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2000,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2001,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2001,9,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2002,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2003,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2004,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,8,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2005,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2006,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2007,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2007,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2008,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2008,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2009,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2010,9,1,3 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2011,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2012,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,10,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2013,12,2,1.5 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,5,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,6,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2014,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2015,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,3,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,5,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,8,2,1.5 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2016,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,7,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2017,12,4,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,3,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,4,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,9,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,11,1,2 -46275916,1 ML epinephrine 1 MG/ML Injection,2018,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,4,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,7,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2019,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,1,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,6,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,7,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,8,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,11,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2020,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,1,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,2,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,5,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,6,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,7,3,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,9,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,10,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,11,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2021,12,2,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,3,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,5,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,10,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2022,12,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2023,2,1,1 -46275916,1 ML epinephrine 1 MG/ML Injection,2023,4,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 diff --git a/tests/testthat/_snaps/utils_get_data/summary_stats.csv b/tests/testthat/_snaps/utils_get_data/summary_stats.csv index 21a1cf9..6114217 100644 --- a/tests/testthat/_snaps/utils_get_data/summary_stats.csv +++ b/tests/testthat/_snaps/utils_get_data/summary_stats.csv @@ -1,20 +1,17 @@ concept_id,concept_name,summary_attribute,value_as_number,value_as_string -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present +4248525,Lying systolic blood pressure,mean,132.8,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666669,NA 4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628397,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4108450,Inspiration/expiration time ratio,sd,0,NA 4128111,T - Tumor stage,frequency,1,NA +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4128111,T - Tumor stage,frequency,1,NA -4216746,Positive end expiratory pressure setting,mean,8,NA -4216746,Positive end expiratory pressure setting,sd,0,NA -4248525,Lying systolic blood pressure,mean,132.8,NA -4248525,Lying systolic blood pressure,sd,21.25323504786977,NA -4257036,Antenatal hepatitis B blood screening test status,frequency,3,Hepatitis B screening offered +4353717,Ventilator delivered minute volume,mean,12.8,NA 4353713,Positive end expiratory pressure,mean,5.666666666666667,NA 4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA -4353717,Ventilator delivered minute volume,mean,12.8,NA 4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA -4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA -4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA -4354252,Non-invasive systolic arterial pressure,mean,123.66666666666669,NA -4354252,Non-invasive systolic arterial pressure,sd,9.993331109628397,NA 45766147,Appearance,frequency,1,Well nourished From ba89fbe571cf8c882a8a7970fc6a4e6754bd8318 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:12:18 +0100 Subject: [PATCH 30/33] Readd sorting of tables --- dev/test_db/produce_test_data.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/test_db/produce_test_data.R b/dev/test_db/produce_test_data.R index 4298857..11ce3bf 100644 --- a/dev/test_db/produce_test_data.R +++ b/dev/test_db/produce_test_data.R @@ -21,7 +21,8 @@ read_table <- function(con, table) { query <- glue::glue("SELECT * FROM {schema}.{table}") # Run the query and write results con |> - DBI::dbGetQuery(query) + DBI::dbGetQuery(query) |> + arrange(across(everything())) } # Get the relevant tables and filter From c7970065dc1b8df7be902a7fd2e105a6e4e75d47 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:12:31 +0100 Subject: [PATCH 31/33] Update test data (really the last time now) --- inst/test_data/calypso_concepts.csv | 8 +++--- inst/test_data/calypso_monthly_counts.csv | 28 +++++++++---------- inst/test_data/calypso_summary_stats.csv | 16 +++++------ .../_snaps/utils_get_data/concepts_table.csv | 8 +++--- .../_snaps/utils_get_data/monthly_counts.csv | 28 +++++++++---------- .../_snaps/utils_get_data/summary_stats.csv | 16 +++++------ 6 files changed, 52 insertions(+), 52 deletions(-) diff --git a/inst/test_data/calypso_concepts.csv b/inst/test_data/calypso_concepts.csv index c4f9a3b..f6dcdb0 100644 --- a/inst/test_data/calypso_concepts.csv +++ b/inst/test_data/calypso_concepts.csv @@ -1,10 +1,10 @@ concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 -4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 -4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 -4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 +4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 diff --git a/inst/test_data/calypso_monthly_counts.csv b/inst/test_data/calypso_monthly_counts.csv index b760489..1d8d600 100644 --- a/inst/test_data/calypso_monthly_counts.csv +++ b/inst/test_data/calypso_monthly_counts.csv @@ -1,23 +1,23 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 +4128111,T - Tumor stage,2020,11,1,1 +4128111,T - Tumor stage,2020,12,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 4248525,Lying systolic blood pressure,2019,10,1,1 4248525,Lying systolic blood pressure,2020,6,1,1 -4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4248525,Lying systolic blood pressure,2021,10,1,1 -4353843,Invasive systolic arterial pressure,2023,4,1,1 -4128111,T - Tumor stage,2020,11,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 4353843,Invasive systolic arterial pressure,2021,10,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 -4354252,Non-invasive systolic arterial pressure,2021,11,1,1 4353843,Invasive systolic arterial pressure,2021,12,1,1 -4354252,Non-invasive systolic arterial pressure,2021,6,1,1 -4108450,Inspiration/expiration time ratio,2019,9,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4354252,Non-invasive systolic arterial pressure,2020,8,1,1 -4248525,Lying systolic blood pressure,2019,5,1,1 -4353843,Invasive systolic arterial pressure,2021,9,1,1 -4128111,T - Tumor stage,2020,12,1,1 4354252,Non-invasive systolic arterial pressure,2021,2,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 45766147,Appearance,2022,6,1,1 -4353717,Ventilator delivered minute volume,2021,5,1,1 -4353713,Positive end expiratory pressure,2019,2,1,1 -4353717,Ventilator delivered minute volume,2022,12,1,1 -4353713,Positive end expiratory pressure,2021,7,1,1 diff --git a/inst/test_data/calypso_summary_stats.csv b/inst/test_data/calypso_summary_stats.csv index 9bab031..6d41528 100644 --- a/inst/test_data/calypso_summary_stats.csv +++ b/inst/test_data/calypso_summary_stats.csv @@ -1,17 +1,17 @@ concept_id,concept_name,summary_attribute,value_as_number,value_as_string -4248525,Lying systolic blood pressure,mean,132.8,NA -4354252,Non-invasive systolic arterial pressure,mean,123.66666666666667,NA +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA -4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA -4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA -4354252,Non-invasive systolic arterial pressure,sd,9.993331109628395,NA -4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4108450,Inspiration/expiration time ratio,sd,0,NA 4128111,T - Tumor stage,frequency,1,NA -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4128111,T - Tumor stage,frequency,1,NA -4353717,Ventilator delivered minute volume,mean,12.799999999999999,NA +4248525,Lying systolic blood pressure,mean,132.8,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4353713,Positive end expiratory pressure,mean,5.666666666666667,NA 4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA +4353717,Ventilator delivered minute volume,mean,12.799999999999999,NA 4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666667,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628395,NA 45766147,Appearance,frequency,1,Well nourished diff --git a/tests/testthat/_snaps/utils_get_data/concepts_table.csv b/tests/testthat/_snaps/utils_get_data/concepts_table.csv index c4f9a3b..f6dcdb0 100644 --- a/tests/testthat/_snaps/utils_get_data/concepts_table.csv +++ b/tests/testthat/_snaps/utils_get_data/concepts_table.csv @@ -1,10 +1,10 @@ concept_id,concept_name,vocabulary_id,domain_id,concept_class_id,standard_concept,concept_code +3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 4108450,Inspiration/expiration time ratio,SNOMED,Measurement,Observable Entity,S,250822000 +4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 +4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 4353713,Positive end expiratory pressure,SNOMED,Observation,Observable Entity,S,250854009 4353717,Ventilator delivered minute volume,SNOMED,Observation,Observable Entity,S,250875001 -4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 4353843,Invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251071003 -4128111,T - Tumor stage,SNOMED,Observation,Attribute,S,260878002 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,LOINC,Measurement,Lab Test,S,890-4 -4248525,Lying systolic blood pressure,SNOMED,Measurement,Observable Entity,S,407556006 +4354252,Non-invasive systolic arterial pressure,SNOMED,Measurement,Observable Entity,S,251070002 45766147,Appearance,SNOMED,Observation,Observable Entity,S,703248002 diff --git a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv index b760489..1d8d600 100644 --- a/tests/testthat/_snaps/utils_get_data/monthly_counts.csv +++ b/tests/testthat/_snaps/utils_get_data/monthly_counts.csv @@ -1,23 +1,23 @@ concept_id,concept_name,date_year,date_month,person_count,records_per_person +3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 +4108450,Inspiration/expiration time ratio,2019,9,1,1 +4128111,T - Tumor stage,2020,11,1,1 +4128111,T - Tumor stage,2020,12,1,1 +4248525,Lying systolic blood pressure,2019,5,1,1 4248525,Lying systolic blood pressure,2019,10,1,1 4248525,Lying systolic blood pressure,2020,6,1,1 -4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4248525,Lying systolic blood pressure,2021,10,1,1 -4353843,Invasive systolic arterial pressure,2023,4,1,1 -4128111,T - Tumor stage,2020,11,1,1 +4353713,Positive end expiratory pressure,2019,2,1,1 +4353713,Positive end expiratory pressure,2021,7,1,1 +4353717,Ventilator delivered minute volume,2021,5,1,1 +4353717,Ventilator delivered minute volume,2022,12,1,1 +4353843,Invasive systolic arterial pressure,2021,9,1,1 4353843,Invasive systolic arterial pressure,2021,10,1,1 -3001079,Blood group antibody screen [Presence] in Serum or Plasma,2020,5,1,1 -4354252,Non-invasive systolic arterial pressure,2021,11,1,1 4353843,Invasive systolic arterial pressure,2021,12,1,1 -4354252,Non-invasive systolic arterial pressure,2021,6,1,1 -4108450,Inspiration/expiration time ratio,2019,9,1,1 +4353843,Invasive systolic arterial pressure,2023,4,1,1 +4354252,Non-invasive systolic arterial pressure,2019,8,1,1 4354252,Non-invasive systolic arterial pressure,2020,8,1,1 -4248525,Lying systolic blood pressure,2019,5,1,1 -4353843,Invasive systolic arterial pressure,2021,9,1,1 -4128111,T - Tumor stage,2020,12,1,1 4354252,Non-invasive systolic arterial pressure,2021,2,1,1 +4354252,Non-invasive systolic arterial pressure,2021,6,1,1 +4354252,Non-invasive systolic arterial pressure,2021,11,1,1 45766147,Appearance,2022,6,1,1 -4353717,Ventilator delivered minute volume,2021,5,1,1 -4353713,Positive end expiratory pressure,2019,2,1,1 -4353717,Ventilator delivered minute volume,2022,12,1,1 -4353713,Positive end expiratory pressure,2021,7,1,1 diff --git a/tests/testthat/_snaps/utils_get_data/summary_stats.csv b/tests/testthat/_snaps/utils_get_data/summary_stats.csv index 6114217..c5017c1 100644 --- a/tests/testthat/_snaps/utils_get_data/summary_stats.csv +++ b/tests/testthat/_snaps/utils_get_data/summary_stats.csv @@ -1,17 +1,17 @@ concept_id,concept_name,summary_attribute,value_as_number,value_as_string -4248525,Lying systolic blood pressure,mean,132.8,NA -4354252,Non-invasive systolic arterial pressure,mean,123.66666666666669,NA +3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4108450,Inspiration/expiration time ratio,mean,0.6666666666666666,NA -4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA -4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA -4354252,Non-invasive systolic arterial pressure,sd,9.993331109628397,NA -4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4108450,Inspiration/expiration time ratio,sd,0,NA 4128111,T - Tumor stage,frequency,1,NA -3001079,Blood group antibody screen [Presence] in Serum or Plasma,frequency,2,Not present 4128111,T - Tumor stage,frequency,1,NA -4353717,Ventilator delivered minute volume,mean,12.8,NA +4248525,Lying systolic blood pressure,mean,132.8,NA +4248525,Lying systolic blood pressure,sd,21.25323504786977,NA 4353713,Positive end expiratory pressure,mean,5.666666666666667,NA 4353713,Positive end expiratory pressure,sd,1.1547005383792517,NA +4353717,Ventilator delivered minute volume,mean,12.8,NA 4353717,Ventilator delivered minute volume,sd,3.469870314579495,NA +4353843,Invasive systolic arterial pressure,mean,128.83333333333334,NA +4353843,Invasive systolic arterial pressure,sd,23.65938855225694,NA +4354252,Non-invasive systolic arterial pressure,mean,123.66666666666669,NA +4354252,Non-invasive systolic arterial pressure,sd,9.993331109628397,NA 45766147,Appearance,frequency,1,Well nourished From f7caf0e3a15ed12b963a104020c9ebd46486f2cd Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:44:46 +0100 Subject: [PATCH 32/33] Read test data as tibble --- R/utils_get_data.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/utils_get_data.R b/R/utils_get_data.R index 2c6591f..e17e239 100644 --- a/R/utils_get_data.R +++ b/R/utils_get_data.R @@ -6,7 +6,7 @@ get_concepts_table <- function() { if (golem::app_dev()) { return( - read.csv(app_sys("test_data", "calypso_concepts.csv")) + readr::read_csv(app_sys("test_data", "calypso_concepts.csv"), show_col_types = FALSE) ) } @@ -18,7 +18,7 @@ get_concepts_table <- function() { get_monthly_counts <- function() { if (golem::app_dev()) { return( - read.csv(app_sys("test_data", "calypso_monthly_counts.csv")) + readr::read_csv(app_sys("test_data", "calypso_monthly_counts.csv"), show_col_types = FALSE) ) } @@ -30,7 +30,7 @@ get_monthly_counts <- function() { get_summary_stats <- function() { if (golem::app_dev()) { return( - read.csv(app_sys("test_data", "calypso_summary_stats.csv")) + readr::read_csv(app_sys("test_data", "calypso_summary_stats.csv"), show_col_types = FALSE) ) } From 08614e6457fabc4cd44acad121966c1d916a446d Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:45:00 +0100 Subject: [PATCH 33/33] Add readr as dependency --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dee77f1..792b520 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,8 @@ Imports: duckdb, glue, tidyr, - withr + withr, + readr Suggests: devtools, usethis,