GET api/PatientWeight/GetMeds?patientId={patientId}&limit={limit}&offset={offset}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
|
| limit | integer |
Required |
|
| offset | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedOrderResults| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| next | Object |
None. |
|
| previous | Object |
None. |
|
| results | Collection of MedOrder |
None. |
Response Formats
application/json, text/json
Sample:
{
"count": 1,
"next": {},
"previous": {},
"results": [
{
"id": 1,
"start_date": "2026-02-18T17:07:56.693669-08:00",
"order_type": "sample string 2",
"medication_type": "sample string 3",
"qty": "sample string 4",
"qty_units": "sample string 5",
"auth_refills": 1,
"directions": "sample string 6",
"notes": "sample string 7",
"pharmacy_instructions": "sample string 8",
"is_doc_med": true,
"ndc": {},
"medication": {
"id": 1,
"name": "sample string 2",
"brand_name": "sample string 3",
"generic_name": "sample string 4",
"is_controlled": true,
"type": "sample string 6",
"route": "sample string 7",
"strength": "sample string 8",
"form": "sample string 9"
},
"prescribing_physician": 1,
"patient": 11,
"practice": 12,
"document_date": "2026-02-18T17:07:56.693669-08:00",
"chart_date": "2026-02-18T17:07:56.693669-08:00",
"signed_date": "2026-02-18T17:07:56.693669-08:00",
"signed_by": 1,
"created_date": "2026-02-18T17:07:56.693669-08:00",
"last_modified": "2026-02-18T17:07:56.693669-08:00",
"deleted_date": "2026-02-18T17:07:56.693669-08:00"
},
{
"id": 1,
"start_date": "2026-02-18T17:07:56.693669-08:00",
"order_type": "sample string 2",
"medication_type": "sample string 3",
"qty": "sample string 4",
"qty_units": "sample string 5",
"auth_refills": 1,
"directions": "sample string 6",
"notes": "sample string 7",
"pharmacy_instructions": "sample string 8",
"is_doc_med": true,
"ndc": {},
"medication": {
"id": 1,
"name": "sample string 2",
"brand_name": "sample string 3",
"generic_name": "sample string 4",
"is_controlled": true,
"type": "sample string 6",
"route": "sample string 7",
"strength": "sample string 8",
"form": "sample string 9"
},
"prescribing_physician": 1,
"patient": 11,
"practice": 12,
"document_date": "2026-02-18T17:07:56.693669-08:00",
"chart_date": "2026-02-18T17:07:56.693669-08:00",
"signed_date": "2026-02-18T17:07:56.693669-08:00",
"signed_by": 1,
"created_date": "2026-02-18T17:07:56.693669-08:00",
"last_modified": "2026-02-18T17:07:56.693669-08:00",
"deleted_date": "2026-02-18T17:07:56.693669-08:00"
}
]
}
application/xml, text/xml
Sample:
<MedOrderResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElationApi2">
<count>1</count>
<next />
<previous />
<results>
<MedOrder>
<auth_refills>1</auth_refills>
<chart_date>2026-02-18T17:07:56.693669-08:00</chart_date>
<created_date>2026-02-18T17:07:56.693669-08:00</created_date>
<deleted_date>2026-02-18T17:07:56.693669-08:00</deleted_date>
<directions>sample string 6</directions>
<document_date>2026-02-18T17:07:56.693669-08:00</document_date>
<id>1</id>
<is_doc_med>true</is_doc_med>
<last_modified>2026-02-18T17:07:56.693669-08:00</last_modified>
<medication>
<brand_name>sample string 3</brand_name>
<form>sample string 9</form>
<generic_name>sample string 4</generic_name>
<id>1</id>
<is_controlled>true</is_controlled>
<name>sample string 2</name>
<route>sample string 7</route>
<strength>sample string 8</strength>
<type>sample string 6</type>
</medication>
<medication_type>sample string 3</medication_type>
<ndc />
<notes>sample string 7</notes>
<order_type>sample string 2</order_type>
<patient>11</patient>
<pharmacy_instructions>sample string 8</pharmacy_instructions>
<practice>12</practice>
<prescribing_physician>1</prescribing_physician>
<qty>sample string 4</qty>
<qty_units>sample string 5</qty_units>
<signed_by>1</signed_by>
<signed_date>2026-02-18T17:07:56.693669-08:00</signed_date>
<start_date>2026-02-18T17:07:56.693669-08:00</start_date>
</MedOrder>
<MedOrder>
<auth_refills>1</auth_refills>
<chart_date>2026-02-18T17:07:56.693669-08:00</chart_date>
<created_date>2026-02-18T17:07:56.693669-08:00</created_date>
<deleted_date>2026-02-18T17:07:56.693669-08:00</deleted_date>
<directions>sample string 6</directions>
<document_date>2026-02-18T17:07:56.693669-08:00</document_date>
<id>1</id>
<is_doc_med>true</is_doc_med>
<last_modified>2026-02-18T17:07:56.693669-08:00</last_modified>
<medication>
<brand_name>sample string 3</brand_name>
<form>sample string 9</form>
<generic_name>sample string 4</generic_name>
<id>1</id>
<is_controlled>true</is_controlled>
<name>sample string 2</name>
<route>sample string 7</route>
<strength>sample string 8</strength>
<type>sample string 6</type>
</medication>
<medication_type>sample string 3</medication_type>
<ndc />
<notes>sample string 7</notes>
<order_type>sample string 2</order_type>
<patient>11</patient>
<pharmacy_instructions>sample string 8</pharmacy_instructions>
<practice>12</practice>
<prescribing_physician>1</prescribing_physician>
<qty>sample string 4</qty>
<qty_units>sample string 5</qty_units>
<signed_by>1</signed_by>
<signed_date>2026-02-18T17:07:56.693669-08:00</signed_date>
<start_date>2026-02-18T17:07:56.693669-08:00</start_date>
</MedOrder>
</results>
</MedOrderResults>