Index to CT Department of Heath Miscellaneous Pamphlets
Conn Doc H342
To access dataset select the "Data" tab. To view original files please contact the Connecticut State Library at 860-757-6500.
Contains a collection of miscellaneous pamphlets published by individual bureaus within the CT Department of Health in the 1920s thru the 1960s. Each bureau or division had its own identification letter/numbering system. Bureau/Division names were also modified over the years.
Visit the State Agency Profiles page for Connecticut Department of Public Health statutory authority, agency history, published history and articles, agency documents and list of commissioners.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"internal-ct-data-socrata/index-to-ct-department-of-heath-miscellaneous-gnmx-r5gq\".\"index_to_ct_department_of_heath_miscellaneous\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.