Name | Description | Type | Additional information |
---|---|---|---|
IndicationCodes | Collection of indication codes, or diagnoses. Drugs matching these indication codes, or diagnoses, will be included in the response. | Collection of ConditionIdentifier |
Required |
AdverseReactionCodes | Collection of adverse reaction codes not wanted. Drugs with these adverse reactions will be excluded from the response. | Collection of ConditionIdentifier |
Required |
LabelStatus | Used to filter the adverse reaction results for on-label and/or off-label drugs. If no value is included in the request, then the method returns information for both on and off label. | LabelStatusEnum |
None. |
SeverityFilter | Used to filter the response based on severity of the adverse reaction. Limits the results to severities of equal or greater value to the filter. Indicates how serious the adverse event is and what the anticipated clinician’s action would be. If no severity value is included in the request, then all known adverse drug reaction(s) are returned. | ADRSeverityEnum |
None. |
IncidenceFilter | Used to filter the adverse reaction results based on incidence. Limits the results to incidences of equal or greater value to the filter. Identifies the reported percentage range of patients who experience the adverse reaction when taking the specified drug. If no incidence value is included in the request, then all known incidence information for the adverse drug reaction(s) is returned. | ADRIncidenceEnum |
None. |
OnsetFilter | Used to filter the adverse reaction results based on onset. Indicates when the adverse event is anticipated to occur following drug administration. If no onset value is included in the request, then all known onset information for the adverse drug reaction(s) is returned. | ADROnsetEnum |
None. |
SortBy | Used to sort the return results. The default sort is by Incidence. | ADRSortByEnum |
None. |
Gender | Used to filter based on gender. Default is both. | GenderEnum |
None. |
UseCategorizedTerms | When using results from ListGSTermsByCategory as input to this method, set this to 'true' to use categorized terms. Default is 'false'. | boolean |
None. |
FilterPreferences | All warnings, drugs, indications, classifications, etc., for each supplied identifier are filtered out of the response. | FilterPreferences |
None. |
AccessToken |
Temporary access token from the GSDD Auth API.
Used to validate your license.
Note: Access tokens are temporary and may be invalidated early for various reasons, including—but not limited to—site maintenance and security updates. If a token is invalidated prematurely, simply request new tokens via the AccessToken method in the GSDD Auth API. This is a rather rare occurrence, but should be planned for and handled by the consuming application. |
string |
Required |
ADRDrugsByDiagnosisRequest
Represents an ADR drugs by diagnosis request.