POST api/data/SetRxTake
Request Information
URI Parameters
None.
Body Parameters
PrescriptionName | Description | Type | Additional information |
---|---|---|---|
RxItemID | string |
None. |
|
DrugID | string |
None. |
|
DrugName | string |
None. |
|
ChartNumber | string |
None. |
|
Provider | string |
None. |
|
PrescriptionDate | string |
None. |
|
StartDate | string |
None. |
|
EndDate | string |
None. |
|
Duration | string |
None. |
|
Take | Collection of RXTake |
None. |
Request Formats
application/json, text/json
Sample:
{ "Take": [ { "TakeNo": "sample string 1", "TakeQty": "sample string 2", "TakeTime": "sample string 3", "TakeInstruction": "sample string 4" }, { "TakeNo": "sample string 1", "TakeQty": "sample string 2", "TakeTime": "sample string 3", "TakeInstruction": "sample string 4" } ], "RxItemID": "sample string 1", "DrugID": "sample string 2", "DrugName": "sample string 3", "ChartNumber": "sample string 4", "Provider": "sample string 5", "PrescriptionDate": "sample string 6", "StartDate": "sample string 7", "EndDate": "sample string 8", "Duration": "sample string 9" }
application/xml, text/xml
Sample:
<Prescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyAPI.Controllers"> <ChartNumber>sample string 4</ChartNumber> <DrugID>sample string 2</DrugID> <DrugName>sample string 3</DrugName> <Duration>sample string 9</Duration> <EndDate>sample string 8</EndDate> <PrescriptionDate>sample string 6</PrescriptionDate> <Provider>sample string 5</Provider> <RxItemID>sample string 1</RxItemID> <StartDate>sample string 7</StartDate> <Take> <RXTake> <TakeInstruction>sample string 4</TakeInstruction> <TakeNo>sample string 1</TakeNo> <TakeQty>sample string 2</TakeQty> <TakeTime>sample string 3</TakeTime> </RXTake> <RXTake> <TakeInstruction>sample string 4</TakeInstruction> <TakeNo>sample string 1</TakeNo> <TakeQty>sample string 2</TakeQty> <TakeTime>sample string 3</TakeTime> </RXTake> </Take> </Prescription>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.