GET Setup/Medication
Get medications from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
Medications |
Filter by MedicationIDs |
Collection of integer |
None. |
CrossFilter |
Filter by CrossFilter |
string |
None. |
MedicationName |
Filter by MedicationName |
string |
None. |
DrugInformationNumber |
Filter by DrugInformationNumber |
string |
None. |
MedicationBrandName |
Filter by MedicationBrandName |
string |
None. |
MedicationCategory |
Filter by MedicationCategory |
MedicationCategory |
None. |
DrugFamilyEntryID |
Filter by DrugFamilyEntryID |
integer |
None. |
WebSite |
Filter by WebSite |
string |
None. |
IsNarcotic |
Filter by IsNarcotic |
boolean |
None. |
IsOTC |
Filter by IsOTC |
boolean |
None. |
Teachings |
Filter by Teachings |
string |
None. |
Monograph |
Filter by Monograph |
string |
None. |
Comments |
Filter by Comments |
string |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of MedicationDTOs
Collection of MedicationDTOName | Description | Type | Additional information |
---|---|---|---|
MedicationID |
Medication ID |
integer |
None. |
MedicationName |
Medication Name |
string |
None. |
DrugInformationNumber |
Drug Information Number |
string |
None. |
MedicationBrandName |
Medication Brand Name |
string |
None. |
MedicationCategory |
Medication Category |
MedicationCategory |
None. |
DrugFamilyEntryID |
Drug Family Entry ID |
integer |
None. |
WebSite |
Web Site |
string |
None. |
IsNarcotic |
Is Narcotic |
boolean |
None. |
IsOTC |
Is OTC |
boolean |
None. |
Teachings |
Teachings |
string |
None. |
Monograph |
Monograph |
string |
None. |
Comments |
Comments |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
DrugFamilyEntryValue |
Drug Family Entry |
string |
None. |
Summary |
Summary |
string |
None. |