Name | Description | Type | Additional information |
---|---|---|---|
DrugId | The drug identifier. | PedcDrugIdentifier |
Required |
Dosing | Dosing input information. | DoseCheckIngredientDose |
Required |
DateOfBirth | Information-only request = OPTIONAL. Screening request = REQUIRED. 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. |
InformationOnly | Identifies whether the request is an Information Only or a Screening call. | 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 |
DoseCheckByIngredientRequest
The Dose Check By Ingredient Request is categorized into two request types: Information Only and Screening. Information Only Request - Provides the programmer with a means to retrieve a list of drug dosage information for a given identifier. Screening Request - Provides the programmer with a means to retrieve dose check alerts by either active ingredient or specific product indicating if a provided dose is below the minimum dose or above the maximum dose for a given identifier.