GET api/Patients/{id}/Products

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Link_Patient_Products
NameDescriptionTypeAdditional information
Site_ID

integer

None.

Patient_Product_ID

integer

None.

Patient_ID

integer

None.

Product_ID

string

None.

DailyFrequency

decimal number

None.

Delivery_Cycle

integer

None.

Last_Delivery_Date

string

None.

Next_Delivery_Date

string

None.

Delivery_Cycle_Type_ID

integer

None.

Delivery_Type_ID

integer

None.

Manufacturer

string

None.

Product

string

None.

Price

decimal number

None.

Range

string

None.

Pieces_Per_Bag

integer

None.

Bags_Per_Case

integer

None.

Active

boolean

None.

Image_Location

string

None.

Range_Group_ID

integer

None.

Range_Group

string

None.

Size_ID

integer

None.

Absorbency_ID

integer

None.

input_type

integer

None.

Net_Pant

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "Site_ID": 1,
    "Patient_Product_ID": 2,
    "Patient_ID": 3,
    "Product_ID": "sample string 4",
    "DailyFrequency": 5.1,
    "Delivery_Cycle": 6,
    "Last_Delivery_Date": "0001-01-01T00:00:00",
    "Next_Delivery_Date": "0001-01-01T00:00:00",
    "Delivery_Cycle_Type_ID": 0,
    "Delivery_Type_ID": 0,
    "Manufacturer": null,
    "Product": null,
    "Price": 0.0,
    "Range": null,
    "Pieces_Per_Bag": 0,
    "Bags_Per_Case": 0,
    "Active": false,
    "Image_Location": null,
    "Range_Group_ID": 0,
    "Range_Group": null,
    "Size_ID": null,
    "Absorbency_ID": null,
    "input_type": 0,
    "Net_Pant": false
  }
]

application/octet-stream, text/html

Sample:
[null,{"Site_ID":1,"Patient_Product_ID":2,"Patient_ID":3,"Product_ID":"sample string 4","DailyFrequency":5.1,"Delivery_Cycle":6,"Last_Delivery_Date":"0001-01-01T00:00:00","Next_Delivery_Date":"0001-01-01T00:00:00","Delivery_Cycle_Type_ID":0,"Delivery_Type_ID":0,"Manufacturer":null,"Product":null,"Price":0.0,"Range":null,"Pieces_Per_Bag":0,"Bags_Per_Case":0,"Active":false,"Image_Location":null,"Range_Group_ID":0,"Range_Group":null,"Size_ID":null,"Absorbency_ID":null,"input_type":0,"Net_Pant":false}]

application/xml, text/xml

Sample:
<ArrayOfLink_Patient_Products xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthTest.Synergy.Models">
  <Link_Patient_Products i:nil="true" />
  <Link_Patient_Products>
    <Absorbency_ID i:nil="true" />
    <Active>false</Active>
    <Bags_Per_Case>0</Bags_Per_Case>
    <DailyFrequency>5.1</DailyFrequency>
    <Delivery_Cycle>6</Delivery_Cycle>
    <Delivery_Cycle_Type_ID>0</Delivery_Cycle_Type_ID>
    <Delivery_Type_ID>0</Delivery_Type_ID>
    <Image_Location i:nil="true" />
    <Last_Delivery_Date>0001-01-01T00:00:00</Last_Delivery_Date>
    <Manufacturer i:nil="true" />
    <Net_Pant>false</Net_Pant>
    <Next_Delivery_Date>0001-01-01T00:00:00</Next_Delivery_Date>
    <Patient_ID>3</Patient_ID>
    <Patient_Product_ID>2</Patient_Product_ID>
    <Pieces_Per_Bag>0</Pieces_Per_Bag>
    <Price>0</Price>
    <Product i:nil="true" />
    <Product_ID>sample string 4</Product_ID>
    <Range i:nil="true" />
    <Range_Group i:nil="true" />
    <Range_Group_ID>0</Range_Group_ID>
    <Site_ID>1</Site_ID>
    <Size_ID i:nil="true" />
    <input_type>0</input_type>
  </Link_Patient_Products>
</ArrayOfLink_Patient_Products>