documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FDA-1998-N-0043" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA 8
| id | agency_id | docket_id | title | document_type | subtype | posted_date ▲ | posted_year | posted_month | comment_start_date | comment_end_date | last_modified | fr_doc_num | open_for_comment | withdrawn | object_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FDA-1998-N-0043-0008 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Reference 4 - "NIH Consensus Statement Impotence," National Institutes of Health, vol. 10, No. 4, 1992. | Supporting & Related Material | Background Material | 2018-04-10T04:00:00Z | 2018 | 4 | 2024-09-17T13:16:00Z | 0 | 0 | 090000648056e632 | |||
| FDA-1998-N-0043-0005 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Reference 1 - Gastroenterology and Urology Devices Panel of the Medical Devices Advisory Committee transcript, August 7, 1997. | Supporting & Related Material | Background Material | 2018-04-10T04:00:00Z | 2018 | 4 | 2024-09-17T13:09:14Z | 0 | 0 | 090000648056e62f | |||
| FDA-1998-N-0043-0004 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | List of References - Gastroenterology-Urology Devices; Classification of External Penile Rigidity Devices | Supporting & Related Material | Background Material | 2018-04-10T04:00:00Z | 2018 | 4 | 2024-09-17T13:07:50Z | 0 | 0 | 090000648056e62b | |||
| FDA-1998-N-0043-0006 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Reference 2 - Lewis, J. H. et al., "A way to help your patients who use vacuum devices," Contemporary Urology, vol. 3, No. 12: 15 24, 1991. | Supporting & Related Material | Background Material | 2018-04-10T04:00:00Z | 2018 | 4 | 2024-09-17T13:12:09Z | 0 | 0 | 090000648056e630 | |||
| FDA-1998-N-0043-0007 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Reference 3 - Montague, D. K. et al., "Clinical Guidelines Panel on Erectile Dysfunction; Summary Report on the Treatment of Erectile Dysfunction," Journal of Urology, 156, 2007 2011, 1996. | Supporting & Related Material | Background Material | 2018-04-10T04:00:00Z | 2018 | 4 | 2024-09-17T13:14:17Z | 0 | 0 | 090000648056e631 | |||
| FDA-1998-N-0043-0003 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Gastroenterology-Urology Devices; Classification for External Penile Rigidity Devices | Rule | Final Rule | 2004-12-28T05:00:00Z | 2004 | 12 | 2024-09-17T12:34:00Z | 04–28252 | 0 | 0 | 090000648056e637 | ||
| FDA-1998-N-0043-0002 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | Gastroenterology-Urology Devices; Classification for External Penile Rigidity Devices | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2004-03-19T05:00:00Z | 2004 | 3 | 2004-03-17T05:00:00Z | 2004-06-16T03:59:59Z | 2024-09-17T12:30:40Z | 04–5983 | 0 | 0 | 090000648056e633 |
| FDA-1998-N-0043-0001 | FDA | External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 | External Penile Rigidity Devices; Proposed Classification for the External Penile Rigidity Device | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1999-01-05T05:00:00Z | 1999 | 1 | 1999-01-04T05:00:00Z | 1999-04-06T03:59:59Z | 2024-09-16T20:20:05Z | 98–34733 | 0 | 0 | 090000648056e625 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
title TEXT,
document_type TEXT,
subtype TEXT,
posted_date TEXT,
posted_year INTEGER,
posted_month INTEGER,
comment_start_date TEXT,
comment_end_date TEXT,
last_modified TEXT,
fr_doc_num TEXT,
open_for_comment INTEGER,
withdrawn INTEGER,
object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);