Skip to content

Interface: DeviceEvent ​

Defined in: fda/types.ts:217

Device adverse event report (MAUDE). Endpoint: /device/event.json

Indexable ​

ts
[key: string]: unknown

Properties ​

date_received? ​

ts
optional date_received: string;

Defined in: fda/types.ts:220


device? ​

ts
optional device: {
  brand_name?: string;
  generic_name?: string;
  manufacturer_d_name?: string;
  model_number?: string;
  openfda?: OpenFdaDeviceAnnotation;
}[];

Defined in: fda/types.ts:222

brand_name? ​

ts
optional brand_name: string;

generic_name? ​

ts
optional generic_name: string;

manufacturer_d_name? ​

ts
optional manufacturer_d_name: string;

model_number? ​

ts
optional model_number: string;

openfda? ​

ts
optional openfda: OpenFdaDeviceAnnotation;

event_key? ​

ts
optional event_key: string;

Defined in: fda/types.ts:218


event_type? ​

ts
optional event_type: string;

Defined in: fda/types.ts:221


mdr_text? ​

ts
optional mdr_text: {
  text: string;
  text_type_code: string;
}[];

Defined in: fda/types.ts:229

text ​

ts
text: string;

text_type_code ​

ts
text_type_code: string;

report_number? ​

ts
optional report_number: string;

Defined in: fda/types.ts:219

Released under the MIT License.