GET api/FirstDatabankMedKnowledge/Ingredient?startsWith=String &contains=String &soundsLike=String
Ingredient. Find an ingredient by name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startsWith |
Ingredient starts with |
string |
None. |
contains |
Ingredient contains. |
string |
None. |
soundsLike |
Ingredient sounds like. |
string |
None. |
Body Parameters
None.
Request Formats
application/json
Sample:
/Ingredient?contains=dust
Response Information
Resource Description
ICcxIngredientCollectionName | Description | Type | Additional information |
---|---|---|---|
Ingredients | Collection of ICcxIngredient |
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:
{ "Ingredients": [ { "HICSeqNo": "3107", "Description": "house dust", "Status": "Live", "StatusLevel": "0", "ReplacementIngredients": [], "AllergenGroups": [], "GcnSeqNos": [ 9742, 9743, 9744, 9745 ], "DtoVersion": "1.0" }, { "HICSeqNo": "16094", "Description": "house dust mite", "Status": "Live", "StatusLevel": "0", "ReplacementIngredients": [], "AllergenGroups": [], "GcnSeqNos": [], "DtoVersion": "1.0" }, { "HICSeqNo": "6746", "Description": "methylated spirits,industrial", "Status": "Live", "StatusLevel": "0", "ReplacementIngredients": [], "AllergenGroups": [], "GcnSeqNos": [], "DtoVersion": "1.0" } ], "NotProcessed": [], "GcnSeqNoNotProcessed": [], "MedIdNotProcessed": [], "NdcNotProcessed": [], "OrdMedIdNotProcessed": [], "DtoVersion": "1.0" }