DEV

Query.

drugEstablishmentSuggest

Registered FDA drug establishments whose firm name contains what the filer has typed so far (typeahead), for the manufacturer question that feeds the REG affirmation. They type the manufacturer named on the package and accept a match to fill in the registration number REG asks for, which is published nowhere they could look it up. Only sites registered for a manufacturing operation are offered — the usual party for an imported drug, though CATAIR requires REG of the registered establishment without restricting it to manufacturers. Matching is substring and case-insensitive; returns empty for fewer than two characters.

Arguments

No description

limit

Int

No description

manufacturerName

String!

Required

No description
GraphQL
1
2
3
type Query {
  drugEstablishmentSuggest(filter: DrugEstablishmentSuggestFilter, limit: Int, manufacturerName: String!): [DrugEstablishmentSuggestion!]!
}

Was this page helpful?