GET api/medications/select?RxCUI={RxCUI}&Name={Name}&Strength={Strength}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RxCUI

integer

None.

Name

string

None.

Strength

string

None.

Body Parameters

None.

Response Information

Resource Description

ItemResponseOfMedication
NameDescriptionTypeAdditional information
Item

Medication

None.

Result

Result

None.

Response Formats

application/json, text/json

Sample:
{
  "Item": {
    "DispenseUnitId": 1,
    "DoseForm": "sample string 2",
    "Route": "sample string 3",
    "Strength": "sample string 4",
    "GenericProductName": "sample string 5",
    "GenericDrugName": "sample string 6",
    "LexiGenProductId": 7,
    "LexiDrugSynId": 8,
    "LexiSynonymTypeId": 9,
    "LexiGenDrugId": "sample string 10",
    "RxCUI": "sample string 11",
    "OTC": true,
    "NDC": "sample string 13",
    "Schedule": "sample string 14",
    "DisplayName": "sample string 15",
    "MonographPath": "sample string 16",
    "DrugClassification": "sample string 17",
    "StateSchedules": [
      {
        "StateName": "sample string 1",
        "Schedule": 2
      },
      {
        "StateName": "sample string 1",
        "Schedule": 2
      }
    ],
    "Brand": true,
    "CompoundIngredients": [
      {
        "LexiGenProductId": 1,
        "LexiDrugSynId": 1,
        "LexiSynonymTypeId": 1,
        "FreeText": "sample string 1",
        "DispenseUnitId": 2,
        "Quantity": "sample string 3",
        "IsFreeTextEPCS": true,
        "Schedule": 1,
        "StateSchedules": [
          {
            "StateName": "sample string 1",
            "Schedule": 2
          },
          {
            "StateName": "sample string 1",
            "Schedule": 2
          }
        ]
      },
      {
        "LexiGenProductId": 1,
        "LexiDrugSynId": 1,
        "LexiSynonymTypeId": 1,
        "FreeText": "sample string 1",
        "DispenseUnitId": 2,
        "Quantity": "sample string 3",
        "IsFreeTextEPCS": true,
        "Schedule": 1,
        "StateSchedules": [
          {
            "StateName": "sample string 1",
            "Schedule": 2
          },
          {
            "StateName": "sample string 1",
            "Schedule": 2
          }
        ]
      }
    ]
  },
  "Result": {
    "ResultCode": "sample string 1",
    "ResultDescription": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<ItemResponseOfMedication8Vkccj_Sk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoseSpot.UI.API.DataContracts._13">
  <Result>
    <ResultCode>sample string 1</ResultCode>
    <ResultDescription>sample string 2</ResultDescription>
  </Result>
  <Item>
    <Brand>true</Brand>
    <CompoundIngredients>
      <CompoundIngredientSchedule>
        <DispenseUnitId>2</DispenseUnitId>
        <FreeText>sample string 1</FreeText>
        <IsFreeTextEPCS>true</IsFreeTextEPCS>
        <LexiDrugSynId>1</LexiDrugSynId>
        <LexiGenProductId>1</LexiGenProductId>
        <LexiSynonymTypeId>1</LexiSynonymTypeId>
        <Quantity>sample string 3</Quantity>
        <Schedule>1</Schedule>
        <StateSchedules>
          <StateSchedules>
            <Schedule>2</Schedule>
            <StateName>sample string 1</StateName>
          </StateSchedules>
          <StateSchedules>
            <Schedule>2</Schedule>
            <StateName>sample string 1</StateName>
          </StateSchedules>
        </StateSchedules>
      </CompoundIngredientSchedule>
      <CompoundIngredientSchedule>
        <DispenseUnitId>2</DispenseUnitId>
        <FreeText>sample string 1</FreeText>
        <IsFreeTextEPCS>true</IsFreeTextEPCS>
        <LexiDrugSynId>1</LexiDrugSynId>
        <LexiGenProductId>1</LexiGenProductId>
        <LexiSynonymTypeId>1</LexiSynonymTypeId>
        <Quantity>sample string 3</Quantity>
        <Schedule>1</Schedule>
        <StateSchedules>
          <StateSchedules>
            <Schedule>2</Schedule>
            <StateName>sample string 1</StateName>
          </StateSchedules>
          <StateSchedules>
            <Schedule>2</Schedule>
            <StateName>sample string 1</StateName>
          </StateSchedules>
        </StateSchedules>
      </CompoundIngredientSchedule>
    </CompoundIngredients>
    <DispenseUnitId>1</DispenseUnitId>
    <DisplayName>sample string 15</DisplayName>
    <DoseForm>sample string 2</DoseForm>
    <DrugClassification>sample string 17</DrugClassification>
    <GenericDrugName>sample string 6</GenericDrugName>
    <GenericProductName>sample string 5</GenericProductName>
    <LexiDrugSynId>8</LexiDrugSynId>
    <LexiGenDrugId>sample string 10</LexiGenDrugId>
    <LexiGenProductId>7</LexiGenProductId>
    <LexiSynonymTypeId>9</LexiSynonymTypeId>
    <MonographPath>sample string 16</MonographPath>
    <NDC>sample string 13</NDC>
    <OTC>true</OTC>
    <Route>sample string 3</Route>
    <RxCUI>sample string 11</RxCUI>
    <Schedule>sample string 14</Schedule>
    <StateSchedules>
      <StateSchedules>
        <Schedule>2</Schedule>
        <StateName>sample string 1</StateName>
      </StateSchedules>
      <StateSchedules>
        <Schedule>2</Schedule>
        <StateName>sample string 1</StateName>
      </StateSchedules>
    </StateSchedules>
    <Strength>sample string 4</Strength>
  </Item>
</ItemResponseOfMedication8Vkccj_Sk>