GET api/FirstDatabankMedKnowledge/Formulary?startsWith=String &contains=String &gcnSeqNo=Int32[ ] &medId=Int32[ ] &ndc=String[ ]
Formulary. Search formulary by name or IDs.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startsWith |
A drug starts with. |
string |
None. |
contains |
A drug contains. |
string |
None. |
gcnSeqNo |
Find drug by GcnSeqNo. |
Collection of integer |
None. |
medId |
Find drug by MedId. |
Collection of integer |
None. |
ndc |
Find drug by NDC. |
Collection of string |
None. |
Body Parameters
None.
Request Formats
application/json
Sample:
/Formulary?startswith=AMIODARONE&medid=547991,261893
Response Information
Resource Description
ICcxFormularyCollectionName | Description | Type | Additional information |
---|---|---|---|
Formularies | Collection of ICcxFormulary |
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:
{ "Formularies": [ { "NDC": "51079090620", "Description": "AMIODARONE HCL 200 MG TABLET", "DrugName": "amiodarone", "BrandName": "AMIODARONE HCL", "GcnSeqNo": 266, "MedId": 175363, "GenericMedId": 175363, "RtId": 212, "DFId": 308, "RtDfGenId": 251, "RtGenId": 251, "HICLSeqNo": 83, "RDFMId": 4903, "RMId": 4521, "MNId": 4420, "Strength": "200.000000", "StrengthUnits": "milligram", "StatusCode": null, "IsRepresentative": 0, "OrderInterface": null, "DtoVersion": "1.0" }, { "NDC": "00904323392", "Description": "CALCIUM 600 + VIT D 400 TABLET", "DrugName": "calcium carbonate-vitamin D3", "BrandName": "CALCIUM WITH VITAMIN D", "GcnSeqNo": 58018, "MedId": 547991, "GenericMedId": 547991, "RtId": 212, "DFId": 308, "RtDfGenId": 13095, "RtGenId": 13095, "HICLSeqNo": 5859, "RDFMId": 21829, "RMId": 18856, "MNId": 17631, "Strength": null, "StrengthUnits": null, "StatusCode": null, "IsRepresentative": 1, "OrderInterface": null, "DtoVersion": "1.0" }, { "NDC": "50580050130", "Description": "TYLENOL 325 MG CAPLET", "DrugName": "Tylenol", "BrandName": "TYLENOL", "GcnSeqNo": 4489, "MedId": 261893, "GenericMedId": 160401, "RtId": 212, "DFId": 308, "RtDfGenId": 4683, "RtGenId": 4683, "HICLSeqNo": 1866, "RDFMId": 7831, "RMId": 7076, "MNId": 6808, "Strength": "325.000000", "StrengthUnits": "milligram", "StatusCode": null, "IsRepresentative": 0, "OrderInterface": null, "DtoVersion": "1.0" } ], "NotProcessed": [], "GcnSeqNoNotProcessed": [], "MedIdNotProcessed": [], "NdcNotProcessed": [], "OrdMedIdNotProcessed": [], "DtoVersion": "1.0" }