Name | Description | Type | Additional information |
---|---|---|---|
LabelStatus | Indicates whether to include on-label or off-label indications for the drug in the response. Default is both. | LabelStatusEnum |
None. |
DrugIdentifiers | A collection of drug identifiers to retrieve the contraindication information for. | Collection of ADRDrugIdentifier |
Required |
OutputDiagnosisCodeType | Used to select what type of diagnosis codes should be returned in the response. If no value is included in the request, then the method returns GSTerm codes. | ConditionIdentifierEnum |
None. |
ReturnExclusions | Flag indicating whether to include product exclusions in the response. | boolean |
None. |
FilterPreferences | All warnings, drugs, indications, classifications, etc., for each supplied identifier is filtered out of the response. | FilterPreferences |
None. |
DateOfBirth | Used to filter the response based on a calculated age. API converts Date of Birth (DOB) into age and then matches to an age group. | date |
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. |
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 |
DrugDiseaseIndicationsByDrugRequest
Represents a Drug Disease Indications By Drug request.