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

DupScreen. Find duplicates (drugs with the same therapeutic effect though having different names). Prospective screening checks that new drug(s) have duplicates among the list of existing drugs. Retrospective screening checks all drugs in a list for duplicates.

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.

Body Parameters

None.

Request Formats

application/json

Sample:
/DupScreen?newmedid=153306&medid=151266,171377,203422,164940,199843,150013,559364&ndc=51079007320

Response Information

Resource Description

ICcxDupTherapyScreenCollection
NameDescriptionTypeAdditional information
DupTherapyScreens

Collection of ICcxDupTherapyScreen

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:
{
  "DupTherapyScreens": [
    {
      "Description": "The use of FUROSEMIDE 40 MG TABLET and Lasix 80 mg tablet may represent a duplication of drug therapy or pharmacologic effect based on their mutual association with the duplicate therapy classes of Diuretics and Loop Diuretics.",
      "CcxDescription": "The use of 'FUROSEMIDE' and 'Lasix' may represent a duplication of drug therapy or pharmacologic effect based on their mutual association with the duplicate therapy classes of Diuretics and Loop Diuretics.",
      "Drugs": [
        {
          "MedId": 153306,
          "GCNSeqNo": null,
          "NDC": null,
          "Description": "Lasix 80 mg tablet",
          "DrugName": "Lasix"
        },
        {
          "MedId": null,
          "GCNSeqNo": null,
          "NDC": "51079007320",
          "Description": "FUROSEMIDE 40 MG TABLET",
          "DrugName": "furosemide"
        }
      ],
      "Classes": [
        {
          "Description": "Diuretics",
          "DupAllowance": 1
        },
        {
          "Description": "Loop Diuretics",
          "DupAllowance": 0
        }
      ],
      "DtoVersion": "1.2"
    }
  ],
  "NotProcessed": [],
  "GcnSeqNoNotProcessed": [],
  "MedIdNotProcessed": [],
  "NdcNotProcessed": [],
  "OrdMedIdNotProcessed": [],
  "DtoVersion": "1.2"
}