Function: searchDeviceUdi() ​
ts
function searchDeviceUdi(opts?: SearchOpts): Promise<FdaResult<DeviceUdi>>;Defined in: fda/sdk.ts:249
Search Unique Device Identifiers (GUDID). Detailed device records including description, MRI safety, product codes, sterilization. Note: Booleans stored as strings ("true"/"false").
Example: await searchDeviceUdi({ search: 'brand_name:"CoRoent"' }); await searchDeviceUdi({ search: 'is_rx:true', limit: 5 });
Parameters ​
| Parameter | Type |
|---|---|
opts | SearchOpts |