GET api/FirstDatabankMedKnowledge/DrugDrugScreen?gcnSeqNo=Int32[ ] &medId=Int32[ ] &ndc=String[ ] &newGcnSeqNo=Int32[ ] &newMedId=Int32[ ] &newNdc=String[ ] &doInactiveScreening=Boolean

DrugDrugScreen. Screens prospective drugs for Drug-Drug Interactions. If all prospective drugs are skipped then passed retrospective drugs are screened for Drug-Drug Interactions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gcnSeqNo

List of retrospective drugs by GCNSeqNo. May be skipped

Collection of integer

None.

medId

List of retrospective drugs by MedId. May be skipped

Collection of integer

None.

ndc

List of retrospective drugs by NDC. May be skipped

Collection of string

None.

newGcnSeqNo

List of prospective drugs by GCNSeqNo. May be skipped

Collection of integer

None.

newMedId

List of prospective drugs by MedId. May be skipped

Collection of integer

None.

newNdc

List of prospective drugs by NDC. May be skipped

Collection of string

None.

doInactiveScreening

if set to true then do screening of inactive ingredients.

boolean

Default value is True

Body Parameters

None.

Request Formats

application/json

Sample:
/DrugDrugScreen?newgcnSeqNo=4473&gcnSeqNo=4165&gcnSeqNo=5037,13497,9580&ndc=00186502031&newndc=24338010213&ndc=00904429909,24385090378,00185010101

Response Information

Resource Description

Collection of CcxDrugDrugScreen objects

ICcxDrugDrugScreenCollection
NameDescriptionTypeAdditional information
DrugDrugScreens

Collection of ICcxDrugDrugScreen

None.

NotProcessed

Collection of string

None.

GcnSeqNoNotProcessed

Collection of integer

None.

MedIdNotProcessed

Collection of integer

None.

NdcNotProcessed

Collection of string

None.

OrdMedIdNotProcessed

Collection of integer

None.

DtoVersion

string

None.

Response Formats

application/json, text/json, text/javascript

Sample:
{
  "DrugDrugScreens": [
    {
      "Description": "ERYTHROMYCIN 250 MG FILMTAB and SOTALOL HCL 160 mg ORAL tablet may interact based on the potential interaction between AZITH; CLARITH; ERYTH; and SLT QT PROLONGING AGENTS.",
      "CcxDescription": "'ERYTHROMYCIN' and 'SOTALOL' may interact based on the potential interaction between AZITH; CLARITH; ERYTH; and SLT QT PROLONGING AGENTS.",
      "SeverityLevel": "2",
      "Severity": "Severe Interaction",
      "Drug1": {
        "MedId": null,
        "GCNSeqNo": null,
        "NDC": "24338010213",
        "Description": "ERYTHROMYCIN 250 MG FILMTAB",
        "DrugName": "erythromycin"
      },
      "Drug2": {
        "MedId": null,
        "GCNSeqNo": 13497,
        "NDC": null,
        "Description": "SOTALOL HCL 160 mg ORAL tablet",
        "DrugName": "sotalol"
      },
      "Interaction": "AZITH; CLARITH; ERYTH;/SLT QT PROLONGING AGENTS",
      "Effect1": "Avoid concurrent use when possible",
      "Effect2": "Adverse reaction with both drugs",
      "DtoVersion": "1.2"
    }
  ],
  "NotProcessed": [],
  "GcnSeqNoNotProcessed": [],
  "MedIdNotProcessed": [],
  "NdcNotProcessed": [],
  "OrdMedIdNotProcessed": [],
  "DtoVersion": "1.2"
}