POST Setup/Medication?validateOnly={validateOnly}
Add medication
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Medication data
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. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |