GET api/FirstDatabankOrderKnowledge/Limits?OrdMedId=Int32 &patientDOB=String &patientAgeInDays=Int32

Limits. Get information on medicine administration per age interval for particular Orderable Med.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrdMedId

OrdMedId of the med to check

integer

Required

patientDOB

Patient's data of birth.

string

None.

patientAgeInDays

The patient age in days. May be used instead of patientDOB

integer

None.

Body Parameters

None.

Request Formats

application/json

Sample:
/Limits?OrdMedId=7204

Response Information

Resource Description

ICcxLimitsCollection
NameDescriptionTypeAdditional information
Limits

Collection of ICcxLimits

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:
{
  "Limits": [
    {
      "OrdMedDescription": "Furosemide Oral",
      "Description": "Non-Loading Dose - Infant through Adolescent - Base",
      "AgeRange": {
        "Description": "Infant through Adolescent",
        "MinAgeInDays": 30,
        "MinDescription": "30 days",
        "MaxAgeInDays": 6569,
        "MaxDescription": "17 years",
        "DtoVersion": "1.0"
      },
      "IntervalTime": "24 hours",
      "MaxIntervalDose": "12 milligrams/kilogram",
      "MaxSingleDose": "6 milligrams/kilogram",
      "MinimumAdminInterval": "4 hours",
      "DtoVersion": "1.0"
    },
    {
      "OrdMedDescription": "Furosemide Oral",
      "Description": "Non-Loading Dose - Infant through Child - Peripheral Edema due to Chronic Heart Failure - Base",
      "AgeRange": {
        "Description": "Infant through Child",
        "MinAgeInDays": 30,
        "MinDescription": "30 days",
        "MaxAgeInDays": 4744,
        "MaxDescription": "12 years",
        "DtoVersion": "1.0"
      },
      "IntervalTime": "24 hours",
      "MaxIntervalDose": "24 milligrams/kilogram",
      "MaxSingleDose": "6 milligrams/kilogram",
      "MinimumAdminInterval": "4 hours",
      "DtoVersion": "1.0"
    },
    {
      "OrdMedDescription": "Furosemide Oral",
      "Description": "Non-Loading Dose - Adolescent through Geriatric - Peripheral Edema due to Chronic Heart Failure - Base",
      "AgeRange": {
        "Description": "Adolescent through Geriatric",
        "MinAgeInDays": 4745,
        "MinDescription": "13 years",
        "MaxAgeInDays": 40150,
        "MaxDescription": "110 years",
        "DtoVersion": "1.0"
      },
      "IntervalTime": "24 hours",
      "MaxIntervalDose": "8,000 milligrams",
      "MaxSingleDose": "2,000 milligrams",
      "MinimumAdminInterval": "4 hours",
      "DtoVersion": "1.0"
    },
    {
      "OrdMedDescription": "Furosemide Oral",
      "Description": "Non-Loading Dose - Adult and Geriatric - Base",
      "AgeRange": {
        "Description": "Adult and Geriatric",
        "MinAgeInDays": 6570,
        "MinDescription": "18 years",
        "MaxAgeInDays": 40150,
        "MaxDescription": "110 years",
        "DtoVersion": "1.0"
      },
      "IntervalTime": "24 hours",
      "MaxIntervalDose": "600 milligrams",
      "MaxSingleDose": "600 milligrams",
      "MinimumAdminInterval": "4 hours",
      "DtoVersion": "1.0"
    }
  ],
  "NotProcessed": [],
  "GcnSeqNoNotProcessed": [],
  "MedIdNotProcessed": [],
  "NdcNotProcessed": [],
  "OrdMedIdNotProcessed": [],
  "DtoVersion": "1.0"
}