Name | Description | Type | Additional information |
---|---|---|---|
IndicationCodes | A collection of indication codes to look up the drugs for. | Collection of ConditionIdentifier |
Required |
Allergies | A collection of drug, ingredient, and/or allergy classification identifiers the patient may have an allergic reaction to. Drugs with these known allergies will be exlcuded from the response. | Collection of AllergyIdentifier |
None. |
LabelStatus | Indicates whether to include on-label or off-label indications for the drug in the response. Default is both. | LabelStatusEnum |
None. |
ReturnGenericProductClinical | Set this to true to return Generic Product Clinical identifiers instead of Marketed Product identifiers. Default value is false. | boolean |
None. |
MaxResults | Limits the number of results returned. A value of 0 means no limit, and everthing will be returned. | integer |
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 |
DrugDiseaseDrugsByIndicationRequest
Represents a Drug Disease Drugs By Indication request.